integrate cfgperl contents into mainline
[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 [  4895] By: gsar                                  on 2000/01/26  00:45:45
83         Log: fix parse failure of (my $foo : bar) and similar (from Spider
84              Boardman)
85      Branch: perl
86            ! toke.c
87 ____________________________________________________________________________
88 [  4894] By: gsar                                  on 2000/01/26  00:33:53
89         Log: avoid failure if directories already read by rmtree() are
90              deleted by another process
91      Branch: perl
92            ! lib/File/Path.pm
93 ____________________________________________________________________________
94 [  4893] By: gsar                                  on 2000/01/25  23:19:18
95         Log: typo in change#4892
96      Branch: perl
97            ! win32/win32.c
98 ____________________________________________________________________________
99 [  4892] By: gsar                                  on 2000/01/25  22:16:19
100         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
101              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
102              to call the fixed version of open_osfhandle() only on Windows 9x;
103              updated the makefiles and README.win32 to suit
104      Branch: perl
105            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
106            ! win32/win32.h
107 ____________________________________________________________________________
108 [  4891] By: gsar                                  on 2000/01/25  20:22:01
109         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
110      Branch: perl
111            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
112 ____________________________________________________________________________
113 [  4890] By: gsar                                  on 2000/01/25  19:21:17
114         Log: update Makefile notes on the now deprecated USE_5005THREADS and
115              USE_OBJECT
116      Branch: perl
117            ! win32/Makefile win32/makefile.mk
118 ____________________________________________________________________________
119 [  4889] By: jhi                                   on 2000/01/25  14:44:55
120         Log: Misedit in #4888.
121      Branch: cfgperl
122            ! pp.c
123 ____________________________________________________________________________
124 [  4888] By: jhi                                   on 2000/01/25  14:38:59
125         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
126              rash but it's the best move I can think of right now.
127              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
128              but I think it did in the past.
129              Removing the _CRAYMPP test fixes a legion of pack/unpack
130              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
131              One subtest, t/lib/io_sock.t #14, is still failing.
132      Branch: cfgperl
133            ! Configure config_h.SH hints/unicosmk.sh pp.c
134      Branch: metaconfig
135            ! U/modified/Oldconfig.U
136 ____________________________________________________________________________
137 [  4887] By: jhi                                   on 2000/01/25  06:13:14
138         Log: Integrate with Sarathy.
139      Branch: cfgperl
140           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
141           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
142           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
143           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
144           !> win32/perllib.c win32/win32.c win32/win32.h
145 ____________________________________________________________________________
146 [  4886] By: gsar                                  on 2000/01/25  02:54:00
147         Log: consistently use MAX_PATH+1 buffer sizes
148      Branch: perl
149            ! win32/win32.c
150 ____________________________________________________________________________
151 [  4885] By: gsar                                  on 2000/01/25  02:51:35
152         Log: workaround for rename('x','X') bug in Windows NT
153      Branch: perl
154            ! t/io/fs.t win32/win32.c
155 ____________________________________________________________________________
156 [  4884] By: gsar                                  on 2000/01/25  01:32:57
157         Log: windows build fixups from uniform DLL name change to perl56.dll
158      Branch: perl
159            ! installperl makedef.pl win32/perllib.c
160 ____________________________________________________________________________
161 [  4883] By: gsar                                  on 2000/01/25  01:31:27
162         Log: more fixes for warnings from change#4840
163      Branch: perl
164            ! lib/Pod/Html.pm
165 ____________________________________________________________________________
166 [  4882] By: gsar                                  on 2000/01/24  15:35:12
167         Log: assorted little nits
168      Branch: perl
169            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
170            ! win32/win32.c
171 ____________________________________________________________________________
172 [  4881] By: gsar                                  on 2000/01/24  14:32:31
173         Log: add new warnings to perldelta
174      Branch: perl
175            ! Changes pod/perldelta.pod pod/perldiag.pod
176 ____________________________________________________________________________
177 [  4880] By: jhi                                   on 2000/01/24  14:14:23
178         Log: From: Stephane Payrard <properler@freesurf.fr>
179              To: Gurusamy Sarathy <gsar@ActiveState.com>
180              Cc: perl5-porters@perl.org
181              Subject: <patch> avoid division by 0 in Benchmark.pm
182              Date: Mon, 24 Jan 2000 16:15:38 +0100
183              Message-ID: <20000124161538.A995@freesurf.fr>
184      Branch: cfgperl
185            ! lib/Benchmark.pm
186 ____________________________________________________________________________
187 [  4879] By: gsar                                  on 2000/01/24  14:14:20
188         Log: force linkage of the function wrappers for globals in change#4878
189      Branch: perl
190            ! embed.pl globals.c perlapi.h win32/win32.h
191 ____________________________________________________________________________
192 [  4878] By: gsar                                  on 2000/01/24  13:04:45
193         Log: enable function wrappers for access to globals under MULTIPLICITY
194              (provides binary compatibility in the face of changes in interpreter
195              structure)
196      Branch: perl
197            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
198            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
199 ____________________________________________________________________________
200 [  4877] By: jhi                                   on 2000/01/24  11:41:57
201         Log: perlhist update.
202      Branch: cfgperl
203            ! pod/perlhist.pod
204 ____________________________________________________________________________
205 [  4876] By: jhi                                   on 2000/01/24  11:32:07
206         Log: Updates on the large file support status.
207      Branch: cfgperl
208            ! pod/perldelta.pod
209 ____________________________________________________________________________
210 [  4875] By: jhi                                   on 2000/01/24  11:23:16
211         Log: Integrate with Sarathy.
212      Branch: cfgperl
213           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
214           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
215           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
216 ____________________________________________________________________________
217 [  4874] By: gsar                                  on 2000/01/24  10:43:03
218         Log: fix typos; avoid use constant for lowercase constants (produces
219              warnings now)
220      Branch: perl
221            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
222            ! lib/Shell.pm
223 ____________________________________________________________________________
224 [  4873] By: gsar                                  on 2000/01/24  09:40:24
225         Log: avoid warnings when there's no subs to autosplit
226      Branch: perl
227            ! lib/AutoSplit.pm
228 ____________________________________________________________________________
229 [  4872] By: jhi                                   on 2000/01/24  09:39:01
230         Log: Create a tool for converting a config_h.SH into a VOS config.h.
231      Branch: cfgperl
232            + vos/config.def vos/config.pl
233            ! MANIFEST vos/config.h vos/config_h.SH_orig
234 ____________________________________________________________________________
235 [  4871] By: gsar                                  on 2000/01/24  09:15:20
236         Log: typos in change#4623
237      Branch: perl
238            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
239 ____________________________________________________________________________
240 [  4870] By: jhi                                   on 2000/01/24  06:43:19
241         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
242      Branch: cfgperl
243            ! Configure config_h.SH
244      Branch: metaconfig
245            + U/modified/cf_email.U U/modified/so.U
246      Branch: metaconfig/U/perl
247            ! dlsrc.U
248 ____________________________________________________________________________
249 [  4869] By: jhi                                   on 2000/01/24  06:04:31
250         Log: Integrate with Sarathy.
251      Branch: cfgperl
252           +> t/pragma/diagnostics.t
253           !> (integrate 120 files)
254 ____________________________________________________________________________
255 [  4868] By: gsar                                  on 2000/01/23  21:49:28
256         Log: on windows, set seek position to end for files opened in append mode
257              (improves compatibility with Unix, avoids buffering issues)
258      Branch: perl
259            ! win32/win32.c
260 ____________________________________________________________________________
261 [  4867] By: gsar                                  on 2000/01/23  21:19:31
262         Log: change#4866 was flawed; revert and add better fix for warning
263      Branch: perl
264            ! op.c op.h
265 ____________________________________________________________________________
266 [  4866] By: gsar                                  on 2000/01/23  20:43:56
267         Log: optimize away runtime code for our($foo) (also avoid warnings)
268      Branch: perl
269            ! op.c
270 ____________________________________________________________________________
271 [  4865] By: gsar                                  on 2000/01/23  13:17:18
272         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
273      Branch: perl
274            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
275            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
276 ____________________________________________________________________________
277 [  4864] By: gsar                                  on 2000/01/23  13:12:31
278         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
279              suggested by Dominic Dunlop <domo@computer.org>)
280      Branch: perl
281            ! doio.c
282 ____________________________________________________________________________
283 [  4863] By: gsar                                  on 2000/01/23  13:01:35
284         Log: fix misclassified warnings
285      Branch: perl
286            ! pod/perldiag.pod
287 ____________________________________________________________________________
288 [  4862] By: gsar                                  on 2000/01/23  12:52:12
289         Log: document bareword prototype incompatibility
290      Branch: perl
291            ! pod/perldelta.pod pod/perlsub.pod
292 ____________________________________________________________________________
293 [  4861] By: gsar                                  on 2000/01/23  12:32:25
294         Log: faulty edit
295      Branch: perl
296            ! lib/File/stat.pm
297 ____________________________________________________________________________
298 [  4860] By: gsar                                  on 2000/01/23  12:23:48
299         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
300      Branch: perl
301            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
302            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
303            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
304            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
305            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
306            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
307            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
308            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
309            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
310            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
311            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
312            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
313            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
314            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
315            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
316            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
317            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
318            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
319            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
320            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
321            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
322            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
323            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
324            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
325            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
326            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
327 ____________________________________________________________________________
328 [  4859] By: gsar                                  on 2000/01/23  11:29:22
329         Log: fix diagnostics to report "our" vs "my" correctly
330      Branch: perl
331            ! op.c pod/perldiag.pod
332 ____________________________________________________________________________
333 [  4858] By: gsar                                  on 2000/01/23  10:14:46
334         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
335              more widely)
336      Branch: perl
337            ! patchlevel.h
338 ____________________________________________________________________________
339 [  4857] By: gsar                                  on 2000/01/23  10:04:03
340         Log: disallow our($foo::bar)
341      Branch: perl
342            ! pod/perldiag.pod toke.c
343 ____________________________________________________________________________
344 [  4856] By: gsar                                  on 2000/01/23  09:50:54
345         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
346      Branch: perl
347            ! utils/dprofpp.PL
348 ____________________________________________________________________________
349 [  4855] By: gsar                                  on 2000/01/23  09:36:51
350         Log: new test (from Michael G Schwern <schwern@pobox.com>)
351      Branch: perl
352            + t/pragma/diagnostics.t
353            ! MANIFEST
354 ____________________________________________________________________________
355 [  4854] By: gsar                                  on 2000/01/23  09:24:40
356         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
357              <schwern@pobox.com>)
358      Branch: perl
359            ! utils/h2xs.PL
360 ____________________________________________________________________________
361 [  4853] By: gsar                                  on 2000/01/23  09:08:30
362         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
363      Branch: perl
364            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
365 ____________________________________________________________________________
366 [  4852] By: gsar                                  on 2000/01/23  08:52:44
367         Log: mark some extensions as "special versions" to avoid CPAN indexer
368              confusion (from Ilya Zakharevich)
369      Branch: perl
370            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
371 ____________________________________________________________________________
372 [  4851] By: gsar                                  on 2000/01/23  08:48:46
373         Log: prefer POSIX::uname() rather than syscalls, which require attempting
374              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
375      Branch: perl
376            ! lib/Sys/Hostname.pm
377 ____________________________________________________________________________
378 [  4850] By: gsar                                  on 2000/01/23  08:36:43
379         Log: integrate cfgperl contents into mainline
380      Branch: perl
381           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
382           !> Porting/config_H config_h.SH perl.h
383 ____________________________________________________________________________
384 [  4849] By: gsar                                  on 2000/01/23  08:17:30
385         Log: fix localization in while BLOCK when there is a continue BLOCK
386              by introducing an explicit scope (c.f. change#4848)
387      Branch: perl
388            ! op.c pp_ctl.c t/cmd/while.t
389 ____________________________________________________________________________
390 [  4848] By: gsar                                  on 2000/01/23  06:43:51
391         Log: fix scope cleanup when next jumps to a continue block; this is rather
392              in the nature of a kludge; it doesn't fix the longstanding bug that
393              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
394              instead of "1")
395      Branch: perl
396            ! pp_ctl.c t/cmd/while.t
397 ____________________________________________________________________________
398 [  4847] By: gsar                                  on 2000/01/23  04:47:25
399         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
400              C<while (my $x = foo()) { my $x = bar(); }> etc.
401      Branch: perl
402            ! op.c
403 ____________________________________________________________________________
404 [  4846] By: gsar                                  on 2000/01/23  04:44:17
405         Log: avoid warnings in change#4839
406      Branch: perl
407            ! lib/Carp/Heavy.pm
408 ____________________________________________________________________________
409 [  4845] By: gsar                                  on 2000/01/22  13:12:38
410         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
411      Branch: perl
412            ! Changes Configure
413 ____________________________________________________________________________
414 [  4844] By: gsar                                  on 2000/01/22  12:46:26
415         Log: wrong category for exec() warning
416      Branch: perl
417            ! op.c pod/perlop.pod
418 ____________________________________________________________________________
419 [  4843] By: gsar                                  on 2000/01/22  12:42:40
420         Log: fix line continuations in argument lists (from Helmut Jarausch)
421      Branch: perl
422            ! lib/ExtUtils/xsubpp
423 ____________________________________________________________________________
424 [  4842] By: gsar                                  on 2000/01/22  12:34:39
425         Log: CGI.pm upgraded to v2.56 from CPAN
426      Branch: perl
427            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
428            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
429            ! t/lib/cgi-html.t
430 ____________________________________________________________________________
431 [  4841] By: gsar                                  on 2000/01/22  12:07:23
432         Log: avoid warnings due to lack of forward declarations
433      Branch: perl
434            ! lib/Pod/Html.pm
435 ____________________________________________________________________________
436 [  4840] By: gsar                                  on 2000/01/22  12:04:30
437         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
438              <wolfgang.laun@alcatel.at>)
439      Branch: perl
440            ! lib/Pod/Html.pm
441 ____________________________________________________________________________
442 [  4839] By: gsar                                  on 2000/01/22  11:57:24
443         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
444              <wolfgang.laun@alcatel.at>)
445      Branch: perl
446            ! lib/Carp/Heavy.pm pod/perldelta.pod
447 ____________________________________________________________________________
448 [  4838] By: gsar                                  on 2000/01/22  10:53:06
449         Log: truncate(FH) flushes FH before truncating it
450      Branch: perl
451            ! pp_sys.c t/io/fs.t
452 ____________________________________________________________________________
453 [  4837] By: gsar                                  on 2000/01/22  10:37:16
454         Log: #line directives without a filename leave the file name as it was
455              instead of setting it to the script name (from Andrew Pimlott
456              <andrew@pimlott.ne.mediaone.net>)
457      Branch: perl
458            ! toke.c
459 ____________________________________________________________________________
460 [  4836] By: gsar                                  on 2000/01/22  10:06:53
461         Log: add patch for printf-style format typechecks (from Robin Barker
462              <rmb1@cise.npl.co.uk>); fixes for problems so identified
463      Branch: perl
464            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
465            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
466 ____________________________________________________________________________
467 [  4835] By: gsar                                  on 2000/01/22  08:42:52
468         Log: From: John Tobey <jtobey@isay.com>
469              Date: Thu, 16 Dec 1999 20:20:38 -0500
470              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
471              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
472      Branch: perl
473            ! lib/base.pm lib/fields.pm t/lib/fields.t
474 ____________________________________________________________________________
475 [  4834] By: gsar                                  on 2000/01/22  08:08:08
476         Log: fix deeply nested closures that have no references to lexical in
477              intervening subs
478      Branch: perl
479            ! embed.h embed.pl op.c proto.h t/op/closure.t
480 ____________________________________________________________________________
481 [  4833] By: gsar                                  on 2000/01/21  17:04:21
482         Log: add $VERSION
483      Branch: perl
484            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
485 ____________________________________________________________________________
486 [  4832] By: gsar                                  on 2000/01/21  16:49:09
487         Log: fix bug in dumping self-referential scalars
488      Branch: perl
489            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
490            ! t/lib/dumper.t
491 ____________________________________________________________________________
492 [  4831] By: jhi                                   on 2000/01/21  09:16:07
493         Log: Integrate with Sarathy.
494      Branch: cfgperl
495           +> t/op/exists_sub.t
496           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
497           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
498           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
499           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
500           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
501 ____________________________________________________________________________
502 [  4830] By: gsar                                  on 2000/01/21  04:28:08
503         Log: patch to report warnings on bogus filehandles passed to flock(),
504              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
505              (slightly modified)
506      Branch: perl
507            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
508            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
509            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
510 ____________________________________________________________________________
511 [  4829] By: gsar                                  on 2000/01/21  03:43:46
512         Log: typo fix
513      Branch: perl
514            ! pod/perlop.pod
515 ____________________________________________________________________________
516 [  4828] By: gsar                                  on 2000/01/21  03:32:31
517         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
518              fixups of faulty facts and prose
519      Branch: perl
520            ! pod/perlvar.pod
521 ____________________________________________________________________________
522 [  4827] By: gsar                                  on 2000/01/21  01:45:51
523         Log: support for C<exists &func> (from Spider Boardman)
524      Branch: perl
525            + t/op/exists_sub.t
526            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
527            ! pod/perlfunc.pod pp.c
528 ____________________________________________________________________________
529 [  4826] By: gsar                                  on 2000/01/21  01:35:46
530         Log: mention the fact that open(my $foo, ...) covers all handle
531              constructors
532      Branch: perl
533            ! pod/perldelta.pod
534 ____________________________________________________________________________
535 [  4825] By: gsar                                  on 2000/01/21  01:03:34
536         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
537              Date: Wed, 19 Jan 2000 15:05:11 -0500
538              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
539              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
540      Branch: perl
541            ! utils/h2xs.PL
542 ____________________________________________________________________________
543 [  4824] By: gsar                                  on 2000/01/20  19:14:26
544         Log: INSTALL updates from Andy Dougherty
545      Branch: perl
546            ! INSTALL
547 ____________________________________________________________________________
548 [  4823] By: gsar                                  on 2000/01/20  08:40:13
549         Log: sv_true() has a superfluous test
550      Branch: perl
551            ! sv.c sv.h
552 ____________________________________________________________________________
553 [  4822] By: bailey                                on 2000/01/20  02:03:35
554         Log: Minor cosmetic updates
555      Branch: vmsperl
556            ! configure.com
557 ____________________________________________________________________________
558 [  4821] By: bailey                                on 2000/01/20  00:25:30
559         Log: Quick integration of mainline changes to date
560      Branch: vmsperl
561           +> (branch 74 files)
562            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
563            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
564            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
565            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
566            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
567            - lib/warning.pm os2/POSIX.mkfifo warning.h
568           !> (integrate 462 files)
569 ____________________________________________________________________________
570 [  4820] By: jhi                                   on 2000/01/19  22:46:42
571         Log: More robust inc_version_list from Andy.
572      Branch: cfgperl
573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
574            ! config_h.SH
575      Branch: metaconfig
576            ! U/installdirs/inc_version_list.U
577 ____________________________________________________________________________
578 [  4819] By: jhi                                   on 2000/01/19  17:36:56
579         Log: Add NV_PRESERVES_UV.
580      Branch: cfgperl
581            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
582            ! config_h.SH perl.h
583      Branch: metaconfig
584            ! U/protos/selecttype.U
585      Branch: metaconfig/U/perl
586            - nvpresuv.U
587            ! perlxv.U
588 ____________________________________________________________________________
589 [  4818] By: jhi                                   on 2000/01/19  08:13:05
590         Log: Integrate with Sarathy.
591      Branch: cfgperl
592           !> Changes Configure win32/config.bc win32/config.gc
593           !> win32/config.vc win32/config_H.bc win32/config_H.gc
594           !> win32/config_H.vc
595 ____________________________________________________________________________
596 [  4817] By: gsar                                  on 2000/01/19  05:25:43
597         Log: regen win32/config*
598      Branch: perl
599            ! Configure win32/config.bc win32/config.gc win32/config.vc
600            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
601 ____________________________________________________________________________
602 [  4816] By: jhi                                   on 2000/01/18  21:19:10
603         Log: Policy patch from Andy for installation directories,
604              removing the $apiversion.
605      Branch: cfgperl
606            ! Policy_sh.SH
607 ____________________________________________________________________________
608 [  4815] By: jhi                                   on 2000/01/18  21:11:03
609         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
610              as suggested by Andy.
611      Branch: cfgperl
612            ! Configure config_h.SH
613      Branch: metaconfig
614            ! U/compline/d_gnulibc.U U/modified/cc.U
615 ____________________________________________________________________________
616 [  4814] By: gsar                                  on 2000/01/18  20:48:10
617         Log: integrate cfgperl changes into mainline
618      Branch: perl
619            ! Changes
620           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
621           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
622           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
623 ____________________________________________________________________________
624 [  4813] By: jhi                                   on 2000/01/18  19:41:33
625         Log: metaconfig todo note from Andy.
626      Branch: cfgperl
627            ! Configure config_h.SH
628      Branch: metaconfig
629            ! U/installdirs/inc_version_list.U
630 ____________________________________________________________________________
631 [  4812] By: jhi                                   on 2000/01/18  15:02:55
632         Log: More -V.
633      Branch: cfgperl
634            ! perl.c
635 ____________________________________________________________________________
636 [  4811] By: jhi                                   on 2000/01/18  10:35:30
637         Log: More compile-time options shown with -V.
638      Branch: cfgperl
639            ! perl.c
640 ____________________________________________________________________________
641 [  4810] By: jhi                                   on 2000/01/17  08:35:49
642         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
643              the strtold() and qgcvt() prototypes for long doubles, but
644              it should be okay in any case); fix bad assumptions in the
645              test suite about string->float conversions; though the out
646              parameter of strtold() (and strtoll()) is unused, it is nicer
647              to have it in correct type.
648      Branch: cfgperl
649            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
650      Branch: metaconfig
651            ! U/modified/cc.U
652 ____________________________________________________________________________
653 [  4809] By: jhi                                   on 2000/01/16  19:21:18
654         Log: strtoll works better ternary.
655      Branch: cfgperl
656            ! perl.h
657 ____________________________________________________________________________
658 [  4808] By: jhi                                   on 2000/01/16  19:12:58
659         Log: Know strtoll.
660      Branch: cfgperl
661            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
662            ! config_h.SH perl.h
663 ____________________________________________________________________________
664 [  4807] By: jhi                                   on 2000/01/16  17:57:03
665         Log: Integrate with Sarathy.
666      Branch: cfgperl
667           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
668           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
669 ____________________________________________________________________________
670 [  4806] By: jhi                                   on 2000/01/16  16:37:47
671         Log: Continue qgcvt work; closer now but not yet there.
672      Branch: cfgperl
673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
674            ! config_h.SH doop.c utf8.c
675      Branch: metaconfig
676            ! U/compline/d_gconvert.U
677      Branch: metaconfig/U/perl
678            ! d_qgcvt.U
679 ____________________________________________________________________________
680 [  4805] By: jhi                                   on 2000/01/15  22:26:16
681         Log: Metaconfig and Porting patches from Andy; start using the new
682              long long and long double thingies from #4804; regen Configure.
683      Branch: cfgperl
684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
685            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
686      Branch: metaconfig
687            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
688            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
689            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
690            + U/nullified/lib.U
691            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
692            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
693            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
694            ! U/modified/Oldconfig.U U/modified/Signal.U
695            ! U/modified/sig_name.U U/threads/usethreads.U
696      Branch: metaconfig/U/perl
697            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
698            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
699            ! usemultiplicity.U
700      Branch: perl
701            ! perl.h util.c
702 ____________________________________________________________________________
703 [  4804] By: jhi                                   on 2000/01/14  14:22:24
704         Log: Add more quad/long long/long double sciency.
705      Branch: metaconfig/U/perl
706            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
707            + d_strtouq.U
708 ____________________________________________________________________________
709 [  4803] By: gsar                                  on 2000/01/14  04:40:49
710         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
711      Branch: perl
712            ! op.c
713 ____________________________________________________________________________
714 [  4802] By: gsar                                  on 2000/01/14  04:35:55
715         Log: add note about "our"
716      Branch: perl
717            ! lib/vars.pm
718 ____________________________________________________________________________
719 [  4801] By: gsar                                  on 2000/01/14  04:16:51
720         Log: nailed "our" declarations, and better warnings on duplicate
721              "our" declarations
722      Branch: perl
723            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
724            ! t/pragma/strict-vars toke.c
725 ____________________________________________________________________________
726 [  4800] By: gsar                                  on 2000/01/14  01:27:13
727         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
728      Branch: perl
729            ! dump.c op.c op.h
730 ____________________________________________________________________________
731 [  4799] By: gsar                                  on 2000/01/14  01:17:15
732         Log: doc typo
733      Branch: perl
734            ! pod/perlfunc.pod
735 ____________________________________________________________________________
736 [  4798] By: jhi                                   on 2000/01/13  16:31:34
737         Log: Integrate with Sarathy.
738      Branch: cfgperl
739           +> epoc/config.sh epoc/epocish.c epoc/link.pl
740           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
741           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
742           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
743           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
744           +> win32/perlhost.h win32/vdir.h win32/vmem.h
745            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
746            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
747            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
748           !> (integrate 282 files)
749 ____________________________________________________________________________
750 [  4797] By: gsar                                  on 2000/01/13  08:12:56
751         Log: clearer docs for change#4796; faster av_exists()
752      Branch: perl
753            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
754 ____________________________________________________________________________
755 [  4796] By: gsar                                  on 2000/01/13  06:49:03
756         Log: support delete() and exists() on array, tied array, and pseudo-hash
757              elements or slices
758      Branch: perl
759            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
760            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
761            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
762            ! t/op/avhv.t t/op/delete.t
763 ____________________________________________________________________________
764 [  4795] By: gsar                                  on 2000/01/11  20:52:30
765         Log: extend site_perl changes change#4773 to vendor_perl as well
766      Branch: perl
767            ! Configure
768 ____________________________________________________________________________
769 [  4794] By: gsar                                  on 2000/01/11  19:18:50
770         Log: rework INSTALL to reflect new logic for versioning sitelibs
771      Branch: perl
772            ! INSTALL
773 ____________________________________________________________________________
774 [  4793] By: gsar                                  on 2000/01/11  01:44:00
775         Log: test for change#4792
776      Branch: perl
777            ! t/op/fork.t
778 ____________________________________________________________________________
779 [  4792] By: gsar                                  on 2000/01/11  01:22:36
780         Log: pseudo forked children inherit environment correctly
781      Branch: perl
782            ! win32/perlhost.h
783 ____________________________________________________________________________
784 [  4791] By: gsar                                  on 2000/01/10  19:14:03
785         Log: test tweak
786      Branch: perl
787            ! t/op/fork.t
788 ____________________________________________________________________________
789 [  4790] By: gsar                                  on 2000/01/10  18:56:16
790         Log: check for USE_ITHREADS sanity was too restrictive
791      Branch: perl
792            ! perl.h
793 ____________________________________________________________________________
794 [  4789] By: gsar                                  on 2000/01/10  18:30:24
795         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
796              a real SetCurrentDirectory() in toplevel host
797      Branch: perl
798            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
799            ! win32/vdir.h win32/win32.c
800 ____________________________________________________________________________
801 [  4782] By: gsar                                  on 2000/01/10  05:27:03
802         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
803      Branch: perl
804            + epoc/config.sh epoc/epocish.c epoc/link.pl
805            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
806            - epoc/perl.pkg
807            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
808            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
809            ! lib/Sys/Hostname.pm
810 ____________________________________________________________________________
811 [  4781] By: gsar                                  on 2000/01/10  05:11:03
812         Log: pod typos (from Abigail <abigail@delanet.com>)
813      Branch: perl
814            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
815 ____________________________________________________________________________
816 [  4780] By: gsar                                  on 2000/01/10  05:07:35
817         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
818      Branch: perl
819            ! t/lib/thread.t
820 ____________________________________________________________________________
821 [  4779] By: gsar                                  on 2000/01/10  05:06:16
822         Log: terminate -s switch processing only on C<-->, not on C<--foo>
823      Branch: perl
824            ! perl.c
825 ____________________________________________________________________________
826 [  4778] By: gsar                                  on 2000/01/10  04:38:45
827         Log: useithreads needs usemultiplicity
828      Branch: perl
829            ! Configure perl.h
830 ____________________________________________________________________________
831 [  4777] By: gsar                                  on 2000/01/10  01:18:04
832         Log: use $Config{version} rather than $] where appropriate
833      Branch: perl
834            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
835            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
836            ! lib/lib.pm
837 ____________________________________________________________________________
838 [  4776] By: gsar                                  on 2000/01/10  00:11:34
839         Log: enable fork.t on windows
840      Branch: perl
841            ! t/op/fork.t
842 ____________________________________________________________________________
843 [  4775] By: gsar                                  on 2000/01/10  00:07:29
844         Log: broken test for use5005threads
845      Branch: perl
846            ! t/lib/safe2.t
847 ____________________________________________________________________________
848 [  4774] By: gsar                                  on 2000/01/09  23:56:37
849         Log: more windows build tweaks
850      Branch: perl
851            ! installperl makedef.pl win32/Makefile win32/config_H.bc
852            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
853            ! win32/makefile.mk
854 ____________________________________________________________________________
855 [  4773] By: gsar                                  on 2000/01/09  22:27:19
856         Log: more changes for new-style version numbers (versions numbers on
857              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
858              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
859              split $Config{apiversion} into three, @Config{apirevision,apiversion,
860              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
861              to .../site_perl/$version, just like $Config{privlib}, making sitelib
862              completely independent across versions and substantially eliminating
863              chances of breaking older installations by overwriting newly built
864              extensions; all this means compatibility inclusions for @INC will need
865              to take into account older sitelib versions (this still TODO)
866              
867              windows, vms, dos tweaks for the above
868      Branch: perl
869            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
870            ! config_h.SH configure.com dosish.h installman installperl
871            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
872            ! win32/config.bc win32/config.gc win32/config.vc
873            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
874            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
875            ! win32/win32.c
876 ____________________________________________________________________________
877 [  4772] By: gsar                                  on 2000/01/09  19:05:33
878         Log: s/usethreads/use5005threads/g
879      Branch: perl
880            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
881 ____________________________________________________________________________
882 [  4771] By: gsar                                  on 2000/01/09  18:51:50
883         Log: Configure changes for new-style version numbers (from Andy Dougherty,
884              slightly altered)
885      Branch: perl
886            ! Configure INSTALL Porting/Glossary Porting/config.sh
887            ! Porting/config_H config_h.SH perl.h win32/Makefile
888            ! win32/config.bc win32/config.gc win32/config.vc
889            ! win32/makefile.mk
890 ____________________________________________________________________________
891 [  4770] By: gsar                                  on 2000/01/07  22:18:54
892         Log: fix for 'make utest' failures (from Ilya Zakharevich)
893      Branch: perl
894            ! regexec.c
895 ____________________________________________________________________________
896 [  4769] By: gsar                                  on 2000/01/07  18:23:16
897         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
898      Branch: perl
899            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
900            + ext/ODBM_File/hints/cygwin.pl
901            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
902            ! hints/cygwin.sh installman installperl lib/Cwd.pm
903            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
904            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
905 ____________________________________________________________________________
906 [  4768] By: gsar                                  on 2000/01/07  18:12:15
907         Log: typo on h2xs.PL (from Helmut Jarausch)
908      Branch: perl
909            ! utils/h2xs.PL
910 ____________________________________________________________________________
911 [  4767] By: gsar                                  on 2000/01/07  17:58:45
912         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
913      Branch: perl
914            ! README.vms configure.com vms/subconfigure.com
915 ____________________________________________________________________________
916 [  4766] By: gsar                                  on 2000/01/07  17:54:05
917         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
918              <sthoenna@efn.org>)
919      Branch: perl
920            - os2/POSIX.mkfifo
921            ! MANIFEST README.os2
922 ____________________________________________________________________________
923 [  4765] By: gsar                                  on 2000/01/06  20:11:46
924         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
925              match /^lib/ won't load properly)
926      Branch: perl
927            + ext/DynaLoader/hints/openbsd.pl
928            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
929 ____________________________________________________________________________
930 [  4764] By: gsar                                  on 2000/01/06  19:51:08
931         Log: add undocumented globals for compatibility--find.pl, and find2perl
932              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
933      Branch: perl
934            ! lib/File/Find.pm
935 ____________________________________________________________________________
936 [  4763] By: gsar                                  on 2000/01/06  10:51:07
937         Log: fix various C-backend shenanigans
938      Branch: perl
939            ! ext/B/B/C.pm
940 ____________________________________________________________________________
941 [  4762] By: gsar                                  on 2000/01/06  04:09:00
942         Log: tweak test in change#4757 for Windows
943      Branch: perl
944            ! t/io/open.t
945 ____________________________________________________________________________
946 [  4761] By: gsar                                  on 2000/01/06  02:55:30
947         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
948              they belonged to freed OP_CONSTs)
949      Branch: perl
950            ! op.c
951 ____________________________________________________________________________
952 [  4760] By: gsar                                  on 2000/01/06  00:22:40
953         Log: constant ranges could escape bareword check in list context
954      Branch: perl
955            ! op.c t/pragma/strict-subs
956 ____________________________________________________________________________
957 [  4759] By: gsar                                  on 2000/01/05  20:52:50
958         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
959              Date: Wed, 05 Jan 2000 15:23:18 EST
960              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
961              Subject: Re: minimal m//g matches appear busted
962      Branch: perl
963            ! regexec.c t/op/pat.t
964 ____________________________________________________________________________
965 [  4758] By: gsar                                  on 2000/01/05  12:49:40
966         Log: various nits identified by warnings unmasked by recent changes
967      Branch: perl
968            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
969 ____________________________________________________________________________
970 [  4757] By: gsar                                  on 2000/01/05  12:48:10
971         Log: severe bugs in change#3786 fixed
972      Branch: perl
973            ! doio.c t/io/open.t
974 ____________________________________________________________________________
975 [  4756] By: gsar                                  on 2000/01/05  11:25:10
976         Log: tweak change#4745 to make ebcdic output match for chars <= 037
977      Branch: perl
978            ! ext/Data/Dumper/Dumper.pm
979 ____________________________________________________________________________
980 [  4755] By: gsar                                  on 2000/01/05  06:56:05
981         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
982      Branch: perl
983            ! Configure util.c utils/perlcc.PL
984 ____________________________________________________________________________
985 [  4754] By: gsar                                  on 2000/01/05  06:52:25
986         Log: avoid expensive Version_check (from Andreas Koenig)
987      Branch: perl
988            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
989            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
990 ____________________________________________________________________________
991 [  4753] By: gsar                                  on 2000/01/05  06:48:22
992         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
993              Date: 03 Jan 2000 21:56:02 +0100
994              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
995              Subject: Reloading File::Copy
996      Branch: perl
997            ! Changes lib/File/Copy.pm t/lib/filecopy.t
998 ____________________________________________________________________________
999 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1000         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1001      Branch: perl
1002            ! win32/Makefile win32/makefile.mk win32/win32.h
1003 ____________________________________________________________________________
1004 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1005         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1006      Branch: perl
1007            ! lib/ExtUtils/MakeMaker.pm
1008 ____________________________________________________________________________
1009 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1010         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1011              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1012              <Haakon.Alstadheim@sds.no>)
1013      Branch: perl
1014            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1015 ____________________________________________________________________________
1016 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1017         Log: disable optimization in change#3612 for join() and quotemeta()--this
1018              removes all the gross hacks for the special cases in that change; fix
1019              pp_concat() for when TARG == arg (modified version of patch suggested
1020              by Ilya Zakharevich)
1021      Branch: perl
1022            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1023 ____________________________________________________________________________
1024 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1025         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1026              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1027      Branch: perl
1028            ! lib/ExtUtils/MakeMaker.pm
1029 ____________________________________________________________________________
1030 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1031         Log: fix 4-arg substr() when used as argument to subroutine
1032      Branch: perl
1033            ! pp.c t/op/substr.t
1034 ____________________________________________________________________________
1035 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1036         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1037      Branch: perl
1038            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1039            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1040            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1041            ! perlapi.c proto.h thread.h util.c
1042 ____________________________________________________________________________
1043 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1044         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1045      Branch: perl
1046            ! ext/Data/Dumper/Dumper.pm regcomp.c
1047 ____________________________________________________________________________
1048 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1049         Log: missing files in previous submit
1050      Branch: perl
1051            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1052            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1053 ____________________________________________________________________________
1054 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1055         Log: various Windows build tweaks
1056      Branch: perl
1057            ! win32/win32.h
1058 ____________________________________________________________________________
1059 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1060         Log: change#4705 breaks code that interpolates $], so leave string value
1061              of $] as it was for compatibility (and perhaps introduce $^V or similar
1062              for the utf8 representation, maybe?)
1063      Branch: perl
1064            ! configpm gv.c
1065 ____________________________________________________________________________
1066 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1067         Log: avoid CRLF in byteloadable files created by perlcc
1068      Branch: perl
1069            ! utils/perlcc.PL
1070 ____________________________________________________________________________
1071 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1072         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1073      Branch: perl
1074            ! pod/perldelta.pod toke.c
1075 ____________________________________________________________________________
1076 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1077         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1078              to allow ByteLoader to work; the DATA filehandles continue to
1079              be left open in text mode for compatibility
1080      Branch: perl
1081            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1082            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1083            ! win32/win32.h
1084 ____________________________________________________________________________
1085 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1086         Log: CR-LF support broken for formats
1087      Branch: perl
1088            ! toke.c
1089 ____________________________________________________________________________
1090 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1091         Log: make DProf functional under pseudo-fork()
1092      Branch: perl
1093            ! ext/Devel/DProf/DProf.xs
1094 ____________________________________________________________________________
1095 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1096         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1097              Mulder)
1098      Branch: perl
1099            ! doio.c pp_hot.c t/io/argv.t
1100 ____________________________________________________________________________
1101 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1102         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1103              Koenig)
1104      Branch: perl
1105            ! Makefile.SH
1106 ____________________________________________________________________________
1107 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1108         Log: Windows build tweaks
1109      Branch: perl
1110            ! INTERN.h sv.c
1111 ____________________________________________________________________________
1112 [  4733] By: gsar                                  on 1999/12/28  20:45:15
1113         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
1114              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1115      Branch: perl
1116            ! pp_sys.c
1117 ____________________________________________________________________________
1118 [  4732] By: gsar                                  on 1999/12/28  20:42:13
1119         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1120              <ralph@inputplus.demon.co.uk>
1121      Branch: perl
1122            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1123 ____________________________________________________________________________
1124 [  4731] By: gsar                                  on 1999/12/28  20:23:17
1125         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1126              not supplied (variant of patch suggested by Ilya Zakharevich)
1127      Branch: perl
1128            ! XSUB.h lib/ExtUtils/xsubpp
1129 ____________________________________________________________________________
1130 [  4730] By: gsar                                  on 1999/12/28  19:55:56
1131         Log: range operator does magical string increment iff both operands
1132              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1133              the "foreach (RANGE)" case as well
1134      Branch: perl
1135            ! pp_ctl.c t/op/range.t
1136 ____________________________________________________________________________
1137 [  4729] By: gsar                                  on 1999/12/28  18:40:19
1138         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1139      Branch: perl
1140            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1141            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1142            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1143            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1144            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1145            ! win32/win32.h
1146 ____________________________________________________________________________
1147 [  4728] By: gsar                                  on 1999/12/28  07:44:19
1148         Log: typecasts needed
1149      Branch: perl
1150            ! toke.c
1151 ____________________________________________________________________________
1152 [  4727] By: gsar                                  on 1999/12/28  06:23:08
1153         Log: change#4721 needed line number adjustments
1154      Branch: perl
1155            ! MANIFEST global.sym proto.h t/pragma/warn/doop
1156            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
1157            ! t/pragma/warn/toke t/pragma/warn/utf8
1158 ____________________________________________________________________________
1159 [  4726] By: gsar                                  on 1999/12/28  04:18:15
1160         Log: integrate utfperl contents into mainline
1161      Branch: perl
1162           +> lib/byte.pm lib/byte_heavy.pl
1163           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
1164           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
1165           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
1166 ____________________________________________________________________________
1167 [  4725] By: gsar                                  on 1999/12/28  04:08:09
1168         Log: integrate mainline contents
1169      Branch: utfperl
1170            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
1171            - lib/unicode/Eq/Unicode
1172           !> (integrate 60 files)
1173 ____________________________________________________________________________
1174 [  4724] By: gsar                                  on 1999/12/28  03:44:10
1175         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
1176      Branch: perl
1177            ! regcomp.c t/op/re_tests
1178 ____________________________________________________________________________
1179 [  4723] By: gsar                                  on 1999/12/28  03:28:39
1180         Log: more ebcdic testsuite fixups (from Peter Prymmer)
1181      Branch: perl
1182            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
1183            ! t/pragma/overload.t t/pragma/utf8.t
1184 ____________________________________________________________________________
1185 [  4722] By: gsar                                  on 1999/12/28  03:14:48
1186         Log: avoid "used once" warning
1187      Branch: perl
1188            ! lib/diagnostics.pm
1189 ____________________________________________________________________________
1190 [  4721] By: gsar                                  on 1999/12/28  03:10:32
1191         Log: ebcdic tweaks for tests from Peter Prymmer
1192      Branch: perl
1193            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
1194            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
1195 ____________________________________________________________________________
1196 [  4720] By: gsar                                  on 1999/12/28  03:08:39
1197         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
1198      Branch: perl
1199            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1200            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1201            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
1202 ____________________________________________________________________________
1203 [  4719] By: gsar                                  on 1999/12/28  03:01:04
1204         Log: perlport v1.45 from Chris Nandor
1205      Branch: perl
1206            ! pod/perlport.pod
1207 ____________________________________________________________________________
1208 [  4718] By: gsar                                  on 1999/12/28  02:59:16
1209         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
1210              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
1211      Branch: perl
1212            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
1213            ! t/pragma/constant.t
1214 ____________________________________________________________________________
1215 [  4717] By: gsar                                  on 1999/12/28  02:47:04
1216         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
1217      Branch: perl
1218            - ext/DynaLoader/dl_cygwin.xs
1219            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
1220            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
1221            ! util.c
1222 ____________________________________________________________________________
1223 [  4716] By: gsar                                  on 1999/12/28  02:40:51
1224         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
1225              (from Andy Dougherty)
1226      Branch: perl
1227            ! Configure
1228 ____________________________________________________________________________
1229 [  4715] By: gsar                                  on 1999/12/28  02:38:44
1230         Log: better variant of change#4644 (from Andy Dougherty)
1231      Branch: perl
1232            ! Configure
1233 ____________________________________________________________________________
1234 [  4714] By: gsar                                  on 1999/12/28  02:36:40
1235         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
1236      Branch: perl
1237            ! Configure
1238 ____________________________________________________________________________
1239 [  4713] By: gsar                                  on 1999/12/28  02:35:15
1240         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
1241              INSTALL (from Andy Dougherty)
1242      Branch: perl
1243            ! Configure
1244 ____________________________________________________________________________
1245 [  4712] By: gsar                                  on 1999/12/28  02:30:55
1246         Log: avoid creating new files during make install
1247      Branch: perl
1248            ! Makefile.SH
1249 ____________________________________________________________________________
1250 [  4711] By: gsar                                  on 1999/12/28  02:24:44
1251         Log: pod edits from Paul Marquess and Mark-Jason Dominus
1252      Branch: perl
1253            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
1254            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
1255            ! pod/perldelta.pod
1256 ____________________________________________________________________________
1257 [  4710] By: gsar                                  on 1999/12/28  02:05:23
1258         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
1259              <sthoenna@efn.org>); add explicit target for opmini.o
1260      Branch: perl
1261            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
1262 ____________________________________________________________________________
1263 [  4709] By: gsar                                  on 1999/12/28  01:20:39
1264         Log: partly fix perldiag regressions identified by Tom Christiansen
1265      Branch: perl
1266            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
1267            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
1268            ! t/pragma/warn/pp_sys
1269 ____________________________________________________________________________
1270 [  4708] By: gsar                                  on 1999/12/27  23:33:24
1271         Log: update perldiag for change#4707
1272      Branch: perl
1273            ! perl.c pod/perldiag.pod
1274 ____________________________________________________________________________
1275 [  4707] By: gsar                                  on 1999/12/27  23:23:39
1276         Log: allow spaces in -I switch argument
1277      Branch: perl
1278            ! perl.c
1279 ____________________________________________________________________________
1280 [  4706] By: gsar                                  on 1999/12/26  23:44:53
1281         Log: fix typos
1282      Branch: utfperl
1283            ! sv.h toke.c
1284 ____________________________________________________________________________
1285 [  4705] By: gsar                                  on 1999/12/24  04:02:35
1286         Log: support for v5.5.640 style version numbers
1287      Branch: utfperl
1288            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
1289            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
1290 ____________________________________________________________________________
1291 [  4704] By: gsar                                  on 1999/12/23  08:54:27
1292         Log: bring in basic threads stuff under USE_ITHREADS
1293      Branch: perl
1294            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
1295            ! util.c
1296 ____________________________________________________________________________
1297 [  4703] By: gsar                                  on 1999/12/23  00:10:06
1298         Log: integrate mainline contents into utfperl
1299      Branch: utfperl
1300           !> (integrate 33 files)
1301 ____________________________________________________________________________
1302 [  4702] By: gsar                                  on 1999/12/20  17:18:23
1303         Log: virtual directory handling broken on paths with trailing slash
1304      Branch: perl
1305            ! win32/Makefile win32/makefile.mk win32/vdir.h
1306 ____________________________________________________________________________
1307 [  4701] By: gsar                                  on 1999/12/20  17:09:55
1308         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
1309              isn't set for all m/$foo/o)
1310      Branch: perl
1311            ! pp_ctl.c
1312 ____________________________________________________________________________
1313 [  4700] By: gsar                                  on 1999/12/20  16:28:51
1314         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
1315              we have a race on our hands)
1316      Branch: perl
1317            ! pp_ctl.c
1318 ____________________________________________________________________________
1319 [  4699] By: gsar                                  on 1999/12/20  16:19:00
1320         Log: pod tweaks
1321      Branch: perl
1322            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
1323 ____________________________________________________________________________
1324 [  4698] By: gsar                                  on 1999/12/20  07:55:07
1325         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
1326      Branch: perl
1327            ! utf8.c
1328 ____________________________________________________________________________
1329 [  4697] By: gsar                                  on 1999/12/18  01:35:50
1330         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
1331              anon hash rather than a block; test case for the same
1332      Branch: perl
1333            ! t/comp/term.t toke.c
1334 ____________________________________________________________________________
1335 [  4696] By: gsar                                  on 1999/12/17  19:55:03
1336         Log: leak in change#4694 spotted by Larry
1337      Branch: perl
1338            ! hv.c
1339 ____________________________________________________________________________
1340 [  4695] By: gsar                                  on 1999/12/17  18:14:11
1341         Log: test case for change#4694
1342      Branch: perl
1343            ! t/op/delete.t
1344 ____________________________________________________________________________
1345 [  4694] By: gsar                                  on 1999/12/17  18:09:08
1346         Log: delete() should return the value as is, not a copy thereof
1347      Branch: perl
1348            ! hv.c pod/perldelta.pod
1349 ____________________________________________________________________________
1350 [  4693] By: gsar                                  on 1999/12/17  17:45:58
1351         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
1352      Branch: perl
1353            ! regexec.c t/op/re_tests
1354 ____________________________________________________________________________
1355 [  4692] By: gsar                                  on 1999/12/17  17:41:10
1356         Log: credits tweak
1357      Branch: perl
1358            ! lib/File/Spec.pm
1359 ____________________________________________________________________________
1360 [  4691] By: gsar                                  on 1999/12/17  07:12:53
1361         Log: DynaLoader doesn't build properly when $(DLSRC) changes
1362              (fix suggested by Hans Mulder)
1363      Branch: perl
1364            ! ext/DynaLoader/Makefile.PL
1365 ____________________________________________________________________________
1366 [  4690] By: gsar                                  on 1999/12/17  06:26:34
1367         Log: add missing new ops
1368      Branch: perl
1369            ! ext/B/ramblings/runtime.porting
1370 ____________________________________________________________________________
1371 [  4689] By: gsar                                  on 1999/12/17  06:16:49
1372         Log: test harness tweak from Hans Mulder
1373      Branch: perl
1374            ! t/TEST
1375 ____________________________________________________________________________
1376 [  4688] By: gsar                                  on 1999/12/17  06:14:23
1377         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
1378              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
1379      Branch: perl
1380            ! Makefile.SH cygwin/Makefile.SHs
1381 ____________________________________________________________________________
1382 [  4687] By: gsar                                  on 1999/12/17  06:06:46
1383         Log: applied suggested patch with whitespace adjustments
1384              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
1385              Date: Thu, 16 Dec 1999 08:57:55 +0100
1386              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
1387              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
1388      Branch: perl
1389            ! lib/File/Find.pm
1390 ____________________________________________________________________________
1391 [  4686] By: gsar                                  on 1999/12/17  05:48:53
1392         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
1393              by Hans Mulder)
1394      Branch: perl
1395            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
1396            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
1397            ! ext/DynaLoader/dl_rhapsody.xs
1398 ____________________________________________________________________________
1399 [  4685] By: gsar                                  on 1999/12/17  05:37:51
1400         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
1401              <rjk@linguist.dartmouth.edu>)
1402      Branch: perl
1403            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1404 ____________________________________________________________________________
1405 [  4684] By: gsar                                  on 1999/12/16  09:32:48
1406         Log: spell out how to get 4-digit year (from Micheal G Schwern
1407              <schwern@pobox.com>)
1408      Branch: perl
1409            ! pod/perlfunc.pod
1410 ____________________________________________________________________________
1411 [  4683] By: gsar                                  on 1999/12/16  09:26:53
1412         Log: type mismatch for %c format argument (spotted by Robin Barker
1413              <rmb1@cise.npl.co.uk>)
1414      Branch: perl
1415            ! regcomp.c
1416 ____________________________________________________________________________
1417 [  4682] By: gsar                                  on 1999/12/16  08:33:28
1418         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
1419              <sho_pi@hotmail.com>)
1420      Branch: perl
1421            ! win32/win32.c
1422 ____________________________________________________________________________
1423 [  4681] By: gsar                                  on 1999/12/16  08:31:15
1424         Log: missing backslash (spotted by Johan Vromans)
1425      Branch: perl
1426            ! perl.c
1427 ____________________________________________________________________________
1428 [  4680] By: gsar                                  on 1999/12/16  08:26:00
1429         Log: avoid coredump on diagnostics when STDERR is closed
1430      Branch: perl
1431            ! perl.h
1432 ____________________________________________________________________________
1433 [  4679] By: gsar                                  on 1999/12/12  18:09:41
1434         Log: integrate mainline changes
1435      Branch: utfperl
1436           +> (branch 39 files)
1437            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1438            - lib/unicode/UnicodeData-Latest.txt
1439           !> (integrate 447 files)
1440 ____________________________________________________________________________
1441 [  4678] By: gsar                                  on 1999/12/10  01:39:13
1442         Log: interpreter structure should be nulled under -DMULTIPLICITY
1443      Branch: perl
1444            ! perl.c
1445 ____________________________________________________________________________
1446 [  4677] By: gsar                                  on 1999/12/09  11:10:27
1447         Log: update Changes
1448      Branch: perl
1449            ! Changes
1450
1451 ----------------
1452 Version 5.005_63
1453 ----------------
1454
1455 ____________________________________________________________________________
1456 [  4676] By: gsar                                  on 1999/12/09  10:51:43
1457         Log: fix File::Find testsuite bugs in symlink-less places
1458      Branch: perl
1459            ! t/lib/filefind.t
1460 ____________________________________________________________________________
1461 [  4675] By: gsar                                  on 1999/12/09  10:22:31
1462         Log: USE_ITHREADS tweaks and notes
1463      Branch: perl
1464            ! op.c pod/perldelta.pod sv.c
1465 ____________________________________________________________________________
1466 [  4674] By: gsar                                  on 1999/12/09  10:21:53
1467         Log: allow new style sort subs to work under usethreads
1468      Branch: perl
1469            ! pp_ctl.c
1470 ____________________________________________________________________________
1471 [  4673] By: gsar                                  on 1999/12/09  04:00:23
1472         Log: document compatibility issue with literal list slices and NOTOP
1473              (C<not (1,2,3)[0]> is now a syntax error)
1474      Branch: perl
1475            ! pod/perldelta.pod
1476 ____________________________________________________________________________
1477 [  4672] By: gsar                                  on 1999/12/09  01:14:46
1478         Log: avoid mismatched expectation <-> int types for C++ builds
1479      Branch: perl
1480            ! embed.pl intrpvar.h proto.h toke.c
1481 ____________________________________________________________________________
1482 [  4671] By: gsar                                  on 1999/12/09  00:36:24
1483         Log: newer version of File::Find with support for following symlinks and
1484              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
1485      Branch: perl
1486            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
1487 ____________________________________________________________________________
1488 [  4670] By: gsar                                  on 1999/12/09  00:13:06
1489         Log: avoid initializing GvCV slot for autovivified filehandles
1490      Branch: perl
1491            ! pp.c
1492 ____________________________________________________________________________
1493 [  4669] By: gsar                                  on 1999/12/08  19:09:27
1494         Log: apply change#4618 again along with Ilya's patch to fix bugs
1495              in it (see change#4622)
1496      Branch: perl
1497            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
1498            ! t/op/re_tests t/op/subst.t
1499 ____________________________________________________________________________
1500 [  4668] By: gsar                                  on 1999/12/08  18:56:53
1501         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
1502              From: Larry Wall <larry@wall.org>
1503              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
1504              Message-Id: <199912072039.MAA13257@kiev.wall.org>
1505              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
1506      Branch: perl
1507            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
1508 ____________________________________________________________________________
1509 [  4667] By: gsar                                  on 1999/12/08  18:47:37
1510         Log: patch to fix aix hints from ortmann@vnet.ibm.com
1511      Branch: perl
1512            ! hints/aix.sh
1513 ____________________________________________________________________________
1514 [  4666] By: gsar                                  on 1999/12/08  18:29:02
1515         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
1516              Tim Meadowcroft
1517      Branch: perl
1518            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
1519 ____________________________________________________________________________
1520 [  4665] By: gsar                                  on 1999/12/08  02:22:31
1521         Log: introduce save_I8() for saving byte values
1522      Branch: perl
1523            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1524            ! regcomp.c regexec.c scope.c scope.h sv.c
1525 ____________________________________________________________________________
1526 [  4664] By: gsar                                  on 1999/12/08  02:02:33
1527         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
1528      Branch: perl
1529            ! toke.c
1530 ____________________________________________________________________________
1531 [  4663] By: gsar                                  on 1999/12/08  01:11:44
1532         Log: longstanding typo in lexer: PL_lex_expect was not properly
1533              saved on reentry
1534      Branch: perl
1535            ! toke.c
1536 ____________________________________________________________________________
1537 [  4662] By: gsar                                  on 1999/12/07  23:16:21
1538         Log: typos in change#4546
1539      Branch: perl
1540            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
1541 ____________________________________________________________________________
1542 [  4661] By: gsar                                  on 1999/12/07  09:33:50
1543         Log: typos in change#4660
1544      Branch: perl
1545            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
1546 ____________________________________________________________________________
1547 [  4660] By: gsar                                  on 1999/12/06  23:42:55
1548         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
1549              fix bug where lc($readonly) could result in bogus errors
1550      Branch: perl
1551            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
1552            ! pp.c pp_sys.c proto.h sv.c
1553 ____________________________________________________________________________
1554 [  4659] By: gsar                                  on 1999/12/06  15:24:31
1555         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
1556              <jarausch@igpm.rwth-aachen.de>)
1557      Branch: perl
1558            ! perl.h
1559 ____________________________________________________________________________
1560 [  4658] By: gsar                                  on 1999/12/06  15:18:30
1561         Log: fix for -Dp via $^D (suggested by Stephane Payrard
1562              <stef@adnaccess.com>)
1563      Branch: perl
1564            ! mg.c
1565 ____________________________________________________________________________
1566 [  4657] By: gsar                                  on 1999/12/06  06:50:01
1567         Log: change#4641 needs perldiag.pod edit
1568      Branch: perl
1569            - lib/unicode/UnicodeData-Latest.txt
1570            ! pod/perldiag.pod
1571 ____________________________________________________________________________
1572 [  4656] By: gsar                                  on 1999/12/06  01:36:56
1573         Log: Makefile tweak for change#4649
1574      Branch: perl
1575            ! Makefile.SH
1576 ____________________________________________________________________________
1577 [  4655] By: gsar                                  on 1999/12/05  17:23:57
1578         Log: change#4653 was missing a patch reject
1579      Branch: perl
1580            ! win32/makefile.mk
1581 ____________________________________________________________________________
1582 [  4654] By: gsar                                  on 1999/12/05  11:41:04
1583         Log: windows build tweaks for Borland compiler
1584      Branch: perl
1585            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
1586 ____________________________________________________________________________
1587 [  4653] By: gsar                                  on 1999/12/05  11:07:37
1588         Log: applied somewhat modified version of suggested patch
1589              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
1590              Date: Thu, 18 Nov 1999 18:45:27 PST
1591              Message-ID: <19991119024527.72749.qmail@hotmail.com>
1592              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
1593      Branch: perl
1594            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1595            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
1596            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
1597            ! win32/makefile.mk win32/win32.h
1598 ____________________________________________________________________________
1599 [  4652] By: gsar                                  on 1999/12/05  09:24:45
1600         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
1601              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
1602              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
1603              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
1604      Branch: perl
1605            ! Changes hints/svr5.sh
1606 ____________________________________________________________________________
1607 [  4651] By: gsar                                  on 1999/12/05  09:01:19
1608         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
1609              when given non-existent drive names
1610      Branch: perl
1611            ! lib/File/Path.pm
1612 ____________________________________________________________________________
1613 [  4650] By: gsar                                  on 1999/12/05  08:47:11
1614         Log: windows build tweaks for change#4649
1615      Branch: perl
1616            ! win32/Makefile win32/makefile.mk
1617 ____________________________________________________________________________
1618 [  4649] By: gsar                                  on 1999/12/05  07:49:28
1619         Log: make File::Glob::glob() the default for CORE::glob()
1620              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
1621      Branch: perl
1622            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
1623            ! win32/makefile.mk
1624 ____________________________________________________________________________
1625 [  4648] By: gsar                                  on 1999/12/05  00:33:34
1626         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
1627      Branch: perl
1628            ! lib/Pod/Html.pm
1629 ____________________________________________________________________________
1630 [  4647] By: gsar                                  on 1999/12/05  00:14:01
1631         Log: remove outdated entry
1632      Branch: perl
1633            ! pod/perltrap.pod
1634 ____________________________________________________________________________
1635 [  4646] By: gsar                                  on 1999/12/04  22:48:51
1636         Log: s/block/loop block/ in diagnostics about next, last, redo
1637      Branch: perl
1638            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
1639 ____________________________________________________________________________
1640 [  4645] By: gsar                                  on 1999/12/04  22:25:32
1641         Log: readability tweak suggested by GRommel@sears.com
1642      Branch: perl
1643            ! pp.c
1644 ____________________________________________________________________________
1645 [  4644] By: gsar                                  on 1999/12/04  22:05:00
1646         Log: Configure tweak from Peter Prymmer
1647      Branch: perl
1648            ! Configure
1649 ____________________________________________________________________________
1650 [  4643] By: gsar                                  on 1999/12/04  21:55:27
1651         Log: make weak keyword check look for defined(&lock), not
1652              merely defined(*lock)
1653      Branch: perl
1654            ! toke.c
1655 ____________________________________________________________________________
1656 [  4642] By: gsar                                  on 1999/12/04  21:11:51
1657         Log: make eof() open ARGV if it isn't open already; also fixes bug
1658              where eof() would operate on any last-read filehandle, not
1659              just ARGV
1660      Branch: perl
1661            ! pp_sys.c
1662 ____________________________________________________________________________
1663 [  4641] By: gsar                                  on 1999/12/04  04:42:25
1664         Log: make uninitialized value warnings report opcode
1665      Branch: perl
1666            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
1667            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
1668            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
1669            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
1670            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
1671            ! t/pragma/warn/sv
1672 ____________________________________________________________________________
1673 [  4640] By: gsar                                  on 1999/12/04  02:40:44
1674         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
1675              that don't do range checking
1676      Branch: perl
1677            ! lib/Time/Local.pm
1678 ____________________________________________________________________________
1679 [  4639] By: gsar                                  on 1999/12/04  01:00:49
1680         Log: better implementation of change#3326; open(local $foo,...) now
1681              allowed in addition to any uninitialized variable, for consistency
1682              with how autovivification works elsewhere; add code to use the
1683              variable name as the name of the handle for simple variables, so
1684              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
1685      Branch: perl
1686            ! op.c pod/perldelta.pod pp.c t/io/open.t
1687 ____________________________________________________________________________
1688 [  4638] By: gsar                                  on 1999/12/03  21:20:00
1689         Log: pod nits
1690      Branch: perl
1691            ! pod/perlfunc.pod pod/perlrun.pod
1692 ____________________________________________________________________________
1693 [  4637] By: gsar                                  on 1999/12/03  08:59:04
1694         Log: change#4431 was flawed
1695      Branch: perl
1696            ! Makefile.SH
1697 ____________________________________________________________________________
1698 [  4636] By: gsar                                  on 1999/12/03  07:59:52
1699         Log: pod embellishments from Nathan Torkington
1700      Branch: perl
1701            ! pod/perlfaq2.pod pod/perlhack.pod
1702 ____________________________________________________________________________
1703 [  4635] By: gsar                                  on 1999/12/03  07:56:04
1704         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1705      Branch: perl
1706            ! pod/perlfaq4.pod
1707 ____________________________________________________________________________
1708 [  4634] By: gsar                                  on 1999/12/03  07:47:47
1709         Log: test tweak for VMS (from Craig A. Berry)
1710      Branch: perl
1711            ! t/io/nargv.t
1712 ____________________________________________________________________________
1713 [  4633] By: gsar                                  on 1999/12/03  07:44:52
1714         Log: patchls tweak from Andreas Koenig
1715      Branch: perl
1716            ! Porting/patchls
1717 ____________________________________________________________________________
1718 [  4632] By: gsar                                  on 1999/12/03  07:42:23
1719         Log: don't mess with the umask()
1720      Branch: perl
1721            ! installhtml installman installperl lib/ExtUtils/Install.pm
1722            ! lib/ExtUtils/Manifest.pm
1723 ____________________________________________________________________________
1724 [  4631] By: gsar                                  on 1999/12/03  06:52:50
1725         Log: support -a switch to append bytecode to an existing file and make
1726              perlcc use it (from Tom Hughes <tom@compton.nu>)
1727      Branch: perl
1728            ! ext/B/B/Bytecode.pm utils/perlcc.PL
1729 ____________________________________________________________________________
1730 [  4630] By: gsar                                  on 1999/12/03  06:46:16
1731         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
1732              (from Tom Phoenix)
1733      Branch: perl
1734            ! pod/perltrap.pod
1735 ____________________________________________________________________________
1736 [  4629] By: gsar                                  on 1999/12/03  06:40:15
1737         Log: use PerlIO abstraction rather than straight stdio (from
1738              Chip Salzenberg)
1739      Branch: perl
1740            ! ext/ByteLoader/ByteLoader.xs
1741 ____________________________________________________________________________
1742 [  4628] By: gsar                                  on 1999/12/03  06:15:54
1743         Log: avoid warning in IO::Select::exists() if socket doesn't exist
1744      Branch: perl
1745            ! ext/IO/lib/IO/Select.pm
1746 ____________________________________________________________________________
1747 [  4627] By: gsar                                  on 1999/12/03  06:05:19
1748         Log: two small patches from Peter Prymmer <pvhp@forte.com>
1749      Branch: perl
1750            ! makedepend.SH win32/Makefile win32/makefile.mk
1751 ____________________________________________________________________________
1752 [  4626] By: gsar                                  on 1999/12/03  05:36:38
1753         Log: From: Peter Prymmer <pvhp@forte.com>
1754              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
1755              Message-Id: <199911260506.VAA17230@brio.forte.com>
1756              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
1757      Branch: perl
1758            ! regcomp.c
1759 ____________________________________________________________________________
1760 [  4625] By: gsar                                  on 1999/12/03  05:20:21
1761         Log: Windows build tweaks due to change#4623
1762      Branch: perl
1763            ! win32/Makefile win32/makefile.mk win32/perlhost.h
1764 ____________________________________________________________________________
1765 [  4624] By: gsar                                  on 1999/12/03  04:58:30
1766         Log: add missing file
1767      Branch: perl
1768            + ext/DynaLoader/XSLoader_pm.PL
1769 ____________________________________________________________________________
1770 [  4623] By: gsar                                  on 1999/12/03  04:47:03
1771         Log: applied suggested patch; removed $VERSION = $VERSION hack
1772              (change#4043 fixed the need for that)
1773              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1774              Date: Tue, 16 Nov 1999 01:50:31 EST
1775              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
1776              Subject: [PATCH 5.005_62] XSLoader.pm
1777      Branch: perl
1778            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
1779            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
1780            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1781            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1782            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
1783            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
1784            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1785            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
1786            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1787            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1788            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
1789 ____________________________________________________________________________
1790 [  4622] By: gsar                                  on 1999/12/03  04:02:39
1791         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
1792      Branch: perl
1793            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1794 ____________________________________________________________________________
1795 [  4621] By: gsar                                  on 1999/12/02  22:24:53
1796         Log: caveat about thread-safety of extensions
1797      Branch: perl
1798            ! pod/perlfork.pod
1799 ____________________________________________________________________________
1800 [  4620] By: gsar                                  on 1999/12/02  20:31:02
1801         Log: XS documentation patches suggested by Ilya, severally adjusted
1802      Branch: perl
1803            ! pod/perlxs.pod pod/perlxstut.pod
1804 ____________________________________________________________________________
1805 [  4619] By: gsar                                  on 1999/12/02  17:52:50
1806         Log: re-add missing Unicode database master
1807      Branch: perl
1808            + lib/unicode/Unicode.300
1809 ____________________________________________________________________________
1810 [  4618] By: gsar                                  on 1999/12/02  06:56:18
1811         Log: applied suggested patch with prototype changes
1812              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1813              Date:    Tue, 23 Nov 1999 22:55:55 EST
1814              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
1815              Subject: [PATCH 5.005_62] First char cognizance
1816      Branch: perl
1817            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
1818 ____________________________________________________________________________
1819 [  4617] By: gsar                                  on 1999/12/02  06:04:57
1820         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
1821      Branch: perl
1822            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
1823 ____________________________________________________________________________
1824 [  4616] By: gsar                                  on 1999/12/02  04:30:22
1825         Log: various documentation tweaks suggested by M. J. T. Guy
1826      Branch: perl
1827            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
1828 ____________________________________________________________________________
1829 [  4615] By: gsar                                  on 1999/12/02  04:17:43
1830         Log: various File::Glob fixes for DOSISH platforms
1831              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1832              Date: Tue, 02 Nov 1999 11:11:25 GMT
1833              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
1834              Subject: File::Glob again. Final patch, honest!
1835      Branch: perl
1836            + t/lib/glob-case.t
1837            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
1838            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1839            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
1840 ____________________________________________________________________________
1841 [  4614] By: gsar                                  on 1999/12/02  03:42:55
1842         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
1843              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
1844      Branch: perl
1845            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
1846 ____________________________________________________________________________
1847 [  4613] By: gsar                                  on 1999/12/02  01:59:19
1848         Log: ignore yet another known scalar leak
1849      Branch: perl
1850            ! t/pragma/warn/regcomp
1851 ____________________________________________________________________________
1852 [  4612] By: gsar                                  on 1999/12/02  01:15:02
1853         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
1854      Branch: perl
1855            ! pp.c
1856 ____________________________________________________________________________
1857 [  4611] By: gsar                                  on 1999/12/02  00:31:43
1858         Log: a somewhat tweaked version of suggested patch
1859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1860              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
1861              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
1862              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
1863      Branch: perl
1864            ! pod/perlfunc.pod
1865 ____________________________________________________________________________
1866 [  4610] By: gsar                                  on 1999/12/01  19:09:31
1867         Log: more accurate require() pseudocode (from James P. Williams
1868              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
1869      Branch: perl
1870            ! pod/perlfunc.pod
1871 ____________________________________________________________________________
1872 [  4609] By: gsar                                  on 1999/12/01  18:43:49
1873         Log: avoid "Callback called exit" error on intentional exit()
1874      Branch: perl
1875            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
1876 ____________________________________________________________________________
1877 [  4608] By: gsar                                  on 1999/12/01  18:42:38
1878         Log: find_byclass() prototype was incoherent
1879      Branch: perl
1880            ! regexec.c
1881 ____________________________________________________________________________
1882 [  4607] By: gsar                                  on 1999/12/01  05:45:10
1883         Log: better documentation for goto &NAME (from M. J. T. Guy)
1884      Branch: perl
1885            ! pod/perlfunc.pod
1886 ____________________________________________________________________________
1887 [  4606] By: gsar                                  on 1999/12/01  05:33:14
1888         Log: integrate cfgperl contents into mainline
1889      Branch: perl
1890           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
1891           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
1892            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
1893            ! Changes
1894           !> (integrate 210 files)
1895 ____________________________________________________________________________
1896 [  4605] By: gsar                                  on 1999/12/01  05:15:27
1897         Log: avoid PTR->IV cast warnings
1898      Branch: perl
1899            ! mg.c op.c scope.h
1900 ____________________________________________________________________________
1901 [  4604] By: gsar                                  on 1999/12/01  03:59:56
1902         Log: email address changes
1903      Branch: perl
1904            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
1905            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
1906            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
1907            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
1908            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
1909 ____________________________________________________________________________
1910 [  4603] By: gsar                                  on 1999/12/01  03:45:13
1911         Log: minor USE_ITHREADS tweaks
1912      Branch: perl
1913            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
1914            ! win32/perllib.c win32/win32.h
1915 ____________________________________________________________________________
1916 [  4602] By: gsar                                  on 1999/12/01  01:00:09
1917         Log: more complete pseudo-fork() support for Windows
1918      Branch: perl
1919            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
1920            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
1921            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
1922            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
1923            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
1924            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
1925            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
1926            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
1927            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
1928            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1929            ! win32/win32iop.h win32/win32thread.h
1930 ____________________________________________________________________________
1931 [  4601] By: gsar                                  on 1999/12/01  00:45:38
1932         Log: rudimentary support for remote debugging, from aeons ago (somewhat
1933              modified)
1934              From: Graham TerMarsch <grahamt@ActiveState.com>
1935              Date: Sat, 12 Sep 1998 10:46:55 -0700
1936              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
1937              Subject: Re: Patches to perl5db.pl to allow for remote debugging
1938      Branch: perl
1939            ! lib/perl5db.pl
1940 ____________________________________________________________________________
1941 [  4600] By: chip                                  on 1999/11/19  21:16:00
1942         Log: Document known limitations of fdopen() on some systems,
1943              as they apply to open() and sysopen().
1944      Branch: perl
1945            ! pod/perlfunc.pod
1946 ____________________________________________________________________________
1947 [  4599] By: chip                                  on 1999/11/19  17:20:19
1948         Log: Undef printf before redirecting it to PerlIO_stdoutf.
1949              (Avoids an irritating warning when compiling with PerlIO.)
1950      Branch: perl
1951            ! perl.h
1952 ____________________________________________________________________________
1953 [  4598] By: jhi                                   on 1999/11/22  21:30:17
1954         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
1955      Branch: cfgperl
1956            ! README.vms t/io/open.t
1957 ____________________________________________________________________________
1958 [  4597] By: jhi                                   on 1999/11/21  16:21:21
1959         Log: Replace #4596 with the change done in 5.005_03.
1960      Branch: cfgperl
1961            ! ext/Errno/Errno_pm.PL
1962 ____________________________________________________________________________
1963 [  4596] By: jhi                                   on 1999/11/21  16:07:20
1964         Log: Skip processing a file if the file to be opened is '-'
1965              (can happen in UNICOS)
1966      Branch: cfgperl
1967            ! ext/Errno/Errno_pm.PL
1968 ____________________________________________________________________________
1969 [  4595] By: jhi                                   on 1999/11/21  14:05:10
1970         Log: VMS patches from Peter Prymmer.
1971      Branch: cfgperl
1972            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
1973 ____________________________________________________________________________
1974 [  4594] By: jhi                                   on 1999/11/18  17:07:14
1975         Log: The find_byclass prototype is already in proto.h. 
1976      Branch: cfgperl
1977            ! regexec.c
1978 ____________________________________________________________________________
1979 [  4593] By: gsar                                  on 1999/11/16  21:25:21
1980         Log: typo in flag checks
1981      Branch: utfperl
1982            ! sv.h
1983 ____________________________________________________________________________
1984 [  4592] By: jhi                                   on 1999/11/16  21:17:25
1985         Log: Regen Configure.
1986      Branch: cfgperl
1987            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
1988      Branch: metaconfig
1989            ! U/a_dvisory/quadtype.U
1990 ____________________________________________________________________________
1991 [  4591] By: jhi                                   on 1999/11/16  14:53:19
1992         Log: Integrate with Sarathy.
1993      Branch: cfgperl
1994           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
1995           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1996           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
1997           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
1998           !> t/pod/poderrs.xr
1999 ____________________________________________________________________________
2000 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2001         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2002      Branch: perl
2003            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2004            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2005            ! t/pod/poderrs.t t/pod/poderrs.xr
2006 ____________________________________________________________________________
2007 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2008         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2009              C<if (fork()) { print "parent" } else { print "child" }> works on
2010              Windows (incidentally running a cloned^2 interpreter :)
2011      Branch: perl
2012            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2013            ! pp_sys.c proto.h sv.c
2014 ____________________________________________________________________________
2015 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2016         Log: cloning the stack (part 1)
2017      Branch: perl
2018            ! cop.h deb.c perl.c sv.c
2019 ____________________________________________________________________________
2020 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2021         Log: Integrate with Sarathy.
2022      Branch: cfgperl
2023           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2024           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2025           !> win32/perllib.c
2026 ____________________________________________________________________________
2027 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2028         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2029      Branch: cfgperl
2030            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2031 ____________________________________________________________________________
2032 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2033         Log: tweak for win32 build
2034      Branch: perl
2035            ! embed.h embed.pl op.c proto.h
2036 ____________________________________________________________________________
2037 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2038         Log: cosmetic tweaks
2039      Branch: perl
2040            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2041            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2042 ____________________________________________________________________________
2043 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2044         Log: fix problem pointer casts
2045      Branch: perl
2046            ! Changes run.c sv.c
2047 ____________________________________________________________________________
2048 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2049         Log: Integrate with Sarathy.
2050      Branch: cfgperl
2051           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2052           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2053           !> vms/perly_c.vms win32/perllib.c
2054 ____________________________________________________________________________
2055 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2056         Log: The separation of 64-bitness and largefileness continues
2057              (with a setback, see hpux.sh).
2058      Branch: cfgperl
2059            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2060            ! hints/solaris_2.sh
2061      Branch: metaconfig
2062            ! U/threads/archname.U U/typedefs/lseektype.U
2063      Branch: metaconfig/U/perl
2064            ! fpossize.U use64bits.U uselfs.U
2065 ____________________________________________________________________________
2066 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2067         Log: Another Unicode update.
2068      Branch: cfgperl
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            ! (edit 189 files)
2073 ____________________________________________________________________________
2074 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2075         Log: sundry cleanups for cloned interpreters (only known failure mode
2076              is due to regexps keeping non-constant data in their compiled
2077              structures)
2078      Branch: perl
2079            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2080            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2081 ____________________________________________________________________________
2082 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2083         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2084      Branch: perl
2085            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2086 ____________________________________________________________________________
2087 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2088         Log: Change #4576 accidentally leaked also parts of
2089              Ilya's patch that won't apply cleanly anymore.
2090      Branch: cfgperl
2091            ! regexec.c t/op/re_tests
2092 ____________________________________________________________________________
2093 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2094         Log: Integrate with Sarathy.
2095      Branch: cfgperl
2096            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2097           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2098           !> t/op/regexp.t t/pragma/overload.t
2099 ____________________________________________________________________________
2100 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2101         Log: typos in change#4561 and change#4565
2102      Branch: perl
2103            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2104 ____________________________________________________________________________
2105 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2106         Log: revert non-kosher parts of change#4562 (sort order problems
2107              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2108              result and expected lines; /[:ascii:]/ not working should be
2109              fixed, not ignored in regexp.t; result from sort should be
2110              fixed to be ascii portable on ebcdic, not ebcdic-specific)
2111      Branch: perl
2112            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2113 ____________________________________________________________________________
2114 [  4573] By: gsar                                  on 1999/11/13  19:13:04
2115         Log: integrate cfgperl changes into mainline
2116      Branch: perl
2117           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2118           +> lib/unicode/In/BopomofoExtended.pl
2119           +> lib/unicode/In/BraillePatterns.pl
2120           +> lib/unicode/In/CJKRadicalsSupplement.pl
2121           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2122           +> lib/unicode/In/Cherokee.pl
2123           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2124           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2125           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2126           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2127           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2128           +> lib/unicode/In/Thaana.pl
2129           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2130           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2131            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2132           !> (integrate 213 files)
2133 ____________________________________________________________________________
2134 [  4572] By: jhi                                   on 1999/11/13  18:44:50
2135         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2136              To: perl5-porters@perl.org, VMSPERL@perl.org
2137              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2138              Date: Wed, 27 Oct 1999 11:02:54 -0500
2139              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2140      Branch: cfgperl
2141            ! README.vms
2142 ____________________________________________________________________________
2143 [  4571] By: jhi                                   on 1999/11/13  18:33:39
2144         Log: From: jand@activestate.com (Jan Dubois)
2145              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2146              Cc: Douglas Lankshear <dougl@activestate.com>,
2147              Gurusamy Sarathy <gsar@activestate.com>
2148              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2149              Date: Tue, 09 Nov 1999 00:38:33 +0100
2150              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
2151      Branch: cfgperl
2152            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
2153            ! win32/config.gc win32/config.vc win32/config_H.bc
2154            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
2155            ! win32/win32.c win32/win32iop.h
2156 ____________________________________________________________________________
2157 [  4570] By: jhi                                   on 1999/11/13  18:30:37
2158         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2159              To: perl5-porters@perl.org (Mailing list Perl5)
2160              Subject: [PATCH 5.005_62] makedef.pl goof
2161              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
2162              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
2163      Branch: cfgperl
2164            ! makedef.pl
2165 ____________________________________________________________________________
2166 [  4569] By: jhi                                   on 1999/11/13  18:06:54
2167         Log: From: Michael G Schwern <schwern@pobox.com>
2168              To: perl5-porters@perl.org, pod-people@perl.org
2169              Cc: tchrist@mox.perl.com, gnat@frii.com
2170              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
2171              Date: Wed, 10 Nov 1999 17:21:46 -0500
2172              Message-ID: <19991110172146.A23527@athens.aocn.com>
2173      Branch: cfgperl
2174            ! pod/perlfaq9.pod
2175 ____________________________________________________________________________
2176 [  4568] By: jhi                                   on 1999/11/13  18:05:33
2177         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
2178              To: <perl5-porters@perl.org>
2179              Subject: DynaLoader_pm.PL patch (backslashes in strings)
2180              Date: Wed, 10 Nov 1999 22:52:02 -0000
2181              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
2182      Branch: cfgperl
2183            ! ext/DynaLoader/DynaLoader_pm.PL
2184 ____________________________________________________________________________
2185 [  4567] By: jhi                                   on 1999/11/13  18:03:52
2186         Log: From: JD Laub <jdl@access-health.com>
2187              To: perl5-porters@perl.org
2188              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
2189              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
2190              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
2191      Branch: cfgperl
2192            ! lib/Exporter/Heavy.pm
2193 ____________________________________________________________________________
2194 [  4566] By: jhi                                   on 1999/11/13  18:01:24
2195         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
2196              To: perl5-porters@perl.org
2197              Subject: small patch for perldoc
2198              Date: Fri, 12 Nov 1999 23:11:43 GMT
2199              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
2200      Branch: cfgperl
2201            ! utils/perldoc.PL
2202 ____________________________________________________________________________
2203 [  4565] By: jhi                                   on 1999/11/13  17:58:54
2204         Log: From: Scott Gifford <sgifford@tir.com>
2205              To: perl5-porters@perl.org
2206              Cc: gbarr@pobox.com
2207              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
2208              Date: 12 Nov 1999 18:55:30 -0500
2209              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
2210      Branch: cfgperl
2211            ! ext/IO/lib/IO/Socket.pm
2212 ____________________________________________________________________________
2213 [  4564] By: jhi                                   on 1999/11/13  17:45:39
2214         Log: Applied manually:
2215              From: "Craig A. Berry" <craig.berry@metamor.com>
2216              To: perl5-porters@perl.org, VMSPERL@perl.org
2217              Subject: [PATCH 5.005_62] patches required to build on VMS
2218              Date: Tue, 09 Nov 1999 18:16:14 -0600
2219              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
2220      Branch: cfgperl
2221            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2222            ! vms/vms.c vms/vmsish.h
2223 ____________________________________________________________________________
2224 [  4563] By: jhi                                   on 1999/11/13  17:18:41
2225         Log: Regen Unicode tables to include a warning:
2226              Thou Shalt Not Edit Them By Hand; add missing
2227              (Unicode 2.0 -introduced) tables to MANIFEST;
2228              convert the equivalence tables to be valid Perl code.
2229      Branch: cfgperl
2230            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2231            + lib/unicode/In/BopomofoExtended.pl
2232            + lib/unicode/In/BraillePatterns.pl
2233            + lib/unicode/In/CJKRadicalsSupplement.pl
2234            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2235            + lib/unicode/In/Cherokee.pl
2236            + lib/unicode/In/IdeographicDescriptionCharacters.pl
2237            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2238            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2239            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2240            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2241            + lib/unicode/In/Thaana.pl
2242            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2243            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2244            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2245            ! (edit 169 files)
2246 ____________________________________________________________________________
2247 [  4562] By: jhi                                   on 1999/11/13  16:53:00
2248         Log: From: Peter Prymmer <pvhp@forte.com>
2249              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
2250              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
2251              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
2252              Message-Id: <199911102234.OAA01018@brio.forte.com>
2253      Branch: cfgperl
2254            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
2255            ! t/pragma/overload.t
2256 ____________________________________________________________________________
2257 [  4561] By: jhi                                   on 1999/11/13  16:29:37
2258         Log: $Config{myarchname} is not a good architecture identifier
2259              because it may contain host/node identification like
2260              CPU serial numbers.
2261      Branch: cfgperl
2262            ! ext/Errno/Errno_pm.PL
2263 ____________________________________________________________________________
2264 [  4560] By: jhi                                   on 1999/11/13  16:26:13
2265         Log: Continue largefileness separation from quadness;
2266              move nv-preserving test out of perl.h into Configure;
2267              use HAS_SETVBUF in IO.
2268      Branch: cfgperl
2269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2270            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
2271      Branch: metaconfig
2272            ! U/a_dvisory/quadtype.U
2273      Branch: metaconfig/U/perl
2274            + nvpresuv.U
2275            ! d_fseeko.U d_ftello.U io64.U perlxv.U
2276 ____________________________________________________________________________
2277 [  4559] By: jhi                                   on 1999/11/13  13:46:38
2278         Log: Try to fix largefileness so that it "works" without a quad IV.
2279      Branch: cfgperl
2280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2281            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
2282      Branch: metaconfig
2283            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
2284      Branch: metaconfig/U/perl
2285            ! io64.U
2286 ____________________________________________________________________________
2287 [  4558] By: jhi                                   on 1999/11/13  11:36:19
2288         Log: Undo drift from mainline.
2289      Branch: cfgperl
2290            ! regcomp.c util.c utils/h2xs.PL
2291 ____________________________________________________________________________
2292 [  4557] By: gsar                                  on 1999/11/13  10:54:46
2293         Log: typo
2294      Branch: perl
2295            ! util.c
2296 ____________________________________________________________________________
2297 [  4556] By: gsar                                  on 1999/11/13  10:53:41
2298         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
2299      Branch: perl
2300           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2301           +> epoc/epoc_stubs.c
2302           !> (integrate 48 files)
2303 ____________________________________________________________________________
2304 [  4555] By: jhi                                   on 1999/11/13  10:05:54
2305         Log: Integrate with Sarathy.
2306      Branch: cfgperl
2307           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2308           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2309 ____________________________________________________________________________
2310 [  4554] By: jhi                                   on 1999/11/13  10:03:07
2311         Log: s/_SIGN$/_sign/g;
2312      Branch: metaconfig
2313            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
2314 ____________________________________________________________________________
2315 [  4553] By: gsar                                  on 1999/11/13  02:17:53
2316         Log: cloned interpreters now actually run and pass all but 55/10386
2317              subtests; various subtle bugs, new and old, observed when running
2318              cloned interpreters have been fixed
2319              
2320              still to do:
2321              |  * dup psig_ptr table
2322              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
2323              |    simple-minded and grab one pad entry each, heavily bloating
2324              |    the pad by not avoiding dups)
2325              |  * overloaded constants are not really immutable--they need to
2326              |    be PADOPs
2327              |  * allocator for constants and OPs need to be spelled differently
2328              |    (shared vs interpreter-local allocations)
2329              |  * optree refcounting is still missing locking (macros are in place)
2330              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
2331              |    perl_clone() can be called from within runops*()
2332      Branch: perl
2333            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
2334            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
2335 ____________________________________________________________________________
2336 [  4552] By: jhi                                   on 1999/11/11  23:17:43
2337         Log: Turn on largefileness always if available and
2338              continue 64-bit fixes.
2339      Branch: cfgperl
2340            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
2341            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
2342            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
2343 ____________________________________________________________________________
2344 [  4551] By: jhi                                   on 1999/11/11  23:16:15
2345         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
2346      Branch: metaconfig
2347            ! U/a_dvisory/quadtype.U
2348      Branch: metaconfig/U/perl
2349            + d_int64t.U
2350            ! i_inttypes.U io64.U
2351 ____________________________________________________________________________
2352 [  4550] By: jhi                                   on 1999/11/11  20:24:55
2353         Log: Fix a thinko in 4548.
2354      Branch: cfgperl
2355            ! pp_sys.c
2356 ____________________________________________________________________________
2357 [  4549] By: jhi                                   on 1999/11/11  19:48:21
2358         Log: Integrate with Sarathy.
2359      Branch: cfgperl
2360           !> (integrate 56 files)
2361 ____________________________________________________________________________
2362 [  4548] By: jhi                                   on 1999/11/11  19:41:56
2363         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
2364              regen Configure.
2365      Branch: cfgperl
2366            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2367            ! config_h.SH pp_sys.c
2368 ____________________________________________________________________________
2369 [  4547] By: jhi                                   on 1999/11/11  19:40:38
2370         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
2371      Branch: metaconfig
2372            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
2373            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
2374 ____________________________________________________________________________
2375 [  4546] By: gsar                                  on 1999/11/11  10:32:54
2376         Log: avoid stash pointers in optree under USE_ITHREADS
2377      Branch: perl
2378            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
2379            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
2380            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
2381            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2382            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
2383            ! scope.h sv.c
2384 ____________________________________________________________________________
2385 [  4545] By: gsar                                  on 1999/11/11  06:04:20
2386         Log: another change towards a shareable optree: avoid pointer to filegv
2387              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
2388              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
2389              to suit
2390      Branch: perl
2391            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
2392            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2393            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
2394            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
2395            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
2396            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
2397            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
2398            ! win32/perllib.c
2399 ____________________________________________________________________________
2400 [  4544] By: gsar                                  on 1999/11/10  18:19:12
2401         Log: more cleanups for change#4539
2402      Branch: perl
2403            ! gv.h op.c op.h pp_ctl.c pp_hot.c
2404 ____________________________________________________________________________
2405 [  4543] By: gsar                                  on 1999/11/10  01:52:22
2406         Log: remove dead branch/infinite looper in change#3612
2407      Branch: perl
2408            ! op.c
2409 ____________________________________________________________________________
2410 [  4542] By: gsar                                  on 1999/11/09  20:05:47
2411         Log: IoDIRP may be fake when used in source filters, mark as such
2412      Branch: perl
2413            ! sv.c sv.h toke.c
2414 ____________________________________________________________________________
2415 [  4541] By: gsar                                  on 1999/11/09  05:47:53
2416         Log: small nits in changes#4538,4539
2417      Branch: perl
2418            ! op.c sv.c
2419 ____________________________________________________________________________
2420 [  4540] By: gsar                                  on 1999/11/08  20:30:58
2421         Log: win32 symbol export tweak
2422      Branch: perl
2423            ! makedef.pl win32/win32.c win32/win32iop.h
2424 ____________________________________________________________________________
2425 [  4539] By: gsar                                  on 1999/11/08  18:50:40
2426         Log: preliminary support for GVOP indirection via pad
2427      Branch: perl
2428            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
2429            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
2430 ____________________________________________________________________________
2431 [  4538] By: gsar                                  on 1999/11/08  11:25:49
2432         Log: preliminary support for perl_clone() (still needs work in
2433              the following areas: SVOPs must indirect via pad; context
2434              stack, scope stack, and runlevels must be cloned; must
2435              hook up the virtualized pseudo-process support provided by
2436              "host"; ...)
2437      Branch: perl
2438            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
2439            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
2440            ! win32/perllib.c win32/win32.c
2441 ____________________________________________________________________________
2442 [  4537] By: gsar                                  on 1999/11/08  11:19:18
2443         Log: more thorough cleanup in perl_destroy()
2444      Branch: perl
2445            ! perl.c util.c
2446 ____________________________________________________________________________
2447 [  4536] By: gsar                                  on 1999/11/08  07:16:10
2448         Log: win32 internal data must be interpreter-local
2449      Branch: perl
2450            ! win32/win32.c win32/win32.h win32/win32sck.c
2451 ____________________________________________________________________________
2452 [  4535] By: gsar                                  on 1999/11/08  04:17:28
2453         Log: tweak change#4502
2454      Branch: perl
2455            ! doio.c perl.c
2456 ____________________________________________________________________________
2457 [  4534] By: jhi                                   on 1999/11/07  13:17:03
2458         Log: Four special class subs, not three.
2459      Branch: cfgperl
2460            ! pod/perlmod.pod
2461 ____________________________________________________________________________
2462 [  4533] By: jhi                                   on 1999/11/07  13:13:15
2463         Log: Integrate with Sarathy.
2464      Branch: cfgperl
2465           !> mg.c t/io/print.t
2466 ____________________________________________________________________________
2467 [  4532] By: jhi                                   on 1999/11/07  12:36:10
2468         Log: More test program maintenance.
2469      Branch: cfgperl
2470            ! Configure config_h.SH
2471      Branch: metaconfig
2472            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2473            ! U/compline/charsize.U U/compline/d_sigaction.U
2474            ! U/compline/doublesize.U U/compline/floatsize.U
2475            ! U/compline/nblock_io.U U/compline/ptrsize.U
2476            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
2477            ! U/typedefs/uidsize.U
2478      Branch: metaconfig/U/perl
2479            ! fpossize.U
2480 ____________________________________________________________________________
2481 [  4531] By: jhi                                   on 1999/11/07  00:34:09
2482         Log: Tidy up the metaconfig test programs.
2483      Branch: cfgperl
2484            ! Configure config_h.SH
2485      Branch: metaconfig
2486            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
2487            ! U/compline/charsize.U U/compline/doublesize.U
2488            ! U/compline/nblock_io.U U/compline/ptrsize.U
2489            ! U/modified/d_longlong.U U/typedefs/gidsize.U
2490            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
2491            ! U/typedefs/uidsize.U
2492      Branch: metaconfig/U/perl
2493            ! fpossize.U
2494 ____________________________________________________________________________
2495 [  4530] By: jhi                                   on 1999/11/06  23:51:34
2496         Log: So many printfs, so little time.
2497      Branch: cfgperl
2498            ! op.c perl.c regcomp.c scope.c util.c
2499 ____________________________________________________________________________
2500 [  4529] By: jhi                                   on 1999/11/06  23:27:35
2501         Log: Replace the explicit zeros with NOOPs.
2502      Branch: cfgperl
2503            ! perl.h
2504 ____________________________________________________________________________
2505 [  4528] By: jhi                                   on 1999/11/06  23:10:54
2506         Log: From: jand@activestate.com (Jan Dubois)
2507              To: perl5-porters@perl.org
2508              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
2509              Mark Borgerding <mborgerding@acm.org>
2510              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
2511              Date: Sat, 06 Nov 1999 22:16:43 +0100
2512              Message-ID: <38279207.46448719@smtprelay.t-online.de>
2513      Branch: cfgperl
2514            ! op.c op.h
2515 ____________________________________________________________________________
2516 [  4527] By: jhi                                   on 1999/11/06  20:22:14
2517         Log: ...and fewer.
2518      Branch: cfgperl
2519            ! dump.c
2520 ____________________________________________________________________________
2521 [  4526] By: jhi                                   on 1999/11/06  20:19:04
2522         Log: ...and they are getting fewer.
2523      Branch: cfgperl
2524            ! dump.c op.c util.c
2525 ____________________________________________________________________________
2526 [  4525] By: jhi                                   on 1999/11/06  19:59:59
2527         Log: More printf miscasts flushed out.
2528      Branch: cfgperl
2529            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
2530            ! regexec.c
2531 ____________________________________________________________________________
2532 [  4524] By: jhi                                   on 1999/11/06  15:39:05
2533         Log: Crushing the remaining %ld guerillas.
2534      Branch: cfgperl
2535            ! ext/Devel/DProf/DProf.xs
2536 ____________________________________________________________________________
2537 [  4523] By: jhi                                   on 1999/11/06  15:11:38
2538         Log: Update CPAN sites list.
2539      Branch: cfgperl
2540            ! pod/perlmodlib.pod
2541 ____________________________________________________________________________
2542 [  4522] By: jhi                                   on 1999/11/05  19:50:46
2543         Log: The -n32 is normally part of $cc, not $ccflags.
2544      Branch: cfgperl
2545            ! hints/irix_6.sh
2546 ____________________________________________________________________________
2547 [  4521] By: gsar                                  on 1999/11/05  04:35:30
2548         Log: allow $\ to work right when set to a string with embedded nulls
2549      Branch: perl
2550            ! mg.c t/io/print.t
2551 ____________________________________________________________________________
2552 [  4520] By: jhi                                   on 1999/11/04  23:30:09
2553         Log: Integrate with Sarathy.
2554      Branch: cfgperl
2555           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
2556           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
2557           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
2558           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
2559           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
2560           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
2561 ____________________________________________________________________________
2562 [  4519] By: jhi                                   on 1999/11/04  23:09:25
2563         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2564              To: perl5-porters@perl.org (Mailing list Perl5)
2565              Subject: [PATCH 5.005_62] ref to non-lvalue method
2566              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
2567              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
2568      Branch: cfgperl
2569            ! op.c
2570 ____________________________________________________________________________
2571 [  4518] By: jhi                                   on 1999/11/04  23:07:27
2572         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2573              To: perl5-porters@perl.org (Mailing list Perl5)
2574              Subject: [PATCH 5.005_62] xsubpp dependency
2575              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
2576              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
2577      Branch: cfgperl
2578            ! lib/ExtUtils/MM_Unix.pm
2579 ____________________________________________________________________________
2580 [  4517] By: jhi                                   on 1999/11/04  23:05:59
2581         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2582              To: perl5-porters@perl.org (Mailing list Perl5)
2583              Subject: [PATCH 5.005_62] regexp.h
2584              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
2585              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
2586      Branch: cfgperl
2587            ! regexp.h
2588 ____________________________________________________________________________
2589 [  4516] By: gsar                                  on 1999/11/04  18:25:45
2590         Log: change#4485 didn't do the right thing for B::Bytecode
2591      Branch: perl
2592            ! ext/B/B/Bytecode.pm
2593 ____________________________________________________________________________
2594 [  4515] By: gsar                                  on 1999/11/04  17:28:29
2595         Log: implement STOP blocks and fix compiler to use them (minimally
2596              tested)
2597      Branch: perl
2598            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
2599            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
2600            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2601            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
2602            ! pod/perltodo.pod toke.c
2603 ____________________________________________________________________________
2604 [  4514] By: gsar                                  on 1999/11/04  15:59:46
2605         Log: display BSD license in Glob.pm (for clause #2 conformity)
2606      Branch: perl
2607            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2608            ! ext/File/Glob/bsd_glob.h
2609 ____________________________________________________________________________
2610 [  4513] By: jhi                                   on 1999/11/04  08:26:19
2611         Log: Integrate with Sarathy.
2612      Branch: cfgperl
2613           +> t/io/nargv.t
2614           !> (integrate 34 files)
2615 ____________________________________________________________________________
2616 [  4512] By: jhi                                   on 1999/11/04  08:01:25
2617         Log: Incremental Mac integration from Matthias.
2618      Branch: cfgperl
2619            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
2620            ! toke.c util.c
2621 ____________________________________________________________________________
2622 [  4511] By: gsar                                  on 1999/11/04  02:53:37
2623         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
2624      Branch: perl
2625            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
2626            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
2627            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
2628            ! xsutils.c
2629 ____________________________________________________________________________
2630 [  4510] By: jhi                                   on 1999/11/02  22:12:29
2631         Log: S_init_interp is a better place to diddle with PL_opargs
2632              than perl_construct.
2633      Branch: cfgperl
2634            ! perl.c
2635 ____________________________________________________________________________
2636 [  4509] By: jhi                                   on 1999/11/02  21:30:02
2637         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2638              To: ben@mucus.advanced.org, perl5-porters@perl.org
2639              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
2640              Date: Tue, 02 Nov 1999 21:36:00 +0000
2641              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
2642      Branch: cfgperl
2643            ! pod/perlfunc.pod
2644 ____________________________________________________________________________
2645 [  4508] By: jhi                                   on 1999/11/02  20:46:27
2646         Log: Initial integration of the MacPerl changes form Matthias.
2647      Branch: cfgperl
2648            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
2649            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
2650            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
2651 ____________________________________________________________________________
2652 [  4507] By: jhi                                   on 1999/11/01  23:05:07
2653         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2654              To: lvirden@cas.org (Larry W. Virden)
2655              Cc: perl5-porters@perl.org, lvirden@cas.org
2656              Subject: Re: [ID 19991026.001] perl segmentation fault report
2657              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
2658              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
2659      Branch: cfgperl
2660            ! regexec.c t/op/pat.t
2661 ____________________________________________________________________________
2662 [  4506] By: jhi                                   on 1999/11/01  19:56:28
2663         Log: From: Olaf Flebbe <olaf@science-computing.de>
2664              To: perl5-porters@perl.org
2665              Subject: [PATCH: 5.005_62] Patch for EPOC Support
2666              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
2667              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
2668      Branch: cfgperl
2669            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
2670            + epoc/epoc_stubs.c
2671            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
2672            ! epoc/perl.pkg
2673 ____________________________________________________________________________
2674 [  4505] By: gsar                                  on 1999/11/01  17:09:44
2675         Log: macros for COP.cop_filegv access
2676      Branch: perl
2677            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
2678            ! util.c
2679 ____________________________________________________________________________
2680 [  4504] By: gsar                                  on 1999/11/01  17:08:28
2681         Log: enable better Win32::DomainName() by demand loading netapi32.dll
2682              (from Jan Dubois)
2683      Branch: perl
2684            ! pod/Win32.pod win32/win32.c
2685 ____________________________________________________________________________
2686 [  4503] By: gsar                                  on 1999/10/31  20:56:06
2687         Log: change#4502 was missing a file
2688      Branch: perl
2689            + t/io/nargv.t
2690 ____________________________________________________________________________
2691 [  4502] By: gsar                                  on 1999/10/31  20:46:02
2692         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
2693              in the way ARGV state was handled in readline(); writing a
2694              subroutine to do inplace edits is now possible, provided *ARGV,
2695              *ARGVOUT, $^I and $_ are localized where needed
2696      Branch: perl
2697            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
2698            ! pp_hot.c scope.c
2699 ____________________________________________________________________________
2700 [  4501] By: jhi                                   on 1999/10/31  12:43:54
2701         Log: Integrate with Sarathy.
2702      Branch: cfgperl
2703           !> perl.h win32/config.bc win32/config.gc win32/config.vc
2704           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2705 ____________________________________________________________________________
2706 [  4500] By: gsar                                  on 1999/10/31  10:01:17
2707         Log: updated windows config* files
2708      Branch: perl
2709            ! win32/config.bc win32/config.gc win32/config.vc
2710            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2711 ____________________________________________________________________________
2712 [  4499] By: gsar                                  on 1999/10/31  09:15:17
2713         Log: integrate cfgperl contents into mainline
2714      Branch: perl
2715           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2716           !> config_h.SH perl.h
2717 ____________________________________________________________________________
2718 [  4498] By: gsar                                  on 1999/10/31  09:13:41
2719         Log: remove unused struct Outrec
2720      Branch: perl
2721            ! perl.h
2722 ____________________________________________________________________________
2723 [  4497] By: jhi                                   on 1999/10/30  12:41:50
2724         Log: Add HAS_QUAD ($Config{d_quad}); use it.
2725      Branch: cfgperl
2726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2727            ! config_h.SH perl.h
2728      Branch: metaconfig
2729            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
2730            ! U/typedefs/uidf.U
2731      Branch: metaconfig/U/perl
2732            ! perlxv.U
2733 ____________________________________________________________________________
2734 [  4496] By: gsar                                  on 1999/10/30  00:28:32
2735         Log: integrate cfgperl contents into mainline
2736      Branch: perl
2737           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2738           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
2739           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
2740           !> perl.h pp.c pp.h regexec.c sv.c taint.c
2741 ____________________________________________________________________________
2742 [  4495] By: jhi                                   on 1999/10/29  23:36:19
2743         Log: Continue what #4494 started; introduce uid and gid formats.
2744      Branch: cfgperl
2745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2746            ! config_h.SH handy.h perl.h
2747      Branch: metaconfig
2748            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
2749            - U/typedefs/quadtype.U
2750      Branch: metaconfig/U/perl
2751            ! perlxv.U
2752 ____________________________________________________________________________
2753 [  4494] By: jhi                                   on 1999/10/29  22:09:01
2754         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
2755              from perl.h and handy.h.
2756      Branch: cfgperl
2757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2758            ! config_h.SH handy.h perl.h
2759      Branch: metaconfig/U/perl
2760            + perlxv.U perlxvf.U
2761 ____________________________________________________________________________
2762 [  4493] By: jhi                                   on 1999/10/29  22:08:06
2763         Log: Finetuning the output continues along the lines of #4490 and #4491.
2764      Branch: metaconfig
2765            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2766            ! U/typedefs/fpostype.U
2767      Branch: metaconfig/U/perl
2768            + fpossize.U
2769            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2770            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2771 ____________________________________________________________________________
2772 [  4492] By: jhi                                   on 1999/10/29  21:14:53
2773         Log: Hurd update from Mark Kettenis.
2774      Branch: cfgperl
2775            ! README.hurd
2776 ____________________________________________________________________________
2777 [  4491] By: jhi                                   on 1999/10/29  20:37:02
2778         Log: A new try at what #4490 tried to accomplish.
2779      Branch: metaconfig
2780            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2781      Branch: metaconfig/U/perl
2782            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2783            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2784 ____________________________________________________________________________
2785 [  4490] By: jhi                                   on 1999/10/29  20:19:41
2786         Log: metaconfig nits.
2787      Branch: metaconfig
2788            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
2789      Branch: metaconfig/U/perl
2790            + d_iovec_s.U
2791            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2792            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
2793 ____________________________________________________________________________
2794 [  4489] By: jhi                                   on 1999/10/29  16:08:43
2795         Log: Integrate with Sarathy.
2796      Branch: cfgperl
2797           !> (integrate 31 files)
2798 ____________________________________________________________________________
2799 [  4488] By: jhi                                   on 1999/10/29  15:30:30
2800         Log: Regen Configure and Glossary.
2801      Branch: cfgperl
2802            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2803            ! config_h.SH
2804 ____________________________________________________________________________
2805 [  4487] By: jhi                                   on 1999/10/29  15:24:13
2806         Log: Remove quad logic from perl.h; regen Configure;
2807              add -DUSE_LONG_LONG to ccflags if not already there.
2808      Branch: cfgperl
2809            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
2810            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
2811 ____________________________________________________________________________
2812 [  4486] By: jhi                                   on 1999/10/29  15:22:38
2813         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
2814              fixed the use*.U to define their stuff only iff not already defined
2815              (so that ccflags can have any -DUSE_* it wants);
2816              uselonglong.U added; various small nits fixed.
2817      Branch: metaconfig
2818            + U/typedefs/quadtype.U
2819            ! U/modified/d_longdbl.U U/modified/d_longlong.U
2820            ! U/modified/d_statblks.U U/modified/usenm.U
2821            ! U/threads/usethreads.U
2822      Branch: metaconfig/U/perl
2823            + uselonglong.U
2824            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
2825            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
2826            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
2827            ! usemultiplicity.U useperlio.U usesocks.U
2828 ____________________________________________________________________________
2829 [  4485] By: gsar                                  on 1999/10/29  06:08:50
2830         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
2831      Branch: perl
2832            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
2833            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2834            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
2835            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
2836            ! sv.h
2837 ____________________________________________________________________________
2838 [  4484] By: gsar                                  on 1999/10/29  03:00:21
2839         Log: usurp GVOP slot for new PADOP (one small step to making optree
2840              shareable across interpreters)
2841      Branch: perl
2842            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
2843            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
2844            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
2845            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
2846            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
2847            ! pp_hot.c pp_sys.c regexec.c run.c
2848 ____________________________________________________________________________
2849 [  4483] By: jhi                                   on 1999/10/28  22:01:12
2850         Log: Regen Configure.
2851      Branch: cfgperl
2852            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2853            ! config_h.SH
2854 ____________________________________________________________________________
2855 [  4482] By: jhi                                   on 1999/10/28  21:45:26
2856         Log: Installdirs patches from Andy.
2857      Branch: metaconfig
2858            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2859            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
2860            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
2861            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
2862            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2863            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2864            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2865            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2866            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
2867 ____________________________________________________________________________
2868 [  4481] By: gsar                                  on 1999/10/28  17:33:49
2869         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
2870              can still be directly set)
2871      Branch: perl
2872            ! lib/Time/Local.pm
2873 ____________________________________________________________________________
2874 [  4480] By: jhi                                   on 1999/10/28  13:49:26
2875         Log: Fix printing of uids and gids; regen Configure.
2876      Branch: cfgperl
2877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2878            ! config_h.SH mg.c perl.c perl.h taint.c
2879 ____________________________________________________________________________
2880 [  4479] By: jhi                                   on 1999/10/28  11:53:57
2881         Log: Fix typo.
2882      Branch: metaconfig
2883            ! U/typedefs/gidsize.U
2884 ____________________________________________________________________________
2885 [  4478] By: jhi                                   on 1999/10/28  06:50:02
2886         Log: Integrate with Sarathy.
2887      Branch: cfgperl
2888           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
2889           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
2890           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2891           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
2892 ____________________________________________________________________________
2893 [  4477] By: jhi                                   on 1999/10/28  06:40:54
2894         Log: (Slightly) better comments for Policy_sh.SH from Andy.
2895      Branch: cfgperl
2896            ! Policy_sh.SH
2897 ____________________________________________________________________________
2898 [  4476] By: gsar                                  on 1999/10/27  23:54:36
2899         Log: regen config* stuff for windows
2900      Branch: perl
2901            ! Changes patchlevel.h win32/Makefile win32/config.bc
2902            ! win32/config.gc win32/config.vc win32/config_H.bc
2903            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2904            ! win32/makefile.mk
2905 ____________________________________________________________________________
2906 [  4475] By: gsar                                  on 1999/10/27  21:32:30
2907         Log: integrate cfgperl contents into mainline; merge conflicts
2908      Branch: perl
2909           !> (integrate 46 files)
2910 ____________________________________________________________________________
2911 [  4474] By: gsar                                  on 1999/10/27  21:15:07
2912         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
2913              perl; stdout/stderr redirects seem broken as well)
2914      Branch: perl
2915            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
2916 ____________________________________________________________________________
2917 [  4473] By: jhi                                   on 1999/10/27  21:11:11
2918         Log: Do not block if no message queues available.
2919      Branch: cfgperl
2920            ! t/lib/ipc_sysv.t
2921 ____________________________________________________________________________
2922 [  4472] By: jhi                                   on 1999/10/27  18:27:40
2923         Log: Remove unused "squatter" symbols; regen Configure.
2924      Branch: cfgperl
2925            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
2926            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
2927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2928 ____________________________________________________________________________
2929 [  4471] By: jhi                                   on 1999/10/27  18:26:55
2930         Log: metaconfig; split socket; fix output.
2931      Branch: metaconfig
2932            ! U/modified/d_socket.U U/modified/d_statblks.U
2933      Branch: metaconfig/U/perl
2934            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
2935            ! i_sysstatfs.U i_sysvfs.U
2936 ____________________________________________________________________________
2937 [  4470] By: jhi                                   on 1999/10/27  17:19:06
2938         Log: Regen Configure.
2939      Branch: cfgperl
2940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2941            ! config_h.SH perl.c perl.h
2942 ____________________________________________________________________________
2943 [  4469] By: jhi                                   on 1999/10/27  17:18:41
2944         Log: metaconfig; split statfs.
2945      Branch: metaconfig/U/perl
2946            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
2947            ! d_statfs.U
2948 ____________________________________________________________________________
2949 [  4468] By: jhi                                   on 1999/10/27  14:06:44
2950         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
2951              (Ilya's changes won).
2952      Branch: cfgperl
2953           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
2954           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
2955           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
2956           !> (integrate 65 files)
2957 ____________________________________________________________________________
2958 [  4467] By: jhi                                   on 1999/10/27  13:38:41
2959         Log: Regen Configure.
2960      Branch: cfgperl
2961            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2962            ! config_h.SH
2963 ____________________________________________________________________________
2964 [  4466] By: jhi                                   on 1999/10/27  13:18:06
2965         Log: metaconfig fixes from Andy.
2966      Branch: metaconfig
2967            + U/modified/libnlist.U U/modified/usrinc.U
2968            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
2969 ____________________________________________________________________________
2970 [  4465] By: jhi                                   on 1999/10/27  13:06:27
2971         Log: Nosuid checking for statfs() people.
2972      Branch: cfgperl
2973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2974            ! config_h.SH perl.c perl.h pod/perldiag.pod
2975 ____________________________________________________________________________
2976 [  4464] By: jhi                                   on 1999/10/27  13:04:20
2977         Log: metaconfig maintenance; fix Hasfield, statfs;
2978              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
2979              split fstatfs away from statfs.
2980      Branch: metaconfig
2981            + U/protos/Hasstruct.U
2982            ! U/protos/Hasfield.U
2983      Branch: metaconfig/U/perl
2984            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
2985            + i_ustat.U
2986            ! d_statfs.U
2987 ____________________________________________________________________________
2988 [  4463] By: jhi                                   on 1999/10/27  07:55:53
2989         Log: We need cc to be able to test for cc -v.
2990      Branch: cfgperl
2991            ! hints/dec_osf.sh
2992 ____________________________________________________________________________
2993 [  4462] By: gsar                                  on 1999/10/27  01:31:41
2994         Log: more GCC v2.95 induced adjustments
2995      Branch: perl
2996            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
2997            ! win32/makefile.mk win32/win32.c x2p/walk.c
2998 ____________________________________________________________________________
2999 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3000         Log: warnings and const violations identified by compiling in C++ mode
3001              with GCC v2.95
3002      Branch: perl
3003            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3004            ! sv.c taint.c toke.c win32/win32.c
3005 ____________________________________________________________________________
3006 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3007         Log: Regen Configure.
3008      Branch: cfgperl
3009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3010            ! config_h.SH
3011 ____________________________________________________________________________
3012 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3013         Log: Minor rewordings.
3014      Branch: metaconfig/U/perl
3015            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3016 ____________________________________________________________________________
3017 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3018         Log: Fix d_statfsflags; add d_getmnt.
3019      Branch: metaconfig/U/perl
3020            + d_getmnt.U
3021            ! d_statfs.U
3022 ____________________________________________________________________________
3023 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3024         Log: Massive multitypo in #4446.
3025      Branch: cfgperl
3026            ! hints/dec_osf.sh
3027 ____________________________________________________________________________
3028 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3029         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3030              To: Perl 5 Porters <perl5-porters@perl.org>
3031              Subject: [PATCH 5.005_62] dos-djgpp update
3032              Date: Mon, 25 Oct 1999 10:11:30 +0200
3033              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3034      Branch: cfgperl
3035            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3036            ! pod/perldelta.pod t/lib/io_unix.t
3037 ____________________________________________________________________________
3038 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3039         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3040              To: perl5-porters@perl.org (Mailing list Perl5)
3041              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3042              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3043              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3044      Branch: cfgperl
3045            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3046 ____________________________________________________________________________
3047 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3048         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3049              To: perl5-porters@perl.org (Mailing list Perl5)
3050              Subject: [PATCH 5.005_62] Missing REx engine patch
3051              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3052              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3053      Branch: cfgperl
3054            ! pod/perldiag.pod regcomp.c regexec.c
3055 ____________________________________________________________________________
3056 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3057         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3058              To: perl5-porters@perl.org (Mailing list Perl5)
3059              Subject: [PATCH 5.005_62] charnames and UTEST
3060              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3061              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3062      Branch: cfgperl
3063            ! t/lib/charnames.t
3064 ____________________________________________________________________________
3065 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3066         Log: win32 tweak
3067      Branch: perl
3068            ! win32/perllib.c
3069 ____________________________________________________________________________
3070 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3071         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3072              (all bets are off is "C" locale is compromised)
3073      Branch: perl
3074            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3075 ____________________________________________________________________________
3076 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3077         Log: remove unused interpreter globals
3078      Branch: perl
3079            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3080            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3081            ! proto.h toke.c
3082 ____________________________________________________________________________
3083 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3084         Log: Another hints tweak.
3085      Branch: cfgperl
3086            ! hints/aix.sh
3087 ____________________________________________________________________________
3088 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3089         Log: Hints tweak.
3090      Branch: cfgperl
3091            ! hints/dec_osf.sh
3092 ____________________________________________________________________________
3093 [  4445] By: nick                                  on 1999/10/24  21:03:28
3094         Log: Integrate own changes to mainline.
3095      Branch: utfperl
3096           !> installperl pp.c
3097 ____________________________________________________________________________
3098 [  4444] By: nick                                  on 1999/10/24  20:54:06
3099         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3100              (Fix/workround for [ID19991024.001])
3101      Branch: perl
3102            ! pp.c
3103 ____________________________________________________________________________
3104 [  4443] By: nick                                  on 1999/10/24  15:09:51
3105         Log: Follow that camel ... another sync.
3106      Branch: utfperl
3107           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3108           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3109           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3110           !> (integrate 36 files)
3111 ____________________________________________________________________________
3112 [  4442] By: gsar                                  on 1999/10/24  14:40:01
3113         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3114      Branch: perl
3115            ! installperl
3116 ____________________________________________________________________________
3117 [  4441] By: gsar                                  on 1999/10/24  14:33:11
3118         Log: test in change#4428 needs strict interpretation of C modulus
3119      Branch: perl
3120            ! t/op/int.t
3121 ____________________________________________________________________________
3122 [  4440] By: gsar                                  on 1999/10/24  13:47:17
3123         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3124              $? break
3125      Branch: perl
3126            ! perl.c pod/perldelta.pod pod/perldiag.pod
3127 ____________________________________________________________________________
3128 [  4439] By: jhi                                   on 1999/10/24  13:19:17
3129         Log: test for #2835 (yeah, better later than never)
3130      Branch: cfgperl
3131            ! t/op/array.t
3132 ____________________________________________________________________________
3133 [  4438] By: gsar                                  on 1999/10/24  12:59:12
3134         Log: typo, doc tweak
3135      Branch: perl
3136            ! lib/attributes.pm pod/perlop.pod
3137 ____________________________________________________________________________
3138 [  4437] By: gsar                                  on 1999/10/24  11:59:55
3139         Log: allow get() and reftype() functions to be imported (from
3140              Spider Boardman)
3141      Branch: perl
3142            ! lib/attributes.pm
3143 ____________________________________________________________________________
3144 [  4436] By: gsar                                  on 1999/10/24  11:52:53
3145         Log: suppress scalar leak messages for known leaks (from
3146              Robin Barker <rmb1@cise.npl.co.uk>)
3147      Branch: perl
3148            ! Changes t/op/lex_assign.t t/pragma/warn/op
3149 ____________________________________________________________________________
3150 [  4435] By: gsar                                  on 1999/10/24  11:39:42
3151         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
3152      Branch: perl
3153            ! ext/B/defsubs_h.PL
3154 ____________________________________________________________________________
3155 [  4434] By: gsar                                  on 1999/10/24  11:36:08
3156         Log: relax range checking if they ask for it (from John L. Allen
3157              <allen@grumman.com>)
3158      Branch: perl
3159            ! lib/Time/Local.pm
3160 ____________________________________________________________________________
3161 [  4433] By: gsar                                  on 1999/10/24  11:25:51
3162         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
3163      Branch: perl
3164            ! README lib/File/Path.pm
3165 ____________________________________________________________________________
3166 [  4432] By: gsar                                  on 1999/10/24  11:11:02
3167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3168              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
3169              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
3170              Subject: Re: [PATCH 5.005_62] OS/2 improvements
3171      Branch: perl
3172            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3173            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3174            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3175            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
3176            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
3177            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3178            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3179            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3180            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
3181            ! perl.c perl.h t/io/fs.t t/op/magic.t
3182 ____________________________________________________________________________
3183 [  4431] By: gsar                                  on 1999/10/24  10:50:14
3184         Log: install all README.foo with pod content as podfoo.pod
3185      Branch: perl
3186            ! Makefile.SH installman
3187 ____________________________________________________________________________
3188 [  4430] By: gsar                                  on 1999/10/24  09:28:24
3189         Log: @INC needs ../lib
3190      Branch: perl
3191            ! t/op/int.t
3192 ____________________________________________________________________________
3193 [  4429] By: jhi                                   on 1999/10/23  21:47:49
3194         Log: More printf-fixes (see also #4426).
3195      Branch: cfgperl
3196            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
3197            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
3198            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
3199 ____________________________________________________________________________
3200 [  4428] By: gsar                                  on 1999/10/23  20:28:56
3201         Log: fix accidental C modulo semantics on integer-valued operations
3202              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
3203      Branch: perl
3204            ! op.c t/op/int.t
3205 ____________________________________________________________________________
3206 [  4427] By: jhi                                   on 1999/10/23  16:10:10
3207         Log: Integrate with Sarathy.
3208      Branch: cfgperl
3209           !> sv.c win32/win32.c
3210 ____________________________________________________________________________
3211 [  4426] By: jhi                                   on 1999/10/23  16:04:02
3212         Log: Fix the printfing nits pointed out by using gcc -Wall and
3213              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
3214              plus few other warnings in Dumper.xs.
3215      Branch: cfgperl
3216            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3217            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
3218 ____________________________________________________________________________
3219 [  4425] By: jhi                                   on 1999/10/23  15:16:41
3220         Log: Configure regen to pick up the new installation directories
3221              from Policy_sh.SH.  The explanations of "public add-ons" and
3222              "vendor-supplied" could do with more work.
3223      Branch: cfgperl
3224            ! Configure config_h.SH
3225 ____________________________________________________________________________
3226 [  4424] By: nick                                  on 1999/10/23  00:46:22
3227         Log: Resolve mainline before possible hacking operertunity this weekend
3228      Branch: utfperl
3229           +> pod/perlfilter.pod
3230           !> (integrate 32 files)
3231 ____________________________________________________________________________
3232 [  4423] By: jhi                                   on 1999/10/22  22:53:17
3233         Log: Update Policy_sh.SH to handle the newer installation directives.
3234              From: Andy Dougherty <doughera@lafayette.edu>
3235              To: Perl Porters <perl5-porters@perl.org>
3236              Subject: [PATCH 5.005_62] Policy_sh.SH update
3237              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
3238              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
3239      Branch: cfgperl
3240            ! Policy_sh.SH
3241 ____________________________________________________________________________
3242 [  4422] By: jhi                                   on 1999/10/22  22:44:44
3243         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
3244      Branch: cfgperl
3245            ! hints/aix.sh
3246 ____________________________________________________________________________
3247 [  4421] By: gsar                                  on 1999/10/22  21:16:44
3248         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
3249              C<"%ld", long_val>
3250      Branch: perl
3251            ! sv.c
3252 ____________________________________________________________________________
3253 [  4420] By: gsar                                  on 1999/10/22  16:36:46
3254         Log: win32_utime() on directories should use localtime() rather
3255              than gmtime() (from Jan Dubois)
3256      Branch: perl
3257            ! win32/win32.c
3258 ____________________________________________________________________________
3259 [  4419] By: jhi                                   on 1999/10/21  10:31:41
3260         Log: Integrate with Sarathy.
3261      Branch: cfgperl
3262           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
3263           !> t/lib/glob-basic.t t/op/sort.t
3264 ____________________________________________________________________________
3265 [  4418] By: gsar                                  on 1999/10/20  23:49:47
3266         Log: add test for change#4417
3267      Branch: perl
3268            ! t/op/sort.t
3269 ____________________________________________________________________________
3270 [  4417] By: gsar                                  on 1999/10/20  23:45:03
3271         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
3272      Branch: perl
3273            ! op.c
3274 ____________________________________________________________________________
3275 [  4416] By: gsar                                  on 1999/10/20  01:00:50
3276         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
3277      Branch: perl
3278            ! lib/CPAN/FirstTime.pm
3279 ____________________________________________________________________________
3280 [  4415] By: gsar                                  on 1999/10/20  00:52:34
3281         Log: disable optimizing troublesome ops in change#3612
3282              (from Ilya Zakharevich)
3283      Branch: perl
3284            ! Makefile.SH opcode.h opcode.pl
3285 ____________________________________________________________________________
3286 [  4414] By: gsar                                  on 1999/10/20  00:37:46
3287         Log: skip unreadable directory test when running as root
3288      Branch: perl
3289            ! t/lib/glob-basic.t
3290 ____________________________________________________________________________
3291 [  4413] By: jhi                                   on 1999/10/19  09:26:52
3292         Log: Avoid GNU ar if HP cc is being used.
3293      Branch: cfgperl
3294            ! hints/hpux.sh
3295 ____________________________________________________________________________
3296 [  4412] By: jhi                                   on 1999/10/19  07:24:29
3297         Log: Integrate with Sarathy.
3298      Branch: cfgperl
3299           !> perlvars.h
3300 ____________________________________________________________________________
3301 [  4411] By: jhi                                   on 1999/10/19  07:22:34
3302         Log: Long double support: sqrtl et al are not available everywhere,
3303              e.g. not in Solaris, even when long doubles are.
3304      Branch: cfgperl
3305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3306            ! config_h.SH perl.h
3307 ____________________________________________________________________________
3308 [  4410] By: jhi                                   on 1999/10/19  07:21:42
3309         Log: Add sqrtl probe, add echo dependencies.
3310      Branch: metaconfig
3311            ! U/threads/d_pthreadj.U
3312      Branch: metaconfig/U/perl
3313            + d_sqrtl.U
3314            ! i_inttypes.U io64.U
3315 ____________________________________________________________________________
3316 [  4409] By: gsar                                  on 1999/10/19  02:18:54
3317         Log: perl_mutex n/a if !USE_THREADS
3318      Branch: perl
3319            ! perlvars.h
3320 ____________________________________________________________________________
3321 [  4408] By: jhi                                   on 1999/10/18  20:13:02
3322         Log: Forgotten s/warning/warnings/.
3323      Branch: cfgperl
3324            ! Makefile.SH
3325 ____________________________________________________________________________
3326 [  4407] By: jhi                                   on 1999/10/18  20:02:12
3327         Log: Integrate with Sarathy.
3328      Branch: cfgperl
3329           +> pod/perlfilter.pod
3330           !> (integrate 30 files)
3331 ____________________________________________________________________________
3332 [  4406] By: gsar                                  on 1999/10/18  16:32:10
3333         Log: added intro to source filters from Paul Marquess
3334      Branch: perl
3335            + pod/perlfilter.pod
3336            ! MANIFEST pod/perldelta.pod
3337 ____________________________________________________________________________
3338 [  4405] By: gsar                                  on 1999/10/18  05:53:06
3339         Log: missing manpages
3340      Branch: perl
3341            ! installman
3342 ____________________________________________________________________________
3343 [  4404] By: gsar                                  on 1999/10/18  05:09:22
3344         Log: pod updates from Tom Christiansen
3345      Branch: perl
3346            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
3347 ____________________________________________________________________________
3348 [  4403] By: gsar                                  on 1999/10/17  23:43:59
3349         Log: PL_malloc_mutex needs to be global, not per-interpreter
3350              (malloc.c has static data)
3351      Branch: perl
3352            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
3353 ____________________________________________________________________________
3354 [  4402] By: gsar                                  on 1999/10/17  22:30:30
3355         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
3356              windows
3357      Branch: perl
3358            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
3359            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
3360            ! win32/win32.h
3361 ____________________________________________________________________________
3362 [  4401] By: gsar                                  on 1999/10/17  20:33:42
3363         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
3364              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
3365              is one symptom of the problem
3366      Branch: perl
3367            ! pp_ctl.c t/op/eval.t
3368 ____________________________________________________________________________
3369 [  4400] By: gsar                                  on 1999/10/17  18:36:46
3370         Log: remove FileHandle from list of PodParser dependencies (the
3371              difference is 20 files vs 6 files loaded!)
3372      Branch: perl
3373            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
3374            ! t/pod/testcmp.pl
3375 ____________________________________________________________________________
3376 [  4399] By: nick                                  on 1999/10/17  14:51:35
3377         Log: Pre-trip resolve
3378      Branch: utfperl
3379           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
3380 ____________________________________________________________________________
3381 [  4398] By: gsar                                  on 1999/10/17  09:19:24
3382         Log: make installperl ignore RCS files (from Michael G Schwern
3383              <schwern@pobox.com>)
3384      Branch: perl
3385            ! installperl lib/Text/Tabs.pm
3386 ____________________________________________________________________________
3387 [  4397] By: gsar                                  on 1999/10/16  18:30:14
3388         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
3389      Branch: perl
3390            ! perl.c
3391 ____________________________________________________________________________
3392 [  4396] By: jhi                                   on 1999/10/16  17:44:39
3393         Log: Missing comma.
3394      Branch: cfgperl
3395            ! lib/diagnostics.pm
3396 ____________________________________________________________________________
3397 [  4395] By: gsar                                  on 1999/10/16  17:18:36
3398         Log: assumption about @_ always being non-REAL doesn't hold when
3399              debugger is running; DB::sub() can call arbitrary stuff
3400              that modifies @_ at will
3401      Branch: perl
3402            ! pp_hot.c
3403 ____________________________________________________________________________
3404 [  4394] By: nick                                  on 1999/10/16  09:35:20
3405         Log: Resolve utfperl branch against mainline as of _62
3406      Branch: utfperl
3407           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
3408           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
3409           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3410           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3411           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3412           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3413           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
3414           +> t/lib/glob-taint.t win32/genmk95.pl
3415            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
3416           !> (integrate 144 files)
3417 ____________________________________________________________________________
3418 [  4393] By: gsar                                  on 1999/10/16  04:07:02
3419         Log: OS/2 support bits (from Ilya Zakharevich)
3420      Branch: perl
3421            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
3422 ____________________________________________________________________________
3423 [  4392] By: jhi                                   on 1999/10/15  10:28:09
3424         Log: Integrate with Sarathy.
3425      Branch: cfgperl
3426           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
3427           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
3428           !> win32/Makefile win32/makefile.mk
3429
3430 ----------------
3431 Version 5.005_62
3432 ----------------
3433
3434 ____________________________________________________________________________
3435 [  4391] By: gsar                                  on 1999/10/15  10:12:42
3436         Log: here be 5.005_62
3437      Branch: perl
3438            ! Changes MANIFEST Porting/makerel
3439 ____________________________________________________________________________
3440 [  4390] By: gsar                                  on 1999/10/15  09:45:51
3441         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
3442              avoid tickling it in Pod::Man for now; other nits in
3443              Pod::*
3444      Branch: perl
3445            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
3446            ! pod/perlopentut.pod
3447 ____________________________________________________________________________
3448 [  4389] By: gsar                                  on 1999/10/15  08:55:01
3449         Log: disable internal globbing for miniperl (or build breaks out
3450              in a rash of failed dependencies)
3451      Branch: perl
3452            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
3453 ____________________________________________________________________________
3454 [  4388] By: jhi                                   on 1999/10/15  08:07:49
3455         Log: Integrate with Sarathy.
3456      Branch: cfgperl
3457           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
3458           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
3459 ____________________________________________________________________________
3460 [  4387] By: gsar                                  on 1999/10/15  07:46:24
3461         Log: integrate cfgperl contents into mainline
3462      Branch: perl
3463            ! Changes
3464           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
3465           !> t/pragma/warn/regcomp
3466 ____________________________________________________________________________
3467 [  4386] By: gsar                                  on 1999/10/15  05:45:36
3468         Log: various little goofs in change#4385
3469      Branch: perl
3470            ! win32/include/dirent.h win32/win32.c
3471 ____________________________________________________________________________
3472 [  4385] By: gsar                                  on 1999/10/15  04:49:09
3473         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
3474              rather than win32_opendir() reading all files up front (untested)
3475      Branch: perl
3476            ! win32/include/dirent.h win32/win32.c
3477 ____________________________________________________________________________
3478 [  4384] By: gsar                                  on 1999/10/15  01:34:09
3479         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
3480      Branch: perl
3481            ! lib/Benchmark.pm pod/perldelta.pod
3482 ____________________________________________________________________________
3483 [  4383] By: gsar                                  on 1999/10/15  01:22:32
3484         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
3485              <dha@panix.com>)
3486      Branch: perl
3487            ! pod/perlfaq2.pod
3488 ____________________________________________________________________________
3489 [  4382] By: gsar                                  on 1999/10/15  01:14:22
3490         Log: From: jand@ActiveState.com (Jan Dubois)
3491              Date: Fri, 15 Oct 1999 01:14:23 +0200
3492              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
3493              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
3494      Branch: perl
3495            ! ext/POSIX/POSIX.xs
3496 ____________________________________________________________________________
3497 [  4381] By: jhi                                   on 1999/10/14  22:11:36
3498         Log: Integrate with Sarathy.
3499      Branch: cfgperl
3500           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
3501           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
3502           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
3503           !> win32/makefile.mk
3504 ____________________________________________________________________________
3505 [  4380] By: jhi                                   on 1999/10/14  22:08:22
3506         Log: Warn inside character classes about unknown backslash escapes
3507              (that are not caught earlier because of being completely unknown,
3508              such as \m), such as \z (because they make do sense inside regexen,
3509              but not inside character classes).
3510      Branch: cfgperl
3511            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
3512            ! t/pragma/warn/regcomp
3513 ____________________________________________________________________________
3514 [  4379] By: gsar                                  on 1999/10/14  18:26:56
3515         Log: clarify significance of parens for "x" (from M.J.T. Guy
3516              <mjtg@cus.cam.ac.uk>)
3517      Branch: perl
3518            ! pod/perlop.pod
3519 ____________________________________________________________________________
3520 [  4378] By: gsar                                  on 1999/10/14  18:25:20
3521         Log: make timelocal work better when time is close to the epoch
3522              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
3523      Branch: perl
3524            ! lib/Time/Local.pm
3525 ____________________________________________________________________________
3526 [  4377] By: gsar                                  on 1999/10/14  18:15:11
3527         Log: integrate cfgperl contents into mainline
3528      Branch: perl
3529           +> ext/DB_File/hints/sco.pl
3530           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
3531           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
3532           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
3533 ____________________________________________________________________________
3534 [  4376] By: gsar                                  on 1999/10/14  17:47:35
3535         Log: fix POPSTACK panics that ensued from bad interaction between
3536              runlevels and stack of stacks (change#3988 done right);
3537              basically, we pop the runlevel if the stacklevel is not the
3538              same one we started the runlevel with
3539      Branch: perl
3540            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
3541 ____________________________________________________________________________
3542 [  4375] By: gsar                                  on 1999/10/14  15:54:48
3543         Log: avoid warnings
3544      Branch: perl
3545            ! ext/File/Glob/bsd_glob.c
3546 ____________________________________________________________________________
3547 [  4374] By: jhi                                   on 1999/10/14  10:08:44
3548         Log: Warn about false ranges like \d-\w (see the change #4355).
3549              The invalid ranges (b-a) warning message also enhanced.
3550      Branch: cfgperl
3551            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
3552            ! t/pragma/warn/regcomp
3553 ____________________________________________________________________________
3554 [  4373] By: gsar                                  on 1999/10/14  03:49:54
3555         Log: File::Glob fixes for Windows
3556      Branch: perl
3557            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
3558            ! win32/makefile.mk
3559 ____________________________________________________________________________
3560 [  4372] By: gsar                                  on 1999/10/14  02:21:31
3561         Log: avoid inefficiency in change#3386 (every longjmp() was followed
3562              by an avoidable call to setjmp())
3563      Branch: perl
3564            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
3565            ! proto.h scope.c scope.h
3566 ____________________________________________________________________________
3567 [  4371] By: jhi                                   on 1999/10/13  21:17:17
3568         Log: Integrate with Sarathy.
3569      Branch: cfgperl
3570           !> op.c pod/perldelta.pod
3571 ____________________________________________________________________________
3572 [  4370] By: gsar                                  on 1999/10/13  18:08:45
3573         Log: misc tweaks
3574      Branch: perl
3575            ! op.c pod/perldelta.pod
3576 ____________________________________________________________________________
3577 [  4369] By: jhi                                   on 1999/10/13  16:18:58
3578         Log: Integrate with Sarathy.
3579      Branch: cfgperl
3580           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3581 ____________________________________________________________________________
3582 [  4368] By: gsar                                  on 1999/10/13  16:14:16
3583         Log: pod nits from various perl porters
3584      Branch: perl
3585            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3586 ____________________________________________________________________________
3587 [  4367] By: jhi                                   on 1999/10/13  12:10:30
3588         Log: From: Vlad Harchev <hvv@hippo.ru>
3589              To: perl5-porters@perl.org
3590              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
3591              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
3592              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
3593      Branch: cfgperl
3594            ! pod/perlop.pod
3595 ____________________________________________________________________________
3596 [  4366] By: gsar                                  on 1999/10/13  08:11:11
3597         Log: typos and language goofs pointed out by Hugo van der Sanden
3598              <hv@crypt.compulink.co.uk>
3599      Branch: perl
3600            ! pod/perldelta.pod pod/perldiag.pod
3601 ____________________________________________________________________________
3602 [  4365] By: jhi                                   on 1999/10/13  07:27:44
3603         Log: Integrate with Sarathy.
3604      Branch: cfgperl
3605           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3606           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3607           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3608           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
3609           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
3610           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
3611           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
3612           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
3613           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
3614 ____________________________________________________________________________
3615 [  4364] By: gsar                                  on 1999/10/13  07:06:04
3616         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3617      Branch: perl
3618            ! lib/perl5db.pl
3619 ____________________________________________________________________________
3620 [  4363] By: jhi                                   on 1999/10/13  07:03:43
3621         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3622              To: perl5-porters@perl.org
3623              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
3624              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
3625              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
3626      Branch: cfgperl
3627            ! hints/svr5.sh
3628 ____________________________________________________________________________
3629 [  4362] By: jhi                                   on 1999/10/13  06:57:16
3630         Log: Add DB_File hint for SCO ODT.
3631              From: hops@sco.com
3632              To: perl5-porters@perl.org
3633              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3634              Date: Tue, 12 Oct 1999 20:16:04 PDT
3635              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3636      Branch: cfgperl
3637            + ext/DB_File/hints/sco.pl
3638            ! MANIFEST
3639 ____________________________________________________________________________
3640 [  4361] By: gsar                                  on 1999/10/13  06:56:08
3641         Log: PL_numeric_radix used without being defined (from Ilya
3642              Zakharevich)
3643      Branch: perl
3644            ! util.c
3645 ____________________________________________________________________________
3646 [  4360] By: gsar                                  on 1999/10/13  06:43:03
3647         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
3648              From: hops@sco.com
3649              Date: Tue, 12 Oct 1999 20:16:04 PDT
3650              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
3651              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
3652      Branch: perl
3653            + ext/NDBM_File/hints/sco.pl
3654            ! MANIFEST ext/ODBM_File/hints/sco.pl
3655 ____________________________________________________________________________
3656 [  4359] By: gsar                                  on 1999/10/13  06:34:53
3657         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
3658      Branch: perl
3659            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
3660            ! pod/perlport.pod
3661 ____________________________________________________________________________
3662 [  4358] By: gsar                                  on 1999/10/12  19:10:27
3663         Log: perldelta updates
3664      Branch: perl
3665            ! pod/perldelta.pod
3666 ____________________________________________________________________________
3667 [  4357] By: gsar                                  on 1999/10/12  17:11:18
3668         Log: update perldelta for change#4356
3669      Branch: perl
3670            ! Changes pod/perldelta.pod
3671 ____________________________________________________________________________
3672 [  4356] By: gsar                                  on 1999/10/12  16:53:31
3673         Log: add File::BSDGlob as File::Glob and load it at compile-time
3674              if perl was built with -DPERL_INTERNAL_GLOB
3675              
3676              TODO: we currently get a compile-time failure if File/Glob.pm
3677              can't be found; such failure needs to be made to emit a warning
3678              and use the csh implementation instead
3679      Branch: perl
3680            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
3681            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
3682            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
3683            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
3684            + t/lib/glob-global.t t/lib/glob-taint.t
3685            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
3686            ! t/pragma/overload.t
3687 ____________________________________________________________________________
3688 [  4355] By: jhi                                   on 1999/10/12  15:30:05
3689         Log: Revert the parts of #3926 that outlawed character ranges
3690              that have character classes such as \w as either endpoint.
3691              This change re-establishes the old behavior which meant that
3692              such ranges weren't really ranges, the "-" was literal.
3693              Moreover, this change also fixes the old behavior to be
3694              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
3695              Now they all do work as described above.  The #3926 outlawed
3696              all of those.
3697      Branch: cfgperl
3698            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3699 ____________________________________________________________________________
3700 [  4354] By: jhi                                   on 1999/10/12  09:58:59
3701         Log: Integrate with Sarathy.
3702      Branch: cfgperl
3703           !> (integrate 33 files)
3704 ____________________________________________________________________________
3705 [  4353] By: gsar                                  on 1999/10/12  05:53:40
3706         Log: apply parts of LynxOS patches from Alan Johnson
3707              <johnson@alonn.gemse.fr>
3708      Branch: perl
3709            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
3710            ! t/op/groups.t
3711 ____________________________________________________________________________
3712 [  4352] By: gsar                                  on 1999/10/12  05:24:39
3713         Log: allow any unpack specifier to take a count via '/'
3714              (from Ilya Zakharevich)
3715      Branch: perl
3716            ! pp.c t/op/pack.t
3717 ____________________________________________________________________________
3718 [  4351] By: gsar                                  on 1999/10/12  05:02:35
3719         Log: avoid warnings
3720      Branch: perl
3721            ! malloc.c
3722 ____________________________________________________________________________
3723 [  4350] By: gsar                                  on 1999/10/12  04:50:52
3724         Log: various cleanups
3725      Branch: perl
3726            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
3727            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
3728            ! win32/config.gc win32/config.vc win32/config_H.bc
3729            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3730 ____________________________________________________________________________
3731 [  4349] By: gsar                                  on 1999/10/12  00:23:11
3732         Log: update Changes, patchlevel etc.
3733      Branch: perl
3734            ! Changes Porting/findvars patchlevel.h win32/Makefile
3735            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3736            ! win32/makefile.mk
3737 ____________________________________________________________________________
3738 [  4348] By: gsar                                  on 1999/10/11  23:11:57
3739         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
3740      Branch: perl
3741            ! pod/perlfunc.pod
3742 ____________________________________________________________________________
3743 [  4347] By: jhi                                   on 1999/10/11  21:25:03
3744         Log: Sparc Linux -Duseshrplib fix.
3745              
3746              From: Brian Jepson <bjepson@home.com>
3747              To: Nick Ing-Simmons <nick@ing-simmons.net>
3748              cc: perl5-porters@perl.org
3749              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
3750              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
3751              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
3752      Branch: cfgperl
3753            ! hints/linux.sh
3754 ____________________________________________________________________________
3755 [  4346] By: gsar                                  on 1999/10/11  20:28:32
3756         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
3757              the behavior of 'Z*' and 'Z3' to always pack a trailing
3758              null byte; changed documentation to suit; added test
3759      Branch: perl
3760            ! pod/perlfunc.pod pp.c t/op/pack.t
3761 ____________________________________________________________________________
3762 [  4345] By: gsar                                  on 1999/10/11  19:15:46
3763         Log: writing to perllocal.pod fails if it was never created;
3764              tweak pseudo-hash example (both suggested by Michael G Schwern
3765              <schwern@pobox.com>)
3766      Branch: perl
3767            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
3768 ____________________________________________________________________________
3769 [  4344] By: gsar                                  on 1999/10/11  17:57:31
3770         Log: slightly edited variant of suggested patch
3771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3772              Date: Thu, 9 Sep 1999 18:35:37 -0400
3773              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
3774              Subject: [PATCH 5.005_58] How RExen match?
3775      Branch: perl
3776            ! pod/perlre.pod
3777 ____________________________________________________________________________
3778 [  4343] By: gsar                                  on 1999/10/11  16:55:48
3779         Log: change#4327 was inefficient
3780      Branch: perl
3781            ! lib/lib.pm
3782 ____________________________________________________________________________
3783 [  4342] By: jhi                                   on 1999/10/11  07:01:46
3784         Log: Integrate with Sarathy.
3785      Branch: cfgperl
3786           +> pod/perlhack.pod
3787           !> (integrate 28 files)
3788 ____________________________________________________________________________
3789 [  4341] By: jhi                                   on 1999/10/11  06:37:47
3790         Log: The 2.5th cut at the AIX C++ extension problems.
3791      Branch: cfgperl
3792            ! hints/aix.sh
3793 ____________________________________________________________________________
3794 [  4340] By: gsar                                  on 1999/10/10  23:48:07
3795         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
3796      Branch: perl
3797            + pod/perlhack.pod
3798            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
3799 ____________________________________________________________________________
3800 [  4339] By: gsar                                  on 1999/10/10  20:42:40
3801         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
3802              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
3803              void(*)(pTHX_ void*)
3804      Branch: perl
3805            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
3806            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
3807            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
3808            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
3809 ____________________________________________________________________________
3810 [  4338] By: gsar                                  on 1999/10/10  20:38:59
3811         Log: add missing new diagnostics to perldelta
3812      Branch: perl
3813            ! pod/perldelta.pod
3814 ____________________________________________________________________________
3815 [  4337] By: gsar                                  on 1999/10/10  17:40:13
3816         Log: update perldelta for change#3406
3817      Branch: perl
3818            ! embed.pl pod/perldata.pod pod/perldelta.pod
3819 ____________________________________________________________________________
3820 [  4336] By: gsar                                  on 1999/10/10  16:33:14
3821         Log: integrate cfgperl contents into mainline
3822      Branch: perl
3823           +> ext/DynaLoader/hints/aix.pl
3824           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
3825           !> makedef.pl perl.h pod/perldelta.pod
3826 ____________________________________________________________________________
3827 [  4335] By: jhi                                   on 1999/10/10  11:09:48
3828         Log: Update perldelta.
3829      Branch: cfgperl
3830            ! pod/perldelta.pod
3831 ____________________________________________________________________________
3832 [  4334] By: jhi                                   on 1999/10/10  10:31:46
3833         Log: Integrate with Sarathy.
3834      Branch: cfgperl
3835           +> win32/genmk95.pl
3836           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
3837           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
3838           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
3839           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
3840           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
3841           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
3842           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
3843           !> utils/perldoc.PL win32/makefile.mk
3844 ____________________________________________________________________________
3845 [  4333] By: gsar                                  on 1999/10/10  06:33:15
3846         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
3847              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
3848      Branch: perl
3849            ! installperl lib/diagnostics.pm utils/perldoc.PL
3850 ____________________________________________________________________________
3851 [  4332] By: gsar                                  on 1999/10/10  05:15:26
3852         Log: add $VERSION
3853      Branch: perl
3854            ! lib/Exporter.pm
3855 ____________________________________________________________________________
3856 [  4331] By: gsar                                  on 1999/10/10  05:10:22
3857         Log: describe what can go in an export list (from Anno Siegel
3858              <anno4000@lublin.zrz.tu-berlin.de>)
3859      Branch: perl
3860            ! lib/Exporter.pm
3861 ____________________________________________________________________________
3862 [  4330] By: gsar                                  on 1999/10/10  04:50:43
3863         Log: more basic support for building modules under Windows 95/98
3864              (applied relevant parts from a patch suggested by
3865              Jochen Wiedmann <joe@ispsoft.de>)
3866      Branch: perl
3867            ! lib/ExtUtils/MM_Unix.pm
3868 ____________________________________________________________________________
3869 [  4329] By: gsar                                  on 1999/10/10  04:28:38
3870         Log: rudimentary support for building under Windows 95/98 (from
3871              Benjamin Stuhl <sho_pi@hotmail.com>)
3872      Branch: perl
3873            + win32/genmk95.pl
3874            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
3875            ! win32/makefile.mk
3876 ____________________________________________________________________________
3877 [  4328] By: gsar                                  on 1999/10/10  03:37:21
3878         Log: fix two leaks in Thread.xs (from Eugene Alterman
3879              <Eugene.Alterman@bremer-inc.com>); convert places with
3880              'use attrs' to new attributes syntax
3881      Branch: perl
3882            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
3883            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
3884            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
3885            ! ext/Thread/sync2.t
3886 ____________________________________________________________________________
3887 [  4327] By: gsar                                  on 1999/10/10  02:23:52
3888         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
3889              (suggested by Tod Irwin <irwin@stockmaster.com>)
3890      Branch: perl
3891            ! lib/lib.pm
3892 ____________________________________________________________________________
3893 [  4326] By: gsar                                  on 1999/10/10  00:51:48
3894         Log: better documentation for recv() (from Anton Berezin
3895              <tobez@plab.ku.dk>)
3896      Branch: perl
3897            ! pod/perlfunc.pod
3898 ____________________________________________________________________________
3899 [  4325] By: gsar                                  on 1999/10/09  22:46:23
3900         Log: perldelta updates (see TODO markers)
3901      Branch: perl
3902            ! Changes pod/perldelta.pod pp_sys.c
3903 ____________________________________________________________________________
3904 [  4324] By: gsar                                  on 1999/10/09  19:43:10
3905         Log: fix Exporter::export_to_level() documentation
3906      Branch: perl
3907            ! lib/Exporter.pm
3908 ____________________________________________________________________________
3909 [  4323] By: gsar                                  on 1999/10/09  18:48:31
3910         Log: don't run END blocks when running under -c switch (older,
3911              rarely useful behavior may still be obtained by putting
3912              BEGIN { $^C = 0; exit; } at the end of the script)
3913      Branch: perl
3914            ! perl.c
3915 ____________________________________________________________________________
3916 [  4322] By: jhi                                   on 1999/10/09  05:31:26
3917         Log: While awaiting a good test program to detect the broken gcc.
3918              From: Thomas Conté <tom@fr.uu.net>
3919              To: <jhi@iki.fi>
3920              Cc: <perl5-porters@perl.org>
3921              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
3922              Date: Wed, 6 Oct 1999 19:56:29 +0200
3923              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
3924      Branch: cfgperl
3925            ! hints/irix_6.sh perl.h
3926 ____________________________________________________________________________
3927 [  4321] By: gsar                                  on 1999/10/09  00:41:02
3928         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
3929              clear entries in the CV's pad, leading to coredumps when CV had no
3930              other references to it; this is a slightly edited version of the
3931              patch suggested by Russel O'Connor <roconnor@world.std.com>
3932      Branch: perl
3933            ! cop.h pp_ctl.c pp_hot.c
3934 ____________________________________________________________________________
3935 [  4320] By: gsar                                  on 1999/10/08  22:50:51
3936         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
3937              situation (assumptions about cx invalidation are not valid
3938              anymore)
3939      Branch: perl
3940            ! cop.h pp_ctl.c pp_hot.c
3941 ____________________________________________________________________________
3942 [  4319] By: jhi                                   on 1999/10/08  14:33:31
3943         Log: Integrate with Sarathy.
3944      Branch: cfgperl
3945           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
3946           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
3947           !> t/comp/bproto.t thrdvar.h toke.c util.c
3948 ____________________________________________________________________________
3949 [  4318] By: jhi                                   on 1999/10/08  13:51:34
3950         Log: The second cut at AIX C++ extension troubles.
3951      Branch: cfgperl
3952            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3953            ! hints/aix.sh
3954 ____________________________________________________________________________
3955 [  4317] By: jhi                                   on 1999/10/08  10:44:13
3956         Log: The first cut at fixing Perl extensions written in C++ in AIX,
3957              statics don't get initialized right.  This patch at least
3958              doesn't seem to break the build in my AIX, but unfortunately
3959              I don't have the IBM C++ to do further testing.
3960              
3961              Problem reported by Stephanie Beals in
3962              From: bealzy@us.ibm.com
3963              To: perl5-porters@perl.org
3964              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
3965              Date: Thu, 7 Oct 1999 15:05:54 -0400
3966              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
3967      Branch: cfgperl
3968            + ext/DynaLoader/hints/aix.pl
3969            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
3970 ____________________________________________________________________________
3971 [  4316] By: gsar                                  on 1999/10/08  10:26:15
3972         Log: remove kludgey duplicate background error avoidance (caused
3973              "leaks"; %@ wasn't even user-visible under -Dusethreads);
3974              only repeats of most recent error are now avoided
3975      Branch: perl
3976            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
3977 ____________________________________________________________________________
3978 [  4315] By: jhi                                   on 1999/10/08  09:48:59
3979         Log: Fix omission.
3980      Branch: cfgperl
3981            ! makedef.pl
3982 ____________________________________________________________________________
3983 [  4314] By: gsar                                  on 1999/10/08  07:17:01
3984         Log: extend change#2299 to C<use> (fixes scoping problems in
3985              C<if (...) { use foo; ... }>)
3986      Branch: perl
3987            ! op.c
3988 ____________________________________________________________________________
3989 [  4313] By: gsar                                  on 1999/10/08  04:52:19
3990         Log: small tweak for change#4309
3991      Branch: perl
3992            ! op.c
3993 ____________________________________________________________________________
3994 [  4312] By: gsar                                  on 1999/10/08  02:31:13
3995         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
3996              From: Larry Wall <larry@wall.org>
3997              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
3998              Message-Id: <199910061655.JAA11333@kiev.wall.org>
3999              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4000      Branch: perl
4001            ! opcode.h t/comp/bproto.t toke.c
4002 ____________________________________________________________________________
4003 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4004         Log: typo
4005      Branch: perl
4006            ! pp_sys.c
4007 ____________________________________________________________________________
4008 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4009         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4010              Brian Mitchell <brian@chele.cais.net>)
4011      Branch: perl
4012            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4013 ____________________________________________________________________________
4014 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4015         Log: change#3728 was flawed (loop contexts saw the wrong statement
4016              info, causing loop control constructs to not find the label);
4017              disable OP_SETSTATE entirely and add a fix that is specifically
4018              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4019              which was what the original patch was supposed to fix
4020              
4021              TODO: remove the remainder of the setstate logic if it can't
4022              be used anywhere else (it isn't used anywhere now)
4023      Branch: perl
4024            ! cop.h op.c perly.c perly.y
4025 ____________________________________________________________________________
4026 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4027         Log: Integrate with Sarathy.
4028      Branch: cfgperl
4029           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4030 ____________________________________________________________________________
4031 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4032         Log: update to podlators-0.08 from Russ Allbery
4033      Branch: perl
4034            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4035 ____________________________________________________________________________
4036 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4037         Log: Integrate with Sarathy.
4038      Branch: cfgperl
4039           !> (integrate 45 files)
4040 ____________________________________________________________________________
4041 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4042         Log: some versions of mingw32 have __int64, define iff it isn't
4043      Branch: perl
4044            ! win32/win32.h
4045 ____________________________________________________________________________
4046 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4047         Log: fix typos in change#4288
4048      Branch: perl
4049            ! Changes dump.c sv.c
4050 ____________________________________________________________________________
4051 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4052         Log: integrate cfgperl contents into mainline
4053      Branch: perl
4054           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4055            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4056           !> (integrate 31 files)
4057 ____________________________________________________________________________
4058 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4059         Log: make die/warn and other diagnostics go to wherever STDERR happens
4060              to point at; change places that meant Perl_debug_log rather than
4061              PerlIO_stderr()
4062      Branch: perl
4063            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4064            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4065            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4066            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4067            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4068            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4069            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4070            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4071            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4072            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4073            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4074 ____________________________________________________________________________
4075 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4076         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4077              To: François Désarménien <desar@club-internet.fr>
4078              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4079              Subject: Re: Strange RE engine breakage in 5_61
4080              Date: Mon, 4 Oct 1999 19:58:03 -0400
4081              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4082              
4083              (had to apply pat.t part manually because there
4084              already were more tests than there was in _61)
4085      Branch: cfgperl
4086            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4087 ____________________________________________________________________________
4088 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4089         Log: From: Andy Dougherty <doughera@lafayette.edu>
4090              To: Jarkko Hietaniemi <jhi@iki.fi>
4091              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4092              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4093              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4094              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4095      Branch: cfgperl
4096            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4097            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4098            ! MANIFEST ext/B/defsubs_h.PL
4099 ____________________________________________________________________________
4100 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4101         Log: From: Michael G Schwern <schwern@pobox.com>
4102              To: perl5-porters@perl.org
4103              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4104              Date: Sun, 3 Oct 1999 17:34:17 -0400
4105              Message-ID: <19991003173417.A4351@blackrider>
4106      Branch: cfgperl
4107            ! t/lib/fields.t t/pragma/constant.t
4108 ____________________________________________________________________________
4109 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4110         Log: some compatibility macros were busted
4111      Branch: perl
4112            ! embed.h embed.pl toke.c
4113 ____________________________________________________________________________
4114 [  4297] By: jhi                                   on 1999/10/03  17:50:59
4115         Log: A better version of #4296.
4116              
4117              From: Michael G Schwern <schwern@pobox.com>
4118              To: perl5-porters@perl.org
4119              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4120              Date: Sun, 3 Oct 1999 13:54:23 -0400
4121              Message-ID: <19991003135423.A3050@blackrider>
4122      Branch: cfgperl
4123            ! av.c op.c pod/perldiag.pod
4124 ____________________________________________________________________________
4125 [  4296] By: jhi                                   on 1999/10/03  17:21:01
4126         Log: (Replaced by #4297.)
4127              
4128              From: Michael G Schwern <schwern@pobox.com>
4129              To: perl5-porters@perl.org
4130              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
4131              Date: Sun, 3 Oct 1999 13:16:47 -0400
4132              Message-ID: <19991003131647.A2816@blackrider>
4133              
4134              plus changed the error message to say "No such pseudo-hash field"
4135              as discussed in the above mail message.
4136      Branch: cfgperl
4137            ! av.c pod/perldiag.pod
4138 ____________________________________________________________________________
4139 [  4295] By: gsar                                  on 1999/10/03  16:09:36
4140         Log: avoid doing irrelevant things on 'make perl'
4141      Branch: perl
4142            ! Makefile.SH
4143 ____________________________________________________________________________
4144 [  4294] By: jhi                                   on 1999/10/03  14:16:24
4145         Log: Fix a typo in #4293 spotted by Graham Barr.
4146      Branch: cfgperl
4147            ! pod/perlref.pod
4148 ____________________________________________________________________________
4149 [  4293] By: jhi                                   on 1999/10/03  11:31:22
4150         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
4151              To: perl5-porters@perl.org
4152              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
4153              Date: Sun, 3 Oct 1999 02:34:01 -0400
4154              Message-ID: <19991003023401.A1520@blackrider>
4155      Branch: cfgperl
4156            ! pod/perlfunc.pod pod/perlref.pod
4157 ____________________________________________________________________________
4158 [  4292] By: jhi                                   on 1999/10/03  09:23:16
4159         Log: From: Barrie Slaymaker <barries@slaysys.com>
4160              To: perl5-porters@perl.org
4161              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
4162              Date: Sun, 3 Oct 1999 00:09:51 -0400
4163              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
4164      Branch: cfgperl
4165            ! lib/Benchmark.pm
4166 ____________________________________________________________________________
4167 [  4291] By: jhi                                   on 1999/10/02  23:43:53
4168         Log: Be understanding about large file systems.
4169      Branch: cfgperl
4170            ! t/lib/syslfs.t t/op/lfs.t
4171 ____________________________________________________________________________
4172 [  4290] By: jhi                                   on 1999/10/02  23:39:16
4173         Log: Configure fixfest continues.
4174      Branch: cfgperl
4175            ! Configure config_h.SH
4176      Branch: metaconfig
4177            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4178            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4179            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
4180            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4181      Branch: metaconfig/U/perl
4182            ! i_inttypes.U io64.U
4183 ____________________________________________________________________________
4184 [  4289] By: jhi                                   on 1999/10/02  23:12:54
4185         Log: Regen Porting stuff.
4186      Branch: cfgperl
4187            ! Porting/Glossary Porting/config.sh Porting/config_H
4188 ____________________________________________________________________________
4189 [  4288] By: jhi                                   on 1999/10/02  23:05:50
4190         Log: Untangle the IV_IS_QUAD jungle by introduding
4191              macros to be used when doing formatted printing:
4192              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
4193      Branch: cfgperl
4194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4195            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
4196            ! regcomp.c sv.c taint.c toke.c util.c
4197 ____________________________________________________________________________
4198 [  4287] By: jhi                                   on 1999/10/02  22:54:18
4199         Log: metaconfig maintenance.
4200      Branch: metaconfig
4201            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
4202            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
4203            ! U/typedefs/uidsize.U
4204 ____________________________________________________________________________
4205 [  4286] By: nick                                  on 1999/10/02  11:11:44
4206         Log: Incremental merge of mainline
4207      Branch: utfperl
4208           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
4209           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
4210           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4211           +> t/pod/podselect.t t/pod/podselect.xr
4212            - lib/Pod/PlainText.pm
4213           !> (integrate 148 files)
4214 ____________________________________________________________________________
4215 [  4285] By: jhi                                   on 1999/10/02  10:16:15
4216         Log: Battle namespace pollution.
4217      Branch: cfgperl
4218            ! lib/Benchmark.pm
4219 ____________________________________________________________________________
4220 [  4284] By: jhi                                   on 1999/10/02  10:11:20
4221         Log: Regen Configure, all of xs_apiversion didn't take.
4222      Branch: cfgperl
4223            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4224            ! config_h.SH patchlevel.h
4225 ____________________________________________________________________________
4226 [  4283] By: jhi                                   on 1999/10/02  09:48:17
4227         Log: Integrate with Sarathy.
4228      Branch: cfgperl
4229           +> lib/Pod/Man.pm t/pod/multiline_items.t
4230           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
4231           +> t/pod/podselect.t t/pod/podselect.xr
4232            - lib/Pod/PlainText.pm
4233           !> (integrate 50 files)
4234 ____________________________________________________________________________
4235 [  4282] By: gsar                                  on 1999/10/02  06:39:14
4236         Log: update pod2man, pod2text and related Pod:: modules with the
4237              ones in podlators-0.07 from Russ Allbery
4238      Branch: perl
4239            + lib/Pod/Man.pm
4240            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4241            ! pod/pod2man.PL pod/pod2text.PL
4242 ____________________________________________________________________________
4243 [  4281] By: gsar                                  on 1999/10/02  06:14:44
4244         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
4245      Branch: perl
4246            - lib/Pod/PlainText.pm
4247            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
4248            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
4249            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
4250            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
4251            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4252            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
4253            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
4254 ____________________________________________________________________________
4255 [  4280] By: gsar                                  on 1999/10/02  04:39:38
4256         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
4257      Branch: perl
4258            + t/pod/multiline_items.t t/pod/multiline_items.xr
4259            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
4260            + t/pod/podselect.xr
4261            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
4262            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
4263            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
4264            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
4265            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
4266            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
4267            ! t/pod/testp2pt.pl
4268 ____________________________________________________________________________
4269 [  4279] By: gsar                                  on 1999/10/02  03:36:41
4270         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
4271              by Michael G Schwern <schwern@pobox.com>)
4272      Branch: perl
4273            ! av.c t/op/avhv.t
4274 ____________________________________________________________________________
4275 [  4278] By: gsar                                  on 1999/10/02  02:36:55
4276         Log: deprecate C<use attrs>
4277      Branch: perl
4278            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
4279            ! t/lib/thread.t t/pragma/sub_lval.t
4280 ____________________________________________________________________________
4281 [  4277] By: gsar                                  on 1999/10/02  01:43:25
4282         Log: add notes about effect of loop control statements inside
4283              LABEL BLOCK continue BLOCK
4284      Branch: perl
4285            ! pod/perlfunc.pod
4286 ____________________________________________________________________________
4287 [  4276] By: gsar                                  on 1999/10/02  01:23:02
4288         Log: indent nested =items properly (suggested by Bill Fenner
4289              <fenner@research.att.com>)
4290      Branch: perl
4291            ! pod/pod2man.PL
4292 ____________________________________________________________________________
4293 [  4275] By: gsar                                  on 1999/10/02  01:09:16
4294         Log: updated ptags generator from Ilya Zakharevich
4295      Branch: perl
4296            ! emacs/ptags
4297 ____________________________________________________________________________
4298 [  4274] By: gsar                                  on 1999/10/01  23:08:52
4299         Log: update Changes
4300      Branch: perl
4301            ! Changes
4302 ____________________________________________________________________________
4303 [  4273] By: gsar                                  on 1999/10/01  22:58:55
4304         Log: typo, whitespace adjustments
4305      Branch: perl
4306            ! utils/h2xs.PL
4307 ____________________________________________________________________________
4308 [  4272] By: gsar                                  on 1999/10/01  22:46:06
4309         Log: remove dup hunks
4310      Branch: perl
4311            ! configure.com vms/vms.c
4312 ____________________________________________________________________________
4313 [  4271] By: gsar                                  on 1999/10/01  22:33:02
4314         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
4315              by declaring new globals "our" (XXX this means h2xs generated code
4316              won't run on earlier versions; a switch to generate compatible
4317              source is needed)
4318      Branch: perl
4319           !> (integrate 35 files)
4320 ____________________________________________________________________________
4321 [  4270] By: jhi                                   on 1999/10/01  12:05:56
4322         Log: Integrate with Sarathy.
4323      Branch: cfgperl
4324           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4325           !> pod/perldiag.pod util.c
4326 ____________________________________________________________________________
4327 [  4269] By: jhi                                   on 1999/10/01  10:26:19
4328         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
4329              To: perl5-porters@perl.org
4330              Subject: [ID 19991001.001] perlguts man page error
4331              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
4332              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
4333      Branch: cfgperl
4334            ! pod/perlguts.pod
4335 ____________________________________________________________________________
4336 [  4268] By: jhi                                   on 1999/10/01  07:32:33
4337         Log: There *is* a month called October.
4338      Branch: cfgperl
4339            ! t/op/time.t
4340 ____________________________________________________________________________
4341 [  4267] By: jhi                                   on 1999/10/01  06:58:10
4342         Log: Temp file cleanliness.
4343      Branch: cfgperl
4344            ! t/lib/filecopy.t
4345 ____________________________________________________________________________
4346 [  4266] By: jhi                                   on 1999/10/01  06:46:56
4347         Log: From: Barrie Slaymaker <barries@slaysys.com>
4348              To: perl5-porters@perl.org
4349              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
4350              Date: Thu, 30 Sep 1999 22:16:26 -0400
4351              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
4352      Branch: cfgperl
4353            ! lib/Benchmark.pm
4354 ____________________________________________________________________________
4355 [  4265] By: jhi                                   on 1999/09/30  20:25:35
4356         Log: From: Barrie Slaymaker <barries@slaysys.com>
4357              To: perl5-porters@perl.org
4358              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
4359              Date: Thu, 30 Sep 1999 15:44:00 -0400
4360              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
4361              (Replaces #4175.)
4362      Branch: cfgperl
4363            ! lib/Benchmark.pm
4364 ____________________________________________________________________________
4365 [  4264] By: gsar                                  on 1999/09/30  17:59:26
4366         Log: re-add missing "Out of memory!" entry
4367      Branch: perl
4368            ! pod/perldiag.pod
4369 ____________________________________________________________________________
4370 [  4263] By: jhi                                   on 1999/09/30  17:05:43
4371         Log: Regenerate Configure.
4372      Branch: cfgperl
4373            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4374            ! config_h.SH
4375 ____________________________________________________________________________
4376 [  4261] By: jhi                                   on 1999/09/30  16:15:05
4377         Log: From: Andy Dougherty <doughera@lafayette.edu>
4378              To: Perl Porters <perl5-porters@perl.org>
4379              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
4380              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
4381              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
4382      Branch: cfgperl
4383            ! pod/perldelta.pod
4384 ____________________________________________________________________________
4385 [  4260] By: jhi                                   on 1999/09/30  15:48:56
4386         Log: From: Andy Dougherty <doughera@lafayette.edu>
4387              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
4388              Subject: Re: Possible skeletal structure for searching multiple versions
4389              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
4390              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
4391      Branch: metaconfig
4392            ! U/mkglossary
4393      Branch: metaconfig/U/perl
4394            + xs_apiversion.U
4395            ! patchlevel.U
4396 ____________________________________________________________________________
4397 [  4259] By: jhi                                   on 1999/09/30  15:07:16
4398         Log: Further ?idsize.U fixing.
4399      Branch: metaconfig
4400            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4401 ____________________________________________________________________________
4402 [  4258] By: jhi                                   on 1999/09/30  15:00:14
4403         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
4404      Branch: metaconfig
4405            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
4406            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
4407 ____________________________________________________________________________
4408 [  4257] By: jhi                                   on 1999/09/30  09:48:33
4409         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4410              To: Gurusamy Sarathy <gsar@ActiveState.com>
4411              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
4412              The Perl Porters Mailing List <perl5-porters@perl.org>
4413              Subject: [PATCH] (Was: deprecating SIGDIE)
4414              Date: Wed, 29 Sep 1999 15:16:50 -0400
4415              Message-ID: <19990929151650.E26675@O2.chapin.edu>
4416      Branch: cfgperl
4417            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
4418 ____________________________________________________________________________
4419 [  4256] By: jhi                                   on 1999/09/30  09:45:22
4420         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4421              To: Gurusamy Sarathy <gsar@activestate.com>
4422              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
4423              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
4424              Date: Wed, 29 Sep 1999 18:58:23 -0400
4425              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
4426      Branch: cfgperl
4427            ! Makefile.SH opcode.pl
4428 ____________________________________________________________________________
4429 [  4255] By: gsar                                  on 1999/09/30  09:03:48
4430         Log: remove prehistoric XFree() gunk
4431      Branch: perl
4432            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
4433 ____________________________________________________________________________
4434 [  4254] By: gsar                                  on 1999/09/30  08:40:14
4435         Log: From: Vishal Bhatia <vishal@gol.com>
4436              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
4437              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
4438              Subject: [patch _61] Minor corrections in C.pm
4439      Branch: perl
4440            ! ext/B/B/C.pm
4441 ____________________________________________________________________________
4442 [  4253] By: gsar                                  on 1999/09/30  08:36:27
4443         Log: off-by-one in fbm_compile() (spotted by John Bley
4444              <jbley@cs.cmu.edu>); whitespace adjustments
4445      Branch: perl
4446            ! util.c
4447 ____________________________________________________________________________
4448 [  4251] By: jhi                                   on 1999/09/30  08:09:13
4449         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4450              To: perl5-porters@perl.org (Mailing list Perl5)
4451              Subject: [PATCH 5.00561+]  Followup h2xs patch
4452              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
4453              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
4454      Branch: cfgperl
4455            ! utils/h2xs.PL
4456 ____________________________________________________________________________
4457 [  4250] By: jhi                                   on 1999/09/29  19:11:32
4458         Log: Integrate with Sarathy.
4459      Branch: cfgperl
4460           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
4461           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
4462           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
4463 ____________________________________________________________________________
4464 [  4249] By: bailey                                on 1999/09/29  02:21:31
4465         Log: resync with mainline
4466      Branch: vmsperl
4467           +> (branch 32 files)
4468            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4469            - lib/unicode/blocks.txt lib/unicode/index2.txt
4470            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4471            - lib/unicode/props2.txt lib/unicode/readme.txt
4472            - t/lib/bigfloatpm.t
4473           !> (integrate 240 files)
4474 ____________________________________________________________________________
4475 [  4248] By: jhi                                   on 1999/09/28  18:14:39
4476         Log: From: Andy Dougherty <doughera@lafayette.edu>
4477              To: Perl Porters <perl5-porters@perl.org>
4478              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
4479              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
4480              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
4481              
4482              From: Andy Dougherty <doughera@lafayette.edu>
4483              To: Perl Porters <perl5-porters@perl.org>
4484              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
4485              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
4486              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
4487      Branch: cfgperl
4488            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
4489            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
4490            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
4491            ! hints/next_4.sh
4492 ____________________________________________________________________________
4493 [  4247] By: gsar                                  on 1999/09/28  17:36:59
4494         Log: revert change#4115 (breaks libwww's base/date.t); could be 
4495              reworked to enable it conditional on $Time::Local::nocroak
4496              or some such
4497      Branch: perl
4498            ! lib/Time/Local.pm
4499 ____________________________________________________________________________
4500 [  4246] By: gsar                                  on 1999/09/28  17:33:14
4501         Log: tweak for win32 build
4502      Branch: perl
4503            ! win32/Makefile win32/makefile.mk
4504 ____________________________________________________________________________
4505 [  4245] By: gsar                                  on 1999/09/28  17:31:34
4506         Log: change#4236 fallout
4507      Branch: perl
4508            ! lib/ExtUtils/MM_Unix.pm
4509 ____________________________________________________________________________
4510 [  4244] By: gsar                                  on 1999/09/28  17:29:31
4511         Log: remove doubled new_xpv
4512      Branch: perl
4513            ! embed.h embed.pl proto.h
4514 ____________________________________________________________________________
4515 [  4243] By: jhi                                   on 1999/09/27  19:13:20
4516         Log: Artistic fine-tuning.
4517      Branch: cfgperl
4518            ! ext/B/defsubs_h.PL
4519 ____________________________________________________________________________
4520 [  4242] By: gsar                                  on 1999/09/27  17:05:22
4521         Log: avoid implicit split to @_ in change#4181; binary -> text file
4522              types in p4
4523      Branch: perl
4524            ! djgpp/configure.bat lib/Exporter/Heavy.pm
4525            ! t/pragma/locale/latin1
4526 ____________________________________________________________________________
4527 [  4241] By: jhi                                   on 1999/09/27  07:48:19
4528         Log: Integrate with Sarathy.
4529      Branch: cfgperl
4530           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
4531           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
4532 ____________________________________________________________________________
4533 [  4240] By: jhi                                   on 1999/09/27  07:47:11
4534         Log: Finalize change #4232.
4535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4536              To: Jarkko Hietaniemi <jhi@iki.fi>
4537              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
4538              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
4539              Date: Sun, 26 Sep 1999 16:52:31 -0400
4540              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
4541      Branch: cfgperl
4542            ! lib/ExtUtils/xsubpp
4543 ____________________________________________________________________________
4544 [  4239] By: gsar                                  on 1999/09/27  02:48:42
4545         Log: add notes in INSTALL about Configure -Accflags=-DFOO
4546      Branch: perl
4547            ! INSTALL
4548 ____________________________________________________________________________
4549 [  4238] By: gsar                                  on 1999/09/27  02:03:48
4550         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
4551              it automatically
4552      Branch: perl
4553            ! embed.h embed.pl
4554 ____________________________________________________________________________
4555 [  4237] By: gsar                                  on 1999/09/27  01:52:47
4556         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4557              Date: Fri, 24 Sep 1999 23:25:36 -0400
4558              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
4559              Subject: [PATCH 5.005_61] Malloc fixes and docs
4560      Branch: perl
4561            ! malloc.c pod/perldiag.pod
4562 ____________________________________________________________________________
4563 [  4236] By: gsar                                  on 1999/09/27  01:31:32
4564         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
4565              <vkonovalov@lucent.com>)
4566      Branch: perl
4567            ! win32/Makefile win32/makefile.mk
4568 ____________________________________________________________________________
4569 [  4235] By: gsar                                  on 1999/09/26  17:02:03
4570         Log: fix buggy popping of subroutine contexts in the lvalue
4571              subroutines implementation (change#4081); correct the
4572              plethora of cases where DIE() was more appropriate than
4573              croak()
4574      Branch: perl
4575            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
4576 ____________________________________________________________________________
4577 [  4234] By: jhi                                   on 1999/09/26  12:06:28
4578         Log: Fix #endif.
4579      Branch: cfgperl
4580            ! XSUB.h
4581 ____________________________________________________________________________
4582 [  4233] By: jhi                                   on 1999/09/26  11:59:18
4583         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
4584              I kept my (Ilya's) version.
4585      Branch: cfgperl
4586           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
4587           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4588           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4589           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4590           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4591           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
4592 ____________________________________________________________________________
4593 [  4232] By: jhi                                   on 1999/09/26  09:53:43
4594         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4595              To: Mailing list Perl5 <perl5-porters@perl.org>
4596              Subject: [PATCH 5.005_61] teach xsubpp function pointers
4597              Date: Sun, 26 Sep 1999 01:36:09 -0400
4598              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
4599              
4600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4601              To: Mailing list Perl5 <perl5-porters@perl.org>
4602              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
4603              Date: Sun, 26 Sep 1999 03:00:50 -0400
4604              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
4605      Branch: cfgperl
4606            ! lib/ExtUtils/xsubpp utils/h2xs.PL
4607 ____________________________________________________________________________
4608 [  4231] By: jhi                                   on 1999/09/26  09:48:49
4609         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4610              To: perl5-porters@perl.org
4611              Subject: misprint in perlguts
4612              Date: Sun, 26 Sep 1999 12:48:36 +0400
4613              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
4614      Branch: cfgperl
4615            ! pod/perlguts.pod
4616 ____________________________________________________________________________
4617 [  4230] By: gsar                                  on 1999/09/26  00:50:08
4618         Log: add $installarchlib/CORE to default linker search path on windows
4619      Branch: perl
4620            ! win32/Makefile win32/makefile.mk
4621 ____________________________________________________________________________
4622 [  4229] By: gsar                                  on 1999/09/25  20:05:03
4623         Log: support C<use Shell> on Windows (reworked a patch suggested
4624              by Jenda Krynicky <Jenda@McCann.cz>)
4625      Branch: perl
4626            ! lib/Shell.pm
4627 ____________________________________________________________________________
4628 [  4228] By: gsar                                  on 1999/09/25  07:03:34
4629         Log: integrate cfgperl contents into mainline
4630      Branch: perl
4631           +> hints/svr5.sh
4632           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
4633           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4634           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
4635           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
4636 ____________________________________________________________________________
4637 [  4227] By: gsar                                  on 1999/09/25  06:44:47
4638         Log: From: Larry Wall <larry@wall.org>
4639              Date: Fri, 24 Sep 1999 21:59:37 PDT
4640              Message-Id: <199909250459.VAA27506@kiev.wall.org>
4641              Subject: Re: [PATCH 5.005_61] "our" declarations
4642      Branch: perl
4643            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
4644            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
4645            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
4646            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
4647            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
4648            ! utils/h2xs.PL
4649 ____________________________________________________________________________
4650 [  4226] By: jhi                                   on 1999/09/24  23:10:52
4651         Log: Integrate with Sarathy.
4652      Branch: cfgperl
4653           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4654           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
4655           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
4656 ____________________________________________________________________________
4657 [  4225] By: gsar                                  on 1999/09/24  18:19:54
4658         Log: avoid infinite recursive exec()s of perl.exe when shebang
4659              contains "Perl" rather than "perl" on DOSISH platforms
4660      Branch: perl
4661            ! toke.c
4662 ____________________________________________________________________________
4663 [  4224] By: gsar                                  on 1999/09/24  16:09:23
4664         Log: support cygwin and other platforms that link to import libraries
4665              rather than directly with shared libraries (from a suggestion
4666              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
4667      Branch: perl
4668            ! utils/perlcc.PL
4669 ____________________________________________________________________________
4670 [  4223] By: gsar                                  on 1999/09/24  05:05:06
4671         Log: normalize time for strftime() (without the isdst effects of
4672              mktime()) using a custom mini_mktime()
4673              From: spider-perl@Orb.Nashua.NH.US
4674              Date: Thu, 23 Sep 1999 17:54:53 -0400
4675              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
4676              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
4677      Branch: perl
4678            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4679            ! ext/POSIX/hints/linux.pl t/lib/posix.t
4680 ____________________________________________________________________________
4681 [  4222] By: gsar                                  on 1999/09/23  06:44:42
4682         Log: change "#" to a comment starter in pack templates; "/" now
4683              used for specifying counted types
4684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4685              Date: Wed, 22 Sep 1999 19:41:30 -0400
4686              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
4687              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
4688      Branch: perl
4689            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4690 ____________________________________________________________________________
4691 [  4221] By: gsar                                  on 1999/09/23  06:26:54
4692         Log: From: Vishal Bhatia <vishal@gol.com>
4693              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
4694              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
4695              Subject: [patch _61] perlcc changes
4696      Branch: perl
4697            ! utils/perlcc.PL
4698 ____________________________________________________________________________
4699 [  4220] By: gsar                                  on 1999/09/23  01:12:24
4700         Log: add include guard
4701      Branch: perl
4702            ! XSUB.h
4703 ____________________________________________________________________________
4704 [  4219] By: jhi                                   on 1999/09/22  20:38:15
4705         Log: Cleanup cleanup.
4706      Branch: cfgperl
4707            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
4708 ____________________________________________________________________________
4709 [  4218] By: jhi                                   on 1999/09/22  19:26:58
4710         Log: Tweak the equivalence tables once again.
4711      Branch: cfgperl
4712            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4713            ! lib/unicode/mktables.PL
4714 ____________________________________________________________________________
4715 [  4215] By: jhi                                   on 1999/09/22  06:47:03
4716         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4717              To: Mailing list Perl5 <perl5-porters@perl.org>
4718              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
4719              Date: Tue, 21 Sep 1999 19:50:00 -0400
4720              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
4721              
4722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4723              To: Mailing list Perl5 <perl5-porters@perl.org>
4724              Subject: [PATCH 5.005_61] More verbose -Mre=debug
4725              Date: Tue, 21 Sep 1999 22:29:55 -0400
4726              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
4727      Branch: cfgperl
4728            ! regcomp.c regexec.c
4729 ____________________________________________________________________________
4730 [  4214] By: jhi                                   on 1999/09/21  21:08:43
4731         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
4732              Reply-To: gerberb@zenez.com
4733              To: perl5-porters@perl.org
4734              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
4735              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
4736              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
4737              
4738              (Snipped away the last lines of svr5.sh a la change #3725)
4739      Branch: cfgperl
4740            + hints/svr5.sh
4741            ! Configure MANIFEST config_h.SH hints/sco.sh
4742      Branch: metaconfig
4743            ! U/modified/Cppsym.U U/modified/Oldconfig.U
4744 ____________________________________________________________________________
4745 [  4213] By: jhi                                   on 1999/09/21  20:48:01
4746         Log: From: Kragen Sitaker <kragen@dnaco.net>
4747              To: perl5-porters@perl.org
4748              Subject: [ID 19990921.013] accidental list context in perlfaq9
4749              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
4750              Reply-To: kragen@pobox.com
4751              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
4752      Branch: cfgperl
4753            ! pod/perlfaq9.pod
4754 ____________________________________________________________________________
4755 [  4212] By: jhi                                   on 1999/09/20  19:55:42
4756         Log: Integrate with Sarathy.
4757      Branch: cfgperl
4758           +> README.Y2K
4759           !> Changes MANIFEST
4760 ____________________________________________________________________________
4761 [  4211] By: jhi                                   on 1999/09/20  19:44:44
4762         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
4763      Branch: cfgperl
4764            ! Configure config_h.SH pod/perldelta.pod
4765      Branch: metaconfig/U/perl
4766            ! use64bits.U uselfs.U uselongdbl.U
4767 ____________________________________________________________________________
4768 [  4210] By: jhi                                   on 1999/09/20  19:38:26
4769         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
4770      Branch: cfgperl
4771            ! Configure config_h.SH
4772      Branch: metaconfig
4773            ! U/modified/Options.U
4774 ____________________________________________________________________________
4775 [  4209] By: gsar                                  on 1999/09/20  19:35:39
4776         Log: integrate cfgperl changes into mainline
4777      Branch: perl
4778           +> lib/unicode/Unicode.html
4779            ! Changes
4780           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4781           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
4782 ____________________________________________________________________________
4783 [  4208] By: gsar                                  on 1999/09/20  18:28:44
4784         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
4785      Branch: perl
4786            + README.Y2K
4787            ! MANIFEST
4788 ____________________________________________________________________________
4789 [  4207] By: jhi                                   on 1999/09/20  11:06:13
4790         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
4791      Branch: cfgperl
4792            ! pod/perldelta.pod
4793 ____________________________________________________________________________
4794 [  4206] By: jhi                                   on 1999/09/20  09:53:15
4795         Log: Do not test for gccish things in non-gccish platforms.
4796      Branch: cfgperl
4797            ! Configure config_h.SH
4798      Branch: metaconfig
4799            ! U/compline/ccflags.U
4800 ____________________________________________________________________________
4801 [  4205] By: jhi                                   on 1999/09/20  09:41:22
4802         Log: Prompt for uselfs.
4803      Branch: cfgperl
4804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4805            ! config_h.SH
4806      Branch: metaconfig
4807            ! U/mksample
4808      Branch: metaconfig/U/perl
4809            ! use64bits.U uselfs.U
4810 ____________________________________________________________________________
4811 [  4204] By: jhi                                   on 1999/09/20  09:09:29
4812         Log: Add usemorebits and uselfs.
4813      Branch: cfgperl
4814            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4815            ! config_h.SH doio.c perl.h
4816      Branch: metaconfig/U/perl
4817            + uselfs.U usemorebits.U
4818            ! use64bits.U uselongdbl.U
4819 ____________________________________________________________________________
4820 [  4203] By: jhi                                   on 1999/09/20  07:48:48
4821         Log: Dethinko.
4822      Branch: cfgperl
4823            ! pod/perlfunc.pod
4824 ____________________________________________________________________________
4825 [  4202] By: jhi                                   on 1999/09/20  07:33:32
4826         Log: Fix a bug in the description of endianness.  Reported in
4827              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4828              To: perl5-porters@perl.org
4829              Subject: BUG: perldoc -f pack
4830              Date: Mon, 20 Sep 1999 09:43:49 +0400
4831              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
4832      Branch: cfgperl
4833            ! pod/perlfunc.pod
4834 ____________________________________________________________________________
4835 [  4201] By: jhi                                   on 1999/09/20  07:01:26
4836         Log: Integrate with Sarathy.
4837      Branch: cfgperl
4838           +> t/op/args.t
4839           !> (integrate 31 files)
4840 ____________________________________________________________________________
4841 [  4200] By: gsar                                  on 1999/09/20  03:45:06
4842         Log: From: Russ Allbery <rra@stanford.edu>
4843              Date: 19 Aug 1999 04:35:44 -0700
4844              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
4845              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
4846      Branch: perl
4847            ! lib/File/Find.pm
4848 ____________________________________________________________________________
4849 [  4199] By: gsar                                  on 1999/09/20  03:27:49
4850         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
4851      Branch: perl
4852            ! ext/B/B/Terse.pm
4853 ____________________________________________________________________________
4854 [  4198] By: gsar                                  on 1999/09/20  03:25:25
4855         Log: add arenas for managing allocations of remaining xpv*v structures
4856              From: Vishal Bhatia <vishal@gol.com>
4857              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
4858              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
4859              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
4860      Branch: perl
4861            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
4862            ! proto.h sv.c
4863 ____________________________________________________________________________
4864 [  4197] By: gsar                                  on 1999/09/20  03:06:10
4865         Log: queue errors due to strictures rather than printing them as
4866              warnings; symbols that violate strictures do *not* end up in
4867              the symbol table anyway, making multiple evals of the same piece
4868              of code produce the same errors; errors indicate all locations
4869              of a global symbol rather than just the first one; these
4870              changes make compile-time failures within evals reliably
4871              visible via the return value or contents of $@, and trappable
4872              using __DIE__ hooks
4873      Branch: perl
4874            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
4875            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
4876            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
4877            ! t/pragma/strict-vars thrdvar.h toke.c util.c
4878 ____________________________________________________________________________
4879 [  4196] By: gsar                                  on 1999/09/19  22:14:29
4880         Log: control change#1914 via hints (causes problems on some platforms)
4881      Branch: perl
4882            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4883            ! ext/POSIX/hints/linux.pl
4884 ____________________________________________________________________________
4885 [  4195] By: gsar                                  on 1999/09/19  21:30:18
4886         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
4887              in passing around references to @_, eg C<sub foo { \@_ }>; add
4888              tests for the same
4889      Branch: perl
4890            + t/op/args.t
4891            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
4892 ____________________________________________________________________________
4893 [  4194] By: jhi                                   on 1999/09/18  18:57:45
4894         Log: Integrate with Sarathy.
4895      Branch: cfgperl
4896           !> opcode.h opcode.pl
4897 ____________________________________________________________________________
4898 [  4193] By: nick                                  on 1999/09/18  15:24:56
4899         Log: Re-integrate mainline
4900              Basic SvUTF8 stuff in headers, no functional changes yet.
4901      Branch: utfperl
4902            + lib/byte.pm lib/byte_heavy.pl
4903           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
4904           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
4905           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
4906           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
4907           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
4908           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
4909           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
4910           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
4911           +> lib/unicode/Names.txt lib/unicode/Props.txt
4912           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
4913           +> t/lib/bigfltpm.t
4914            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
4915            - lib/unicode/blocks.txt lib/unicode/index2.txt
4916            - lib/unicode/jamo2.txt lib/unicode/names2.txt
4917            - lib/unicode/props2.txt lib/unicode/readme.txt
4918            - t/lib/bigfloatpm.t
4919            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
4920            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
4921            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
4922            ! warnings.h
4923           !> (integrate 142 files)
4924 ____________________________________________________________________________
4925 [  4192] By: gsar                                  on 1999/09/18  15:11:47
4926         Log: more op description tweaks
4927      Branch: perl
4928            ! opcode.h opcode.pl
4929 ____________________________________________________________________________
4930 [  4191] By: jhi                                   on 1999/09/18  07:47:16
4931         Log: Integrate with Sarathy.
4932      Branch: cfgperl
4933           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4934           !> t/pragma/warn/op
4935 ____________________________________________________________________________
4936 [  4190] By: jhi                                   on 1999/09/18  07:35:45
4937         Log: Add description of the Unicode database files.
4938      Branch: cfgperl
4939            + lib/unicode/Unicode.html
4940 ____________________________________________________________________________
4941 [  4189] By: gsar                                  on 1999/09/18  03:14:58
4942         Log: tweak some op names in change#4177 (will any of this break code that
4943              gropes $@ ?)
4944      Branch: perl
4945            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
4946            ! t/pragma/warn/op
4947 ____________________________________________________________________________
4948 [  4188] By: jhi                                   on 1999/09/17  21:30:08
4949         Log: Pick up the typo fix.
4950      Branch: cfgperl
4951           !> t/io/open.t
4952 ____________________________________________________________________________
4953 [  4187] By: gsar                                  on 1999/09/17  21:13:55
4954         Log: fix typo
4955      Branch: perl
4956            ! t/io/open.t
4957 ____________________________________________________________________________
4958 [  4186] By: gsar                                  on 1999/09/17  20:57:29
4959         Log: integrate cfgperl change
4960      Branch: perl
4961           !> vms/subconfigure.com
4962 ____________________________________________________________________________
4963 [  4185] By: jhi                                   on 1999/09/17  20:46:41
4964         Log: Re-apply applicable parts of #3993, #3994, and #3995.
4965      Branch: cfgperl
4966            ! vms/subconfigure.com
4967 ____________________________________________________________________________
4968 [  4184] By: gsar                                  on 1999/09/17  20:26:02
4969         Log: integrate cfgperl contents into mainline
4970      Branch: perl
4971           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
4972           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
4973           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
4974           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
4975           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
4976           +> lib/unicode/SpecCase.txt
4977            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
4978            - lib/unicode/index2.txt lib/unicode/jamo2.txt
4979            - lib/unicode/names2.txt lib/unicode/props2.txt
4980            - lib/unicode/readme.txt
4981           !> (integrate 73 files)
4982 ____________________________________________________________________________
4983 [  4183] By: jhi                                   on 1999/09/17  20:25:51
4984         Log: Integrate with Sarathy.
4985      Branch: cfgperl
4986           !> configure.com ext/ByteLoader/byterun.h
4987           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4988           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
4989           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
4990           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
4991 ____________________________________________________________________________
4992 [  4182] By: gsar                                  on 1999/09/17  20:16:28
4993         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
4994              vmsperl contents have prevailed)
4995      Branch: perl
4996           !> configure.com ext/ByteLoader/byterun.h
4997           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
4998           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
4999           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5000           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5001 ____________________________________________________________________________
5002 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5003         Log: From: Michael G Schwern <schwern@pobox.com>
5004              To: perl5-porters@perl.org
5005              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5006              Date: Thu, 19 Aug 1999 21:30:01 -0400
5007              Message-ID: <19990819213001.A22512@athens.aocn.com>
5008      Branch: cfgperl
5009            ! lib/Exporter/Heavy.pm
5010 ____________________________________________________________________________
5011 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5012         Log: perlhist additions
5013      Branch: perl
5014            ! pod/perlhist.pod
5015 ____________________________________________________________________________
5016 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5017         Log: The change #4176 should've undone only the test, not the code patch.
5018      Branch: cfgperl
5019            ! doio.c
5020 ____________________________________________________________________________
5021 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5022         Log: From: Ian Phillipps <ian@dial.pipex.com>
5023              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5024              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5025              Date: Sat, 21 Aug 1999 12:36:12 +0100
5026              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5027      Branch: cfgperl
5028            ! pod/perlsyn.pod
5029 ____________________________________________________________________________
5030 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5031         Log: More descriptive names for operators.
5032              
5033              From: Michael G Schwern <schwern@pobox.com>
5034              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5035              Cc: perl5-porters@perl.org
5036              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5037              Date: Tue, 17 Aug 1999 18:35:45 -0400
5038              Message-ID: <19990817183545.A23073@toldyouso.com>
5039              
5040              From: Michael G Schwern <schwern@pobox.com>
5041              To: perl5-porters@perl.org
5042              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5043              Date: Wed, 18 Aug 1999 03:53:38 -0400
5044              Message-ID: <19990818035337.A31505@athens.aocn.com>
5045      Branch: cfgperl
5046            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5047            ! t/pragma/warn/op t/pragma/warn/sv
5048 ____________________________________________________________________________
5049 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5050         Log: Take away the infamous io/dup.t #7.
5051              It seems there simply is no way to portably
5052              "flush" an input file handle.
5053      Branch: cfgperl
5054            ! doio.c t/io/dup.t
5055 ____________________________________________________________________________
5056 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5057         Log: From: Barrie Slaymaker <barries@slaysys.com>
5058              To: perl5-porters@perl.org
5059              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5060              Date: Fri, 17 Sep 1999 11:16:48 -0400
5061              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5062      Branch: cfgperl
5063            ! lib/Benchmark.pm
5064 ____________________________________________________________________________
5065 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5066         Log: UNICOS does support large files but doesn't support sparse files
5067              so we cannot easily test for large file support.
5068      Branch: cfgperl
5069            ! t/lib/syslfs.t t/op/lfs.t
5070 ____________________________________________________________________________
5071 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5072         Log: UNICOS has sloppy division/modulo for floating point numbers.
5073      Branch: cfgperl
5074            ! t/op/arith.t
5075 ____________________________________________________________________________
5076 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5077         Log: Portable blocksize (replaces #4171).
5078      Branch: cfgperl
5079            ! t/lib/syslfs.t t/op/lfs.t
5080 ____________________________________________________________________________
5081 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5082         Log: (replaced by #4172)
5083      Branch: cfgperl
5084            ! t/lib/syslfs.t t/op/lfs.t
5085 ____________________________________________________________________________
5086 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5087         Log: Detypo #4169.
5088      Branch: cfgperl
5089            ! t/lib/syslfs.t t/op/lfs.t
5090 ____________________________________________________________________________
5091 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5092         Log: Diagnose possible quota limits.
5093      Branch: cfgperl
5094            ! t/lib/syslfs.t t/op/lfs.t
5095 ____________________________________________________________________________
5096 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5097         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5098              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5099              does have getpgrp(void) so Perl getpgrp() is happy.
5100      Branch: cfgperl
5101            ! hints/unicos.sh
5102 ____________________________________________________________________________
5103 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5104         Log: Filesystem quotas may stop you from using large files.
5105      Branch: cfgperl
5106            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5107 ____________________________________________________________________________
5108 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5109         Log: Too strict pattern for parsing group lists.
5110      Branch: cfgperl
5111            ! t/op/groups.t
5112 ____________________________________________________________________________
5113 [  4165] By: jhi                                   on 1999/09/17  09:06:18
5114         Log: Configure maintenance. It's sigaction.sa_flags
5115              and the Glossary regen'ed.
5116      Branch: cfgperl
5117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5118            ! config_h.SH
5119      Branch: metaconfig
5120            ! U/compline/d_sigaction.U
5121 ____________________________________________________________________________
5122 [  4164] By: jhi                                   on 1999/09/15  06:57:51
5123         Log: Integrate with Sarathy.
5124      Branch: cfgperl
5125           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5126           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5127           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5128           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
5129           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
5130           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
5131           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
5132           !> jpl/PerlInterpreter/Makefile.PL
5133           !> jpl/PerlInterpreter/PerlInterpreter.c
5134           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5135           !> jpl/Sample/Makefile.PL jpl/install-jpl
5136           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
5137           !> t/op/pat.t
5138 ____________________________________________________________________________
5139 [  4163] By: gsar                                  on 1999/09/15  05:17:27
5140         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
5141      Branch: perl
5142            ! lib/File/Spec/Functions.pm
5143 ____________________________________________________________________________
5144 [  4162] By: gsar                                  on 1999/09/15  05:09:14
5145         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
5146      Branch: perl
5147            ! Changes embed.h embed.pl
5148 ____________________________________________________________________________
5149 [  4161] By: gsar                                  on 1999/09/15  04:08:25
5150         Log: missing perlhist dates from Jeff Okamoto
5151      Branch: perl
5152            ! pod/perlhist.pod
5153 ____________________________________________________________________________
5154 [  4160] By: gsar                                  on 1999/09/15  03:13:08
5155         Log: jpl tweak
5156      Branch: perl
5157            ! MANIFEST jpl/JNI/Makefile.PL
5158 ____________________________________________________________________________
5159 [  4159] By: gsar                                  on 1999/09/15  02:57:08
5160         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
5161              Jepson <bjepson@home.com>)
5162      Branch: perl
5163            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5164            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5165            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5166            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
5167            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5168            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
5169            ! jpl/PerlInterpreter/Makefile.PL
5170            ! jpl/PerlInterpreter/PerlInterpreter.c
5171            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5172            ! jpl/Sample/Makefile.PL jpl/install-jpl
5173 ____________________________________________________________________________
5174 [  4158] By: gsar                                  on 1999/09/15  01:27:14
5175         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5176              Date:    Tue, 14 Sep 1999 21:26:15 EDT
5177              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
5178              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
5179      Branch: perl
5180            ! regexec.c t/op/pat.t
5181 ____________________________________________________________________________
5182 [  4157] By: jhi                                   on 1999/09/14  21:18:09
5183         Log: config.h will define USE_64_BITS if need be.
5184      Branch: cfgperl
5185            ! hints/irix_6.sh
5186 ____________________________________________________________________________
5187 [  4156] By: jhi                                   on 1999/09/14  20:30:00
5188         Log: Change #4149 necessitates also a small code change.
5189      Branch: cfgperl
5190            ! ext/B/defsubs_h.PL
5191 ____________________________________________________________________________
5192 [  4155] By: jhi                                   on 1999/09/14  20:15:53
5193         Log: Update EPOC libdir names.
5194      Branch: cfgperl
5195            ! epoc/config.h
5196 ____________________________________________________________________________
5197 [  4154] By: jhi                                   on 1999/09/14  20:13:41
5198         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
5199              deceased HAS.*DBM.*64 mumblings.
5200      Branch: cfgperl
5201            ! Configure config_h.SH epoc/config.h
5202 ____________________________________________________________________________
5203 [  4153] By: jhi                                   on 1999/09/14  20:04:53
5204         Log: Configure nits.
5205      Branch: cfgperl
5206            ! Configure config_h.SH
5207      Branch: metaconfig
5208            ! U/compline/d_sigaction.U U/threads/i_pthread.U
5209 ____________________________________________________________________________
5210 [  4152] By: jhi                                   on 1999/09/14  19:30:22
5211         Log: Integrate with Sarathy.
5212      Branch: cfgperl
5213           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5214            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5215           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5216           !> win32/config_sh.PL
5217 ____________________________________________________________________________
5218 [  4151] By: jhi                                   on 1999/09/14  10:25:01
5219         Log: Update Unicode database and recompute the tables.
5220              Rename the .txt files to be more Unicode 3.0-like.
5221              Unihan-3.0.txt not included because it is 16 MB.
5222              syllables.txt is manually maintained.
5223              See ReadMe.txt for description of the .txt files.
5224              (not all of them are used yet)
5225      Branch: cfgperl
5226            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5227            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5228            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5229            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
5230            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
5231            + lib/unicode/SpecCase.txt
5232            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5233            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5234            - lib/unicode/names2.txt lib/unicode/props2.txt
5235            - lib/unicode/readme.txt
5236            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
5237            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
5238            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
5239            ! lib/unicode/Decomposition.pl
5240            ! lib/unicode/In/ArabicPresentationForms-B.pl
5241            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
5242            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5243            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
5244            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
5245            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
5246            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
5247            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
5248            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
5249            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
5250            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
5251            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
5252            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
5253            ! lib/unicode/mktables.PL
5254 ____________________________________________________________________________
5255 [  4150] By: gsar                                  on 1999/09/14  09:31:57
5256         Log: INSTALL tweak
5257      Branch: perl
5258            ! INSTALL
5259 ____________________________________________________________________________
5260 [  4149] By: gsar                                  on 1999/09/14  09:00:45
5261         Log: change some filenames to be 8.3-friendly
5262      Branch: perl
5263           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
5264            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
5265            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
5266 ____________________________________________________________________________
5267 [  4148] By: gsar                                  on 1999/09/14  08:35:00
5268         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
5269      Branch: perl
5270            ! win32/config_sh.PL
5271 ____________________________________________________________________________
5272 [  4147] By: jhi                                   on 1999/09/14  08:07:49
5273         Log: Not that UVSIZE normally differs that much from IVSIZE...
5274      Branch: cfgperl
5275            ! perl.h
5276 ____________________________________________________________________________
5277 [  4146] By: jhi                                   on 1999/09/14  08:04:40
5278         Log: Integrate with Sarathy.
5279      Branch: cfgperl
5280           !> Changes ext/DB_File/DB_File.xs
5281 ____________________________________________________________________________
5282 [  4145] By: jhi                                   on 1999/09/14  07:10:02
5283         Log: I_PTHREAD was PTHREADEAD.
5284      Branch: cfgperl
5285            ! Configure config_h.SH
5286      Branch: metaconfig
5287            ! U/threads/i_pthread.U
5288 ____________________________________________________________________________
5289 [  4144] By: gsar                                  on 1999/09/14  06:46:47
5290         Log: change#4113 was missing DB_File.xs changes
5291      Branch: perl
5292            ! ext/DB_File/DB_File.xs
5293 ____________________________________________________________________________
5294 [  4143] By: jhi                                   on 1999/09/13  20:16:20
5295         Log: Small doc and whitespace edits.
5296      Branch: cfgperl
5297            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5298            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5299            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5300            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5301            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5302            ! pod/perldelta.pod
5303 ____________________________________________________________________________
5304 [  4142] By: gsar                                  on 1999/09/13  19:32:31
5305         Log: integrate cfgperl contents into mainline, update Changes
5306      Branch: perl
5307           +> ext/DB_File/version.c
5308            ! Changes
5309           !> (integrate 44 files)
5310 ____________________________________________________________________________
5311 [  4141] By: jhi                                   on 1999/09/13  16:16:56
5312         Log: Scan for <pthread.h> always.
5313      Branch: cfgperl
5314            ! Configure config_h.SH perl.h
5315      Branch: metaconfig
5316            ! U/threads/i_pthread.U
5317 ____________________________________________________________________________
5318 [  4140] By: jhi                                   on 1999/09/13  16:00:08
5319         Log: Integrate with Sarathy.
5320      Branch: cfgperl
5321           !> (integrate 27 files)
5322 ____________________________________________________________________________
5323 [  4139] By: jhi                                   on 1999/09/13  15:35:18
5324         Log: Add -A option to Configure to diddle with variables
5325              after the hints file has been applied.
5326      Branch: cfgperl
5327            ! Configure config_h.SH
5328      Branch: metaconfig
5329            ! U/modified/Oldconfig.U U/modified/Options.U
5330 ____________________________________________________________________________
5331 [  4138] By: jhi                                   on 1999/09/13  13:42:56
5332         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
5333      Branch: cfgperl
5334            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5335            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5336            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
5337            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5338            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5339 ____________________________________________________________________________
5340 [  4137] By: jhi                                   on 1999/09/13  13:25:31
5341         Log: Applying change #4136 manually introduced patch residue.
5342      Branch: cfgperl
5343            ! perl.h
5344 ____________________________________________________________________________
5345 [  4136] By: jhi                                   on 1999/09/13  13:23:04
5346         Log: Replace change #4100 with
5347              From: Robin Barker <rmb1@cise.npl.co.uk>
5348              To: gsar@activestate.com
5349              Cc: perl5-porters@perl.org
5350              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
5351              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
5352              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
5353      Branch: cfgperl
5354            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5355            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5356            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5357            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5358            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5359 ____________________________________________________________________________
5360 [  4135] By: jhi                                   on 1999/09/13  10:22:31
5361         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5362              To: perl5-porters@perl.org (Mailing list Perl5)
5363              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5364              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
5365              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
5366              
5367              From: andreas.koenig@anima.de (Andreas J. Koenig)
5368              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5369              Cc: perl5-porters@perl.org (Mailing list Perl5)
5370              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
5371              Date: 11 Sep 1999 15:36:26 +0200
5372              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
5373      Branch: cfgperl
5374            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
5375 ____________________________________________________________________________
5376 [  4134] By: jhi                                   on 1999/09/13  10:20:14
5377         Log: From: Tom Phoenix <rootbeer@redcat.com>
5378              To: Perl Porters Mailing List <perl5-porters@perl.org>
5379              Subject: [DOCPATCH] Server errors and perldiag
5380              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
5381              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
5382      Branch: cfgperl
5383            ! pod/perldiag.pod
5384 ____________________________________________________________________________
5385 [  4133] By: gsar                                  on 1999/09/13  03:25:43
5386         Log: avoid assertion failure on C<@a'>
5387      Branch: perl
5388            ! toke.c
5389 ____________________________________________________________________________
5390 [  4132] By: gsar                                  on 1999/09/13  03:03:57
5391         Log: add -DPERL_Y2KWARN build option that will generate additional
5392              warnings on "19$yy" etc (reworked a patch suggested by
5393              Ulrich Pfeifer <upf@de.uu.net>)
5394      Branch: perl
5395            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
5396            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
5397 ____________________________________________________________________________
5398 [  4131] By: gsar                                  on 1999/09/12  22:06:25
5399         Log: fix DATA leaks; reword documentation about the DATA filehandle
5400      Branch: perl
5401            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
5402 ____________________________________________________________________________
5403 [  4130] By: gsar                                  on 1999/09/12  20:08:56
5404         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
5405              formatted result looks nonstandard
5406      Branch: perl
5407            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
5408            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5409            ! t/pragma/locale.t thrdvar.h
5410 ____________________________________________________________________________
5411 [  4129] By: gsar                                  on 1999/09/12  17:04:11
5412         Log: From: Doug MacEachern <dougm@cp.net>
5413              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
5414              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
5415              Subject: [PATCH 5.005_57] B::clearsym
5416      Branch: perl
5417            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
5418 ____________________________________________________________________________
5419 [  4128] By: gsar                                  on 1999/09/12  16:59:12
5420         Log: better debugger help output (from Ilya Zakharevich)
5421      Branch: perl
5422            ! lib/perl5db.pl
5423 ____________________________________________________________________________
5424 [  4127] By: jhi                                   on 1999/09/11  20:50:37
5425         Log: Integrate with Sarathy.
5426      Branch: cfgperl
5427           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
5428           +> t/lib/gol-linkage.t
5429           !> (integrate 43 files)
5430 ____________________________________________________________________________
5431 [  4126] By: nick                                  on 1999/09/10  20:44:22
5432         Log: Get resolve -at mainline
5433      Branch: utfperl
5434           +> (branch 297 files)
5435            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
5436            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
5437            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
5438            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
5439            - t/pragma/warn-1global t/pragma/warning.t thread.sym
5440            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5441            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
5442            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
5443            - win32/makeperldef.pl win32/perlhost.h
5444           !> (integrate 847 files)
5445 ____________________________________________________________________________
5446 [  4125] By: gsar                                  on 1999/09/10  19:22:14
5447         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
5448              etc.)
5449      Branch: perl
5450            ! XSUB.h pp.h
5451 ____________________________________________________________________________
5452 [  4124] By: gsar                                  on 1999/09/10  19:14:35
5453         Log: rewrote substantive parts of patch
5454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5455              Date: Fri, 27 Aug 1999 19:02:18 -0400
5456              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
5457              Subject: [PATCH 5.005_58] REx documentation
5458      Branch: perl
5459            ! pod/perlre.pod
5460 ____________________________________________________________________________
5461 [  4123] By: gsar                                  on 1999/09/10  18:21:53
5462         Log: note about AVf_*
5463      Branch: perl
5464            ! av.h
5465 ____________________________________________________________________________
5466 [  4122] By: gsar                                  on 1999/09/10  17:55:42
5467         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
5468              <lichtin@bivio.com>)
5469      Branch: perl
5470            ! lib/Pod/Html.pm
5471 ____________________________________________________________________________
5472 [  4121] By: gsar                                  on 1999/09/10  17:49:35
5473         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
5474      Branch: perl
5475            ! AUTHORS Changes README.dos djgpp/config.over
5476            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
5477            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
5478            ! pod/podselect.PL sv.h t/io/openpid.t util.c
5479 ____________________________________________________________________________
5480 [  4120] By: gsar                                  on 1999/09/10  12:25:01
5481         Log: add perlcompile.pod (edited content from Nathan Torkington
5482              <gnat@frii.com> and others)
5483      Branch: perl
5484            + pod/perlcompile.pod
5485            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
5486 ____________________________________________________________________________
5487 [  4119] By: gsar                                  on 1999/09/10  11:05:13
5488         Log: avoid leaking static local_patches unless patchlevel.h is
5489              explicitly included
5490      Branch: perl
5491            ! patchlevel.h perl.c
5492 ____________________________________________________________________________
5493 [  4118] By: gsar                                  on 1999/09/10  10:44:54
5494         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
5495              <jvromans@squirrel.nl>)
5496      Branch: perl
5497            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
5498            ! Changes MANIFEST lib/Getopt/Long.pm
5499 ____________________________________________________________________________
5500 [  4116] By: jhi                                   on 1999/09/09  15:56:52
5501         Log: perldeltify change #4115.
5502      Branch: cfgperl
5503            ! pod/perldelta.pod
5504 ____________________________________________________________________________
5505 [  4115] By: jhi                                   on 1999/09/09  15:48:56
5506         Log: From: "John L. Allen" <allen@grumman.com> 
5507              To: perl5-porters@perl.org 
5508              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
5509              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
5510              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
5511      Branch: cfgperl
5512            ! lib/Time/Local.pm
5513 ____________________________________________________________________________
5514 [  4114] By: jhi                                   on 1999/09/09  15:42:30
5515         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5516              To: perl5-porters@perl.org
5517              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
5518              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
5519              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
5520      Branch: cfgperl
5521            ! pp_sys.c
5522 ____________________________________________________________________________
5523 [  4113] By: jhi                                   on 1999/09/09  10:17:45
5524         Log: From: paul.marquess@bt.com
5525              To: gsar@ActiveState.com
5526              Cc: perl5-porters@perl.org
5527              Subject: [PATCH 5.005_61] DB_File 1.71
5528              Date: Thu, 9 Sep 1999 11:20:13 +0100
5529              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
5530      Branch: cfgperl
5531            + ext/DB_File/version.c
5532            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
5533            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
5534            ! t/lib/db-btree.t
5535 ____________________________________________________________________________
5536 [  4112] By: jhi                                   on 1999/09/09  09:05:32
5537         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5538              To: perl5-porters@perl.org (Mailing list Perl5)
5539              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
5540              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
5541              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
5542      Branch: cfgperl
5543            ! regexec.c t/op/pat.t
5544 ____________________________________________________________________________
5545 [  4110] By: jhi                                   on 1999/09/09  07:29:17
5546         Log: Tidy up 64-bit situation in perldelta.
5547      Branch: cfgperl
5548            ! pod/perldelta.pod
5549 ____________________________________________________________________________
5550 [  4109] By: jhi                                   on 1999/09/09  07:26:53
5551         Log: Clear up PL_regcc issues.
5552              
5553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5554              To: perl5-porters@perl.org (Mailing list Perl5)
5555              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
5556              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
5557              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
5558      Branch: cfgperl
5559            ! regexec.c
5560 ____________________________________________________________________________
5561 [  4108] By: gsar                                  on 1999/09/08  20:52:51
5562         Log: avoid ass_u_ming uppercase types are not user objects (spotted
5563              by Kurt Starsinic)
5564      Branch: perl
5565            ! ext/Data/Dumper/Dumper.pm
5566 ____________________________________________________________________________
5567 [  4107] By: gsar                                  on 1999/09/08  20:35:18
5568         Log: From: akim@epita.fr (DEMAILLE Akim)
5569              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
5570              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
5571              Subject: [ID 19990908.014] s2p does not quote @
5572      Branch: perl
5573            ! x2p/s2p.PL
5574 ____________________________________________________________________________
5575 [  4106] By: gsar                                  on 1999/09/08  20:25:12
5576         Log: integrate cfgperl contents into mainline
5577      Branch: perl
5578           !> (integrate 30 files)
5579 ____________________________________________________________________________
5580 [  4105] By: jhi                                   on 1999/09/08  09:02:37
5581         Log: Minor touches at the [:class:] description.
5582      Branch: cfgperl
5583            ! pod/perlre.pod
5584 ____________________________________________________________________________
5585 [  4104] By: jhi                                   on 1999/09/08  08:57:58
5586         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5587              To: Mailing list Perl5 <perl5-porters@perl.org>
5588              Subject: [PATCH 5.005_58] Fix debugging output for REx
5589              Date: Wed, 8 Sep 1999 05:02:02 -0400
5590              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
5591      Branch: cfgperl
5592            ! regcomp.c
5593 ____________________________________________________________________________
5594 [  4103] By: gsar                                  on 1999/09/08  00:53:50
5595         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
5596      Branch: perl
5597            ! pp.c
5598 ____________________________________________________________________________
5599 [  4102] By: gsar                                  on 1999/09/08  00:52:50
5600         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
5601      Branch: perl
5602            ! cop.h pp_hot.c
5603 ____________________________________________________________________________
5604 [  4101] By: gsar                                  on 1999/09/07  17:25:07
5605         Log: various fixups for windows
5606      Branch: perl
5607            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
5608            ! win32/Makefile win32/makefile.mk xsutils.c
5609 ____________________________________________________________________________
5610 [  4100] By: jhi                                   on 1999/09/07  12:49:15
5611         Log: Fix pointer casts.
5612              
5613              From: Robin Barker <rmb1@cise.npl.co.uk>
5614              To: perl5-porters@perl.org
5615              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
5616              -Duse64bits
5617              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
5618              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
5619      Branch: cfgperl
5620            ! doio.c dump.c ext/B/B.xs ext/B/typemap
5621            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
5622            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
5623            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
5624            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
5625 ____________________________________________________________________________
5626 [  4099] By: jhi                                   on 1999/09/07  10:29:04
5627         Log: Add sig/pid/uid size and sign probes.
5628      Branch: metaconfig
5629            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5630            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5631 ____________________________________________________________________________
5632 [  4098] By: jhi                                   on 1999/09/07  10:27:06
5633         Log: Band-aid until we've got %{Uid_t} or something similar
5634              for sv_catpvfn().
5635      Branch: cfgperl
5636            ! taint.c
5637 ____________________________________________________________________________
5638 [  4097] By: jhi                                   on 1999/09/07  09:41:23
5639         Log: Fix a printf thinko: now quads must have the ll L q prefix.
5640              (in other words, a bare %d is an int/unsigned)
5641      Branch: cfgperl
5642            ! pp_sys.c sv.c t/op/64bit.t
5643 ____________________________________________________________________________
5644 [  4096] By: jhi                                   on 1999/09/07  07:36:17
5645         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
5646              
5647              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
5648              To: perl5-porters@perl.org
5649              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
5650              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
5651              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
5652      Branch: cfgperl
5653            ! hints/hpux.sh perl.h
5654 ____________________________________________________________________________
5655 [  4095] By: gsar                                  on 1999/09/06  20:47:02
5656         Log: applied suggested patch with suitable test to detect MSVC
5657              From: "Vishal Bhatia" <vishalb@my-deja.com>
5658              Date: Wed, 11 Aug 1999 01:43:28 -0700
5659              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
5660              Subject: compiler on  win32
5661      Branch: perl
5662            ! ext/B/B/C.pm
5663 ____________________________________________________________________________
5664 [  4094] By: jhi                                   on 1999/09/06  20:34:44
5665         Log: Integrate with Sarathy.
5666      Branch: cfgperl
5667           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5668           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
5669 ____________________________________________________________________________
5670 [  4093] By: jhi                                   on 1999/09/06  20:33:43
5671         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
5672              so that they overflow also on 64-bit platforms.
5673      Branch: cfgperl
5674            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
5675 ____________________________________________________________________________
5676 [  4092] By: gsar                                  on 1999/09/06  20:16:58
5677         Log: support bytecode and C backends in perlcc (patch suggested
5678              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
5679              C backend the default; describe new switches in pod; introduce
5680              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
5681              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
5682              entries
5683      Branch: perl
5684            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
5685            ! t/harness utils/Makefile utils/perlcc.PL
5686 ____________________________________________________________________________
5687 [  4091] By: jhi                                   on 1999/09/06  19:10:41
5688         Log: Integrate with Sarathy.
5689      Branch: cfgperl
5690           +> t/pragma/sub_lval.t
5691           !> (integrate 52 files)
5692 ____________________________________________________________________________
5693 [  4090] By: gsar                                  on 1999/09/06  19:09:06
5694         Log: propagate changed error text
5695      Branch: perl
5696            ! t/pragma/sub_lval.t
5697 ____________________________________________________________________________
5698 [  4089] By: gsar                                  on 1999/09/06  18:54:43
5699         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
5700      Branch: perl
5701            ! pod/perlfunc.pod
5702 ____________________________________________________________________________
5703 [  4088] By: gsar                                  on 1999/09/06  18:52:10
5704         Log: From: paul.marquess@bt.com
5705              Date: Sun, 5 Sep 1999 15:11:08 +0100 
5706              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
5707              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
5708      Branch: perl
5709            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
5710            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5711            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
5712            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
5713            ! toke.c
5714 ____________________________________________________________________________
5715 [  4087] By: gsar                                  on 1999/09/06  18:06:06
5716         Log: change#3612 is buggy when quotemeta argument matches target
5717              (hope this is the last of the optimized-OP_SASSIGN bugs)
5718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5719              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
5720              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
5721              Subject: Re: [BUG: quotemeta]
5722      Branch: perl
5723            ! Changes op.c t/op/lex_assign.t
5724 ____________________________________________________________________________
5725 [  4086] By: gsar                                  on 1999/09/06  17:57:52
5726         Log: misc tweaks
5727      Branch: perl
5728            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
5729 ____________________________________________________________________________
5730 [  4085] By: gsar                                  on 1999/09/06  03:54:23
5731         Log: applied patch suggested by Hans Mulder to fix problems on
5732              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
5733              when they ask for bincompat (platforms that used to default
5734              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
5735              (appears unsalvageable on some platforms)
5736      Branch: perl
5737            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
5738 ____________________________________________________________________________
5739 [  4084] By: bailey                                on 1999/09/06  02:39:11
5740         Log: Integrate mainline 5.05_61
5741      Branch: vmsperl
5742           +> (branch 32 files)
5743            - lib/unicode/EthiopicSyllables.txt
5744            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
5745            - warning.pl
5746            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5747            ! vms/perly_h.vms vms/vms.c
5748           !> (integrate 346 files)
5749 ____________________________________________________________________________
5750 [  4083] By: gsar                                  on 1999/09/06  00:10:40
5751         Log: optional warning on join(/foo/...) (reworked suggested patch
5752              by Mark-Jason Dominus <mjd@plover.com>)
5753      Branch: perl
5754            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
5755            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
5756            ! pp_proto.h t/pragma/warn/op
5757 ____________________________________________________________________________
5758 [  4082] By: gsar                                  on 1999/09/05  22:28:57
5759         Log: fix data loss when more than one block is read from SDBM
5760              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
5761      Branch: perl
5762            ! ext/SDBM_File/sdbm/sdbm.c
5763 ____________________________________________________________________________
5764 [  4081] By: gsar                                  on 1999/09/05  22:07:18
5765         Log: initial implementation of lvalue subroutines (slightly fixed
5766              version of patch suggested by Ilya Zakharevich, which in turn
5767              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
5768      Branch: perl
5769            + t/pragma/sub_lval.t
5770            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
5771            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
5772            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
5773            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
5774            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
5775 ____________________________________________________________________________
5776 [  4080] By: jhi                                   on 1999/09/05  22:02:18
5777         Log: Undo #4055 (related to #4079).
5778      Branch: cfgperl
5779            ! pod/perlop.pod
5780 ____________________________________________________________________________
5781 [  4079] By: jhi                                   on 1999/09/05  21:30:54
5782         Log: Time is not yet ripe.
5783      Branch: cfgperl
5784            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
5785 ____________________________________________________________________________
5786 [  4078] By: gsar                                  on 1999/09/05  18:17:32
5787         Log: modified suggested patch to handle cross-refs and qr// objects
5788              correctly; unfollowed refs are represented as simple string
5789              value, not just the bare type; $VERSION stays the same until
5790              it is ready for prime time (avoids CPAN confustication)
5791              From:    John Nolan <jpnolan@Op.Net>
5792              Date:    Wed, 04 Aug 1999 20:21:10 EDT
5793              Message-Id: <199908050021.UAA09693@monet.op.net>
5794              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
5795      Branch: perl
5796            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5797            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
5798 ____________________________________________________________________________
5799 [  4077] By: jhi                                   on 1999/09/04  21:54:42
5800         Log: timesum() wasn't @EXPORTed as promised by the documentation.
5801              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
5802      Branch: cfgperl
5803            ! lib/Benchmark.pm
5804 ____________________________________________________________________________
5805 [  4076] By: gsar                                  on 1999/09/04  20:21:59
5806         Log: integrate cfgperl contents into mainline
5807      Branch: perl
5808           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
5809           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
5810           +> warnings.h warnings.pl xsutils.c
5811            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
5812           !> (integrate 109 files)
5813 ____________________________________________________________________________
5814 [  4075] By: jhi                                   on 1999/09/04  18:04:47
5815         Log: use integer on the problematic subtest.
5816      Branch: cfgperl
5817            ! t/op/misc.t
5818 ____________________________________________________________________________
5819 [  4074] By: jhi                                   on 1999/09/04  17:57:40
5820         Log: Warn about numconvert.t in case somebody
5821              wants to make sv_2pv more 64-bit aware.
5822      Branch: cfgperl
5823            ! sv.c
5824 ____________________________________________________________________________
5825 [  4073] By: jhi                                   on 1999/09/04  17:54:51
5826         Log: Comment upgrading: the quad situation isn't quite as
5827              bad as it used to be.
5828      Branch: cfgperl
5829            ! perl.h
5830 ____________________________________________________________________________
5831 [  4072] By: jhi                                   on 1999/09/04  15:35:37
5832         Log: Integrate with Sarathy.
5833      Branch: cfgperl
5834           !> win32/win32.c
5835 ____________________________________________________________________________
5836 [  4071] By: jhi                                   on 1999/09/04  15:28:11
5837         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
5838              
5839              From: Robin Barker <rmb1@cise.npl.co.uk>
5840              To: perl5-porters@perl.org
5841              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
5842              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
5843              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
5844              
5845              and later (in private email) found to be dependent
5846              on useperlio.
5847              
5848              Mental note: the cpp magic done in perlsdio.h (and assumedly
5849              also in perlsfio.h) may cause trouble later with lfs because
5850              both the perlio scheme by Perl and the lfs support by vendors
5851              like to play cpp games to map the stdio namespace back and forth.
5852              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
5853              just the beginning.
5854      Branch: cfgperl
5855            ! perlio.c
5856 ____________________________________________________________________________
5857 [  4070] By: jhi                                   on 1999/09/04  13:12:14
5858         Log: Enable 64-bit clean bit ops.
5859              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
5860      Branch: cfgperl
5861            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
5862            ! t/op/misc.t
5863 ____________________________________________________________________________
5864 [  4069] By: jhi                                   on 1999/09/03  21:17:30
5865         Log: Turn on USE_64_BIT_OFFSETS implicitly.
5866      Branch: cfgperl
5867            ! perl.h
5868 ____________________________________________________________________________
5869 [  4068] By: jhi                                   on 1999/09/03  08:19:59
5870         Log: Fix from Spider for the sub attributes (there was an undocumented
5871              dependency between force_word() and skipspace()).
5872      Branch: cfgperl
5873            ! toke.c
5874 ____________________________________________________________________________
5875 [  4067] By: jhi                                   on 1999/09/01  23:17:06
5876         Log: From: John Tobey <spam@john-edwin-tobey.org>
5877              To: ilya@math.ohio-state.edu
5878              CC: perl5-porters@perl.org
5879              Subject: Re: [PATCH 5.005_60] distclean forgot two
5880              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
5881              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
5882      Branch: cfgperl
5883            ! t/lib/dprof.t
5884 ____________________________________________________________________________
5885 [  4066] By: jhi                                   on 1999/09/01  23:14:50
5886         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
5887              To: perl5-porters@perl.org
5888              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
5889              Date: Fri, 20 Aug 1999 15:37:27 +0100
5890              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
5891      Branch: cfgperl
5892            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
5893            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
5894            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
5895 ____________________________________________________________________________
5896 [  4065] By: jhi                                   on 1999/09/01  22:06:43
5897         Log: From: Dominic Dunlop <domo@vo.lu>
5898              To: perl5-porters@perl.org
5899              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
5900              (UNINSTALLED) [PATCH]
5901              Date: Thu, 19 Aug 1999 09:48:03 +0200
5902              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
5903              
5904              The PERL_POLLUTE_MALLOC part had to be manually applied.
5905      Branch: cfgperl
5906            ! hints/machten.sh perl.h
5907 ____________________________________________________________________________
5908 [  4064] By: jhi                                   on 1999/09/01  13:56:14
5909         Log: From: Martin Lichtin <lichtin@bivio.com>
5910              To: jhi@iki.fi
5911              CC: perl5-porters@perl.org
5912              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
5913              Date: Wed, 01 Sep 1999 15:50:04 +0200
5914              Message-ID: <37CD2F0C.944BFACE@bivio.com>
5915      Branch: cfgperl
5916            ! lib/ExtUtils/Install.pm
5917 ____________________________________________________________________________
5918 [  4063] By: jhi                                   on 1999/09/01  13:16:11
5919         Log: Enhance lfs tests: check every seek and sysseek
5920              and test also that -e and -f detect largefiles.
5921      Branch: cfgperl
5922            ! t/lib/syslfs.t t/op/lfs.t
5923 ____________________________________________________________________________
5924 [  4062] By: jhi                                   on 1999/09/01  12:08:04
5925         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
5926              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5927              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
5928              The Perl Porters Mailing List <perl5-porters@perl.org>
5929              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
5930              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
5931              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
5932      Branch: cfgperl
5933            ! pod/perldiag.pod
5934 ____________________________________________________________________________
5935 [  4061] By: jhi                                   on 1999/09/01  12:03:03
5936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5937              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
5938              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
5939              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
5940              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
5941              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
5942      Branch: cfgperl
5943            ! op.c t/op/join.t
5944 ____________________________________________________________________________
5945 [  4060] By: jhi                                   on 1999/09/01  07:59:42
5946         Log: IV_DIG and NV_DIG fixes.
5947      Branch: cfgperl
5948            ! perl.h
5949 ____________________________________________________________________________
5950 [  4059] By: jhi                                   on 1999/08/31  14:47:18
5951         Log: \C{} -> \N{} residue.
5952      Branch: cfgperl
5953            ! toke.c
5954 ____________________________________________________________________________
5955 [  4057] By: gsar                                  on 1999/08/30  22:08:19
5956         Log: avoid hiding child process window
5957      Branch: perl
5958            ! win32/win32.c
5959 ____________________________________________________________________________
5960 [  4055] By: jhi                                   on 1999/08/30  21:20:50
5961         Log: Document the undefinedness of overshifting.
5962      Branch: cfgperl
5963            ! pod/perlop.pod
5964 ____________________________________________________________________________
5965 [  4054] By: jhi                                   on 1999/08/30  20:18:18
5966         Log: History fixes and updates.
5967      Branch: cfgperl
5968            ! pod/perlhist.pod
5969 ____________________________________________________________________________
5970 [  4053] By: jhi                                   on 1999/08/30  19:34:02
5971         Log: Shell quoting thinko broke installdirs.
5972              From: JVromans@Squirrel.nl (Johan Vromans)
5973              To: perl5-porters@perl.org
5974              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
5975              installprefix
5976              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
5977              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
5978      Branch: cfgperl
5979            ! Configure config_h.SH
5980      Branch: metaconfig
5981            ! U/installdirs/archlib.U U/installdirs/bin.U
5982            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
5983            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
5984            ! U/installdirs/man3dir.U U/installdirs/privlib.U
5985            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
5986            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
5987            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
5988            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
5989            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
5990            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
5991            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
5992            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
5993            ! U/installdirs/vendorscriptdir.U
5994 ____________________________________________________________________________
5995 [  4052] By: jhi                                   on 1999/08/30  02:57:05
5996         Log: Use \N{named characters} instead of \C.
5997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5998              To: jhi@iki.fi
5999              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6000              perl5-porters@perl.org (Mailing list Perl5)
6001              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6002              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6003              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6004      Branch: cfgperl
6005            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6006            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6007 ____________________________________________________________________________
6008 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6009         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6010              To: perl5-porters@perl.org
6011              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6012              don't mix
6013              Date: Sun, 29 Aug 1999 19:04:53 -0400
6014              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6015      Branch: cfgperl
6016            ! universal.c
6017 ____________________________________________________________________________
6018 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6019         Log: Conditionally socksify the LIBS of Socket.
6020      Branch: cfgperl
6021            ! ext/Socket/Makefile.PL
6022 ____________________________________________________________________________
6023 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6024         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6025              To: Mailing list Perl5 <perl5-porters@perl.org>
6026              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6027              Date: Wed, 25 Aug 1999 16:19:58 -0400
6028              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6029      Branch: cfgperl
6030            ! lib/perl5db.pl
6031 ____________________________________________________________________________
6032 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6033         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6034              To: perl5-porters@perl.org
6035              Subject: [PATCH _61] Lost arguments to simplified sort
6036              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6037              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6038      Branch: cfgperl
6039            ! op.c t/op/sort.t
6040 ____________________________________________________________________________
6041 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6042         Log: From: Olaf Flebbe <olaf@science-computing.de>
6043              Sender: owner-perl5-porters@perl.org
6044              To: perl5-porters@perl.org
6045              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6046              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6047      Branch: cfgperl
6048            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6049            ! epoc/perl.mmp epoc/perl.pkg
6050 ____________________________________________________________________________
6051 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6052         Log: From: pvhp@forte.com (Peter Prymmer)
6053              To: perl5-porters@perl.org
6054              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6055              Date: Fri, 27 Aug 99 18:51:04 PDT
6056              Message-Id: <9908280151.AA05010@forte.com>
6057      Branch: cfgperl
6058            ! t/lib/cgi-html.t
6059 ____________________________________________________________________________
6060 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6061         Log: Fix scalar gmtime (and localtime) in quad environments,
6062              bug reported by Robin Parker.
6063              
6064              From: Robin Barker <rmb1@cise.npl.co.uk>
6065              To: jhi@iki.fi
6066              Cc: perl5-porters@perl.org
6067              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6068              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6069              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6070      Branch: cfgperl
6071            ! pp_sys.c t/op/time.t
6072 ____________________________________________________________________________
6073 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6074         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6075              To: perl5-porters@perl.org (Mailing list Perl5)
6076              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6077              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6078              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6079              
6080              Addendum: it's "only" 33% speedup.
6081      Branch: cfgperl
6082            ! dump.c op.c op.h pp.h
6083 ____________________________________________________________________________
6084 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6085         Log: From: spider-perl@Orb.Nashua.NH.US
6086              To: Mailing list Perl5 <perl5-porters@perl.org>
6087              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6088              Date: Sun, 29 Aug 1999 03:02:11 -0400
6089              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6090      Branch: cfgperl
6091            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6092            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6093            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6094            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6095            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6096            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6097            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6098 ____________________________________________________________________________
6099 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6100         Log: Turn off gcc-2.95's strict-alias optimization.
6101              This, of course, should be only temporary.
6102              From Andy Dougherty.
6103      Branch: cfgperl
6104            ! Configure config_h.SH
6105      Branch: metaconfig
6106            ! U/compline/ccflags.U U/modified/cc.U
6107 ____________________________________________________________________________
6108 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6109         Log: Fix a typo in #4036.
6110      Branch: cfgperl
6111            ! mg.c
6112 ____________________________________________________________________________
6113 [  4040] By: jhi                                   on 1999/08/29  10:34:58
6114         Log: Add a missing #endif forgotten by #4035.
6115      Branch: cfgperl
6116            ! doop.c
6117 ____________________________________________________________________________
6118 [  4039] By: jhi                                   on 1999/08/29  10:31:19
6119         Log: Remove an extra #endif introduced by #4036.
6120      Branch: cfgperl
6121            ! perl.h
6122 ____________________________________________________________________________
6123 [  4038] By: jhi                                   on 1999/08/29  10:18:59
6124         Log: Rename warning to warnings, from Paul Marquess.
6125      Branch: cfgperl
6126            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
6127            + t/pragma/warnings.t warnings.h warnings.pl
6128            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6129            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
6130            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
6131            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
6132            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
6133            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
6134            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
6135            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6136            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6137            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6138            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6139            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6140            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
6141 ____________________________________________________________________________
6142 [  4037] By: jhi                                   on 1999/08/29  10:08:47
6143         Log: Create the equivalence tables based on
6144              the real Unicode decomposition, not on
6145              the character name.
6146      Branch: cfgperl
6147            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6148            ! lib/unicode/mktables.PL
6149 ____________________________________________________________________________
6150 [  4036] By: jhi                                   on 1999/08/29  09:29:08
6151         Log: Integrate with Sarathy.
6152      Branch: cfgperl
6153           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6154           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6155           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6156           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6157           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6158           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6159           !> (integrate 190 files)
6160 ____________________________________________________________________________
6161 [  4035] By: jhi                                   on 1999/08/29  08:56:15
6162         Log: Implement 64-bit vec().
6163      Branch: cfgperl
6164            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6165            ! pp.h t/op/64bit.t
6166 ____________________________________________________________________________
6167 [  4034] By: gsar                                  on 1999/08/29  03:35:18
6168         Log: deadcode removal
6169      Branch: perl
6170            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
6171            ! pp_ctl.c proto.h run.c sv.c
6172 ____________________________________________________________________________
6173 [  4033] By: jhi                                   on 1999/08/28  17:31:07
6174         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6175              To: perl5-porters@perl.org
6176              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6177              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6178              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6179      Branch: cfgperl
6180            ! perl.h
6181 ____________________________________________________________________________
6182 [  4032] By: gsar                                  on 1999/08/26  23:53:33
6183         Log: new thread should set current interp in TLS
6184      Branch: perl
6185            ! ext/Thread/Thread.xs
6186 ____________________________________________________________________________
6187 [  4031] By: bailey                                on 1999/08/23  03:40:07
6188         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
6189      Branch: vmsperl
6190            ! lib/ExtUtils/MM_VMS.pm
6191 ____________________________________________________________________________
6192 [  4030] By: bailey                                on 1999/08/23  03:37:43
6193         Log: Patch up holes in realclean target
6194      Branch: vmsperl
6195            ! vms/descrip_mms.template
6196 ____________________________________________________________________________
6197 [  4029] By: bailey                                on 1999/08/23  03:36:24
6198         Log: Fix handling of PERL_POLLUTE
6199      Branch: vmsperl
6200            ! lib/ExtUtils/MM_VMS.pm
6201 ____________________________________________________________________________
6202 [  4028] By: bailey                                on 1999/08/23  03:34:08
6203         Log: Update VMS version of perly.h
6204      Branch: vmsperl
6205            ! vms/perly_h.vms
6206 ____________________________________________________________________________
6207 [  4027] By: bailey                                on 1999/08/23  03:32:45
6208         Log: Update dependencies in Descrip.MMS
6209      Branch: vmsperl
6210            ! vms/descrip_mms.template
6211 ____________________________________________________________________________
6212 [  4026] By: bailey                                on 1999/08/23  03:30:01
6213         Log: Fix prototypes in perlapi.c (64-bit?)
6214              Clear prior definition of getenv_len before defining VMS-specific macro
6215      Branch: vmsperl
6216            ! perlapi.c vms/vmsish.h
6217 ____________________________________________________________________________
6218 [  4025] By: bailey                                on 1999/08/23  03:25:51
6219         Log: Add '-m' option to Configure.com which skips the MANIFEST check
6220      Branch: vmsperl
6221            ! configure.com
6222 ____________________________________________________________________________
6223 [  4024] By: bailey                                on 1999/08/23  03:23:34
6224         Log: Skip open() tests that rely on Unix fork semantics
6225      Branch: vmsperl
6226            ! t/io/open.t
6227 ____________________________________________________________________________
6228 [  4023] By: bailey                                on 1999/08/23  03:21:46
6229         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
6230      Branch: vmsperl
6231            ! vms/gen_shrfls.pl
6232 ____________________________________________________________________________
6233 [  4022] By: bailey                                on 1999/08/23  03:17:33
6234         Log: update MM_VMS to use new File::Spec routines
6235      Branch: vmsperl
6236            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
6237 ____________________________________________________________________________
6238 [  4021] By: bailey                                on 1999/08/23  03:13:40
6239         Log: byteperl is now part of the ByteLoader ext
6240      Branch: vmsperl
6241            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
6242 ____________________________________________________________________________
6243 [  4020] By: bailey                                on 1999/08/23  03:10:41
6244         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
6245      Branch: vmsperl
6246            ! vms/vms.c
6247 ____________________________________________________________________________
6248 [  4019] By: bailey                                on 1999/08/23  03:07:28
6249         Log: Update calls for new thread context handling
6250      Branch: vmsperl
6251            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6252            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
6253 ____________________________________________________________________________
6254 [  4018] By: bailey                                on 1999/08/23  03:01:31
6255         Log: Allow for file versions in library when looking for .bs files
6256      Branch: vmsperl
6257            ! ext/DynaLoader/DynaLoader_pm.PL
6258 ____________________________________________________________________________
6259 [  4017] By: bailey                                on 1999/08/23  02:58:55
6260         Log: Update VMS configuration procedures for 5.005_60
6261      Branch: vmsperl
6262            ! configure.com vms/subconfigure.com
6263 ____________________________________________________________________________
6264 [  4016] By: gsar                                  on 1999/08/20  22:19:56
6265         Log: update Changes
6266      Branch: perl
6267            ! Changes
6268
6269 ----------------
6270 Version 5.005_61
6271 ----------------
6272
6273 ____________________________________________________________________________
6274 [  4015] By: gsar                                  on 1999/08/20  22:17:41
6275         Log: perl_free() should use PerlMem_free()
6276      Branch: perl
6277            ! perl.c
6278 ____________________________________________________________________________
6279 [  4014] By: gsar                                  on 1999/08/20  22:10:46
6280         Log: win32 tweaks
6281      Branch: perl
6282            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
6283            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6284            ! win32/config_H.vc
6285 ____________________________________________________________________________
6286 [  4013] By: gsar                                  on 1999/08/20  22:09:56
6287         Log: DEBUG_m() adjusted to internalize dTHX
6288      Branch: perl
6289            ! malloc.c perl.h util.c
6290 ____________________________________________________________________________
6291 [  4012] By: gsar                                  on 1999/08/20  17:51:06
6292         Log: make autogenerated files writable
6293      Branch: perl
6294            ! (edit 171 files)
6295 ____________________________________________________________________________
6296 [  4011] By: gsar                                  on 1999/08/20  17:43:47
6297         Log: update Changes
6298      Branch: perl
6299            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
6300 ____________________________________________________________________________
6301 [  4010] By: gsar                                  on 1999/08/20  17:21:53
6302         Log: up patchlevel &c
6303      Branch: perl
6304            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
6305            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
6306 ____________________________________________________________________________
6307 [  4009] By: gsar                                  on 1999/08/20  16:46:26
6308         Log: add missing Is/Syl*.pl files
6309      Branch: perl
6310            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6311            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6312            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6313            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6314            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6315            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6316 ____________________________________________________________________________
6317 [  4008] By: gsar                                  on 1999/08/20  16:31:02
6318         Log: integrate cfgperl contents into mainline
6319      Branch: perl
6320           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
6321           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6322           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
6323           +> t/op/lfs.t
6324            - lib/unicode/EthiopicSyllables.txt
6325            - lib/unicode/MakeEthiopicSyllables.PL
6326           !> (integrate 261 files)
6327 ____________________________________________________________________________
6328 [  4007] By: gsar                                  on 1999/08/20  15:24:08
6329         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
6330              USE_THREADS and MULTIPLICITY; minor pod adjustments
6331      Branch: perl
6332            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
6333            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
6334 ____________________________________________________________________________
6335 [  4006] By: jhi                                   on 1999/08/19  19:01:41
6336         Log: Tighten the vec() code so that naughty BITS cause an error.
6337      Branch: cfgperl
6338            ! doop.c
6339 ____________________________________________________________________________
6340 [  4005] By: jhi                                   on 1999/08/19  15:55:09
6341         Log: Don't document ill-defined vec() bits cases
6342              (for which the code doesn't work right in any case)
6343      Branch: cfgperl
6344            ! pod/perldiag.pod pod/perlfunc.pod
6345 ____________________________________________________________________________
6346 [  4004] By: jhi                                   on 1999/08/19  12:49:41
6347         Log: Removed duplicated code (in pp.c and mg.c) by introducing
6348              do_vecget().  NOTE: the calling convention of do_vecset()
6349              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
6350              in pp_vec() is no more multiplied by `size' in pp_vec(),
6351              the multiplication is now done in do_vecset().
6352              
6353              Also fix a cpp thinko in change #4002.
6354      Branch: cfgperl
6355            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
6356            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
6357            ! proto.h
6358 ____________________________________________________________________________
6359 [  4003] By: jhi                                   on 1999/08/18  08:27:22
6360         Log: Warn about small spherical distances.
6361      Branch: cfgperl
6362            ! lib/Math/Trig.pm
6363 ____________________________________________________________________________
6364 [  4002] By: jhi                                   on 1999/08/17  09:11:51
6365         Log: Enhance IV_FITS_IN_IV (though it's still unused).
6366      Branch: cfgperl
6367            ! perl.h
6368 ____________________________________________________________________________
6369 [  4001] By: jhi                                   on 1999/08/17  08:13:34
6370         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
6371              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
6372              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
6373              Subject: [PATCH] overload.pm str/num confu
6374              Date: 17 Aug 1999 08:21:12 +0200
6375      Branch: cfgperl
6376            ! lib/overload.pm
6377 ____________________________________________________________________________
6378 [  4000] By: jhi                                   on 1999/08/17  07:20:23
6379         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
6380              To: perl5-porters@perl.org
6381              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
6382              Date: 16 Aug 1999 14:24:28 -0700
6383              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
6384      Branch: cfgperl
6385            ! pod/perlobj.pod
6386 ____________________________________________________________________________
6387 [  3999] By: jhi                                   on 1999/08/16  19:49:09
6388         Log: Integrate with Nick.
6389      Branch: cfgperl
6390           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
6391 ____________________________________________________________________________
6392 [  3998] By: jhi                                   on 1999/08/16  19:44:29
6393         Log: Fix most of the pod2man moanings reported in
6394              
6395              From: "Larry W. Virden" <lvirden@cas.org>
6396              To: perl5-porters@perl.org
6397              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
6398              (UNINSTALLED)
6399              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
6400              Message-Id: <199908031935.PAA27692@cas.org>
6401              
6402              Configure regen'ed.
6403      Branch: cfgperl
6404            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6405            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
6406            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
6407            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
6408            ! utils/h2xs.PL utils/perlcc.PL
6409 ____________________________________________________________________________
6410 [  3997] By: jhi                                   on 1999/08/16  19:20:37
6411         Log: A fix of sorts for the flush-before-dup scenario.
6412      Branch: cfgperl
6413            ! doio.c
6414 ____________________________________________________________________________
6415 [  3996] By: jhi                                   on 1999/08/16  19:14:37
6416         Log: More paranoia.
6417      Branch: cfgperl
6418            ! sv.c
6419 ____________________________________________________________________________
6420 [  3995] By: jhi                                   on 1999/08/16  18:55:35
6421         Log: Batch of small 64-bit/long double/large file support tweaks:
6422              - scan for LDBL_DIG
6423              - from DBL_DIG and LDBL_DIG select NV_DIG
6424              - introduce IVSIZE, UVSIZE, NVSIZE
6425              - introduce IV_DIG
6426              - remove stdio64
6427              - AIX uses `oslevel` when others use `uname -r`
6428              - already AIX 4.2 goes 64-bit
6429              - in HP-UX require the 64-bit libc, just the directory isn't enough
6430              - group ids are not NVs
6431              - #undef USE_LONG_DOUBLE if long double is no better than double
6432              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
6433              - mention large file support in perldelta
6434              - introduce quad TOPpin' and POPpin'
6435              - the svcat... buffer was tiny for printing quads in %b
6436              - fix the multiplication test in 64bit.t
6437              - try to make VMS to comply with all this removal and "introducal"
6438              of symbols
6439      Branch: cfgperl
6440            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
6441            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
6442            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
6443      Branch: metaconfig
6444            ! U/modified/d_longdbl.U
6445      Branch: metaconfig/U/perl
6446            + d_ldbl_dig.U
6447 ____________________________________________________________________________
6448 [  3994] By: jhi                                   on 1999/08/16  07:53:44
6449         Log: More Configure/subconfigure.com syncing.
6450      Branch: cfgperl
6451            ! vms/subconfigure.com
6452 ____________________________________________________________________________
6453 [  3993] By: jhi                                   on 1999/08/14  22:09:26
6454         Log: Remove from VMS what the change #3982 took away from Configure lands.
6455      Branch: cfgperl
6456            ! vms/subconfigure.com
6457 ____________________________________________________________________________
6458 [  3992] By: jhi                                   on 1999/08/14  13:29:13
6459         Log: Small test tweaks.
6460      Branch: cfgperl
6461            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
6462 ____________________________________________________________________________
6463 [  3991] By: jhi                                   on 1999/08/14  13:08:41
6464         Log: Augment filesize limit note.
6465      Branch: cfgperl
6466            ! doio.c
6467 ____________________________________________________________________________
6468 [  3990] By: jhi                                   on 1999/08/14  13:06:12
6469         Log: Note about filesize limits.
6470      Branch: cfgperl
6471            ! doio.c pp_sys.c
6472 ____________________________________________________________________________
6473 [  3989] By: jhi                                   on 1999/08/14  11:31:58
6474         Log: Catch the case of filesize limits.
6475      Branch: cfgperl
6476            ! t/lib/syslfs.t t/op/lfs.t
6477 ____________________________________________________________________________
6478 [  3988] By: nick                                  on 1999/08/14  09:20:58
6479         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
6480              this causes a POPSTACK panic. The problem seems to be that although
6481              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
6482              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
6483              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
6484              messing with CATCH_SET() in call_sv, use it in perl_vdie().
6485              Add test to op/eval.t which will fail (panic) if bug comes back.
6486              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
6487      Branch: perl
6488            ! cop.h perl.c t/op/eval.t util.c
6489 ____________________________________________________________________________
6490 [  3987] By: jhi                                   on 1999/08/13  23:57:52
6491         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6492              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
6493              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
6494              Date: Fri, 13 Aug 1999 17:42:47 -0500
6495              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
6496      Branch: cfgperl
6497            ! lib/ExtUtils/MM_VMS.pm
6498 ____________________________________________________________________________
6499 [  3986] By: jhi                                   on 1999/08/13  23:56:44
6500         Log: Don't quit before printing out the message.
6501      Branch: cfgperl
6502            ! t/lib/syslfs.t t/op/lfs.t
6503 ____________________________________________________________________________
6504 [  3985] By: jhi                                   on 1999/08/13  23:35:49
6505         Log: Remove more t/ trash on target "clean".
6506      Branch: cfgperl
6507            ! Makefile.SH
6508 ____________________________________________________________________________
6509 [  3984] By: jhi                                   on 1999/08/13  23:02:53
6510         Log: Avoid double long double. 
6511      Branch: cfgperl
6512            ! Configure config_h.SH
6513      Branch: metaconfig/U/perl
6514            ! uselongdbl.U
6515 ____________________________________________________________________________
6516 [  3983] By: jhi                                   on 1999/08/13  22:59:56
6517         Log: BYTEORDER fix.
6518      Branch: cfgperl
6519            ! Configure config_h.SH
6520      Branch: metaconfig
6521            ! U/compline/byteorder.U
6522 ____________________________________________________________________________
6523 [  3982] By: jhi                                   on 1999/08/13  22:48:40
6524         Log: Jumbo Configure and large file support update.
6525              Remove a lot of unneeded 64-bitness cruft;
6526              re-introduce BYTEORDER; update 64-bitness hints;
6527              lfs should now work in Solaris; long doubles in AIX.
6528      Branch: cfgperl
6529            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
6530            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
6531            ! perlsdio.h pp.h pp_sys.c
6532      Branch: metaconfig
6533            ! U/compline/byteorder.U U/compline/ccflags.U
6534      Branch: metaconfig/U/perl
6535            ! d_dlsymun.U io64.U uselongdbl.U
6536 ____________________________________________________________________________
6537 [  3980] By: jhi                                   on 1999/08/13  15:09:11
6538         Log: Introduce HAS_LLSEEK.
6539      Branch: cfgperl
6540            ! Configure config_h.SH perl.h
6541 ____________________________________________________________________________
6542 [  3979] By: jhi                                   on 1999/08/13  14:29:47
6543         Log: From: <dan@sidhe.org>
6544              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
6545              sarathy@activestate.com
6546              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
6547              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
6548              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
6549      Branch: cfgperl
6550            ! vms/vms.c
6551 ____________________________________________________________________________
6552 [  3978] By: jhi                                   on 1999/08/13  09:56:46
6553         Log: Make the 64-bit tests more paranoid.
6554      Branch: cfgperl
6555            ! t/op/64bit.t
6556 ____________________________________________________________________________
6557 [  3976] By: jhi                                   on 1999/08/12  21:49:16
6558         Log: IRIX64 needs more -mabi=64 with gcc.
6559      Branch: cfgperl
6560            ! hints/irix_6.sh
6561 ____________________________________________________________________________
6562 [  3975] By: jhi                                   on 1999/08/12  21:02:03
6563         Log: Reincarnate change #3967, now in more modest form.
6564      Branch: cfgperl
6565            ! hints/irix_6.sh
6566 ____________________________________________________________________________
6567 [  3974] By: jhi                                   on 1999/08/12  20:49:36
6568         Log: Remove rt from libswanted (I added it many moons ago
6569              when I thought it would be useful in Digital UNIX,
6570              I was wrong); undo the recent IRIX hints changes,
6571              getting rid of one warning brought new ones.
6572      Branch: cfgperl
6573            ! Configure config_h.SH hints/irix_6.sh
6574      Branch: metaconfig
6575            ! U/modified/Myinit.U
6576 ____________________________________________________________________________
6577 [  3973] By: jhi                                   on 1999/08/12  19:42:53
6578         Log: st_blocks is in 512 byte blocks.
6579      Branch: cfgperl
6580            ! t/lib/syslfs.t t/op/lfs.t
6581 ____________________________________________________________________________
6582 [  3972] By: jhi                                   on 1999/08/12  19:27:31
6583         Log: Don't claim defeat too early.
6584      Branch: cfgperl
6585            ! Configure config_h.SH
6586      Branch: metaconfig/U/perl
6587            ! longdblfio.U
6588 ____________________________________________________________________________
6589 [  3971] By: jhi                                   on 1999/08/12  19:24:14
6590         Log: IRIX 64-bit hint tweak. 
6591      Branch: cfgperl
6592            ! hints/irix_6.sh
6593 ____________________________________________________________________________
6594 [  3970] By: nick                                  on 1999/08/12  19:17:20
6595         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
6596              tests i.e. RV2AV and RV2HV
6597      Branch: perl
6598            ! op.c t/pragma/warn/op
6599 ____________________________________________________________________________
6600 [  3969] By: jhi                                   on 1999/08/12  19:06:17
6601         Log: Add Configure -Duselongdouble and add a missing semicolon.
6602      Branch: cfgperl
6603            ! Configure config_h.SH sv.c
6604      Branch: metaconfig/U/perl
6605            + uselongdbl.U
6606 ____________________________________________________________________________
6607 [  3968] By: jhi                                   on 1999/08/12  18:46:00
6608         Log: Simply exit() early if lfs support seems unlikely.
6609      Branch: cfgperl
6610            ! t/lib/syslfs.t t/op/lfs.t
6611 ____________________________________________________________________________
6612 [  3967] By: jhi                                   on 1999/08/12  18:44:05
6613         Log: Suffer silently for unused libraries.
6614      Branch: cfgperl
6615            ! hints/irix_6.sh
6616 ____________________________________________________________________________
6617 [  3966] By: jhi                                   on 1999/08/12  13:18:44
6618         Log: Update MANIFEST to follow change #3965.
6619      Branch: cfgperl
6620            ! MANIFEST
6621 ____________________________________________________________________________
6622 [  3965] By: jhi                                   on 1999/08/12  13:15:38
6623         Log: Regenerate Unicode tables based on new syllable lists
6624              from Daniel Yacob.
6625      Branch: cfgperl
6626            ! (edit 159 files)
6627 ____________________________________________________________________________
6628 [  3964] By: jhi                                   on 1999/08/12  10:06:24
6629         Log: Remove more spurious casting.
6630      Branch: cfgperl
6631            ! pp_sys.c
6632 ____________________________________________________________________________
6633 [  3963] By: jhi                                   on 1999/08/12  08:18:53
6634         Log: Minor niggles on the lfs tests.
6635      Branch: cfgperl
6636            ! t/lib/syslfs.t t/op/lfs.t
6637 ____________________________________________________________________________
6638 [  3962] By: jhi                                   on 1999/08/11  22:48:25
6639         Log: Don't bother with lfs testing if off_t is too small.
6640      Branch: cfgperl
6641            ! t/lib/syslfs.t t/op/lfs.t
6642 ____________________________________________________________________________
6643 [  3961] By: jhi                                   on 1999/08/11  22:22:54
6644         Log: Long double patches from Dan Sugalski.
6645      Branch: cfgperl
6646            ! sv.c
6647 ____________________________________________________________________________
6648 [  3960] By: jhi                                   on 1999/08/11  22:17:55
6649         Log: Flush buffer before duplicating file descriptor.
6650              
6651              From: Mark-Jason Dominus <mjd@plover.com>
6652              To: Graham Barr <gbarr@pobox.com>
6653              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
6654              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
6655              Date: Wed, 11 Aug 1999 15:56:09 -0400
6656              Message-ID: <19990811195610.5933.qmail@plover.com>
6657              
6658              From: Mark-Jason Dominus <mjd@plover.com>
6659              To: perl5-porters@perl.org
6660              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
6661              Date: Wed, 11 Aug 1999 16:05:46 -0400
6662              Message-ID: <19990811200546.6165.qmail@plover.com>
6663      Branch: cfgperl
6664            ! doio.c pod/perldelta.pod
6665 ____________________________________________________________________________
6666 [  3959] By: jhi                                   on 1999/08/11  22:11:35
6667         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
6668              
6669              From: "Craig A. Berry" <craig.berry@metamor.com>
6670              Sender: owner-perl5-porters@perl.org
6671              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
6672              bailey@newman.upenn.edu
6673              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
6674              problem
6675              Date: Wed, 11 Aug 1999 14:31:11 -0500
6676              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
6677      Branch: cfgperl
6678            ! vms/vms.c
6679 ____________________________________________________________________________
6680 [  3958] By: jhi                                   on 1999/08/11  15:35:45
6681         Log: Add a hopefully comforting message if there seems to be no LFS. 
6682              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
6683              The tests will fail on lfs tests only if quad is available,
6684              if ENOQUAD, the lfs tests will be skipped.
6685      Branch: cfgperl
6686            ! t/lib/syslfs.t t/op/lfs.t
6687 ____________________________________________________________________________
6688 [  3957] By: jhi                                   on 1999/08/11  12:25:59
6689         Log: Unapply an experimental patch that accidentally escaped
6690              from the lab by piggybacking with the change #3955.
6691      Branch: cfgperl
6692            ! pp.c pp.h pp_hot.c
6693 ____________________________________________________________________________
6694 [  3956] By: jhi                                   on 1999/08/11  08:19:23
6695         Log: Add sysio large file support testing.
6696      Branch: cfgperl
6697            + t/lib/syslfs.t
6698            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
6699 ____________________________________________________________________________
6700 [  3955] By: jhi                                   on 1999/08/10  22:39:11
6701         Log: From: <dan@sidhe.org>
6702              To: vmsperl@perl.org, perl5-porters@perl.org,
6703              sarathy@activestate.com, bailey@newman.upenn.edu
6704              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
6705              threads on VMS
6706              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
6707              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
6708      Branch: cfgperl
6709            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
6710            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
6711            ! vms/writemain.pl
6712 ____________________________________________________________________________
6713 [  3954] By: jhi                                   on 1999/08/10  20:37:55
6714         Log: LFS testing robustness.
6715      Branch: cfgperl
6716            ! t/op/lfs.t
6717 ____________________________________________________________________________
6718 [  3953] By: jhi                                   on 1999/08/10  19:54:50
6719         Log: From: <dan@sidhe.org>
6720              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
6721              sarathy@activestate.com
6722              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
6723              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
6724              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
6725      Branch: cfgperl
6726            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
6727            ! vms/subconfigure.com vms/vmsish.h
6728 ____________________________________________________________________________
6729 [  3952] By: jhi                                   on 1999/08/10  17:18:57
6730         Log: AIX is different, again.  Now in cc -E output.
6731      Branch: cfgperl
6732            ! Configure config_h.SH
6733      Branch: metaconfig
6734            ! U/modified/cppstdin.U
6735 ____________________________________________________________________________
6736 [  3951] By: jhi                                   on 1999/08/10  14:37:08
6737         Log: Use Pid_t on pgrp matters.
6738      Branch: cfgperl
6739            ! pp_sys.c
6740 ____________________________________________________________________________
6741 [  3950] By: jhi                                   on 1999/08/10  14:35:30
6742         Log: Use Pid_t.
6743      Branch: cfgperl
6744            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6745            ! pp_sys.c proto.h util.c
6746 ____________________________________________________________________________
6747 [  3949] By: jhi                                   on 1999/08/10  14:11:15
6748         Log: Use Mode_t.
6749      Branch: cfgperl
6750            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
6751            ! perlapi.h pp_sys.c proto.h
6752 ____________________________________________________________________________
6753 [  3948] By: jhi                                   on 1999/08/10  13:53:19
6754         Log: Small perlbug doc tweaks from Jon Orwant.
6755      Branch: cfgperl
6756            ! utils/perlbug.PL
6757 ____________________________________________________________________________
6758 [  3947] By: jhi                                   on 1999/08/10  09:55:11
6759         Log: Large file support testing.
6760      Branch: cfgperl
6761            + t/op/lfs.t
6762            ! MANIFEST t/op/64bit.t
6763 ____________________________________________________________________________
6764 [  3946] By: jhi                                   on 1999/08/10  09:13:54
6765         Log: Remove I32 casting from time-related functions.
6766      Branch: cfgperl
6767            ! pp_sys.c
6768 ____________________________________________________________________________
6769 [  3945] By: jhi                                   on 1999/08/10  09:06:42
6770         Log: Gratuitous uid and gid casts to I32s and ints removed.
6771              There are still problem spots in printfing such ids:
6772              width (%d vs %ld) and signedness %d vs %u.
6773      Branch: cfgperl
6774            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6775            ! perl.c perlapi.c pp_hot.c proto.h
6776 ____________________________________________________________________________
6777 [  3944] By: jhi                                   on 1999/08/10  07:43:03
6778         Log: Remove I32 casts from pp_stat, these make stat()
6779              very broken e.g. on files larger than 2 gigabytes.
6780              Reported by
6781              From: Phil Lobbes <phil@finchcomputer.com>
6782              To: perl5-porters@perl.org
6783              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
6784              UNIX Perl 5.005_03
6785              Date: Mon, 09 Aug 1999 21:38:54 -0700
6786              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
6787              
6788              There are more of these I32 casts all over pp_sys.c,
6789              all of them should be checked.
6790      Branch: cfgperl
6791            ! pp_sys.c
6792 ____________________________________________________________________________
6793 [  3943] By: jhi                                   on 1999/08/10  07:38:30
6794         Log: Remove blathering.
6795      Branch: cfgperl
6796            ! lib/unicode/mktables.PL
6797 ____________________________________________________________________________
6798 [  3942] By: jhi                                   on 1999/08/09  20:35:13
6799         Log: lexwarn maintenance: new warning class unsafe
6800              subclasses 'overflow' and 'portable' created,
6801              used by the recent integer overflow warnings.
6802              Class syntax subclass 'octal' renamed to 'digit',
6803              binary and hexadecimal parsing errors also 'digit' warnings.
6804      Branch: cfgperl
6805            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
6806            ! util.c warning.h warning.pl
6807 ____________________________________________________________________________
6808 [  3941] By: jhi                                   on 1999/08/09  10:40:47
6809         Log: Integrate with Nick.
6810      Branch: cfgperl
6811           +> opnames.h
6812           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
6813           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
6814 ____________________________________________________________________________
6815 [  3940] By: jhi                                   on 1999/08/09  10:32:43
6816         Log: Regenerate the Unicode tables after having updated the Unicode
6817              database (change #3939).
6818      Branch: cfgperl
6819            ! (edit 157 files)
6820 ____________________________________________________________________________
6821 [  3939] By: jhi                                   on 1999/08/09  10:27:22
6822         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
6823      Branch: cfgperl
6824            ! lib/unicode/UnicodeData-Latest.txt
6825 ____________________________________________________________________________
6826 [  3938] By: jhi                                   on 1999/08/09  10:25:54
6827         Log: Ethiopic changes via private email from Daniel Yacob,
6828              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
6829              Canadian Syllabics and Yi under construction.
6830      Branch: cfgperl
6831            + lib/unicode/syllables.txt
6832            - lib/unicode/EthiopicSyllables.txt
6833            - lib/unicode/MakeEthiopicSyllables.PL
6834            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
6835            ! lib/unicode/mktables.PL
6836 ____________________________________________________________________________
6837 [  3937] By: jhi                                   on 1999/08/09  10:21:51
6838         Log: Move the equivalence class creation last.
6839      Branch: cfgperl
6840            ! lib/unicode/mktables.PL
6841 ____________________________________________________________________________
6842 [  3936] By: jhi                                   on 1999/08/09  10:20:40
6843         Log: Compute equivalence classes (diacritics stripping) only
6844              for letters, not for ligatures.
6845      Branch: cfgperl
6846            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6847            ! lib/unicode/mktables.PL
6848 ____________________________________________________________________________
6849 [  3935] By: nick                                  on 1999/08/08  13:53:57
6850         Log: Will now correctly re-call 
6851              bootstrap "Foo";
6852              if requested. This should allow build on Win32 and other
6853              platforms where you cannot link to loadables directly.
6854      Branch: perl
6855            ! ext/B/B/C.pm
6856 ____________________________________________________________________________
6857 [  3934] By: nick                                  on 1999/08/07  12:23:55
6858         Log: Vishal Bhatia <vishalb@my-deja.com>
6859              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
6860              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
6861      Branch: perl
6862            ! ext/B/B/CC.pm
6863 ____________________________________________________________________________
6864 [  3933] By: nick                                  on 1999/08/07  12:19:46
6865         Log: B::C changes to get simple Tk app. compiling again
6866      Branch: perl
6867            ! ext/B/B/C.pm
6868 ____________________________________________________________________________
6869 [  3932] By: jhi                                   on 1999/08/06  21:17:16
6870         Log: Regen Configure to include change #3915.
6871      Branch: cfgperl
6872            ! Configure config_h.SH
6873 ____________________________________________________________________________
6874 [  3931] By: jhi                                   on 1999/08/06  18:52:57
6875         Log: Todo update.
6876      Branch: cfgperl
6877            ! Todo Todo-5.005 lib/unicode/mktables.PL
6878 ____________________________________________________________________________
6879 [  3930] By: jhi                                   on 1999/08/06  13:13:05
6880         Log: Character class equivalence tables.
6881      Branch: cfgperl
6882            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6883            ! MANIFEST lib/unicode/mktables.PL
6884 ____________________________________________________________________________
6885 [  3929] By: jhi                                   on 1999/08/06  11:59:11
6886         Log: More Fcntl constants.  (This process really needs
6887              to be automated, at least partly, see the Errno extension.)
6888              Now also the SEEK_ constants are available via the Fcntl.
6889              Yes, this is redundant (IO::Seekable and POSIX supply them already),
6890              but now Fcntl is a one-stop shopping mall for all your
6891              file-related constants.    
6892      Branch: cfgperl
6893            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
6894 ____________________________________________________________________________
6895 [  3928] By: jhi                                   on 1999/08/06  08:08:03
6896         Log: Protect against pack/unpack repeat count overflows,
6897              based on:
6898              
6899              From: Nathan Torkington <gnat@frii.com>
6900              To: Brian Keefer <mgomes@cwix.com>
6901              Cc: perl5-porters@perl.org
6902              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
6903              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
6904              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
6905      Branch: cfgperl
6906            ! pod/perldiag.pod pp.c
6907 ____________________________________________________________________________
6908 [  3927] By: jhi                                   on 1999/08/06  07:32:20
6909         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
6910              
6911              From: Nathan Torkington <gnat@frii.com>
6912              To: perl5-porters@perl.org
6913              Subject: Bugfix for my bugfix
6914              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
6915              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
6916      Branch: cfgperl
6917            ! ext/B/B/Assembler.pm
6918 ____________________________________________________________________________
6919 [  3926] By: jhi                                   on 1999/08/05  17:25:19
6920         Log: Fix regex charclass parsing so that bogus ranges
6921              like [0-\d] and [[:word:]-z] are no more allowed.
6922              The anomaly was noticed by Guy Decoux.
6923      Branch: cfgperl
6924            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6925 ____________________________________________________________________________
6926 [  3925] By: jhi                                   on 1999/08/05  10:31:47
6927         Log: split /^/ deprecation warning should not be on by default.
6928      Branch: cfgperl
6929            ! pp.c
6930 ____________________________________________________________________________
6931 [  3923] By: jhi                                   on 1999/08/05  09:16:57
6932         Log: From: paul.marquess@bt.com
6933              To: jhi@iki.fi, paul.marquess@bt.com
6934              Cc: gsar@ActiveState.com, perl5-porters@perl.org
6935              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
6936              Date: Thu, 5 Aug 1999 09:33:14 +0100
6937              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
6938      Branch: cfgperl
6939            ! t/lib/anydbm.t
6940 ____________________________________________________________________________
6941 [  3921] By: jhi                                   on 1999/08/05  08:05:13
6942         Log: From: paul.marquess@bt.com
6943              To: perl5-porters@perl.org
6944              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
6945              randy@theoryx5.uwinnipeg.ca
6946              Subject:  [PATCH 5.005_60] DB_File 1.70
6947              Date: Wed, 4 Aug 1999 23:22:22 +0100
6948              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
6949              
6950              (Replaces change #3917)
6951      Branch: cfgperl
6952            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6953            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6954 ____________________________________________________________________________
6955 [  3920] By: jhi                                   on 1999/08/04  19:02:58
6956         Log: From: Nathan Torkington <gnat@frii.com>
6957              To: perl5-porters@perl.org
6958              Subject: [5.005_60 PATCH] Make B::Bytecode work
6959              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
6960              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
6961      Branch: cfgperl
6962            ! ext/B/B/Assembler.pm
6963 ____________________________________________________________________________
6964 [  3919] By: jhi                                   on 1999/08/04  10:56:26
6965         Log: Update history records.
6966      Branch: cfgperl
6967            ! pod/perlhist.pod
6968 ____________________________________________________________________________
6969 [  3918] By: jhi                                   on 1999/08/04  09:36:13
6970         Log: Minor fixes to linux -Dusethreads -Duseperlio.
6971      Branch: cfgperl
6972            ! perlio.c
6973 ____________________________________________________________________________
6974 [  3917] By: jhi                                   on 1999/08/04  08:13:20
6975         Log: (Replaced by change #3921)
6976              From: paul.marquess@bt.com
6977              To: gsar@activestate.com
6978              Cc: perl5-porters@perl.org
6979              Subject: [PATCH 5.005_60] DB_File 1.69
6980              Date: Tue, 3 Aug 1999 22:55:00 +0100
6981              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
6982      Branch: cfgperl
6983            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6984            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
6985 ____________________________________________________________________________
6986 [  3916] By: jhi                                   on 1999/08/04  07:59:05
6987         Log: Introduce the charnames pragma.
6988              
6989              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
6990              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
6991              To: Chip Salzenberg <[11]chip@perlsupport.com>
6992              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
6993              Date: Sat, 31 Jul 1999 05:44:05 -0400
6994              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
6995              
6996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6997              To: Mailing list Perl5 <perl5-porters@perl.org>
6998              Subject: [PATCH 5.005_58] Named characters in Perl
6999              Date: Mon, 2 Aug 1999 19:25:40 -0400
7000              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7001      Branch: cfgperl
7002            + lib/charnames.pm t/lib/charnames.t
7003            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7004            ! pod/perlre.pod regcomp.c toke.c
7005 ____________________________________________________________________________
7006 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7007         Log: Support Configure -Dmake=pmake.
7008              Via private email from Andy.
7009              NOTE: assumes "basename" command.
7010      Branch: metaconfig
7011            ! U/modified/Config_sh.U
7012 ____________________________________________________________________________
7013 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7014         Log: The op/filetest.t failed subtest 7 if testing as root.
7015              
7016              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7017              To: perl5-porters@perl.org
7018              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7019              Date: Tue, 27 Jul 1999 22:54:05 +0200
7020              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7021      Branch: cfgperl
7022            ! t/op/filetest.t
7023 ____________________________________________________________________________
7024 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7025         Log: The "-Dusethreads -Duseperlio" combination failed.
7026              
7027              From: Spider Boardman <spider@leggy.zk3.dec.com>
7028              To: perl5-porters@perl.org
7029              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7030              4.0 (UNINSTALLED)
7031              Date: Tue, 3 Aug 1999 14:25:00 -0400
7032              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7033              
7034              See also change #3912.
7035      Branch: cfgperl
7036            ! perlio.c
7037 ____________________________________________________________________________
7038 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7039         Log: From: Chris Nandor <pudge@pobox.com>
7040              To: perl5-porters@perl.org
7041              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7042              Date: Wed, 28 Jul 1999 23:42:49 -0400
7043              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7044      Branch: cfgperl
7045            ! utils/perlbug.PL
7046 ____________________________________________________________________________
7047 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7048         Log: Hints for building ByteLoader in SunoS.  Based on
7049              From: Andy Dougherty <doughera@lafayette.edu>
7050              To: Gurusamy Sarathy <gsar@activestate.com>
7051              Cc: Perl Porters <perl5-porters@perl.org>
7052              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7053              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7054              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7055      Branch: cfgperl
7056            + ext/ByteLoader/hints/sunos.pl
7057            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7058 ____________________________________________________________________________
7059 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7060         Log: Clarify RE engine code; inline a static function to a macro;
7061              make exact string nodes smaller.
7062              
7063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7064              To: perl5-porters@perl.org (Mailing list Perl5)
7065              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7066              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7067              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7068      Branch: cfgperl
7069            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7070            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7071            ! regnodes.h warning.h
7072 ____________________________________________________________________________
7073 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7074         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7075              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7076              
7077              From: Spider Boardman <spider@leggy.zk3.dec.com>
7078              To: perl5-porters@perl.org
7079              Subject: [ID 19990802.016] Not OK: perl 5.00559
7080              Date: Mon, 2 Aug 1999 16:11:13 -0400
7081              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7082      Branch: cfgperl
7083            ! embed.pl
7084 ____________________________________________________________________________
7085 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7086         Log: Change #3790 redemption: with a little additional
7087              patch from Ilya it works okay.
7088      Branch: cfgperl
7089            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7090            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7091 ____________________________________________________________________________
7092 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7093         Log: this will be 5.005_60
7094      Branch: perl
7095            ! Changes
7096
7097 ----------------
7098 Version 5.005_60
7099 ----------------
7100
7101 ____________________________________________________________________________
7102 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7103         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7104              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7105              regen headers
7106      Branch: perl
7107            ! embed.h embed.pl global.sym opcode.h perlapi.c
7108 ____________________________________________________________________________
7109 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7110         Log: native int pack/unpack fixes (from Spider Boardman
7111              <spider@leggy.zk3.dec.com>)
7112      Branch: perl
7113            ! pp.c
7114 ____________________________________________________________________________
7115 [  3902] By: gsar                                  on 1999/08/02  20:24:41
7116         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
7117              <spider@leggy.zk3.dec.com>)
7118      Branch: perl
7119            + opnames.h
7120            ! Changes MANIFEST opcode.pl perl.h
7121 ____________________________________________________________________________
7122 [  3901] By: gsar                                  on 1999/08/02  18:51:18
7123         Log: integrate cfgperl contents
7124      Branch: perl
7125           !> INSTALL README pod/perldelta.pod
7126 ____________________________________________________________________________
7127 [  3900] By: jhi                                   on 1999/08/02  18:46:21
7128         Log: Update README and INSTALL; partly based on the message
7129              
7130              From: "John L. Allen" <allen@grumman.com>
7131              To: Jarkko Hietaniemi <jhi@iki.fi>
7132              cc: perl5-porters@perl.org
7133              Subject: Re: Perl Installation Problem
7134              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
7135              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
7136              
7137              and private email from Andy Dougherty.
7138      Branch: cfgperl
7139            ! INSTALL README
7140 ____________________________________________________________________________
7141 [  3899] By: jhi                                   on 1999/08/02  18:36:35
7142         Log: Integrate with Sarathy.
7143      Branch: cfgperl
7144           !> op.c
7145 ____________________________________________________________________________
7146 [  3898] By: jhi                                   on 1999/08/02  18:34:49
7147         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
7148      Branch: cfgperl
7149            ! pod/perldelta.pod
7150 ____________________________________________________________________________
7151 [  3897] By: gsar                                  on 1999/08/02  18:18:37
7152         Log: optimizations could sometimes bypass bareword check
7153      Branch: perl
7154            ! op.c
7155 ____________________________________________________________________________
7156 [  3896] By: jhi                                   on 1999/08/02  18:18:34
7157         Log: Integrate with Sarathy.
7158      Branch: cfgperl
7159           !> Changes makedef.pl patchlevel.h win32/Makefile
7160           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7161           !> win32/makefile.mk
7162 ____________________________________________________________________________
7163 [  3895] By: gsar                                  on 1999/08/02  17:22:40
7164         Log: up patchlevel etc.
7165      Branch: perl
7166            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7167            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7168 ____________________________________________________________________________
7169 [  3894] By: gsar                                  on 1999/08/02  17:12:31
7170         Log: integrate change#3893, make it conditional on bincompat5005
7171      Branch: perl
7172            ! makedef.pl
7173 ____________________________________________________________________________
7174 [  3893] By: jhi                                   on 1999/08/02  16:49:08
7175         Log: PERL_BINCOMPAT_5005 symbol translation.
7176              (AIX wouldn't link neither perl nor extensions.)
7177      Branch: cfgperl
7178            ! makedef.pl
7179 ____________________________________________________________________________
7180 [  3892] By: gsar                                  on 1999/08/02  16:09:13
7181         Log: integrate cfgperl contents into mainline
7182      Branch: perl
7183           +> t/op/64bit.t
7184            ! Changes
7185           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
7186           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
7187           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
7188 ____________________________________________________________________________
7189 [  3891] By: jhi                                   on 1999/08/02  14:52:40
7190         Log: AIX long long probing requires LL suffix for
7191              the ll constant.  The suffix doesn't seem
7192              to bother other ll platforms.
7193      Branch: cfgperl
7194            ! Configure config_h.SH hints/aix.sh
7195      Branch: metaconfig/U/perl
7196            ! quadfio.U
7197 ____________________________________________________________________________
7198 [  3890] By: jhi                                   on 1999/08/02  14:21:55
7199         Log: Exact path to perl for open -|.
7200      Branch: cfgperl
7201            ! t/io/open.t
7202 ____________________________________________________________________________
7203 [  3889] By: jhi                                   on 1999/08/02  14:18:03
7204         Log: Integrate with Sarathy.
7205      Branch: cfgperl
7206           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
7207           !> win32/Makefile win32/config_H.bc win32/config_H.gc
7208           !> win32/config_H.vc win32/makefile.mk win32/win32.c
7209 ____________________________________________________________________________
7210 [  3888] By: jhi                                   on 1999/08/02  14:14:29
7211         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
7212      Branch: cfgperl
7213            ! hints/aix.sh
7214 ____________________________________________________________________________
7215 [  3887] By: jhi                                   on 1999/08/02  12:53:10
7216         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
7217              emacs code indentation doesn't get wrong ideas--
7218              in other words, introduce a couple of "redundant" if:s.
7219      Branch: cfgperl
7220            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
7221            ! util.c
7222 ____________________________________________________________________________
7223 [  3886] By: jhi                                   on 1999/08/02  12:43:16
7224         Log: Mention that also *BSD systems with glibc are known to stumble.
7225      Branch: cfgperl
7226            ! t/pragma/warn/pp_hot
7227 ____________________________________________________________________________
7228 [  3885] By: jhi                                   on 1999/08/02  12:34:15
7229         Log: Allow also non-long long but still quad platforms print quads.
7230      Branch: cfgperl
7231            ! Configure config_h.SH
7232      Branch: metaconfig/U/perl
7233            ! longdblfio.U quadfio.U
7234 ____________________________________________________________________________
7235 [  3884] By: jhi                                   on 1999/08/02  11:56:14
7236         Log: Fix regclass utf8 hex ranges for quads.
7237      Branch: cfgperl
7238            ! regcomp.c
7239 ____________________________________________________________________________
7240 [  3883] By: jhi                                   on 1999/08/02  11:42:14
7241         Log: Enhance the description of how to detect quad support.
7242      Branch: cfgperl
7243            ! pod/perlfunc.pod
7244 ____________________________________________________________________________
7245 [  3882] By: jhi                                   on 1999/08/02  11:22:19
7246         Log: Fix printf %D %U %O for quads.
7247      Branch: cfgperl
7248            ! sv.c t/op/64bit.t
7249 ____________________________________________________________________________
7250 [  3881] By: jhi                                   on 1999/08/02  11:16:12
7251         Log: Document quad printing.
7252      Branch: cfgperl
7253            ! pod/perlfunc.pod
7254 ____________________________________________________________________________
7255 [  3880] By: jhi                                   on 1999/08/02  10:32:01
7256         Log: More 64-bit fixing.  One known bug of that kind
7257              remains, 32-bit platforms using long long in
7258              the test t/pragma/utf8 subtests 1-3 fail.
7259              (Update: change    #3884 fixed that one.)
7260      Branch: cfgperl
7261            + t/op/64bit.t
7262            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
7263
7264 ----------------
7265 Version 5.005_59
7266 ----------------
7267
7268 ____________________________________________________________________________
7269 [  3879] By: gsar                                  on 1999/08/02  08:18:58
7270         Log: integrate cfgperl changes into mainline
7271      Branch: perl
7272           !> Configure config_h.SH sv.c
7273 ____________________________________________________________________________
7274 [  3878] By: gsar                                  on 1999/08/02  08:13:16
7275         Log: change#3692 had an unintentional patch leak through!
7276              (this would explain the mysterious C<next LABEL> failures
7277              people have seen)
7278      Branch: perl
7279            ! pp_ctl.c
7280 ____________________________________________________________________________
7281 [  3877] By: gsar                                  on 1999/08/02  08:00:29
7282         Log: up patchlevel to 59
7283      Branch: perl
7284            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
7285            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7286            ! win32/makefile.mk
7287 ____________________________________________________________________________
7288 [  3876] By: gsar                                  on 1999/08/02  07:51:18
7289         Log: fix coredump under usethreads+debug
7290      Branch: perl
7291            ! util.c
7292 ____________________________________________________________________________
7293 [  3875] By: jhi                                   on 1999/08/02  07:50:51
7294         Log: d_bincompat5005 could be left empty.
7295      Branch: cfgperl
7296            ! Configure config_h.SH
7297      Branch: metaconfig/U/perl
7298            ! bincompat5005.U
7299 ____________________________________________________________________________
7300 [  3874] By: jhi                                   on 1999/08/02  07:42:45
7301         Log: Fix printf %d when IV is quad.
7302      Branch: cfgperl
7303            ! sv.c
7304 ____________________________________________________________________________
7305 [  3873] By: gsar                                  on 1999/08/02  07:41:03
7306         Log: fix d_bincompat5005='' junking config.h
7307      Branch: perl
7308            ! Configure
7309 ____________________________________________________________________________
7310 [  3872] By: gsar                                  on 1999/08/02  07:38:48
7311         Log: C needs parameter list, not merely type
7312      Branch: perl
7313            ! win32/win32.c
7314 ____________________________________________________________________________
7315 [  3871] By: jhi                                   on 1999/08/02  07:20:51
7316         Log: Integrate with Sarathy.
7317      Branch: cfgperl
7318           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
7319 ____________________________________________________________________________
7320 [  3870] By: gsar                                  on 1999/08/02  07:12:18
7321         Log: integrate cfgperl changes into mainline
7322      Branch: perl
7323            ! Changes
7324           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
7325           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
7326           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
7327           !> toke.c util.c
7328 ____________________________________________________________________________
7329 [  3869] By: gsar                                  on 1999/08/02  06:59:09
7330         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
7331              Date: Sat, 31 Jul 1999 19:08:33 -0700
7332              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
7333              Subject: [PATCH 5.005_58] "use constant" in the compiler
7334      Branch: perl
7335            ! ext/B/B/C.pm ext/B/B/CC.pm
7336 ____________________________________________________________________________
7337 [  3868] By: gsar                                  on 1999/08/02  06:55:51
7338         Log: debug build tweak
7339      Branch: perl
7340            ! regexec.c
7341 ____________________________________________________________________________
7342 [  3867] By: gsar                                  on 1999/08/02  06:35:18
7343         Log: create vmsperl branch (to be owned and operated by: cbailey)
7344      Branch: vmsperl
7345           +> (branch 1476 files)
7346 ____________________________________________________________________________
7347 [  3866] By: jhi                                   on 1999/08/01  23:34:40
7348         Log: so_locations once is enough.
7349      Branch: cfgperl
7350            ! Makefile.SH
7351 ____________________________________________________________________________
7352 [  3865] By: jhi                                   on 1999/08/01  23:13:05
7353         Log: Simplicate duplicated code.
7354      Branch: cfgperl
7355            ! util.c
7356 ____________________________________________________________________________
7357 [  3864] By: jhi                                   on 1999/08/01  22:41:41
7358         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
7359      Branch: cfgperl
7360           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7361           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7362            - README.cygwin32 cygwin32/Makefile.SHs
7363            - cygwin32/build-instructions.READFIRST
7364            - cygwin32/build-instructions.charles-wilson
7365            - cygwin32/build-instructions.sebastien-barre
7366            - cygwin32/build-instructions.steven-morlock
7367            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7368            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7369            - hints/cygwin32.sh
7370           !> (integrate 61 files)
7371 ____________________________________________________________________________
7372 [  3863] By: jhi                                   on 1999/08/01  22:36:02
7373         Log: Regen Configure and Glossary once again.
7374      Branch: cfgperl
7375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7376            ! config_h.SH
7377 ____________________________________________________________________________
7378 [  3862] By: jhi                                   on 1999/08/01  22:26:09
7379         Log: Glossary update for #3861.
7380      Branch: cfgperl
7381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7382            ! config_h.SH
7383 ____________________________________________________________________________
7384 [  3861] By: jhi                                   on 1999/08/01  22:22:51
7385         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
7386              with -Duse64bits (using long long).
7387              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
7388              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
7389              'print unpack "q", pack "q", 12345678901'
7390              should work on such 32-bit platforms.
7391              Still a lot of printf()s behind -D which wrongly assume
7392              that %ld/%lx and (long) are a good combination.
7393              Introducing a slew of new macros intended to be used in printf()
7394              format strings: e. g. PERL_PRId64 is the string to be used
7395              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
7396              The PRI... naming follows the C9X naming of <inttypes.h> macros.
7397      Branch: cfgperl
7398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7399            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
7400            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
7401      Branch: metaconfig/U/perl
7402            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
7403 ____________________________________________________________________________
7404 [  3860] By: gsar                                  on 1999/08/01  21:23:18
7405         Log: integrate cfgperl contents into mainline
7406      Branch: perl
7407            ! toke.c
7408           !> (integrate 29 files)
7409 ____________________________________________________________________________
7410 [  3859] By: gsar                                  on 1999/08/01  21:13:09
7411         Log: From: Nathan Torkington <gnat@frii.com>
7412              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
7413              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
7414              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
7415      Branch: perl
7416            ! ext/B/B/Disassembler.pm
7417 ____________________________________________________________________________
7418 [  3858] By: gsar                                  on 1999/08/01  21:09:15
7419         Log: DB_File 1.68 update from Paul Marquess
7420      Branch: perl
7421            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7422            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7423            ! t/lib/db-recno.t
7424 ____________________________________________________________________________
7425 [  3857] By: gsar                                  on 1999/08/01  21:05:54
7426         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7427              Date: Sat, 31 Jul 1999 05:13:38 -0400
7428              Message-Id: <199907311407.IAA25038@localhost.frii.com>
7429              Subject: [PATCH 5.005_58] More optimizations to REx engine
7430      Branch: perl
7431            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
7432            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
7433 ____________________________________________________________________________
7434 [  3856] By: gsar                                  on 1999/08/01  20:59:59
7435         Log: slightly modified version of suggested patch
7436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7437              Date: Sat, 31 Jul 1999 04:45:12 -0400
7438              Message-Id: <199907311406.IAA25034@localhost.frii.com>
7439              Subject: [PATCH 5.005_58] Fix OS/2 build
7440      Branch: perl
7441            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
7442            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
7443 ____________________________________________________________________________
7444 [  3855] By: gsar                                  on 1999/08/01  20:49:06
7445         Log: cygwin update
7446              From: "Fifer, Eric" <EFifer@sanwaint.com>
7447              Date: Fri, 30 Jul 1999 18:31:48 +0100
7448              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
7449              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
7450      Branch: perl
7451            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
7452            ! pp_sys.c unixish.h util.c
7453 ____________________________________________________________________________
7454 [  3854] By: gsar                                  on 1999/08/01  20:41:53
7455         Log: fixes from Stephen McCamant that address bugs in change#3612
7456              (the optimization shouldn't be enabled in expressions where
7457              the variable is introduced), and fix Deparse to grok the
7458              optimization
7459              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
7460              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
7461              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
7462              --
7463              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
7464              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
7465              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
7466              --
7467              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
7468              Message-Id: <199907310326.VAA24376@localhost.frii.com>
7469              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
7470      Branch: perl
7471            ! ext/B/B/Deparse.pm op.c
7472 ____________________________________________________________________________
7473 [  3853] By: gsar                                  on 1999/08/01  20:31:32
7474         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7475              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
7476              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
7477              Subject: [PATCH _58] Two one-liner LOGOP tweaks
7478      Branch: perl
7479            ! op.c opcode.h opcode.pl
7480 ____________________________________________________________________________
7481 [  3852] By: gsar                                  on 1999/08/01  20:29:17
7482         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
7483      Branch: perl
7484            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
7485            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
7486            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
7487            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
7488            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
7489            ! pod/perlport.pod pp_sys.c util.c
7490 ____________________________________________________________________________
7491 [  3851] By: gsar                                  on 1999/08/01  20:20:05
7492         Log: move files around for s/cygwin32/cygwin/ renaming
7493      Branch: perl
7494           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
7495           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
7496            - README.cygwin32 cygwin32/Makefile.SHs
7497            - cygwin32/build-instructions.READFIRST
7498            - cygwin32/build-instructions.charles-wilson
7499            - cygwin32/build-instructions.sebastien-barre
7500            - cygwin32/build-instructions.steven-morlock
7501            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
7502            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
7503            - hints/cygwin32.sh
7504            ! MANIFEST
7505 ____________________________________________________________________________
7506 [  3850] By: gsar                                  on 1999/08/01  20:05:14
7507         Log: posix-bc hints tweak (via private mail from Thomas Dorner
7508              <Thomas.Dorner@start.de>)
7509      Branch: perl
7510            ! Changes hints/posix-bc.sh
7511 ____________________________________________________________________________
7512 [  3849] By: gsar                                  on 1999/08/01  19:50:20
7513         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
7514              <gnat@frii.com>)
7515      Branch: perl
7516            ! perl.h pod/perldelta.pod pod/perlguts.pod
7517 ____________________________________________________________________________
7518 [  3848] By: gsar                                  on 1999/08/01  18:34:41
7519         Log: fix defined(@foo) encarpments
7520      Branch: perl
7521            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
7522            ! pod/perltrap.pod
7523 ____________________________________________________________________________
7524 [  3847] By: jhi                                   on 1999/08/01  17:17:07
7525         Log: Undo #3790 and the patches that attempted to fix it
7526              (#3837, #3838, #3845).  The #3790 caused linkage failures
7527              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
7528              IRIX 6.5.
7529      Branch: cfgperl
7530            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
7531            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7532            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7533 ____________________________________________________________________________
7534 [  3846] By: jhi                                   on 1999/08/01  11:41:52
7535         Log: Reading 64-bit decimal numbers was broken because
7536              the NV was cast to an I32, not an IV.
7537      Branch: cfgperl
7538            ! toke.c
7539 ____________________________________________________________________________
7540 [  3845] By: jhi                                   on 1999/08/01  11:00:24
7541         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
7542      Branch: cfgperl
7543            + ext/SDBM_File/hints/solaris.pl
7544 ____________________________________________________________________________
7545 [  3844] By: jhi                                   on 1999/08/01  10:55:44
7546         Log: Enable Solaris largefiles support only if -Duse64bits is used.
7547              (Effectively removes #3311).
7548      Branch: cfgperl
7549            ! hints/solaris_2.sh
7550 ____________________________________________________________________________
7551 [  3843] By: jhi                                   on 1999/07/31  22:44:56
7552         Log: Integer overflow iteration.
7553      Branch: cfgperl
7554            ! t/op/oct.t toke.c util.c
7555 ____________________________________________________________________________
7556 [  3842] By: jhi                                   on 1999/07/31  22:11:03
7557         Log: Remove a lot of unused regnode codes.
7558              Noticed by Ilya.
7559      Branch: cfgperl
7560            ! regcomp.c regcomp.sym regexec.c regnodes.h
7561 ____________________________________________________________________________
7562 [  3841] By: jhi                                   on 1999/07/31  21:53:54
7563         Log: Make the use64bits and usethreads friendlier/braver;
7564              they no more wimp out if the platform is unknown.
7565              On use64bits if gcc used -DUSE_LONG_LONG is added
7566              to the ccflags (this dependency on gcc caused a slightly weird
7567              reordering of Configure, but things still seem to work.)
7568      Branch: cfgperl
7569            ! Configure README.threads config_h.SH
7570      Branch: metaconfig
7571            ! U/threads/usethreads.U
7572      Branch: metaconfig/U/perl
7573            ! use64bits.U
7574 ____________________________________________________________________________
7575 [  3840] By: jhi                                   on 1999/07/31  20:26:22
7576         Log: Hack the "integer overflow" code some more.
7577      Branch: cfgperl
7578            ! perl.h toke.c util.c
7579 ____________________________________________________________________________
7580 [  3839] By: jhi                                   on 1999/07/31  20:22:00
7581         Log: Test oct() at the 2^32-1 limit.
7582      Branch: cfgperl
7583            ! t/op/oct.t
7584 ____________________________________________________________________________
7585 [  3838] By: jhi                                   on 1999/07/31  20:08:43
7586         Log: Update MANIFEST for #3837.
7587      Branch: cfgperl
7588            ! MANIFEST
7589 ____________________________________________________________________________
7590 [  3837] By: jhi                                   on 1999/07/31  20:02:40
7591         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
7592              (a core dump with a corrput stack ensues).
7593      Branch: cfgperl
7594            + ext/SDBM_File/hints/dec_osf.pl
7595 ____________________________________________________________________________
7596 [  3836] By: jhi                                   on 1999/07/29  21:09:01
7597         Log: Allow for Configure -Ubincompat5005 override.
7598      Branch: cfgperl
7599            ! Configure config_h.SH
7600      Branch: metaconfig/U/perl
7601            ! bincompat5005.U
7602 ____________________________________________________________________________
7603 [  3835] By: jhi                                   on 1999/07/29  21:04:02
7604         Log: Make Configure support PERL_BINCOMPAT_5005.
7605      Branch: cfgperl
7606            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7607            ! config_h.SH
7608      Branch: metaconfig/U/perl
7609            + bincompat5005.U
7610 ____________________________________________________________________________
7611 [  3834] By: jhi                                   on 1999/07/29  19:25:35
7612         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
7613      Branch: cfgperl
7614            ! Makefile.SH
7615 ____________________________________________________________________________
7616 [  3833] By: jhi                                   on 1999/07/29  14:07:09
7617         Log: Integrate with Sarathy.  I overruled on perldelta
7618              and perldiag.
7619      Branch: cfgperl
7620           !> README.win32 emacs/cperl-mode.el globals.c installperl
7621           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
7622           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
7623           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
7624           !> win32/perllib.c win32/win32.c
7625 ____________________________________________________________________________
7626 [  3832] By: jhi                                   on 1999/07/29  14:02:50
7627         Log: Repent and make overly large integerish
7628              constants non-fatal.  They are now promoted
7629              to NVs, accompanied by an overflow warning that
7630              is by default on.
7631      Branch: cfgperl
7632            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
7633            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
7634            ! toke.c util.c
7635 ____________________________________________________________________________
7636 [  3831] By: jhi                                   on 1999/07/29  11:40:04
7637         Log: AIX exhibits different error on failed system().
7638              Slightly modified patch via private email from
7639              David R. Favor <dfavor@austin.ibm.com>
7640      Branch: cfgperl
7641            ! t/op/exec.t
7642 ____________________________________________________________________________
7643 [  3830] By: gsar                                  on 1999/07/29  07:46:11
7644         Log: cperl-mode.el v4.19
7645      Branch: perl
7646            ! emacs/cperl-mode.el
7647 ____________________________________________________________________________
7648 [  3829] By: gsar                                  on 1999/07/29  07:30:35
7649         Log: From: jan.dubois@ibm.net (Jan Dubois)
7650              Date: Wed, 28 Jul 1999 22:01:42 +0200
7651              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
7652              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
7653      Branch: perl
7654            ! win32/bin/pl2bat.pl
7655 ____________________________________________________________________________
7656 [  3828] By: gsar                                  on 1999/07/29  07:19:27
7657         Log: tweak previous change for multiple hits
7658      Branch: perl
7659            ! utils/perldoc.PL
7660 ____________________________________________________________________________
7661 [  3827] By: gsar                                  on 1999/07/29  07:10:00
7662         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
7663              really needs a pod2text() compatibility function)
7664      Branch: perl
7665            ! utils/perldoc.PL
7666 ____________________________________________________________________________
7667 [  3826] By: gsar                                  on 1999/07/29  01:33:46
7668         Log: minor tweaks to pods and toke.c comments
7669      Branch: perl
7670            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
7671 ____________________________________________________________________________
7672 [  3825] By: gsar                                  on 1999/07/29  00:12:52
7673         Log: integrate cfgperl changes into mainline
7674      Branch: perl
7675           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7676           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
7677           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7678           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
7679           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7680           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
7681           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
7682           !> t/pragma/warn/util toke.c util.c
7683 ____________________________________________________________________________
7684 [  3824] By: jhi                                   on 1999/07/28  21:15:04
7685         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
7686      Branch: cfgperl
7687            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7688            ! ext/IO/lib/IO/Socket/INET.pm
7689 ____________________________________________________________________________
7690 [  3823] By: jhi                                   on 1999/07/28  20:29:17
7691         Log: Continue pack() doc honing.
7692      Branch: cfgperl
7693            ! pod/perlfunc.pod
7694 ____________________________________________________________________________
7695 [  3822] By: jhi                                   on 1999/07/28  20:17:37
7696         Log: Enhance pack() doc.
7697      Branch: cfgperl
7698            ! pod/perlfunc.pod
7699 ____________________________________________________________________________
7700 [  3821] By: jhi                                   on 1999/07/28  18:34:50
7701         Log: UNIX Domain Sockets are not implemented under QNX.
7702              
7703              From: Norton Allen <allen@huarp.harvard.edu>
7704              To: perl5-porters@perl.org
7705              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
7706              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
7707              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
7708      Branch: cfgperl
7709            ! t/lib/io_unix.t
7710 ____________________________________________________________________________
7711 [  3820] By: jhi                                   on 1999/07/28  18:13:37
7712         Log: IO::* enhancements.
7713              
7714              1) write() and syswrite() will now accept a single-argument
7715              form of the call, for consistency with Perl's syswrite().
7716              2) You can create a TCP-based IO::Socket::INET without forcing
7717              a connect attempt.  This allows you to configure its options
7718              (like making it non-blocking) and then call connect() manually.
7719              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
7720              from ever returning the correct value.
7721              
7722              From: Lincoln Stein <lstein@formaggio.cshl.org>
7723              To: Graham Barr <gbarr@pobox.com>
7724              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
7725              Subject: Re: patch for IO::*
7726              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
7727              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
7728      Branch: cfgperl
7729            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7730            ! ext/IO/lib/IO/Socket/INET.pm
7731 ____________________________________________________________________________
7732 [  3819] By: gsar                                  on 1999/07/28  18:08:06
7733         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
7734      Branch: perl
7735            ! README.win32 globals.c installperl iperlsys.h makedef.pl
7736            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
7737            ! win32/win32.c
7738 ____________________________________________________________________________
7739 [  3818] By: jhi                                   on 1999/07/28  17:48:16
7740         Log: Need to add QNX to the list for DONT_DECLARE_STD.
7741              (The elimination of use of the _() macro apparently triggered
7742              an incompatability with a #define of atof)
7743              
7744              From: Norton Allen <allen@huarp.harvard.edu>
7745              To: perl5-porters@perl.org
7746              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
7747              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
7748              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
7749      Branch: cfgperl
7750            ! perl.h
7751 ____________________________________________________________________________
7752 [  3817] By: jhi                                   on 1999/07/28  17:46:30
7753         Log: Need to add some more conditions to deal with the case
7754              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
7755              which is true for QNX4.
7756              From: Norton Allen <allen@huarp.harvard.edu>
7757              To: perl5-porters@perl.org
7758              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
7759              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
7760              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
7761      Branch: cfgperl
7762            ! pp_sys.c
7763 ____________________________________________________________________________
7764 [  3816] By: jhi                                   on 1999/07/28  17:43:40
7765         Log: The QNX shell needs a couple more semicolons.
7766              
7767              From: Norton Allen <allen@huarp.harvard.edu>
7768              To: perl5-porters@perl.org
7769              Subject: [ID 19990728.007] Patch:Configure _58 QNX
7770              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
7771              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
7772              
7773              plus silence metalint moanings on vendorprefix.
7774      Branch: cfgperl
7775            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7776            ! config_h.SH
7777 ____________________________________________________________________________
7778 [  3815] By: jhi                                   on 1999/07/28  17:31:11
7779         Log: Silence metalint on vendorprefix.U.
7780      Branch: metaconfig
7781            ! U/installdirs/vendorprefix.U
7782 ____________________________________________________________________________
7783 [  3814] By: jhi                                   on 1999/07/28  17:13:29
7784         Log: QNX shell needs more semicolons.
7785      Branch: metaconfig/U/perl
7786            ! Extensions.U
7787 ____________________________________________________________________________
7788 [  3813] By: jhi                                   on 1999/07/28  17:05:08
7789         Log: Integrate with Sarathy.
7790      Branch: cfgperl
7791           !> lib/ExtUtils/MM_Unix.pm
7792 ____________________________________________________________________________
7793 [  3812] By: jhi                                   on 1999/07/28  16:20:17
7794         Log: Fix a typo, un-shout, and reformat the installation output.
7795      Branch: cfgperl
7796            ! lib/ExtUtils/Install.pm
7797 ____________________________________________________________________________
7798 [  3811] By: gsar                                  on 1999/07/28  15:41:11
7799         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
7800      Branch: perl
7801            ! lib/ExtUtils/MM_Unix.pm
7802 ____________________________________________________________________________
7803 [  3810] By: jhi                                   on 1999/07/28  13:55:57
7804         Log: Talk more about subsecond things in perlfunc.
7805              (Yes, redundant with perlfaq8.)
7806      Branch: cfgperl
7807            ! pod/perlfunc.pod
7808 ____________________________________________________________________________
7809 [  3809] By: jhi                                   on 1999/07/28  07:23:48
7810         Log: Integrate with Sarathy.
7811      Branch: cfgperl
7812           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
7813           !> t/op/pwent.t
7814 ____________________________________________________________________________
7815 [  3808] By: jhi                                   on 1999/07/28  07:23:03
7816         Log: Document toke.c.
7817              From: Nathan Torkington <gnat@frii.com>
7818              To: perl5-porters@perl.org
7819              Subject: Re: toke.c patch, work in progress
7820              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
7821              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
7822      Branch: cfgperl
7823            ! toke.c
7824 ____________________________________________________________________________
7825 [  3807] By: jhi                                   on 1999/07/28  07:10:56
7826         Log: perlre clarification.
7827              
7828              From: Ian Phillipps <ian@dial.pipex.com>
7829              To: Perl 5 Porters <perl5-porters@perl.org>
7830              Subject: [PATCH 5.00557] Add definite article to perlre.pod
7831              Date: Tue, 27 Jul 1999 10:46:29 +0100
7832              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
7833      Branch: cfgperl
7834            ! pod/perlre.pod
7835 ____________________________________________________________________________
7836 [  3806] By: gsar                                  on 1999/07/28  07:07:46
7837         Log: fix the perl -V breakage
7838              
7839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7840              To: Jarkko Hietaniemi <jhi@iki.fi>
7841              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
7842              gsar@activestate.com
7843              Subject: Re: Follow up to: _58 on AIX 431
7844              Date: Tue, 27 Jul 1999 17:42:00 -0400
7845              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
7846      Branch: perl
7847            ! configpm
7848 ____________________________________________________________________________
7849 [  3805] By: gsar                                  on 1999/07/28  07:03:34
7850         Log: avoid warning (from Doug MacEachern)
7851      Branch: perl
7852            ! perl.h
7853 ____________________________________________________________________________
7854 [  3804] By: gsar                                  on 1999/07/28  06:59:30
7855         Log: Pod::Html tweak
7856              
7857              From: jan.dubois@ibm.net (Jan Dubois)
7858              To: perl5-porters@perl.org
7859              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
7860              Date: Tue, 27 Jul 1999 22:14:12 +0200
7861              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
7862      Branch: perl
7863            ! lib/Pod/Html.pm
7864 ____________________________________________________________________________
7865 [  3803] By: gsar                                  on 1999/07/28  06:56:38
7866         Log: freebsd hints update
7867              
7868              From: Anton Berezin <tobez@plab.ku.dk>
7869              To: perl5-porters@perl.org
7870              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
7871              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
7872              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
7873      Branch: perl
7874            ! hints/freebsd.sh
7875 ____________________________________________________________________________
7876 [  3802] By: gsar                                  on 1999/07/28  06:51:32
7877         Log: cosmetic testsuite patch
7878              
7879              From: Graham Barr <gbarr@ti.com>
7880              To: Perl5 Porters <perl5-porters@perl.org>
7881              Subject: 5.005_58 build
7882              Date: Tue, 27 Jul 1999 08:09:25 -0500
7883              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
7884      Branch: perl
7885            ! t/op/grent.t t/op/pwent.t
7886 ____________________________________________________________________________
7887 [  3801] By: jhi                                   on 1999/07/27  13:49:39
7888         Log: Minuscule cleanup of the integer overflow patch.
7889      Branch: cfgperl
7890            ! util.c
7891 ____________________________________________________________________________
7892 [  3800] By: jhi                                   on 1999/07/27  13:37:23
7893         Log: Test hex('x...').
7894      Branch: cfgperl
7895            ! t/op/oct.t
7896 ____________________________________________________________________________
7897 [  3799] By: jhi                                   on 1999/07/27  12:45:45
7898         Log: Integrate with Sarathy (5.005_58).
7899      Branch: cfgperl
7900            - ext/B/byteperl.c
7901           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
7902           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
7903           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
7904           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7905           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
7906           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
7907           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
7908           !> win32/config_H.vc
7909 ____________________________________________________________________________
7910 [  3798] By: jhi                                   on 1999/07/27  12:42:43
7911         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
7912              they used to be just optional lexical warnings.
7913              Also, with warnings turned on, constants > 2**32-1
7914              trigger a non-portability warning.
7915      Branch: cfgperl
7916            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
7917            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
7918            ! util.c
7919 ____________________________________________________________________________
7920 [  3797] By: gsar                                  on 1999/07/27  10:48:27
7921         Log: here lies 5.005_58
7922      Branch: perl
7923            - ext/B/byteperl.c
7924            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
7925            ! pod/perlfaq9.pod pod/perlhist.pod
7926
7927 ----------------
7928 Version 5.005_58
7929 ----------------
7930
7931 ____________________________________________________________________________
7932 [  3796] By: gsar                                  on 1999/07/27  09:23:42
7933         Log: regenerate win32/config_H.?c
7934      Branch: perl
7935            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7936 ____________________________________________________________________________
7937 [  3795] By: gsar                                  on 1999/07/27  09:02:31
7938         Log: From: Tye McQueen <tye@metronet.com>
7939              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
7940              Message-Id: <199907270019.AA08223@metronet.com>
7941              Subject: Patch pl2bat.pl so batch file can fail
7942      Branch: perl
7943            ! win32/bin/pl2bat.pl
7944 ____________________________________________________________________________
7945 [  3794] By: gsar                                  on 1999/07/27  08:59:58
7946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7947              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
7948              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
7949              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
7950      Branch: perl
7951            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
7952            ! lib/SelfLoader.pm
7953 ____________________________________________________________________________
7954 [  3793] By: gsar                                  on 1999/07/27  08:19:16
7955         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
7956              (from Andy Dougherty)
7957      Branch: perl
7958            ! embed.h embed.pl
7959 ____________________________________________________________________________
7960 [  3792] By: gsar                                  on 1999/07/27  08:04:19
7961         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
7962              and Brad Appleton)
7963      Branch: perl
7964            ! lib/Pod/Parser.pm
7965 ____________________________________________________________________________
7966 [  3791] By: gsar                                  on 1999/07/27  07:50:54
7967         Log: cover case where CLK_TCK is a float, not integer (from
7968              alexander smishlajev <als@turnhere.com>)
7969      Branch: perl
7970            ! ext/Devel/DProf/DProf.xs
7971 ____________________________________________________________________________
7972 [  3790] By: gsar                                  on 1999/07/27  07:45:08
7973         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
7974              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
7975      Branch: perl
7976            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7977            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7978 ____________________________________________________________________________
7979 [  3789] By: jhi                                   on 1999/07/27  07:44:55
7980         Log: Integrate with Sarathy.
7981      Branch: cfgperl
7982           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7983           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
7984           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
7985           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
7986           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
7987           !> proto.h t/comp/proto.t t/io/open.t
7988 ____________________________________________________________________________
7989 [  3788] By: gsar                                  on 1999/07/27  07:29:59
7990         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
7991              to Russ Allbery <rra@stanford.edu>); s/Simple// and
7992              s/pod2txt/pod2text/ etc.
7993      Branch: perl
7994            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7995            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
7996 ____________________________________________________________________________
7997 [  3787] By: gsar                                  on 1999/07/27  06:48:40
7998         Log: From: Andy Dougherty <doughera@lafayette.edu>
7999              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8000              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8001              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8002      Branch: perl
8003            ! ext/SDBM_File/sdbm/sdbm.h
8004 ____________________________________________________________________________
8005 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8006         Log: applied suggested patch; added missing prototype changes to
8007              opcode.pl along with documentation typos (feature still needs
8008              to be described in perlopentut.pod and summarized in
8009              perldelta.pod)
8010              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8011              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8012              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8013              Subject: [PATCH 5.00557] 3-arg open
8014      Branch: perl
8015            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8016            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8017            ! proto.h t/comp/proto.t t/io/open.t
8018 ____________________________________________________________________________
8019 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8020         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8021              <roland.bauer@fff.at>)
8022      Branch: perl
8023            ! lib/Pod/Html.pm
8024 ____________________________________________________________________________
8025 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8026         Log: change#3762 wasn't needed
8027      Branch: perl
8028            ! ext/B/B/CC.pm
8029 ____________________________________________________________________________
8030 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8031         Log: Integrate with Sarathy.
8032      Branch: cfgperl
8033           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8034           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8035           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8036 ____________________________________________________________________________
8037 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8038         Log: update Changes, patchlevel &c.
8039      Branch: perl
8040            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8041            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8042 ____________________________________________________________________________
8043 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8044         Log: a more correct fix for change#2744
8045              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8046              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8047              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8048              Subject: [PATCH _57] Re: toke.c questions 
8049      Branch: perl
8050            ! toke.c
8051 ____________________________________________________________________________
8052 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8053         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8054      Branch: perl
8055            ! pod/perlfunc.pod
8056 ____________________________________________________________________________
8057 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8058         Log: Dusting off.
8059      Branch: cfgperl
8060            ! README.threads
8061 ____________________________________________________________________________
8062 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8063         Log: avoid DIVZERO
8064      Branch: perl
8065            ! utils/dprofpp.PL
8066 ____________________________________________________________________________
8067 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8068         Log: warnings identified by Borland compiler
8069      Branch: perl
8070            ! makedef.pl pp_ctl.c
8071 ____________________________________________________________________________
8072 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8073         Log: Integrate with Sarathy.
8074      Branch: cfgperl
8075           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8076 ____________________________________________________________________________
8077 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8078         Log: avoid infinite recursion when Thread.pm croaks during
8079              bootstrap
8080      Branch: perl
8081            ! lib/Carp/Heavy.pm
8082 ____________________________________________________________________________
8083 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8084         Log: integrate cfgperl contents into mainline
8085      Branch: perl
8086           +> lib/Carp/Heavy.pm
8087           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8088           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8089           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8090           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8091           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8092 ____________________________________________________________________________
8093 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8094         Log: Use long doubles only if they are useful.
8095      Branch: cfgperl
8096            ! ext/POSIX/POSIX.xs
8097 ____________________________________________________________________________
8098 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8099         Log: typo in change#3768
8100      Branch: perl
8101            ! pp_hot.c
8102 ____________________________________________________________________________
8103 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8104         Log: alpha-stage support for user-hooks in @INC
8105              From: Ken Fox <kfox@ford.com>
8106              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8107              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8108              Subject: Re: loading remote modules
8109      Branch: perl
8110            ! pp_ctl.c
8111 ____________________________________________________________________________
8112 [  3770] By: jhi                                   on 1999/07/26  11:38:36
8113         Log: Back out #3735.  Needs more work.
8114      Branch: cfgperl
8115            ! Makefile.SH cflags.SH configpm ext/util/make_ext
8116            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
8117            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8118            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8119            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
8120 ____________________________________________________________________________
8121 [  3769] By: jhi                                   on 1999/07/26  11:24:45
8122         Log: Integrate with Sarathy.
8123      Branch: cfgperl
8124           !> (integrate 35 files)
8125 ____________________________________________________________________________
8126 [  3768] By: gsar                                  on 1999/07/26  11:03:07
8127         Log: optimize method name lookup
8128              From: Chip Salzenberg <chip@perlsupport.com>
8129              Date: Thu, 22 Jul 1999 13:43:36 -0400
8130              Message-ID: <19990722134336.Q391@perlsupport.com>
8131              Subject: [PATCH] OP_METHOD_NAMED
8132      Branch: perl
8133            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
8134            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
8135            ! proto.h
8136 ____________________________________________________________________________
8137 [  3767] By: gsar                                  on 1999/07/26  10:44:11
8138         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
8139              foo()->()); rework grammar to remove conflicts
8140              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8141              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
8142              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
8143              Subject: [PATCH _57, long] Re: optional arrow asymmetry
8144      Branch: perl
8145            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
8146            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
8147            ! vms/perly_c.vms vms/perly_h.vms
8148 ____________________________________________________________________________
8149 [  3766] By: jhi                                   on 1999/07/26  10:18:56
8150         Log: Use $< instead of $*.c in *perlmain.o rules.
8151      Branch: cfgperl
8152            ! Makefile.SH
8153 ____________________________________________________________________________
8154 [  3765] By: gsar                                  on 1999/07/26  09:28:48
8155         Log: From: Ian Phillipps <ian@dial.pipex.com>
8156              Date: Fri, 23 Jul 1999 23:35:56 +0100
8157              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
8158              Subject: (Version 2) Extending unpack to deal with counted strings
8159      Branch: perl
8160            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
8161 ____________________________________________________________________________
8162 [  3764] By: jhi                                   on 1999/07/26  09:17:26
8163         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8164              To: perl5-porters@perl.org (Mailing list Perl5)
8165              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
8166              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
8167              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
8168              
8169              The patch was based on 5_57 so had to re-apply lib/Carp.pm
8170              parts of changes #3498, #3696, and #3702 for the new
8171              lib/Carp/Heavy.pm.
8172      Branch: cfgperl
8173            + lib/Carp/Heavy.pm
8174            ! MANIFEST lib/Carp.pm
8175 ____________________________________________________________________________
8176 [  3763] By: gsar                                  on 1999/07/26  09:03:17
8177         Log: ~ isn't valid in VMS filenames
8178      Branch: perl
8179            ! lib/Pod/Html.pm
8180 ____________________________________________________________________________
8181 [  3762] By: gsar                                  on 1999/07/26  08:59:47
8182         Log: setstate stop-gap from Vishal Bhatia
8183      Branch: perl
8184            ! ext/B/B/CC.pm
8185 ____________________________________________________________________________
8186 [  3761] By: gsar                                  on 1999/07/26  08:06:39
8187         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
8188              add B::OP::name() method that returns just the op_name;
8189              convert Deparse et all to use that instead of B::OP::ppaddr();
8190              add support for OP_SETSTATE in Deparse
8191      Branch: perl
8192            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
8193            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8194            ! ext/B/B/Xref.pm opcode.h opcode.pl
8195 ____________________________________________________________________________
8196 [  3760] By: jhi                                   on 1999/07/26  07:14:43
8197         Log: Integrate with Sarathy.
8198      Branch: cfgperl
8199           !> (integrate 43 files)
8200 ____________________________________________________________________________
8201 [  3759] By: gsar                                  on 1999/07/26  05:12:24
8202         Log: add disclaimer about perl 4 libraries (modified version of
8203              patch suggested by Clinton Pierce <cpierce1@ford.com>)
8204      Branch: perl
8205            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
8206            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
8207            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
8208            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
8209            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
8210 ____________________________________________________________________________
8211 [  3758] By: gsar                                  on 1999/07/26  04:48:35
8212         Log: make reset() behave with high-bit characters
8213              From: Ian Phillipps <ian@dial.pipex.com>
8214              Date: Thu, 22 Jul 1999 22:48:59 +0100
8215              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
8216              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
8217      Branch: perl
8218            ! sv.c
8219 ____________________________________________________________________________
8220 [  3757] By: gsar                                  on 1999/07/26  04:40:32
8221         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
8222      Branch: perl
8223            ! pod/perlport.pod
8224 ____________________________________________________________________________
8225 [  3756] By: gsar                                  on 1999/07/26  04:20:37
8226         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
8227      Branch: perl
8228            ! utils/dprofpp.PL
8229 ____________________________________________________________________________
8230 [  3755] By: gsar                                  on 1999/07/26  04:18:00
8231         Log: disable VPATH for now (breaks x2p build)
8232      Branch: perl
8233            ! x2p/Makefile.SH
8234 ____________________________________________________________________________
8235 [  3754] By: gsar                                  on 1999/07/26  03:15:33
8236         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
8237              (%! has the necessary magic); misc typos
8238      Branch: perl
8239            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8240            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
8241            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
8242            ! utils/h2xs.PL
8243 ____________________________________________________________________________
8244 [  3753] By: gsar                                  on 1999/07/26  02:38:28
8245         Log: integrate cfgperl contents into mainline
8246      Branch: perl
8247           +> t/pragma/locale/latin1 t/pragma/locale/utf8
8248           !> (integrate 53 files)
8249 ____________________________________________________________________________
8250 [  3752] By: gsar                                  on 1999/07/26  02:11:31
8251         Log: ensure implicitly closed handles don't set $? or $!
8252      Branch: perl
8253            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
8254 ____________________________________________________________________________
8255 [  3751] By: gsar                                  on 1999/07/26  01:28:34
8256         Log: change#3534 didn't preserve undef return values from caller()
8257      Branch: perl
8258            ! Changes pp_ctl.c
8259 ____________________________________________________________________________
8260 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8261         Log: Back up a tiny bit from #3735.
8262              This may break builds outside the source directory
8263              but then again, they do not work that ell yet anyway.
8264      Branch: cfgperl
8265            ! Makefile.SH
8266 ____________________________________________________________________________
8267 [  3750] By: jhi                                   on 1999/07/25  20:59:29
8268         Log: Back up a tiny bit from #3735.
8269              This may break builds outside the source directory
8270              but then again, they do not work that ell yet anyway.
8271      Branch: cfgperl
8272            ! Makefile.SH
8273 ____________________________________________________________________________
8274 [  3749] By: jhi                                   on 1999/07/25  19:15:55
8275         Log: Integrate with Sarathy.
8276      Branch: cfgperl
8277           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
8278 ____________________________________________________________________________
8279 [  3748] By: jhi                                   on 1999/07/25  19:06:59
8280         Log: Recode locale.t so that the change in #3730
8281              is not needed and locale.t works both without
8282              and with the utf8 pragma.
8283      Branch: cfgperl
8284            + t/pragma/locale/latin1 t/pragma/locale/utf8
8285            ! MANIFEST t/pragma/locale.t
8286 ____________________________________________________________________________
8287 [  3747] By: jhi                                   on 1999/07/25  19:01:46
8288         Log: Like #3743.
8289      Branch: cfgperl
8290            ! utils/perlbug.PL
8291 ____________________________________________________________________________
8292 [  3746] By: gsar                                  on 1999/07/25  18:08:58
8293         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
8294              append a HISTORY section to POD if option is used
8295      Branch: perl
8296            ! utils/h2xs.PL
8297 ____________________________________________________________________________
8298 [  3745] By: gsar                                  on 1999/07/25  17:40:03
8299         Log: warn rather than die when parse_version() can't cut it (from
8300              Michael G Schwern <schwern@pobox.com>)
8301      Branch: perl
8302            ! lib/ExtUtils/MM_Unix.pm
8303 ____________________________________________________________________________
8304 [  3744] By: gsar                                  on 1999/07/25  16:32:48
8305         Log: make map behave like grep wrt indirect object slot when
8306              there are parentheses; revert an experimental mod by Larry
8307              in change#2038 that failed to parse %{{qw(a b c)}} properly
8308              (this means C<map {use Foo; ...} ...> still needs a proper
8309              fix)
8310      Branch: perl
8311            ! toke.c
8312 ____________________________________________________________________________
8313 [  3743] By: jhi                                   on 1999/07/25  16:24:55
8314         Log: Fix a typo in #3725.
8315      Branch: cfgperl
8316            ! utils/perlbug.PL
8317 ____________________________________________________________________________
8318 [  3742] By: jhi                                   on 1999/07/25  16:14:39
8319         Log: Integrate with Sarathy.
8320      Branch: cfgperl
8321           !> (integrate 26 files)
8322 ____________________________________________________________________________
8323 [  3741] By: jhi                                   on 1999/07/25  16:02:28
8324         Log: Cut-and-pasto in #3737.
8325      Branch: cfgperl
8326            ! perl.c
8327 ____________________________________________________________________________
8328 [  3740] By: gsar                                  on 1999/07/25  15:59:34
8329         Log: add note about glibc bug
8330      Branch: perl
8331            ! t/pragma/warn/pp_hot
8332 ____________________________________________________________________________
8333 [  3739] By: gsar                                  on 1999/07/25  15:48:40
8334         Log: fix bug in change#3728 that might free COPs prematurely;
8335              null(op) now does more thorough scrubbing of the op, which
8336              fixes a few compile-time memory "leaks"
8337      Branch: perl
8338            ! dump.c embed.h embed.pl op.c proto.h
8339 ____________________________________________________________________________
8340 [  3738] By: jhi                                   on 1999/07/25  14:15:26
8341         Log: In accordance with #3737.
8342      Branch: metaconfig
8343            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
8344            ! U/modified/Oldconfig.U
8345      Branch: metaconfig/U/perl
8346            ! Extensions.U
8347 ____________________________________________________________________________
8348 [  3737] By: jhi                                   on 1999/07/25  14:12:34
8349         Log: Use vendorprefixlib.
8350      Branch: cfgperl
8351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8352            ! config_h.SH perl.c
8353 ____________________________________________________________________________
8354 [  3736] By: jhi                                   on 1999/07/25  13:10:03
8355         Log: Populate metaconfig branch.
8356      Branch: metaconfig
8357            + (add 1468 files)
8358      Branch: metaconfig/U/perl
8359            + (add 101 files)
8360 ____________________________________________________________________________
8361 [  3735] By: jhi                                   on 1999/07/25  12:27:20
8362         Log: First steps of making builds outside the source
8363              directory possible.  These should get us as far
8364              as miniperl, then building DynaLoader falls into
8365              tiny twinkling pieces as MakeMaker knows nothing
8366              of VPATH mindset.
8367      Branch: cfgperl
8368            ! Configure Makefile.SH cflags.SH config_h.SH configpm
8369            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
8370            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
8371            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
8372            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
8373 ____________________________________________________________________________
8374 [  3734] By: jhi                                   on 1999/07/25  11:19:28
8375         Log: Poor Glossary--are we fixed yet?
8376      Branch: cfgperl
8377            ! Porting/Glossary
8378 ____________________________________________________________________________
8379 [  3733] By: jhi                                   on 1999/07/25  11:15:06
8380         Log: Change #3732 mistakenly clobbered Glossary.
8381      Branch: cfgperl
8382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8383            ! config_h.SH
8384 ____________________________________________________________________________
8385 [  3732] By: jhi                                   on 1999/07/25  10:46:39
8386         Log: Andy's new installation scheme (note: a lot of this
8387              leaked in already with change #3731).  The vendor*
8388              stuff is not used anywhere (in *.SH, say), so it
8389              isn't in Configure, either.
8390      Branch: cfgperl
8391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8392            ! config_h.SH
8393 ____________________________________________________________________________
8394 [  3731] By: jhi                                   on 1999/07/25  10:12:07
8395         Log: Circumcode a strange shell(?) bug in AIX found
8396              while trying to do -Duse64bits (which I couldn't do
8397              in the end because the CPU isn't 64-bit in that box,
8398              but at least now the probing doesn't crash.)
8399      Branch: cfgperl
8400            ! Configure config_h.SH hints/aix.sh
8401 ____________________________________________________________________________
8402 [  3730] By: gsar                                  on 1999/07/25  04:56:56
8403         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
8404              a utf8 bug in one of the new RE optimizations
8405      Branch: perl
8406            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
8407            ! t/pragma/locale.t
8408 ____________________________________________________________________________
8409 [  3729] By: jhi                                   on 1999/07/23  19:56:27
8410         Log: From: Andy Dougherty <doughera@lafayette.edu>
8411              To: Perl Porters <perl5-porters@perl.org>
8412              Subject: [PATCH 5.005_57] INSTALL-1.58
8413              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
8414              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
8415              
8416              plus
8417              
8418              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8419              To: Andy Dougherty <doughera@lafayette.edu>
8420              Cc: Perl Porters <perl5-porters@perl.org>
8421              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
8422              Date: Fri, 23 Jul 1999 13:38:25 -0400
8423              Message-ID: <19990723133825.A12033@O2.chapin.edu>
8424      Branch: cfgperl
8425            ! INSTALL
8426 ____________________________________________________________________________
8427 [  3728] By: gsar                                  on 1999/07/23  17:24:42
8428         Log: applied suggested patch for tracking line numbers correctly in
8429              optimized blocks with a single statement; changed setcop to
8430              setstate and added code for -Dx dumps
8431              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8432              Date: Wed, 23 Jun 1999 17:27:42 +0100
8433              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
8434              Subject: [PATCH 5.005_57] Line number error in optimised else() 
8435      Branch: perl
8436            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
8437            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
8438            ! pp_proto.h t/op/misc.t
8439 ____________________________________________________________________________
8440 [  3727] By: gsar                                  on 1999/07/23  15:56:04
8441         Log: avoid useless use of target for pp_each(); also fixes bugs due to
8442              refcount held by the target
8443      Branch: perl
8444            ! opcode.h opcode.pl pp.c t/op/each.t
8445 ____________________________________________________________________________
8446 [  3726] By: jhi                                   on 1999/07/23  12:08:30
8447         Log: Change #3725 aftershock.
8448      Branch: cfgperl
8449            ! INSTALL jpl/JNI/JNI.pm
8450 ____________________________________________________________________________
8451 [  3725] By: jhi                                   on 1999/07/23  11:58:49
8452         Log: Introduce $Config{ldlibpthname} which contains
8453              the name of the environment variable holding the
8454              dynamic library search path, often LD_LIBRARY_PATH.
8455              Use this new feature all over.
8456              Also removed remnants of admonition "add LD_LIBRARY_PATH
8457              before running make" because Makefile.SH does this for you. 
8458      Branch: cfgperl
8459            ! Configure Makefile.SH config_h.SH
8460            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
8461            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
8462            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
8463            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
8464            ! jpl/install-jpl utils/perlbug.PL
8465 ____________________________________________________________________________
8466 [  3724] By: jhi                                   on 1999/07/23  08:03:36
8467         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
8468              To: perl5-porters@perl.org
8469              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
8470              Date: Thu, 22 Jul 1999 19:58:34 -0400
8471              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
8472      Branch: cfgperl
8473            ! av.c
8474 ____________________________________________________________________________
8475 [  3723] By: gsar                                  on 1999/07/23  00:01:29
8476         Log: emit warning about function calls that were encountered too early
8477              to enforce their prototype
8478      Branch: perl
8479            ! op.c op.h pod/perldiag.pod
8480 ____________________________________________________________________________
8481 [  3722] By: jhi                                   on 1999/07/22  21:19:59
8482         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8483              To: perl5-porters@perl.org
8484              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
8485              Subject: [PATCH] MakeMaker documentation
8486              Date: Wed, 21 Jul 1999 14:15:42 -0400
8487              Message-ID: <19990721141542.A1800@O2.chapin.edu>
8488      Branch: cfgperl
8489            ! lib/ExtUtils/MakeMaker.pm
8490 ____________________________________________________________________________
8491 [  3721] By: jhi                                   on 1999/07/22  21:05:19
8492         Log: From: pvhp@forte.com (Peter Prymmer)
8493              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
8494              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
8495              Date: Wed, 21 Jul 99 17:15:39 PDT
8496              Message-Id: <9907220015.AA11931@forte.com>
8497      Branch: cfgperl
8498            ! hints/os390.sh
8499 ____________________________________________________________________________
8500 [  3720] By: jhi                                   on 1999/07/22  20:51:17
8501         Log: AIX magic: ccdlflags needs to be different for
8502              Perl itself and for extra-core extensions
8503              (as used by ExtUtilss::embed::ldopts).
8504              Based on the problems described in
8505              
8506              From: Mike W Ellwood <mwe@rl.ac.uk>
8507              To: perl5-porters@perl.org
8508              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
8509              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
8510              Reply-To: m.w.ellwood@rl.ac.uk
8511              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
8512      Branch: cfgperl
8513            ! Configure Makefile.SH config_h.SH hints/aix.sh
8514 ____________________________________________________________________________
8515 [  3719] By: jhi                                   on 1999/07/22  08:23:53
8516         Log: Update history records.
8517      Branch: cfgperl
8518            ! pod/perlhist.pod
8519 ____________________________________________________________________________
8520 [  3718] By: jhi                                   on 1999/07/21  13:54:42
8521         Log: Todododobedobedo.
8522      Branch: cfgperl
8523            ! Todo
8524 ____________________________________________________________________________
8525 [  3717] By: jhi                                   on 1999/07/21  12:10:48
8526         Log: Even more Todo.
8527      Branch: cfgperl
8528            ! Todo
8529 ____________________________________________________________________________
8530 [  3716] By: jhi                                   on 1999/07/21  11:40:39
8531         Log: Use Errno more extensively so that error
8532              messages are more portable (another way
8533              would be to muck around with LC_MESSAGES).
8534              Problem reported in
8535              
8536              From: oracle@pcr8.pcr.com
8537              To: perl5-porters@perl.org
8538              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
8539              Date: Mon, 19 Jul 1999 18:39:13 -0400
8540              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
8541      Branch: cfgperl
8542            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
8543            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
8544            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
8545 ____________________________________________________________________________
8546 [  3715] By: jhi                                   on 1999/07/21  11:05:36
8547         Log: Slightly modified patch.
8548              From: Sean Sheedy <seans@ncube.com>
8549              To: perl5-porters@perl.org
8550              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
8551              Date: Tue, 20 Jul 1999 09:52:06 -0700
8552              Message-Id: <3794A935.1C150E54@ncube.com>
8553      Branch: cfgperl
8554            ! cflags.SH x2p/cflags.SH
8555 ____________________________________________________________________________
8556 [  3714] By: jhi                                   on 1999/07/20  21:26:19
8557         Log: More Todo.
8558      Branch: cfgperl
8559            ! Todo
8560 ____________________________________________________________________________
8561 [  3713] By: jhi                                   on 1999/07/20  18:02:45
8562         Log: Integrate with Sarathy.
8563      Branch: cfgperl
8564           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8565           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8566           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
8567           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
8568           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
8569           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
8570           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
8571           +> utils/dprofpp.PL
8572           !> INSTALL MAINTAIN MANIFEST configure.com
8573           !> ext/Devel/Peek/Makefile.PL installman installperl
8574           !> pod/roffitall utils/Makefile vms/descrip_mms.template
8575           !> win32/Makefile win32/makefile.mk win32/win32.h
8576 ____________________________________________________________________________
8577 [  3712] By: gsar                                  on 1999/07/20  15:29:01
8578         Log: DProf tweak
8579      Branch: perl
8580            ! ext/Devel/DProf/DProf.xs
8581 ____________________________________________________________________________
8582 [  3711] By: gsar                                  on 1999/07/20  07:56:19
8583         Log: another DProf build tweak
8584      Branch: perl
8585            ! utils/dprofpp.PL
8586 ____________________________________________________________________________
8587 [  3710] By: gsar                                  on 1999/07/20  07:36:36
8588         Log: move DProf things around to where they are supposed to be
8589      Branch: perl
8590            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
8591            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
8592            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
8593            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
8594            + t/lib/dprof/test6_t t/lib/dprof/test6_v
8595           +> utils/dprofpp.PL
8596            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
8597            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
8598            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
8599            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
8600            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
8601            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
8602            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
8603            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
8604            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
8605            ! installperl pod/roffitall utils/Makefile
8606            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8607 ____________________________________________________________________________
8608 [  3709] By: gsar                                  on 1999/07/20  06:13:16
8609         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
8610      Branch: perl
8611            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8612            ! ext/Devel/Peek/Makefile.PL
8613 ____________________________________________________________________________
8614 [  3708] By: gsar                                  on 1999/07/20  06:01:22
8615         Log: move DProf to Devel/DProf
8616      Branch: perl
8617           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
8618           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
8619           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
8620           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
8621           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
8622           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
8623           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
8624           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
8625           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
8626           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
8627           +> ext/Devel/DProf/test.pl
8628            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8629            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8630            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8631            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8632            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8633            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8634            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8635            ! MAINTAIN MANIFEST configure.com win32/Makefile
8636            ! win32/makefile.mk
8637 ____________________________________________________________________________
8638 [  3707] By: gsar                                  on 1999/07/20  05:39:11
8639         Log: add Devel::DProf v19990108 from CPAN, as it was
8640      Branch: perl
8641            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
8642            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
8643            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
8644            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
8645            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
8646            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
8647            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
8648            ! MANIFEST
8649 ____________________________________________________________________________
8650 [  3706] By: gsar                                  on 1999/07/20  04:52:25
8651         Log: C<union any> needs no PERL_OBJECT-treatment
8652      Branch: perl
8653            ! win32/win32.h
8654 ____________________________________________________________________________
8655 [  3705] By: gsar                                  on 1999/07/20  04:11:54
8656         Log: fix problem in default build
8657      Branch: perl
8658            ! win32/Makefile win32/makefile.mk
8659 ____________________________________________________________________________
8660 [  3704] By: jhi                                   on 1999/07/19  07:06:36
8661         Log: Integrate with Sarathy.
8662      Branch: cfgperl
8663           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
8664           !> win32/win32.c
8665 ____________________________________________________________________________
8666 [  3703] By: gsar                                  on 1999/07/19  05:55:57
8667         Log: win32 nits
8668      Branch: perl
8669            ! makedef.pl sv.h
8670 ____________________________________________________________________________
8671 [  3702] By: gsar                                  on 1999/07/19  04:29:34
8672         Log: don't display tid from main thread (or testsuite breaks)
8673      Branch: perl
8674            ! lib/Carp.pm util.c
8675 ____________________________________________________________________________
8676 [  3701] By: gsar                                  on 1999/07/19  00:47:52
8677         Log: remove several doubled (and tripled!) entries
8678      Branch: perl
8679            ! pod/perldiag.pod
8680 ____________________________________________________________________________
8681 [  3700] By: gsar                                  on 1999/07/19  00:42:34
8682         Log: integrate cfgperl contents into mainline
8683      Branch: perl
8684           +> makedef.pl
8685            - perl_exp.SH win32/makedef.pl
8686           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8687           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
8688           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
8689           !> utf8.c util.c win32/Makefile win32/makefile.mk
8690 ____________________________________________________________________________
8691 [  3699] By: gsar                                  on 1999/07/19  00:33:59
8692         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
8693      Branch: perl
8694            ! Changes win32/win32.c
8695 ____________________________________________________________________________
8696 [  3698] By: jhi                                   on 1999/07/18  21:33:57
8697         Log: Integrate with Sarathy.
8698      Branch: cfgperl
8699           +> t/op/chars.t
8700           !> (integrate 57 files)
8701 ____________________________________________________________________________
8702 [  3697] By: gsar                                  on 1999/07/18  05:22:36
8703         Log: From: pvhp@forte.com (Peter Prymmer)
8704              Date: Thu, 1 Jul 99 19:31:24 PDT
8705              Message-Id: <9907020231.AA16942@forte.com>
8706              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
8707      Branch: perl
8708            + t/op/chars.t
8709            ! MANIFEST ebcdic.c t/op/ord.t
8710 ____________________________________________________________________________
8711 [  3696] By: gsar                                  on 1999/07/18  05:11:02
8712         Log: display thread id in diagnostics (suggested by Dan Sugalski)
8713      Branch: perl
8714            ! lib/Carp.pm util.c
8715 ____________________________________________________________________________
8716 [  3695] By: gsar                                  on 1999/07/18  04:57:47
8717         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
8718      Branch: perl
8719            ! pod/perldiag.pod
8720 ____________________________________________________________________________
8721 [  3694] By: gsar                                  on 1999/07/18  04:56:28
8722         Log: cache [NIUP]V conversions of defined READONLY values
8723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8724              Date: Sun, 11 Jul 1999 04:39:44 -0400
8725              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
8726              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
8727      Branch: perl
8728            ! sv.c
8729 ____________________________________________________________________________
8730 [  3693] By: gsar                                  on 1999/07/18  03:53:38
8731         Log: From: jan.dubois@ibm.net (Jan Dubois)
8732              Date: Sat, 17 Jul 1999 10:58:29 +0200
8733              Message-ID: <379144ad.13616689@smtp1.ibm.net>
8734              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
8735      Branch: perl
8736            ! lib/ExtUtils/Manifest.pm
8737 ____________________________________________________________________________
8738 [  3692] By: gsar                                  on 1999/07/18  03:51:03
8739         Log: remove spurious newSTATEOP() that causes goto to enter one too many
8740              contexts when jumping between if and elsif blocks
8741      Branch: perl
8742            ! perly.c perly.y pp_ctl.c t/op/goto.t
8743 ____________________________________________________________________________
8744 [  3691] By: gsar                                  on 1999/07/18  01:49:59
8745         Log: detypo, update Changes
8746      Branch: perl
8747            ! Changes doio.c
8748 ____________________________________________________________________________
8749 [  3690] By: gsar                                  on 1999/07/18  01:16:59
8750         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
8751      Branch: perl
8752            ! lib/integer.pm
8753 ____________________________________________________________________________
8754 [  3689] By: gsar                                  on 1999/07/18  00:47:17
8755         Log: ensure __END__ appears on a line by itself in wrapped
8756              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
8757              mention caveat about successfull kill()
8758      Branch: perl
8759            ! pod/perlfunc.pod win32/bin/pl2bat.pl
8760 ____________________________________________________________________________
8761 [  3688] By: gsar                                  on 1999/07/17  20:47:44
8762         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
8763      Branch: perl
8764            ! ext/SDBM_File/sdbm/Makefile.PL
8765 ____________________________________________________________________________
8766 [  3687] By: gsar                                  on 1999/07/17  20:43:27
8767         Log: make CC.pm use a distinct CCPP() macro rather than PP()
8768              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
8769      Branch: perl
8770            ! cc_runtime.h ext/B/B/CC.pm
8771 ____________________________________________________________________________
8772 [  3686] By: gsar                                  on 1999/07/17  20:39:08
8773         Log: tiny bug in vars.pm (from John Dlugosz)
8774      Branch: perl
8775            ! lib/vars.pm
8776 ____________________________________________________________________________
8777 [  3685] By: gsar                                  on 1999/07/17  20:37:27
8778         Log: applied suggested patch, along with later tweak
8779              From: jan.dubois@ibm.net (Jan Dubois)
8780              Date: Wed, 14 Jul 1999 23:53:43 +0200
8781              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
8782              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
8783      Branch: perl
8784            ! lib/Pod/Html.pm
8785 ____________________________________________________________________________
8786 [  3684] By: gsar                                  on 1999/07/17  20:24:32
8787         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
8788      Branch: perl
8789            ! thrdvar.h
8790 ____________________________________________________________________________
8791 [  3683] By: gsar                                  on 1999/07/17  20:21:01
8792         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8793              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
8794              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
8795              Subject: [PATCH 5.005_57] Segfaults if $^P
8796      Branch: perl
8797            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
8798            ! proto.h
8799 ____________________________________________________________________________
8800 [  3682] By: gsar                                  on 1999/07/17  20:04:17
8801         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
8802              and prefix/lib/perl5/man are ass_u_med only if those directories
8803              actually exist; else prefix/{lib,man} are used)
8804      Branch: perl
8805            ! lib/ExtUtils/MM_Unix.pm
8806 ____________________________________________________________________________
8807 [  3681] By: gsar                                  on 1999/07/17  19:12:33
8808         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
8809      Branch: perl
8810            ! op.c t/comp/proto.t
8811 ____________________________________________________________________________
8812 [  3680] By: gsar                                  on 1999/07/17  18:23:55
8813         Log: fix vec() on magic values
8814              From: Ian Phillipps <ian@dial.pipex.com>
8815              Date: Mon, 12 Jul 1999 12:30:05 +0100
8816              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
8817              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
8818      Branch: perl
8819            ! doop.c t/op/tie.t
8820 ____________________________________________________________________________
8821 [  3679] By: gsar                                  on 1999/07/17  18:10:44
8822         Log: make system() return -1 and set $! if exec of child failed
8823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8824              Date: Fri, 9 Jul 1999 05:21:13 -0400
8825              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
8826              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
8827      Branch: perl
8828            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
8829            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
8830 ____________________________________________________________________________
8831 [  3678] By: gsar                                  on 1999/07/17  17:54:01
8832         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8833              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
8834              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
8835              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
8836      Branch: perl
8837            ! util.c
8838 ____________________________________________________________________________
8839 [  3677] By: gsar                                  on 1999/07/17  17:34:38
8840         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
8841              converted Ken's documentation outline into pod
8842      Branch: perl
8843            ! x2p/find2perl.PL
8844 ____________________________________________________________________________
8845 [  3676] By: gsar                                  on 1999/07/17  16:34:09
8846         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
8847              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
8848              Steve Lidie
8849      Branch: perl
8850            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
8851            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8852            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
8853            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
8854            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
8855            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
8856 ____________________________________________________________________________
8857 [  3675] By: gsar                                  on 1999/07/17  00:16:53
8858         Log: backout redundant change#3628
8859      Branch: perl
8860            ! Changes hints/bsdos.sh
8861 ____________________________________________________________________________
8862 [  3674] By: jhi                                   on 1999/07/15  14:26:03
8863         Log: Fix the bin/oct/hex constant overflow tests for
8864              long long platforms.
8865      Branch: cfgperl
8866            ! t/pragma/warn/util
8867 ____________________________________________________________________________
8868 [  3673] By: jhi                                   on 1999/07/14  21:59:11
8869         Log: Fixed AIX dynamic loading and AIX shared Perl library.
8870              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
8871              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
8872              Hijacked win32/makedef.pl for more general purpose export
8873              list building, now it is used (as toplevel makedef.pl)
8874              for win32 and AIX (perl_exp.SH made unnecessary).
8875              Because the export lists are now correct in AIX, no more linker
8876              warnings about "Exported symbol not defined" should appear.
8877      Branch: cfgperl
8878            + makedef.pl
8879            - perl_exp.SH win32/makedef.pl
8880            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
8881            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
8882            ! win32/makefile.mk
8883 ____________________________________________________________________________
8884 [  3672] By: gsar                                  on 1999/07/14  17:12:13
8885         Log: minor efficiency tweak
8886      Branch: perl
8887            ! pp_ctl.c
8888 ____________________________________________________________________________
8889 [  3671] By: jhi                                   on 1999/07/14  16:22:39
8890         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
8891              if its caller re_intuit_start() was entered with strend == strpos
8892              because end_shift ended up as -1.  The patch ain't necessarily
8893              correct but least the core dump is avoided.
8894      Branch: cfgperl
8895            ! regexec.c
8896 ____________________________________________________________________________
8897 [  3670] By: jhi                                   on 1999/07/13  07:59:09
8898         Log: Integrate with Sarathy.
8899      Branch: cfgperl
8900            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8901            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8902           !> (integrate 67 files)
8903 ____________________________________________________________________________
8904 [  3669] By: gsar                                  on 1999/07/12  06:14:54
8905         Log: fixups for sundry warnings about function pointers
8906      Branch: perl
8907            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
8908            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
8909            ! win32/win32.c win32/win32.h
8910 ____________________________________________________________________________
8911 [  3668] By: gsar                                  on 1999/07/12  04:11:58
8912         Log: tweaks for win32/borland
8913      Branch: perl
8914            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
8915 ____________________________________________________________________________
8916 [  3667] By: gsar                                  on 1999/07/12  01:55:15
8917         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
8918              builds; passing the implicit context is unified among the three
8919              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
8920              flavors (see the top of perl.h) for testing; all varargs functions
8921              foo() have a va_list-taking variant vfoo() for generating the
8922              context-free versions; the PERL_OBJECT build should now be
8923              hyper-compatible with CPAN extensions (C++ is totally out of
8924              the picture)
8925              
8926              result has only been tested on Windows
8927              
8928              TODO: write docs on the THX rationale and idiomatic usage of
8929              the Perl API
8930      Branch: perl
8931            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8932            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
8933            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
8934            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8935            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
8936            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
8937            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8938            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
8939            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
8940            ! global.sym globals.c intrpvar.h iperlsys.h
8941            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8942            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
8943            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
8944            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
8945            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
8946            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
8947            ! win32/dl_win32.xs win32/include/dirent.h
8948            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
8949            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
8950            ! win32/win32iop.h win32/win32sck.c
8951 ____________________________________________________________________________
8952 [  3666] By: jhi                                   on 1999/07/11  22:00:13
8953         Log: Integrate with Sarathy.
8954      Branch: cfgperl
8955           !> op.c t/op/lex_assign.t
8956 ____________________________________________________________________________
8957 [  3665] By: jhi                                   on 1999/07/11  21:59:01
8958         Log: More manual sync.
8959      Branch: cfgperl
8960            ! pod/perldelta.pod
8961 ____________________________________________________________________________
8962 [  3664] By: gsar                                  on 1999/07/11  19:11:07
8963         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
8964              remedy and related tests via private mail
8965      Branch: perl
8966            ! op.c t/op/lex_assign.t
8967 ____________________________________________________________________________
8968 [  3663] By: jhi                                   on 1999/07/11  15:04:37
8969         Log: Manual synchronization with Sarathy (some files
8970              had drifted apart for no apparent reason), plus
8971              I had a typo in dl_vms.xs Sarathy had fixed.
8972      Branch: cfgperl
8973            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
8974 ____________________________________________________________________________
8975 [  3662] By: jhi                                   on 1999/07/10  12:23:21
8976         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
8977              to adapt to the underlying platform (the binary, 0b1..., test
8978              was broken in 64-bit platforms).  Also change "hex" in the
8979              warning messages to "hexadecimal" to match "binary" and "octal".
8980      Branch: cfgperl
8981            ! pod/perldiag.pod t/pragma/warn/util util.c
8982 ____________________________________________________________________________
8983 [  3661] By: jhi                                   on 1999/07/08  21:54:55
8984         Log: Integrate with Sarathy.
8985      Branch: cfgperl
8986           +> perlapi.c perlapi.h
8987           !> (integrate 43 files)
8988 ____________________________________________________________________________
8989 [  3660] By: gsar                                  on 1999/07/08  18:47:35
8990         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
8991      Branch: perl
8992            + perlapi.c perlapi.h
8993            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
8994            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
8995            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
8996            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
8997            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
8998            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
8999            ! win32/win32.h
9000 ____________________________________________________________________________
9001 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9002         Log: sundry cleanups for clean build on windows
9003      Branch: perl
9004            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9005 ____________________________________________________________________________
9006 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9007         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9008              type mismatch problems
9009      Branch: perl
9010            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9011            ! t/pragma/warn/op toke.c utf8.c util.c
9012 ____________________________________________________________________________
9013 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9014         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9015      Branch: cfgperl
9016            ! pod/perldiag.pod
9017           !> Changes configure.com ext/B/B/Deparse.pm
9018           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9019           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9020           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9021           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9022           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9023           !> t/pragma/overload.t thread.h vms/vms.c
9024 ____________________________________________________________________________
9025 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9026         Log: integrate cfgperl contents
9027      Branch: perl
9028           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9029           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9030           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9031            ! Changes
9032           !> (integrate 45 files)
9033 ____________________________________________________________________________
9034 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9035         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9036              <pvhp@forte.com>
9037      Branch: perl
9038            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9039 ____________________________________________________________________________
9040 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9041         Log: change#1889 mistakenly removed F_SETLK
9042      Branch: perl
9043            ! ext/Fcntl/Fcntl.xs
9044 ____________________________________________________________________________
9045 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9046         Log: B::Deparse update
9047              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9048              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9049              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9050              Subject: [PATCH _57, long] B::Deparse 0.58
9051      Branch: perl
9052            ! ext/B/B/Deparse.pm
9053 ____________________________________________________________________________
9054 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9055         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9056              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9057              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9058              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9059      Branch: perl
9060            ! gv.c t/pragma/overload.t
9061 ____________________________________________________________________________
9062 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9063         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9064      Branch: perl
9065            ! perlsfio.h
9066 ____________________________________________________________________________
9067 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9068         Log: applied new parts of suggested patch
9069              From: Charles Bailey <BAILEY@newman.upenn.edu>
9070              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9071              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9072              Subject: [PATCH 5.005_57] Consolidated VMS patch
9073      Branch: perl
9074            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9075            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9076            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9077            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9078            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9079 ____________________________________________________________________________
9080 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9081         Log: Sync regcomp warn with reality.
9082      Branch: cfgperl
9083            ! t/pragma/warn/regcomp
9084 ____________________________________________________________________________
9085 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9086         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9087              resolved manually.
9088      Branch: cfgperl
9089           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9090           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9091           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9092            - README.lexwarn
9093           !> (integrate 79 files)
9094 ____________________________________________________________________________
9095 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9096         Log: From: jan.dubois@ibm.net (Jan Dubois)
9097              Date: Thu, 01 Jul 1999 11:17:53 +0200
9098              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9099              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9100      Branch: perl
9101            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9102            ! lib/ExtUtils/MakeMaker.pm
9103 ____________________________________________________________________________
9104 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9105         Log: fix undocumented IO::Handle functions as suggested
9106              by cj10@cam.ac.uk
9107      Branch: perl
9108            ! ext/IO/lib/IO/Handle.pm
9109 ____________________________________________________________________________
9110 [  3645] By: gsar                                  on 1999/07/07  10:18:55
9111         Log: prohibit thread join()ing itself (from Dan Sugalski)
9112      Branch: perl
9113            ! ext/Thread/Thread.xs
9114 ____________________________________________________________________________
9115 [  3644] By: gsar                                  on 1999/07/07  10:14:26
9116         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9117              Date: Wed, 30 Jun 1999 14:02:42 -0700
9118              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
9119              Subject:  [PATCH 5.005_57] Compiler and XSUBS
9120      Branch: perl
9121            ! ext/B/B/C.pm
9122 ____________________________________________________________________________
9123 [  3643] By: gsar                                  on 1999/07/07  10:08:38
9124         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
9125              (from François Désarménien <desar@club-internet.fr>)
9126      Branch: perl
9127            ! pod/perlsyn.pod
9128 ____________________________________________________________________________
9129 [  3642] By: gsar                                  on 1999/07/07  10:03:24
9130         Log: From: Doug MacEachern <dougm@cp.net>
9131              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
9132              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
9133              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
9134      Branch: perl
9135            ! ext/B/B.xs
9136 ____________________________________________________________________________
9137 [  3641] By: gsar                                  on 1999/07/07  10:00:57
9138         Log: slightly modified version of suggested patch
9139              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
9140              Date: Mon, 28 Jun 1999 14:23:59 -0400
9141              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
9142              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
9143      Branch: perl
9144            ! ext/POSIX/POSIX.xs
9145 ____________________________________________________________________________
9146 [  3640] By: gsar                                  on 1999/07/07  09:45:43
9147         Log: lexical warnings update (warning.t fails one test
9148              due to leaked scalar, investigation pending)
9149              From: paul.marquess@bt.com
9150              Date: Sat, 26 Jun 1999 23:19:52 +0100
9151              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
9152              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
9153      Branch: perl
9154            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9155            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9156            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9157            - README.lexwarn
9158            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
9159            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9160            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
9161            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
9162            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9163            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
9164            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
9165            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9166            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9167            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9168            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9169            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9170            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
9171            ! warning.h warning.pl win32/win32.c
9172 ____________________________________________________________________________
9173 [  3639] By: gsar                                  on 1999/07/07  08:09:30
9174         Log: From: Brian Jepson <bjepson@home.com>
9175              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
9176              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
9177              Subject: Patch to JPL example program
9178      Branch: perl
9179            ! jpl/JPL_Rolo/JPL_Rolo.jpl
9180 ____________________________________________________________________________
9181 [  3638] By: jhi                                   on 1999/07/07  08:07:58
9182         Log: Integrate with Sarathy.
9183      Branch: cfgperl
9184           !> (integrate 34 files)
9185 ____________________________________________________________________________
9186 [  3637] By: gsar                                  on 1999/07/07  08:07:49
9187         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9188              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
9189              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
9190              Subject: [PATCH _57, long] Eliminate CONDOPs
9191      Branch: perl
9192            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
9193            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9194            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
9195            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
9196            ! pod/perltoc.pod pp_ctl.c pp_hot.c
9197 ____________________________________________________________________________
9198 [  3636] By: gsar                                  on 1999/07/07  07:50:51
9199         Log: adapted suggested patch for IO-1.20x
9200              From: ian@dial.pipex.com
9201              Date:  Fri, 25 Jun 1999 10:39:42 +0100
9202              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
9203              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
9204      Branch: perl
9205            ! ext/IO/lib/IO/Socket.pm
9206 ____________________________________________________________________________
9207 [  3635] By: gsar                                  on 1999/07/07  07:26:05
9208         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
9209      Branch: perl
9210            ! hints/powerux.sh
9211 ____________________________________________________________________________
9212 [  3634] By: gsar                                  on 1999/07/07  07:20:02
9213         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9214              Date: Wed, 23 Jun 1999 16:16:05 +0100
9215              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
9216              Subject: [PATCH 5.005_57] memleak in optimizer
9217      Branch: perl
9218            ! embed.h embed.pl objXSUB.h op.c proto.h
9219 ____________________________________________________________________________
9220 [  3633] By: gsar                                  on 1999/07/07  07:10:52
9221         Log: add do-not-edit caveats for files generated by opcode.pl
9222              (suggested by Hugo van der Sanden)
9223      Branch: perl
9224            ! opcode.h opcode.pl pp.sym pp_proto.h
9225 ____________________________________________________________________________
9226 [  3632] By: gsar                                  on 1999/07/07  06:41:13
9227         Log: better diagnostics on read operations from write-only
9228              filehandles
9229      Branch: perl
9230            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
9231            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9232 ____________________________________________________________________________
9233 [  3631] By: gsar                                  on 1999/07/07  02:03:34
9234         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
9235              by David Muir Sharnoff <muir@idiom.com>)
9236      Branch: perl
9237            ! lib/Sys/Hostname.pm
9238 ____________________________________________________________________________
9239 [  3630] By: gsar                                  on 1999/07/07  01:57:16
9240         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9241              Date: Sun, 20 Jun 1999 17:17:17 -0700
9242              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
9243              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
9244      Branch: perl
9245            ! ext/B/B/CC.pm
9246 ____________________________________________________________________________
9247 [  3629] By: gsar                                  on 1999/07/07  01:46:03
9248         Log: installperl should write normal messages to STDOUT, not STDERR
9249      Branch: perl
9250            ! installperl
9251 ____________________________________________________________________________
9252 [  3628] By: gsar                                  on 1999/07/07  01:41:25
9253         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
9254      Branch: perl
9255            ! hints/bsdos.sh
9256 ____________________________________________________________________________
9257 [  3627] By: gsar                                  on 1999/07/07  00:27:10
9258         Log: make diagnostic on C<my $^I> etc., more readable
9259      Branch: perl
9260            ! op.c
9261 ____________________________________________________________________________
9262 [  3626] By: gsar                                  on 1999/07/06  23:47:27
9263         Log: From: Andy Dougherty <doughera@lafayette.edu>
9264              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
9265              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
9266              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
9267      Branch: perl
9268            ! Makefile.SH utils/Makefile
9269 ____________________________________________________________________________
9270 [  3625] By: jhi                                   on 1999/07/06  21:50:46
9271         Log: Some new files of #3624 missing from MANIFEST.
9272      Branch: cfgperl
9273            ! MANIFEST
9274 ____________________________________________________________________________
9275 [  3624] By: jhi                                   on 1999/07/06  21:47:04
9276         Log: POSIX [[:character class:]] support for standard, locale,
9277              and utf8.  If both utf8 and locale are on, utf8 wins.
9278              I don't fully understand why so many tables changed in
9279              lib/unicode because of "make" -- maybe it was just overdue.
9280      Branch: cfgperl
9281            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9282            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9283            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9284            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
9285            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
9286            ! lib/unicode/Block.pl lib/unicode/Category.pl
9287            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9288            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
9289            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
9290            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
9291            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
9292            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
9293            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
9294            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
9295            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
9296            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
9297            ! t/pragma/warn/regcomp utf8.c
9298 ____________________________________________________________________________
9299 [  3623] By: gsar                                  on 1999/07/06  20:52:48
9300         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9301              Date: Wed, 16 Jun 1999 14:57:22 -0400
9302              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
9303              Subject: [PATCH 5.00557] Devel::Peek
9304      Branch: perl
9305            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9306 ____________________________________________________________________________
9307 [  3622] By: gsar                                  on 1999/07/06  20:22:59
9308         Log: applied patch after demunging headers with appropriate paths
9309              From: "Vishal Bhatia" <vishalb@my-deja.com>
9310              Date: Sat, 12 Jun 1999 08:23:59 -0700
9311              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
9312              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
9313      Branch: perl
9314            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
9315            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
9316 ____________________________________________________________________________
9317 [  3621] By: gsar                                  on 1999/07/06  20:10:50
9318         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9319              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
9320              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
9321              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
9322      Branch: perl
9323            ! doio.c
9324 ____________________________________________________________________________
9325 [  3620] By: jhi                                   on 1999/07/06  19:16:47
9326         Log: Mention EPOC and SOCKS.
9327      Branch: cfgperl
9328            ! pod/perldelta.pod
9329 ____________________________________________________________________________
9330 [  3619] By: gsar                                  on 1999/07/06  16:52:37
9331         Log: fix int vs STRLEN issue
9332      Branch: perl
9333            ! pp.c
9334 ____________________________________________________________________________
9335 [  3618] By: jhi                                   on 1999/07/06  16:52:20
9336         Log: There ain't Perl_atonv().
9337      Branch: cfgperl
9338            ! ext/ByteLoader/bytecode.h
9339 ____________________________________________________________________________
9340 [  3617] By: jhi                                   on 1999/07/06  15:55:22
9341         Log: Integrate with Sarathy.
9342      Branch: cfgperl
9343           !> Makefile.SH
9344 ____________________________________________________________________________
9345 [  3616] By: jhi                                   on 1999/07/06  15:54:09
9346         Log: Tweak for #3613.
9347      Branch: cfgperl
9348            ! Configure config_h.SH
9349 ____________________________________________________________________________
9350 [  3615] By: gsar                                  on 1999/07/06  11:00:21
9351         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9352              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
9353              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
9354              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
9355      Branch: perl
9356            ! Makefile.SH
9357 ____________________________________________________________________________
9358 [  3614] By: jhi                                   on 1999/07/06  10:44:48
9359         Log: Integrate with Sarathy.
9360      Branch: cfgperl
9361           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
9362           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
9363 ____________________________________________________________________________
9364 [  3613] By: jhi                                   on 1999/07/06  10:43:20
9365         Log: From: Nathan Kurz <nate@valleytel.net>
9366              Subject: [ID 19990612.001 compiling three deep modules within ext/]
9367              ply-To: nate@valleytel.net
9368              erl5-porters@perl.org
9369              Date: Sat, 12 Jun 1999 01:26:04 -0500
9370              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
9371      Branch: cfgperl
9372            ! Configure config_h.SH
9373 ____________________________________________________________________________
9374 [  3612] By: gsar                                  on 1999/07/06  10:17:52
9375         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9376              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
9377              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
9378              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
9379      Branch: perl
9380            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
9381 ____________________________________________________________________________
9382 [  3611] By: gsar                                  on 1999/07/06  09:51:20
9383         Log: From: pvhp@forte.com (Peter Prymmer)
9384              Date: Fri, 11 Jun 99 17:07:19 PDT
9385              Message-Id: <9906120007.AA13802@forte.com>
9386              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
9387      Branch: perl
9388            ! ext/IO/lib/IO/File.pm
9389 ____________________________________________________________________________
9390 [  3610] By: gsar                                  on 1999/07/06  09:37:37
9391         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
9392              tweak)
9393              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9394              Date: Wed, 09 Jun 1999 18:27:51 +0100
9395              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
9396              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
9397      Branch: perl
9398            ! perl.h t/base/rs.t
9399 ____________________________________________________________________________
9400 [  3609] By: jhi                                   on 1999/07/06  09:28:48
9401         Log: Integrate with Sarathy.
9402      Branch: cfgperl
9403           !> (integrate 49 files)
9404 ____________________________________________________________________________
9405 [  3608] By: gsar                                  on 1999/07/06  09:28:21
9406         Log: test tweak
9407      Branch: perl
9408            ! t/pragma/warn/op
9409 ____________________________________________________________________________
9410 [  3607] By: jhi                                   on 1999/07/06  09:22:48
9411         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
9412      Branch: cfgperl
9413            ! Configure config_h.SH
9414 ____________________________________________________________________________
9415 [  3606] By: gsar                                  on 1999/07/06  09:05:02
9416         Log: applied slightly tweaked version of suggested patch for
9417              improved RE API
9418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9419              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
9420              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
9421              Subject: [PATCH 5.005_57] REx engine rehash
9422      Branch: perl
9423            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
9424            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
9425            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
9426            ! util.c
9427 ____________________________________________________________________________
9428 [  3605] By: gsar                                  on 1999/07/06  08:54:03
9429         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
9430      Branch: perl
9431            ! sv.c
9432 ____________________________________________________________________________
9433 [  3604] By: gsar                                  on 1999/07/06  07:08:30
9434         Log: From: paul.marquess@bt.com
9435              Date: Tue, 8 Jun 1999 22:37:58 +0100 
9436              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
9437              Subject: [PATCH 5.005_57] DB_File 1.67
9438      Branch: perl
9439            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9440            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9441 ____________________________________________________________________________
9442 [  3603] By: gsar                                  on 1999/07/06  07:04:50
9443         Log: From: paul.marquess@bt.com
9444              Date: Tue, 8 Jun 1999 22:34:01 +0100 
9445              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
9446              Subject: [PATCH 5.005_57] DBM Filters
9447      Branch: perl
9448            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9449            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
9450            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9451            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
9452 ____________________________________________________________________________
9453 [  3602] By: gsar                                  on 1999/07/06  07:00:01
9454         Log: slightly tweaked version of suggested patch
9455              From: Dan Sugalski <sugalskd@ous.edu>
9456              Date: Tue, 08 Jun 1999 14:09:38 -0700
9457              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
9458              Subject: [PATCH 5.005_57]Use NV instead of double in the core
9459      Branch: perl
9460            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
9461            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
9462            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
9463            ! proto.h sv.c sv.h toke.c universal.c util.c
9464 ____________________________________________________________________________
9465 [  3601] By: gsar                                  on 1999/07/06  06:52:57
9466         Log: integrate cfgperl contents into mainline
9467      Branch: perl
9468           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9469           +> epoc/perl.mmp epoc/perl.pkg
9470           !> (integrate 30 files)
9471 ____________________________________________________________________________
9472 [  3598] By: jhi                                   on 1999/07/05  20:02:55
9473         Log: Integrate with mainperl.
9474      Branch: cfgperl
9475           +> lib/CGI/Pretty.pm
9476           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9477           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
9478           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
9479           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
9480           !> vms/vmsish.h
9481 ____________________________________________________________________________
9482 [  3597] By: jhi                                   on 1999/07/05  19:59:48
9483         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
9484              that addresses the notorious "Additional libraries" question.
9485      Branch: cfgperl
9486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9487            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
9488            ! pp_sys.c
9489 ____________________________________________________________________________
9490 [  3596] By: gsar                                  on 1999/07/05  18:30:51
9491         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9492              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
9493              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
9494              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
9495      Branch: perl
9496            ! pp_sys.c t/lib/io_udp.t
9497 ____________________________________________________________________________
9498 [  3595] By: gsar                                  on 1999/07/05  18:29:08
9499         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9500              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
9501              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
9502              Subject: [PATCH 5.00557] Setting $^E wipes out $!
9503      Branch: perl
9504            ! mg.c
9505 ____________________________________________________________________________
9506 [  3594] By: gsar                                  on 1999/07/05  18:24:53
9507         Log: hand-apply whitespace mutiliated patch
9508              From: Dan Sugalski <sugalskd@osshe.edu>
9509              Date: Mon, 07 Jun 1999 14:46:42 -0700
9510              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
9511              Subject: [PATCH 5.005_57]Updated VMS patch
9512      Branch: perl
9513            ! thread.h vms/descrip_mms.template vms/subconfigure.com
9514            ! vms/vms.c vms/vmsish.h
9515 ____________________________________________________________________________
9516 [  3593] By: gsar                                  on 1999/07/05  17:53:04
9517         Log: applied parts not duplicated by previous patches
9518              From: "Vishal Bhatia" <vishalb@my-deja.com>
9519              Date: Sat, 05 Jun 1999 08:42:17 -0700
9520              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
9521              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
9522      Branch: perl
9523            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9524            ! ext/B/B/Stackobj.pm
9525 ____________________________________________________________________________
9526 [  3592] By: jhi                                   on 1999/07/05  17:17:22
9527         Log: AIX threaded build, plus few more on the side.
9528      Branch: cfgperl
9529            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
9530            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
9531            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
9532            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
9533 ____________________________________________________________________________
9534 [  3591] By: gsar                                  on 1999/07/05  16:52:34
9535         Log: "\e" and "\a" didn't produce right escape under EBCDIC
9536              From: pvhp@forte.com (Peter Prymmer)
9537              Date: Fri, 4 Jun 99 12:00:27 PDT
9538              Message-Id: <9906041900.AA28387@forte.com>
9539              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
9540      Branch: perl
9541            ! toke.c
9542 ____________________________________________________________________________
9543 [  3590] By: gsar                                  on 1999/07/05  16:40:01
9544         Log: s/scalar ref constructor/single ref constructor/ (suggested
9545              by Stephen McCamant)
9546      Branch: perl
9547            ! opcode.h opcode.pl
9548 ____________________________________________________________________________
9549 [  3589] By: gsar                                  on 1999/07/05  16:34:06
9550         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
9551      Branch: perl
9552            ! ext/GDBM_File/GDBM_File.xs
9553 ____________________________________________________________________________
9554 [  3588] By: gsar                                  on 1999/07/05  16:29:39
9555         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
9556              is unchanged still)
9557      Branch: perl
9558            ! op.c
9559 ____________________________________________________________________________
9560 [  3587] By: jhi                                   on 1999/07/05  10:31:43
9561         Log: Make perl_exp.SH smarter about what to include and what to exclude.
9562      Branch: cfgperl
9563            ! perl_exp.SH
9564 ____________________________________________________________________________
9565 [  3586] By: jhi                                   on 1999/07/05  09:29:31
9566         Log: Remove unnecessary and extraneous my $i = 0.
9567      Branch: cfgperl
9568            ! bytecode.pl
9569 ____________________________________________________________________________
9570 [  3585] By: jhi                                   on 1999/07/05  07:28:59
9571         Log: Integrate with mainperl.
9572      Branch: cfgperl
9573           !> (integrate 30 files)
9574 ____________________________________________________________________________
9575 [  3584] By: gsar                                  on 1999/07/05  05:36:28
9576         Log: From: Vishal Bhatia <vishalb@hotmail.com>
9577              Date: Thu, 03 Jun 1999 00:57:48 PDT
9578              Message-ID: <19990603075749.86665.qmail@hotmail.com>
9579              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
9580      Branch: perl
9581            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
9582 ____________________________________________________________________________
9583 [  3583] By: gsar                                  on 1999/07/05  05:31:19
9584         Log: suppress fancy display when in verbose mode (suggested by
9585              Paul Johnson <pjcj@transeda.com>)
9586      Branch: perl
9587            ! lib/Test/Harness.pm
9588 ____________________________________________________________________________
9589 [  3582] By: gsar                                  on 1999/07/05  05:17:12
9590         Log: cygwin32 update
9591              From: "Fifer, Eric" <EFifer@sanwaint.com>
9592              Date:  Wed, 2 Jun 1999 15:16:05 +0100
9593              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
9594              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
9595      Branch: perl
9596            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
9597            ! cygwin32/build-instructions.READFIRST
9598            ! cygwin32/build-instructions.charles-wilson
9599            ! cygwin32/build-instructions.sebastien-barre
9600            ! cygwin32/build-instructions.steven-morlock
9601            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
9602            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
9603            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
9604            ! t/op/magic.t util.c
9605 ____________________________________________________________________________
9606 [  3581] By: gsar                                  on 1999/07/05  02:46:18
9607         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
9608      Branch: perl
9609            ! util.c
9610 ____________________________________________________________________________
9611 [  3580] By: gsar                                  on 1999/07/05  02:38:03
9612         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
9613              Date: Mon, 31 May 1999 18:18:13 -0600
9614              Message-ID: <19990601001813.AAA17834@csgsystems.com>
9615              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
9616      Branch: perl
9617            ! t/TEST t/UTEST t/harness utils/perlcc.PL
9618 ____________________________________________________________________________
9619 [  3579] By: gsar                                  on 1999/07/05  01:20:58
9620         Log: compatibility tweak for Class::Struct
9621      Branch: perl
9622            ! lib/Class/Struct.pm
9623 ____________________________________________________________________________
9624 [  3578] By: jhi                                   on 1999/07/04  23:26:01
9625         Log: Miscellaneus AIX fixes + SOCKS support.
9626      Branch: cfgperl
9627            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9628            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
9629            ! hints/aix.sh pp_sys.c
9630 ____________________________________________________________________________
9631 [  3577] By: gsar                                  on 1999/07/04  23:07:39
9632         Log: test tweak
9633      Branch: perl
9634            ! t/io/openpid.t
9635 ____________________________________________________________________________
9636 [  3576] By: jhi                                   on 1999/07/04  22:39:23
9637         Log: Integrate with mainperl.
9638      Branch: cfgperl
9639           +> t/io/openpid.t
9640            - win32/perlhost.h
9641           !> (integrate 51 files)
9642 ____________________________________________________________________________
9643 [  3575] By: jhi                                   on 1999/07/04  22:26:48
9644         Log: Added 64-bit support for AIX 4.3 or better
9645              based on Martin H. Rusoff's observations.
9646      Branch: cfgperl
9647            ! Configure config_h.SH hints/aix.sh
9648 ____________________________________________________________________________
9649 [  3574] By: jhi                                   on 1999/07/04  21:34:47
9650         Log: Do not throw away gccvers compilation errors.
9651              From: Andy Dougherty <doughera@lafayette.edu>
9652              To: Ron Seguin <rseguin@on.bell.ca>
9653              Cc: Perl Porters <perl5-porters@perl.org>
9654              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
9655              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
9656              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
9657      Branch: cfgperl
9658            ! Configure config_h.SH
9659 ____________________________________________________________________________
9660 [  3573] By: gsar                                  on 1999/07/04  21:10:32
9661         Log: adapted suggested tests for addition to testsuite
9662              From: RonaldWS@aol.com
9663              Date:  Sun, 30 May 1999 16:27:28 EDT
9664              Message-Id:  <25cd799f.2482f930@aol.com>
9665              Subject: [19990530.007] Open with pipe | does not return pid under win32
9666      Branch: perl
9667            + t/io/openpid.t
9668            ! MANIFEST win32/win32.c
9669 ____________________________________________________________________________
9670 [  3572] By: gsar                                  on 1999/07/04  20:29:32
9671         Log: perl_run() should call my_exit(0) for normal completion
9672      Branch: perl
9673            ! perl.c
9674 ____________________________________________________________________________
9675 [  3571] By: jhi                                   on 1999/07/04  20:10:44
9676         Log: Add test for change #3568 plus general cleanup.
9677      Branch: cfgperl
9678            ! t/pragma/locale.t
9679 ____________________________________________________________________________
9680 [  3570] By: gsar                                  on 1999/07/04  20:03:21
9681         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
9682              overloading
9683      Branch: perl
9684            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9685            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
9686 ____________________________________________________________________________
9687 [  3569] By: gsar                                  on 1999/07/04  18:04:48
9688         Log: make AIX dynaloading work when libperl is shared (and thus under
9689              mod_perl etc.)
9690              From: Jens-Uwe Mager <jum@helios.de>
9691              Date:  Sat, 29 May 1999 17:09:52 +0200
9692              Message-Id:  <199905291509.RAA43978@ans.helios.de>
9693              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
9694      Branch: perl
9695            ! ext/DynaLoader/dl_aix.xs
9696 ____________________________________________________________________________
9697 [  3568] By: jhi                                   on 1999/07/04  14:54:23
9698         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
9699              This resulted for example in the 'o' magic not being cleared by
9700              magic_setcollxfrm(), which resulted in strange cmp results.
9701              The bug was reported originally in the message
9702              Subject: Bug with locale
9703              From: Jan Starzynski <jan@planet.de> 
9704              To: perlbug@perl.com 
9705              Date: Fri, 09 Apr 1999 13:23:07 +0200 
9706              Message-ID: <370DE31B.DAEE1332@planet.de> 
9707      Branch: cfgperl
9708            ! pp.c
9709 ____________________________________________________________________________
9710 [  3567] By: gsar                                  on 1999/07/04  02:38:34
9711         Log: remove misleading info on defined(&func), unclutter deprecation
9712              about defined(@array)
9713      Branch: perl
9714            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9715            ! t/pragma/warn/op
9716 ____________________________________________________________________________
9717 [  3566] By: gsar                                  on 1999/07/04  01:46:31
9718         Log: From: jan.dubois@ibm.net (Jan Dubois)
9719              Date: Wed, 26 May 1999 22:07:17 +0200
9720              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
9721              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
9722      Branch: perl
9723            ! Changes win32/win32.c win32/win32.h
9724 ____________________________________________________________________________
9725 [  3565] By: gsar                                  on 1999/07/04  01:26:02
9726         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
9727              for win32 issues)
9728      Branch: perl
9729            ! pod/perlxstut.pod
9730 ____________________________________________________________________________
9731 [  3564] By: gsar                                  on 1999/07/02  03:09:04
9732         Log: avoid warnings
9733      Branch: perl
9734            ! ext/Thread/Thread/Specific.pm lib/fields.pm
9735 ____________________________________________________________________________
9736 [  3563] By: gsar                                  on 1999/06/28  19:23:47
9737         Log: inc version (for CPAN.pm sanity)
9738      Branch: perl
9739            ! lib/Text/ParseWords.pm
9740 ____________________________________________________________________________
9741 [  3562] By: gsar                                  on 1999/06/28  19:19:01
9742         Log: regen perltoc
9743      Branch: perl
9744            ! pod/perltoc.pod
9745 ____________________________________________________________________________
9746 [  3561] By: gsar                                  on 1999/06/28  19:08:41
9747         Log: From: Damian Conway <damian@cs.monash.edu.au>
9748              Date: Wed, 26 May 1999 00:58:35 -0400
9749              Message-Id: <199905260458.AAA06411@defender.perl.org>
9750              Subject: [19990526.002] Misc. improvements to Class:Struct
9751      Branch: perl
9752            ! MANIFEST lib/Class/Struct.pm
9753 ____________________________________________________________________________
9754 [  3560] By: gsar                                  on 1999/06/28  18:50:52
9755         Log: remove bogus PL_optype_size
9756      Branch: perl
9757            ! bytecode.pl ext/ByteLoader/byterun.h
9758 ____________________________________________________________________________
9759 [  3559] By: gsar                                  on 1999/06/28  18:22:26
9760         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
9761      Branch: perl
9762            + lib/CGI/Pretty.pm
9763            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
9764            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
9765            ! t/lib/cgi-html.t t/lib/cgi-request.t
9766 ____________________________________________________________________________
9767 [  3558] By: jhi                                   on 1999/06/28  07:30:21
9768         Log: Change Olaf Lebbe's email address.
9769      Branch: cfgperl
9770            ! README.epoc
9771 ____________________________________________________________________________
9772 [  3557] By: gsar                                  on 1999/06/28  00:07:33
9773         Log: make autogenerated files writable
9774      Branch: perl
9775            - win32/perlhost.h
9776            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
9777            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
9778            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
9779            ! proto.h regnodes.h warning.h win32/config_H.bc
9780            ! win32/config_H.gc win32/config_H.vc
9781 ____________________________________________________________________________
9782 [  3556] By: jhi                                   on 1999/06/27  19:22:53
9783         Log: Update MANIFEST to match #3555.
9784      Branch: cfgperl
9785            ! MANIFEST
9786 ____________________________________________________________________________
9787 [  3555] By: jhi                                   on 1999/06/27  19:16:22
9788         Log: EPOC port to Psion5.
9789              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9790              To: Jarkko Hietaniemi <jhi@iki.fi>
9791              Cc: perl5-porters@perl.org
9792              Subject: Re: Psion5
9793              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
9794              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
9795      Branch: cfgperl
9796            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9797            + epoc/perl.mmp epoc/perl.pkg
9798            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
9799            ! perl.h sv.c util.c
9800 ____________________________________________________________________________
9801 [  3554] By: jhi                                   on 1999/06/27  18:50:52
9802         Log: Integrate from mainperl.
9803      Branch: cfgperl
9804           !> (integrate 48 files)
9805 ____________________________________________________________________________
9806 [  3553] By: gsar                                  on 1999/06/27  14:28:49
9807         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
9808              gone from the public API); PERL_OBJECT builds again on
9809              windows
9810              
9811              TODO: namespace-clean the typedefs in iperlsys.h and
9812              elsewhere; remove C++ remnants from public headers
9813      Branch: perl
9814            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
9815            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9816            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9817            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
9818            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
9819            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
9820            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
9821            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
9822            ! win32/config.gc win32/config.vc win32/dl_win32.xs
9823            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
9824            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
9825            ! win32/win32sck.c
9826 ____________________________________________________________________________
9827 [  3552] By: gsar                                  on 1999/06/27  13:49:31
9828         Log: integrate cfgperl changes into mainline
9829      Branch: perl
9830           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9831           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9832           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9833           !> util.c
9834 ____________________________________________________________________________
9835 [  3551] By: gsar                                  on 1999/06/27  13:31:11
9836         Log: fix indents
9837      Branch: perl
9838            ! op.c
9839 ____________________________________________________________________________
9840 [  3550] By: gsar                                  on 1999/06/24  22:42:53
9841         Log: update Changes
9842      Branch: perl
9843            ! Changes
9844 ____________________________________________________________________________
9845 [  3549] By: gsar                                  on 1999/06/24  22:41:17
9846         Log: avoid race condition in the CAPI extension bootstrap handler
9847      Branch: perl
9848            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
9849 ____________________________________________________________________________
9850 [  3548] By: gsar                                  on 1999/06/24  22:39:53
9851         Log: sanity check to cover the case when perl is installed into the
9852              X:\ (drive root)
9853      Branch: perl
9854            ! win32/win32.c
9855 ____________________________________________________________________________
9856 [  3547] By: gsar                                  on 1999/06/22  19:30:32
9857         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
9858      Branch: perl
9859            ! lib/Tie/RefHash.pm
9860 ____________________________________________________________________________
9861 [  3544] By: jhi                                   on 1999/06/18  19:24:28
9862         Log: Tidy up #3542 and #3543. 
9863      Branch: cfgperl
9864            ! t/pragma/locale.t util.c
9865 ____________________________________________________________________________
9866 [  3543] By: jhi                                   on 1999/06/18  10:28:45
9867         Log: Spice up locale.t.
9868      Branch: cfgperl
9869            ! t/pragma/locale.t
9870 ____________________________________________________________________________
9871 [  3542] By: jhi                                   on 1999/06/17  22:42:03
9872         Log: Fixed two long-standing locale bugs.
9873              
9874              Both problems were related to numeric locale which
9875              controls the radix character aka the decimal separator.
9876              (1) printf (and sprintf) were resetting the numeric locale to C.
9877              (2) Using locale-numerically formatted floating point
9878              numbers (e.g. "1,23") together with -w caused warnings about
9879              "isn't numeric".  The operations were working fine, though,
9880              because atof() was using the local locale.
9881              Both problems reported by Stefan Vogtner.
9882              
9883              Introduced a wrapper for atof() that attempts to convert
9884              the string both ways.  This helps Perl to understand
9885              numbers like this "4.56" even when using a local locale
9886              makes atof() understand only numbers like this "7,89".
9887              
9888              Remaining related problems, both of which existed before
9889              this patch and continue to exist after this patch:
9890              (a) The behaviour of print() is _not_ as documented by perllocale.
9891              Instead of always using the C locale, print() does use the
9892              local locale, just like the *printf() do.  This may be fixable
9893              now that switching to-and-fro between locales has been made
9894              more consistent, but fixing print() would change existing
9895              behaviour.  perllocale is not changed by this patch.
9896              (b) If a number has been stringified (say, via "$number") under
9897              a local locale, the cached string value persists even under
9898              "no locale".  This may or may not be a problem: operations
9899              work fine because the original number is still there, but
9900              that the string form keeps its locale-ish outlook may be
9901              somewhat confusing.
9902      Branch: cfgperl
9903            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
9904            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
9905            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
9906            ! util.c
9907 ____________________________________________________________________________
9908 [  3541] By: jhi                                   on 1999/06/17  20:00:16
9909         Log: Integrate from mainperl.
9910      Branch: cfgperl
9911           !> ext/Data/Dumper/Dumper.pm op.c
9912 ____________________________________________________________________________
9913 [  3540] By: gsar                                  on 1999/06/16  16:49:55
9914         Log: dump C<0> as such, not C<'0'>
9915      Branch: perl
9916            ! ext/Data/Dumper/Dumper.pm
9917 ____________________________________________________________________________
9918 [  3539] By: gsar                                  on 1999/06/13  04:04:40
9919         Log: fix coredumper in change#3498
9920      Branch: perl
9921            ! op.c
9922 ____________________________________________________________________________
9923 [  3538] By: jhi                                   on 1999/06/12  22:01:26
9924         Log: Integrate from mainperl.
9925      Branch: cfgperl
9926           +> lib/caller.pm
9927           !> (integrate 36 files)
9928 ____________________________________________________________________________
9929 [  3537] By: gsar                                  on 1999/06/12  06:43:03
9930         Log: EXTERN_C declarations for global arrays in various
9931              headers, so perl can be built even in C++ mode; win32
9932              build fixups; regen headers
9933      Branch: perl
9934            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
9935            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
9936 ____________________________________________________________________________
9937 [  3536] By: gsar                                  on 1999/06/12  06:38:21
9938         Log: caller.pm typos
9939      Branch: perl
9940            ! lib/caller.pm
9941 ____________________________________________________________________________
9942 [  3535] By: gsar                                  on 1999/06/11  23:13:54
9943         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
9944              is temporarily gone
9945      Branch: perl
9946            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
9947            ! pod/perldelta.pod proto.h win32/perllib.c
9948 ____________________________________________________________________________
9949 [  3534] By: gsar                                  on 1999/06/11  20:41:51
9950         Log: implement C<use caller 'encoding'>
9951      Branch: perl
9952            + lib/caller.pm
9953            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
9954 ____________________________________________________________________________
9955 [  3533] By: gsar                                  on 1999/06/11  16:51:04
9956         Log: truncate() has a peculiar exemption from strict barewords, even
9957              though it has a non-filehandle prototype
9958      Branch: perl
9959            ! op.c t/io/fs.t
9960 ____________________________________________________________________________
9961 [  3532] By: gsar                                  on 1999/06/11  09:09:16
9962         Log: GDBM tweak
9963      Branch: perl
9964            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
9965 ____________________________________________________________________________
9966 [  3531] By: gsar                                  on 1999/06/10  23:34:19
9967         Log: part of the platform changes for IMPLICIT_CONTEXT
9968      Branch: perl
9969            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
9970            ! jpl/PerlInterpreter/PerlInterpreter.c
9971            ! jpl/PerlInterpreter/PerlInterpreter.h
9972            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
9973            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
9974 ____________________________________________________________________________
9975 [  3530] By: jhi                                   on 1999/06/10  20:55:56
9976         Log: Integrate from mainperl.
9977      Branch: cfgperl
9978           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
9979 ____________________________________________________________________________
9980 [  3529] By: gsar                                  on 1999/06/10  20:40:01
9981         Log: DB_File tweaks for IMPLICIT CONTEXT
9982      Branch: perl
9983            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
9984 ____________________________________________________________________________
9985 [  3528] By: jhi                                   on 1999/06/10  10:18:15
9986         Log: Integrate from mainperl.
9987      Branch: cfgperl
9988           !> (integrate 105 files)
9989 ____________________________________________________________________________
9990 [  3527] By: gsar                                  on 1999/06/10  09:30:35
9991         Log: most globals are now interpreter local; locale initialization
9992              was too early, defer it until interpreter is allocated and
9993              initialized; multiple interpreters should now be
9994              concurrency-safe (untested)
9995      Branch: perl
9996            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
9997            ! perlvars.h
9998 ____________________________________________________________________________
9999 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10000         Log: fix small nits
10001      Branch: perl
10002            ! cc_runtime.h ext/B/B/CC.pm run.c
10003 ____________________________________________________________________________
10004 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10005         Log: win32 build fixes
10006      Branch: perl
10007            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10008            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10009            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10010            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10011            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10012            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10013            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10014            ! win32/win32.c win32/win32.h win32/win32sck.c
10015            ! win32/win32thread.c win32/win32thread.h
10016 ____________________________________________________________________________
10017 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10018         Log: more complete support for implicit thread/interpreter pointer,
10019              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10020              without that enabled):
10021              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10022              is a noop; tests pass on Solaris; should be faster now!
10023              - MULTIPLICITY has been tested with and without
10024              PERL_IMPLICIT_CONTEXT on Solaris
10025              - improved function database now merged with embed.pl
10026              - everything except the varargs functions have foo(a,b,c) macros
10027              to provide compatibility
10028              - varargs functions default to compatibility variants that
10029              get the context pointer using dTHX
10030              - there should be almost no source compatibility issues as a
10031              result of all this
10032              - dl_foo.xs changes other than dl_dlopen.xs untested
10033              - still needs documentation, fixups for win32 etc
10034              Next step: migrate most non-mutex variables from perlvars.h
10035              to intrpvar.h
10036      Branch: perl
10037            - proto.pl
10038            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10039            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10040            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10041            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10042            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10043            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10044            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10045            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10046            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10047            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10048            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10049            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10050            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10051            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10052            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10053            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10054            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10055            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10056            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10057            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10058 ____________________________________________________________________________
10059 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10060         Log: missed a file
10061      Branch: perl
10062            + proto.pl
10063            ! MANIFEST
10064 ____________________________________________________________________________
10065 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10066         Log: initial stub implementation of implicit thread/this
10067              pointer    argument; builds/tests on Solaris, win32
10068              hasn't been fixed up yet; proto.h, global.sym and
10069              static function decls are now generated from a common
10070              database in proto.pl; some inconsistently named
10071              perl_foo() things are now Perl_foo(), compatibility
10072              #defines provided; perl_foo() (lowercase 'p') reserved
10073              for functions that take an explicit context argument;
10074              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10075      Branch: perl
10076            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10077            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10078            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10079            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10080            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10081            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10082            ! universal.c utf8.c util.c
10083 ____________________________________________________________________________
10084 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10085         Log: clean up some stray "global" symbols
10086      Branch: perl
10087            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10088            ! pp_proto.h proto.h
10089 ____________________________________________________________________________
10090 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10091         Log: Integrate from mainperl.
10092      Branch: cfgperl
10093           !> (integrate 94 files)
10094 ____________________________________________________________________________
10095 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10096         Log: avoid dereferencing null pointer from getpwent() et al
10097      Branch: perl
10098            ! pp_sys.c
10099 ____________________________________________________________________________
10100 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10101         Log: remove _() non-ansism
10102      Branch: perl
10103            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10104            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10105            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10106            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10107            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10108            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10109            ! ext/re/re.xs handy.h hv.c iperlsys.h
10110            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
10111            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
10112            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
10113            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
10114            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
10115            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
10116            ! vms/vmsish.h vms/writemain.pl vos/config.h
10117            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
10118            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
10119            ! win32/perllib.c win32/runperl.c win32/win32.h
10120            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
10121            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
10122 ____________________________________________________________________________
10123 [  3517] By: gsar                                  on 1999/06/02  02:17:51
10124         Log: missed a few files
10125      Branch: perl
10126            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
10127 ____________________________________________________________________________
10128 [  3516] By: gsar                                  on 1999/06/02  01:37:33
10129         Log: integrate cfgperl contents into mainline
10130      Branch: perl
10131           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10132           +> ext/ByteLoader/byterun.h
10133            - bytecode.h byterun.c byterun.h
10134            ! Changes
10135           !> (integrate 58 files)
10136 ____________________________________________________________________________
10137 [  3515] By: gsar                                  on 1999/06/02  00:48:50
10138         Log: remove stray K&R-isms
10139      Branch: perl
10140            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10141            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
10142            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
10143            ! toke.c util.c win32/win32.c x2p/hash.c
10144 ____________________________________________________________________________
10145 [  3514] By: gsar                                  on 1999/06/01  15:55:55
10146         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
10147              strict 'subs'
10148      Branch: perl
10149            ! op.c t/pragma/strict-subs
10150 ____________________________________________________________________________
10151 [  3513] By: jhi                                   on 1999/06/01  07:17:05
10152         Log: Patch applying of #3499 had gone awry.
10153      Branch: cfgperl
10154            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
10155 ____________________________________________________________________________
10156 [  3512] By: gsar                                  on 1999/05/31  19:21:30
10157         Log: tighter -help output
10158      Branch: perl
10159            ! perl.c
10160 ____________________________________________________________________________
10161 [  3511] By: gsar                                  on 1999/05/31  17:18:23
10162         Log: fix memory leak in C<eval 'return sub {...}'>
10163      Branch: perl
10164            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
10165 ____________________________________________________________________________
10166 [  3510] By: gsar                                  on 1999/05/31  14:11:46
10167         Log: tweak C++isms
10168      Branch: perl
10169            ! win32/dl_win32.xs win32/win32.c
10170 ____________________________________________________________________________
10171 [  3509] By: jhi                                   on 1999/05/30  13:02:26
10172         Log: Cleanup of #3488.
10173      Branch: cfgperl
10174            ! Configure config_h.SH
10175 ____________________________________________________________________________
10176 [  3508] By: jhi                                   on 1999/05/30  11:16:01
10177         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10178              To: Mailing list Perl5 <perl5-porters@perl.org>
10179              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
10180              Date: Sat, 29 May 1999 20:18:13 -0400
10181              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
10182      Branch: cfgperl
10183            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
10184 ____________________________________________________________________________
10185 [  3507] By: jhi                                   on 1999/05/29  20:05:40
10186         Log: From: Mark-Jason Dominus <mjd@plover.com>
10187              To: perl5-porters@perl.com
10188              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
10189              Date: Sat, 29 May 1999 14:45:10 -0400
10190              Message-ID: <19990529184510.27557.qmail@plover.com>
10191      Branch: cfgperl
10192            ! op.h
10193 ____________________________________________________________________________
10194 [  3506] By: gsar                                  on 1999/05/29  16:49:39
10195         Log: avoid gv_check() recursive pit
10196      Branch: perl
10197            ! gv.c
10198 ____________________________________________________________________________
10199 [  3505] By: jhi                                   on 1999/05/29  11:38:16
10200         Log: From: jan.dubois@ibm.net (Jan Dubois)
10201              To: Gurusamy Sarathy <gsar@activestate.com>
10202              Cc: perl5-porters@perl.org
10203              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
10204              Date: Sat, 29 May 1999 08:46:22 +0200
10205              Message-ID: <374f8007.2016008@smtp1.ibm.net>
10206      Branch: cfgperl
10207            ! t/op/grent.t t/op/pwent.t
10208 ____________________________________________________________________________
10209 [  3504] By: jhi                                   on 1999/05/29  11:07:10
10210         Log: QNX needs <sys/select.h> to define fd_set.
10211              
10212              From: Norton Allen <allen@huarp.harvard.edu>
10213              To: perl5-porters@perl.org
10214              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
10215              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
10216              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
10217      Branch: cfgperl
10218            ! ext/IO/poll.c
10219 ____________________________________________________________________________
10220 [  3503] By: jhi                                   on 1999/05/29  10:53:31
10221         Log: From: jan.dubois@ibm.net (Jan Dubois)
10222              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
10223              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
10224              Date: Fri, 28 May 1999 20:14:35 +0200
10225              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
10226      Branch: cfgperl
10227            ! lib/Math/BigFloat.pm
10228 ____________________________________________________________________________
10229 [  3502] By: jhi                                   on 1999/05/29  10:44:44
10230         Log: Make Configure support the change #3367,
10231              SysV shadow passwords.
10232      Branch: cfgperl
10233            ! Configure config_h.SH pp_sys.c
10234 ____________________________________________________________________________
10235 [  3501] By: gsar                                  on 1999/05/28  21:22:23
10236         Log: add wide versions of win32 system calls (first step in
10237              globalization); delayload winsock for performance if compiling
10238              with VC 6.0
10239      Branch: perl
10240            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
10241            ! win32/win32.c win32/win32.h
10242 ____________________________________________________________________________
10243 [  3500] By: jhi                                   on 1999/05/28  21:17:24
10244         Log: The new t/lib/io_linenum.t was using stricture
10245              before @INC was set up.
10246      Branch: cfgperl
10247            ! t/lib/io_linenum.t
10248 ____________________________________________________________________________
10249 [  3499] By: jhi                                   on 1999/05/28  17:13:23
10250         Log: From: Tom Hughes <tom@compton.nu>
10251              To: perl5-porters@perl.org
10252              Subject: [PATCH 5.005_57] ByteLoader mark 2
10253              Date: Wed, 26 May 1999 23:59:49 +0100
10254              Message-ID: <bf337a0849.tom@compton.compton.nu>
10255              
10256              plus resolve tiny conflict with #3479
10257              plus regen_headers.
10258      Branch: cfgperl
10259            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10260            + ext/ByteLoader/byterun.h
10261            - bytecode.h byterun.c byterun.h
10262            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
10263            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
10264            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10265            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
10266            ! perl.h perlvars.h proto.h util.c utils/Makefile
10267 ____________________________________________________________________________
10268 [  3498] By: jhi                                   on 1999/05/28  16:53:04
10269         Log: From: Mark-Jason Dominus <mjd@plover.com>
10270              To: perl5-porters@perl.com
10271              Subject: PATCH (5.005_57): defined(@a) now deprecated
10272              Date: Thu, 27 May 1999 16:05:44 -0400
10273              Message-ID: <19990527200544.13330.qmail@plover.com>
10274      Branch: cfgperl
10275            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
10276            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
10277 ____________________________________________________________________________
10278 [  3497] By: jhi                                   on 1999/05/28  16:50:54
10279         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10280              To: perl5-porters@perl.org (Mailing list Perl5)
10281              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
10282              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
10283              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
10284      Branch: cfgperl
10285            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
10286            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
10287 ____________________________________________________________________________
10288 [  3496] By: jhi                                   on 1999/05/28  16:48:39
10289         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10290              To: perl5-porters@perl.org (Mailing list Perl5)
10291              Subject: [PATCH 5.00557] Required OS/2-related patches
10292              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
10293              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
10294      Branch: cfgperl
10295            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
10296            ! t/op/stat.t util.c
10297 ____________________________________________________________________________
10298 [  3495] By: jhi                                   on 1999/05/28  16:45:56
10299         Log: From: Paul Johnson <pjcj@transeda.com>
10300              To: perl5-porters <perl5-porters@perl.org>
10301              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
10302              Date: Fri, 28 May 1999 15:13:54 +0100
10303              Message-ID: <19990528151354.B289@west-tip.transeda.com>
10304      Branch: cfgperl
10305            ! t/TEST
10306 ____________________________________________________________________________
10307 [  3494] By: jhi                                   on 1999/05/28  16:44:34
10308         Log: From: Paul Johnson <pjcj@transeda.com>
10309              To: perl5-porters <perl5-porters@perl.org>
10310              Subject: [PATCH 5.005_57] Fixes related to working local $.
10311              Date: Fri, 28 May 1999 15:11:18 +0100
10312              Message-ID: <19990528151118.A289@west-tip.transeda.com>
10313      Branch: cfgperl
10314            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
10315 ____________________________________________________________________________
10316 [  3493] By: gsar                                  on 1999/05/28  16:37:26
10317         Log: change#3449 wasn't doing enough
10318      Branch: perl
10319            ! op.c t/comp/proto.t
10320 ____________________________________________________________________________
10321 [  3492] By: jhi                                   on 1999/05/28  08:12:23
10322         Log: From: paul.marquess@bt.com
10323              To: doughera@lafayette.edu
10324              Cc: perl5-porters@perl.org
10325              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
10326              Date: Thu, 27 May 1999 23:31:38 +0100
10327              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
10328              
10329              Had to be applied manually; some mailer had munged the patch slightly.
10330      Branch: cfgperl
10331            ! ext/NDBM_File/NDBM_File.xs
10332 ____________________________________________________________________________
10333 [  3491] By: jhi                                   on 1999/05/28  07:51:17
10334         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10335              To: perl5-porters@perl.org
10336              Subject: [PATCH 5.005_57] fixing eval in the compiler
10337              Date: Thu, 27 May 1999 07:56:54 -0700
10338              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
10339      Branch: cfgperl
10340            ! cc_runtime.h scope.h
10341 ____________________________________________________________________________
10342 [  3490] By: jhi                                   on 1999/05/28  07:47:06
10343         Log: From: Andy Dougherty <doughera@lafayette.edu>
10344              To: perlbug@perl.com
10345              Cc: Jarkko Hietaniemi <jhi@iki.fi>
10346              Subject: [PATCH] Configure updates for ISC 4.1
10347              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
10348              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
10349      Branch: cfgperl
10350            ! Configure config_h.SH
10351 ____________________________________________________________________________
10352 [  3489] By: jhi                                   on 1999/05/28  07:39:17
10353         Log: Integrate from mainperl.
10354      Branch: cfgperl
10355           !> malloc.c win32/makedef.pl win32/win32.c
10356 ____________________________________________________________________________
10357 [  3488] By: jhi                                   on 1999/05/27  16:57:19
10358         Log: From: Andy Dougherty <doughera@lafayette.edu>
10359              To: Perl Porters <perl5-porters@perl.org>
10360              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
10361              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
10362              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
10363      Branch: cfgperl
10364            ! Configure config_h.SH hints/sunos_4_1.sh util.c
10365 ____________________________________________________________________________
10366 [  3487] By: gsar                                  on 1999/05/27  03:56:20
10367         Log: make win32_spawnvp() inherit standard handles even when they
10368              may be redirected
10369      Branch: perl
10370            ! win32/win32.c
10371 ____________________________________________________________________________
10372 [  3486] By: jhi                                   on 1999/05/26  19:55:52
10373         Log: From: Andy Dougherty <doughera@lafayette.edu>
10374              To: perl5-porters@perl.org
10375              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
10376              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
10377              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
10378      Branch: cfgperl
10379            ! util.c
10380 ____________________________________________________________________________
10381 [  3485] By: chip                                  on 1999/05/26  17:19:11
10382         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
10383      Branch: maint-5.004/perl
10384            ! Configure
10385 ____________________________________________________________________________
10386 [  3484] By: gsar                                  on 1999/05/26  01:56:28
10387         Log: fix missing exported symbol
10388      Branch: perl
10389            ! malloc.c win32/makedef.pl
10390 ____________________________________________________________________________
10391 [  3483] By: jhi                                   on 1999/05/25  23:08:07
10392         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
10393              
10394              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10395              To: perlbug@perl.com
10396              Subject: OpenBSD hints file update
10397              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
10398              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
10399      Branch: cfgperl
10400            ! hints/openbsd.sh
10401 ____________________________________________________________________________
10402 [  3482] By: jhi                                   on 1999/05/25  23:01:25
10403         Log: From: Tom Hughes <tom@compton.nu>
10404              To: perl5-porters@perl.org
10405              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
10406              Date: Tue, 25 May 1999 23:10:23 +0100
10407              Message-ID: <1ed7f10749.tom@compton.compton.nu>
10408      Branch: cfgperl
10409            ! Configure config_h.SH
10410 ____________________________________________________________________________
10411 [  3481] By: jhi                                   on 1999/05/25  22:31:50
10412         Log: 3479, 3480, 3481 seems logical.
10413      Branch: cfgperl
10414           !> hints/aix.sh
10415 ____________________________________________________________________________
10416 [  3480] By: jhi                                   on 1999/05/25  22:13:39
10417         Log: The change #3479 wasn't perfect.
10418      Branch: perl
10419            ! hints/aix.sh
10420 ____________________________________________________________________________
10421 [  3479] By: jhi                                   on 1999/05/25  21:59:21
10422         Log: Cures for _57 in AIX 4.1.5.0.
10423              (1) The lddlflags lost its -lc by change #3660
10424              (and the politeness of change #3257).
10425              (2) optype_size must end up in perl.exp (as PL_optype_size).
10426              Added it to perlvars.h, fixed bytecode.pl,
10427              regen'ed the relevant headers.
10428      Branch: cfgperl
10429            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
10430            ! perlvars.h
10431      Branch: perl
10432            ! hints/aix.sh
10433 ____________________________________________________________________________
10434 [  3478] By: jhi                                   on 1999/05/25  20:13:47
10435         Log: Integrate from mainperl.
10436      Branch: cfgperl
10437           +> pod/perltootc.pod
10438           !> (integrate 101 files)
10439 ____________________________________________________________________________
10440 [  3477] By: gsar                                  on 1999/05/25  10:43:48
10441         Log: here be 5.005_57
10442      Branch: perl
10443            ! Changes MANIFEST Porting/makerel
10444           !> Changes5.005
10445
10446 ----------------
10447 Version 5.005_57
10448 ----------------
10449
10450 ____________________________________________________________________________
10451 [  3476] By: gsar                                  on 1999/05/25  09:23:43
10452         Log: up patchlevel &c
10453      Branch: perl
10454            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10455            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10456            ! win32/makefile.mk
10457 ____________________________________________________________________________
10458 [  3475] By: gsar                                  on 1999/05/25  09:14:51
10459         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10460              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
10461              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
10462              Subject: [PATCH 5.005_56] REx engine improvements
10463      Branch: perl
10464            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
10465            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
10466            ! thrdvar.h util.c
10467 ____________________________________________________________________________
10468 [  3474] By: gsar                                  on 1999/05/25  08:39:56
10469         Log: test case for change#3470
10470      Branch: perl
10471            ! t/lib/bigintpm.t
10472 ____________________________________________________________________________
10473 [  3473] By: gsar                                  on 1999/05/25  08:36:52
10474         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
10475      Branch: perl
10476            ! Changes pod/perlport.pod
10477 ____________________________________________________________________________
10478 [  3472] By: gsar                                  on 1999/05/25  08:28:57
10479         Log: assorted tweaks
10480      Branch: perl
10481            ! doio.c iperlsys.h win32/config.bc win32/config.gc
10482            ! win32/config.vc win32/config_H.bc win32/config_H.gc
10483            ! win32/config_H.vc win32/makedef.pl
10484 ____________________________________________________________________________
10485 [  3471] By: gsar                                  on 1999/05/25  06:06:04
10486         Log: perlref update from Tom Christiansen
10487      Branch: perl
10488            ! pod/perlref.pod
10489 ____________________________________________________________________________
10490 [  3470] By: gsar                                  on 1999/05/25  06:03:27
10491         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10492              Date: Mon, 24 May 1999 17:43:56 -0400
10493              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
10494              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
10495      Branch: perl
10496            ! hv.c
10497 ____________________________________________________________________________
10498 [  3469] By: gsar                                  on 1999/05/25  05:59:22
10499         Log: avoid temporary files that have a constant name (from a suggestion
10500              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
10501      Branch: perl
10502            ! lib/ExtUtils/MM_Unix.pm
10503 ____________________________________________________________________________
10504 [  3468] By: gsar                                  on 1999/05/25  05:54:29
10505         Log: From: pvhp@forte.com (Peter Prymmer)
10506              Date: Mon, 24 May 99 11:20:25 PDT
10507              Message-Id: <9905241820.AA28071@forte.com>
10508              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
10509      Branch: perl
10510            ! lib/Pod/Text.pm
10511 ____________________________________________________________________________
10512 [  3467] By: gsar                                  on 1999/05/25  04:08:50
10513         Log: fix glob() bug that resulted in missing symlinks that don't point
10514              anywhere
10515      Branch: perl
10516            ! pp_hot.c
10517 ____________________________________________________________________________
10518 [  3466] By: gsar                                  on 1999/05/25  03:00:00
10519         Log: avoid enumerating @INC contents in diagnostic if @INC was never
10520              searched
10521      Branch: perl
10522            ! pod/perldiag.pod pp_ctl.c
10523 ____________________________________________________________________________
10524 [  3465] By: gsar                                  on 1999/05/25  02:24:08
10525         Log: add caveat about close(PIPE) carelessness
10526      Branch: perl
10527            ! pod/perlfunc.pod
10528 ____________________________________________________________________________
10529 [  3464] By: gsar                                  on 1999/05/24  23:55:53
10530         Log: fix bogus line numbers for void context warnings
10531              (change#2548 was overeager)
10532      Branch: perl
10533            ! op.c
10534 ____________________________________________________________________________
10535 [  3463] By: gsar                                  on 1999/05/24  23:31:58
10536         Log: change#3455 had a typo
10537      Branch: perl
10538            ! pp_ctl.c
10539 ____________________________________________________________________________
10540 [  3462] By: gsar                                  on 1999/05/24  17:32:20
10541         Log: more pod updates from Tom Christiansen; regen perltoc
10542      Branch: perl
10543            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
10544            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
10545 ____________________________________________________________________________
10546 [  3461] By: gsar                                  on 1999/05/24  07:41:32
10547         Log: perlmod notes from Damian Conway (via Tom Christiansen)
10548      Branch: perl
10549            ! pod/perlmod.pod
10550 ____________________________________________________________________________
10551 [  3460] By: gsar                                  on 1999/05/24  07:24:11
10552         Log: major pod update from Tom Christiansen
10553      Branch: perl
10554            + pod/perltootc.pod
10555            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
10556            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
10557            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
10558            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
10559            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
10560            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
10561            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
10562            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
10563            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
10564            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
10565            ! pod/perlxs.pod pod/pod2man.PL
10566 ____________________________________________________________________________
10567 [  3459] By: gsar                                  on 1999/05/24  06:26:48
10568         Log: perlfaq update from Tom Christiansen
10569      Branch: perl
10570            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10571            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10572            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10573            ! pod/perlfaq9.pod
10574 ____________________________________________________________________________
10575 [  3458] By: gsar                                  on 1999/05/24  05:55:11
10576         Log: updated to v1.50 from CPAN
10577      Branch: perl
10578            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10579 ____________________________________________________________________________
10580 [  3457] By: gsar                                  on 1999/05/24  05:46:20
10581         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10582              Date: Sun, 23 May 1999 16:35:07 +0100
10583              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
10584              Subject: [PATCH 5.005_56] name PL_in_eval bits
10585      Branch: perl
10586            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
10587 ____________________________________________________________________________
10588 [  3456] By: gsar                                  on 1999/05/24  05:18:06
10589         Log: make -t mode the default on emacs/dumb terminals
10590      Branch: perl
10591            ! Changes utils/perldoc.PL
10592 ____________________________________________________________________________
10593 [  3455] By: gsar                                  on 1999/05/24  05:05:19
10594         Log: return 0 rather than "" when scalar grep has nothing to iterate
10595              on (brings behavior in line with documentation)
10596      Branch: perl
10597            ! pp_ctl.c
10598 ____________________________________________________________________________
10599 [  3454] By: gsar                                  on 1999/05/24  04:52:52
10600         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
10601              Date: Thu, 20 May 1999 13:27:02 -1000
10602              Message-Id: <E10kcDN-0007TA-00@lapaki>
10603              Subject: Problem with MM_Unix in 5.005_03
10604      Branch: perl
10605            ! lib/ExtUtils/MM_Unix.pm
10606 ____________________________________________________________________________
10607 [  3453] By: gsar                                  on 1999/05/24  04:39:49
10608         Log: avoid removing duplicates in user-generated warnings
10609              From: byron@omix.com (Byron Brummer)
10610              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
10611              Message-Id: <199905201101.EAA91175@thrush.omix.com>
10612              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
10613      Branch: perl
10614            ! lib/diagnostics.pm
10615 ____________________________________________________________________________
10616 [  3452] By: gsar                                  on 1999/05/24  04:23:10
10617         Log: straighten some code to avoid NeXT compiler bugs (from
10618              Geoff Kuenning <geoff@cs.hmc.edu>)
10619      Branch: perl
10620            ! pp_ctl.c
10621 ____________________________________________________________________________
10622 [  3451] By: gsar                                  on 1999/05/24  03:03:05
10623         Log: minor logic tweak for reserved word warning
10624      Branch: perl
10625            ! lib/Test/Harness.pm toke.c
10626 ____________________________________________________________________________
10627 [  3450] By: gsar                                  on 1999/05/24  02:34:20
10628         Log: oops, some files missing in change#3449
10629      Branch: perl
10630            ! op.c op.h toke.c
10631 ____________________________________________________________________________
10632 [  3449] By: gsar                                  on 1999/05/24  02:33:12
10633         Log: allow '*' prototype to autoquote even barewords that happen to be
10634              function names; parens or ampersand continue to force the other
10635              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
10636              do the right thing, for example
10637      Branch: perl
10638            ! t/comp/proto.t
10639 ____________________________________________________________________________
10640 [  3448] By: gsar                                  on 1999/05/24  01:51:24
10641         Log: remove vestiges of PL_last_proto
10642      Branch: perl
10643            ! embedvar.h intrpvar.h objXSUB.h
10644 ____________________________________________________________________________
10645 [  3447] By: gsar                                  on 1999/05/24  01:49:20
10646         Log: redo change#2061 and parts of change#1169 with code in the
10647              parser; PL_last_proto hackery gone, strict 'subs' in now
10648              implemented in the optimizer where specifying the exceptional
10649              cases is much more robust; '*' (bareword) prototype now works
10650              reliably when used in second and subsequent arguments
10651      Branch: perl
10652            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
10653 ____________________________________________________________________________
10654 [  3446] By: gsar                                  on 1999/05/23  05:00:55
10655         Log: remove redundant part of change#1169 superceded by change#2061;
10656              avoid "future reserved word" warning on prototypical bearwords
10657      Branch: perl
10658            ! t/lib/fatal.t toke.c
10659 ____________________________________________________________________________
10660 [  3445] By: gsar                                  on 1999/05/21  23:36:49
10661         Log: s/isspace/isSPACE/g and make sure the CRT version is always
10662              passed an unsigned char (fixes random occurrence of spaces in
10663              arguments containing high-bit chars passed to spawned children,
10664              on win32)
10665      Branch: perl
10666            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
10667 ____________________________________________________________________________
10668 [  3444] By: gsar                                  on 1999/05/21  23:08:55
10669         Log: integrate Configure changes from cfgperl
10670      Branch: perl
10671           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10672           !> config_h.SH
10673 ____________________________________________________________________________
10674 [  3443] By: jhi                                   on 1999/05/21  22:00:56
10675         Log: Integrate from mainperl.
10676      Branch: cfgperl
10677           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
10678           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
10679           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
10680           !> win32/perlhost.h win32/win32.c x2p/walk.c
10681 ____________________________________________________________________________
10682 [  3442] By: jhi                                   on 1999/05/21  21:59:46
10683         Log: fflush.
10684      Branch: cfgperl
10685            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10686            ! config_h.SH
10687 ____________________________________________________________________________
10688 [  3441] By: gsar                                  on 1999/05/21  17:48:55
10689         Log: integrate cfgperl changes
10690      Branch: perl
10691           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10692           !> config_h.SH hints/sunos_4_1.sh installperl
10693 ____________________________________________________________________________
10694 [  3440] By: gsar                                  on 1999/05/21  17:42:49
10695         Log: test tweak
10696      Branch: perl
10697            ! t/comp/proto.t
10698 ____________________________________________________________________________
10699 [  3439] By: gsar                                  on 1999/05/21  17:31:26
10700         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
10701              (Configure fflush(NULL) detection seems broken on Solaris, which
10702              is why I hit the problem)
10703      Branch: perl
10704            ! Changes perl.h
10705 ____________________________________________________________________________
10706 [  3438] By: gsar                                  on 1999/05/20  16:41:01
10707         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
10708      Branch: perl
10709            ! pod/perlport.pod
10710 ____________________________________________________________________________
10711 [  3437] By: jhi                                   on 1999/05/20  07:14:39
10712         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
10713              (via private email).
10714      Branch: cfgperl
10715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10716            ! config_h.SH hints/sunos_4_1.sh
10717 ____________________________________________________________________________
10718 [  3436] By: gsar                                  on 1999/05/20  05:18:26
10719         Log: various little nits
10720      Branch: perl
10721            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10722            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
10723            ! win32/perlhost.h win32/win32.c x2p/walk.c
10724 ____________________________________________________________________________
10725 [  3435] By: jhi                                   on 1999/05/18  16:25:49
10726         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10727              To: perl5-porters@perl.org
10728              Subject: installperl
10729              Date: Fri, 14 May 1999 21:34:58 +0100
10730              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
10731      Branch: cfgperl
10732            ! installperl
10733 ____________________________________________________________________________
10734 [  3434] By: jhi                                   on 1999/05/17  21:25:54
10735         Log: Integrate from mainperl.
10736      Branch: cfgperl
10737           +> lib/ExtUtils/MM_Cygwin.pm
10738            - cygwin32/impure_ptr.c
10739           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10740           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10741           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
10742           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
10743           !> x2p/find2perl.PL
10744 ____________________________________________________________________________
10745 [  3433] By: gsar                                  on 1999/05/17  09:49:01
10746         Log: integrate cfgperl changes into mainline
10747      Branch: perl
10748           !> Configure INSTALL config_h.SH configure.com embed.h
10749           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
10750           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
10751           !> util.c
10752 ____________________________________________________________________________
10753 [  3432] By: gsar                                  on 1999/05/17  09:06:45
10754         Log: emit more appropriate diagnostic for failed glob (variant
10755              of patch suggested by Graham Barr)
10756      Branch: perl
10757            ! gv.c pod/perldiag.pod pp.c pp_hot.c
10758 ____________________________________________________________________________
10759 [  3431] By: gsar                                  on 1999/05/17  08:38:09
10760         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10761              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
10762              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
10763              Subject: find2perl does not grok the 'c' suffix to the -size argument
10764      Branch: perl
10765            ! x2p/find2perl.PL
10766 ____________________________________________________________________________
10767 [  3430] By: gsar                                  on 1999/05/17  08:26:21
10768         Log: additional cleanups for cygwin32 port
10769              From: "Fifer, Eric" <EFifer@sanwaint.com>
10770              Date: Wed, 12 May 1999 20:25:54 +0100
10771              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
10772              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
10773      Branch: perl
10774            + lib/ExtUtils/MM_Cygwin.pm
10775            - cygwin32/impure_ptr.c
10776            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
10777            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
10778            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
10779            ! perl.h util.c
10780 ____________________________________________________________________________
10781 [  3429] By: gsar                                  on 1999/05/17  08:01:04
10782         Log: From: Andy Dougherty <doughera@lafayette.edu>
10783              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10784              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10785              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10786      Branch: perl
10787            ! INSTALL
10788 ____________________________________________________________________________
10789 [  3428] By: jhi                                   on 1999/05/17  07:03:26
10790         Log: Integrate from mainperl modulo the Socket.xs change.
10791      Branch: cfgperl
10792           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
10793           !> win32/win32.c win32/win32.h
10794 ____________________________________________________________________________
10795 [  3427] By: jhi                                   on 1999/05/16  22:09:11
10796         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10797              To: perl5-porters@perl.org (Mailing list Perl5)
10798              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
10799              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
10800              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
10801      Branch: cfgperl
10802            ! ext/Devel/Peek/Peek.xs
10803 ____________________________________________________________________________
10804 [  3426] By: jhi                                   on 1999/05/16  22:07:11
10805         Log: From: Mark-Jason Dominus <mjd@plover.com>
10806              To: perl5-porters@perl.com
10807              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
10808              Date: Sat, 15 May 1999 12:43:47 -0400
10809              Message-ID: <19990515164348.7313.qmail@plover.com>
10810      Branch: cfgperl
10811            ! pod/perldiag.pod
10812 ____________________________________________________________________________
10813 [  3425] By: nick                                  on 1999/05/15  15:56:10
10814         Log: Mingw32 + w32api-0.1.5 tweaks
10815              - now more like other Win32 compilers
10816      Branch: perl
10817            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
10818            ! win32/win32.h
10819 ____________________________________________________________________________
10820 [  3424] By: nick                                  on 1999/05/14  21:04:22
10821         Log: Experimental "slab" allocator for ops.
10822              To try it -DPL_OP_SLAB_ALLOC for op.c 
10823              This is for proof of concept only, it leaks memory 
10824              (ops are not free'd) so don't use in embedded apps.
10825              If this minimalist version does not show performance 
10826              gain then whole idea is worthless. 
10827              Nick see's approx 12% speed up vs perlmalloc running
10828              perl -Ilib -MCPAN -e '' 
10829              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
10830      Branch: perl
10831            ! op.c
10832 ____________________________________________________________________________
10833 [  3423] By: gsar                                  on 1999/05/14  19:55:04
10834         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
10835              found (brings sitelib intuition in line with privlib)
10836      Branch: perl
10837            ! win32/win32.c
10838 ____________________________________________________________________________
10839 [  3422] By: jhi                                   on 1999/05/14  08:08:01
10840         Log: From: pvhp@forte.com (Peter Prymmer)
10841              To: perl5-porters@perl.org, vmsperl@perl.org
10842              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
10843              Date: Thu, 13 May 99 15:29:57 PDT
10844              Message-Id: <9905132229.AA15854@forte.com>
10845      Branch: cfgperl
10846            ! configure.com
10847 ____________________________________________________________________________
10848 [  3421] By: jhi                                   on 1999/05/14  07:34:20
10849         Log: Integrate from mainperl.
10850      Branch: cfgperl
10851           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
10852 ____________________________________________________________________________
10853 [  3420] By: jhi                                   on 1999/05/14  07:33:26
10854         Log: Still fflushing.
10855      Branch: cfgperl
10856            ! Configure config_h.SH util.c
10857 ____________________________________________________________________________
10858 [  3419] By: gsar                                  on 1999/05/14  03:08:29
10859         Log: mortalize string allocations by win32_get_{priv,site}lib()
10860              (fixes small memory leak in interpreter)
10861      Branch: perl
10862            ! win32/win32.c
10863 ____________________________________________________________________________
10864 [  3418] By: gsar                                  on 1999/05/14  03:06:50
10865         Log: make win32_longname() preserve kind of slashes in argument
10866      Branch: perl
10867            ! win32/win32.c
10868 ____________________________________________________________________________
10869 [  3417] By: gsar                                  on 1999/05/14  03:04:44
10870         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
10871      Branch: perl
10872            ! lib/ExtUtils/MM_Unix.pm
10873 ____________________________________________________________________________
10874 [  3416] By: jhi                                   on 1999/05/13  21:18:06
10875         Log: Integrate from mainperl.
10876      Branch: cfgperl
10877           !> pp_ctl.c
10878 ____________________________________________________________________________
10879 [  3415] By: jhi                                   on 1999/05/13  21:16:49
10880         Log: Fixes from Andy Dougherty (via private email).
10881      Branch: cfgperl
10882            ! Configure config_h.SH
10883 ____________________________________________________________________________
10884 [  3414] By: nick                                  on 1999/05/13  20:04:26
10885         Log: valist vs va_list typo
10886      Branch: perl
10887            ! pp_ctl.c
10888 ____________________________________________________________________________
10889 [  3413] By: jhi                                   on 1999/05/13  15:04:05
10890         Log: From: Andy Dougherty <doughera@lafayette.edu>
10891              To: perlbug@perl.com
10892              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
10893              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
10894              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
10895      Branch: cfgperl
10896            ! INSTALL
10897 ____________________________________________________________________________
10898 [  3412] By: jhi                                   on 1999/05/13  14:20:17
10899         Log: Integrate from mainperl.
10900      Branch: cfgperl
10901           !> pp_ctl.c
10902 ____________________________________________________________________________
10903 [  3411] By: gsar                                  on 1999/05/13  14:16:56
10904         Log: docatch_body() declaration mismatch
10905      Branch: perl
10906            ! pp_ctl.c
10907 ____________________________________________________________________________
10908 [  3410] By: jhi                                   on 1999/05/13  13:51:44
10909         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
10910      Branch: cfgperl
10911            ! Configure config_h.SH perl.h
10912 ____________________________________________________________________________
10913 [  3409] By: jhi                                   on 1999/05/13  13:31:53
10914         Log: Still fflushing strong.
10915      Branch: cfgperl
10916            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
10917            ! proto.h util.c
10918 ____________________________________________________________________________
10919 [  3408] By: jhi                                   on 1999/05/12  14:30:23
10920         Log: Integrate from mainperl.
10921      Branch: cfgperl
10922           !> (integrate 30 files)
10923 ____________________________________________________________________________
10924 [  3407] By: jhi                                   on 1999/05/12  12:28:31
10925         Log: Be tidier with fflush(NULL) testing.
10926      Branch: cfgperl
10927            ! Configure config_h.SH
10928 ____________________________________________________________________________
10929 [  3406] By: gsar                                  on 1999/05/12  11:26:03
10930         Log: better range-checking on list slices, with test
10931              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10932              Date: Sun, 02 May 1999 17:02:53 +0100
10933              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
10934              Subject: Re: List slice of undefs returns 0 items 
10935      Branch: perl
10936            ! pp.c t/op/list.t
10937 ____________________________________________________________________________
10938 [  3405] By: gsar                                  on 1999/05/12  11:22:27
10939         Log: change#3397 needs test tweak
10940      Branch: perl
10941            ! Changes t/pragma/warn/sv
10942 ____________________________________________________________________________
10943 [  3404] By: gsar                                  on 1999/05/12  11:07:44
10944         Log: typo in change#3397
10945      Branch: perl
10946            ! doop.c
10947 ____________________________________________________________________________
10948 [  3403] By: gsar                                  on 1999/05/12  10:49:01
10949         Log: From: Stephen Zander <gibreel@pobox.com>
10950              Date: 12 May 1999 01:22:31 -0700
10951              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
10952              Subject: Re: Test::Harness runs tainted tests with wrong library path
10953      Branch: perl
10954            ! lib/Test/Harness.pm
10955 ____________________________________________________________________________
10956 [  3402] By: gsar                                  on 1999/05/12  10:42:06
10957         Log: typo in change#3400
10958      Branch: perl
10959            ! ext/B/B/Deparse.pm
10960 ____________________________________________________________________________
10961 [  3401] By: jhi                                   on 1999/05/12  10:40:42
10962         Log: A better, shinier, and possibly even correctly working
10963              reincarnation of #3398.
10964      Branch: cfgperl
10965            ! Configure config_h.SH
10966 ____________________________________________________________________________
10967 [  3400] By: gsar                                  on 1999/05/12  10:40:11
10968         Log: deparse \&func() as \(&func()) for clarity
10969              From: Albert Dvornik <bert@genscan.com>
10970              Date: 11 May 1999 13:32:04 -0400
10971              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
10972              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
10973      Branch: perl
10974            ! ext/B/B/Deparse.pm
10975 ____________________________________________________________________________
10976 [  3399] By: gsar                                  on 1999/05/12  10:36:02
10977         Log: more testsuite smarts (many of them courtesy Ilya)
10978      Branch: perl
10979            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
10980            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
10981            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
10982            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
10983            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
10984            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
10985            ! t/op/pwent.t
10986 ____________________________________________________________________________
10987 [  3398] By: jhi                                   on 1999/05/12  09:33:08
10988         Log: Detect whether fflush(NULL) works as per change #3352.
10989      Branch: cfgperl
10990            ! Configure config_h.SH perl.h
10991 ____________________________________________________________________________
10992 [  3397] By: gsar                                  on 1999/05/12  08:56:03
10993         Log: From: jan.dubois@ibm.net (Jan Dubois)
10994              Date: Wed, 12 May 1999 01:01:00 +0200
10995              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
10996              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
10997      Branch: perl
10998            ! doop.c
10999 ____________________________________________________________________________
11000 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11001         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11002              stat() behaves similarly
11003      Branch: perl
11004            ! win32/win32.c
11005 ____________________________________________________________________________
11006 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11007         Log: Redo parts of #3341 and #3358 that #3394 undid.
11008      Branch: cfgperl
11009            ! Configure config_h.SH
11010 ____________________________________________________________________________
11011 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11012         Log: Add I_NETINET_TCP to help change #3391.
11013      Branch: cfgperl
11014            ! Configure config_h.SH ext/Socket/Socket.xs
11015 ____________________________________________________________________________
11016 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11017         Log: Integrate from mainperl.
11018      Branch: cfgperl
11019           !> (integrate 55 files)
11020 ____________________________________________________________________________
11021 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11022         Log: update embedvar.h
11023      Branch: perl
11024            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11025 ____________________________________________________________________________
11026 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11027         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11028              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11029              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11030              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11031      Branch: perl
11032            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11033 ____________________________________________________________________________
11034 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11035         Log: display more frequent progress messages when STDOUT is a tty
11036      Branch: perl
11037            ! lib/Test/Harness.pm
11038 ____________________________________________________________________________
11039 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11040         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11041              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11042              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11043              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11044      Branch: perl
11045            ! lib/Test/Harness.pm
11046 ____________________________________________________________________________
11047 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11048         Log: avoid creating spurious subroutine stubs on failed subroutine
11049              call and other places of sv_2cv() misuse; fixes problems with
11050              failed subroutine calls "hiding" later attempts to lookup methods
11051              in base classes
11052      Branch: perl
11053            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11054 ____________________________________________________________________________
11055 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11056         Log: various fixes for clean build and test on win32; configpm broken,
11057              needed to open myconfig.SH rather than myconfig; sundry adjustments
11058              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11059              work under win32; getenv_sv() changed to getenv_len() since SVs
11060              aren't visible in the lower echelons; remove bogus exports from
11061              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11062              IoDIRP in filter_del() or sv_free() will attempt to close it
11063      Branch: perl
11064            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11065            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11066            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11067            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11068            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11069            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11070            ! win32/config.gc win32/config.vc win32/makedef.pl
11071            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11072            ! win32/win32.c win32/win32.h
11073 ____________________________________________________________________________
11074 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11075         Log: gutsupport for C++ exceptions
11076              From: Chip Salzenberg <chip@perlsupport.com>
11077              Date: Tue, 9 Mar 1999 11:51:57 -0500
11078              Message-ID: <19990309115157.E7911@perlsupport.com>
11079              Subject: [PATCH 5.005] Flexible Exceptions
11080      Branch: perl
11081            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11082            ! scope.c scope.h thrdvar.h util.c
11083 ____________________________________________________________________________
11084 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11085         Log: "weak" references internals, still needs perlguts documentation
11086              (somewhat modified version of patch suggested by Tuomas J. Lukka
11087              <lukka@fas.harvard.edu>)
11088      Branch: perl
11089            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11090            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11091 ____________________________________________________________________________
11092 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11093         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11094              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11095      Branch: cfgperl
11096            ! INSTALL hints/dec_osf.sh
11097 ____________________________________________________________________________
11098 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11099         Log: Integrate from mainperl.
11100      Branch: cfgperl
11101           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11102           +> cygwin32/build-instructions.charles-wilson
11103           +> cygwin32/build-instructions.sebastien-barre
11104           +> cygwin32/build-instructions.steven-morlock
11105           +> cygwin32/build-instructions.steven-morlock2
11106           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11107           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11108           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11109           +> t/op/numconvert.t utils/perlbc.PL
11110            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11111            - cygwin32/perlld
11112           !> (integrate 105 files)
11113 ____________________________________________________________________________
11114 [  3380] By: gsar                                  on 1999/05/10  12:27:14
11115         Log: regen regnodes.h
11116      Branch: perl
11117            ! Changes regnodes.h
11118 ____________________________________________________________________________
11119 [  3379] By: gsar                                  on 1999/05/10  12:17:26
11120         Log: From: jan.dubois@ibm.net (Jan Dubois)
11121              Date: Sat, 01 May 1999 22:55:36 +0200
11122              Message-ID: <373067e9.56194713@smtp1.ibm.net>
11123              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
11124      Branch: perl
11125            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
11126            ! win32/config_H.vc
11127 ____________________________________________________________________________
11128 [  3378] By: gsar                                  on 1999/05/10  12:07:13
11129         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11130              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
11131              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
11132              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
11133      Branch: perl
11134            + t/op/numconvert.t
11135            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
11136            ! util.c
11137 ____________________________________________________________________________
11138 [  3377] By: gsar                                  on 1999/05/10  11:39:48
11139         Log: pp_modulo comment tweak from Ilya
11140      Branch: perl
11141            ! pp.c
11142 ____________________________________________________________________________
11143 [  3376] By: gsar                                  on 1999/05/10  11:30:40
11144         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11145              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
11146              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
11147              Subject: Test.pm update [PATCH _56]
11148      Branch: perl
11149            ! lib/Test.pm
11150 ____________________________________________________________________________
11151 [  3375] By: gsar                                  on 1999/05/10  11:28:30
11152         Log: From: jan.dubois@ibm.net (Jan Dubois)
11153              Date: Fri, 07 May 1999 00:59:54 +0200
11154              Message-ID: <373318ae.19292461@smtp1.ibm.net>
11155              Subject: Re: Using existing memory for an SV's PV 
11156      Branch: perl
11157            ! sv.c
11158 ____________________________________________________________________________
11159 [  3374] By: gsar                                  on 1999/05/10  11:23:44
11160         Log: From: jan.dubois@ibm.net (Jan Dubois)
11161              Date: Fri, 07 May 1999 00:59:52 +0200
11162              Message-ID: <37321800.19118320@smtp1.ibm.net>
11163              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
11164      Branch: perl
11165            ! perl.h
11166 ____________________________________________________________________________
11167 [  3373] By: gsar                                  on 1999/05/10  11:22:10
11168         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11169              Date: Thu, 6 May 1999 18:17:28 -0400
11170              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
11171              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
11172      Branch: perl
11173            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
11174            ! util.c
11175 ____________________________________________________________________________
11176 [  3372] By: gsar                                  on 1999/05/10  10:57:49
11177         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11178              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
11179              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
11180              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
11181      Branch: perl
11182            ! regcomp.c regcomp.pl
11183 ____________________________________________________________________________
11184 [  3371] By: gsar                                  on 1999/05/10  10:54:01
11185         Log: From: lane@duphy4.physics.drexel.edu
11186              Date: Tue, 04 May 1999 10:19:25 -0700
11187              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
11188              Subject: [PATCH 5.005.56] pod->html VMS fixes
11189      Branch: perl
11190            ! installhtml lib/Pod/Html.pm
11191 ____________________________________________________________________________
11192 [  3370] By: gsar                                  on 1999/05/10  10:45:52
11193         Log: testsuite nits
11194      Branch: perl
11195            ! t/lib/io_linenum.t t/op/filetest.t
11196 ____________________________________________________________________________
11197 [  3369] By: gsar                                  on 1999/05/10  10:35:22
11198         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11199              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
11200              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
11201              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
11202      Branch: perl
11203            ! os2/os2ish.h os2/os2thread.h
11204 ____________________________________________________________________________
11205 [  3368] By: gsar                                  on 1999/05/10  10:00:11
11206         Log: From: Albert Dvornik <bert@genscan.com>
11207              Date: 03 May 1999 12:20:57 -0400
11208              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
11209              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
11210      Branch: perl
11211            ! dump.c
11212 ____________________________________________________________________________
11213 [  3367] By: gsar                                  on 1999/05/10  09:55:51
11214         Log: shadow password support for Solaris (needs Configure help to
11215              determine HAS_GETSPENT)
11216              From: "Patrick O'Brien" <pdo@cs.umd.edu>
11217              Date: Sat, 01 May 1999 19:41:17 -0400
11218              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
11219              Subject: getpwent() under solaris
11220      Branch: perl
11221            ! pp_sys.c
11222 ____________________________________________________________________________
11223 [  3366] By: gsar                                  on 1999/05/10  09:45:58
11224         Log: From: jan.dubois@ibm.net (Jan Dubois)
11225              Date: Sat, 01 May 1999 23:45:47 +0200
11226              Message-ID: <373373fb.59284266@smtp1.ibm.net>
11227              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
11228      Branch: perl
11229            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11230            ! pod/perldelta.pod
11231 ____________________________________________________________________________
11232 [  3365] By: gsar                                  on 1999/05/10  09:34:22
11233         Log: test suite and fix input_line_number()
11234              From: Paul Johnson <pjcj@transeda.com>
11235              Date: Thu, 29 Apr 1999 06:28:14 +0100
11236              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
11237              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
11238      Branch: perl
11239            + t/lib/io_linenum.t
11240            ! MANIFEST ext/IO/lib/IO/Handle.pm
11241 ____________________________________________________________________________
11242 [  3364] By: gsar                                  on 1999/05/10  09:20:56
11243         Log: fix overeager [:foo:] parsing
11244              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11245              Date: Fri, 30 Apr 1999 09:26:18 +0100
11246              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
11247              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
11248      Branch: perl
11249            ! regcomp.c t/op/re_tests
11250 ____________________________________________________________________________
11251 [  3363] By: gsar                                  on 1999/05/10  09:09:21
11252         Log: documentation for Win32 builtins (somewhat modified)
11253              From: jan.dubois@ibm.net (Jan Dubois)
11254              Date: Tue, 30 Mar 1999 08:05:03 +0200
11255              Message-ID: <37006783.1926460@smtp1.ibm.net>
11256              Subject: Re: Issues with build 509 
11257      Branch: perl
11258            + pod/Win32.pod
11259            ! MANIFEST
11260 ____________________________________________________________________________
11261 [  3362] By: gsar                                  on 1999/05/10  08:22:07
11262         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
11263      Branch: perl
11264            ! lib/File/Copy.pm win32/win32.c
11265 ____________________________________________________________________________
11266 [  3361] By: gsar                                  on 1999/05/10  08:11:29
11267         Log: escape ampersands in <pre> sections
11268      Branch: perl
11269            ! Changes lib/Pod/Html.pm
11270 ____________________________________________________________________________
11271 [  3360] By: gsar                                  on 1999/05/10  08:04:14
11272         Log: AIX hints enhancements (threads build, SOCKS support)
11273              From: "David R. Favor" <dfavor@austin.ibm.com>
11274              Date: Wed, 28 Apr 1999 08:45:28 -0500
11275              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
11276              Subject: Working build for AIX + gcc + threading
11277      Branch: perl
11278            ! hints/aix.sh
11279 ____________________________________________________________________________
11280 [  3359] By: gsar                                  on 1999/05/10  07:49:26
11281         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
11282              Date: Tue, 27 Apr 1999 23:47:24 PDT
11283              Message-ID: <19990428064724.95244.qmail@hotmail.com>
11284              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
11285              --
11286              Date: Thu, 29 Apr 1999 18:21:06 -0700
11287              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
11288              Subject: [PATCH 5.005_56] double constants ( C.pm)
11289              --
11290              Date: Mon, 03 May 1999 20:21:31 PDT
11291              Message-ID: <19990504032131.81113.qmail@hotmail.com>
11292              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
11293              --
11294              Date: Thu, 06 May 1999 17:57:09 -0700
11295              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
11296              Subject: Stash.pm
11297      Branch: perl
11298            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
11299            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
11300 ____________________________________________________________________________
11301 [  3358] By: gsar                                  on 1999/05/10  04:39:15
11302         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
11303              From: alexander smishlajev <als@turnhere.com>
11304              Date: Sun, 25 Apr 1999 14:58:29 +0300
11305              Message-ID: <37230365.5F68B460@turnhere.com>
11306              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
11307      Branch: perl
11308            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11309            + cygwin32/build-instructions.charles-wilson
11310            + cygwin32/build-instructions.sebastien-barre
11311            + cygwin32/build-instructions.steven-morlock
11312            + cygwin32/build-instructions.steven-morlock2
11313            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11314            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11315            - cygwin32/perlld
11316            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
11317            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
11318            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
11319            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
11320            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
11321            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
11322 ____________________________________________________________________________
11323 [  3357] By: gsar                                  on 1999/05/10  04:07:07
11324         Log: applied suggested patch, modulo already applied parts
11325              From: Charles Bailey <BAILEY@newman.upenn.edu>
11326              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
11327              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
11328              Subject: [Patch 5.005_56] VMS consolidated patch #2
11329      Branch: perl
11330            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
11331            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
11332            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
11333            ! vms/subconfigure.com vms/test.com vms/vms.c
11334 ____________________________________________________________________________
11335 [  3356] By: gsar                                  on 1999/05/10  03:48:08
11336         Log: applied suggested patch, with win32 and PERL_OBJECT additions
11337              From: Tom Hughes <tom@compton.nu>
11338              Date: Sat, 24 Apr 1999 18:11:59 +0100
11339              Message-ID: <609bdff748.tom@compton.compton.nu>
11340              Subject: ByteLoader patch
11341      Branch: perl
11342            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11343            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
11344            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
11345            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
11346            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
11347            ! utils/Makefile win32/Makefile win32/makefile.mk
11348 ____________________________________________________________________________
11349 [  3355] By: gsar                                  on 1999/05/10  03:22:49
11350         Log: document 'test' attribute (from Andreas Koenig)
11351      Branch: perl
11352            ! lib/ExtUtils/MakeMaker.pm
11353 ____________________________________________________________________________
11354 [  3354] By: gsar                                  on 1999/05/10  03:12:37
11355         Log: From: pmarquess@bfsec.bt.co.uk
11356              Date: Thu, 22 Apr 1999 23:12:08 +0100
11357              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
11358              Subject: PATCH for small bug in scan_bin
11359      Branch: perl
11360            ! util.c
11361 ____________________________________________________________________________
11362 [  3353] By: gsar                                  on 1999/05/10  02:39:33
11363         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
11364              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
11365      Branch: perl
11366            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
11367            ! win32/win32iop.h
11368 ____________________________________________________________________________
11369 [  3352] By: gsar                                  on 1999/05/09  22:47:39
11370         Log: flush all open output buffers before fork(), exec(), system, qx//
11371              and pipe open() operations, simplifying buffering headaches faced
11372              by users; uses fflush(NULL), which may need Configure test
11373      Branch: perl
11374            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
11375            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
11376 ____________________________________________________________________________
11377 [  3351] By: gsar                                  on 1999/05/09  21:11:51
11378         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
11379              Leroy <jll@skynet.be>)
11380      Branch: perl
11381            ! utils/perlcc.PL
11382 ____________________________________________________________________________
11383 [  3350] By: gsar                                  on 1999/05/09  20:39:11
11384         Log: normalize $^X to full pathname on win32
11385      Branch: perl
11386            ! win32/runperl.c
11387 ____________________________________________________________________________
11388 [  3349] By: gsar                                  on 1999/05/09  20:23:07
11389         Log: allow readline($globref), <$globref> already works
11390      Branch: perl
11391            ! pp_hot.c
11392 ____________________________________________________________________________
11393 [  3348] By: gsar                                  on 1999/05/09  20:00:09
11394         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
11395              <lemburg@online-club.de>)
11396      Branch: perl
11397            ! utils/perldoc.PL
11398 ____________________________________________________________________________
11399 [  3347] By: gsar                                  on 1999/05/09  18:47:21
11400         Log: additions to Thread.pm docs from Tuomas J. Lukka
11401              <lukka@fas.harvard.edu>
11402      Branch: perl
11403            ! ext/Thread/Thread.pm
11404 ____________________________________________________________________________
11405 [  3346] By: gsar                                  on 1999/05/09  18:38:00
11406         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11407              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
11408              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
11409              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
11410      Branch: perl
11411            ! ext/B/B/Xref.pm
11412 ____________________________________________________________________________
11413 [  3345] By: gsar                                  on 1999/05/09  18:22:43
11414         Log: work around mangled archname on win32 while finding privlib/sitelib;
11415              normalize lib paths to forward slashes internally
11416      Branch: perl
11417            ! win32/win32.c
11418 ____________________________________________________________________________
11419 [  3344] By: gsar                                  on 1999/05/09  03:20:06
11420         Log: fix typo in dbm filters that caused odbm.t to fail
11421      Branch: perl
11422            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
11423 ____________________________________________________________________________
11424 [  3343] By: gsar                                  on 1999/05/09  02:02:59
11425         Log: tweak test totals
11426      Branch: perl
11427            ! Changes t/lib/tie-stdhandle.t
11428 ____________________________________________________________________________
11429 [  3342] By: gsar                                  on 1999/05/09  01:42:06
11430         Log: import list propagation busted (pointed out by Ton Hospel
11431              <thospel@mail.dma.be>)
11432      Branch: perl
11433            ! lib/autouse.pm
11434 ____________________________________________________________________________
11435 [  3341] By: gsar                                  on 1999/05/09  00:54:18
11436         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
11437              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
11438      Branch: perl
11439            ! Configure Makefile.SH
11440 ____________________________________________________________________________
11441 [  3340] By: gsar                                  on 1999/05/09  00:40:41
11442         Log: generate manpages for newly added utils
11443      Branch: perl
11444            ! installman
11445 ____________________________________________________________________________
11446 [  3339] By: gsar                                  on 1999/05/09  00:33:50
11447         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11448              Date: Sun, 02 May 1999 17:59:24 +0100
11449              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
11450              Subject: [PATCH] Re: ptr to realloced memory in yylex
11451      Branch: perl
11452            ! toke.c
11453 ____________________________________________________________________________
11454 [  3338] By: jhi                                   on 1999/05/08  22:40:29
11455         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
11456      Branch: cfgperl
11457            ! INSTALL
11458 ____________________________________________________________________________
11459 [  3337] By: jhi                                   on 1999/05/08  22:22:26
11460         Log: Integrate from mainperl.
11461      Branch: cfgperl
11462           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
11463           !> (integrate 54 files)
11464 ____________________________________________________________________________
11465 [  3336] By: gsar                                  on 1999/05/08  21:48:22
11466         Log: make perldoc -f grok nested =items
11467      Branch: perl
11468            ! utils/perldoc.PL
11469 ____________________________________________________________________________
11470 [  3335] By: gsar                                  on 1999/05/08  19:48:11
11471         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
11472      Branch: perl
11473            ! op.c t/lib/fields.t
11474 ____________________________________________________________________________
11475 [  3334] By: gsar                                  on 1999/05/08  19:09:41
11476         Log: update test totals
11477      Branch: perl
11478            ! t/lib/bigintpm.t
11479 ____________________________________________________________________________
11480 [  3333] By: gsar                                  on 1999/05/08  16:56:02
11481         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
11482      Branch: perl
11483            ! pod/perlfunc.pod
11484 ____________________________________________________________________________
11485 [  3332] By: gsar                                  on 1999/05/08  16:46:44
11486         Log: applied suggested patch, added tests
11487              From: William Mann <wmann@avici.com>
11488              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
11489              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
11490              Subject: BigInt.pm extensions for logical operations
11491      Branch: perl
11492            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
11493 ____________________________________________________________________________
11494 [  3331] By: gsar                                  on 1999/05/08  16:09:33
11495         Log: avoid temporary files named 'tmp'
11496      Branch: perl
11497            ! Makefile.SH pp.c
11498 ____________________________________________________________________________
11499 [  3330] By: nick                                  on 1999/05/08  14:16:30
11500         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
11501              Provide Tie::StdHandle
11502              Basic update of docs.
11503      Branch: perl
11504            + t/lib/tie-stdhandle.t
11505            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
11506 ____________________________________________________________________________
11507 [  3329] By: nick                                  on 1999/05/08  12:03:45
11508         Log: Tweaks to open(my $fh,...) stuff
11509      Branch: perl
11510            ! op.c pp.c pp_sys.c t/io/open.t
11511 ____________________________________________________________________________
11512 [  3328] By: nick                                  on 1999/05/08  11:18:42
11513         Log: Bring SDBM_File.xs into line with new typemap
11514      Branch: perl
11515            ! ext/SDBM_File/SDBM_File.xs
11516 ____________________________________________________________________________
11517 [  3327] By: gsar                                  on 1999/05/08  00:07:11
11518         Log: add test case for AUTOLOAD reentrancy fix in change#3279
11519      Branch: perl
11520            ! t/lib/autoloader.t
11521 ____________________________________________________________________________
11522 [  3326] By: nick                                  on 1999/05/07  21:24:50
11523         Log: Implement open( my $fh, ...) and similar.
11524              Set flag in op.c for "constructor ops"
11525              In pp_rv2gv, if flag is set and arg is PADSV and uninit
11526              vivify as reference to a detached GV.
11527              (Name of GV is the pad name.)
11528              This scheme should "just work" for pipe/socket etc. too.
11529              
11530              #if 0 out the open(FH,undef) for now.
11531              Change t/io/open.t to test open(my $fh,...)
11532      Branch: perl
11533            ! op.c pp.c pp_sys.c t/io/open.t
11534 ____________________________________________________________________________
11535 [  3325] By: nick                                  on 1999/05/07  21:18:42
11536         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
11537      Branch: perl
11538            ! util.c
11539 ____________________________________________________________________________
11540 [  3324] By: gsar                                  on 1999/05/07  20:28:31
11541         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
11542              intervening code has to allocate SVs)
11543      Branch: perl
11544            ! util.c
11545 ____________________________________________________________________________
11546 [  3323] By: gsar                                  on 1999/05/07  19:45:08
11547         Log: allow line numbers to show in diagnostics during global destruction
11548      Branch: perl
11549            ! util.c
11550 ____________________________________________________________________________
11551 [  3322] By: gsar                                  on 1999/05/07  09:38:11
11552         Log: From: Dan Sugalski <sugalskd@ous.edu>
11553              Date: Fri, 09 Apr 1999 16:16:39 -0700
11554              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
11555              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
11556      Branch: perl
11557            ! lib/ExtUtils/MM_VMS.pm
11558 ____________________________________________________________________________
11559 [  3321] By: gsar                                  on 1999/05/07  09:08:23
11560         Log: From: kwzh@gnu.org (Karl Heuer)
11561              Date: Wed, 7 Apr 1999 23:58:58 -0400
11562              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
11563              Subject: [perl-5.005.02] detect lack of /dev/tty
11564      Branch: perl
11565            ! Makefile.SH
11566 ____________________________________________________________________________
11567 [  3320] By: gsar                                  on 1999/05/07  08:52:14
11568         Log: allow distinct prefix for versioned executables
11569              From: Roderick Schertler <roderick@argon.org>
11570              Date: Wed, 07 Apr 1999 15:34:56 -0400
11571              Message-ID: <3003.923513696@eeyore.ibcinc.com>
11572              Subject: perl55.00503 -> perl5.00503 patch for installperl
11573      Branch: perl
11574            ! INSTALL installperl
11575 ____________________________________________________________________________
11576 [  3319] By: gsar                                  on 1999/05/07  08:07:02
11577         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11578              Date: Mon, 05 Apr 1999 15:38:42 -0700
11579              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
11580              Subject: Re: chomp fails with $/ in fixed-length record mode
11581              --
11582              From: Roderick Schertler <roderick@argon.org>
11583              Date: Tue, 06 Apr 1999 21:11:37 -0400
11584              Message-ID: <2795.923447497@eeyore.ibcinc.com>
11585              Subject: Re: chomp fails with $/ in fixed-length record mode
11586      Branch: perl
11587            ! doop.c pod/perlfunc.pod t/op/chop.t
11588 ____________________________________________________________________________
11589 [  3318] By: gsar                                  on 1999/05/07  07:56:35
11590         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11591              Date: Tue, 6 Apr 1999 01:40:36 -0400
11592              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
11593              Subject: [PATCH 5.005_*] Make % use fmod()
11594      Branch: perl
11595            ! pp.c t/op/arith.t
11596 ____________________________________________________________________________
11597 [  3317] By: gsar                                  on 1999/05/07  04:18:11
11598         Log: DBM Filters (via private mail)
11599              From: pmarquess@bfsec.bt.co.uk
11600              Date: Sun, 18 Apr 1999 21:05:52 +0100
11601              Message-Id: <199904182009.NAA19152@activestate.com>
11602              Subject: DBM Filters
11603      Branch: perl
11604            + pod/perldbmfilter.pod
11605            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
11606            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11607            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11608            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
11609            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
11610            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11611            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
11612            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
11613            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
11614            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
11615            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11616            ! t/lib/sdbm.t
11617 ____________________________________________________________________________
11618 [  3316] By: gsar                                  on 1999/05/07  03:28:53
11619         Log: avoid negative return value from Win32::GetTickCount()
11620              From: jan.dubois@ibm.net (Jan Dubois)
11621              Date: Sat, 03 Apr 1999 19:04:18 +0200
11622              Message-ID: <37084742.22824479@smtp1.ibm.net>
11623              Subject: Re: Win32::GetTickCount
11624      Branch: perl
11625            ! win32/win32.c
11626 ____________________________________________________________________________
11627 [  3314] By: gsar                                  on 1999/05/06  08:01:23
11628         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
11629              Date: Tue, 30 Mar 1999 23:40:34 PST
11630              Message-ID: <19990331074034.6117.qmail@hotmail.com>
11631              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
11632              --
11633              Date: Wed, 07 Apr 1999 00:28:23 -0800
11634              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
11635              Subject: [PATCH 5.005_56] function prototypes(B.pm)
11636              --
11637              Date: Thu, 22 Apr 1999 23:40:52 -0700
11638              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
11639              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
11640              --
11641              Date: Tue, 27 Apr 1999 01:14:49 PDT
11642              Message-ID: <19990427081449.28615.qmail@hotmail.com>
11643              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
11644      Branch: perl
11645            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
11646            ! t/op/ref.t
11647 ____________________________________________________________________________
11648 [  3313] By: jhi                                   on 1999/05/06  07:59:52
11649         Log: Integrate from mainperl.
11650      Branch: cfgperl
11651           !> (integrate 33 files)
11652 ____________________________________________________________________________
11653 [  3312] By: gsar                                  on 1999/05/06  07:11:50
11654         Log: add Ethiopic section to unicode master database (from Ken
11655              Whistler <kenw@sybase.com>)
11656      Branch: perl
11657            ! lib/unicode/UnicodeData-Latest.txt
11658 ____________________________________________________________________________
11659 [  3311] By: gsar                                  on 1999/05/06  05:37:55
11660         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
11661              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
11662              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
11663              Subject: Largefiles for Solaris
11664      Branch: perl
11665            ! hints/solaris_2.sh
11666 ____________________________________________________________________________
11667 [  3310] By: gsar                                  on 1999/05/06  05:14:35
11668         Log: emit more accurate diagnostic for syntax errors involving <>
11669              within eval""
11670      Branch: perl
11671            ! toke.c utils/perldoc.PL
11672 ____________________________________________________________________________
11673 [  3309] By: gsar                                  on 1999/05/06  04:36:31
11674         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
11675      Branch: perl
11676            ! t/lib/open3.t
11677 ____________________________________________________________________________
11678 [  3308] By: gsar                                  on 1999/05/06  03:19:16
11679         Log: applied first part of suggested patch (bug described cannot be
11680              reproduced any longer, so the second inconclusive part has not
11681              been applied)
11682              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11683              Date: Sun, 28 Mar 1999 04:51:34 +0100
11684              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
11685              Subject: [PATCH 5.005_56] Re: A core dump 
11686      Branch: perl
11687            ! toke.c
11688 ____________________________________________________________________________
11689 [  3307] By: gsar                                  on 1999/05/06  01:56:06
11690         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
11691              change#3180)
11692      Branch: perl
11693            ! op.c
11694 ____________________________________________________________________________
11695 [  3306] By: gsar                                  on 1999/05/05  17:17:34
11696         Log: applied non-conflicting parts of suggested patch
11697              From: Charles Bailey <BAILEY@newman.upenn.edu>
11698              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
11699              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
11700              Subject: [Patch 5.005_56] Revised VMS patch
11701      Branch: perl
11702            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
11703            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
11704 ____________________________________________________________________________
11705 [  3305] By: gsar                                  on 1999/05/05  16:20:19
11706         Log: make perldoc use backslashed pathnames within system() on win32
11707      Branch: perl
11708            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
11709 ____________________________________________________________________________
11710 [  3304] By: gsar                                  on 1999/05/05  07:29:43
11711         Log: upgrade Pod::Parser to v1.081 from CPAN
11712      Branch: perl
11713            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
11714            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
11715            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
11716 ____________________________________________________________________________
11717 [  3303] By: gsar                                  on 1999/05/05  07:02:07
11718         Log: From: Andy Dougherty <doughera@lafayette.edu>
11719              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
11720              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
11721              Subject: [PATCH 5.005_03-MT3] INSTALL patches
11722      Branch: perl
11723            ! INSTALL
11724 ____________________________________________________________________________
11725 [  3302] By: gsar                                  on 1999/05/05  06:55:21
11726         Log: load base packages based on nonexistent $VERSION
11727              From: andreas.koenig@anima.de (Andreas J. Koenig)
11728              Date: 19 Mar 1999 06:00:28 +0100
11729              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
11730              Subject: Re: base.pm flaw
11731      Branch: perl
11732            ! lib/base.pm lib/locale.pm
11733 ____________________________________________________________________________
11734 [  3301] By: gsar                                  on 1999/05/04  05:41:08
11735         Log: pod2man outputs switched date and revision label (fix suggested by
11736              EthanSasiela@mede.com)
11737      Branch: perl
11738            ! pod/pod2man.PL
11739 ____________________________________________________________________________
11740 [  3300] By: gsar                                  on 1999/05/03  18:48:25
11741         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
11742              (makes opendir(D,"c:") work reliably)
11743      Branch: perl
11744            ! win32/win32.c
11745 ____________________________________________________________________________
11746 [  3299] By: gsar                                  on 1999/05/02  19:39:55
11747         Log: add test case for change#3298
11748      Branch: perl
11749            ! sv.c t/op/readdir.t
11750 ____________________________________________________________________________
11751 [  3298] By: gsar                                  on 1999/05/02  19:24:41
11752         Log: close directory handles properly when localized
11753      Branch: perl
11754            ! sv.c
11755 ____________________________________________________________________________
11756 [  3297] By: jhi                                   on 1999/04/30  11:42:14
11757         Log: Integrate from mainperl.
11758      Branch: cfgperl
11759           !> Changes config_h.SH configure.com lib/AutoLoader.pm
11760           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
11761           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
11762           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
11763           !> vms/subconfigure.com win32/win32.c
11764 ____________________________________________________________________________
11765 [  3293] By: chip                                  on 1999/04/29  18:50:49
11766         Log: Fix shebang lines.
11767      Branch: maint-5.004/perl
11768            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
11769            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
11770            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
11771            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
11772            ! x2p/find2perl.PL x2p/s2p.PL
11773 ____________________________________________________________________________
11774 [  3284] By: gsar                                  on 1999/04/27  00:48:42
11775         Log: integrate change#3279 from maint-5.004
11776      Branch: perl
11777            ! lib/AutoLoader.pm
11778 ____________________________________________________________________________
11779 [  3279] By: chip                                  on 1999/04/26  23:09:26
11780         Log: Make &AutoLoad::AUTOLOAD reentrant.
11781      Branch: maint-5.004/perl
11782            ! lib/AutoLoader.pm
11783 ____________________________________________________________________________
11784 [  3276] By: chip                                  on 1999/04/26  22:34:36
11785         Log: Make porting scripts executable.
11786      Branch: maint-5.004/perl
11787            ! Changes Porting/genlog Porting/makerel Porting/p4desc
11788            ! Porting/patchls
11789 ____________________________________________________________________________
11790 [  3274] By: gsar                                  on 1999/04/26  17:30:31
11791         Log: allow embedded null characters in diagnostics
11792      Branch: perl
11793            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
11794 ____________________________________________________________________________
11795 [  3273] By: gsar                                  on 1999/04/26  08:27:22
11796         Log: hand-applied conflicting parts of suggested patch
11797              From: Charles Bailey <BAILEY@newman.upenn.edu>
11798              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
11799              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
11800              Subject: [PATCH 5.005_56] VMS configuration/build
11801      Branch: perl
11802            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11803            ! vms/munchconfig.c vms/subconfigure.com
11804 ____________________________________________________________________________
11805 [  3272] By: gsar                                  on 1999/04/26  08:25:41
11806         Log: update Changes; tweak minor regressions
11807      Branch: perl
11808            ! Changes lib/AutoSplit.pm lib/File/Path.pm
11809 ____________________________________________________________________________
11810 [  3271] By: gsar                                  on 1999/04/26  07:52:51
11811         Log: integrate change#3229 from maint-5.004
11812      Branch: perl
11813            ! pp_ctl.c util.c
11814 ____________________________________________________________________________
11815 [  3270] By: gsar                                  on 1999/04/25  22:58:27
11816         Log: fix buggy reference count on refs to SVs with autoviv magic
11817              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
11818              accessing free()d memory)
11819      Branch: perl
11820            ! pp.c t/op/ref.t
11821 ____________________________________________________________________________
11822 [  3269] By: gsar                                  on 1999/04/24  17:07:55
11823         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
11824              on win32)
11825      Branch: perl
11826            ! win32/win32.c
11827 ____________________________________________________________________________
11828 [  3268] By: gsar                                  on 1999/04/24  16:38:25
11829         Log: kill dup hunk
11830      Branch: perl
11831            ! config_h.SH
11832 ____________________________________________________________________________
11833 [  3267] By: gsar                                  on 1999/04/24  16:35:57
11834         Log: integrate cfgperl changes into mainline
11835      Branch: perl
11836           +> myconfig.SH
11837            - myconfig
11838            ! pod/perlre.pod
11839           !> (integrate 38 files)
11840 ____________________________________________________________________________
11841 [  3266] By: jhi                                   on 1999/04/23  18:42:44
11842         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11843              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
11844              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
11845              Cc: Lionel Cons <lionel.cons@cern.ch>,
11846              Ilya Zakharevich <ilya@math.ohio-state.edu>,
11847              David Hayes <david@bdel.com>
11848              Subject: [PATCH] h2ph
11849              Date: Fri, 23 Apr 1999 12:37:23 -0400
11850              Message-ID: <19990423123723.A49550@O2.chapin.edu>
11851      Branch: cfgperl
11852            ! utils/h2ph.PL
11853 ____________________________________________________________________________
11854 [  3265] By: jhi                                   on 1999/04/21  18:17:12
11855         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
11856              To: perlbug@perl.org
11857              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
11858              Date: Wed, 21 Apr 1999 08:17:54 -0700
11859              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
11860      Branch: cfgperl
11861            ! vms/descrip_mms.template
11862 ____________________________________________________________________________
11863 [  3264] By: jhi                                   on 1999/04/20  08:50:54
11864         Log: From: Andy Dougherty <doughera@lafayette.edu>
11865              To: The Perl Porters Mailing List <perl5-porters@perl.org>
11866              Subject: [PATCH 5.005_56] Re: 5.006 Todo
11867              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
11868              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
11869      Branch: cfgperl
11870            ! Porting/pumpkin.pod
11871 ____________________________________________________________________________
11872 [  3263] By: jhi                                   on 1999/04/20  08:05:01
11873         Log: From: Chip Salzenberg <chip@perlsupport.com>
11874              To: Perl 5 Porters <perl5-porters@perl.org>
11875              Subject: [PATCH 5.005_56] Configure: $sig_count
11876              Date: Sun, 18 Apr 1999 17:54:36 -0400
11877              Message-ID: <19990418175436.A27496@perlsupport.com>
11878      Branch: cfgperl
11879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11880            ! config_h.SH
11881 ____________________________________________________________________________
11882 [  3262] By: jhi                                   on 1999/04/19  18:23:50
11883         Log: Subject: PATCH wrong faq reference in perlbook.pod
11884              From: Robin Barker <rmb1@cise.npl.co.uk>
11885              To: perlbug@perl.com
11886              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
11887              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
11888      Branch: cfgperl
11889            ! pod/perlbook.pod
11890 ____________________________________________________________________________
11891 [  3261] By: jhi                                   on 1999/04/15  13:59:04
11892         Log: From: Andy Dougherty <doughera@lafayette.edu>
11893              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
11894              Cc: Perl Porters <perl5-porters@perl.org>
11895              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
11896              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
11897              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
11898      Branch: cfgperl
11899            ! hints/solaris_2.sh
11900 ____________________________________________________________________________
11901 [  3260] By: jhi                                   on 1999/04/15  13:56:53
11902         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11903              To: pumpkings@jhereg.perl.com
11904              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
11905              Date: Thu, 15 Apr 1999 07:13:41 -0600
11906              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
11907      Branch: cfgperl
11908            ! pod/perldata.pod
11909 ____________________________________________________________________________
11910 [  3259] By: jhi                                   on 1999/04/13  23:12:52
11911         Log: LDLIBPTH also on 'clean' targets.
11912      Branch: cfgperl
11913            ! Makefile.SH
11914 ____________________________________________________________________________
11915 [  3258] By: jhi                                   on 1999/04/13  21:38:46
11916         Log: Add information about the two DEC C compiler optimizer bugs
11917              (what patch levels of the compilers fix them).
11918      Branch: cfgperl
11919            ! pp.c t/op/repeat.t
11920 ____________________________________________________________________________
11921 [  3257] By: jhi                                   on 1999/04/13  14:25:08
11922         Log: Be polite about ccdlflags and lddflags, too.
11923              Avoid Perl's malloc only when threaded.
11924      Branch: cfgperl
11925            ! hints/aix.sh
11926 ____________________________________________________________________________
11927 [  3256] By: jhi                                   on 1999/04/13  10:21:33
11928         Log: Croak if no known ways to semctl() (don't assume union semun).
11929      Branch: cfgperl
11930            ! doio.c perl.h
11931 ____________________________________________________________________________
11932 [  3255] By: jhi                                   on 1999/04/13  09:10:26
11933         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11934              To: perl5-porters@perl.org, vmsperl@perl.org
11935              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
11936              Date: Mon, 12 Apr 1999 13:36:48 -0700
11937              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
11938      Branch: cfgperl
11939            ! lib/ExtUtils/MM_VMS.pm
11940 ____________________________________________________________________________
11941 [  3254] By: jhi                                   on 1999/04/13  06:56:26
11942         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11943              To: perlbug@perl.com
11944              Subject: Update for OpenBSD hints
11945              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
11946              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
11947      Branch: cfgperl
11948            ! hints/openbsd.sh
11949 ____________________________________________________________________________
11950 [  3229] By: chip                                  on 1999/04/13  04:04:14
11951         Log: Preserve errno from importunities of sfio.
11952      Branch: maint-5.004/perl
11953            ! pp_ctl.c util.c
11954 ____________________________________________________________________________
11955 [  3226] By: jhi                                   on 1999/04/11  12:52:26
11956         Log: If both ways to call semctl are broken,    skip the tests.
11957      Branch: cfgperl
11958            ! t/lib/ipc_sysv.t
11959 ____________________________________________________________________________
11960 [  3225] By: jhi                                   on 1999/04/10  22:27:28
11961         Log: From: Andy Dougherty <doughera@lafayette.edu>
11962              To: dsembr01@ox.slug.louisville.edu
11963              Cc: perlbug@perl.com
11964              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
11965              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
11966              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
11967      Branch: cfgperl
11968            ! ext/POSIX/POSIX.xs
11969 ____________________________________________________________________________
11970 [  3224] By: jhi                                   on 1999/04/09  18:50:32
11971         Log: From: Andy Dougherty <doughera@lafayette.edu>
11972              To: Perl Porters <perl5-porters@perl.org>
11973              Subject: [PATCH 5.005_56] Re: prefix= in hints
11974              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
11975              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
11976              
11977              (Overrides change #3204 from Kurt)
11978      Branch: cfgperl
11979            ! hints/linux.sh
11980 ____________________________________________________________________________
11981 [  3223] By: jhi                                   on 1999/04/09  18:37:55
11982         Log: Understand Apollo's //node notation.
11983              
11984              From: Johann Klasek <jk@auto.tuwien.ac.at>
11985              To: jhi@iki.fi
11986              Subject: Re: DomainPerl
11987              Date: Fri, 9 Apr 1999 18:21:37 +0200
11988              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
11989      Branch: cfgperl
11990            ! lib/Cwd.pm
11991 ____________________________________________________________________________
11992 [  3220] By: jhi                                   on 1999/04/04  16:33:49
11993         Log: Integrate from mainperl.
11994      Branch: cfgperl
11995           !> (integrate 39 files)
11996 ____________________________________________________________________________
11997 [  3219] By: gsar                                  on 1999/04/04  02:48:17
11998         Log: tweak previous change
11999      Branch: maint-5.005/perl
12000            ! win32/win32.c
12001 ____________________________________________________________________________
12002 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12003         Log: be careful about extending the stack for the Win32:: builtins
12004      Branch: maint-5.005/perl
12005            ! win32/win32.c
12006 ____________________________________________________________________________
12007 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12008         Log: correct places that said newSVpv() when they meant newSVpvn()
12009      Branch: perl
12010            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12011            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12012            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12013            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12014            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12015            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12016            ! win32/win32.c
12017 ____________________________________________________________________________
12018 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12019         Log: avoid duplicate code
12020      Branch: perl
12021            ! sv.c
12022 ____________________________________________________________________________
12023 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12024         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12025              STRESS_REALLOC testing
12026      Branch: perl
12027            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12028            ! sv.c
12029 ____________________________________________________________________________
12030 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12031         Log: scrounge and save three extra branches in pp_entersub()
12032      Branch: perl
12033            ! cv.h pp_ctl.c pp_hot.c
12034 ____________________________________________________________________________
12035 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12036         Log: remove duplicate code and an extra branch in sv_setsv() and
12037              other hot code by making SvTHINKFIRST() think about FAKE SVs
12038      Branch: perl
12039            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12040            ! proto.h scope.c sv.c sv.h
12041 ____________________________________________________________________________
12042 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12043         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12044              
12045              From: John Bley <jbb6@acpub.duke.edu>
12046              To: perlbug@perl.org
12047              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12048              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12049              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12050      Branch: cfgperl
12051            ! doio.c pp_sys.c
12052 ____________________________________________________________________________
12053 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12054         Log: Change #3210 was rather unportable.  This is better.
12055      Branch: cfgperl
12056            ! Configure config_h.SH
12057 ____________________________________________________________________________
12058 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12059         Log: Avoid Digital UNIX' ksh.
12060              
12061              From: Jarkko Hietaniemi <jhi@iki.fi> 
12062              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12063              Cc: perlbug@perl.com, ht000@foa.dk 
12064              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12065              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12066              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12067      Branch: cfgperl
12068            ! Configure config_h.SH
12069 ____________________________________________________________________________
12070 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12071         Log: Integrate from mainperl.
12072      Branch: cfgperl
12073           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12074 ____________________________________________________________________________
12075 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12076         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12077              
12078              From: Lionel Cons <lionel.cons@cern.ch>
12079              To: jhi@iki.fi
12080              Cc: perlbug@perl.com, kstar@isinet.com,
12081              Philippe Defert <philippe.defert@cern.ch>
12082              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12083              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12084              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12085      Branch: cfgperl
12086            ! hints/irix_6.sh
12087 ____________________________________________________________________________
12088 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12089         Log: Be polite about usemymalloc.
12090      Branch: cfgperl
12091            ! hints/aix.sh
12092 ____________________________________________________________________________
12093 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12094         Log: a typo in change#3205
12095      Branch: perl
12096            ! t/lib/bigfloatpm.t
12097 ____________________________________________________________________________
12098 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12099         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12100              returns NaNs faithfully)
12101      Branch: perl
12102            ! t/lib/bigfloatpm.t
12103 ____________________________________________________________________________
12104 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12105         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12106              
12107              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12108              To: perl5-porters@perl.org
12109              Subject: linux hints nit
12110              Date: Fri, 2 Apr 1999 16:49:47 -0500
12111              Message-ID: <19990402164947.E80926@O2.chapin.edu>
12112      Branch: cfgperl
12113            ! hints/linux.sh
12114 ____________________________________________________________________________
12115 [  3203] By: jhi                                   on 1999/04/02  22:00:56
12116         Log: Display exact glibc version in Linux. 
12117              
12118              From: Andy Dougherty <doughera@lafayette.edu>
12119              To: Perl Porters <perl5-porters@perl.org>
12120              Subject: Displaying glibc version on Linux
12121              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
12122              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
12123      Branch: cfgperl
12124            ! hints/linux.sh
12125 ____________________________________________________________________________
12126 [  3202] By: gsar                                  on 1999/04/02  21:23:18
12127         Log: various little goofs
12128      Branch: perl
12129            ! Changes Makefile.SH README installperl
12130 ____________________________________________________________________________
12131 [  3201] By: jhi                                   on 1999/04/02  13:13:39
12132         Log: Configure regen.
12133              
12134              Add llseek + offset_t probing.
12135              Change CONFIG to CONFIGDOTSH.
12136              'unset foo' is unportable, use foo=''.
12137      Branch: cfgperl
12138            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12139            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
12140            ! perl_exp.SH writemain.SH
12141 ____________________________________________________________________________
12142 [  3200] By: jhi                                   on 1999/04/02  12:06:22
12143         Log: Introduce myconfig.SH.
12144              
12145              From: Andy Dougherty <doughera@lafayette.edu>
12146              To: Jarkko Hietaniemi <jhi@iki.fi>
12147              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
12148              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
12149              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
12150              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
12151      Branch: cfgperl
12152            + myconfig.SH
12153            - myconfig
12154            ! MANIFEST
12155 ____________________________________________________________________________
12156 [  3195] By: jhi                                   on 1999/03/28  16:42:54
12157         Log: Update perlhist on 5_03.
12158      Branch: maint-5.005/perl
12159            ! pod/perlhist.pod
12160 ____________________________________________________________________________
12161 [  3194] By: jhi                                   on 1999/03/28  12:30:01
12162         Log: Integrate from mainperl.
12163      Branch: cfgperl
12164           +> t/op/grep.t
12165            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12166            ! t/lib/bigintpm.t
12167           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
12168           !> t/lib/thread.t
12169 ____________________________________________________________________________
12170 [  3189] By: gsar                                  on 1999/03/28  08:22:00
12171         Log: various pod niggles
12172      Branch: maint-5.005/perl
12173            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
12174            ! pod/perlfunc.pod pod/perlhist.pod
12175 ____________________________________________________________________________
12176 [  3187] By: gsar                                  on 1999/03/28  07:31:16
12177         Log: regularize CAPI declarations (CAPI extensions now build under
12178              the Borland compiler)
12179      Branch: maint-5.005/perl
12180            ! win32/GenCAPI.pl
12181 ____________________________________________________________________________
12182 [  3186] By: gsar                                  on 1999/03/28  07:26:33
12183         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
12184              -DPERL_CAPI
12185      Branch: maint-5.005/perl
12186            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12187 ____________________________________________________________________________
12188 [  3183] By: gsar                                  on 1999/03/28  06:00:46
12189         Log: update p4 utility to ignore non-text files
12190      Branch: perl
12191            ! Porting/p4desc
12192 ____________________________________________________________________________
12193 [  3181] By: gsar                                  on 1999/03/28  03:37:23
12194         Log: integrate change#3179 from maint-5.005
12195      Branch: perl
12196           !> ext/Thread/Thread.xs t/lib/thread.t
12197 ____________________________________________________________________________
12198 [  3180] By: gsar                                  on 1999/03/28  02:28:20
12199         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
12200              (sometimes caused bizarreness in the BLOCK)
12201      Branch: perl
12202            + t/op/grep.t
12203            ! MANIFEST op.c
12204 ____________________________________________________________________________
12205 [  3179] By: gsar                                  on 1999/03/28  02:14:04
12206         Log: fix thread segfault when passing large number of arguments to child
12207              a la C<Thread->new($foo, 1..1000)>
12208      Branch: maint-5.005/perl
12209            ! ext/Thread/Thread.xs t/lib/thread.t
12210 ____________________________________________________________________________
12211 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
12212         Log: fix $Config{'usethreads'} typo in perlthrtut
12213              
12214              From: Ian Maloney <szhmf9@wsblob.ubs.com>
12215              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
12216              Message-Id: <199903251540.QAA02439@wsblob.>
12217              Subject: perlthrtut documentation error
12218      Branch: maint-5.005/perl
12219            ! pod/perlthrtut.pod
12220 ____________________________________________________________________________
12221 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
12222         Log: Update Test.pm to VERSION 1.122 from CPAN
12223      Branch: maint-5.005/perl
12224            ! lib/Test.pm
12225 ____________________________________________________________________________
12226 [  3171] By: jhi                                   on 1999/03/26  22:38:28
12227         Log: Integrate from mainperl.
12228      Branch: cfgperl
12229           !> (integrate 37 files)
12230 ____________________________________________________________________________
12231 [  3170] By: gsar                                  on 1999/03/26  01:30:25
12232         Log: specify type of bracket in "Unmatched bracket" diagnostic;
12233              prefer 'brace' or 'curly bracket' over 'curly brace'
12234      Branch: perl
12235            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
12236            ! t/op/misc.t t/op/re_tests toke.c
12237 ____________________________________________________________________________
12238 [  3169] By: gsar                                  on 1999/03/26  00:50:51
12239         Log: better description of "Integer overflow" diagnostic
12240      Branch: perl
12241            ! pod/perldiag.pod
12242 ____________________________________________________________________________
12243 [  3168] By: gsar                                  on 1999/03/25  11:02:46
12244         Log: applied needful parts of suggested patch
12245              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
12246              Date: Tue, 23 Mar 1999 16:21:43 -0800
12247              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
12248              Subject: [PATCH 5.005_56] pp_formline correction
12249      Branch: perl
12250            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
12251 ____________________________________________________________________________
12252 [  3167] By: gsar                                  on 1999/03/25  10:39:02
12253         Log: clarify what a "comment" means (due to Mark-Jason Dominus
12254              <mjd@plover.com>)
12255      Branch: perl
12256            ! pod/perlsyn.pod
12257 ____________________________________________________________________________
12258 [  3166] By: gsar                                  on 1999/03/25  10:33:18
12259         Log: describe current behavior on local($foo{nothere}) (suggested by
12260              Lionel Cons <lionel.cons@cern.ch>)
12261      Branch: perl
12262            ! pod/perlsub.pod
12263 ____________________________________________________________________________
12264 [  3165] By: gsar                                  on 1999/03/25  06:21:05
12265         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
12266              <vishalb@hotmail.com>)
12267      Branch: perl
12268            ! ext/B/B/C.pm
12269 ____________________________________________________________________________
12270 [  3164] By: gsar                                  on 1999/03/25  06:17:27
12271         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12272              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
12273              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
12274              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
12275      Branch: perl
12276            ! ext/B/B.xs op.h opcode.pl
12277 ____________________________________________________________________________
12278 [  3163] By: gsar                                  on 1999/03/25  06:15:49
12279         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
12280              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
12281              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
12282              Subject: [PATCH _56] B::Deparse 0.57
12283              --
12284              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
12285              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
12286              Subject: Re: [PATCH _56] B::Deparse 0.57 
12287      Branch: perl
12288            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
12289 ____________________________________________________________________________
12290 [  3162] By: gsar                                  on 1999/03/25  06:11:46
12291         Log: fix a few places that said 'int', but meant 'STRLEN'
12292      Branch: perl
12293            ! pod/perlguts.pod proto.h sv.c
12294 ____________________________________________________________________________
12295 [  3161] By: gsar                                  on 1999/03/25  06:01:18
12296         Log: From: Russ Allbery <rra@stanford.edu>
12297              Date: 22 Mar 1999 04:26:26 -0800
12298              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
12299              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
12300      Branch: perl
12301            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
12302            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
12303            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
12304            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
12305 ____________________________________________________________________________
12306 [  3160] By: gsar                                  on 1999/03/25  02:26:31
12307         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
12308      Branch: perl
12309            ! opcode.h opcode.pl
12310 ____________________________________________________________________________
12311 [  3159] By: gsar                                  on 1999/03/25  02:18:17
12312         Log: add statement-modifier loops to :base_loop class
12313      Branch: perl
12314            ! ext/Opcode/Opcode.pm
12315 ____________________________________________________________________________
12316 [  3158] By: gsar                                  on 1999/03/25  00:36:57
12317         Log: integrate changes#3105,3130,3154 from maint-5.005
12318      Branch: perl
12319           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
12320 ____________________________________________________________________________
12321 [  3157] By: gsar                                  on 1999/03/25  00:24:17
12322         Log: remove bogus panic()
12323      Branch: perl
12324            ! Changes lib/Math/BigFloat.pm
12325 ____________________________________________________________________________
12326 [  3156] By: jhi                                   on 1999/03/24  22:43:43
12327         Log: Integrate from mainperl.
12328      Branch: cfgperl
12329           +> (branch 38 files)
12330           !> (integrate 68 files)
12331 ____________________________________________________________________________
12332 [  3155] By: jhi                                   on 1999/03/24  22:12:17
12333         Log: Configure regenerated because of changes #3130/#3154 and #3147.
12334      Branch: cfgperl
12335            ! Configure config_h.SH
12336 ____________________________________________________________________________
12337 [  3154] By: jhi                                   on 1999/03/24  21:40:51
12338         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
12339              based on suggestions from Andy Dougherty.
12340      Branch: maint-5.005/perl
12341            ! INSTALL
12342 ____________________________________________________________________________
12343 [  3153] By: gsar                                  on 1999/03/24  10:38:05
12344         Log: applied suggested patch, modulo superceded parts
12345              From: Charles Bailey <BAILEY@newman.upenn.edu>
12346              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
12347              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
12348              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
12349      Branch: perl
12350            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12351            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
12352            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
12353            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
12354 ____________________________________________________________________________
12355 [  3152] By: gsar                                  on 1999/03/24  10:30:51
12356         Log: applied suggested patch, modulo superceded parts
12357              From: Charles Bailey <BAILEY@newman.upenn.edu>
12358              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
12359              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
12360              Subject: [PATCH 5.005_56] Miscellaneous small fixes
12361      Branch: perl
12362            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
12363            ! lib/File/Basename.pm
12364 ____________________________________________________________________________
12365 [  3151] By: gsar                                  on 1999/03/24  10:15:00
12366         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
12367      Branch: perl
12368            ! pod/perlop.pod
12369 ____________________________________________________________________________
12370 [  3150] By: gsar                                  on 1999/03/24  10:09:13
12371         Log: missing integration in previous change
12372      Branch: perl
12373           !> README.apollo
12374 ____________________________________________________________________________
12375 [  3149] By: gsar                                  on 1999/03/24  10:06:44
12376         Log: integrate changes#3116,3119 from maint-5.005
12377      Branch: perl
12378            + README.apollo
12379           +> apollo/netinet/in.h
12380           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
12381 ____________________________________________________________________________
12382 [  3148] By: gsar                                  on 1999/03/24  10:01:56
12383         Log: integrate changes#3091-3094 from maint-5.005
12384      Branch: perl
12385           !> README.hurd vms/subconfigure.com vos/config.h
12386           !> vos/config_h.SH_orig
12387 ____________________________________________________________________________
12388 [  3147] By: gsar                                  on 1999/03/24  09:31:49
12389         Log: warn about newfangled vfork() caveats
12390      Branch: perl
12391            ! Configure
12392 ____________________________________________________________________________
12393 [  3146] By: jhi                                   on 1999/03/24  09:20:14
12394         Log: Bring in changes #2808 and #2812 (from mainline perl)
12395              that enhance the perlbug checklist.
12396      Branch: maint-5.005/perl
12397            ! utils/perlbug.PL
12398 ____________________________________________________________________________
12399 [  3145] By: gsar                                  on 1999/03/24  08:37:02
12400         Log: integrate change#3115 from maint-5.005
12401      Branch: perl
12402           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12403           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
12404 ____________________________________________________________________________
12405 [  3144] By: gsar                                  on 1999/03/24  08:33:59
12406         Log: add note about map in scalar context
12407      Branch: perl
12408            ! pod/perlfunc.pod
12409 ____________________________________________________________________________
12410 [  3143] By: gsar                                  on 1999/03/24  08:25:59
12411         Log: doc tweak
12412      Branch: perl
12413            ! lib/Time/Local.pm
12414 ____________________________________________________________________________
12415 [  3142] By: gsar                                  on 1999/03/24  08:20:37
12416         Log: applied suggested patch, modulo bogus hunk
12417              From: "Vishal Bhatia" <vishalb@hotmail.com>
12418              Date: Thu, 11 Mar 1999 07:40:27 PST
12419              Message-ID: <19990311154027.25891.qmail@hotmail.com>
12420              Subject: [PATCH 5.005_56] Minor fixes in perlcc
12421      Branch: perl
12422            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
12423 ____________________________________________________________________________
12424 [  3141] By: gsar                                  on 1999/03/24  08:06:12
12425         Log: integrate change#3104 from maint-5.005
12426      Branch: perl
12427           !> README.os390 t/lib/posix.t
12428 ____________________________________________________________________________
12429 [  3140] By: gsar                                  on 1999/03/24  06:34:56
12430         Log: fix failure of C<&locked_sub;> under -Dusethreads
12431      Branch: perl
12432            ! pp_hot.c t/lib/thread.t
12433 ____________________________________________________________________________
12434 [  3139] By: gsar                                  on 1999/03/24  05:52:00
12435         Log: debugger tweak (wasn't printing a newline after recalled commands)
12436      Branch: perl
12437            ! lib/perl5db.pl
12438 ____________________________________________________________________________
12439 [  3138] By: gsar                                  on 1999/03/24  05:33:28
12440         Log: document OO exceptions (based on a suggestion by Andreas Koenig
12441              <andreas.koenig@anima.de>)
12442      Branch: perl
12443            ! pod/perlfunc.pod
12444 ____________________________________________________________________________
12445 [  3137] By: gsar                                  on 1999/03/24  02:50:20
12446         Log: better "Illegal %s digit ignored" warnings
12447      Branch: perl
12448            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
12449            ! toke.c util.c
12450 ____________________________________________________________________________
12451 [  3136] By: gsar                                  on 1999/03/24  02:26:38
12452         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
12453      Branch: perl
12454            + t/pragma/utf8.t
12455            ! regcomp.c
12456 ____________________________________________________________________________
12457 [  3135] By: gsar                                  on 1999/03/24  01:29:09
12458         Log: flip release & version in win32_uname()
12459      Branch: perl
12460            ! win32/win32.c
12461 ____________________________________________________________________________
12462 [  3134] By: gsar                                  on 1999/03/24  01:08:33
12463         Log: support POSIX::uname() via win32_uname()
12464      Branch: perl
12465            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
12466            ! win32/config.gc win32/config.vc win32/config_H.bc
12467            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
12468            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
12469 ____________________________________________________________________________
12470 [  3133] By: gsar                                  on 1999/03/23  22:20:10
12471         Log: From: jan.dubois@ibm.net (Jan Dubois)
12472              Date: Sat, 06 Mar 1999 21:42:56 +0100
12473              Message-ID: <36e49281.50337171@smtp1.ibm.net>
12474              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
12475      Branch: perl
12476            ! pod/perldelta.pod
12477 ____________________________________________________________________________
12478 [  3132] By: gsar                                  on 1999/03/23  22:17:45
12479         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
12480              Date: Sat, 06 Mar 1999 17:50:49 +0100
12481              Message-ID: <36e25209.33833760@smtp1.ibm.net>
12482              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
12483              --
12484              Date: Sat, 06 Mar 1999 18:15:00 +0100
12485              Message-ID: <36e36222.37954195@smtp1.ibm.net>
12486              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
12487      Branch: perl
12488            + t/lib/filefunc.t
12489            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
12490            ! pod/perldelta.pod pod/perlmodlib.pod
12491 ____________________________________________________________________________
12492 [  3131] By: gsar                                  on 1999/03/23  22:07:59
12493         Log: integrate cfgperl changes into mainline
12494      Branch: perl
12495           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12496           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
12497           !> installperl malloc.c perl.c perl.h pod/perl.pod
12498           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
12499 ____________________________________________________________________________
12500 [  3130] By: jhi                                   on 1999/03/23  22:02:23
12501         Log: Don't use config.msg to remind about the
12502              LD_LIBRARY_PATH because Makefile.SH takes
12503              care of that.
12504              
12505              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
12506              This used to be the default but in some MT or another it
12507              was dropped because of some transient error or another.
12508      Branch: maint-5.005/perl
12509            ! Configure hints/dec_osf.sh
12510 ____________________________________________________________________________
12511 [  3129] By: gsar                                  on 1999/03/23  21:38:03
12512         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
12513              to size    and better maintainability)
12514      Branch: perl
12515            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12516            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12517            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12518            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
12519            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
12520            + t/pod/include.xr t/pod/included.t t/pod/included.xr
12521            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
12522            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
12523            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
12524            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
12525            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
12526            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
12527            ! win32/Makefile win32/makefile.mk win32/pod.mak
12528 ____________________________________________________________________________
12529 [  3128] By: jhi                                   on 1999/03/23  10:14:54
12530         Log: Integrate from mainperl.
12531      Branch: cfgperl
12532           !> (integrate 46 files)
12533 ____________________________________________________________________________
12534 [  3127] By: gsar                                  on 1999/03/23  06:57:30
12535         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
12536              Date: Thu, 4 Mar 1999 10:54:01 -0800
12537              Message-Id: <9903041854.AA46868@frc0000>
12538              Subject: patch for useless Math::BigInt warnings
12539      Branch: perl
12540            ! lib/Math/BigInt.pm
12541 ____________________________________________________________________________
12542 [  3126] By: gsar                                  on 1999/03/23  05:54:37
12543         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
12544              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12545              Date: Fri, 19 Feb 1999 15:47:59 -0500
12546              Message-ID: <19990219154759.A32350@O2.chapin.edu>
12547              Subject: [PATCH] OSF/1 hints
12548      Branch: perl
12549            ! hints/dec_osf.sh
12550 ____________________________________________________________________________
12551 [  3125] By: gsar                                  on 1999/03/23  00:56:38
12552         Log: avoid typeglob persistence in pp_readline()
12553      Branch: perl
12554            ! sv.c t/op/gv.t
12555 ____________________________________________________________________________
12556 [  3124] By: gsar                                  on 1999/03/22  21:12:23
12557         Log: update copyright years
12558      Branch: perl
12559            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
12560            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
12561            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
12562            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
12563            ! sv.c sv.h toke.c utf8.c utf8.h util.c
12564 ____________________________________________________________________________
12565 [  3123] By: gsar                                  on 1999/03/22  07:07:06
12566         Log: implement win32_spawnvp() internally, making it return true PIDs
12567              for asynchronous spawns; fix win32_kill() to always deal with
12568              PIDs
12569      Branch: perl
12570            ! win32/win32.c win32/win32.h
12571 ____________________________________________________________________________
12572 [  3122] By: jhi                                   on 1999/03/19  21:12:14
12573         Log: Describe the new Benchmark feature in more detail.
12574      Branch: cfgperl
12575            ! pod/perldelta.pod
12576      Branch: maint-5.005/perl
12577            ! pod/perldelta.pod
12578 ____________________________________________________________________________
12579 [  3121] By: jhi                                   on 1999/03/19  08:16:12
12580         Log: AVAILABILITY tuning.
12581      Branch: cfgperl
12582            ! pod/perl.pod
12583      Branch: maint-5.005/perl
12584            ! pod/perl.pod
12585 ____________________________________________________________________________
12586 [  3120] By: jhi                                   on 1999/03/17  14:52:17
12587         Log: Rhapsody change assumed too much.
12588      Branch: cfgperl
12589            ! t/op/stat.t
12590 ____________________________________________________________________________
12591 [  3119] By: jhi                                   on 1999/03/17  14:33:43
12592         Log: More Apollo fixes.
12593      Branch: maint-5.005/perl
12594            ! README.apollo hints/apollo.sh t/lib/io_udp.t
12595 ____________________________________________________________________________
12596 [  3118] By: jhi                                   on 1999/03/16  17:23:39
12597         Log: Nada.
12598      Branch: maint-5.005/perl
12599            ! README.apollo
12600 ____________________________________________________________________________
12601 [  3117] By: jhi                                   on 1999/03/16  17:18:49
12602         Log: Apollo DomainOS AVAILABILITY.
12603      Branch: cfgperl
12604            ! pod/perl.pod
12605      Branch: maint-5.005/perl
12606            ! pod/perl.pod
12607 ____________________________________________________________________________
12608 [  3116] By: jhi                                   on 1999/03/16  17:14:00
12609         Log: Apollo DomainOS patch
12610              From: Johann Klasek <jk@auto.tuwien.ac.at>
12611              Subject: Re: DomainPerl
12612              Date: Tue, 16 Mar 1999 17:46:32 +0100
12613              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
12614      Branch: maint-5.005/perl
12615            + README.apollo apollo/netinet/in.h
12616            ! MANIFEST hints/apollo.sh
12617 ____________________________________________________________________________
12618 [  3115] By: jhi                                   on 1999/03/16  14:23:54
12619         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
12620              To: Gurusamy Sarathy <gsar@activestate.com>,
12621              Graham Barr <gbarr@pobox.com>
12622              Cc: Perl5 Porters <perl5-porters@perl.org>,
12623              "Paul.Marquess" <Paul.Marquess@btinternet.com>
12624              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
12625              Date: Sun, 14 Mar 1999 14:43:57 -0000
12626              Message-Id: <199903141841.NAA17040@defender.perl.org>
12627      Branch: maint-5.005/perl
12628            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12629            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12630 ____________________________________________________________________________
12631 [  3114] By: jhi                                   on 1999/03/16  12:42:20
12632         Log: Mention Rhapsody in 5.005_5X perldelta,
12633              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
12634              *planned* AVAILABILITY.
12635      Branch: cfgperl
12636            ! pod/perl.pod pod/perldelta.pod
12637      Branch: maint-5.005/perl
12638            ! pod/perl.pod
12639 ____________________________________________________________________________
12640 [  3113] By: jhi                                   on 1999/03/16  10:38:53
12641         Log: perldelta niggling.
12642      Branch: cfgperl
12643            ! pod/perldelta.pod
12644      Branch: maint-5.005/perl
12645            ! pod/perldelta.pod
12646 ____________________________________________________________________________
12647 [  3112] By: jhi                                   on 1999/03/16  10:35:21
12648         Log: Integrate from mainperl.
12649      Branch: cfgperl
12650           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12651           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12652 ____________________________________________________________________________
12653 [  3111] By: jhi                                   on 1999/03/16  10:28:10
12654         Log: AVAILABILITY update: still mention PowerUX,
12655              Novell Netware now has sources available.
12656      Branch: cfgperl
12657            ! pod/perl.pod
12658      Branch: maint-5.005/perl
12659            ! pod/perl.pod
12660 ____________________________________________________________________________
12661 [  3110] By: gsar                                  on 1999/03/16  04:34:23
12662         Log: sundry pod niggles
12663      Branch: perl
12664            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
12665            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
12666 ____________________________________________________________________________
12667 [  3109] By: jhi                                   on 1999/03/15  17:00:11
12668         Log: Integrate from mainperl.
12669      Branch: cfgperl
12670           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12671           +> lib/unicode/Is/Syllable.pl
12672           +> lib/unicode/MakeEthiopicSyllables.PL
12673           +> lib/unicode/README.Ethiopic
12674           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12675           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12676           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12677           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12678           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12679           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12680           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12681           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
12682 ____________________________________________________________________________
12683 [  3108] By: jhi                                   on 1999/03/15  16:58:12
12684         Log: First pass of integrating the Rhapsody port,
12685              
12686              From: Wilfredo Sanchez <wsanchez@apple.com> 
12687              Subject: Keeping the world in sync.
12688              Reply-To: wsanchez@apple.com 
12689              To: perlbug@perl.com 
12690              Date: Fri, 13 Nov 1998 17:11:30 -0800 
12691              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
12692      Branch: cfgperl
12693            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
12694            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
12695            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
12696            ! x2p/util.c
12697 ____________________________________________________________________________
12698 [  3107] By: gsar                                  on 1999/03/15  03:22:10
12699         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
12700              From: Daniel Yacob <dmulholl@cs.indiana.edu>
12701              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
12702              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
12703              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
12704      Branch: perl
12705            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
12706            + lib/unicode/Is/Syllable.pl
12707            + lib/unicode/MakeEthiopicSyllables.PL
12708            + lib/unicode/README.Ethiopic
12709            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
12710            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
12711            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
12712            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
12713            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
12714            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
12715            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
12716            ! lib/unicode/Name.pl lib/unicode/Number.pl
12717 ____________________________________________________________________________
12718 [  3106] By: gsar                                  on 1999/03/12  20:35:36
12719         Log: change#3067 failed package.t due to needless creation of $a and $b;
12720              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
12721      Branch: perl
12722            ! op.c
12723 ____________________________________________________________________________
12724 [  3105] By: jhi                                   on 1999/03/12  15:54:57
12725         Log: Recognize the NetBSD packages collection.
12726      Branch: maint-5.005/perl
12727            ! hints/netbsd.sh
12728 ____________________________________________________________________________
12729 [  3104] By: jhi                                   on 1999/03/12  09:07:04
12730         Log: From: pvhp@forte.com (Peter Prymmer)
12731              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
12732              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
12733              Date: Thu, 11 Mar 99 14:24:54 PST
12734              Message-Id: <9903112224.AA24346@forte.com>
12735      Branch: maint-5.005/perl
12736            ! README.os390 t/lib/posix.t
12737 ____________________________________________________________________________
12738 [  3103] By: jhi                                   on 1999/03/10  11:07:46
12739         Log: Integrate from mainperl.
12740      Branch: cfgperl
12741           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
12742           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
12743           !> t/pragma/warn/1global toke.c win32/makedef.pl
12744 ____________________________________________________________________________
12745 [  3102] By: jhi                                   on 1999/03/10  11:01:20
12746         Log: From: pvhp@forte.com (Peter Prymmer)
12747              To: perl5-porters@perl.org
12748              Subject: [5.005_03-MT6]Patch: time passes
12749              Date: Tue, 9 Mar 99 18:42:17 PST
12750              Message-Id: <9903100242.AA29057@forte.com>
12751      Branch: maint-5.005/perl
12752            ! perl.c
12753 ____________________________________________________________________________
12754 [  3101] By: jhi                                   on 1999/03/10  10:30:15
12755         Log: From: Mark-Jason Dominus <mjd@plover.com>
12756              To: perl5-porters@perl.com
12757              Subject: Minor fix to perlfunc.pod
12758              Date: Mon, 08 Mar 1999 20:05:53 -0500
12759              Message-ID: <19990309010553.13757.qmail@plover.com>
12760      Branch: maint-5.005/perl
12761            ! pod/perlfunc.pod
12762 ____________________________________________________________________________
12763 [  3100] By: gsar                                  on 1999/03/09  23:04:44
12764         Log: change#3060 had the wrong quotes
12765      Branch: perl
12766            ! pod/pod2man.PL
12767 ____________________________________________________________________________
12768 [  3099] By: jhi                                   on 1999/03/09  12:52:21
12769         Log: d_uname was broken (probably since _53), reported by
12770              
12771              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12772              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
12773              cpan-testers@perl.org
12774              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
12775              Date: Mon, 08 Mar 1999 13:22:31 +0000
12776              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
12777              
12778              and
12779              
12780              From: lvirden@cas.org (Larry W. Virden)
12781              To: perlbug@perl.com
12782              Subject: configure not correctly identifying uname posix compatibility
12783              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
12784              Message-Id: <199903081136.GAA23682@cas.org>
12785      Branch: cfgperl
12786            ! Configure config_h.SH
12787 ____________________________________________________________________________
12788 [  3098] By: gsar                                  on 1999/03/09  03:16:07
12789         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
12790      Branch: perl
12791            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
12792 ____________________________________________________________________________
12793 [  3097] By: gsar                                  on 1999/03/09  02:50:43
12794         Log: use yyerror() instead of croak() so that compile-time failures in
12795              my(LIST) don't confuse globals with lexicals
12796      Branch: perl
12797            ! op.c toke.c
12798 ____________________________________________________________________________
12799 [  3096] By: gsar                                  on 1999/03/09  02:47:36
12800         Log: adjust testsuite for change#3067
12801      Branch: perl
12802            ! t/pragma/warn/1global
12803 ____________________________________________________________________________
12804 [  3095] By: gsar                                  on 1999/03/08  21:04:48
12805         Log: remove bogus symbols from global.sym
12806      Branch: perl
12807            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
12808            ! perl.h win32/makedef.pl
12809 ____________________________________________________________________________
12810 [  3094] By: jhi                                   on 1999/03/06  16:16:15
12811         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12812              To: jhi@iki.fi
12813              Subject: Oops
12814              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
12815              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
12816      Branch: maint-5.005/perl
12817            ! README.hurd
12818 ____________________________________________________________________________
12819 [  3093] By: jhi                                   on 1999/03/06  15:59:46
12820         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
12821              To: jhi@iki.fi
12822              Subject: New Hurd README
12823              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
12824              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
12825      Branch: maint-5.005/perl
12826            ! README.hurd
12827 ____________________________________________________________________________
12828 [  3092] By: jhi                                   on 1999/03/06  12:52:06
12829         Log: From: Paul_Green@stratus.com
12830              To: perl5-porters@perl.org
12831              Cc: jhi@iki.fi, Paul_Green@stratus.com
12832              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
12833              Date: Fri, 5 Mar 1999 18:08:49 -0500 
12834              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
12835      Branch: maint-5.005/perl
12836            ! vos/config.h vos/config_h.SH_orig
12837 ____________________________________________________________________________
12838 [  3091] By: jhi                                   on 1999/03/06  12:42:21
12839         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12840              To: perl5-porters@perl.org, vmsperl@perl.org
12841              Subject: [PATCH 5.005_03-MT6]VMS build patch
12842              Date: Fri, 05 Mar 1999 12:36:19 -0800
12843              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
12844      Branch: maint-5.005/perl
12845            ! vms/subconfigure.com
12846 ____________________________________________________________________________
12847 [  3090] By: gsar                                  on 1999/03/06  04:40:03
12848         Log: integrate change#3089 from mainline
12849              
12850              tolerate CRs after options
12851      Branch: maint-5.005/perl
12852           !> perl.c
12853 ____________________________________________________________________________
12854 [  3089] By: gsar                                  on 1999/03/06  04:30:40
12855         Log: tolerate CRs after options
12856      Branch: perl
12857            ! perl.c
12858 ____________________________________________________________________________
12859 [  3088] By: jhi                                   on 1999/03/05  12:49:01
12860         Log: Integrate from mainperl.
12861      Branch: cfgperl
12862           +> README.hurd
12863           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
12864 ____________________________________________________________________________
12865 [  3087] By: gsar                                  on 1999/03/05  06:41:16
12866         Log: adjust timeouts to accomodate slow/busy systems
12867      Branch: perl
12868            ! t/lib/io_sock.t
12869 ____________________________________________________________________________
12870 [  3083] By: gsar                                  on 1999/03/05  01:32:47
12871         Log: integrate change#3081 from maint-5.005
12872      Branch: perl
12873           !> ext/Errno/Errno_pm.PL
12874 ____________________________________________________________________________
12875 [  3082] By: gsar                                  on 1999/03/05  01:31:06
12876         Log: integrate change#2904 from maint-5.005
12877      Branch: perl
12878           +> README.hurd
12879           !> MANIFEST
12880 ____________________________________________________________________________
12881 [  3081] By: gsar                                  on 1999/03/05  00:14:33
12882         Log: protect against doubled backslashes
12883      Branch: maint-5.005/perl
12884            ! ext/Errno/Errno_pm.PL
12885 ____________________________________________________________________________
12886 [  3077] By: jhi                                   on 1999/03/04  08:10:13
12887         Log: Integrate from mainperl.
12888      Branch: cfgperl
12889           +> ext/B/B/Stash.pm
12890           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
12891           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
12892           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
12893           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
12894 ____________________________________________________________________________
12895 [  3076] By: jhi                                   on 1999/03/04  08:07:59
12896         Log: Regen config_h.SH once more because of *size, 
12897              noticed by
12898              
12899              From: Hans Mulder <hansm@icgned.icgroup.nl>
12900              To: Jarkko Hietaniemi <jhi@iki.fi>
12901              Cc: perl5-porters@perl.org
12902              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12903              Date: Thu,  4 Mar 99 00:10:45 +0100
12904              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12905      Branch: cfgperl
12906            ! Configure config_h.SH
12907 ____________________________________________________________________________
12908 [  3068] By: gsar                                  on 1999/03/04  05:48:03
12909         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
12910              Date: Thu,  4 Mar 99 00:10:45 +0100
12911              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
12912              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
12913      Branch: perl
12914            ! config_h.SH
12915 ____________________________________________________________________________
12916 [  3067] By: gsar                                  on 1999/03/04  05:44:32
12917         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
12918              From: Graham Barr <gbarr@ti.com>
12919              Date: Wed, 3 Mar 1999 17:23:56 -0600
12920              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
12921              Subject: Re: 'use strict' doesn't work for one-letter variables
12922      Branch: perl
12923            ! gv.c op.c
12924 ____________________________________________________________________________
12925 [  3066] By: gsar                                  on 1999/03/04  05:20:50
12926         Log: updates to compiler modules
12927              From: "Vishal Bhatia" <vishalb@hotmail.com>
12928              Date: Tue, 02 Mar 1999 23:27:25 PST
12929              Message-ID: <19990303072725.779.qmail@hotmail.com>
12930              Subject: PATCH 5.005_56 + Test procedure
12931      Branch: perl
12932            + ext/B/B/Stash.pm
12933            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
12934            ! lib/Test/Harness.pm utils/perlcc.PL
12935 ____________________________________________________________________________
12936 [  3065] By: gsar                                  on 1999/03/04  05:03:30
12937         Log: more s/s_/s!/ etc.
12938      Branch: perl
12939            ! pod/perldelta.pod pod/perlfunc.pod
12940 ____________________________________________________________________________
12941 [  3064] By: gsar                                  on 1999/03/04  04:50:45
12942         Log: integrate cfgperl contents into mainline
12943      Branch: perl
12944           !> Configure README.vms bytecode.h config_h.SH configure.com
12945           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
12946           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
12947           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
12948 ____________________________________________________________________________
12949 [  3063] By: gsar                                  on 1999/03/04  04:44:13
12950         Log: HP-UX has yet another spelling for /NaNQ?/
12951      Branch: perl
12952            ! t/lib/bigfloatpm.t
12953 ____________________________________________________________________________
12954 [  3062] By: gsar                                  on 1999/03/04  04:36:08
12955         Log: error-check for accept() test
12956      Branch: perl
12957            ! t/lib/io_sock.t
12958 ____________________________________________________________________________
12959 [  3061] By: gsar                                  on 1999/03/04  03:40:25
12960         Log: allow custom comparison function in File::Compare::compare_text()
12961              From: jan.dubois@ibm.net (Jan Dubois)
12962              Date: Fri, 26 Feb 1999 21:56:09 +0100
12963              Message-ID: <36db0838.8805651@smtp1.ibm.net>
12964              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
12965      Branch: perl
12966            ! lib/File/Compare.pm
12967 ____________________________________________________________________________
12968 [  3060] By: gsar                                  on 1999/03/04  03:37:38
12969         Log: better version of change#3038
12970              From: abigail@fnx.com
12971              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
12972              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
12973              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
12974      Branch: perl
12975            ! pod/pod2man.PL
12976 ____________________________________________________________________________
12977 [  3058] By: jhi                                   on 1999/03/03  22:30:40
12978         Log: Configure regen to
12979              (1) match maint-5.005 patches #3056 and #3057
12980              (2) better version of PHOSTNAME of #3050
12981              (3) the crosscompile/multiarch config_h.SH trouble solved for now
12982      Branch: cfgperl
12983            ! Configure config_h.SH
12984 ____________________________________________________________________________
12985 [  3054] By: jhi                                   on 1999/03/03  09:57:59
12986         Log: Change #3053 missed perldelta.
12987      Branch: cfgperl
12988            ! pod/perldelta.pod
12989 ____________________________________________________________________________
12990 [  3053] By: jhi                                   on 1999/03/03  08:29:43
12991         Log: Use '!' to mark native integer packings instead of '_'.
12992      Branch: cfgperl
12993            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
12994 ____________________________________________________________________________
12995 [  3052] By: jhi                                   on 1999/03/02  23:12:36
12996         Log: The HP-UX threads patch (change #3028) is needed also here.
12997      Branch: cfgperl
12998            ! hints/hpux.sh thread.h
12999 ____________________________________________________________________________
13000 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13001         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13002              To: perl5-porters@perl.org, vmsperl@perl.org
13003              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13004              Date: Mon, 01 Mar 1999 16:10:57 -0800
13005              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13006      Branch: cfgperl
13007            ! README.vms
13008      Branch: maint-5.005/perl
13009            ! README.vms
13010 ____________________________________________________________________________
13011 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13012         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13013              To: perl5-porters@perl.org, vmsperl@perl.org
13014              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13015              Date: Mon, 01 Mar 1999 16:06:29 -0800
13016              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13017              
13018              From: Dan Sugalski <sugalskd@osshe.edu>
13019              To: perl5-porters@perl.org, vmsperl@perl.org
13020              Subject: [PATCH 5.005_56]vmsish.pm patch
13021              Date: Mon, 01 Mar 1999 20:19:04 -0800
13022              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13023              
13024              plus Configure regen containing a "solution" to the
13025              crosscompile/multiarch problem.
13026      Branch: cfgperl
13027            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13028            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13029 ____________________________________________________________________________
13030 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13031         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13032              To: perl5-porters@perl.org
13033              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13034              Date: Mon, 01 Mar 1999 17:27:59 -0500
13035              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13036      Branch: cfgperl
13037            ! bytecode.h
13038      Branch: maint-5.005/perl
13039            ! bytecode.h
13040 ____________________________________________________________________________
13041 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13042         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13043      Branch: perl
13044            ! MANIFEST README.hpux
13045 ____________________________________________________________________________
13046 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13047         Log: Integrate from mainperl.
13048      Branch: cfgperl
13049           +> README.hpux lib/File/Spec/Functions.pm
13050           !> (integrate 28 files)
13051 ____________________________________________________________________________
13052 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13053         Log: this is 5.005_56
13054      Branch: perl
13055            ! Changes
13056
13057 ----------------
13058 Version 5.005_56
13059 ----------------
13060
13061 ____________________________________________________________________________
13062 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13063         Log: destroy PL_svref_mutex in perl_destruct()
13064      Branch: perl
13065            ! perl.c
13066 ____________________________________________________________________________
13067 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13068         Log: up patchlevel &c.
13069      Branch: perl
13070            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13071            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13072            ! win32/makefile.mk
13073 ____________________________________________________________________________
13074 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13075         Log: integrate cfgperl contents into mainline
13076      Branch: perl
13077            ! pod/perldelta.pod
13078           !> Configure config_h.SH
13079 ____________________________________________________________________________
13080 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13081         Log: slightly edited version of suggested patch
13082              From: jan.dubois@ibm.net (Jan Dubois)
13083              Date: Mon, 01 Mar 1999 00:32:05 +0100
13084              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13085              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13086      Branch: perl
13087            + lib/File/Spec/Functions.pm
13088            ! MANIFEST lib/File/Spec.pm
13089 ____________________________________________________________________________
13090 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13091         Log: fix subtle bug in eval'' testsuite
13092      Branch: perl
13093            ! t/op/eval.t
13094 ____________________________________________________________________________
13095 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13096         Log: avoid literal control characters in change#3039
13097      Branch: perl
13098            ! t/base/lex.t
13099 ____________________________________________________________________________
13100 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13101         Log: todo item: permit extended control variables a la ${^Foo} (patch
13102              courtesy Mark-Jason Dominus <mjd@plover.com>)
13103      Branch: perl
13104            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13105            ! t/base/lex.t toke.c
13106 ____________________________________________________________________________
13107 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13108         Log: From: abigail@fnx.com
13109              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13110              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
13111              Subject: Recognize -> and => inside [A-Z]<> sequences.
13112      Branch: perl
13113            ! pod/pod2man.PL
13114 ____________________________________________________________________________
13115 [  3037] By: gsar                                  on 1999/02/28  21:12:22
13116         Log: fix longstanding bug: searches for lexicals originating within eval''
13117              weren't stopping at the subroutine boundary correctly
13118      Branch: perl
13119            ! op.c proto.h t/op/eval.t
13120 ____________________________________________________________________________
13121 [  3036] By: gsar                                  on 1999/02/28  20:02:29
13122         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
13123              as stacked list values
13124              From: jan.dubois@ibm.net (Jan Dubois)
13125              Date: Sat, 27 Feb 1999 18:24:17 +0100
13126              Message-ID: <36e22849.36531259@smtp1.ibm.net>
13127              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
13128      Branch: perl
13129            ! win32/win32.c
13130 ____________________________________________________________________________
13131 [  3035] By: gsar                                  on 1999/02/28  19:48:54
13132         Log: remove superfluous stack_sp decl
13133      Branch: perl
13134            ! jpl/JNI/JNI.xs
13135 ____________________________________________________________________________
13136 [  3034] By: gsar                                  on 1999/02/28  19:34:58
13137         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
13138      Branch: perl
13139            ! lib/Getopt/Std.pm
13140 ____________________________________________________________________________
13141 [  3033] By: gsar                                  on 1999/02/28  19:23:41
13142         Log: add File::Compare::compare_text()
13143              From: jan.dubois@ibm.net (Jan Dubois)
13144              Date: Fri, 26 Feb 1999 00:20:41 +0100
13145              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
13146              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13147      Branch: perl
13148            ! lib/File/Compare.pm pod/perltodo.pod
13149 ____________________________________________________________________________
13150 [  3032] By: gsar                                  on 1999/02/28  19:01:33
13151         Log: add README.hpux
13152      Branch: perl
13153            + README.hpux
13154            ! MAINTAIN MANIFEST
13155 ____________________________________________________________________________
13156 [  3031] By: gsar                                  on 1999/02/28  18:49:08
13157         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
13158              James Cromie <jcromie@fossil.uswc.uswest.com>
13159      Branch: perl
13160            ! lib/Pod/Html.pm
13161 ____________________________________________________________________________
13162 [  3030] By: gsar                                  on 1999/02/28  18:35:09
13163         Log: From: jan.dubois@ibm.net (Jan Dubois)
13164              Date: Wed, 24 Feb 1999 22:34:56 +0100
13165              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
13166              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
13167      Branch: perl
13168            ! lib/Test/Harness.pm
13169 ____________________________________________________________________________
13170 [  3029] By: gsar                                  on 1999/02/28  18:28:18
13171         Log: add note about env pollution
13172      Branch: perl
13173            ! INSTALL pod/perltodo.pod
13174 ____________________________________________________________________________
13175 [  3028] By: jhi                                   on 1999/02/26  14:40:00
13176         Log: HP-UX 11 threads.
13177              
13178              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13179              To: perl5-porters@perl.org
13180              Cc: jhi@cc.hut.fi
13181              Subject: Maint 5 and _54 with threading on HP-UX 11.00
13182              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
13183              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
13184              
13185              NOTE from jhi: the hpux hints could still be more robust by
13186              disabling gdbm when necessary.
13187              
13188              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
13189              linking -lgdbm -lpthread creates an executable that instantly
13190              core dumps on a pthreads internal panic:
13191              
13192              ./gdpt
13193              
13194              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
13195              Return Pointer is 0xc082bf33
13196              17639 quit (core dumped)  ./gdpt
13197              
13198              You don't have to *use* either gdbm or pthreads in the executable,
13199              just linking them together is enough.  Workaround is to recompile
13200              the GDBM under HP-UX 11, that makes the problem go away.
13201      Branch: maint-5.005/perl
13202            ! hints/hpux.sh thread.h
13203 ____________________________________________________________________________
13204 [  3025] By: jhi                                   on 1999/02/25  20:41:07
13205         Log: Temporary workaround for the config_h.SH versus
13206              crosscompile and multiarch plus introduce 'rt'
13207              to $libswanted: in UNIX98 sched_yield() lives there.
13208      Branch: cfgperl
13209            ! Configure config_h.SH
13210 ____________________________________________________________________________
13211 [  3024] By: jhi                                   on 1999/02/24  12:54:59
13212         Log: Integrate from mainperl.
13213      Branch: cfgperl
13214           +> t/lib/fatal.t
13215           !> (integrate 44 files)
13216 ____________________________________________________________________________
13217 [  3023] By: gsar                                  on 1999/02/24  07:02:12
13218         Log: integrate cfgperl contents
13219      Branch: perl
13220           !> (integrate 30 files)
13221 ____________________________________________________________________________
13222 [  3022] By: gsar                                  on 1999/02/24  05:59:47
13223         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
13224              Date: 23 Feb 1999 17:53:22 -0700
13225              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
13226              Subject: [PATCH: _55] perldoc -q broken
13227      Branch: perl
13228            ! utils/perldoc.PL
13229 ____________________________________________________________________________
13230 [  3021] By: gsar                                  on 1999/02/24  05:51:53
13231         Log: ansify perlio.c, fix PerlIO-ish typos
13232      Branch: perl
13233            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
13234            ! iperlsys.h perlio.c
13235 ____________________________________________________________________________
13236 [  3020] By: gsar                                  on 1999/02/24  05:28:06
13237         Log: adjust a Perl_malloc() flag for NeXT
13238              From: Hans Mulder <hansm@icgned.icgroup.nl>
13239              Date: Tue, 23 Feb 99 00:26:25 +0100
13240              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
13241              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
13242      Branch: perl
13243            ! perl.h
13244 ____________________________________________________________________________
13245 [  3019] By: gsar                                  on 1999/02/24  05:19:42
13246         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
13247      Branch: perl
13248            ! pod/perltodo.pod
13249 ____________________________________________________________________________
13250 [  3018] By: gsar                                  on 1999/02/24  04:15:18
13251         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
13252              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
13253              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
13254              Subject: improved error message [PATCH _55] [RESEND]
13255      Branch: perl
13256            ! sv.c
13257 ____________________________________________________________________________
13258 [  3017] By: gsar                                  on 1999/02/24  03:50:34
13259         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13260              Date: Sun, 21 Feb 1999 20:02:18 -0700
13261              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
13262              Subject: perlfunc updates (against 55)
13263      Branch: perl
13264            ! pod/perlfunc.pod
13265 ____________________________________________________________________________
13266 [  3016] By: gsar                                  on 1999/02/24  03:17:05
13267         Log: testsuite adjustments
13268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13269              Date: Sat, 20 Feb 1999 15:24:57 +0000
13270              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
13271              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
13272      Branch: perl
13273            ! t/lib/io_sock.t t/op/lex_assign.t
13274 ____________________________________________________________________________
13275 [  3015] By: gsar                                  on 1999/02/24  02:54:47
13276         Log: avoid modifying readonly values from qw()
13277      Branch: perl
13278            ! lib/ExtUtils/MM_Unix.pm
13279 ____________________________________________________________________________
13280 [  3014] By: gsar                                  on 1999/02/24  02:49:04
13281         Log: more "correct" utbuf for utime()
13282      Branch: perl
13283            ! doio.c
13284 ____________________________________________________________________________
13285 [  3013] By: jhi                                   on 1999/02/22  19:27:44
13286         Log: Fix MacPerl version, change PowerUX to PowerMAX.
13287              
13288              From: Chris Nandor <pudge@pobox.com>
13289              To: jhi@iki.fi
13290              Cc: perl5-porters@perl.org
13291              Subject: Re: perl current availability as documented by perl.pod
13292              Date: Sun, 21 Feb 1999 11:06:03 -0500
13293              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
13294              
13295              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
13296              To: jhi@iki.fi
13297              Cc: perl5-porters@perl.org
13298              Subject: Re: perl current availability as documented by perl.pod
13299              Date: Mon, 22 Feb 1999 13:08:30 GMT
13300              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
13301      Branch: cfgperl
13302            ! pod/perl.pod
13303      Branch: maint-5.005/perl
13304            ! pod/perl.pod
13305 ____________________________________________________________________________
13306 [  3012] By: jhi                                   on 1999/02/22  10:26:11
13307         Log: Snapshot the cross-compilation/multiarchitecture stuff
13308              (currently broken in next)
13309      Branch: cfgperl
13310            ! Configure config_h.SH pp.c
13311 ____________________________________________________________________________
13312 [  3011] By: jhi                                   on 1999/02/22  10:24:51
13313         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13314              To: gsar@activestate.com (Gurusamy Sarathy)
13315              Cc: perl5-porters@perl.org (Perl5 Porters)
13316              Subject: [PATCH 5.005_55] DB_File 1.64 patch
13317              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
13318              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
13319      Branch: cfgperl
13320            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13321            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
13322 ____________________________________________________________________________
13323 [  3009] By: jhi                                   on 1999/02/22  09:14:26
13324         Log: Scratch #3008 and introduce $crosscompile and $multiarch
13325              also in non-Configure lands.
13326      Branch: cfgperl
13327            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
13328            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
13329            ! win32/config.gc win32/config.vc win32/config_H.bc
13330            ! win32/config_H.gc win32/config_H.vc
13331 ____________________________________________________________________________
13332 [  3008] By: jhi                                   on 1999/02/22  08:58:04
13333         Log: Add -DMULTIARCH (see change #3006).
13334      Branch: cfgperl
13335            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
13336 ____________________________________________________________________________
13337 [  3007] By: jhi                                   on 1999/02/22  08:54:06
13338         Log: Undo the references to local{lib,arch} introduced by #3006.
13339      Branch: cfgperl
13340            ! Configure config_h.SH
13341 ____________________________________________________________________________
13342 [  3006] By: jhi                                   on 1999/02/22  08:43:50
13343         Log: From: hansm@icgned.icgroup.nl
13344              To: perlbug@perl.com
13345              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
13346              Date: Sun, 21 Feb 1999 22:58:55 +0100
13347              Reply-To: hansmu@xs4all.nl
13348              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
13349              
13350              plus other Configure changes: prepare for cross-compilation/
13351              multiarchitecture builds.
13352      Branch: cfgperl
13353            ! Configure config_h.SH
13354 ____________________________________________________________________________
13355 [  3005] By: jhi                                   on 1999/02/22  08:35:30
13356         Log: Configure/Perl knew how to look for use Mach cthreads
13357              but Configure didn't let them to be used ($osname 'next').
13358      Branch: cfgperl
13359            ! Configure config_h.SH
13360      Branch: maint-5.005/perl
13361            ! Configure
13362 ____________________________________________________________________________
13363 [  3004] By: jhi                                   on 1999/02/21  15:46:02
13364         Log: Update Acorn AVAILABILITY.
13365      Branch: cfgperl
13366            ! pod/perl.pod
13367      Branch: maint-5.005/perl
13368            ! pod/perl.pod
13369 ____________________________________________________________________________
13370 [  3003] By: jhi                                   on 1999/02/21  14:50:42
13371         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
13372              To: perl5-porters@perl.org (Perl 5 Porters)
13373              Subject: PATCH: perlref.pod - symbolic ref example
13374              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
13375              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
13376      Branch: cfgperl
13377            ! pod/perlref.pod
13378      Branch: maint-5.005/perl
13379            ! pod/perlref.pod
13380 ____________________________________________________________________________
13381 [  3002] By: jhi                                   on 1999/02/21  14:35:22
13382         Log: Sync cfgperl with maint-5.005 change #3000.
13383      Branch: cfgperl
13384            ! pod/perlfunc.pod t/op/pack.t
13385 ____________________________________________________________________________
13386 [  2999] By: gsar                                  on 1999/02/20  22:48:30
13387         Log: From:    John Bley <jbb6@acpub.duke.edu>
13388              Date:    Sat, 20 Feb 1999 16:02:34 EST
13389              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
13390              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
13391      Branch: perl
13392            ! regcomp.c
13393 ____________________________________________________________________________
13394 [  2998] By: jhi                                   on 1999/02/20  14:13:06
13395         Log: Enhanced the endianness description.
13396      Branch: cfgperl
13397            ! pod/perlfunc.pod
13398 ____________________________________________________________________________
13399 [  2996] By: jhi                                   on 1999/02/20  13:55:41
13400         Log: Glossary now mostly fixed.
13401      Branch: cfgperl
13402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13403            ! config_h.SH
13404 ____________________________________________________________________________
13405 [  2994] By: jhi                                   on 1999/02/20  11:58:33
13406         Log: Perldeltify GNU/Hurd.
13407      Branch: cfgperl
13408            ! pod/perldelta.pod
13409 ____________________________________________________________________________
13410 [  2993] By: gsar                                  on 1999/02/20  00:59:10
13411         Log: fix typo in Perl_sbrk()
13412              From: hansm@icgned.icgroup.nl
13413              Date: Fri, 19 Feb 1999 23:19:31 +0100
13414              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
13415              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
13416      Branch: perl
13417            ! malloc.c
13418 ____________________________________________________________________________
13419 [  2992] By: gsar                                  on 1999/02/20  00:51:08
13420         Log: integrate change#2980 from maint-5.005
13421      Branch: perl
13422           !> utils/h2xs.PL
13423 ____________________________________________________________________________
13424 [  2991] By: gsar                                  on 1999/02/20  00:34:01
13425         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13426              Date: Thu, 18 Feb 1999 18:51:38 +0000
13427              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
13428              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
13429      Branch: perl
13430            ! pp_hot.c t/op/pat.t
13431 ____________________________________________________________________________
13432 [  2990] By: gsar                                  on 1999/02/20  00:30:48
13433         Log: From: jan.dubois@ibm.net (Jan Dubois)
13434              Date: Thu, 18 Feb 1999 19:14:07 +0100
13435              Message-ID: <36d15809.40853323@smtp1.ibm.net>
13436              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
13437      Branch: perl
13438            ! win32/win32.c
13439 ____________________________________________________________________________
13440 [  2989] By: gsar                                  on 1999/02/20  00:27:01
13441         Log: do poll() emulation unless HAS_POLL && I_POLL
13442      Branch: perl
13443            ! ext/IO/poll.h
13444 ____________________________________________________________________________
13445 [  2988] By: gsar                                  on 1999/02/19  23:52:12
13446         Log: tweak RE for NaNQ? recognition
13447      Branch: perl
13448            ! t/lib/bigfloatpm.t
13449 ____________________________________________________________________________
13450 [  2987] By: gsar                                  on 1999/02/19  23:29:59
13451         Log: mention C<use utf8> and C<use warning> in perldelta
13452      Branch: perl
13453            ! pod/perldelta.pod
13454 ____________________________________________________________________________
13455 [  2985] By: jhi                                   on 1999/02/19  20:43:19
13456         Log: pack/unpack better in (network-)short-non-16-bits and
13457              (network-)long-non-32-bits systems such as Cray C90.
13458      Branch: cfgperl
13459            ! perl.h pp.c t/op/pack.t
13460 ____________________________________________________________________________
13461 [  2984] By: jhi                                   on 1999/02/19  20:38:54
13462         Log: Regen Configure.
13463      Branch: cfgperl
13464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13465            ! perl.c
13466 ____________________________________________________________________________
13467 [  2982] By: jhi                                   on 1999/02/19  19:51:49
13468         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
13469              not probed for and         
13470              
13471              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13472              To: Chaim Frenkel <chaimf@pobox.com>,
13473              Russ Allbery <rra@stanford.edu>,
13474              Jarkko Hietaniemi <jhi@iki.fi>,
13475              Gurusamy Sarathy <gsar@activestate.com>,
13476              Graham Barr <gbarr@pobox.com>
13477              Cc: bdensch@ameritech.net, perlbug@perl.com
13478              Subject: [PATCH] Re: Solaris 7 for Intel
13479              Message-ID: <19990219124404.A30182@O2.chapin.edu>
13480              
13481              Glossary is still missing some terms because
13482              mkglossary is misbehaving (change #2981 updated
13483              Glossary manually)
13484      Branch: cfgperl
13485            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13486            ! Porting/config_H
13487 ____________________________________________________________________________
13488 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
13489         Log: Make result of h2xs work when user adds C<use strict>
13490      Branch: maint-5.005/perl
13491            ! utils/h2xs.PL
13492 ____________________________________________________________________________
13493 [  2979] By: gsar                                  on 1999/02/19  05:24:29
13494         Log: doc for change#2978
13495      Branch: perl
13496            ! pod/perlsub.pod
13497 ____________________________________________________________________________
13498 [  2978] By: gsar                                  on 1999/02/19  05:08:29
13499         Log: bring '*' prototype closer to how it behaves internally
13500      Branch: perl
13501            + t/lib/fatal.t
13502            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
13503 ____________________________________________________________________________
13504 [  2977] By: gsar                                  on 1999/02/19  02:50:31
13505         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
13506      Branch: perl
13507            ! perly.h
13508 ____________________________________________________________________________
13509 [  2975] By: gsar                                  on 1999/02/18  21:41:57
13510         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
13511              of lexical searches in BEGIN|INIT|END)
13512      Branch: perl
13513            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
13514            ! vms/perly_c.vms
13515 ____________________________________________________________________________
13516 [  2974] By: gsar                                  on 1999/02/18  21:03:06
13517         Log: missing PERL_POLLUTE_MALLOC
13518      Branch: perl
13519            ! ext/SDBM_File/sdbm/sdbm.h
13520 ____________________________________________________________________________
13521 [  2973] By: gsar                                  on 1999/02/18  17:10:49
13522         Log: From:    Andy Dougherty <doughera@lafayette.edu>
13523              Date:    Wed, 17 Feb 1999 17:22:50 EST
13524              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
13525              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
13526      Branch: perl
13527            ! lib/dotsh.pl
13528 ____________________________________________________________________________
13529 [  2972] By: gsar                                  on 1999/02/18  17:04:12
13530         Log: s/#defined/#define/
13531      Branch: perl
13532            ! ext/Data/Dumper/Dumper.xs
13533 ____________________________________________________________________________
13534 [  2970] By: gsar                                  on 1999/02/18  03:26:43
13535         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
13536      Branch: perl
13537            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13538            ! ext/GDBM_File/typemap
13539 ____________________________________________________________________________
13540 [  2969] By: gsar                                  on 1999/02/17  23:30:47
13541         Log: correct slurp mode doc
13542      Branch: perl
13543            ! pod/perlfunc.pod pod/perlop.pod
13544 ____________________________________________________________________________
13545 [  2968] By: jhi                                   on 1999/02/17  23:15:49
13546         Log: Ultrix hints update.
13547              
13548              From: Spider Boardman <spider@zk3.dec.com>
13549              To: perlbug@perl.com
13550              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
13551              Date: Tue, 16 Feb 1999 23:04:28 -0500
13552              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
13553      Branch: cfgperl
13554            ! hints/ultrix_4.sh
13555 ____________________________________________________________________________
13556 [  2966] By: jhi                                   on 1999/02/17  23:09:21
13557         Log: Change #2965 wiped out some Sarathy's _55 changes.
13558              Now unwiped.
13559      Branch: cfgperl
13560            ! Configure pp.c t/op/pack.t
13561 ____________________________________________________________________________
13562 [  2965] By: jhi                                   on 1999/02/17  23:00:04
13563         Log: Configure tweaks.
13564              
13565              Fix the Unixware/SCO uname scan:
13566              
13567              From: Tom Hughes <thh@cyberscience.com>
13568              To: perlbug@perl.com
13569              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
13570              Date: 17 Feb 1999 15:34:15 +0000    
13571              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
13572              
13573              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
13574              
13575              From: Joe Buehler <jhpb@hekimian.com>
13576              To: perl5-porters@perl.org
13577              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
13578              Date: 12 Feb 1999 11:25:21 -0500
13579              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
13580              
13581              Make the pthreads joinable constant scan to output to fd 4, not 2.
13582      Branch: cfgperl
13583            ! Configure
13584 ____________________________________________________________________________
13585 [  2964] By: gsar                                  on 1999/02/17  21:30:07
13586         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13587              Date: Wed, 17 Feb 1999 06:53:13 -0700
13588              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
13589              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
13590      Branch: perl
13591            ! lib/Pod/Functions.pm
13592 ____________________________________________________________________________
13593 [  2963] By: gsar                                  on 1999/02/17  21:18:21
13594         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
13595              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13596              Date: Wed, 17 Feb 1999 10:06:01 +0000
13597              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
13598              Subject: Re: [5.005_53] panic: pad_free curpad 
13599      Branch: perl
13600            ! regcomp.c regexec.c t/op/misc.t
13601 ____________________________________________________________________________
13602 [  2962] By: gsar                                  on 1999/02/16  21:26:28
13603         Log: NaNQ? tweak
13604      Branch: perl
13605            ! t/lib/bigfloatpm.t
13606 ____________________________________________________________________________
13607 [  2961] By: jhi                                   on 1999/02/16  19:26:38
13608         Log: Integrate from mainperl.
13609      Branch: cfgperl
13610           !> (integrate 37 files)
13611 ____________________________________________________________________________
13612 [  2960] By: gsar                                  on 1999/02/16  18:04:29
13613         Log: undo change#2465 (qw[] is a real list now)
13614      Branch: perl
13615            ! pod/perlop.pod
13616 ____________________________________________________________________________
13617 [  2959] By: gsar                                  on 1999/02/16  07:09:33
13618         Log: this was 5.005_55
13619      Branch: perl
13620            ! Changes
13621
13622 ----------------
13623 Version 5.005_55
13624 ----------------
13625
13626 ____________________________________________________________________________
13627 [  2958] By: gsar                                  on 1999/02/16  06:18:27
13628         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
13629              elide dups and non-dependents from Changes
13630      Branch: perl
13631            ! Changes pod/perlhist.pod
13632           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
13633           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
13634           !> pod/perlport.pod pp.c t/op/pack.t
13635 ____________________________________________________________________________
13636 [  2957] By: gsar                                  on 1999/02/16  04:09:47
13637         Log: propagate PERL_VERSION everywhere, add to pod
13638      Branch: perl
13639            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
13640            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
13641            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
13642            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
13643            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
13644            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
13645            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
13646            ! win32/config.gc win32/config.vc win32/config_sh.PL
13647            ! win32/win32.c x2p/a2py.c
13648 ____________________________________________________________________________
13649 [  2955] By: jhi                                   on 1999/02/15  16:15:03
13650         Log: The pack tests now better in C90 (after the packnative patches).
13651      Branch: cfgperl
13652            ! t/op/pack.t
13653 ____________________________________________________________________________
13654 [  2954] By: gsar                                  on 1999/02/15  14:11:50
13655         Log: tweak Configure to follow new PERL_VERSION etc.
13656      Branch: perl
13657            ! Configure patchlevel.h pod/perlhist.pod
13658 ____________________________________________________________________________
13659 [  2953] By: jhi                                   on 1999/02/15  14:02:21
13660         Log: Integrate from mainperl.
13661      Branch: cfgperl
13662           !> MANIFEST Porting/makerel
13663 ____________________________________________________________________________
13664 [  2952] By: jhi                                   on 1999/02/15  13:50:07
13665         Log: Enhance the packnative patch: use the packnative code
13666              only if required.  Also added hefty testing (hopefully
13667              I didn't assume too much...).  Tested on alpha, ix86, sparc.
13668      Branch: cfgperl
13669            ! pod/perlfunc.pod pp.c t/op/pack.t
13670 ____________________________________________________________________________
13671 [  2951] By: jhi                                   on 1999/02/15  13:46:56
13672         Log: AVAILABILITY from 5.005_03-tobe, will of course
13673              require updating when 5.006 comes out.
13674      Branch: cfgperl
13675            ! pod/perl.pod
13676 ____________________________________________________________________________
13677 [  2949] By: gsar                                  on 1999/02/15  13:28:51
13678         Log: will this be it for 5.005_55?
13679      Branch: perl
13680            ! MANIFEST Porting/makerel
13681 ____________________________________________________________________________
13682 [  2948] By: jhi                                   on 1999/02/15  13:23:52
13683         Log: Integrate from mainperl.
13684      Branch: cfgperl
13685           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
13686           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13687           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13688           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
13689           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
13690           !> win32/config.gc win32/config.vc win32/config_H.bc
13691           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13692 ____________________________________________________________________________
13693 [  2947] By: jhi                                   on 1999/02/15  13:20:41
13694         Log: perlport.pod 1.39 from Chris.
13695      Branch: cfgperl
13696            ! pod/perlport.pod
13697 ____________________________________________________________________________
13698 [  2946] By: jhi                                   on 1999/02/15  13:09:58
13699         Log: Import Ultrix update, change #2864, 
13700              
13701              From: Spider Boardman <spider@zk3.dec.com>
13702              To: perlbug@perl.com
13703              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
13704              Date: Wed, 10 Feb 1999 23:33:31 -0500
13705              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
13706      Branch: cfgperl
13707            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
13708 ____________________________________________________________________________
13709 [  2945] By: jhi                                   on 1999/02/15  13:04:50
13710         Log: OpenBSD sparc SHMLBA.
13711      Branch: cfgperl
13712            ! ext/IPC/SysV/SysV.xs
13713 ____________________________________________________________________________
13714 [  2944] By: gsar                                  on 1999/02/15  12:09:52
13715         Log: update win32/config* stuff, Changes
13716      Branch: perl
13717            ! Changes win32/Makefile win32/config.bc win32/config.gc
13718            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13719            ! win32/config_H.vc win32/makefile.mk
13720 ____________________________________________________________________________
13721 [  2943] By: gsar                                  on 1999/02/15  11:54:08
13722         Log: #include patchlevel.h by default, provide
13723              PERL_{REVISION,VERSION,SUBVERSION}
13724      Branch: perl
13725            ! patchlevel.h perl.h
13726 ____________________________________________________________________________
13727 [  2942] By: gsar                                  on 1999/02/15  10:26:59
13728         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
13729              misc fixes
13730      Branch: perl
13731            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
13732 ____________________________________________________________________________
13733 [  2941] By: gsar                                  on 1999/02/15  10:24:37
13734         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
13735              Message-ID: <19990207002851.B9185@toldyouso.com>
13736              Message-ID: <19990207212152.A9765@toldyouso.com>
13737              Message-ID: <19990207212041.A9622@toldyouso.com>
13738              Message-ID: <19990207213127.A10244@toldyouso.com>
13739              Message-ID: <19990207212559.A9950@toldyouso.com>
13740              Message-ID: <19990207212842.A9994@toldyouso.com>
13741              Message-ID: <19990207212500.A9860@toldyouso.com>
13742              Message-ID: <19990207213013.A10105@toldyouso.com>
13743      Branch: perl
13744            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
13745            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
13746            ! pod/perlmodlib.pod pod/perltoc.pod
13747 ____________________________________________________________________________
13748 [  2940] By: gsar                                  on 1999/02/15  10:07:08
13749         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
13750              of suggested patch)
13751              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13752              Date: Mon, 08 Feb 1999 01:14:41 -0000
13753              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
13754              Subject: [PATCH 5.005_54] some pending C.pm stuff 
13755      Branch: perl
13756            ! ext/B/B/C.pm
13757 ____________________________________________________________________________
13758 [  2939] By: jhi                                   on 1999/02/15  08:40:18
13759         Log: Integrate from mainperl.
13760      Branch: cfgperl
13761           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
13762            - lib/File/PathConvert.pm
13763           !> (integrate 81 files)
13764 ____________________________________________________________________________
13765 [  2938] By: gsar                                  on 1999/02/15  06:56:39
13766         Log: change#2839 was bogus, redo
13767      Branch: perl
13768           !> t/lib/h2ph.pht
13769 ____________________________________________________________________________
13770 [  2937] By: gsar                                  on 1999/02/15  06:38:15
13771         Log: support Win32::GetFullPathName() and Win32::SetLastError()
13772              From: jan.dubois@ibm.net (Jan Dubois)
13773              Date: Tue, 09 Feb 1999 22:27:31 +0100
13774              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
13775              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
13776      Branch: perl
13777            ! win32/win32.c
13778 ____________________________________________________________________________
13779 [  2936] By: gsar                                  on 1999/02/15  06:26:39
13780         Log: support native integers, pack("L_",...) etc. (via private mail)
13781              From: Jarkko Hietaniemi <jhi@iki.fi>
13782              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
13783              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
13784              Subject: the "packnative" patch
13785      Branch: perl
13786            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
13787            ! t/lib/ipc_sysv.t t/op/pack.t
13788 ____________________________________________________________________________
13789 [  2935] By: gsar                                  on 1999/02/15  06:04:02
13790         Log: From: Michael G Schwern <schwern@pobox.com>
13791              Date: Tue, 9 Feb 1999 04:13:12 -0500
13792              Message-ID: <19990209041312.A15788@toldyouso.com>
13793              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
13794      Branch: perl
13795            ! utils/h2xs.PL
13796 ____________________________________________________________________________
13797 [  2934] By: gsar                                  on 1999/02/15  05:30:13
13798         Log: fix bugs in the handling of negative numbers, among other things
13799              From: Steven Knight <knight@theopera.baldmt.citilink.com>
13800              Date: Mon, 8 Feb 1999 01:16:24 -0600
13801              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
13802              Subject: Math::BigFloat and Math::BigInt
13803      Branch: perl
13804            + t/lib/bigfloat.t t/lib/bigfloatpm.t
13805            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13806            ! t/lib/bigintpm.t
13807 ____________________________________________________________________________
13808 [  2933] By: gsar                                  on 1999/02/15  04:57:52
13809         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
13810              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
13811              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
13812              Subject: s2p incorrectly handles hold space commands
13813      Branch: perl
13814            ! x2p/s2p.PL
13815 ____________________________________________________________________________
13816 [  2932] By: gsar                                  on 1999/02/15  04:45:55
13817         Log: clarify what a "line" is
13818      Branch: perl
13819            ! pod/perlfunc.pod pod/perlvar.pod
13820 ____________________________________________________________________________
13821 [  2931] By: gsar                                  on 1999/02/15  04:23:29
13822         Log: backout change#2811 and add newer version based on File::Spec
13823              From: Barrie Slaymaker <rbs@telerama.com>
13824              Date: Thu, 11 Feb 1999 16:29:24 -0500
13825              Message-ID: <36C34BB4.A62090E0@telerama.com>
13826              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
13827      Branch: perl
13828            - lib/File/PathConvert.pm
13829            ! MANIFEST installhtml lib/Pod/Html.pm
13830 ____________________________________________________________________________
13831 [  2930] By: gsar                                  on 1999/02/15  04:16:25
13832         Log: From: Barrie Slaymaker <rbs@telerama.com>
13833              Date: Thu, 11 Feb 1999 19:39:48 -0500
13834              Message-ID: <36C37854.707D139@telerama.com>
13835              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
13836      Branch: perl
13837            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13838 ____________________________________________________________________________
13839 [  2929] By: gsar                                  on 1999/02/15  04:06:50
13840         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
13841              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
13842              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
13843              Subject: [PATCH]5.005_54 (DOC) fix many typos
13844              --
13845              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
13846              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
13847              Subject: [PATCH]5.005_54 (DOC) typos
13848      Branch: perl
13849            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
13850            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
13851            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13852            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13853            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
13854            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
13855            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
13856            ! pod/perlvar.pod pod/perlxs.pod
13857 ____________________________________________________________________________
13858 [  2928] By: gsar                                  on 1999/02/15  03:39:53
13859         Log: allow the Carp routines to pass through exception objects
13860      Branch: perl
13861            ! lib/Carp.pm
13862 ____________________________________________________________________________
13863 [  2927] By: gsar                                  on 1999/02/15  03:22:57
13864         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
13865      Branch: perl
13866            ! pod/perlfaq8.pod
13867 ____________________________________________________________________________
13868 [  2926] By: gsar                                  on 1999/02/15  03:19:39
13869         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
13870              have done that, but didn't)
13871      Branch: perl
13872           !> utils/h2ph.PL
13873 ____________________________________________________________________________
13874 [  2925] By: gsar                                  on 1999/02/15  03:17:01
13875         Log: integrate cfgperl changes into mainline
13876      Branch: perl
13877            ! Changes
13878           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13879           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
13880           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
13881           !> vms/subconfigure.com
13882 ____________________________________________________________________________
13883 [  2924] By: gsar                                  on 1999/02/15  03:07:08
13884         Log: add const qualifier to most char* prototypes, handle ripple effect
13885      Branch: perl
13886            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
13887            ! universal.c util.c
13888 ____________________________________________________________________________
13889 [  2923] By: gsar                                  on 1999/02/15  01:04:30
13890         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13891              Date: Thu, 04 Feb 1999 02:37:31 +0000
13892              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
13893              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
13894      Branch: perl
13895            ! pp_ctl.c t/op/range.t
13896 ____________________________________________________________________________
13897 [  2922] By: gsar                                  on 1999/02/15  00:24:34
13898         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13899              Date: Sun, 31 Jan 1999 01:50:06 +0000
13900              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
13901              Subject: [PATCH 5.005_03t4] regexp flags bug
13902      Branch: perl
13903            ! regcomp.c t/op/re_tests
13904 ____________________________________________________________________________
13905 [  2921] By: gsar                                  on 1999/02/15  00:13:02
13906         Log: use New() et al., rather than safemalloc() et al.
13907              From: jan.dubois@ibm.net (Jan Dubois)
13908              Date: Fri, 29 Jan 1999 23:27:22 +0100
13909              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
13910              Subject: [PATCH _03-MT5] POSIX.xs memory API
13911      Branch: perl
13912            ! ext/POSIX/POSIX.xs
13913 ____________________________________________________________________________
13914 [  2920] By: gsar                                  on 1999/02/15  00:05:33
13915         Log: tweak READ() docs to mention $buffer must be altered by reference
13916      Branch: perl
13917            ! pod/perltie.pod
13918 ____________________________________________________________________________
13919 [  2919] By: gsar                                  on 1999/02/14  23:50:39
13920         Log: applied suggested patch, with several language/readability tweaks
13921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13922              Date: Fri, 29 Jan 1999 00:25:02 -0500
13923              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
13924              Subject: Re: [PATCH 5.005_*] Better parsing docs
13925      Branch: perl
13926            ! pod/perlop.pod
13927 ____________________________________________________________________________
13928 [  2918] By: gsar                                  on 1999/02/14  23:20:42
13929         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
13930              of silently returning bogus values)
13931              From: Peter Chines <pchines@nhgri.nih.gov>
13932              Date: Wed, 27 Jan 1999 16:11:31 -0500
13933              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
13934              Subject: Time::Local
13935      Branch: perl
13936            ! lib/Time/Local.pm pod/perldelta.pod
13937 ____________________________________________________________________________
13938 [  2917] By: gsar                                  on 1999/02/14  11:21:43
13939         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13940              Date: Thu, 28 Jan 1999 10:02:20 -0500
13941              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
13942              Subject: Re: [PATCH 5.005_53] Better perldoc
13943      Branch: perl
13944            ! utils/perldoc.PL
13945 ____________________________________________________________________________
13946 [  2916] By: gsar                                  on 1999/02/14  10:59:38
13947         Log: back out change#2751, apply updated version 
13948              From: jan.dubois@ibm.net (Jan Dubois)
13949              Date: Sat, 06 Feb 1999 01:06:29 +0100
13950              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
13951              Subject: [PATCH] Cleanup of File::Spec module
13952      Branch: perl
13953            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
13954            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13955            ! lib/File/Spec/Win32.pm
13956 ____________________________________________________________________________
13957 [  2915] By: gsar                                  on 1999/02/14  10:48:01
13958         Log: tweak select() test
13959      Branch: perl
13960            ! pod/perlipc.pod t/op/fh.t
13961 ____________________________________________________________________________
13962 [  2914] By: gsar                                  on 1999/02/14  10:25:55
13963         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
13964      Branch: perl
13965            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
13966 ____________________________________________________________________________
13967 [  2913] By: gsar                                  on 1999/02/14  10:03:51
13968         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
13969              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
13970              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
13971              Subject: Re: SvOPV() or SvPV_nolen() or ...
13972      Branch: perl
13973            ! pod/perlguts.pod
13974 ____________________________________________________________________________
13975 [  2912] By: gsar                                  on 1999/02/14  09:57:29
13976         Log: provide SvPV_nolen(sv) to avoid use of PL_na
13977              From: jan.dubois@ibm.net (Jan Dubois)
13978              Date: Sun, 24 Jan 1999 02:45:32 +0100
13979              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
13980              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
13981      Branch: perl
13982            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
13983            ! sv.h
13984 ____________________________________________________________________________
13985 [  2911] By: gsar                                  on 1999/02/14  06:51:05
13986         Log: elide stray effluvium
13987      Branch: perl
13988            ! pod/perldelta.pod
13989 ____________________________________________________________________________
13990 [  2910] By: gsar                                  on 1999/02/14  05:51:56
13991         Log: slurping an empty file should return '' rather than undef, with
13992              commensurate effects on ARGV processing
13993      Branch: perl
13994            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
13995            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
13996 ____________________________________________________________________________
13997 [  2909] By: gsar                                  on 1999/02/14  00:02:11
13998         Log: perly_c.diff typo
13999      Branch: perl
14000            ! perly.c perly_c.diff vms/perly_c.vms
14001 ____________________________________________________________________________
14002 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14003         Log: From: jan.dubois@ibm.net (Jan Dubois)
14004              Date: Sat, 13 Feb 1999 13:25:53 +0100
14005              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14006              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14007      Branch: perl
14008            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14009 ____________________________________________________________________________
14010 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14011         Log: Integrate from mainperl.
14012      Branch: cfgperl
14013           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14014           !> (integrate 150 files)
14015 ____________________________________________________________________________
14016 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14017         Log: From: jan.dubois@ibm.net (Jan Dubois)
14018              Date: Sun, 24 Jan 1999 01:12:00 +0100
14019              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14020              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14021      Branch: perl
14022            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14023            ! proto.h sv.c sv.h
14024 ____________________________________________________________________________
14025 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14026         Log: script to generate ctags from etags
14027              From: Colin Kuskie <ckuskie@cadence.com>
14028              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14029              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14030              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14031      Branch: perl
14032            + emacs/e2ctags.pl
14033            ! Makefile.SH pod/perlfaq3.pod
14034 ____________________________________________________________________________
14035 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14036         Log: allow boolean assign ops to be lvalues
14037              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14038              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14039              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14040              --
14041              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14042              Date: Mon, 18 Jan 1999 10:04:00 +0000
14043              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14044              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14045      Branch: perl
14046            + t/op/lop.t
14047            ! MANIFEST op.c
14048 ____________________________________________________________________________
14049 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14050         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14051      Branch: cfgperl
14052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14053            ! config_h.SH hints/openbsd.sh
14054 ____________________________________________________________________________
14055 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14056         Log: support win32_putenv()
14057      Branch: perl
14058            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14059            ! win32/win32.c win32/win32iop.h
14060 ____________________________________________________________________________
14061 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14062         Log: add missing hunk in change#2657
14063      Branch: perl
14064            ! ext/B/B/CC.pm
14065 ____________________________________________________________________________
14066 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14067         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14068              Date: Tue, 19 Jan 1999 20:13:15 -0500
14069              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14070              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14071      Branch: perl
14072            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14073            ! t/pragma/subs.t t/pragma/warning.t
14074 ____________________________________________________________________________
14075 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14076         Log: update change#2670 to later version
14077              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14078              Date: Sun, 31 Jan 1999 16:16:14 +0000
14079              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14080              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14081      Branch: perl
14082            ! t/op/subst.t toke.c
14083 ____________________________________________________________________________
14084 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14085         Log: make testsuite somewhat location independent
14086      Branch: perl
14087            ! (edit 117 files)
14088 ____________________________________________________________________________
14089 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14090         Log: add $AutoLoader::VERSION
14091      Branch: perl
14092            ! lib/AutoLoader.pm
14093 ____________________________________________________________________________
14094 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14095         Log: tweak PERL_STRICT_CR notes
14096      Branch: perl
14097            ! pod/perl5005delta.pod
14098 ____________________________________________________________________________
14099 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14100         Log: add note about test-notty target
14101      Branch: perl
14102            ! README.win32
14103 ____________________________________________________________________________
14104 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14105         Log: add perltodo.pod
14106      Branch: perl
14107            + pod/perltodo.pod
14108            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14109            ! win32/pod.mak
14110 ____________________________________________________________________________
14111 [  2886] By: jhi                                   on 1999/02/12  08:52:14
14112         Log: Integrate from mainperl.
14113      Branch: cfgperl
14114           +> t/op/fh.t
14115           !> (integrate 30 files)
14116 ____________________________________________________________________________
14117 [  2885] By: gsar                                  on 1999/02/12  08:42:10
14118         Log: note how to find REG_INFTY limit
14119      Branch: perl
14120            ! pod/perlre.pod
14121 ____________________________________________________________________________
14122 [  2884] By: jhi                                   on 1999/02/12  08:36:14
14123         Log: OpenBSD pthreads awareness, thanks to
14124              David Leonard <david.leonard@csee.uq.edu.au>
14125      Branch: maint-5.005/perl
14126            ! Configure hints/openbsd.sh
14127 ____________________________________________________________________________
14128 [  2882] By: gsar                                  on 1999/02/12  08:05:20
14129         Log: IO is maintained by p5p (per Graham Barr's wishes)
14130      Branch: perl
14131            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
14132            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
14133            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14134            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14135 ____________________________________________________________________________
14136 [  2881] By: gsar                                  on 1999/02/12  07:57:13
14137         Log: fh.t typo
14138      Branch: perl
14139            ! t/op/fh.t
14140 ____________________________________________________________________________
14141 [  2880] By: gsar                                  on 1999/02/12  07:38:16
14142         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
14143      Branch: perl
14144            ! perl.c pod/perlrun.pod
14145 ____________________________________________________________________________
14146 [  2879] By: gsar                                  on 1999/02/12  05:39:29
14147         Log: fix ops that are not filehandle constructors to not create GV if it
14148              doesn't already exist (avoids leaks); extend semantics of defined()
14149              so that defined(*{$foo}) works (experimental)
14150      Branch: perl
14151            + t/op/fh.t
14152            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
14153            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
14154 ____________________________________________________________________________
14155 [  2877] By: jhi                                   on 1999/02/11  20:44:00
14156         Log: From: Chris Nandor <pudge@pobox.com>
14157              To: perl5-porters@perl.org
14158              Subject: [PATCH] perlport.pod 1.39
14159              Date: Thu, 11 Feb 1999 12:28:35 -0500
14160              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
14161      Branch: cfgperl
14162            ! pod/perlport.pod
14163 ____________________________________________________________________________
14164 [  2870] By: gsar                                  on 1999/02/11  11:17:08
14165         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
14166      Branch: perl
14167            ! ext/IO/lib/IO/Pipe.pm
14168 ____________________________________________________________________________
14169 [  2869] By: gsar                                  on 1999/02/11  11:00:56
14170         Log: update win32/pod.mak
14171      Branch: perl
14172            ! win32/pod.mak
14173 ____________________________________________________________________________
14174 [  2868] By: gsar                                  on 1999/02/11  10:42:44
14175         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
14176              Date: Fri, 08 Jan 1999 14:36:53 +1100
14177              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
14178              Subject: Re: [Fwd: IO::Socket::connect and blocking]
14179      Branch: perl
14180            ! ext/IO/lib/IO/Socket.pm
14181 ____________________________________________________________________________
14182 [  2867] By: gsar                                  on 1999/02/11  09:43:03
14183         Log: av_extend() doc tweak from Jan Dubois
14184      Branch: perl
14185            ! pod/perlguts.pod
14186 ____________________________________________________________________________
14187 [  2866] By: gsar                                  on 1999/02/11  09:27:17
14188         Log: display full pathname of unreadable files
14189      Branch: perl
14190            ! utils/perldoc.PL
14191 ____________________________________________________________________________
14192 [  2865] By: gsar                                  on 1999/02/11  09:02:31
14193         Log: missing patch in change#2522
14194      Branch: perl
14195            ! lib/Pod/Text.pm
14196 ____________________________________________________________________________
14197 [  2864] By: jhi                                   on 1999/02/11  08:45:00
14198         Log: From: Spider Boardman <spider@zk3.dec.com>
14199              To: perlbug@perl.com
14200              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14201              Date: Wed, 10 Feb 1999 23:33:31 -0500
14202              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14203      Branch: maint-5.005/perl
14204            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14205 ____________________________________________________________________________
14206 [  2862] By: gsar                                  on 1999/02/11  08:14:34
14207         Log: integrate changes#2738,2740 from maint-5.005
14208      Branch: perl
14209           !> lib/ExtUtils/MakeMaker.pm
14210 ____________________________________________________________________________
14211 [  2861] By: jhi                                   on 1999/02/11  08:04:25
14212         Log: Integrate from mainperl.
14213      Branch: cfgperl
14214           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
14215           !> t/op/range.t win32/config.gc
14216 ____________________________________________________________________________
14217 [  2860] By: gsar                                  on 1999/02/11  07:30:08
14218         Log: binmode() support for cygwin32 (suggested by Steven Morlock
14219              <newspost@morlock.net>)
14220      Branch: perl
14221            ! perl.h
14222 ____________________________________________________________________________
14223 [  2859] By: gsar                                  on 1999/02/11  07:14:21
14224         Log: update Changes
14225      Branch: perl
14226            ! Changes
14227           !> pod/perl5005delta.pod
14228 ____________________________________________________________________________
14229 [  2856] By: gsar                                  on 1999/02/11  07:07:39
14230         Log: integrate perldelta changes from maint-5.005
14231      Branch: perl
14232           !> pod/perl5005delta.pod
14233 ____________________________________________________________________________
14234 [  2855] By: gsar                                  on 1999/02/11  06:31:50
14235         Log: applied suggested patch; added tests
14236              From: Adam Krolnik <adamk@gypsy.cyrix.com>
14237              Date: Sat, 12 Dec 98 15:30:18 -0600
14238              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
14239              Subject: Range operation doesn't handle IV_MAX
14240      Branch: perl
14241            ! pp_ctl.c t/op/range.t
14242 ____________________________________________________________________________
14243 [  2854] By: gsar                                  on 1999/02/11  05:00:55
14244         Log: compatibility fix: magic non-propagation in foreach implicit localization
14245      Branch: perl
14246            ! pp_ctl.c t/op/local.t win32/config.gc
14247 ____________________________________________________________________________
14248 [  2852] By: gsar                                  on 1999/02/10  23:17:49
14249         Log: fair warning about -Dusethreads
14250      Branch: maint-5.005/perl
14251            ! Configure INSTALL README.threads
14252 ____________________________________________________________________________
14253 [  2847] By: jhi                                   on 1999/02/09  19:13:28
14254         Log: Integrate from mainperl.
14255      Branch: cfgperl
14256           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
14257           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
14258 ____________________________________________________________________________
14259 [  2846] By: gsar                                  on 1999/02/09  13:53:28
14260         Log: a modified version of suggested patch for pack template 'Z'; added docs
14261              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
14262              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
14263              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
14264              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
14265      Branch: perl
14266            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
14267 ____________________________________________________________________________
14268 [  2845] By: gsar                                  on 1999/02/09  00:03:26
14269         Log: clarify docs for change#2835
14270      Branch: perl
14271            ! pod/perldelta.pod pod/perlop.pod
14272 ____________________________________________________________________________
14273 [  2844] By: gsar                                  on 1999/02/08  23:40:57
14274         Log: addendum to change#2823
14275              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14276              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
14277              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
14278              Subject: [PATCH] Docs and tests for method-call syntax
14279      Branch: perl
14280            ! pod/perlobj.pod t/op/method.t
14281 ____________________________________________________________________________
14282 [  2843] By: jhi                                   on 1999/02/08  21:06:28
14283         Log: Ultrix mmap tidbit.
14284      Branch: cfgperl
14285            ! hints/ultrix_4.sh
14286 ____________________________________________________________________________
14287 [  2842] By: jhi                                   on 1999/02/08  20:22:55
14288         Log: Integrate from mainperl.
14289      Branch: cfgperl
14290           +> t/op/subst_wamp.t
14291           !> (integrate 35 files)
14292 ____________________________________________________________________________
14293 [  2841] By: jhi                                   on 1999/02/08  18:23:26
14294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14295              To: Mailing list Perl5 <perl5-porters@perl.org>
14296              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14297              Date: Sun, 7 Feb 1999 17:25:22 -0500
14298              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14299      Branch: cfgperl
14300            + t/op/subst_amp.t
14301            ! MANIFEST regcomp.c t/op/subst.t
14302 ____________________________________________________________________________
14303 [  2840] By: jhi                                   on 1999/02/08  18:16:54
14304         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14305              To: Mailing list Perl5 <perl5-porters@perl.org>
14306              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14307              Date: Sun, 7 Feb 1999 17:00:10 -0500
14308              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14309      Branch: cfgperl
14310            ! pp_hot.c t/op/pat.t
14311 ____________________________________________________________________________
14312 [  2839] By: jhi                                   on 1999/02/08  17:25:30
14313         Log: A require was missing.
14314      Branch: cfgperl
14315            ! t/lib/h2ph.pht
14316 ____________________________________________________________________________
14317 [  2838] By: jhi                                   on 1999/02/08  16:38:41
14318         Log: Bring in the change #2809 (the Configure part has been
14319              modified rather a lot since the #2809, though.)
14320      Branch: cfgperl
14321            ! Configure utils/h2ph.PL
14322 ____________________________________________________________________________
14323 [  2835] By: gsar                                  on 1999/02/08  14:40:23
14324         Log: make qw() into a true list at compile time (slightly modified
14325              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
14326      Branch: perl
14327            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
14328 ____________________________________________________________________________
14329 [  2834] By: gsar                                  on 1999/02/08  13:23:16
14330         Log: make safesysmalloc() etc., always available; safemalloc() et al are
14331              now macros that point to the right malloc; fix various places in
14332              sources that need to always use safesysmalloc() et al
14333      Branch: perl
14334            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
14335            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
14336 ____________________________________________________________________________
14337 [  2833] By: gsar                                  on 1999/02/08  10:56:16
14338         Log: remove spurious #endif in last change
14339      Branch: perl
14340            ! perl.h
14341 ____________________________________________________________________________
14342 [  2832] By: gsar                                  on 1999/02/08  10:34:55
14343         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
14344              them ask for insanity (untested)
14345      Branch: perl
14346            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
14347            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
14348            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
14349 ____________________________________________________________________________
14350 [  2831] By: jhi                                   on 1999/02/08  08:33:33
14351         Log: Update vms/subconfigure.com along the lines of change #2829.
14352      Branch: cfgperl
14353            ! vms/subconfigure.com
14354 ____________________________________________________________________________
14355 [  2830] By: gsar                                  on 1999/02/08  00:19:46
14356         Log: integrate cfgperl changes into mainline
14357      Branch: perl
14358           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
14359           +> lib/File/PathConvert.pm pod/perlthrtut.pod
14360            ! Changes
14361           !> (integrate 93 files)
14362 ____________________________________________________________________________
14363 [  2829] By: jhi                                   on 1999/02/07  23:49:46
14364         Log: Configure update.
14365              
14366              Probe for mmap() et alia.
14367              The *cc*symbols patch (just Configure, no h2ph).
14368      Branch: cfgperl
14369            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14370            ! config_h.SH perl.h
14371 ____________________________________________________________________________
14372 [  2828] By: gsar                                  on 1999/02/07  23:38:47
14373         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14374              Date: Sun, 7 Feb 1999 17:25:22 -0500
14375              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
14376              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
14377      Branch: perl
14378            + t/op/subst_amp.t t/op/subst_wamp.t
14379            ! MANIFEST regcomp.c t/op/subst.t
14380 ____________________________________________________________________________
14381 [  2827] By: gsar                                  on 1999/02/07  23:27:32
14382         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14383              Date: Sun, 7 Feb 1999 17:00:10 -0500
14384              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
14385              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
14386      Branch: perl
14387            ! pp_hot.c t/op/pat.t
14388 ____________________________________________________________________________
14389 [  2826] By: gsar                                  on 1999/02/07  23:26:04
14390         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
14391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14392              Date: Sun, 7 Feb 1999 15:07:27 -0500
14393              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
14394              Subject: Re: fixing memory leaks in REx compilation
14395      Branch: perl
14396            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
14397            ! regexec.c
14398 ____________________________________________________________________________
14399 [  2825] By: jhi                                   on 1999/02/07  18:05:13
14400         Log: Integrate from mainperl.
14401      Branch: cfgperl
14402           +> lib/DB.pm t/comp/bproto.t
14403           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
14404           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
14405           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
14406           !> toke.c vms/perly_c.vms
14407 ____________________________________________________________________________
14408 [  2824] By: gsar                                  on 1999/02/07  14:21:48
14409         Log: tweak doc on bitwise ops
14410      Branch: perl
14411            ! pod/perlop.pod
14412 ____________________________________________________________________________
14413 [  2823] By: gsar                                  on 1999/02/07  13:38:31
14414         Log: applied suggested patch; regen perly* and vms/perly*
14415              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14416              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
14417              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
14418              Subject: [PATCH] Re: Suggestion for perlobj man page
14419      Branch: perl
14420            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
14421 ____________________________________________________________________________
14422 [  2822] By: gsar                                  on 1999/02/07  12:39:09
14423         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
14424              disabled, fails tests)
14425      Branch: perl
14426            ! regcomp.h
14427 ____________________________________________________________________________
14428 [  2821] By: gsar                                  on 1999/02/07  11:09:39
14429         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
14430              <Alexander.Barilo@aexp.com>)
14431      Branch: perl
14432            ! lib/Pod/Html.pm
14433 ____________________________________________________________________________
14434 [  2820] By: gsar                                  on 1999/02/07  10:20:35
14435         Log: add draft debugging API implementation
14436      Branch: perl
14437            + lib/DB.pm
14438            ! MANIFEST
14439 ____________________________________________________________________________
14440 [  2819] By: gsar                                  on 1999/02/07  09:58:45
14441         Log: avoid garbage in db->dirbuf
14442              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
14443              Date: Sat, 05 Dec 1998 14:14:54 +0900
14444              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
14445              Subject: SDBM bug
14446      Branch: perl
14447            ! ext/SDBM_File/sdbm/sdbm.c
14448 ____________________________________________________________________________
14449 [  2818] By: gsar                                  on 1999/02/07  09:32:24
14450         Log: missing entry
14451      Branch: perl
14452            ! MANIFEST
14453 ____________________________________________________________________________
14454 [  2817] By: gsar                                  on 1999/02/07  09:30:47
14455         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
14456      Branch: perl
14457            + t/comp/bproto.t
14458            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14459 ____________________________________________________________________________
14460 [  2816] By: gsar                                  on 1999/02/06  00:14:29
14461         Log: minor bug in dumping blessed subrefs
14462      Branch: perl
14463            ! ext/Data/Dumper/Dumper.pm
14464 ____________________________________________________________________________
14465 [  2812] By: jhi                                   on 1999/02/03  22:02:24
14466         Log: Enhance change #2808.
14467              
14468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14469              To: perl5-porters@perl.org
14470              Subject: Re: [PATCH 5.00*]: perlbug checklist
14471              Date: Wed, 3 Feb 1999 19:02:27 +0000
14472              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
14473      Branch: cfgperl
14474            ! utils/perlbug.PL
14475 ____________________________________________________________________________
14476 [  2811] By: jhi                                   on 1999/02/03  21:53:23
14477         Log: From: Barrie Slaymaker <rbs@telerama.com>
14478              To: perl5-porters@perl.org
14479              CC: pod-people@perl.org
14480              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
14481              Date: Wed, 03 Feb 1999 10:34:18 -0500
14482              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
14483              
14484              Add File::PathConvert.pm.
14485              Fix Pod::Html and installhtml to understand relative urls.
14486      Branch: cfgperl
14487            + lib/File/PathConvert.pm
14488            ! MANIFEST installhtml lib/Pod/Html.pm
14489 ____________________________________________________________________________
14490 [  2810] By: jhi                                   on 1999/02/03  20:25:10
14491         Log: From: Francois Desarmenien <desar@club-internet.fr>
14492              To: Mailing list Perl5 <perl5-porters@perl.org>
14493              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
14494              Date: Wed, 03 Feb 1999 13:13:24 +0000
14495              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
14496              
14497              (note: this patch completely overrides Tom Wolfe's patch,
14498              change #2604)
14499      Branch: cfgperl
14500            + ext/GDBM_File/hints/sco.pl
14501            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
14502 ____________________________________________________________________________
14503 [  2809] By: jhi                                   on 1999/02/03  19:54:16
14504         Log: h2ph fixes + Configure patch to support them.
14505              
14506              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14507              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
14508              Gurusamy Sarathy <gsar@engin.umich.edu>
14509              Cc: perl5-porters@perl.org
14510              Subject: [PATCH 5.00503_MT5] h2ph.PL
14511              Date: Tue, 2 Feb 1999 19:48:06 -0500
14512              Message-ID: <19990202194806.E10647@O2.chapin.edu>
14513      Branch: maint-5.005/perl
14514            ! Configure utils/h2ph.PL
14515 ____________________________________________________________________________
14516 [  2808] By: jhi                                   on 1999/02/03  16:59:55
14517         Log: Enhance the perlbug checklist.
14518      Branch: cfgperl
14519            ! utils/perlbug.PL
14520 ____________________________________________________________________________
14521 [  2807] By: jhi                                   on 1999/02/03  14:01:37
14522         Log: Document the standard strftime %formats.
14523              
14524              From: Dominic Dunlop <domo@vo.lu>
14525              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
14526              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
14527              Date: Tue, 2 Feb 1999 15:55:29 +0100
14528              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
14529      Branch: cfgperl
14530            ! ext/POSIX/POSIX.pod
14531 ____________________________________________________________________________
14532 [  2806] By: jhi                                   on 1999/02/03  13:58:00
14533         Log: Integrate from mainperl.
14534      Branch: cfgperl
14535           !> perl.h
14536 ____________________________________________________________________________
14537 [  2805] By: gsar                                  on 1999/02/03  03:32:31
14538         Log: PL_uuemap[] init needs help for sizeof()
14539      Branch: perl
14540            ! perl.h
14541 ____________________________________________________________________________
14542 [  2804] By: jhi                                   on 1999/02/02  20:44:30
14543         Log: These should've been already in #2803.
14544      Branch: cfgperl
14545            ! Configure config_h.SH vms/subconfigure.com
14546 ____________________________________________________________________________
14547 [  2803] By: jhi                                   on 1999/02/02  20:38:45
14548         Log: telldir prototype issue, from mists of time...
14549      Branch: cfgperl
14550            ! hints/netbsd.sh pp_sys.c
14551 ____________________________________________________________________________
14552 [  2801] By: jhi                                   on 1999/02/02  17:40:14
14553         Log: From: John Bley <jbb6@acpub.duke.edu>
14554              To: perlbug@perl.org
14555              Subject: [PATCH]5.005_54 (DOC) fix minor typos
14556              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
14557              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
14558      Branch: cfgperl
14559            ! pod/perlre.pod
14560 ____________________________________________________________________________
14561 [  2800] By: jhi                                   on 1999/02/02  17:26:49
14562         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
14563      Branch: cfgperl
14564            ! Todo-5.005
14565 ____________________________________________________________________________
14566 [  2799] By: jhi                                   on 1999/02/02  17:18:51
14567         Log: Update FindBin from maint-5.005.
14568      Branch: cfgperl
14569            ! lib/FindBin.pm
14570 ____________________________________________________________________________
14571 [  2798] By: jhi                                   on 1999/02/02  17:16:07
14572         Log: Fix typecasts in #2797
14573              
14574              From: "G. Del Merritt" <del@intranetics.com>
14575              Date: Fri, 29 Jan 1999 11:47:25 -0700
14576              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
14577              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
14578      Branch: cfgperl
14579            ! ext/POSIX/POSIX.xs
14580 ____________________________________________________________________________
14581 [  2797] By: jhi                                   on 1999/02/02  17:14:37
14582         Log: From: Ted Law <tedlaw@cibcwg.com>
14583              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
14584              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
14585              Subject: POSIX::strftime buffer overflow problem
14586      Branch: cfgperl
14587            ! ext/POSIX/POSIX.xs
14588 ____________________________________________________________________________
14589 [  2796] By: jhi                                   on 1999/02/02  17:13:23
14590         Log: Do not use File::Slurp.
14591      Branch: cfgperl
14592            ! t/lib/textfill.t
14593 ____________________________________________________________________________
14594 [  2795] By: jhi                                   on 1999/02/02  17:11:48
14595         Log: perlhist update from maint-5.005.
14596      Branch: cfgperl
14597            ! pod/perlhist.pod
14598 ____________________________________________________________________________
14599 [  2794] By: jhi                                   on 1999/02/02  17:10:33
14600         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
14601      Branch: cfgperl
14602            ! ext/POSIX/POSIX.pm
14603 ____________________________________________________________________________
14604 [  2793] By: jhi                                   on 1999/02/02  17:08:39
14605         Log: Missed the html test from change #2787. 
14606      Branch: cfgperl
14607            ! t/lib/cgi-html.t
14608 ____________________________________________________________________________
14609 [  2792] By: jhi                                   on 1999/02/02  17:01:24
14610         Log: Update Getopt::Long to 2.19.
14611      Branch: cfgperl
14612            ! lib/Getopt/Long.pm
14613 ____________________________________________________________________________
14614 [  2791] By: jhi                                   on 1999/02/02  16:59:13
14615         Log: overload syntax is no longer experimental
14616      Branch: cfgperl
14617            ! lib/overload.pm
14618 ____________________________________________________________________________
14619 [  2789] By: jhi                                   on 1999/02/02  16:47:50
14620         Log: Still doc fixes.
14621      Branch: cfgperl
14622            ! lib/diagnostics.pm
14623 ____________________________________________________________________________
14624 [  2788] By: jhi                                   on 1999/02/02  16:47:07
14625         Log: Doc fixes.
14626      Branch: cfgperl
14627            ! lib/CGI.pm lib/diagnostics.pm
14628 ____________________________________________________________________________
14629 [  2787] By: jhi                                   on 1999/02/02  16:38:55
14630         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
14631              where applicable).
14632      Branch: cfgperl
14633            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
14634            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
14635            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
14636            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
14637            ! eg/cgi/frameset.cgi eg/cgi/index.html
14638            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
14639            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
14640            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
14641            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
14642            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14643            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
14644 ____________________________________________________________________________
14645 [  2786] By: jhi                                   on 1999/02/02  16:17:52
14646         Log: Update CPAN to 1.47.
14647      Branch: cfgperl
14648            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14649 ____________________________________________________________________________
14650 [  2785] By: jhi                                   on 1999/02/02  16:09:03
14651         Log: From: Mark-Jason Dominus <mjd@plover.com>
14652              Date: Sat, 16 Jan 1999 17:22:06 -0500
14653              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
14654              Message-ID: <19990116222206.3674.qmail@plover.com>
14655      Branch: cfgperl
14656            ! pod/perlsub.pod
14657 ____________________________________________________________________________
14658 [  2784] By: jhi                                   on 1999/02/02  16:01:31
14659         Log: Fix incorrect "used only once" warnings
14660              
14661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14662              Date: Fri, 8 Jan 1999 04:37:10 -0500
14663              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
14664              Subject: Re: change#965 flakiness
14665      Branch: cfgperl
14666            ! gv.c
14667 ____________________________________________________________________________
14668 [  2783] By: jhi                                   on 1999/02/02  15:50:38
14669         Log: perldelta updates.
14670      Branch: cfgperl
14671            ! pod/perldelta.pod
14672 ____________________________________________________________________________
14673 [  2782] By: jhi                                   on 1999/02/02  14:28:26
14674         Log: Mirror change #2781.
14675      Branch: cfgperl
14676            ! hints/linux.sh
14677 ____________________________________________________________________________
14678 [  2781] By: jhi                                   on 1999/02/02  14:27:01
14679         Log: Update the MkLinux note.
14680      Branch: maint-5.005/perl
14681            ! hints/linux.sh
14682 ____________________________________________________________________________
14683 [  2780] By: jhi                                   on 1999/02/02  14:10:59
14684         Log: Update todo.
14685      Branch: cfgperl
14686            ! Todo-5.005
14687 ____________________________________________________________________________
14688 [  2779] By: jhi                                   on 1999/02/02  14:00:25
14689         Log: Integrate from mainperl.
14690      Branch: cfgperl
14691            ! t/lib/textfill.t t/lib/textwrap.t
14692           !> (integrate 32 files)
14693 ____________________________________________________________________________
14694 [  2778] By: jhi                                   on 1999/02/02  13:56:23
14695         Log: VMS update, applicable parts of
14696              
14697              From: Dan Sugalski <sugalskd@osshe.edu>
14698              To: perl5-porters@perl.org
14699              Subject: [PATCH 5.005_03MT3]VMS configure tweak
14700              Date: Wed, 20 Jan 1999 12:05:18 -0800
14701              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
14702              
14703              From: Dan Sugalski <sugalskd@osshe.edu>
14704              To: perlbug@perl.com, vmsperl@perl.org
14705              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
14706              Date: Tue, 26 Jan 1999 14:40:38 -0800
14707              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
14708              
14709              From: Dan Sugalski <sugalskd@osshe.edu>
14710              To: perl5-porters@perl.org, vmsperl@perl.org
14711              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
14712              Date: Tue, 26 Jan 1999 14:55:29 -0800
14713              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
14714      Branch: cfgperl
14715            ! vms/ext/Stdio/test.pl vms/subconfigure.com
14716 ____________________________________________________________________________
14717 [  2777] By: jhi                                   on 1999/02/02  13:43:24
14718         Log: Synch usethreads parts from maint-5.005.
14719      Branch: cfgperl
14720            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
14721            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
14722            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
14723            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
14724 ____________________________________________________________________________
14725 [  2776] By: jhi                                   on 1999/02/02  13:17:16
14726         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
14727      Branch: cfgperl
14728            ! Makefile.SH hints/freebsd.sh
14729 ____________________________________________________________________________
14730 [  2774] By: jhi                                   on 1999/02/02  13:10:39
14731         Log: Add perlthrtut, update pod/* machinery.
14732              (a pod/Makefile.SH is sorely needed)
14733      Branch: cfgperl
14734            + pod/perlthrtut.pod
14735            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
14736 ____________________________________________________________________________
14737 [  2773] By: jhi                                   on 1999/02/02  12:54:24
14738         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14739              To: perl5-porters@perl.org
14740              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
14741              Date: Tue, 26 Jan 1999 22:25:07 +0000
14742              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
14743      Branch: cfgperl
14744            ! pod/perlguts.pod
14745 ____________________________________________________________________________
14746 [  2771] By: jhi                                   on 1999/02/02  12:47:34
14747         Log: Use perlbug instead of personal email address.
14748      Branch: cfgperl
14749            ! Configure
14750 ____________________________________________________________________________
14751 [  2770] By: jhi                                   on 1999/02/02  12:42:06
14752         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14753              
14754              From: "G. Del Merritt" <del@intranetics.com>
14755              To: perlbug@perl.com
14756              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14757              Date: Tue, 26 Jan 1999 12:09:09 -0700
14758              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14759      Branch: cfgperl
14760            ! iperlsys.h
14761 ____________________________________________________________________________
14762 [  2769] By: jhi                                   on 1999/02/02  12:37:57
14763         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14764              To: Mailing list Perl5 <perl5-porters@perl.org>
14765              Subject: [PATCH 5.005_*] OS/2 threads
14766              Date: Tue, 26 Jan 1999 13:39:46 -0500
14767              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
14768      Branch: cfgperl
14769            ! os2/os2ish.h
14770 ____________________________________________________________________________
14771 [  2768] By: jhi                                   on 1999/02/02  12:36:16
14772         Log: Apply change #2711 from maint-5.005:
14773              
14774              make ok", "make okfile", and "make nok" were broken
14775              with -Duseshrplib, because of a shared typo.
14776              
14777              From: Spider Boardman <spider@web.zk3.dec.com>
14778              To: perlbug@perl.com
14779              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
14780              Date: Wed, 27 Jan 1999 12:27:15 -0500
14781              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
14782      Branch: cfgperl
14783            ! Makefile.SH
14784 ____________________________________________________________________________
14785 [  2766] By: jhi                                   on 1999/02/02  12:27:08
14786         Log: Make Configure use "int main()" instead of bare "main()".
14787              Like maint-5.005 change #2703 but now via metaconfig.
14788      Branch: cfgperl
14789            ! Configure
14790 ____________________________________________________________________________
14791 [  2765] By: jhi                                   on 1999/02/02  11:59:30
14792         Log: Undo part of change #2562.
14793      Branch: cfgperl
14794            ! Configure
14795 ____________________________________________________________________________
14796 [  2764] By: jhi                                   on 1999/02/02  11:52:39
14797         Log: NetBSD synch with maint-5.005.
14798      Branch: cfgperl
14799            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
14800 ____________________________________________________________________________
14801 [  2763] By: jhi                                   on 1999/02/02  11:44:07
14802         Log: $Config{installusrbinperl}
14803              (maint-5.005 changes #2614 and #2709)
14804      Branch: cfgperl
14805            ! Configure installperl
14806 ____________________________________________________________________________
14807 [  2762] By: jhi                                   on 1999/02/02  11:29:13
14808         Log: Errno update from maint-5.005 (changes #2583, #2710).
14809      Branch: cfgperl
14810            ! Configure ext/Errno/Errno_pm.PL
14811 ____________________________________________________________________________
14812 [  2759] By: jhi                                   on 1999/02/02  10:53:20
14813         Log: Update Trig.pm from maint-5.005.
14814      Branch: cfgperl
14815            ! lib/Math/Trig.pm
14816 ____________________________________________________________________________
14817 [  2757] By: jhi                                   on 1999/02/02  10:41:26
14818         Log: MPE/iX update (mirror maint-5.005 change #2715)
14819      Branch: cfgperl
14820            ! hints/mpeix.sh mpeix/relink
14821 ____________________________________________________________________________
14822 [  2756] By: jhi                                   on 1999/02/02  10:38:08
14823         Log: BeOS update (Mirror maint-5.005 change #2727).
14824      Branch: cfgperl
14825            + ext/DynaLoader/dl_beos.xs
14826            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14827            ! lib/ExtUtils/MM_Unix.pm
14828 ____________________________________________________________________________
14829 [  2754] By: gsar                                  on 1999/02/02  08:52:13
14830         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
14831      Branch: perl
14832            ! Porting/pumpkin.pod Todo Todo-5.005
14833 ____________________________________________________________________________
14834 [  2753] By: gsar                                  on 1999/02/02  08:46:21
14835         Log: Todo tweaks
14836      Branch: perl
14837            ! Todo Todo-5.005
14838 ____________________________________________________________________________
14839 [  2752] By: jhi                                   on 1999/02/01  22:15:12
14840         Log: Add perlthrtut.pod.
14841              
14842              From: Dan Sugalski <sugalskd@osshe.edu>
14843              To: perl5-porters@perl.org
14844              Subject: perlthrtut.pod
14845              Date: Mon, 01 Feb 1999 10:57:11 -0800
14846              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
14847      Branch: maint-5.005/perl
14848            + pod/perlthrtut.pod
14849            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
14850            ! pod/roffitall
14851 ____________________________________________________________________________
14852 [  2751] By: gsar                                  on 1999/02/01  07:28:05
14853         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
14854      Branch: perl
14855            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14856            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14857 ____________________________________________________________________________
14858 [  2750] By: gsar                                  on 1999/02/01  07:09:20
14859         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14860              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
14861              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
14862              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
14863      Branch: perl
14864            ! regexec.c
14865 ____________________________________________________________________________
14866 [  2749] By: gsar                                  on 1999/02/01  07:07:59
14867         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14868              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
14869              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
14870              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
14871      Branch: perl
14872            ! regexec.c
14873 ____________________________________________________________________________
14874 [  2748] By: gsar                                  on 1999/02/01  06:47:06
14875         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
14876              Date: Thu, 3 Dec 1998 15:10:17 -0500
14877              Message-Id: <199812032010.PAA09692@jik.shore.net>
14878              Subject: sample checksum code in "perlfunc" man page is wrong
14879      Branch: perl
14880            ! pod/perlfunc.pod
14881 ____________________________________________________________________________
14882 [  2747] By: gsar                                  on 1999/02/01  06:35:13
14883         Log: typos in Pod/Text.pm
14884              From: "Greg Chapman" <glc@well.com>
14885              Date: Tue, 1 Dec 1998 10:50:18 -0800
14886              Message-Id: <199812011849.KAA08816@smtp.well.com>
14887              Subject: Glitch in Pod::Text
14888      Branch: perl
14889            ! lib/Pod/Text.pm
14890 ____________________________________________________________________________
14891 [  2746] By: gsar                                  on 1999/02/01  06:27:35
14892         Log: various win32-ish changes merged from maint-5.005
14893      Branch: perl
14894            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
14895            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
14896            ! win32/Makefile win32/config.bc win32/config.vc
14897            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
14898            ! win32/win32.c
14899 ____________________________________________________________________________
14900 [  2745] By: gsar                                  on 1999/02/01  04:51:54
14901         Log: integrate cfgperl changes into mainline
14902      Branch: perl
14903           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
14904 ____________________________________________________________________________
14905 [  2744] By: gsar                                  on 1999/02/01  04:31:09
14906         Log: improved diagnostic on syntax errors at EOL
14907      Branch: perl
14908            ! toke.c
14909 ____________________________________________________________________________
14910 [  2743] By: gsar                                  on 1999/02/01  03:59:13
14911         Log: don't attempt connect() to bogus IP addresses
14912              From:    Graham Barr <gbarr@pobox.com>
14913              Date:    Sun, 31 Jan 1999 21:50:45 CST
14914              Message-Id: <19990131215045.A633@pobox.com>
14915      Branch: perl
14916            ! t/lib/io_multihomed.t
14917 ____________________________________________________________________________
14918 [  2742] By: gsar                                  on 1999/02/01  03:08:58
14919         Log: update Changes
14920      Branch: perl
14921            ! Changes pod/perldelta.pod
14922 ____________________________________________________________________________
14923 [  2740] By: gsar                                  on 1999/02/01  02:43:07
14924         Log: CAPI inheritance tweak and doc
14925      Branch: maint-5.005/perl
14926            ! lib/ExtUtils/MakeMaker.pm
14927 ____________________________________________________________________________
14928 [  2739] By: jhi                                   on 1999/01/31  18:31:54
14929         Log: Undo changes #2730 and #2731 and replace them
14930              with an extensively tested patch from
14931              Anton Berezin <tobez@plab.ku.dk> (via private email).
14932      Branch: maint-5.005/perl
14933            ! Makefile.SH hints/freebsd.sh
14934 ____________________________________________________________________________
14935 [  2738] By: gsar                                  on 1999/01/31  05:04:32
14936         Log: fix bogus CAPI inheritance from change#2541
14937      Branch: maint-5.005/perl
14938            ! lib/ExtUtils/MakeMaker.pm
14939 ____________________________________________________________________________
14940 [  2731] By: jhi                                   on 1999/01/29  14:33:12
14941         Log: FreeBSD version numbers can be like "2.2.8-release".
14942      Branch: maint-5.005/perl
14943            ! hints/freebsd.sh
14944 ____________________________________________________________________________
14945 [  2730] By: jhi                                   on 1999/01/29  12:40:38
14946         Log: FreeBSD hints iteration (hopefully convergent).
14947              usethreads: require at least FreeBSD 2.2.8.
14948              signal type: mirror change #2429 in cfgperl.
14949      Branch: maint-5.005/perl
14950            ! hints/freebsd.sh
14951 ____________________________________________________________________________
14952 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
14953         Log: From: Tom Spindler <dogcow@isi.net>
14954              Date: Thu, 28 Jan 1999 17:15:11 -0800
14955              Message-ID: <19990128171510.A11778@isi.net>
14956              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
14957      Branch: maint-5.005/perl
14958            + ext/DynaLoader/dl_beos.xs
14959            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
14960            ! lib/ExtUtils/MM_Unix.pm
14961 ____________________________________________________________________________
14962 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
14963         Log: Remove use of File::Slurp in t/lib/textfill.t
14964      Branch: maint-5.005/perl
14965            ! t/lib/textfill.t
14966 ____________________________________________________________________________
14967 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
14968         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
14969              Date: Wed, 27 Jan 1999 23:14:33 -0800
14970              Message-Id: <199901280714.XAA10176@activestate.com>
14971              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
14972      Branch: maint-5.005/perl
14973            ! win32/Makefile win32/makefile.mk
14974 ____________________________________________________________________________
14975 [  2720] By: gsar                                  on 1999/01/27  21:54:42
14976         Log: missing space while munging CCFLAGS for PERL_CAPI
14977      Branch: perl
14978            ! lib/ExtUtils/MM_Unix.pm
14979 ____________________________________________________________________________
14980 [  2718] By: jhi                                   on 1999/01/27  19:46:04
14981         Log: io/fs.t fails test #18 (sense of tests appears to have been
14982              changed incompletely; this patch just skips the test attached,
14983              a la test #17 preceding it).
14984              
14985              From: "G. Del Merritt" <del@intranetics.com>
14986              To: perlbug@perl.com
14987              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14988              Date: Tue, 26 Jan 1999 12:09:09 -0700
14989              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
14990      Branch: maint-5.005/perl
14991            ! t/io/fs.t
14992 ____________________________________________________________________________
14993 [  2717] By: jhi                                   on 1999/01/27  19:44:46
14994         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
14995              
14996              From: "G. Del Merritt" <del@intranetics.com>
14997              To: perlbug@perl.com
14998              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
14999              Date: Tue, 26 Jan 1999 12:09:09 -0700
15000              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15001      Branch: maint-5.005/perl
15002            ! iperlsys.h
15003 ____________________________________________________________________________
15004 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15005         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15006              To: perl5-porters@perl.org
15007              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15008              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15009              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15010      Branch: maint-5.005/perl
15011            ! hints/mpeix.sh mpeix/relink
15012 ____________________________________________________________________________
15013 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15014         Log: Errno fixes:
15015              
15016              From: Spider Boardman <spider@web.zk3.dec.com>
15017              To: perlbug@perl.com
15018              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15019              Date: Wed, 27 Jan 1999 12:27:15 -0500
15020              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15021              
15022              From: Spider Boardman <spider@web.zk3.dec.com>
15023              To: perlbug@perl.com
15024              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15025              Date: Wed, 27 Jan 1999 13:31:16 -0500
15026              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15027      Branch: maint-5.005/perl
15028            ! Configure ext/Errno/Errno_pm.PL
15029 ____________________________________________________________________________
15030 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15031         Log: Fix Configure installusrbinperl:
15032              
15033              From: Spider Boardman <spider@web.zk3.dec.com>
15034              To: jhi@iki.fi
15035              cc: perl5-porters@perl.org
15036              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15037              Date: Wed, 27 Jan 1999 13:03:35 -0500
15038              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15039      Branch: maint-5.005/perl
15040            ! Configure
15041 ____________________________________________________________________________
15042 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15043         Log: Add redef IO::Handle::* for setv?buf()
15044      Branch: maint-5.005/perl
15045            ! ext/POSIX/POSIX.pm
15046 ____________________________________________________________________________
15047 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15048         Log: Mention year-1900 and month 0..11.
15049      Branch: cfgperl
15050            ! lib/Time/Local.pm
15051 ____________________________________________________________________________
15052 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15053         Log: Document Configure -Uinstallusrbinperl.
15054      Branch: cfgperl
15055            ! INSTALL pod/perldelta.pod
15056 ____________________________________________________________________________
15057 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15058         Log: Use only xlc_r for usethreads.
15059      Branch: cfgperl
15060            ! hints/aix.sh
15061 ____________________________________________________________________________
15062 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15063         Log: integrate cfgperl changes into mainline
15064      Branch: perl
15065           +> lib/Exporter/Heavy.pm
15066           !> (integrate 65 files)
15067 ____________________________________________________________________________
15068 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15069         Log: better notes on 'make' on win32
15070      Branch: perl
15071            ! README.win32
15072 ____________________________________________________________________________
15073 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15074         Log: More de-cut-and-pastos.
15075      Branch: cfgperl
15076            ! hints/irix_6.sh hints/os2.sh
15077 ____________________________________________________________________________
15078 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15079         Log: usethreads.cbu cut-and-pasto.
15080      Branch: cfgperl
15081            ! hints/solaris_2.sh
15082 ____________________________________________________________________________
15083 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15084         Log: Better (I hope) LANGUAGE documentation.
15085      Branch: cfgperl
15086            ! pod/perllocale.pod
15087 ____________________________________________________________________________
15088 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15089         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15090              To: perl5-porters@perl.org
15091              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15092              Date: Wed, 20 Jan 1999 12:05:18 -0800
15093              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15094      Branch: cfgperl
15095            ! vms/subconfigure.com
15096 ____________________________________________________________________________
15097 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15098         Log: nosuid getmntent() branch.
15099      Branch: cfgperl
15100            ! perl.c perl.h
15101 ____________________________________________________________________________
15102 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15103         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15104      Branch: cfgperl
15105            ! Configure config_h.SH
15106 ____________________________________________________________________________
15107 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15108         Log: Fixup FindBin to use File::Spec
15109              
15110              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
15111              Date: Wed, 20 Jan 1999 18:51:57 +0000
15112              From: Paul Johnson <pjcj@transeda.com>
15113              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
15114      Branch: maint-5.005/perl
15115            ! lib/FindBin.pm
15116 ____________________________________________________________________________
15117 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
15118         Log: Fix win32 for Borland compiler and spaces in paths
15119              
15120              From: Gurusamy Sarathy <gsar@activestate.com>
15121              Date: Mon, 18 Jan 1999 20:33:17 -0800
15122              Message-Id: <199901190433.UAA03656@activestate.com>
15123              Subject: [PATCH] 5.005_03-trial3 win32 issues
15124      Branch: maint-5.005/perl
15125            ! README.win32 win32/Makefile win32/config_sh.PL
15126            ! win32/makefile.mk win32/runperl.c
15127 ____________________________________________________________________________
15128 [  2670] By: jhi                                   on 1999/01/21  16:12:38
15129         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15130              To: perl5-porters@perl.org
15131              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
15132              Date: Thu, 21 Jan 1999 12:08:01 +0000
15133              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
15134      Branch: cfgperl
15135            ! pod/perldiag.pod t/op/subst.t toke.c
15136 ____________________________________________________________________________
15137 [  2669] By: jhi                                   on 1999/01/21  16:11:46
15138         Log: To: perl5-porters@perl.org
15139              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
15140              From: Anton Berezin <tobez@plab.ku.dk>
15141              Date: 21 Jan 1999 17:07:28 +0100
15142              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
15143      Branch: cfgperl
15144            ! hints/freebsd.sh
15145 ____________________________________________________________________________
15146 [  2668] By: jhi                                   on 1999/01/21  15:38:34
15147         Log: Add Daniel Grisinger <dgris@dimensional.com>.
15148      Branch: cfgperl
15149            ! AUTHORS MAINTAIN
15150 ____________________________________________________________________________
15151 [  2667] By: jhi                                   on 1999/01/21  15:32:28
15152         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15153              To: Mailing list Perl5 <perl5-porters@perl.org>
15154              Subject: [PATCH 5.005_53] Lean Exporter.pm
15155              Date: Thu, 21 Jan 1999 03:25:23 -0500
15156              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
15157      Branch: cfgperl
15158            + lib/Exporter/Heavy.pm
15159            ! MANIFEST lib/Exporter.pm
15160 ____________________________________________________________________________
15161 [  2666] By: jhi                                   on 1999/01/21  15:24:10
15162         Log: From: "W. Phillip Moore" <wpm@ms.com>
15163              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
15164              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
15165              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
15166              Message-ID: <13988.46383.298992.97303@zappa>
15167      Branch: cfgperl
15168            ! lib/File/Path.pm
15169 ____________________________________________________________________________
15170 [  2665] By: jhi                                   on 1999/01/21  15:20:48
15171         Log: CPAN update (CPAN-1.44_54) from Andreas and
15172              jumbo doc patch from Abigail.
15173              
15174              From: abigail@fnx.com
15175              To: perl5-porters@perl.org (Perl Porters)
15176              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
15177              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
15178              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
15179              
15180              From: abigail@fnx.com
15181              To: perl5-porters@perl.org (Perl Porters)
15182              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
15183              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
15184              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
15185              
15186              From: abigail@fnx.com
15187              To: perl5-porters@perl.org (Perl Porters)
15188              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
15189              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
15190              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
15191              
15192              From: abigail@fnx.com
15193              To: perl5-porters@perl.org (Perl Porters)
15194              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
15195              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
15196              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
15197              
15198              From: abigail@fnx.com
15199              To: perl5-porters@perl.org (Perl Porters)
15200              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
15201              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
15202              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
15203              
15204              From: abigail@fnx.com
15205              To: perl5-porters@perl.org (Perl Porters)
15206              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
15207              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
15208              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
15209              
15210              From: abigail@fnx.com
15211              To: perl5-porters@perl.org (Perl Porters)
15212              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
15213              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
15214              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
15215              
15216              From: abigail@fnx.com
15217              To: perl5-porters@perl.org (Perl Porters)
15218              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
15219              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
15220              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
15221              
15222              From: abigail@fnx.com
15223              To: perl5-porters@perl.org (Perl Porters)
15224              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
15225              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
15226              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
15227              
15228              From: abigail@fnx.com
15229              To: perl5-porters@perl.org (Perl Porters)
15230              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
15231              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
15232              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
15233              
15234              From: abigail@fnx.com
15235              To: perl5-porters@perl.org (Perl Porters)
15236              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
15237              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
15238              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
15239              
15240              From: abigail@fnx.com
15241              To: perl5-porters@perl.org (Perl Porters)
15242              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
15243              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
15244              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
15245              
15246              From: abigail@fnx.com
15247              To: perl5-porters@perl.org (Perl Porters)
15248              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
15249              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
15250              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
15251      Branch: cfgperl
15252            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
15253            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15254            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
15255            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
15256 ____________________________________________________________________________
15257 [  2664] By: jhi                                   on 1999/01/21  14:47:43
15258         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15259              To: Mailing list Perl5 <perl5-porters@perl.org>
15260              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
15261              Date: Thu, 21 Jan 1999 03:58:29 -0500
15262              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
15263      Branch: cfgperl
15264            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
15265 ____________________________________________________________________________
15266 [  2663] By: jhi                                   on 1999/01/21  14:43:58
15267         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15268              To: Mailing list Perl5 <perl5-porters@perl.org>
15269              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
15270              Date: Thu, 21 Jan 1999 02:46:34 -0500
15271              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
15272      Branch: cfgperl
15273            ! ext/Errno/Errno_pm.PL
15274 ____________________________________________________________________________
15275 [  2662] By: jhi                                   on 1999/01/21  14:42:42
15276         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
15277              To: Francois Desarmenien <desar@club-internet.fr>
15278              Cc: Gurusamy Sarathy <gsar@activestate.com>,
15279              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
15280              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
15281              Date: 21 Jan 1999 00:17:35 -0700
15282              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
15283      Branch: cfgperl
15284            ! Porting/patching.pod
15285 ____________________________________________________________________________
15286 [  2661] By: jhi                                   on 1999/01/21  14:41:13
15287         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15288              To: Mailing list Perl5 <perl5-porters@perl.org>
15289              Subject: [PATCH 5.00*] makedepend
15290              Date: Thu, 21 Jan 1999 02:08:27 -0500
15291              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
15292      Branch: cfgperl
15293            ! makedepend.SH
15294 ____________________________________________________________________________
15295 [  2660] By: jhi                                   on 1999/01/21  14:36:45
15296         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15297              To: Mailing list Perl5 <perl5-porters@perl.org>
15298              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
15299              Date: Tue, 19 Jan 1999 20:06:45 -0500
15300              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
15301      Branch: cfgperl
15302            ! os2/Changes os2/os2.c
15303 ____________________________________________________________________________
15304 [  2657] By: jhi                                   on 1999/01/21  11:40:35
15305         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15306              To: perl5-porters@perl.org
15307              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
15308              Date: Mon, 18 Jan 1999 01:32:31 PST
15309              Message-ID: <19990118093231.18443.qmail@hotmail.com>
15310      Branch: cfgperl
15311            ! ext/B/B/CC.pm
15312 ____________________________________________________________________________
15313 [  2656] By: jhi                                   on 1999/01/21  11:35:34
15314         Log: From: Achim Bohnet <ach@mpe.mpg.de>
15315              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
15316              Date: Wed, 20 Jan 1999 20:25:53 +0100
15317              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
15318      Branch: cfgperl
15319            ! pp.c
15320 ____________________________________________________________________________
15321 [  2655] By: jhi                                   on 1999/01/21  10:46:01
15322         Log: Handle NIS (and NetInfo) more robustly.
15323      Branch: cfgperl
15324            ! t/op/grent.t t/op/pwent.t
15325 ____________________________________________________________________________
15326 [  2654] By: jhi                                   on 1999/01/21  10:17:20
15327         Log: Two-argument eaccess() of SCO.
15328      Branch: cfgperl
15329            ! pp_sys.c
15330 ____________________________________________________________________________
15331 [  2653] By: jhi                                   on 1999/01/21  08:53:14
15332         Log: -DNO_NOSUID_CHECK for those platforms which have no way
15333              of checking for nosuid but still want suidperl.
15334      Branch: cfgperl
15335            ! perl.c
15336 ____________________________________________________________________________
15337 [  2652] By: jhi                                   on 1999/01/21  08:22:50
15338         Log: The LANGUAGE mirrors LC_ALL usage.
15339      Branch: cfgperl
15340            ! Configure config_h.SH
15341 ____________________________________________________________________________
15342 [  2651] By: jhi                                   on 1999/01/20  22:01:21
15343         Log: I_MNTENT was missing.
15344      Branch: cfgperl
15345            ! Configure config_h.SH
15346 ____________________________________________________________________________
15347 [  2650] By: jhi                                   on 1999/01/19  13:42:03
15348         Log: NetBSD update, based on patches from the NetBSD packages system.
15349      Branch: cfgperl
15350            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15351 ____________________________________________________________________________
15352 [  2649] By: jhi                                   on 1999/01/19  12:44:02
15353         Log: Jumbo Configure update.
15354              * -Uinstallusrbinperl: disable /usr/bin/perl installation
15355              by installperl
15356              * usethreads.cbu
15357              * use64bits.cbu
15358              * "nosuid"
15359      Branch: cfgperl
15360            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
15361            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15362            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
15363            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
15364            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
15365            ! pod/perldiag.pod
15366 ____________________________________________________________________________
15367 [  2648] By: jhi                                   on 1999/01/19  09:16:44
15368         Log: Mention /usr/share/locale.
15369      Branch: cfgperl
15370            ! pod/perllocale.pod
15371 ____________________________________________________________________________
15372 [  2647] By: jhi                                   on 1999/01/19  09:11:11
15373         Log: SHMLBA strikes back in NetBSD/sparc.
15374              
15375              From: Dave Nelson <David.Nelson@bellcow.com>
15376              To: jhi@iki.fi
15377              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
15378              Date: Mon, 18 Jan 1999 22:07:56 -0600
15379              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
15380      Branch: cfgperl
15381            ! ext/IPC/SysV/SysV.xs
15382 ____________________________________________________________________________
15383 [  2646] By: jhi                                   on 1999/01/19  08:58:17
15384         Log: Show LANGUAGE env var when needed. (Augment change #2645).
15385      Branch: cfgperl
15386            ! util.c utils/perlbug.PL
15387 ____________________________________________________________________________
15388 [  2645] By: jhi                                   on 1999/01/19  08:52:15
15389         Log: Document the GNU LANGUAGE env var.
15390      Branch: cfgperl
15391            ! pod/perllocale.pod
15392 ____________________________________________________________________________
15393 [  2644] By: jhi                                   on 1999/01/19  08:42:25
15394         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15395              To: Mailing list Perl5 <perl5-porters@perl.org>
15396              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
15397              Date: Mon, 18 Jan 1999 20:57:02 -0500
15398              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
15399      Branch: cfgperl
15400            ! pp_hot.c t/op/pat.t
15401 ____________________________________________________________________________
15402 [  2643] By: jhi                                   on 1999/01/18  11:23:41
15403         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
15404      Branch: cfgperl
15405            ! Makefile.SH
15406 ____________________________________________________________________________
15407 [  2642] By: jhi                                   on 1999/01/18  11:03:38
15408         Log: GNU libc locale system has LANGUAGE env var that partly
15409              overrides even LC_ALL.
15410      Branch: cfgperl
15411            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
15412 ____________________________________________________________________________
15413 [  2641] By: jhi                                   on 1999/01/18  10:55:04
15414         Log: Integrate from mainperl.
15415      Branch: cfgperl
15416           +> ext/B/defsubs.h.PL
15417            ! t/op/groups.t
15418           !> (integrate 38 files)
15419 ____________________________________________________________________________
15420 [  2640] By: gsar                                  on 1999/01/18  10:06:29
15421         Log: a few random cleanups
15422      Branch: perl
15423            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
15424 ____________________________________________________________________________
15425 [  2639] By: gsar                                  on 1999/01/18  05:56:21
15426         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
15427              Date:    Sun, 17 Jan 1999 16:41:10 PST
15428              Message-Id: <19990118004111.29667.qmail@hotmail.com>
15429              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
15430      Branch: perl
15431            ! ext/B/B/C.pm
15432 ____________________________________________________________________________
15433 [  2638] By: gsar                                  on 1999/01/18  05:41:21
15434         Log: From:    jan.dubois@ibm.net (Jan Dubois)
15435              Date:    Mon, 18 Jan 1999 00:37:41 +0100
15436              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
15437              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
15438      Branch: perl
15439            ! dump.c
15440 ____________________________________________________________________________
15441 [  2633] By: gsar                                  on 1999/01/17  13:39:59
15442         Log: bogus assert()
15443      Branch: perl
15444            ! pp.c t/op/groups.t
15445 ____________________________________________________________________________
15446 [  2632] By: gsar                                  on 1999/01/17  13:22:04
15447         Log: various tweaks for clean build and test on win32
15448      Branch: perl
15449            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
15450            ! op.c t/pragma/warn/doio
15451 ____________________________________________________________________________
15452 [  2631] By: gsar                                  on 1999/01/17  12:28:06
15453         Log: undo change#2336, and add clarification about subversive
15454              CPAN distributions from Andreas Koenig
15455      Branch: perl
15456            ! Porting/pumpkin.pod lib/CPAN.pm
15457 ____________________________________________________________________________
15458 [  2630] By: gsar                                  on 1999/01/17  12:04:06
15459         Log: fix silent taint failures under -U
15460      Branch: perl
15461            ! doio.c
15462 ____________________________________________________________________________
15463 [  2629] By: gsar                                  on 1999/01/17  12:00:23
15464         Log: sanity check piped opens (tweaked version of patch suggested
15465              by Mark-Jason Dominus)
15466      Branch: perl
15467            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
15468            ! t/op/taint.t t/pragma/warn/doio
15469 ____________________________________________________________________________
15470 [  2628] By: gsar                                  on 1999/01/17  11:26:21
15471         Log: regen headers
15472      Branch: perl
15473            ! embed.h embedvar.h objXSUB.h
15474 ____________________________________________________________________________
15475 [  2627] By: gsar                                  on 1999/01/17  11:23:37
15476         Log: PERL_OBJECTness for change#2595
15477      Branch: perl
15478            ! embed.pl op.c pod/perlport.pod proto.h
15479 ____________________________________________________________________________
15480 [  2626] By: gsar                                  on 1999/01/17  09:47:07
15481         Log: PERL_OBJECT tweaks for change#2426
15482      Branch: perl
15483            ! embed.pl proto.h regcomp.c
15484 ____________________________________________________________________________
15485 [  2625] By: gsar                                  on 1999/01/17  09:37:58
15486         Log: documentation in change#2596 is not quite right; fix it
15487      Branch: perl
15488            ! lib/Math/BigFloat.pm pod/perlguts.pod
15489 ____________________________________________________________________________
15490 [  2624] By: gsar                                  on 1999/01/17  09:28:34
15491         Log: undo change#2571; C<use File::Spec> instead
15492      Branch: perl
15493            ! lib/FindBin.pm
15494 ____________________________________________________________________________
15495 [  2623] By: gsar                                  on 1999/01/17  09:20:42
15496         Log: change#2572 is not applicable; undo, retaining scan_bin addition
15497              to global.sym
15498      Branch: perl
15499            ! global.sym perl.c proto.h
15500 ____________________________________________________________________________
15501 [  2622] By: gsar                                  on 1999/01/17  09:17:42
15502         Log: change#2576 is based on a wrong premise; undo it
15503      Branch: perl
15504            ! pp_ctl.c
15505 ____________________________________________________________________________
15506 [  2621] By: gsar                                  on 1999/01/17  09:12:42
15507         Log: fix change#2602 to not used hard coded constants
15508      Branch: perl
15509            ! ext/B/B/C.pm ext/B/defsubs.h.PL
15510 ____________________________________________________________________________
15511 [  2620] By: gsar                                  on 1999/01/17  09:02:07
15512         Log: integrate cfgperl changes into mainline, fix conflicts
15513      Branch: perl
15514           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
15515           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
15516           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
15517           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
15518           +> pod/perlopentut.pod
15519           !> (integrate 162 files)
15520 ____________________________________________________________________________
15521 [  2619] By: gsar                                  on 1999/01/17  08:42:04
15522         Log: a few doc typos
15523      Branch: perl
15524            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
15525 ____________________________________________________________________________
15526 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
15527         Log: Win32 changes from Jan
15528              
15529              From: jan.dubois@ibm.net (Jan Dubois)
15530              Date: Fri, 15 Jan 1999 23:38:35 +0100
15531              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
15532              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
15533              
15534              From: jan.dubois@ibm.net (Jan Dubois)
15535              Date: Sat, 16 Jan 1999 13:02:45 +0100
15536              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
15537              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
15538      Branch: maint-5.005/perl
15539            ! README.win32 win32/Makefile win32/makefile.mk
15540 ____________________________________________________________________________
15541 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
15542         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
15543              
15544              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15545              Date: Thu, 07 Jan 1999 00:12:00 -0500
15546              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
15547              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15548              
15549              From: Gurusamy Sarathy <gsar@engin.umich.edu>
15550              Date: Thu, 14 Jan 1999 19:21:46 -0500
15551              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
15552              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15553      Branch: maint-5.005/perl
15554            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
15555            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
15556            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
15557            ! win32/makedef.pl win32/runperl.c win32/win32.c
15558 ____________________________________________________________________________
15559 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
15560         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15561              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
15562              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
15563              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
15564              
15565              From: Jarkko Hietaniemi <jhi@iki.fi>
15566              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
15567              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
15568              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
15569              
15570              From: Jarkko Hietaniemi <jhi@iki.fi>
15571              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
15572              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
15573              Subject: the promised "installusrbinperl + NetBSD" fix
15574      Branch: maint-5.005/perl
15575            ! Configure Makefile.SH hints/netbsd.sh installperl
15576            ! makedepend.SH unixish.h
15577 ____________________________________________________________________________
15578 [  2611] By: jhi                                   on 1999/01/14  12:16:14
15579         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15580              To: pumpkings@jhereg.perl.com
15581              Subject: perlopentut.pod
15582              Date: Sat, 09 Jan 1999 08:13:18 -0700
15583              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
15584      Branch: cfgperl
15585            + pod/perlopentut.pod
15586            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
15587 ____________________________________________________________________________
15588 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
15589         Log: Added Carp::cluck to perldelta.pod
15590      Branch: maint-5.005/perl
15591            ! pod/perldelta.pod
15592 ____________________________________________________________________________
15593 [  2605] By: jhi                                   on 1999/01/13  18:26:19
15594         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
15595              To: "'cpan@perl.org'" <cpan@perl.org>
15596              Subject: "Bug" fix for File::Find.pm
15597              Date:   Thu, 31 Dec 1998 13:01:50 -0500
15598              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
15599      Branch: cfgperl
15600            ! lib/File/Find.pm
15601 ____________________________________________________________________________
15602 [  2604] By: jhi                                   on 1999/01/13  18:08:45
15603         Log: From: Peter Wolfe <wolfe@teloseng.com>
15604              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
15605              To: perlbug@perl.com
15606              Date: 11 Jan 1999 23:00:05 +0200
15607              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
15608      Branch: cfgperl
15609            ! hints/sco.sh
15610 ____________________________________________________________________________
15611 [  2603] By: jhi                                   on 1999/01/13  18:06:56
15612         Log: From: hans@icgroup.nl (Hans Mulder)
15613              Subject: [Patch for 5.005_54] re::debugcolors dumps core
15614              To: perlbug@perl.com
15615              Cc: hansmu@xs4all.nl
15616              Date: 11 Jan 1999 22:22:45 +0200
15617              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
15618      Branch: cfgperl
15619            ! ext/re/re.pm regcomp.c
15620 ____________________________________________________________________________
15621 [  2602] By: jhi                                   on 1999/01/13  18:05:43
15622         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15623              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
15624              Date: 11 Jan 1999 08:02:41 +0200
15625              Lines: 134
15626              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
15627      Branch: cfgperl
15628            ! ext/B/B.xs ext/B/B/C.pm
15629 ____________________________________________________________________________
15630 [  2601] By: jhi                                   on 1999/01/13  18:01:53
15631         Log: From: James FitzGibbon <james@ican.net>
15632              Subject: Trivial patch for HP-UX 11 and shared libperl
15633              To: perl5-porters@perl.org
15634              Date: 8 Jan 1999 19:13:23 +0200
15635              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
15636      Branch: cfgperl
15637            ! Makefile.SH
15638 ____________________________________________________________________________
15639 [  2600] By: jhi                                   on 1999/01/13  17:59:45
15640         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
15641              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
15642              To: perl5-porters@perl.org
15643              Date: 8 Jan 1999 12:43:36 +0200
15644              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
15645      Branch: cfgperl
15646            ! ext/B/B/CC.pm
15647 ____________________________________________________________________________
15648 [  2599] By: jhi                                   on 1999/01/13  17:50:11
15649         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
15650              Subject: PATCH to installperl
15651              To: perl5-porters@perl.org
15652              Date: 4 Jan 1999 16:15:18 +0200
15653              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
15654      Branch: cfgperl
15655            ! installperl
15656 ____________________________________________________________________________
15657 [  2598] By: jhi                                   on 1999/01/13  17:34:51
15658         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15659              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
15660              Cc: perl5-porters@perl.org
15661              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
15662              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
15663              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
15664      Branch: cfgperl
15665            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15666            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
15667 ____________________________________________________________________________
15668 [  2597] By: jhi                                   on 1999/01/13  17:30:33
15669         Log: From: David Dyck <dcd@tc.fluke.com>
15670              To: Perl Porters <perl5-porters@perl.org>,
15671              Gurusamy Sarathy <gsar@engin.umich.edu>
15672              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
15673              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
15674              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
15675      Branch: cfgperl
15676            ! pod/perldsc.pod
15677 ____________________________________________________________________________
15678 [  2596] By: jhi                                   on 1999/01/13  17:26:44
15679         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15680              To: perl5-porters@perl.org
15681              Subject: [PATCH] modglobal w/ spelling fixes
15682              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
15683              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
15684      Branch: cfgperl
15685            ! pod/perlguts.pod
15686 ____________________________________________________________________________
15687 [  2595] By: jhi                                   on 1999/01/13  17:24:59
15688         Log: From: Hans Mulder <hansm@icgroup.nl>
15689              Optimize common sort routines.  Thread started by the message
15690              
15691              From: Hans Mulder <hansm@icgroup.nl>
15692              Sender: owner-perl5-porters@perl.org
15693              To: perl5-porters@perl.org
15694              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
15695              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
15696              
15697              and the patch from the message
15698              
15699              From: Hans Mulder <hans@icgroup.nl>
15700              To: jhi@iki.fi
15701              Cc: perl5-porters@perl.org
15702              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
15703              $b }
15704              Date: Wed, 13 Jan 1999 17:39:35 +0100
15705              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
15706      Branch: cfgperl
15707            ! Todo op.c op.h pp_ctl.c t/op/sort.t
15708 ____________________________________________________________________________
15709 [  2594] By: jhi                                   on 1999/01/13  16:50:17
15710         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
15711              (the diffs were based on 5.004_02).  Tested by Guido
15712              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
15713      Branch: cfgperl
15714            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
15715            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
15716            + mint/sys/time.h mint/time.h
15717            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
15718            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
15719 ____________________________________________________________________________
15720 [  2593] By: jhi                                   on 1999/01/09  16:54:26
15721         Log: Detypo.
15722      Branch: cfgperl
15723            ! hints/dec_osf.sh
15724 ____________________________________________________________________________
15725 [  2592] By: jhi                                   on 1999/01/09  16:17:13
15726         Log: Move usethreads and use64bits logic from hints to Configure.
15727      Branch: cfgperl
15728            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
15729            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
15730            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15731            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15732 ____________________________________________________________________________
15733 [  2591] By: jhi                                   on 1999/01/09  14:45:24
15734         Log: Missing dTHRs added.
15735      Branch: cfgperl
15736            ! regcomp.c toke.c
15737 ____________________________________________________________________________
15738 [  2590] By: jhi                                   on 1999/01/08  15:27:17
15739         Log: Finalize change #2589 and add better AIX nm scanning from:
15740              
15741              Message-Id: <m0zyNW0-00017VC@gentoo.com>
15742              From: bll@gentoo.com (Brad Lanam)
15743              Subject: Re: mailhelp returned a non-zero status
15744              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
15745              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
15746      Branch: cfgperl
15747            ! Configure hints/freebsd.sh hints/linux.sh
15748 ____________________________________________________________________________
15749 [  2589] By: jhi                                   on 1999/01/08  15:14:54
15750         Log: Undo change #2581.
15751      Branch: cfgperl
15752            ! Configure hints/freebsd.sh hints/linux.sh
15753 ____________________________________________________________________________
15754 [  2588] By: jhi                                   on 1999/01/08  11:51:52
15755         Log: FAQ jumbo patch from tchrist.
15756              
15757              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
15758              From: Tom Christiansen <tchrist@jhereg.perl.com>
15759              To: pumpkings@jhereg.perl.com
15760              Subject: newest version of perlfaq.pod
15761              Date: Thu, 7 Jan 1999 23:05:02 -0700
15762              
15763              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
15764              From: Tom Christiansen <tchrist@jhereg.perl.com>
15765              To: pumpkings@jhereg.perl.com
15766              Subject: newest version of perlfaq1.pod
15767              Date: Thu, 7 Jan 1999 23:05:02 -0700
15768              
15769              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
15770              From: Tom Christiansen <tchrist@jhereg.perl.com>
15771              To: pumpkings@jhereg.perl.com
15772              Subject: newest version of perlfaq2.pod
15773              Date: Thu, 7 Jan 1999 23:05:02 -0700
15774              
15775              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
15776              From: Tom Christiansen <tchrist@jhereg.perl.com>
15777              To: pumpkings@jhereg.perl.com
15778              Subject: newest version of perlfaq3.pod
15779              Date: Thu, 7 Jan 1999 23:05:02 -0700
15780              
15781              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
15782              From: Tom Christiansen <tchrist@jhereg.perl.com>
15783              To: pumpkings@jhereg.perl.com
15784              Subject: newest version of perlfaq4.pod
15785              Date: Thu, 7 Jan 1999 23:05:02 -0700
15786              
15787              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
15788              From: Tom Christiansen <tchrist@jhereg.perl.com>
15789              To: pumpkings@jhereg.perl.com
15790              Subject: newest version of perlfaq5.pod
15791              Date: Thu, 7 Jan 1999 23:05:02 -0700
15792              
15793              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
15794              From: Tom Christiansen <tchrist@jhereg.perl.com>
15795              To: pumpkings@jhereg.perl.com
15796              Subject: newest version of perlfaq6.pod
15797              Date: Thu, 7 Jan 1999 23:05:02 -0700
15798              
15799              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
15800              From: Tom Christiansen <tchrist@jhereg.perl.com>
15801              To: pumpkings@jhereg.perl.com
15802              Subject: newest version of perlfaq7.pod
15803              Date: Thu, 7 Jan 1999 23:05:03 -0700
15804              
15805              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
15806              From: Tom Christiansen <tchrist@jhereg.perl.com>
15807              To: pumpkings@jhereg.perl.com
15808              Subject: newest version of perlfaq8.pod
15809              Date: Thu, 7 Jan 1999 23:05:03 -0700
15810              
15811              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
15812              From: Tom Christiansen <tchrist@jhereg.perl.com>
15813              To: pumpkings@jhereg.perl.com
15814              Subject: newest version of perlfaq9.pod
15815              Date: Thu, 7 Jan 1999 23:05:03 -0700
15816      Branch: cfgperl
15817            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15818            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15819            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15820            ! pod/perlfaq9.pod
15821 ____________________________________________________________________________
15822 [  2587] By: jhi                                   on 1999/01/08  11:17:43
15823         Log: More doc fixes from Abigail.
15824      Branch: cfgperl
15825            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
15826            ! lib/User/pwent.pm
15827 ____________________________________________________________________________
15828 [  2585] By: jhi                                   on 1999/01/08  08:31:02
15829         Log: Change #2584 from maint-5.005:
15830              
15831              implemented Ilya's suggested fix, and added a testcase
15832              
15833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15834              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
15835              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
15836              Subject: Re: Text::ParseWords: regex fix
15837      Branch: cfgperl
15838            ! lib/Text/ParseWords.pm t/lib/parsewords.t
15839 ____________________________________________________________________________
15840 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
15841         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15842              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
15843              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
15844              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
15845      Branch: maint-5.005/perl
15846            ! ext/Errno/Errno_pm.PL
15847 ____________________________________________________________________________
15848 [  2581] By: jhi                                   on 1999/01/07  16:38:03
15849         Log: Configure update:
15850              - usethreads, use64bits, and usemultiplicity
15851              are no more interactively asked by Configure
15852              - "int main()" (vs bare "main()") enforced in test programs
15853      Branch: cfgperl
15854            ! Configure hints/freebsd.sh hints/linux.sh
15855 ____________________________________________________________________________
15856 [  2580] By: jhi                                   on 1999/01/07  11:19:12
15857         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15858              Date: Wed, 06 Jan 1999 13:47:34 -0800
15859              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
15860              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
15861      Branch: cfgperl
15862            ! vms/vms.c
15863 ____________________________________________________________________________
15864 [  2579] By: jhi                                   on 1999/01/07  09:08:36
15865         Log: Another set of doc patches from Abigail
15866              
15867              From: abigail@fnx.com
15868              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
15869              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
15870              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
15871              
15872              From: abigail@fnx.com
15873              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
15874              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
15875              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
15876              
15877              From: abigail@fnx.com
15878              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
15879              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
15880              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
15881              
15882              From: abigail@fnx.com
15883              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
15884              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
15885              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
15886              
15887              From: abigail@fnx.com
15888              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
15889              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
15890              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
15891              
15892              From: abigail@fnx.com
15893              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
15894              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
15895              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
15896              
15897              From: abigail@fnx.com
15898              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
15899              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
15900              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
15901              
15902              From: abigail@fnx.com
15903              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
15904              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
15905              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
15906              
15907              From: abigail@fnx.com
15908              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
15909              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
15910              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
15911              
15912              From: abigail@fnx.com
15913              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
15914              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
15915              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
15916              
15917              From: abigail@fnx.com
15918              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
15919              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
15920              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
15921              
15922              From: abigail@fnx.com
15923              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
15924              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
15925              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
15926              
15927              From: abigail@fnx.com
15928              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
15929              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
15930              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
15931              
15932              From: abigail@fnx.com
15933              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
15934              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
15935              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
15936      Branch: cfgperl
15937            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
15938            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
15939            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
15940            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
15941            ! lib/Tie/Array.pm lib/Tie/Hash.pm
15942 ____________________________________________________________________________
15943 [  2576] By: jhi                                   on 1999/01/06  17:05:20
15944         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
15945      Branch: cfgperl
15946            ! pp_ctl.c
15947 ____________________________________________________________________________
15948 [  2575] By: jhi                                   on 1999/01/06  13:18:56
15949         Log: Enhance the great_circle_distance() documentation.
15950      Branch: cfgperl
15951            ! lib/Math/Trig.pm
15952 ____________________________________________________________________________
15953 [  2574] By: jhi                                   on 1999/01/06  12:58:03
15954         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15955              To: perlbug@perl.com
15956              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
15957              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
15958              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
15959      Branch: cfgperl
15960            ! t/op/sysio.t
15961 ____________________________________________________________________________
15962 [  2573] By: jhi                                   on 1999/01/06  12:40:19
15963         Log: From: "W. Phillip Moore" <wpm@ms.com>
15964              To: perlbug@perl.org
15965              Subject: [PATCH] POSIX getpgrp is not -w clean
15966              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
15967              Message-ID: <13970.20107.190314.549471@zappa>
15968      Branch: cfgperl
15969            ! ext/POSIX/POSIX.pm
15970 ____________________________________________________________________________
15971 [  2572] By: jhi                                   on 1999/01/06  12:25:24
15972         Log: Based on
15973              From: jan.dubois@ibm.net (Jan Dubois)
15974              To: perl5-porters@perl.org
15975              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
15976              Date: Wed, 06 Jan 1999 01:24:09 +0100
15977              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
15978              except that
15979              - objXSUB.h was already okay
15980              - embed.h patching is futile, global.sym patched instead
15981              - objpp.h does not exist
15982              - proto.h addition applied manually
15983              - win32/GenCAPI.pl was already okay
15984              - win32/makedef.pl was already okay
15985      Branch: cfgperl
15986            ! global.sym perl.c proto.h
15987 ____________________________________________________________________________
15988 [  2571] By: jhi                                   on 1999/01/06  11:25:48
15989         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
15990              To: perlbug@perl.com
15991              Subject: FindBin.pm on Win32 systems
15992              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
15993              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
15994      Branch: cfgperl
15995            ! lib/FindBin.pm
15996 ____________________________________________________________________________
15997 [  2570] By: jhi                                   on 1999/01/06  11:21:48
15998         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15999              To: perl5-porters@perl.org, vmsperl@perl.org
16000              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16001              Date: Tue, 05 Jan 1999 16:47:31 -0800
16002              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16003              
16004              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16005              it was a leftover from #2569)
16006      Branch: cfgperl
16007            ! ext/IO/lib/IO/Socket.pm taint.c
16008 ____________________________________________________________________________
16009 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16010         Log: Jumbo doc patch from Abigail (almost identical to
16011              the 5.005-maint change #2562 except for the
16012              ext/IO/lib/IO/Socket.pm patch which was not
16013              applicable because the IO version of 5.005-devel
16014              is somewhat different (why?))
16015              
16016              From: abigail@fnx.com
16017              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16018              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16019              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16020              
16021              From: abigail@fnx.com
16022              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16023              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16024              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16025              
16026              From: abigail@fnx.com
16027              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16028              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16029              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16030              
16031              From: abigail@fnx.com
16032              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16033              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16034              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16035              
16036              From: abigail@fnx.com
16037              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16038              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16039              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16040              
16041              From: abigail@fnx.com
16042              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16043              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16044              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16045              
16046              From: abigail@fnx.com
16047              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16048              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16049              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16050              
16051              From: abigail@fnx.com
16052              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16053              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16054              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16055              
16056              From: abigail@fnx.com
16057              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16058              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16059              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16060              
16061              From: abigail@fnx.com
16062              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16063              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16064              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16065      Branch: cfgperl
16066            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16067            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16068            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16069            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16070            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16071 ____________________________________________________________________________
16072 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16073         Log: From: jan.dubois@ibm.net (Jan Dubois)
16074              Date: Wed, 06 Jan 1999 01:24:09 +0100
16075              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16076              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16077      Branch: maint-5.005/perl
16078            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16079            ! win32/GenCAPI.pl win32/makedef.pl
16080 ____________________________________________________________________________
16081 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16082         Log: From: "W. Phillip Moore" <wpm@ms.com>
16083              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16084              Message-ID: <13970.20107.190314.549471@zappa>
16085              Subject: [PATCH] POSIX getpgrp is not -w clean
16086      Branch: maint-5.005/perl
16087            ! ext/POSIX/POSIX.pm
16088 ____________________________________________________________________________
16089 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16090         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16091              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16092              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16093              Subject: FindBin.pm on Win32 systems
16094      Branch: maint-5.005/perl
16095            ! lib/FindBin.pm
16096 ____________________________________________________________________________
16097 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16098         Log: Reword the setlocale() 1-arg case better.
16099      Branch: cfgperl
16100            ! ext/POSIX/POSIX.pod
16101 ____________________________________________________________________________
16102 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16103         Log: From: Blair Zajac <bzajac@geostaff.com>
16104              Date: Wed, 23 Dec 1998 17:13:32 -0800
16105              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16106              Subject: Tie::SubstrHash patch
16107      Branch: maint-5.005/perl
16108            ! lib/Tie/SubstrHash.pm
16109 ____________________________________________________________________________
16110 [  2554] By: jhi                                   on 1999/01/02  14:55:06
16111         Log: Object destruction order testing.
16112      Branch: cfgperl
16113            ! t/op/misc.t
16114 ____________________________________________________________________________
16115 [  2553] By: jhi                                   on 1999/01/02  14:49:40
16116         Log: perldelta the Dumpvalue.pm of change #2513.
16117      Branch: cfgperl
16118            ! lib/Dumpvalue.pm pod/perldelta.pod
16119 ____________________________________________________________________________
16120 [  2552] By: nick                                  on 1999/01/02  14:45:38
16121         Log: Tone down Makefile.PL so it works on Win32
16122      Branch: perl
16123            ! ext/B/Makefile.PL
16124 ____________________________________________________________________________
16125 [  2551] By: nick                                  on 1999/01/02  14:06:30
16126         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
16127              Use them in various B::* rather than have local defs.
16128      Branch: perl
16129            + ext/B/defsubs.h.PL
16130            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
16131            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16132            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
16133 ____________________________________________________________________________
16134 [  2550] By: nick                                  on 1999/01/02  10:04:02
16135         Log: Integrate ext/B changes from //depot/cfgperl
16136      Branch: perl
16137           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16138 ____________________________________________________________________________
16139 [  2549] By: jhi                                   on 1999/01/01  13:54:16
16140         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
16141              To: perlbug@perl.com
16142              Subject: op/groups.t fails test 1 on HP-UX 10.20
16143              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
16144              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
16145      Branch: cfgperl
16146            ! t/op/groups.t
16147 ____________________________________________________________________________
16148 [  2548] By: jhi                                   on 1999/01/01  13:53:31
16149         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16150              To: perl5-porters@perl.org
16151              cc: hv@crypt0.demon.co.uk
16152              Subject: [bug 5.004_54] duplicate error message
16153              Date: Thu, 31 Dec 1998 04:05:25 +0000
16154              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
16155              
16156              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
16157              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16158              To: hv@crypt0.demon.co.uk
16159              Cc: perl5-porters@perl.org
16160              Subject: [PATCH _54] Re: duplicate error message
16161              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
16162              
16163              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
16164              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16165              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
16166              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
16167              Subject: [TEST PATCH _54] Re: duplicate error message 
16168              Date: Fri, 01 Jan 1999 07:32:14 +0000
16169      Branch: cfgperl
16170            ! op.c t/pragma/warn/op
16171 ____________________________________________________________________________
16172 [  2547] By: jhi                                   on 1998/12/31  14:15:04
16173         Log: From: Chris Nandor <pudge@pobox.com>
16174              To: jhi@iki.fi
16175              Cc: perl5-porters@perl.org
16176              Subject: Re: [PATCH] perlport.pod 1.38
16177              Date: Thu, 31 Dec 1998 09:06:48 -0500
16178              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
16179      Branch: cfgperl
16180            ! pod/perlport.pod
16181 ____________________________________________________________________________
16182 [  2546] By: jhi                                   on 1998/12/31  11:18:17
16183         Log: From: Wilson P. Snyder II
16184              To: perl5-porters@perl.org
16185              Subject: [PATCH v5.5.53] REV2: Binary number support
16186              Date: 1998/11/30
16187              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
16188      Branch: cfgperl
16189            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
16190            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
16191            ! toke.c util.c
16192 ____________________________________________________________________________
16193 [  2545] By: jhi                                   on 1998/12/31  09:27:40
16194         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16195              To: perlbug@perl.com
16196              Subject: "perl -T -P" dumps core on OpenBSD and Linux
16197              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
16198              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
16199      Branch: cfgperl
16200            ! taint.c
16201 ____________________________________________________________________________
16202 [  2544] By: jhi                                   on 1998/12/31  09:21:45
16203         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
16204              To: perlbug@perl.com 
16205              Subject: bug in pod2man search for perl binary [5.005_5x]
16206              Date: Sat, 12 Dec 1998 23:08:51 +0000 
16207              Message-ID: <19981212230851.A20578@ig.co.uk> 
16208      Branch: cfgperl
16209            ! pod/pod2man.PL
16210 ____________________________________________________________________________
16211 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
16212         Log: From: jan.dubois@ibm.net (Jan Dubois)
16213              Date: Wed, 23 Dec 1998 21:26:38 +0100
16214              Message-ID: <36895086.8849224@smtp1.ibm.net>
16215              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16216      Branch: maint-5.005/perl
16217            ! lib/ExtUtils/MakeMaker.pm
16218 ____________________________________________________________________________
16219 [  2540] By: jhi                                   on 1998/12/30  08:42:04
16220         Log: Evermore AUTHORS and MAINTAIN.
16221      Branch: cfgperl
16222            ! AUTHORS MAINTAIN
16223 ____________________________________________________________________________
16224 [  2539] By: jhi                                   on 1998/12/29  15:10:34
16225         Log: More AUTHORS and MAINTAIN.
16226      Branch: cfgperl
16227            ! AUTHORS MAINTAIN
16228 ____________________________________________________________________________
16229 [  2537] By: jhi                                   on 1998/12/29  14:34:47
16230         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16231              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16232              Message-ID: <13942.32480.700000.640927@utensil>
16233              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16234              (mirror change#2531 in the 5.005-maint)
16235      Branch: cfgperl
16236            ! lib/AutoSplit.pm
16237 ____________________________________________________________________________
16238 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
16239         Log: change in_pod pattern to /^=\w/ from /^=/
16240              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
16241              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
16242              Message-ID: <13942.32480.700000.640927@utensil>
16243              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
16244      Branch: maint-5.005/perl
16245            ! lib/AutoSplit.pm
16246 ____________________________________________________________________________
16247 [  2525] By: jhi                                   on 1998/12/29  13:06:26
16248         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16249              To: perl5-porters@perl.org
16250              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
16251              Date: 16 Dec 1998 03:17:03 +0200
16252              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
16253      Branch: cfgperl
16254            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16255 ____________________________________________________________________________
16256 [  2524] By: jhi                                   on 1998/12/29  13:00:06
16257         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16258              To: perl5-porters@perl.org
16259              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
16260              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
16261              Date: 10 Dec 1998 08:30:02 +0200
16262              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
16263              
16264              (Nick's part was applied earlier, in change #2460)
16265      Branch: cfgperl
16266            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16267 ____________________________________________________________________________
16268 [  2523] By: jhi                                   on 1998/12/29  12:41:31
16269         Log: From: "vishal bhatia" <vishalb@hotmail.com>
16270              To: nick@ni-s.u-net.com
16271              Cc: perl5-porters@perl.org
16272              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
16273              Date: 9 Dec 1998 06:50:30 +0200
16274              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
16275      Branch: cfgperl
16276            ! ext/B/B/CC.pm
16277 ____________________________________________________________________________
16278 [  2522] By: jhi                                   on 1998/12/29  12:15:18
16279         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16280              To: perl5-porters@perl.org (Perl 5 Porters)
16281              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
16282              Date: 25 Dec 1998 23:02:28 +0200
16283              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
16284      Branch: cfgperl
16285            ! lib/Pod/Text.pm
16286 ____________________________________________________________________________
16287 [  2521] By: jhi                                   on 1998/12/29  12:07:54
16288         Log: Undo #2519 (breaks universal.c).
16289      Branch: cfgperl
16290            ! XSUB.h
16291 ____________________________________________________________________________
16292 [  2519] By: jhi                                   on 1998/12/29  11:41:10
16293         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16294              To: perl5-porters@perl.org
16295              Cc: perl-xs@perl.org
16296              Subject: XSUB.h refinement [PATCH]
16297              Date: 18 Dec 1998 03:58:44 +0200
16298              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
16299      Branch: cfgperl
16300            ! XSUB.h
16301 ____________________________________________________________________________
16302 [  2518] By: jhi                                   on 1998/12/29  11:36:19
16303         Log: From: abigail@fnx.com
16304              To: perl5-porters@perl.org (Perl Porters)
16305              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
16306              Date: 28 Dec 1998 21:39:15 +0200
16307              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
16308      Branch: cfgperl
16309            ! lib/fields.pm
16310 ____________________________________________________________________________
16311 [  2517] By: jhi                                   on 1998/12/29  11:35:03
16312         Log: Document change #2516.
16313      Branch: cfgperl
16314            ! pod/perldelta.pod
16315 ____________________________________________________________________________
16316 [  2516] By: jhi                                   on 1998/12/29  11:32:26
16317         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16318              To: perl5-porters@perl.org (Mailing list Perl5)
16319              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
16320              Date: 9 Dec 1998 10:39:31 +0200
16321              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
16322      Branch: cfgperl
16323            ! pod/perldiag.pod regcomp.c toke.c
16324 ____________________________________________________________________________
16325 [  2515] By: jhi                                   on 1998/12/29  11:27:11
16326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16327              To: perl5-porters@perl.org (Mailing list Perl5)
16328              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
16329              Date: 8 Dec 1998 09:02:04 +0200
16330              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
16331              
16332              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
16333      Branch: cfgperl
16334            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
16335 ____________________________________________________________________________
16336 [  2514] By: jhi                                   on 1998/12/29  11:21:31
16337         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16338              To: perl5-porters@perl.org (Mailing list Perl5)
16339              Subject: [PATCH 5.005_53] Regexp tests and UTF8
16340              Date: 8 Dec 1998 07:02:01 +0200
16341              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
16342      Branch: cfgperl
16343            ! regcomp.c
16344 ____________________________________________________________________________
16345 [  2513] By: jhi                                   on 1998/12/29  11:18:34
16346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16347              Subject: [PATCH 5.005_*] Dumpvar.pm
16348              To: perl5-porters@perl.org (Mailing list Perl5)
16349              Date: 7 Dec 1998 10:17:35 +0200
16350              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
16351      Branch: cfgperl
16352            + lib/Dumpvalue.pm
16353            ! MANIFEST
16354 ____________________________________________________________________________
16355 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
16356         Log: From: jan.dubois@ibm.net (Jan Dubois)
16357              Date: Tue, 01 Dec 1998 00:07:33 +0100
16358              Message-ID: <366921b5.14512598@smtp1.ibm.net>
16359              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
16360              
16361              From: jan.dubois@ibm.net (Jan Dubois)
16362              Date: Wed, 02 Dec 1998 00:24:54 +0100
16363              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
16364              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
16365      Branch: maint-5.005/perl
16366            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
16367            ! win32/config.bc win32/config.gc win32/config.vc
16368            ! win32/config_sh.PL win32/makedef.pl
16369 ____________________________________________________________________________
16370 [  2509] By: jhi                                   on 1998/12/28  13:00:31
16371     Log: Kickstart AUTHORS and MAINTAIN.
16372  Branch: cfgperl
16373        + AUTHORS MAINTAIN
16374        ! MANIFEST
16375 ____________________________________________________________________________
16376 [  2508] By: jhi                                   on 1998/12/28  08:04:00
16377     Log: From: Nathan Torkington <gnat@frii.com>
16378          To: perlbug@perl.com
16379          Subject: [PATCH] perlxstut.pod fix
16380          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
16381          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
16382  Branch: cfgperl
16383        ! pod/perlxstut.pod
16384 ____________________________________________________________________________
16385 [  2507] By: jhi                                   on 1998/12/28  07:59:00
16386     Log: From: abigail@fnx.com
16387          To: perlbug@perl.com
16388          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
16389          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
16390          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
16391          (slightly modified, a part of the patch was rejected)
16392          (strange, I thought I had already submitted this one
16393          but Perforce disagrees with me...)
16394  Branch: cfgperl
16395        ! pod/perlop.pod
16396 ____________________________________________________________________________
16397 [  2506] By: jhi                                   on 1998/12/28  07:56:59
16398     Log: From: Artur <artur@vogon-solutions.com>
16399          To: perlbug@perl.com
16400          Subject: PATCH: perlmodlib.pod
16401          Date: Fri, 25 Dec 1998 00:48:39 +0000
16402          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
16403  Branch: cfgperl
16404        ! pod/perlmodlib.pod pod/perlop.pod
16405 ____________________________________________________________________________
16406 [  2505] By: jhi                                   on 1998/12/28  07:46:06
16407     Log: From: abigail@fnx.com
16408          To: perl5-porters@perl.org (Perl Porters)
16409          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
16410          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
16411          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
16412  Branch: cfgperl
16413        ! pod/pod2html.PL
16414 ____________________________________________________________________________
16415 [  2504] By: jhi                                   on 1998/12/28  07:44:35
16416     Log: From: Jim Avera <avera@fjst.com>
16417          To: perlbug@perl.com
16418          Subject: perlbug bug - shows dates reversed
16419          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
16420          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
16421  Branch: cfgperl
16422        ! utils/perlbug.PL
16423 ____________________________________________________________________________
16424 [  2503] By: jhi                                   on 1998/12/28  07:41:39
16425     Log: From: jan.dubois@ibm.net (Jan Dubois)
16426          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
16427          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
16428          Date: Wed, 23 Dec 1998 21:26:38 +0100
16429          Message-ID: <36895086.8849224@smtp1.ibm.net>
16430  Branch: cfgperl
16431        ! lib/ExtUtils/MakeMaker.pm
16432 ____________________________________________________________________________
16433 [  2502] By: jhi                                   on 1998/12/28  07:39:20
16434     Log: From: Blair Zajac <bzajac@geostaff.com>
16435          To: perl5-porters@perl.org
16436          Subject: Tie::SubstrHash patch
16437          Date: Wed, 23 Dec 1998 17:13:32 -0800
16438          Message-ID: <3681953C.8B6A90AA@geostaff.com>
16439  Branch: cfgperl
16440        ! lib/Tie/SubstrHash.pm
16441 ____________________________________________________________________________
16442 [  2501] By: jhi                                   on 1998/12/28  07:37:16
16443     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
16444          To: perlbug@perl.com
16445          Subject: perlfaq9 minor error
16446          Date: Wed, 23 Dec 1998 14:54:19 -0800
16447          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
16448  Branch: cfgperl
16449        ! pod/perlfaq9.pod
16450 ____________________________________________________________________________
16451 [  2500] By: jhi                                   on 1998/12/23  10:38:18
16452     Log: More porting notes about filesystems, AmigaOS, and MiNT.
16453  Branch: cfgperl
16454        ! pod/perlport.pod
16455 ____________________________________________________________________________
16456 [  2499] By: jhi                                   on 1998/12/22  09:26:49
16457     Log: Add few MSG_ and uio constants.
16458  Branch: cfgperl
16459        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
16460 ____________________________________________________________________________
16461 [  2498] By: jhi                                   on 1998/12/22  08:39:30
16462     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
16463          a Digital C compiler optimizer bug that broke the 'x'
16464          operator under certain circumstances.  See t/op/repeat.t
16465          test #20 for graphic details.  Reported in
16466          
16467          From: Gisle Aas <gisle@aas.no>
16468          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
16469          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
16470          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
16471          Date: 18 Dec 1998 14:27:40 +0100
16472          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
16473          
16474          and discussed further in the thread
16475          
16476          From: Jarkko Hietaniemi <jhi@iki.fi>
16477          To: Gisle Aas <gisle@aas.no>
16478          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
16479          cpan-testers@perl.org, perl5-porters@perl.org
16480          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
16481          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
16482          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
16483  Branch: cfgperl
16484        ! t/op/repeat.t util.c
16485 ____________________________________________________________________________
16486 [  2497] By: jhi                                   on 1998/12/21  14:18:57
16487     Log: Change #2483 update.
16488  Branch: cfgperl
16489        ! t/op/tr.t
16490 ____________________________________________________________________________
16491 [  2496] By: jhi                                   on 1998/12/21  14:07:41
16492     Log: Update on change #2493.
16493  Branch: cfgperl
16494        ! t/pragma/warn/op
16495 ____________________________________________________________________________
16496 [  2495] By: jhi                                   on 1998/12/21  13:52:00
16497     Log: Change #2487 aftershock.
16498  Branch: cfgperl
16499        ! warning.pl
16500 ____________________________________________________________________________
16501 [  2494] By: jhi                                   on 1998/12/21  12:35:00
16502     Log: From: Chris Nandor <pudge@pobox.com>
16503          To: perl5-porters@perl.org
16504          Subject: [PATCH] perlport.pod v1.37
16505          Date: Sat, 19 Dec 1998 12:54:34 -0500
16506          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
16507  Branch: cfgperl
16508        ! pod/perlport.pod
16509 ____________________________________________________________________________
16510 [  2493] By: jhi                                   on 1998/12/21  12:22:44
16511     Log: From: Mark-Jason Dominus <mjd@plover.com>
16512          To: perl5-porters@perl.com
16513          Subject: PATCH (5.005_02): Dejargonizing
16514          Date: Sun, 20 Dec 1998 14:35:20 -0500
16515          Message-ID: <19981220193520.11230.qmail@plover.com>
16516          
16517          From: Mark-Jason Dominus <mjd@plover.com>
16518          To: perl5-porters@perl.com
16519          Subject: PATCH (5.005_02): Spelling correction in warning message
16520          Date: Sun, 20 Dec 1998 13:51:30 -0500
16521          Message-ID: <19981220185130.11067.qmail@plover.com>
16522  Branch: cfgperl
16523        ! doio.c op.c
16524 ____________________________________________________________________________
16525 [  2492] By: jhi                                   on 1998/12/21  09:00:05
16526     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16527          To: perl5-porters@perl.org
16528          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
16529          Date: Sun, 20 Dec 1998 19:03:25 PST
16530          Message-ID: <19981221030326.27660.qmail@hotmail.com>
16531          
16532          (slightly reformatted)
16533  Branch: cfgperl
16534        ! ext/B/B/CC.pm
16535 ____________________________________________________________________________
16536 [  2491] By: nick                                  on 1998/12/20  14:21:29
16537     Log: Save _all_ GV's which have SV, AV or HV set.
16538  Branch: perl
16539        ! ext/B/B/C.pm
16540 ____________________________________________________________________________
16541 [  2490] By: jhi                                   on 1998/12/18  15:13:19
16542     Log: Add idea about generalising cpp symbol probing of Errno.
16543  Branch: cfgperl
16544        ! Todo
16545 ____________________________________________________________________________
16546 [  2489] By: jhi                                   on 1998/12/18  14:47:57
16547     Log: Address some of the issues of:
16548          
16549          From: Tom Christiansen <tchrist@jhereg.perl.com>
16550          To: perl-porters-active@jhereg.perl.com
16551          Subject: Undocumentation Issues for 5.005
16552          Date: Thu, 17 Dec 1998 14:46:24 -0700
16553          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
16554  Branch: cfgperl
16555        ! pod/perl5005delta.pod
16556 ____________________________________________________________________________
16557 [  2488] By: jhi                                   on 1998/12/18  11:26:32
16558     Log: From: root <root@dubravka.in-berlin.de>
16559          To: perlbug@perl.com
16560          Cc: k@dubravka.in-berlin.de
16561          Subject: Please add no_modify to PERL_POLLUTE
16562          Date: Fri, 18 Dec 1998 10:45:52 +0100
16563          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
16564          
16565          (Really from Andreas König)
16566  Branch: cfgperl
16567        ! embed.pl
16568 ____________________________________________________________________________
16569 [  2487] By: jhi                                   on 1998/12/17  14:05:52
16570     Log: Some (by far not all) issues of the below message addressed.
16571          
16572          From: Tom Christiansen <tchrist@jhereg.perl.com>
16573          To: The Perl Porters Mailing List <perl5-porters@perl.org>
16574          Subject: important UNDOC issues for 5.005_54
16575          Date: Wed, 16 Dec 1998 21:14:53 -0700
16576          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
16577  Branch: cfgperl
16578        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
16579 ____________________________________________________________________________
16580 [  2486] By: jhi                                   on 1998/12/17  12:47:15
16581     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16582          To: domo@computer.org
16583          Cc: jhi@iki.fi, perl5-porters@perl.org
16584          Subject: Re: stuff related to malloc.c
16585          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
16586          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
16587  Branch: cfgperl
16588        ! malloc.c
16589 ____________________________________________________________________________
16590 [  2485] By: jhi                                   on 1998/12/17  12:17:19
16591     Log: More porting notes.
16592  Branch: cfgperl
16593        ! Porting/pumpkin.pod
16594 ____________________________________________________________________________
16595 [  2484] By: jhi                                   on 1998/12/15  08:38:05
16596     Log: Undo #2386 and #2205.
16597  Branch: cfgperl
16598        ! pod/perlfunc.pod
16599 ____________________________________________________________________________
16600 [  2483] By: jhi                                   on 1998/12/14  17:58:35
16601     Log: lib was missing from @INC.
16602  Branch: cfgperl
16603        ! t/op/tr.t
16604 ____________________________________________________________________________
16605 [  2482] By: jhi                                   on 1998/12/14  17:52:42
16606     Log: Was missing use Text::Wrap.
16607  Branch: cfgperl
16608        ! t/lib/textfill.t
16609 ____________________________________________________________________________
16610 [  2481] By: jhi                                   on 1998/12/14  16:00:22
16611     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
16612          
16613          From: Jonathan Roy <roy@idle.com>
16614          To: perl5-porters@perl.org
16615          Subject: nlist.h add to Configure checks?
16616          Date: Sun, 13 Dec 1998 22:22:49 -0500
16617          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
16618  Branch: cfgperl
16619        + ext/DynaLoader/hints/linux.pl
16620        ! MANIFEST
16621 ____________________________________________________________________________
16622 [  2480] By: jhi                                   on 1998/12/14  15:02:44
16623     Log: Give up completely using nm in AIX.
16624          
16625          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16626          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
16627          Cc: perl5-porters@perl.org
16628          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
16629          Date: Thu, 10 Dec 1998 00:51:46 -0500
16630          Message-ID: <19981210005146.B29986@O2.chapin.edu>
16631  Branch: cfgperl
16632        ! hints/aix.sh
16633 ____________________________________________________________________________
16634 [  2479] By: jhi                                   on 1998/12/14  14:39:52
16635     Log: AIX' error messages are different.
16636          
16637          From: "Kurt D. Starsinic" <kstar@chapin.edu>
16638          To: Gurusamy Sarathy <gsar@engin.umich.edu>
16639          Cc: perl5-porters@perl.org
16640          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
16641          Date: Thu, 10 Dec 1998 00:42:36 -0500
16642          Message-ID: <19981210004236.A29986@O2.chapin.edu>
16643          
16644          From: Michael Engel <engel@nms1.cc.huji.ac.il>
16645          To: perlbug@perl.com
16646          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
16647          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
16648          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
16649  Branch: cfgperl
16650        ! t/pragma/warn/doio
16651 ____________________________________________________________________________
16652 [  2475] By: jhi                                   on 1998/12/13  12:35:55
16653     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16654          To: jhi@iki.fi
16655          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
16656          Subject: Re: stuff related to malloc.c
16657          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
16658          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
16659  Branch: cfgperl
16660        ! malloc.c
16661 ____________________________________________________________________________
16662 [  2474] By: jhi                                   on 1998/12/13  12:32:42
16663     Log: Some notes about porting issues.
16664  Branch: cfgperl
16665        ! Porting/pumpkin.pod
16666 ____________________________________________________________________________
16667 [  2473] By: jhi                                   on 1998/12/13  12:03:58
16668     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
16669          To: Perl 5 Porters <perl5-porters@perl.org>
16670          Subject: [patch 5.005_02] dos-djgpp update
16671          Date: Sun, 13 Dec 1998 00:08:44 +0100
16672          Message-ID: <19981213000844.C264@beeblebrox>
16673  Branch: cfgperl
16674        ! djgpp/config.over
16675 ____________________________________________________________________________
16676 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
16677     Log: undo changes to Exporter.pm from #2312
16678  Branch: maint-5.005/perl
16679        ! lib/Exporter.pm
16680 ____________________________________________________________________________
16681 [  2465] By: jhi                                   on 1998/12/12  12:31:21
16682     Log: Document that qw() taints.
16683          
16684          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
16685          To: perlbug@perl.com 
16686          Subject: taint problems
16687          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
16688          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
16689  Branch: cfgperl
16690        ! pod/perlop.pod
16691 ____________________________________________________________________________
16692 [  2464] By: jhi                                   on 1998/12/11  14:09:51
16693     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
16694          To: dist-users@foretune.co.jp
16695          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
16696          Date: Mon, 07 Dec 1998 20:13:04 -0400
16697          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
16698  Branch: cfgperl
16699        ! Configure
16700 ____________________________________________________________________________
16701 [  2463] By: jhi                                   on 1998/12/11  13:29:54
16702     Log: MAXPATHLEN.
16703  Branch: cfgperl
16704        ! perl.h
16705 ____________________________________________________________________________
16706 [  2462] By: jhi                                   on 1998/12/11  08:37:58
16707     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
16708          To: perl5-porters@perl.org
16709          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
16710          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
16711          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
16712  Branch: cfgperl
16713        + hints/gnu.sh
16714 ____________________________________________________________________________
16715 [  2461] By: nick                                  on 1998/12/10  21:00:50
16716     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
16717          From: Vishal Bhatia <vishalb@hotmail.com>
16718          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
16719          2. Fixes the bug  regarding return value of c-functions generated out 
16720          of perl subs. ( Just includes the patch I sent earlier)
16721          3. Incorporates the other changes that need to be done to get CC.pm
16722          use ISA search for packages and methods on the same lines as C.pm
16723          
16724          Vishal would appreciate comments about B::Stackobj changes from 
16725          someone knowing that module well.
16726  Branch: perl
16727        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16728 ____________________________________________________________________________
16729 [  2460] By: jhi                                   on 1998/12/08  08:11:27
16730     Log: Integrate from mainperl.
16731  Branch: cfgperl
16732       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16733       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
16734       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
16735       !> toke.c util.c
16736 ____________________________________________________________________________
16737 [  2459] By: jhi                                   on 1998/12/07  07:50:11
16738     Log: From: hansm@icgroup.nl 
16739          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16740          Reply-To: hansmu@xs4all.nl 
16741          To: perlbug@perl.com 
16742          Date: Sun, 6 Dec 98 22:19:54 +0100 
16743          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
16744  Branch: cfgperl
16745        ! util.c
16746 ____________________________________________________________________________
16747 [  2458] By: gsar                                  on 1998/12/07  06:00:55
16748     Log: fix dup lexical
16749  Branch: perl
16750        ! ext/B/B/Deparse.pm t/lib/io_unix.t
16751 ____________________________________________________________________________
16752 [  2457] By: gsar                                  on 1998/12/06  14:38:59
16753     Log: mention limit on line numbers reported by diagnostics
16754  Branch: perl
16755        ! pod/perl.pod toke.c
16756 ____________________________________________________________________________
16757 [  2456] By: gsar                                  on 1998/12/06  13:49:02
16758     Log: branch perldelta.pod
16759  Branch: maint-5.005/perl
16760       +> pod/perldelta.pod
16761 ____________________________________________________________________________
16762 [  2455] By: gsar                                  on 1998/12/06  13:47:21
16763     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
16764  Branch: maint-5.005/perl
16765        - pod/perldelta.pod
16766 ____________________________________________________________________________
16767 [  2454] By: gsar                                  on 1998/12/06  13:35:31
16768     Log: fix outdated/incorrect info about arbitrary limits
16769  Branch: perl
16770        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
16771        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
16772 ____________________________________________________________________________
16773 [  2453] By: nick                                  on 1998/12/05  16:14:42
16774     Log: Avoid hard-coding op numbers
16775          Update CC.pm to save %INC, and to co-exist with new C.pm
16776  Branch: perl
16777        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
16778 ____________________________________________________________________________
16779 [  2452] By: nick                                  on 1998/12/05  10:44:28
16780     Log: B.xs had its own code to calculate hash() which differed from
16781          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
16782          which meant that run-time require was re-done.
16783          Removed some debug from C.pm
16784  Branch: perl
16785        ! ext/B/B.xs ext/B/B/C.pm
16786 ____________________________________________________________________________
16787 [  2451] By: nick                                  on 1998/12/04  21:58:49
16788     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
16789          well as _54, but with pre-scan for classes and save the ISA scheme.
16790  Branch: perl
16791        ! ext/B/B/C.pm
16792 ____________________________________________________________________________
16793 [  2450] By: nick                                  on 1998/12/04  17:58:44
16794     Log: Vishal Bhatia's patch as a basis.
16795  Branch: perl
16796        ! ext/B/B/C.pm ext/B/B/CC.pm
16797 ____________________________________________________________________________
16798 [  2449] By: jhi                                   on 1998/12/04  16:39:21
16799     Log: Integrate from mainperl.
16800  Branch: cfgperl
16801       !> t/op/goto.t t/op/tr.t
16802 ____________________________________________________________________________
16803 [  2448] By: gsar                                  on 1998/12/04  06:06:49
16804     Log: tweak test for UTEST
16805  Branch: perl
16806        ! t/op/tr.t
16807 ____________________________________________________________________________
16808 [  2444] By: jhi                                   on 1998/12/03  14:37:22
16809     Log: s/\bthe the\b/the/g *.pod
16810  Branch: cfgperl
16811        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
16812 ____________________________________________________________________________
16813 [  2443] By: jhi                                   on 1998/12/03  13:39:53
16814     Log: Change#2441 aftermath.
16815  Branch: cfgperl
16816        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16817        ! config_h.SH thread.h vms/subconfigure.com
16818 ____________________________________________________________________________
16819 [  2441] By: jhi                                   on 1998/12/03  08:15:13
16820     Log: From: Dan Sugalski <sugalskd@osshe.edu>
16821          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
16822          Subject: [PATCH 5.005_54]Initial VMS patches
16823          Date: 3 Dec 1998 01:05:55 +0200
16824          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
16825          
16826          The patch to config_h.SH requires more study because
16827          metaconfig needs to agree.
16828  Branch: cfgperl
16829        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
16830        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
16831        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
16832 ____________________________________________________________________________
16833 [  2440] By: gsar                                  on 1998/12/03  01:32:16
16834     Log: add failed check-in of goto.t from change#1867
16835  Branch: perl
16836        ! t/op/goto.t
16837 ____________________________________________________________________________
16838 [  2437] By: jhi                                   on 1998/12/02  18:03:51
16839     Log: Fix most of the bad L<> links of
16840          
16841          From: Tom Christiansen <tchrist@jhereg.perl.com> 
16842          Subject: bad L<> links
16843          Reply-to: tchrist@perl.com 
16844          To: perlbug@jhereg.perl.com 
16845          Date: Tue, 11 Aug 1998 10:58:07 -0500 
16846          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
16847          
16848          The ones not fixed may require darker Pod::HTML magic,
16849          for example the perlguts.html#tags should work fine, IMHO.
16850  Branch: cfgperl
16851        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
16852        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
16853        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
16854        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
16855        ! pod/perlvar.pod
16856 ____________________________________________________________________________
16857 [  2436] By: jhi                                   on 1998/12/02  16:35:04
16858     Log: One paste too many in #2345.
16859  Branch: cfgperl
16860        ! lib/Pod/Html.pm
16861 ____________________________________________________________________________
16862 [  2435] By: jhi                                   on 1998/12/02  16:32:33
16863     Log: Pod::Html and Pod::Text were not locale-savvy:
16864          for example in =head1 all non-ASCII-\w-runs were
16865          turned into underscores in NAME tags.  This could
16866          result in several NAME tags becoming identical.
16867          Reported by:
16868          
16869          From: Fyodor Krasnov <fyodor@aha.ru> 
16870          Subject: pod2html vs Russian Characters
16871          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
16872          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
16873          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
16874  Branch: cfgperl
16875        ! lib/Pod/Html.pm lib/Pod/Text.pm
16876 ____________________________________________________________________________
16877 [  2434] By: jhi                                   on 1998/12/02  10:29:00
16878     Log: The real Mc5_54 integration.
16879  Branch: cfgperl
16880       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
16881 ____________________________________________________________________________
16882 [  2433] By: jhi                                   on 1998/12/02  08:52:13
16883     Log: From: Andy Dougherty <doughera@lafayette.edu>
16884          To: Perl Porters <perl5-porters@perl.org>
16885          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
16886          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
16887          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
16888  Branch: cfgperl
16889        ! Configure
16890 ____________________________________________________________________________
16891 [  2432] By: jhi                                   on 1998/12/02  08:49:47
16892     Log: From: Andy Dougherty <doughera@lafayette.edu>
16893          To: Perl Porters <perl5-porters@perl.org>
16894          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
16895          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
16896          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
16897  Branch: cfgperl
16898        ! Configure
16899 ____________________________________________________________________________
16900 [  2431] By: jhi                                   on 1998/12/01  16:11:50
16901     Log: From: achampio@lehman.com (Alan Champion)
16902          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
16903          To: perlbug@perl.com
16904          Date: 1 Dec 1998 17:36:33 +0200
16905          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
16906          
16907          Skip NIS includes.
16908  Branch: cfgperl
16909        ! t/op/pwent.t
16910 ____________________________________________________________________________
16911 [  2430] By: gsar                                  on 1998/12/01  12:12:50
16912     Log: 5.005_54, as released
16913  Branch: perl
16914        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
16915 ____________________________________________________________________________
16916 [  2429] By: jhi                                   on 1998/12/01  11:28:39
16917     Log: From: Anton Berezin <tobez@plab.ku.dk>
16918          To: perl5-porters@perl.org
16919          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
16920          Date: 30 Nov 1998 19:46:24 +0100
16921          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
16922  Branch: cfgperl
16923        ! hints/freebsd.sh
16924 ____________________________________________________________________________
16925 [  2428] By: jhi                                   on 1998/12/01  11:08:16
16926     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
16927  Branch: cfgperl
16928       +> (branch 30 files)
16929       !> (integrate 71 files)
16930 ____________________________________________________________________________
16931 [  2427] By: jhi                                   on 1998/12/01  10:51:37
16932     Log: Default to accepting a hinted $randfunc even when $csym
16933          does not find it.  (the previous defaylt behaviour was not
16934          to accept).
16935  Branch: cfgperl
16936        ! Configure
16937 ____________________________________________________________________________
16938 [  2426] By: jhi                                   on 1998/12/01  10:13:03
16939     Log: Separated the [:foo:] parsing to its own function.
16940          Passes all tests.
16941  Branch: cfgperl
16942        ! regcomp.c
16943 ____________________________________________________________________________
16944 [  2425] By: jhi                                   on 1998/12/01  08:22:49
16945     Log: Typo in comments.
16946  Branch: cfgperl
16947        ! regexec.c
16948 ____________________________________________________________________________
16949 [  2424] By: jhi                                   on 1998/12/01  08:21:38
16950     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16951          Subject: [PATCH 5.005_*] Debugger 'v' command
16952          To: perl5-porters@perl.org (Mailing list Perl5)
16953          Date: 1 Dec 1998 07:55:11 +0200
16954          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
16955  Branch: cfgperl
16956        ! lib/perl5db.pl
16957 ____________________________________________________________________________
16958 [  2423] By: jhi                                   on 1998/12/01  08:19:08
16959     Log: From: pvhp@forte.com (Peter Prymmer)
16960          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
16961          To: perl5-porters@perl.org
16962          Date: 1 Dec 1998 07:27:11 +0200
16963          Message-ID: <MLIST_9812010508.AA07791@forte.com>
16964  Branch: cfgperl
16965        ! hints/os390.sh
16966 ____________________________________________________________________________
16967 [  2417] By: jhi                                   on 1998/11/30  08:14:00
16968     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
16969  Branch: cfgperl
16970        ! ext/Socket/Socket.xs
16971 ____________________________________________________________________________
16972 [  2416] By: jhi                                   on 1998/11/30  08:00:15
16973     Log: Undo #2395, seems more like a problem in netbsd-current.
16974  Branch: cfgperl
16975        ! util.c
16976
16977 ----------------
16978 Version 5.005_54
16979 ----------------
16980
16981 ____________________________________________________________________________
16982 [  2414] By: gsar                                  on 1998/11/30  02:23:55
16983     Log: more JPL tweaks
16984  Branch: perl
16985        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
16986        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
16987 ____________________________________________________________________________
16988 [  2413] By: gsar                                  on 1998/11/30  01:35:56
16989     Log: stub bin/jpl that just runs JPL::Compile::files()
16990  Branch: perl
16991        + jpl/bin/jpl
16992 ____________________________________________________________________________
16993 [  2412] By: gsar                                  on 1998/11/30  01:32:14
16994     Log: delete symlink
16995  Branch: perl
16996        - jpl/bin/jpl
16997 ____________________________________________________________________________
16998 [  2410] By: gsar                                  on 1998/11/30  01:30:44
16999     Log: branch jpl from perlext to perl
17000  Branch: perl
17001       +> (branch 30 files)
17002 ____________________________________________________________________________
17003 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17004     Log: JPL tweaks to build with 5.005
17005  Branch: perlext
17006        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17007        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17008 ____________________________________________________________________________
17009 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17010     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17011  Branch: perl
17012        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17013 ____________________________________________________________________________
17014 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17015     Log: patchlevel up to 54
17016  Branch: perl
17017        ! patchlevel.h win32/Makefile win32/config_H.bc
17018        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17019 ____________________________________________________________________________
17020 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17021     Log: integrate cfgperl changes into mainline
17022  Branch: perl
17023       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17024       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17025 ____________________________________________________________________________
17026 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17027     Log: sync Text::Wrap version number
17028  Branch: perl
17029        ! lib/Text/Wrap.pm
17030 ____________________________________________________________________________
17031 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17032     Log: textfill.t tweak
17033  Branch: perl
17034        ! t/lib/textfill.t
17035 ____________________________________________________________________________
17036 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17037     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17038          <muir@idiom.com>
17039  Branch: perl
17040        + t/lib/textfill.t
17041        ! MANIFEST lib/Text/Wrap.pm
17042 ____________________________________________________________________________
17043 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17044     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17045          has happened without the authors knowledge or consent; the subversive
17046          version (which is in 5.00502) breaks one of the tests in the
17047          authors testsuite; attempts are being made to find a fix that
17048          avoids breaking code already running with the 5.005_02 version
17049          From:    David Muir Sharnoff <muir@idiom.com>
17050          Date:    Sat, 28 Nov 1998 04:34:17 PST
17051          Message-Id: <199811281234.EAA03082@idiom.com>
17052          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17053  Branch: perl
17054        ! lib/Text/Wrap.pm t/lib/textwrap.t
17055 ____________________________________________________________________________
17056 [  2397] By: nick                                  on 1998/11/29  20:13:58
17057     Log: Update docs and English.pm for $^C
17058  Branch: perl
17059        ! lib/English.pm pod/perlvar.pod
17060 ____________________________________________________________________________
17061 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17062     Log: Mirror #2384.
17063  Branch: cfgperl
17064        ! t/op/pwent.t
17065 ____________________________________________________________________________
17066 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17067     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17068  Branch: cfgperl
17069        ! util.c
17070 ____________________________________________________________________________
17071 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17072     Log: updated perlreftut.pod
17073  Branch: perl
17074        ! pod/perlreftut.pod
17075 ____________________________________________________________________________
17076 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17077     Log: misc tweaks
17078  Branch: perl
17079        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17080 ____________________________________________________________________________
17081 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17082     Log: notes about -DPERL_POLLUTE
17083  Branch: perl
17084        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17085 ____________________________________________________________________________
17086 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17087     Log: explain various win32 build caveats more clearly
17088  Branch: perl
17089        ! README.win32 win32/Makefile win32/makefile.mk
17090 ____________________________________________________________________________
17091 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17092     Log: remove I_POLL detection (Configure will do that now)
17093  Branch: perl
17094        ! ext/IO/Makefile.PL
17095 ____________________________________________________________________________
17096 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17097     Log: Add I_POLL for IO 1.20.
17098  Branch: cfgperl
17099        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17100        ! config_h.SH
17101 ____________________________________________________________________________
17102 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17103     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17104  Branch: perl
17105        + Porting/p4desc
17106        ! MANIFEST
17107 ____________________________________________________________________________
17108 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17109     Log: another threads reliability fix: serialize writes to thr->threadsv
17110          avoid most uses of PL_na (which is much more inefficient than a
17111          simple local); update docs to suit; PL_na now being thr->Tna may
17112          be a minor compatibility issue for extensions--will require dTHR
17113          outside of XSUBs (those get automatic dTHR)
17114  Branch: perl
17115        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
17116        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
17117        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
17118        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
17119        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
17120        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
17121        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
17122        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
17123        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
17124 ____________________________________________________________________________
17125 [  2386] By: jhi                                   on 1998/11/29  15:40:42
17126     Log: Tune the "if" entry.
17127  Branch: cfgperl
17128        ! pod/perlfunc.pod
17129 ____________________________________________________________________________
17130 [  2385] By: gsar                                  on 1998/11/29  12:40:28
17131     Log: various fixes for race conditions under threads: mutex locks based
17132          on PL_threadnum were seriously flawed, since it means more than one
17133          thread could enter the critical region; PL_na was global instead of
17134          thread-local; child thread could finish and free thr structures
17135          before Thread->new() got around to creating the Thread object;
17136          cv_clone() needed locking, as it mucks with PL_comppad and other
17137          global data; new_struct_thread() needed to lock template-thread's
17138          mutex while copying its data
17139  Branch: perl
17140        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
17141        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
17142 ____________________________________________________________________________
17143 [  2384] By: gsar                                  on 1998/11/29  10:54:38
17144     Log: s/warn/print/ on multiply defined groups
17145  Branch: perl
17146        ! t/op/grent.t
17147 ____________________________________________________________________________
17148 [  2383] By: gsar                                  on 1998/11/29  10:48:39
17149     Log: backout change#2334
17150  Branch: perl
17151        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17152 ____________________________________________________________________________
17153 [  2382] By: jhi                                   on 1998/11/29  10:33:40
17154     Log: Better NetInfo behaviour.
17155  Branch: cfgperl
17156        ! t/op/grent.t t/op/pwent.t
17157 ____________________________________________________________________________
17158 [  2381] By: jhi                                   on 1998/11/29  10:08:15
17159     Log: Integrate from mainperl.
17160  Branch: cfgperl
17161       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17162       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17163       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
17164       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
17165       +> t/lib/io_poll.t t/lib/io_unix.t
17166       !> (integrate 58 files)
17167 ____________________________________________________________________________
17168 [  2380] By: gsar                                  on 1998/11/29  08:22:49
17169     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
17170          Tim Bunce)
17171  Branch: perl
17172        ! gv.c
17173 ____________________________________________________________________________
17174 [  2379] By: gsar                                  on 1998/11/29  07:06:43
17175     Log: fix for pat.t failure under USE_THREADS
17176  Branch: perl
17177        ! pp_ctl.c regexec.c
17178 ____________________________________________________________________________
17179 [  2378] By: nick                                  on 1998/11/28  22:46:57
17180     Log: More C.pm tweaks
17181          Save globs even if we have saved cv itself before - may be imported.
17182          
17183          While we don't save "bootstrap" CV we need to provide a stub,
17184          so that if we require it later we don't fall through and attempt
17185          to DynaLoad module again.
17186          
17187          Attempt to save %INC so that "require" does not reload things
17188          we have compiled-in (does not work right yet - seems to be due
17189          to PL_incgv being created in perl_parse() current scheme setting 
17190          GvHV() is "better" than saving the glob, but still does not 
17191          work as I expect). 
17192  Branch: perl
17193        ! ext/B/B/C.pm
17194 ____________________________________________________________________________
17195 [  2377] By: gsar                                  on 1998/11/28  22:30:38
17196     Log: various tweaks; result passes all tests for normal build on Solaris;
17197          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
17198          win32 due to lack of select() that works on non-socket fds
17199  Branch: perl
17200        ! ext/IO/poll.c regcomp.c regexec.c scope.c
17201        ! t/lib/io_multihomed.t win32/makefile.mk
17202 ____________________________________________________________________________
17203 [  2376] By: gsar                                  on 1998/11/28  20:44:39
17204     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
17205  Branch: perl
17206        ! myconfig
17207 ____________________________________________________________________________
17208 [  2375] By: gsar                                  on 1998/11/28  20:42:58
17209     Log: integrate cfgperl changes into mainline
17210  Branch: perl
17211       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
17212       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
17213 ____________________________________________________________________________
17214 [  2374] By: gsar                                  on 1998/11/28  20:02:03
17215     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17216          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
17217          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
17218          Subject: [PATCH 5.00553] Yet another OS/2 patch
17219  Branch: perl
17220        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
17221 ____________________________________________________________________________
17222 [  2373] By: gsar                                  on 1998/11/28  19:30:06
17223     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17224          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
17225          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
17226          Subject: [PATCH 5.005_53] Change $#+
17227  Branch: perl
17228        ! mg.c pod/perlvar.pod t/op/pat.t
17229 ____________________________________________________________________________
17230 [  2372] By: gsar                                  on 1998/11/28  19:28:00
17231     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17232          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
17233          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
17234          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
17235  Branch: perl
17236        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
17237        ! thrdvar.h
17238 ____________________________________________________________________________
17239 [  2371] By: gsar                                  on 1998/11/28  19:23:53
17240     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17241          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
17242          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
17243          Subject: [PATCH 5.005_53] better -Mre=debugcolor
17244  Branch: perl
17245        ! embedvar.h objXSUB.h regexec.c thrdvar.h
17246 ____________________________________________________________________________
17247 [  2370] By: gsar                                  on 1998/11/28  19:21:17
17248     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17249          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
17250          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
17251          Subject: [PATCH 5.005_*] regcolors
17252  Branch: perl
17253        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
17254 ____________________________________________________________________________
17255 [  2369] By: gsar                                  on 1998/11/28  19:00:15
17256     Log: allow final period in a file (not followed by a newline) to
17257          terminate format spec
17258  Branch: perl
17259        ! toke.c
17260 ____________________________________________________________________________
17261 [  2368] By: gsar                                  on 1998/11/28  18:58:25
17262     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
17263          add C<$Config{installarchlib}/CORE> to the default locations searched
17264          on win32
17265  Branch: perl
17266        ! lib/ExtUtils/Liblist.pm
17267 ____________________________________________________________________________
17268 [  2367] By: gsar                                  on 1998/11/28  18:46:05
17269     Log: applied suggested patch with PERL_OBJECT tweaks
17270          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17271          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
17272          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
17273          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
17274  Branch: perl
17275        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
17276        ! regexec.c t/op/pat.t thrdvar.h
17277 ____________________________________________________________________________
17278 [  2366] By: gsar                                  on 1998/11/28  18:38:34
17279     Log: additional documentation for qr//
17280          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17281          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
17282          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
17283          Subject: [PATCH 5.005_*] Documentation (fwd)
17284  Branch: perl
17285        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
17286 ____________________________________________________________________________
17287 [  2365] By: gsar                                  on 1998/11/28  18:35:35
17288     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17289          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
17290          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
17291          Subject: [PATCH 5.005_*] Fix \G in REx without //g
17292  Branch: perl
17293        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
17294        ! regexp.h t/op/pat.t thrdvar.h
17295 ____________________________________________________________________________
17296 [  2364] By: gsar                                  on 1998/11/28  18:24:20
17297     Log: update Test.pm to Test-1.12; tweak 're' detection
17298  Branch: perl
17299        ! lib/Test.pm
17300 ____________________________________________________________________________
17301 [  2363] By: gsar                                  on 1998/11/28  18:12:04
17302     Log: avoid command-line quoting portability problems in lex_assign.t
17303  Branch: perl
17304        ! t/op/lex_assign.t
17305 ____________________________________________________________________________
17306 [  2362] By: gsar                                  on 1998/11/28  18:08:50
17307     Log: From: John Tobey <jtobey@channel1.com>
17308          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
17309          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
17310          Subject: PATCH: document English.pm sawampersand and thread issues
17311  Branch: perl
17312        ! lib/English.pm pod/perlvar.pod
17313 ____________________________________________________________________________
17314 [  2361] By: gsar                                  on 1998/11/28  18:03:04
17315     Log: fix uninitialized warnings
17316          From: Brian Callaghan <callagh@itginc.com>
17317          Date: Thu, 19 Nov 1998 17:49:10 -0800
17318          Message-Id: <3654CA96.B64FCAEB@itginc.com>
17319          Subject: Complete.pm patch (version 1.1)
17320  Branch: perl
17321        ! lib/Term/Complete.pm
17322 ____________________________________________________________________________
17323 [  2360] By: gsar                                  on 1998/11/28  17:59:16
17324     Log: s/Array/List/ suggested by John Tobey
17325  Branch: perl
17326        ! pod/perldata.pod
17327 ____________________________________________________________________________
17328 [  2359] By: gsar                                  on 1998/11/28  17:47:48
17329     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
17330  Branch: perl
17331        ! lib/Tie/Handle.pm pod/perlfunc.pod
17332 ____________________________________________________________________________
17333 [  2358] By: jhi                                   on 1998/11/28  17:23:15
17334     Log: Revamp the locale tests.
17335          (0) Instead of rewiring a few locales scan for them.
17336          (1) Bogus test #101 removed.
17337          (2) All the locales are checked, the lists of failed
17338          and non-failed ones are displayed.
17339          (3) The test #103 is again 'active' so that it may fail.
17340          (4) To balance (3) a hopefully pacifying message is shown
17341          if the #103 fails.
17342  Branch: cfgperl
17343        ! t/pragma/locale.t
17344 ____________________________________________________________________________
17345 [  2357] By: gsar                                  on 1998/11/28  17:21:07
17346     Log: add perlreftut.pod
17347  Branch: perl
17348        + pod/perlreftut.pod
17349        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
17350        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
17351        ! win32/pod.mak
17352 ____________________________________________________________________________
17353 [  2356] By: jhi                                   on 1998/11/28  16:58:01
17354     Log: Change #2346 fallout.
17355  Branch: cfgperl
17356        ! t/op/undef.t
17357 ____________________________________________________________________________
17358 [  2355] By: gsar                                  on 1998/11/28  16:46:43
17359     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
17360          ANSI prototypes
17361  Branch: perl
17362        ! ext/IO/IO.xs
17363 ____________________________________________________________________________
17364 [  2354] By: gsar                                  on 1998/11/28  16:08:07
17365     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
17366          keep platform hacks that aren't in the 1.20 dist; add new files
17367          to MANIFEST; hack Makefile.PL; result hasn't been tested
17368          anywhere
17369  Branch: perl
17370        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17371        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17372        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
17373        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
17374        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
17375        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17376        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17377        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17378        ! t/lib/io_sock.t t/lib/io_udp.t
17379 ____________________________________________________________________________
17380 [  2353] By: jhi                                   on 1998/11/28  15:51:03
17381     Log: Locale collation, ctype, and numeric, were initialized wrong
17382          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
17383          as reported by
17384          
17385          From: Ilya.Sandler@etak.com (Ilya Sandler)
17386          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
17387          To: perlbug@perl.com
17388          Date: 25 Nov 1998 04:53:52 +0200
17389          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
17390  Branch: cfgperl
17391        ! util.c
17392 ____________________________________________________________________________
17393 [  2352] By: nick                                  on 1998/11/28  15:21:59
17394     Log: Implement $^C to allow perl access to -c flag - I think this 
17395          was agreed once...
17396  Branch: perl
17397        ! gv.c mg.c
17398 ____________________________________________________________________________
17399 [  2351] By: jhi                                   on 1998/11/28  15:14:24
17400     Log: Change #2251 fixup.
17401  Branch: cfgperl
17402        ! myconfig
17403 ____________________________________________________________________________
17404 [  2350] By: jhi                                   on 1998/11/28  14:58:19
17405     Log: Integrate from mainperl.
17406  Branch: cfgperl
17407       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17408       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17409       +> pod/perl5005delta.pod
17410       !> (integrate 49 files)
17411 ____________________________________________________________________________
17412 [  2349] By: jhi                                   on 1998/11/28  14:27:36
17413     Log: Passwd and group file groveling.
17414  Branch: cfgperl
17415        ! t/op/grent.t t/op/pwent.t
17416 ____________________________________________________________________________
17417 [  2348] By: gsar                                  on 1998/11/28  14:09:50
17418     Log: more conservative version of changes#2345,2346,2347; those break
17419          C<defined(@{"foo::ISA"})> which seems to be extensively used in
17420          the libs :-(
17421  Branch: perl
17422        ! pp.c t/op/method.t
17423 ____________________________________________________________________________
17424 [  2347] By: gsar                                  on 1998/11/28  13:36:08
17425     Log: tweak bogus test
17426  Branch: perl
17427        ! t/op/method.t
17428 ____________________________________________________________________________
17429 [  2346] By: gsar                                  on 1998/11/28  13:20:34
17430     Log: test cases for previous change
17431  Branch: perl
17432        ! t/op/undef.t
17433 ____________________________________________________________________________
17434 [  2345] By: gsar                                  on 1998/11/28  13:07:17
17435     Log: fix typo in pp_defined() causing C<defined %tied> to fail
17436  Branch: perl
17437        ! pp.c
17438 ____________________________________________________________________________
17439 [  2344] By: gsar                                  on 1998/11/28  13:03:29
17440     Log: s/comment/comment_t/ tweak (suggested by John Gorman
17441          <jgorman@webbysoft.com>)
17442  Branch: perl
17443        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17444 ____________________________________________________________________________
17445 [  2343] By: gsar                                  on 1998/11/28  12:52:40
17446     Log: add (stub) perldelta.pod
17447  Branch: perl
17448        + pod/perldelta.pod
17449 ____________________________________________________________________________
17450 [  2342] By: gsar                                  on 1998/11/28  12:49:26
17451     Log: rename perldelta.pod to perl5005delta.pod in preparation for
17452          starting a new one
17453  Branch: perl
17454       +> pod/perl5005delta.pod
17455        - pod/perldelta.pod
17456        ! MANIFEST pod/perl.pod
17457 ____________________________________________________________________________
17458 [  2341] By: gsar                                  on 1998/11/28  12:41:55
17459     Log: fix MALLOC_LOCK #define
17460  Branch: perl
17461        ! malloc.c
17462 ____________________________________________________________________________
17463 [  2340] By: gsar                                  on 1998/11/28  12:18:23
17464     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17465          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
17466          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
17467          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
17468  Branch: perl
17469        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
17470 ____________________________________________________________________________
17471 [  2339] By: jhi                                   on 1998/11/28  11:59:01
17472     Log: Add -lm to dynix/ptx POSIX hints.
17473          From: "Martin J. Bligh" <mbligh@sequent.com>
17474          To: jhi@iki.fi
17475          Subject: Re: Making Perl work on DYNIX/ptx
17476          Date: Wed, 25 Nov 1998 10:34:41 -0800
17477          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
17478  Branch: cfgperl
17479        ! ext/POSIX/hints/dynixptx.pl
17480 ____________________________________________________________________________
17481 [  2338] By: jhi                                   on 1998/11/28  11:57:19
17482     Log: Detypo.
17483  Branch: cfgperl
17484        ! lib/filetest.pm
17485 ____________________________________________________________________________
17486 [  2337] By: jhi                                   on 1998/11/28  11:56:29
17487     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
17488  Branch: cfgperl
17489        ! Configure
17490 ____________________________________________________________________________
17491 [  2336] By: gsar                                  on 1998/11/28  11:41:14
17492     Log: teach CPAN.pm to ignore beta perl distributions when looking for
17493          modules
17494          From: root@dogberry.rutgers.edu (root)
17495          Date: Thu, 12 Nov 1998 23:08:39 -0500
17496          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
17497          Subject: recompile tries getting a perl distribution
17498  Branch: perl
17499        ! lib/CPAN.pm
17500 ____________________________________________________________________________
17501 [  2335] By: gsar                                  on 1998/11/28  11:27:46
17502     Log: make $1 et al readonly under threads; make C<undef $1> fail like
17503          C<$1 = undef> does
17504  Branch: perl
17505        ! op.c pp.c t/op/undef.t
17506 ____________________________________________________________________________
17507 [  2334] By: gsar                                  on 1998/11/28  10:24:52
17508     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
17509  Branch: perl
17510        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17511 ____________________________________________________________________________
17512 [  2333] By: gsar                                  on 1998/11/28  09:36:40
17513     Log: document changed PERL_HASH()
17514  Branch: perl
17515        ! pod/perlfunc.pod pod/perlguts.pod
17516 ____________________________________________________________________________
17517 [  2332] By: nick                                  on 1998/11/27  21:10:27
17518     Log: Handle INIT list in C.pm
17519          1. Provide init_av() from B.xs
17520          2. Export it in B.pm
17521          3. Use it in C.pm
17522          Also disable some pruning in savecv() which seems to undo
17523          my previous patch.
17524          Experimental feature - save pathnames of .so files in easily 
17525          grep-able form for use in wrapper to feed to linker.  
17526  Branch: perl
17527        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17528 ____________________________________________________________________________
17529 [  2327] By: gsar                                  on 1998/11/27  15:12:01
17530     Log: integrate change#2315 from maint-5.005
17531  Branch: perl
17532        ! t/op/sort.t
17533       !> op.c sv.c
17534 ____________________________________________________________________________
17535 [  2326] By: gsar                                  on 1998/11/27  15:00:42
17536     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
17537  Branch: perl
17538       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
17539       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17540       !> lib/ExtUtils/typemap
17541 ____________________________________________________________________________
17542 [  2325] By: gsar                                  on 1998/11/27  14:46:18
17543     Log: malloc bugfix and documentation from Ilya Zakharevich
17544          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
17545          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
17546          Subject: [PATCH 5.005_*] Re: Internal coredump
17547          --
17548          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
17549          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
17550          Subject: [PATCH 5.005_*] malloc.c documentation
17551  Branch: perl
17552        ! malloc.c
17553 ____________________________________________________________________________
17554 [  2324] By: gsar                                  on 1998/11/27  14:41:38
17555     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
17556  Branch: perl
17557        ! ext/B/B/C.pm
17558 ____________________________________________________________________________
17559 [  2323] By: gsar                                  on 1998/11/27  14:33:44
17560     Log: From: maeda@src.ricoh.co.jp
17561          Date: Tue, 24 Nov 1998 10:37:45 +0900
17562          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
17563          Subject: format "..." bug
17564  Branch: perl
17565        ! pp_ctl.c t/op/write.t
17566 ____________________________________________________________________________
17567 [  2322] By: gsar                                  on 1998/11/27  14:20:12
17568     Log: add ext/Devel/Peek
17569          From: jan.dubois@ibm.net (Jan Dubois)
17570          Date: Mon, 23 Nov 1998 00:48:11 +0100
17571          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
17572          Subject: [PATCH 5.005_53] Devel::Peek integration
17573  Branch: perl
17574        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
17575        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17576        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
17577        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
17578        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17579 ____________________________________________________________________________
17580 [  2321] By: gsar                                  on 1998/11/27  13:03:08
17581     Log: ensure 'make regen_headers' even without perl installed
17582          (suggested by Ilya Zakharevich)
17583  Branch: perl
17584        ! bytecode.pl warning.pl
17585 ____________________________________________________________________________
17586 [  2320] By: gsar                                  on 1998/11/27  12:58:36
17587     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17588          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
17589          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
17590          Subject: [PATCH 5.005_*] Cosmetic malloc patch
17591  Branch: perl
17592        ! malloc.c
17593 ____________________________________________________________________________
17594 [  2319] By: gsar                                  on 1998/11/27  12:56:13
17595     Log: eliminate dup hunk from integration
17596  Branch: perl
17597        ! lib/filetest.pm perl.h
17598 ____________________________________________________________________________
17599 [  2318] By: gsar                                  on 1998/11/27  12:50:08
17600     Log: integrate cfgperl changes into mainline
17601  Branch: perl
17602       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17603        ! pod/perlfaq4.pod
17604       !> (integrate 30 files)
17605 ____________________________________________________________________________
17606 [  2317] By: jhi                                   on 1998/11/27  11:38:13
17607     Log: C<-x>.
17608  Branch: cfgperl
17609        ! lib/filetest.pm
17610 ____________________________________________________________________________
17611 [  2316] By: jhi                                   on 1998/11/27  11:10:22
17612     Log: Integrate from mainperl.
17613  Branch: cfgperl
17614       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
17615       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
17616       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
17617       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
17618       !> win32/win32sck.c
17619 ____________________________________________________________________________
17620 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
17621     Log: integrate change#2246 from mainline, while still allowing
17622          C<sort $globref @foo>
17623          
17624          allow C<sort $coderef @foo>
17625  Branch: maint-5.005/perl
17626        ! op.c sv.c
17627       !> t/op/sort.t
17628 ____________________________________________________________________________
17629 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
17630     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
17631          forwarded by Jarkko Hietaniemi from Mark Bixby
17632  Branch: maint-5.005/perl
17633        ! ext/DynaLoader/dl_mpeix.xs installperl
17634 ____________________________________________________________________________
17635 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
17636     Log: Allow PL_FILES to have multiple targets from one source by allowing
17637          an array ref as the value in the hash
17638  Branch: maint-5.005/perl
17639        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17640        ! lib/ExtUtils/MakeMaker.pm
17641 ____________________________________________________________________________
17642 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
17643     Log: fix unsigned variables to use SvUV and sv_setuv
17644  Branch: maint-5.005/perl
17645        ! lib/ExtUtils/typemap
17646 ____________________________________________________________________________
17647 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
17648     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
17649  Branch: maint-5.005/perl
17650        ! lib/ExtUtils/MM_Unix.pm
17651 ____________________________________________________________________________
17652 [  2301] By: gsar                                  on 1998/11/26  10:16:54
17653     Log: fix PL_defoutgv leak under threads
17654  Branch: perl
17655        ! ext/Thread/Thread.xs
17656 ____________________________________________________________________________
17657 [  2300] By: gsar                                  on 1998/11/26  09:04:44
17658     Log: properly free temporaries created by threads
17659  Branch: perl
17660        ! ext/Thread/Thread.xs
17661 ____________________________________________________________________________
17662 [  2299] By: gsar                                  on 1998/11/26  06:51:16
17663     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
17664          to set the package for the block properly
17665  Branch: perl
17666        ! op.c t/comp/package.t t/lib/dumper.t
17667 ____________________________________________________________________________
17668 [  2298] By: nick                                  on 1998/11/24  22:04:20
17669     Log: Part-1 of tweaks to allow Tk to be "compiled"
17670          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
17671          (May also need attention to exports etc. - to follow.)
17672  Branch: perl
17673        ! universal.c
17674 ____________________________________________________________________________
17675 [  2294] By: jhi                                   on 1998/11/23  10:44:26
17676     Log: The new socket tests need in some platforms
17677          to #include <sys/types.h>.
17678  Branch: cfgperl
17679        ! Configure
17680 ____________________________________________________________________________
17681 [  2293] By: jhi                                   on 1998/11/23  10:33:42
17682     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17683          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
17684          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17685          Date: Mon, 23 Nov 1998 10:07:04 +0100
17686          Message-Id: <9811230907.AA06484@AWT.nl>
17687          
17688          NeXTstep NetInfo uses nidump to get the user/group databases.
17689  Branch: cfgperl
17690        ! t/op/grent.t t/op/pwent.t
17691 ____________________________________________________________________________
17692 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
17693     Log: Updated Porting/patchls utility.
17694  Branch: maint-5.004/perl
17695        ! Porting/patchls
17696 ____________________________________________________________________________
17697 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
17698     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
17699          From:  Henrik Tougaard <ht.000@foa.dk>
17700          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
17701          Files:  lib/Sys/Syslog.pm
17702  Branch: maint-5.004/perl
17703        ! lib/Sys/Syslog.pm
17704 ____________________________________________________________________________
17705 [  2286] By: jhi                                   on 1998/11/22  19:08:42
17706     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
17707  Branch: cfgperl
17708        ! ext/Socket/Socket.xs
17709 ____________________________________________________________________________
17710 [  2285] By: jhi                                   on 1998/11/22  18:21:07
17711     Log: MSG_PROXY for GNU/Hurd (previously we believed that
17712          all GNU libc platforms have MSG_PROXY.  Untrue).
17713          In fact this ended up as a major MSG_* and SCM_*
17714          update.  The MSG_XXX known to be enums in some
17715          versions of the glibc are now probed for and respective
17716          HAS_MSG_XXX are defined.  While I was at it I noticed
17717          SCM_RIGHTS being similarly an enum.  This reminded me of
17718          an ancient discussion in perl5-porters:
17719          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
17720          The BSD socket interface has a nifty feature for passing
17721          file descriptors and credentials--via sockets.  It may be
17722          too late to add this functionality to the CORE but
17723          at least Configure now probes for the functions,
17724          structs, and includes, defining the appropriate
17725          HAS_YYY and I_ZZZ, and the Socket extension exports
17726          the constants, in case somebody wants to write an
17727          extension for this interface.
17728  Branch: cfgperl
17729        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17730        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
17731        ! iperlsys.h
17732 ____________________________________________________________________________
17733 [  2284] By: jhi                                   on 1998/11/22  18:13:21
17734     Log: perlhist.pod 1.54, containing 5_53.
17735  Branch: cfgperl
17736        ! pod/perlhist.pod
17737 ____________________________________________________________________________
17738 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
17739     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
17740  Branch: maint-5.004/perl
17741        ! doio.c
17742 ____________________________________________________________________________
17743 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
17744     Log: Improve op/die_exit.t test for implicit close changing $!
17745  Branch: maint-5.004/perl
17746        ! t/op/die_exit.t
17747 ____________________________________________________________________________
17748 [  2268] By: jhi                                   on 1998/11/22  14:44:11
17749     Log: Fix thinko.
17750  Branch: cfgperl
17751        ! hints/dynixptx.sh
17752 ____________________________________________________________________________
17753 [  2267] By: jhi                                   on 1998/11/22  13:19:41
17754     Log: Document the d_socket override.
17755  Branch: cfgperl
17756        ! hints/dynixptx.sh
17757 ____________________________________________________________________________
17758 [  2266] By: jhi                                   on 1998/11/22  12:12:29
17759     Log: From: John Tobey <jtobey@channel1.com>
17760          Subject: [PATCH] perlfaq typos
17761          To: perl5-porters@perl.com
17762          Date: 22 Nov 1998 04:25:15 +0200
17763          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
17764  Branch: cfgperl
17765        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17766        ! pod/perlfaq7.pod pod/perlfaq8.pod
17767 ____________________________________________________________________________
17768 [  2265] By: jhi                                   on 1998/11/22  12:06:29
17769     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17770          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
17771          Newsgroups: hut.lists.perl5-porters
17772          To: gsar@engin.umich.edu (Gurusamy Sarathy)
17773          Cc: perl5-porters@perl.org (Perl5 Porters)
17774          Date: 20 Nov 1998 12:20:41 +0200
17775  Branch: cfgperl
17776        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17777        ! ext/DB_File/DB_File.xs
17778 ____________________________________________________________________________
17779 [  2264] By: jhi                                   on 1998/11/22  11:55:09
17780     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
17781          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17782          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17783          To: perlbug@perl.com
17784          Date: 20 Nov 1998 18:39:06 +0200
17785          Lines: 47
17786          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17787  Branch: cfgperl
17788        ! t/op/grent.t t/op/pwent.t
17789 ____________________________________________________________________________
17790 [  2263] By: jhi                                   on 1998/11/22  11:42:59
17791     Log: Permission testing is tricky when we have too much power.
17792          Problem reported in
17793          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
17794          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
17795          To: perlbug@perl.com
17796          Date: 20 Nov 1998 18:39:06 +0200
17797          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
17798  Branch: cfgperl
17799        ! t/op/filetest.t
17800 ____________________________________________________________________________
17801 [  2262] By: gsar                                  on 1998/11/22  11:37:02
17802     Log: fix broken CAPI generation
17803  Branch: perl
17804        ! win32/GenCAPI.pl
17805 ____________________________________________________________________________
17806 [  2261] By: jhi                                   on 1998/11/22  11:17:00
17807     Log: -x should be C<-x>, reported by Gerben Wierda.
17808  Branch: cfgperl
17809        ! pod/perlfunc.pod
17810 ____________________________________________________________________________
17811 [  2260] By: gsar                                  on 1998/11/22  11:12:02
17812     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
17813  Branch: perl
17814        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
17815        ! proto.h
17816 ____________________________________________________________________________
17817 [  2259] By: jhi                                   on 1998/11/22  11:06:40
17818     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
17819          Subject: Re: [PATCH] Re: pod2man bug in date generated line
17820          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
17821          Cc: perlbug@perl.com
17822          Date: 20 Nov 1998 21:30:17 +0200
17823          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
17824  Branch: cfgperl
17825        ! pod/pod2man.PL
17826 ____________________________________________________________________________
17827 [  2256] By: jhi                                   on 1998/11/21  10:44:01
17828     Log: From: Thomas Bowditch <bowditch@inmet.com>
17829          Subject: Benchmark.pm suggestion
17830          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
17831          Date: Fri, 20 Nov 1998 17:43:46 -0500
17832          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
17833          
17834          Added timesum().
17835  Branch: cfgperl
17836        ! lib/Benchmark.pm
17837 ____________________________________________________________________________
17838 [  2255] By: gsar                                  on 1998/11/21  08:45:06
17839     Log: another win32 portability fix: make sysread() and syswrite()
17840          work on sockets
17841  Branch: perl
17842        ! pp_sys.c win32/win32.h
17843 ____________________________________________________________________________
17844 [  2254] By: gsar                                  on 1998/11/21  07:49:06
17845     Log: win32_recvfrom() compatibility fix
17846  Branch: perl
17847        ! win32/win32sck.c
17848 ____________________________________________________________________________
17849 [  2253] By: jhi                                   on 1998/11/20  08:22:06
17850     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17851          To: jhi@iki.fi
17852          Subject: MPE/iX Perl 5.005_02 oops
17853          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
17854          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
17855  Branch: cfgperl
17856        ! ext/DynaLoader/dl_mpeix.xs installperl
17857 ____________________________________________________________________________
17858 [  2252] By: gsar                                  on 1998/11/19  17:38:03
17859     Log: mess_sv tweak for change#2249
17860  Branch: perl
17861        ! util.c
17862 ____________________________________________________________________________
17863 [  2251] By: jhi                                   on 1998/11/18  12:32:19
17864     Log: Display use64bits and usemultiplicity but only if necessary.
17865  Branch: cfgperl
17866        ! myconfig
17867 ____________________________________________________________________________
17868 [  2250] By: jhi                                   on 1998/11/18  12:26:50
17869     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
17870          Subject: pp.c uses 'unsigned Quad_t'
17871          To: perlbug@perl.com 
17872          Date: Sun, 15 Nov 1998 20:57:05 -0300 
17873          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
17874  Branch: cfgperl
17875        ! perl.h pp.c
17876 ____________________________________________________________________________
17877 [  2249] By: gsar                                  on 1998/11/18  05:43:11
17878     Log: use PL_mess_sv only during global destruction (fixes problems with
17879          overlapping invocations of form()/warn()/die()/croak() trampling on
17880          each other's messages)
17881  Branch: perl
17882        ! mg.c util.c
17883 ____________________________________________________________________________
17884 [  2248] By: gsar                                  on 1998/11/18  05:39:36
17885     Log: tweak change#2245 to skip previous message if any
17886  Branch: perl
17887        ! pp_ctl.c t/pragma/warn/pp_ctl
17888 ____________________________________________________________________________
17889 [  2247] By: jhi                                   on 1998/11/17  11:46:56
17890     Log: Integrate from mainperl.
17891  Branch: cfgperl
17892       !> (integrate 26 files)
17893 ____________________________________________________________________________
17894 [  2246] By: gsar                                  on 1998/11/17  09:41:10
17895     Log: allow C<sort $coderef @foo>
17896  Branch: perl
17897        ! op.c t/op/sort.t t/pragma/overload.t
17898 ____________________________________________________________________________
17899 [  2245] By: gsar                                  on 1998/11/17  08:28:26
17900     Log: propagate failures in DESTROY() as (optional) warnings
17901  Branch: perl
17902        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
17903 ____________________________________________________________________________
17904 [  2244] By: gsar                                  on 1998/11/17  07:43:08
17905     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
17906  Branch: perl
17907        ! perl.c thrdvar.h
17908 ____________________________________________________________________________
17909 [  2243] By: gsar                                  on 1998/11/17  07:40:09
17910     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
17911  Branch: perl
17912        ! lib/warning.pm warning.h warning.pl
17913 ____________________________________________________________________________
17914 [  2242] By: gsar                                  on 1998/11/17  06:32:39
17915     Log: fix skipspace() to properly account for newlines in eval''-ed
17916          strings (caused bogus line numbers in diagnostics and debugger)
17917  Branch: perl
17918        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
17919 ____________________________________________________________________________
17920 [  2241] By: gsar                                  on 1998/11/17  03:48:12
17921     Log: s/Perl_utf8skip/PL_utf8skip/g
17922  Branch: perl
17923        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
17924 ____________________________________________________________________________
17925 [  2240] By: gsar                                  on 1998/11/14  06:09:06
17926     Log: rework op/groups.t
17927  Branch: perl
17928        ! t/op/filetest.t t/op/groups.t
17929 ____________________________________________________________________________
17930 [  2235] By: gsar                                  on 1998/11/14  00:17:05
17931     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
17932  Branch: perl
17933        ! op.c
17934 ____________________________________________________________________________
17935 [  2234] By: gsar                                  on 1998/11/14  00:14:02
17936     Log: update Changes
17937  Branch: perl
17938        ! Changes win32/config.bc win32/config.gc win32/config.vc
17939 ____________________________________________________________________________
17940 [  2233] By: gsar                                  on 1998/11/13  09:43:03
17941     Log: doc tweak
17942  Branch: perl
17943        ! README.win32
17944 ____________________________________________________________________________
17945 [  2230] By: jhi                                   on 1998/11/12  17:07:45
17946     Log: Allow hints file override for d_socket
17947          (based on Sequent-induced change #2229).
17948  Branch: cfgperl
17949        ! Configure
17950 ____________________________________________________________________________
17951 [  2229] By: jhi                                   on 1998/11/12  16:32:33
17952     Log: 
17953          From: "Martin J. Bligh" <mbligh@sequent.com>
17954          To: jhi@iki.fi
17955          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17956          Subject: Re: Making Perl work on DYNIX/ptx
17957          Date: Tue, 10 Nov 1998 16:24:26 -0800
17958          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
17959  Branch: cfgperl
17960        ! hints/dynixptx.sh
17961 ____________________________________________________________________________
17962 [  2228] By: jhi                                   on 1998/11/12  11:40:37
17963     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
17964          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
17965          To: jhi@iki.fi
17966          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
17967          Subject: Re: Making Perl work on DYNIX/ptx
17968          Date: Tue, 10 Nov 1998 18:01:10 -0800
17969  Branch: cfgperl
17970        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
17971 ____________________________________________________________________________
17972 [  2227] By: jhi                                   on 1998/11/12  11:17:42
17973     Log: Integrate from mainperl.
17974  Branch: cfgperl
17975       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
17976       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
17977       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
17978       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
17979       !> win32/win32.c x2p/s2p.PL
17980 ____________________________________________________________________________
17981 [  2226] By: gsar                                  on 1998/11/11  21:05:42
17982     Log: provide -DPERL_POLLUTE
17983  Branch: perl
17984        ! embed.pl embedvar.h
17985 ____________________________________________________________________________
17986 [  2225] By: jhi                                   on 1998/11/09  07:45:12
17987     Log: From: Hans Mulder <hansm@icgroup.nl>
17988          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
17989          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
17990          perl5-porters@perl.org
17991          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
17992          (UNINSTALLED)
17993          Date: Sun,  8 Nov 98 22:20:23 +0100
17994          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
17995  Branch: cfgperl
17996        ! malloc.c perl.h
17997 ____________________________________________________________________________
17998 [  2224] By: gsar                                  on 1998/11/09  03:13:14
17999     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18000          Christoph <lupe@alanya.m.isar.de>)
18001  Branch: perl
18002        ! lib/Text/Wrap.pm
18003 ____________________________________________________________________________
18004 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18005     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18006          <lionel.fourquaux@wanadoo.fr>)
18007  Branch: perl
18008        ! x2p/s2p.PL
18009 ____________________________________________________________________________
18010 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18011     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18012          Date: Wed, 04 Nov 1998 12:19:44 +0000
18013          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18014          Subject: [PATCH] Re: [5.005_53] read overflow? 
18015          --
18016          Date: Wed, 04 Nov 1998 13:15:18 +0000
18017          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18018          Subject: [PATCH 5.005_53] perl -V fix
18019  Branch: perl
18020        ! perl.c regexec.c
18021 ____________________________________________________________________________
18022 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18023     Log: From: jan.dubois@ibm.net (Jan Dubois)
18024          Date: Sun, 01 Nov 1998 00:05:01 +0100
18025          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18026          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18027  Branch: perl
18028        ! Changes win32/makedef.pl
18029 ____________________________________________________________________________
18030 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18031     Log: integrate changes#2120,2168,2218 from maint-5.005;
18032          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18033          enum; make regen_headers
18034  Branch: perl
18035        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18036        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18037 ____________________________________________________________________________
18038 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18039     Log: integrate cfgperl changes into mainline
18040  Branch: perl
18041       +> README.vmesa
18042       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18043       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18044       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18045       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18046       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18047       !> thread.h vms/subconfigure.com vos/config.h
18048 ____________________________________________________________________________
18049 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18050     Log: From: Graham Barr <gbarr@ti.com>
18051          Date: Mon, 2 Nov 1998 07:38:52 -0600
18052          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18053          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18054  Branch: maint-5.005/perl
18055        ! ext/IPC/SysV/Msg.pm
18056 ____________________________________________________________________________
18057 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18058     Log: set close-on-exec bit on pipe() FDs
18059  Branch: perl
18060        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18061 ____________________________________________________________________________
18062 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18063     Log: typo in newHVhv()
18064  Branch: perl
18065        ! hv.c
18066 ____________________________________________________________________________
18067 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18068     Log: Finalize the Mach CThreads support.
18069          
18070          From: Hans Mulder <hansm@icgroup.nl>
18071          Date: Sat,  7 Nov 98 22:06:20 +0100
18072          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18073          Cc: jhi@iki.fi, perl5-porters@perl.org
18074          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18075          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18076  Branch: cfgperl
18077        ! malloc.c perl.h
18078 ____________________________________________________________________________
18079 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18080     Log: fix AvREALISH bogusness
18081  Branch: perl
18082        ! av.c t/op/array.t
18083 ____________________________________________________________________________
18084 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18085     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18086          ASSERT() causes problems in {NeXTStep,OpenStep}.
18087          
18088          From: Hans Mulder <hansm@icgroup.nl>
18089          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18090          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18091          Date: Fri,  6 Nov 98 01:27:41 +0100
18092          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18093          
18094          and
18095          
18096          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18097          Subject: Re: ASSERT() in malloc.c
18098          To: jhi@iki.fi
18099          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18100          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18101  Branch: cfgperl
18102        ! malloc.c
18103 ____________________________________________________________________________
18104 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18105     Log: Mach CThreads needs #include <mach/cthreads.h>.
18106  Branch: cfgperl
18107        ! perl.h
18108 ____________________________________________________________________________
18109 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18110     Log: PERL_BADLANG wrongly documented.
18111          
18112          From: ts <decoux@moulon.inra.fr>
18113          To: jhi@cc.hut.fi
18114          Subject: Re: Locale warning messages
18115          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
18116          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
18117          
18118          and
18119          
18120          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18121          Subject: Re: PERL_BADLANG
18122          To: jhi@iki.fi
18123          Subject: Re: PERL_BADLANG
18124          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
18125          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
18126  Branch: cfgperl
18127        ! pod/perllocale.pod
18128 ____________________________________________________________________________
18129 [  2205] By: jhi                                   on 1998/11/05  14:24:33
18130     Log: Document all the control flow keywords in perlfunc
18131          so that "perlfunc -f while" works.
18132  Branch: cfgperl
18133        ! pod/perlfunc.pod
18134 ____________________________________________________________________________
18135 [  2204] By: jhi                                   on 1998/11/05  12:46:02
18136     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
18137          (from vos/config.h).  Update Porting/{Glossary,config*}.
18138  Branch: cfgperl
18139        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18140        ! config_h.SH vos/config.h
18141 ____________________________________________________________________________
18142 [  2203] By: jhi                                   on 1998/11/05  08:34:39
18143     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
18144  Branch: cfgperl
18145        ! hints/vmesa.sh vms/subconfigure.com
18146 ____________________________________________________________________________
18147 [  2202] By: jhi                                   on 1998/11/05  08:03:20
18148     Log: Integrate from mainperl.
18149  Branch: cfgperl
18150       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
18151       !> win32/Makefile win32/makefile.mk win32/win32.c
18152 ____________________________________________________________________________
18153 [  2201] By: gsar                                  on 1998/11/05  04:40:44
18154     Log: another POPSTACK victim
18155  Branch: perl
18156        ! cop.h sv.c
18157 ____________________________________________________________________________
18158 [  2196] By: gsar                                  on 1998/11/05  02:07:54
18159     Log: fix a location affected by change#2191, add note about POPSTACK
18160  Branch: perl
18161        ! cop.h gv.c pp_ctl.c
18162 ____________________________________________________________________________
18163 [  2195] By: gsar                                  on 1998/11/05  02:04:45
18164     Log: makefile notes
18165  Branch: perl
18166        ! win32/Makefile win32/makefile.mk
18167 ____________________________________________________________________________
18168 [  2192] By: gsar                                  on 1998/11/04  23:48:53
18169     Log: indeterminate order-of-evaluation fixes
18170  Branch: perl
18171        ! mg.c
18172 ____________________________________________________________________________
18173 [  2191] By: gsar                                  on 1998/11/04  23:02:16
18174     Log: refetch local stack pointer in POPSTACK
18175  Branch: perl
18176        ! cop.h perl.c
18177 ____________________________________________________________________________
18178 [  2190] By: jhi                                   on 1998/11/04  08:50:40
18179     Log: Configure update.
18180          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
18181          
18182          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18183          To: Martin Bligh <mbligh@sequent.com>
18184          Cc: Jarkko Hietaniemi <jhi@iki.fi>
18185          Subject: Re: Perl 5's configure on DYNIX/ptx
18186          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
18187          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
18188          
18189          find sockets also from libsocket, not just libnet.
18190          OS390: $compile_ok instead of $compile for <inttypes.h>,
18191          
18192          From: pvhp@forte.com (Peter Prymmer)
18193          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
18194          Subject: _53 not OK on os390 but looking better than ever
18195          Date: Tue, 3 Nov 98 17:33:22 PST
18196          Message-Id: <9811040133.AA09450@forte.com>
18197  Branch: cfgperl
18198        ! Configure
18199 ____________________________________________________________________________
18200 [  2189] By: jhi                                   on 1998/11/04  07:43:58
18201     Log: sysio.t failure: fix undefined order of evaluation, from
18202          
18203          From: Spider Boardman <spider@web.zk3.dec.com>
18204          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
18205          To: perlbug@perl.com
18206          Date: 4 Nov 1998 01:22:30 +0200
18207          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
18208  Branch: cfgperl
18209        ! pp_sys.c
18210 ____________________________________________________________________________
18211 [  2188] By: gsar                                  on 1998/11/04  02:59:16
18212     Log: fix return value of win32_pclose()
18213  Branch: perl
18214        ! win32/win32.c
18215 ____________________________________________________________________________
18216 [  2187] By: gsar                                  on 1998/11/04  02:56:34
18217     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
18218  Branch: perl
18219        ! Changes doop.c gv.c util.c
18220 ____________________________________________________________________________
18221 [  2186] By: jhi                                   on 1998/11/03  08:17:52
18222     Log: Document quads in pack.
18223  Branch: cfgperl
18224        ! pod/perlfunc.pod
18225 ____________________________________________________________________________
18226 [  2185] By: jhi                                   on 1998/11/03  07:49:35
18227     Log: (IV) vs (I32) vs I_V()
18228          
18229          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
18230          From: Anton Berezin <tobez@plab.ku.dk> 
18231          To: "p5p" <perl5-porters@perl.org> 
18232          Date: 01 Nov 1998 15:09:11 +0100 
18233          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
18234          
18235          and
18236          
18237          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
18238          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
18239          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
18240  Branch: cfgperl
18241        ! sv.c
18242 ____________________________________________________________________________
18243 [  2184] By: jhi                                   on 1998/11/03  07:42:46
18244     Log: VM/ESA updates.
18245  Branch: cfgperl
18246        + README.vmesa
18247        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
18248 ____________________________________________________________________________
18249 [  2183] By: jhi                                   on 1998/11/02  12:58:13
18250     Log: The id(1)-parsing is real fun.
18251  Branch: cfgperl
18252        ! t/op/groups.t
18253 ____________________________________________________________________________
18254 [  2182] By: jhi                                   on 1998/11/02  12:07:43
18255     Log: Decommission the symlink test.
18256  Branch: cfgperl
18257        ! t/op/lex_assign.t
18258 ____________________________________________________________________________
18259 [  2181] By: jhi                                   on 1998/11/02  12:03:08
18260     Log: Replace ATTR_JOINABLE with true Configure probe
18261          for PTHREAD_CREATE_JOINABLE (or equivalent:
18262          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
18263          Remove ATTR_JOINABLE itself: Thread.xs uses
18264          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
18265          
18266          Really scan for <mach/cthreads.h> only if usethreads.
18267  Branch: cfgperl
18268        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
18269 ____________________________________________________________________________
18270 [  2180] By: jhi                                   on 1998/11/02  11:07:34
18271     Log: In HP-UX 10.X usethreads only if the required files are present.
18272  Branch: cfgperl
18273        ! hints/hpux.sh
18274 ____________________________________________________________________________
18275 [  2179] By: jhi                                   on 1998/11/02  09:10:33
18276     Log: Prefer groups(1).
18277          id -Gn can be broken.
18278          id -a can save the day.
18279  Branch: cfgperl
18280        ! t/op/groups.t
18281 ____________________________________________________________________________
18282 [  2178] By: jhi                                   on 1998/11/02  08:35:29
18283     Log: Detrail enum comma.
18284  Branch: cfgperl
18285        ! perl.h
18286 ____________________________________________________________________________
18287 [  2177] By: jhi                                   on 1998/11/02  08:24:12
18288     Log: 0**0 = 1, from
18289          
18290          From: d-lewart@uiuc.edu (Daniel S. Lewart)
18291          Subject: Math::Complex 0**0 patches
18292          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
18293          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
18294          To: jhi@iki.fi (Jarkko Hietaniemi),
18295          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
18296  Branch: cfgperl
18297        ! lib/Math/Complex.pm t/lib/complex.t
18298 ____________________________________________________________________________
18299 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
18300     Log: From: jan.dubois@ibm.net (Jan Dubois)   
18301          Date: Fri, 09 Oct 1998 23:28:31 +0200
18302          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
18303          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
18304  Branch: maint-5.005/perl
18305        ! XSUB.h
18306 ____________________________________________________________________________
18307 [  2164] By: jhi                                   on 1998/10/31  15:50:02
18308     Log: Integrate from mainperl.
18309  Branch: cfgperl
18310       +> t/op/lex_assign.t
18311       !> (integrate 45 files)
18312
18313 ----------------
18314 Version 5.005_53
18315 ----------------
18316
18317 ____________________________________________________________________________
18318 [  2163] By: gsar                                  on 1998/10/31  11:31:12
18319     Log: bump patchlevel; other minor fixes for clean build and test on
18320          Solaris and win32
18321  Branch: perl
18322        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
18323        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
18324        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
18325        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18326        ! x2p/a2p.c
18327 ____________________________________________________________________________
18328 [  2162] By: gsar                                  on 1998/10/31  09:40:31
18329     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18330          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
18331          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
18332          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
18333  Branch: perl
18334        ! pp.h
18335 ____________________________________________________________________________
18336 [  2161] By: gsar                                  on 1998/10/31  09:39:13
18337     Log: From: Albert Dvornik <bert@genscan.com>
18338          Date: 30 Oct 1998 17:50:04 -0500
18339          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
18340          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
18341  Branch: perl
18342        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
18343 ____________________________________________________________________________
18344 [  2160] By: gsar                                  on 1998/10/31  09:35:03
18345     Log: fix for bugs in -x mode
18346          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18347          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
18348          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
18349          Subject: [PATCH 5.00552] Fix h2xs
18350  Branch: perl
18351        ! utils/h2xs.PL
18352 ____________________________________________________________________________
18353 [  2159] By: gsar                                  on 1998/10/31  09:31:36
18354     Log: Data::Dumper update
18355  Branch: perl
18356        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
18357        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
18358 ____________________________________________________________________________
18359 [  2153] By: gsar                                  on 1998/10/30  21:40:09
18360     Log: add testsuite portion of patch
18361          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18362          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
18363          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
18364          Subject: [PATCH 5.00321 ;-)] 87% speedup
18365  Branch: perl
18366        + t/op/lex_assign.t
18367        ! MANIFEST
18368 ____________________________________________________________________________
18369 [  2152] By: gsar                                  on 1998/10/30  21:08:11
18370     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
18371  Branch: perl
18372        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
18373 ____________________________________________________________________________
18374 [  2151] By: gsar                                  on 1998/10/30  20:18:09
18375     Log: From: Mark-Jason Dominus <mjd@plover.com>
18376          Date: Fri, 30 Oct 1998 14:24:23 EST
18377          Message-Id: <19981030192423.27276.qmail@plover.com>
18378          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
18379  Branch: perl
18380        ! x2p/walk.c
18381 ____________________________________________________________________________
18382 [  2150] By: gsar                                  on 1998/10/30  20:08:57
18383     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18384          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
18385          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
18386          Subject: [PATCH 5.00552] Overloaded <> and deref again
18387  Branch: perl
18388        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
18389        ! t/pragma/overload.t toke.c
18390 ____________________________________________________________________________
18391 [  2149] By: gsar                                  on 1998/10/30  19:38:15
18392     Log: From: Roderick Schertler <roderick@argon.org>
18393          Date: Thu, 29 Oct 1998 14:50:18 -0500
18394          Message-ID: <17625.909690618@eeyore.ibcinc.com>
18395          Subject: patch for daemonization docs in perlipc
18396  Branch: perl
18397        ! pod/perlipc.pod
18398 ____________________________________________________________________________
18399 [  2148] By: gsar                                  on 1998/10/30  19:36:07
18400     Log: From: Anton Berezin <tobez@plab.ku.dk>
18401          Date: 29 Oct 1998 17:06:25 +0100
18402          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
18403          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
18404  Branch: perl
18405        ! win32/win32.c
18406 ____________________________________________________________________________
18407 [  2147] By: gsar                                  on 1998/10/30  19:31:37
18408     Log: tweaked version of suggested patch
18409          From: Anton Berezin <tobez@plab.ku.dk>
18410          Date: 29 Oct 1998 14:48:54 +0100
18411          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
18412          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
18413  Branch: perl
18414        ! win32/win32.c
18415 ____________________________________________________________________________
18416 [  2146] By: gsar                                  on 1998/10/30  19:03:50
18417     Log: hand-apply whitespace-mutiliated patch
18418          From: "vishal bhatia" <vishalb@hotmail.com>
18419          Date: Wed, 28 Oct 1998 23:45:32 PST
18420          Message-ID: <19981029074534.2334.qmail@hotmail.com>
18421          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
18422  Branch: perl
18423        ! ext/B/B/C.pm ext/B/B/CC.pm
18424 ____________________________________________________________________________
18425 [  2145] By: gsar                                  on 1998/10/30  18:46:58
18426     Log: remaining PL_foo stragglers
18427  Branch: perl
18428        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
18429        ! op.h os2/os2.c vms/gen_shrfls.pl
18430 ____________________________________________________________________________
18431 [  2144] By: gsar                                  on 1998/10/30  17:38:36
18432     Log: integrate cfgperl tweaks into mainline
18433  Branch: perl
18434       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
18435       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18436 ____________________________________________________________________________
18437 [  2143] By: jhi                                   on 1998/10/30  13:27:39
18438     Log: There can be multiple yacc/bison errors.
18439  Branch: cfgperl
18440        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18441 ____________________________________________________________________________
18442 [  2142] By: jhi                                   on 1998/10/30  13:18:43
18443     Log: README.posix-bc update.
18444  Branch: cfgperl
18445        ! README.posix-bc
18446 ____________________________________________________________________________
18447 [  2141] By: jhi                                   on 1998/10/30  09:12:59
18448     Log: #2133 fallout.
18449  Branch: cfgperl
18450        ! doio.c ext/POSIX/POSIX.xs
18451 ____________________________________________________________________________
18452 [  2140] By: jhi                                   on 1998/10/30  08:43:18
18453     Log: Integrate from mainperl.
18454  Branch: cfgperl
18455       +> globvar.sym pp.sym
18456        - objpp.h thread.sym
18457       !> (integrate 61 files)
18458 ____________________________________________________________________________
18459 [  2133] By: gsar                                  on 1998/10/30  02:51:39
18460     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
18461          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
18462          should soon be automated also; the global variables that
18463          escaped the PL_foo conversion are now reined in; renamed
18464          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
18465          type of same name; duplicated lists of pp_things in various
18466          places is now gone; result has only been tested on win32
18467  Branch: perl
18468        + globvar.sym pp.sym
18469        - objpp.h thread.sym
18470        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
18471        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
18472        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
18473        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
18474        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
18475        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
18476        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
18477        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
18478        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18479        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18480        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
18481 ____________________________________________________________________________
18482 [  2130] By: jhi                                   on 1998/10/29  15:31:26
18483     Log: Pure bison yylex() proto was broken.
18484  Branch: cfgperl
18485        ! proto.h
18486 ____________________________________________________________________________
18487 [  2126] By: jhi                                   on 1998/10/29  08:35:54
18488     Log: Integrate mainperl.
18489  Branch: cfgperl
18490       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18491       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
18492       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
18493       !> t/pragma/warn/doio toke.c win32/makefile.mk
18494 ____________________________________________________________________________
18495 [  2125] By: jhi                                   on 1998/10/29  08:32:38
18496     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
18497  Branch: cfgperl
18498        ! Makefile.SH
18499 ____________________________________________________________________________
18500 [  2124] By: jhi                                   on 1998/10/29  08:06:44
18501     Log: EBCDIC Makefile.SH tuneup.
18502  Branch: cfgperl
18503        ! Makefile.SH
18504 ____________________________________________________________________________
18505 [  2119] By: gsar                                  on 1998/10/28  23:24:04
18506     Log: remove doubled hunk from integration
18507  Branch: perl
18508        ! pp.c
18509 ____________________________________________________________________________
18510 [  2118] By: gsar                                  on 1998/10/28  22:03:31
18511     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18512          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
18513          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
18514          Subject: [PATCH 5.00552] Minor debugger tweaks
18515  Branch: perl
18516        ! lib/perl5db.pl
18517 ____________________________________________________________________________
18518 [  2117] By: gsar                                  on 1998/10/28  22:02:30
18519     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18520          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
18521          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
18522          Subject: [PATCH 5.00552] Make sort respect overloading
18523  Branch: perl
18524        ! pp_ctl.c proto.h t/pragma/overload.t
18525 ____________________________________________________________________________
18526 [  2116] By: gsar                                  on 1998/10/28  21:51:11
18527     Log: MM patches from Ilya Zakharevich
18528          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
18529          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
18530          Subject: [PATCH 5.00552] Make MakeMaker more verbose
18531          --
18532          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
18533          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
18534          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
18535  Branch: perl
18536        ! lib/ExtUtils/MakeMaker.pm
18537 ____________________________________________________________________________
18538 [  2115] By: gsar                                  on 1998/10/28  21:46:19
18539     Log: add explicit references to perl source path in ld2 and gcc2
18540  Branch: perl
18541        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
18542 ____________________________________________________________________________
18543 [  2114] By: gsar                                  on 1998/10/28  21:39:56
18544     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18545          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
18546          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
18547          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
18548  Branch: perl
18549        ! INSTALL
18550 ____________________________________________________________________________
18551 [  2113] By: gsar                                  on 1998/10/28  21:21:16
18552     Log: integrate cfgperl into mainline
18553  Branch: perl
18554       +> t/op/filetest.t
18555       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
18556       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
18557       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
18558       !> thread.h toke.c vmesa/Makefile
18559 ____________________________________________________________________________
18560 [  2112] By: gsar                                  on 1998/10/28  21:14:18
18561     Log: minor cleanup
18562  Branch: perl
18563        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
18564 ____________________________________________________________________________
18565 [  2111] By: gsar                                  on 1998/10/28  18:52:10
18566     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
18567  Branch: perl
18568        ! toke.c
18569 ____________________________________________________________________________
18570 [  2110] By: jhi                                   on 1998/10/28  15:07:54
18571     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
18572  Branch: cfgperl
18573        ! Makefile.SH
18574 ____________________________________________________________________________
18575 [  2109] By: jhi                                   on 1998/10/28  13:39:54
18576     Log: a2p.y needs to generate also y.tab.h.
18577  Branch: cfgperl
18578        ! Makefile.SH
18579 ____________________________________________________________________________
18580 [  2108] By: jhi                                   on 1998/10/28  10:33:36
18581     Log: The "parse error" must be converted to "syntax error",
18582          just matching it aint' enough.
18583  Branch: cfgperl
18584        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18585        ! t/pragma/warning.t
18586 ____________________________________________________________________________
18587 [  2107] By: jhi                                   on 1998/10/28  10:23:05
18588     Log: Regen sig_n{ame,umber}* if slightest doubt.
18589  Branch: cfgperl
18590        ! Configure
18591 ____________________________________________________________________________
18592 [  2106] By: jhi                                   on 1998/10/28  08:44:49
18593     Log: Bison says 'parse error', not 'parser error'.
18594  Branch: cfgperl
18595        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18596        ! t/pragma/warning.t
18597 ____________________________________________________________________________
18598 [  2105] By: jhi                                   on 1998/10/28  08:42:09
18599     Log: yylex() parametrization.
18600  Branch: cfgperl
18601        ! proto.h toke.c
18602 ____________________________________________________________________________
18603 [  2104] By: jhi                                   on 1998/10/28  08:25:09
18604     Log: Bring in #2102.
18605  Branch: cfgperl
18606        ! pp.c
18607 ____________________________________________________________________________
18608 [  2103] By: jhi                                   on 1998/10/28  08:22:04
18609     Log: From: Dominic Dunlop <domo@vo.lu>
18610          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
18611          Date: 27 Oct 1998 20:47:25 +0200
18612          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
18613  Branch: cfgperl
18614        ! t/op/groups.t
18615 ____________________________________________________________________________
18616 [  2102] By: larry                                 on 1998/10/27  18:58:55
18617     Log: utf8 change to quotemeta broke EBCDIC
18618  Branch: perl
18619        ! pp.c
18620 ____________________________________________________________________________
18621 [  2101] By: jhi                                   on 1998/10/27  12:55:34
18622     Log: $Config{sig_num_init}.
18623          Also, a new approach to the 'pthreads-created-joinable': drop
18624          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
18625          directly. (See also #2096).
18626  Branch: cfgperl
18627        ! Configure config_h.SH
18628 ____________________________________________________________________________
18629 [  2100] By: jhi                                   on 1998/10/27  10:48:55
18630     Log: Regenerated perly_c.diff.
18631  Branch: cfgperl
18632        ! perly_c.diff
18633 ____________________________________________________________________________
18634 [  2099] By: jhi                                   on 1998/10/27  08:42:25
18635     Log: First the mangler was Netscape, then it was me.
18636  Branch: cfgperl
18637        ! vmesa/Makefile
18638 ____________________________________________________________________________
18639 [  2098] By: jhi                                   on 1998/10/27  08:34:40
18640     Log: `id -Gn` might be available where `groups` is not.
18641  Branch: cfgperl
18642        ! t/op/groups.t
18643 ____________________________________________________________________________
18644 [  2097] By: jhi                                   on 1998/10/27  08:05:17
18645     Log: Netscape had mangled the tabs.
18646  Branch: cfgperl
18647        ! vmesa/Makefile
18648 ____________________________________________________________________________
18649 [  2096] By: jhi                                   on 1998/10/27  08:03:05
18650     Log: ATTR_JOINABLE logic, based on (private email)
18651          
18652          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
18653          Subject: Some little diffs
18654          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
18655          Date: Tue, 27 Oct 1998 13:44:42 +1300
18656  Branch: cfgperl
18657        ! thread.h
18658 ____________________________________________________________________________
18659 [  2095] By: jhi                                   on 1998/10/27  07:56:57
18660     Log: Mach cthreads support based on:
18661          
18662          From: brie@corp.home.net (Brian Harrison)
18663          Subject: perl5.005_02 patch for mthreads
18664          To: perl5-porters@perl.org
18665          Date: 24 Oct 1998 01:01:55 +0300
18666          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
18667          
18668          Pthread yield probe (dejavu)
18669          Cosmetic nanochange for the union semun output.
18670          Better inttypes.h probe.
18671          Undo the 'void *' $selecttype probe from #1971 because
18672          it breaks the $selectminbits test.
18673  Branch: cfgperl
18674        ! Configure config_h.SH perl.h thread.h
18675 ____________________________________________________________________________
18676 [  2094] By: jhi                                   on 1998/10/26  13:02:07
18677     Log: Also posix-bc wants to reyacc.
18678  Branch: cfgperl
18679        ! Makefile.SH
18680 ____________________________________________________________________________
18681 [  2093] By: jhi                                   on 1998/10/26  10:17:21
18682     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
18683          5_02 and really breaking things in non-ASCII worlds.
18684  Branch: cfgperl
18685        ! pp.c
18686 ____________________________________________________________________________
18687 [  2092] By: jhi                                   on 1998/10/26  09:08:00
18688     Log: More robustness.
18689  Branch: cfgperl
18690        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
18691        ! t/pragma/warning.t
18692 ____________________________________________________________________________
18693 [  2091] By: jhi                                   on 1998/10/26  08:47:32
18694     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
18695          Bison really wants YYLEX_PARAM.
18696  Branch: cfgperl
18697        ! perly.y proto.h toke.c
18698 ____________________________________________________________________________
18699 [  2090] By: jhi                                   on 1998/10/26  08:21:25
18700     Log: s/YYLEX_PARAM/YYLEXPARAM/
18701  Branch: cfgperl
18702        ! perly.y
18703 ____________________________________________________________________________
18704 [  2089] By: jhi                                   on 1998/10/26  08:17:33
18705     Log: Indicate skipped subtests.
18706  Branch: cfgperl
18707        ! t/io/pipe.t
18708 ____________________________________________________________________________
18709 [  2088] By: jhi                                   on 1998/10/26  08:11:36
18710     Log: Integrate from mainperl.
18711  Branch: cfgperl
18712       !> (integrate 54 files)
18713 ____________________________________________________________________________
18714 [  2087] By: jhi                                   on 1998/10/26  08:08:02
18715     Log: Add test for filetests.
18716  Branch: cfgperl
18717        + t/op/filetest.t
18718        ! MANIFEST
18719 ____________________________________________________________________________
18720 [  2086] By: gsar                                  on 1998/10/26  02:44:44
18721     Log: various win32 tweaks; disable new xs_cpp section (it creates
18722          ambiguous inference graph for %.xs --> %.o)
18723  Branch: perl
18724        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
18725        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
18726        ! win32/config.gc win32/config_H.gc win32/makedef.pl
18727        ! win32/makefile.mk win32/win32.h
18728 ____________________________________________________________________________
18729 [  2085] By: gsar                                  on 1998/10/26  00:50:02
18730     Log: sanity-check $Config{drand01} in rand.t
18731  Branch: perl
18732        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
18733        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18734 ____________________________________________________________________________
18735 [  2078] By: gsar                                  on 1998/10/25  10:22:04
18736     Log: update win32/config*.?c
18737  Branch: perl
18738        ! Changes win32/config.bc win32/config.gc win32/config.vc
18739        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18740 ____________________________________________________________________________
18741 [  2077] By: gsar                                  on 1998/10/25  08:39:25
18742     Log: From: Graham Barr <gbarr@pobox.com>
18743          Date: Sat, 24 Oct 1998 21:45:50 -0500
18744          Message-ID: <19981024214550.C508@pobox.com>
18745          Subject: Re: die with a reference  should use overload "" operator
18746  Branch: perl
18747        ! pp_ctl.c
18748 ____________________________________________________________________________
18749 [  2076] By: gsar                                  on 1998/10/25  08:37:49
18750     Log: From: Graham Barr <gbarr@pobox.com>
18751          Date: Sat, 24 Oct 1998 12:45:21 -0500
18752          Message-ID: <19981024124521.C512@pobox.com>
18753          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
18754  Branch: perl
18755        ! sv.c
18756 ____________________________________________________________________________
18757 [  2075] By: gsar                                  on 1998/10/25  08:24:09
18758     Log: fix C<print $n += 5;> etc.
18759  Branch: perl
18760        ! toke.c
18761 ____________________________________________________________________________
18762 [  2074] By: gsar                                  on 1998/10/25  08:12:28
18763     Log: list builtins with portability caveats
18764          From: Jarkko Hietaniemi <jhi@iki.fi>
18765          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
18766          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
18767          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
18768  Branch: perl
18769        ! pod/perlfunc.pod
18770 ____________________________________________________________________________
18771 [  2073] By: gsar                                  on 1998/10/25  07:55:43
18772     Log: fix stack overrun in file test operators
18773  Branch: perl
18774        ! pp_sys.c
18775 ____________________________________________________________________________
18776 [  2072] By: gsar                                  on 1998/10/25  07:29:45
18777     Log: implement C<goto &func> and other fixes (via private mail)
18778          From:    "vishal bhatia" <vishalb@hotmail.com>
18779          Date:    Wed, 21 Oct 1998 22:59:03 PDT
18780          Message-Id: <19981022055904.20083.qmail@hotmail.com>
18781          Subject: [PATCH 5.005_52] More fixes for B
18782  Branch: perl
18783        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18784 ____________________________________________________________________________
18785 [  2071] By: gsar                                  on 1998/10/25  07:14:41
18786     Log: From: Graham Barr <gbarr@pobox.com>
18787          Date: Sat, 17 Oct 1998 20:42:41 -0500
18788          Message-ID: <19981017204241.G510@pobox.com>
18789          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
18790  Branch: perl
18791        ! pp_ctl.c
18792 ____________________________________________________________________________
18793 [  2070] By: gsar                                  on 1998/10/25  07:07:29
18794     Log: avoid bogus line number in XSUB redefined warnings
18795  Branch: perl
18796        ! op.c
18797 ____________________________________________________________________________
18798 [  2069] By: gsar                                  on 1998/10/25  06:59:03
18799     Log: From: Martijn Koster <mak@excitecorp.com>
18800          Date: Wed, 21 Oct 1998 13:12:03 +0100
18801          Message-ID: <19981021131203.A15661@excitecorp.com>
18802          Subject: File::Path::mkpath reports the wrong error
18803  Branch: perl
18804        ! lib/File/Path.pm
18805 ____________________________________________________________________________
18806 [  2068] By: gsar                                  on 1998/10/25  06:54:43
18807     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
18808          Date: Tue, 20 Oct 1998 20:52:20 -0500
18809          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
18810          Subject: Exporter.pm's export_to_level() argument handling buggy
18811  Branch: perl
18812        ! lib/Exporter.pm
18813 ____________________________________________________________________________
18814 [  2067] By: gsar                                  on 1998/10/25  06:50:19
18815     Log: From: jan.dubois@ibm.net (Jan Dubois)
18816          Date: Wed, 21 Oct 1998 00:55:51 +0200
18817          Message-ID: <36380269.55370608@smtp1.ibm.net>
18818          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
18819  Branch: perl
18820        ! ext/DynaLoader/DynaLoader_pm.PL
18821 ____________________________________________________________________________
18822 [  2066] By: gsar                                  on 1998/10/25  06:48:19
18823     Log: recognize '%' as a shell metachar for win32
18824          From: jan.dubois@ibm.net (Jan Dubois)
18825          Date: Tue, 20 Oct 1998 21:57:35 +0200
18826          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
18827          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
18828  Branch: perl
18829        ! win32/win32.c
18830 ____________________________________________________________________________
18831 [  2065] By: gsar                                  on 1998/10/25  06:46:30
18832     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
18833  Branch: perl
18834        ! sv.c
18835 ____________________________________________________________________________
18836 [  2064] By: gsar                                  on 1998/10/25  06:45:09
18837     Log: From: Gisle Aas <gisle@aas.no>
18838          Date: 20 Oct 1998 14:24:44 +0200
18839          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
18840          Subject: ord() and unpack("U*",...) should not be negative
18841  Branch: perl
18842        ! pp.c
18843 ____________________________________________________________________________
18844 [  2063] By: gsar                                  on 1998/10/25  06:42:29
18845     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18846          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
18847          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
18848          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
18849  Branch: perl
18850        ! os2/os2.c
18851 ____________________________________________________________________________
18852 [  2062] By: gsar                                  on 1998/10/25  06:41:26
18853     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18854          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
18855          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
18856          Subject: [PATCH 5.005_*] Speed up aassign
18857  Branch: perl
18858        ! pp_hot.c
18859 ____________________________________________________________________________
18860 [  2061] By: gsar                                  on 1998/10/25  06:39:04
18861     Log: From: Graham Barr <gbarr@pobox.com>
18862          Date: Sat, 17 Oct 1998 22:22:02 -0500
18863          Message-ID: <19981017222202.J510@pobox.com>
18864          Subject: Re: '*' prototype does not allow bareword with strict
18865  Branch: perl
18866        ! toke.c
18867 ____________________________________________________________________________
18868 [  2060] By: gsar                                  on 1998/10/25  06:37:34
18869     Log: handle '::' in section names properly
18870          From: Graham Barr <gbarr@pobox.com>
18871          Date: Sat, 17 Oct 1998 12:57:54 -0500
18872          Message-ID: <19981017125754.C510@pobox.com>
18873          Subject: Re: pod2html
18874  Branch: perl
18875        ! lib/Pod/Html.pm
18876 ____________________________________________________________________________
18877 [  2059] By: gsar                                  on 1998/10/25  06:33:43
18878     Log: integrate changes#1982,2014,2021 (from maint-5.005)
18879  Branch: perl
18880       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
18881       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
18882 ____________________________________________________________________________
18883 [  2058] By: gsar                                  on 1998/10/25  05:44:17
18884     Log: allow more win32 symbol exports (suggested by Jan Dubois)
18885  Branch: perl
18886        ! win32/makedef.pl
18887 ____________________________________________________________________________
18888 [  2057] By: gsar                                  on 1998/10/25  05:40:40
18889     Log: integrate change#2053 from maint-5.005
18890  Branch: perl
18891       !> cop.h t/cmd/while.t
18892 ____________________________________________________________________________
18893 [  2056] By: gsar                                  on 1998/10/25  05:16:41
18894     Log: commented version of a patch suggested by Drago Goricanec
18895          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18896          Date: 16 Oct 1998 15:24:45 +0300
18897          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
18898          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
18899  Branch: perl
18900        ! pp_sys.c
18901 ____________________________________________________________________________
18902 [  2055] By: gsar                                  on 1998/10/25  05:11:03
18903     Log: include eof() in description of buffering caveats
18904          From: Anton Berezin <tobez@plab.ku.dk>
18905          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
18906          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
18907          Subject: [DOCPATCH] pod/perlfunc.pod
18908  Branch: perl
18909        ! pod/perlfunc.pod
18910 ____________________________________________________________________________
18911 [  2054] By: gsar                                  on 1998/10/25  05:07:42
18912     Log: disallow 'x' in hex numbers (except leading '0x')
18913          From: Gisle Aas <gisle@aas.no>
18914          Date: 16 Oct 1998 16:33:12 +0200
18915          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
18916          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
18917  Branch: perl
18918        ! perlvars.h t/op/oct.t util.c
18919 ____________________________________________________________________________
18920 [  2052] By: gsar                                  on 1998/10/25  04:49:04
18921     Log: avoid the circular refcnt logic in magic_mutexfree()
18922  Branch: perl
18923        ! mg.c pp.c pp_hot.c
18924 ____________________________________________________________________________
18925 [  2051] By: gsar                                  on 1998/10/25  04:35:07
18926     Log: properly restore PL_rsfp_filters after require
18927  Branch: perl
18928        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
18929        ! scope.h
18930 ____________________________________________________________________________
18931 [  2050] By: gsar                                  on 1998/10/25  02:42:32
18932     Log: integrate cfgperl changes back into mainline
18933  Branch: perl
18934       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
18935       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
18936       !> (integrate 33 files)
18937 ____________________________________________________________________________
18938 [  2049] By: gsar                                  on 1998/10/25  01:30:48
18939     Log: avoid "mysterious" compile-time failures without messages
18940  Branch: perl
18941        ! gv.c
18942 ____________________________________________________________________________
18943 [  2041] By: gsar                                  on 1998/10/23  21:11:56
18944     Log: checkin jpl under //depot/perlext/jpl/...
18945  Branch: perlext
18946        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
18947        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18948        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18949        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18950        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18951        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
18952        + jpl/PerlInterpreter/Makefile.PL
18953        + jpl/PerlInterpreter/PerlInterpreter.c
18954        + jpl/PerlInterpreter/PerlInterpreter.h
18955        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18956        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
18957        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
18958        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
18959        + jpl/get_jdk/jdk_hosts jpl/install-jpl
18960 ____________________________________________________________________________
18961 [  2040] By: larry                                 on 1998/10/23  19:31:42
18962     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
18963  Branch: perl
18964        ! pp.c
18965 ____________________________________________________________________________
18966 [  2039] By: larry                                 on 1998/10/23  18:48:34
18967     Log: tr///d does not seem to work
18968  Branch: perl
18969        ! lib/utf8_heavy.pl
18970 ____________________________________________________________________________
18971 [  2038] By: larry                                 on 1998/10/23  18:00:41
18972     Log: Program with utf8 identifiers fails to compile
18973  Branch: perl
18974        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
18975 ____________________________________________________________________________
18976 [  2037] By: jhi                                   on 1998/10/23  14:04:51
18977     Log: Test suite portability:
18978          - posix-bc does not write to broken pipes
18979          - filehand #11 only iff we have fork
18980          - warning.t can now match $expected using regular expressions
18981  Branch: cfgperl
18982        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
18983        ! t/pragma/warning.t
18984 ____________________________________________________________________________
18985 [  2036] By: jhi                                   on 1998/10/23  12:12:07
18986     Log: yacc clarification.
18987  Branch: cfgperl
18988        ! README.posix-bc
18989 ____________________________________________________________________________
18990 [  2035] By: jhi                                   on 1998/10/23  12:09:59
18991     Log: Some C compilers get upset about 8-bit characters in /* comments. */
18992  Branch: cfgperl
18993        ! mg.c
18994 ____________________________________________________________________________
18995 [  2034] By: jhi                                   on 1998/10/22  09:11:52
18996     Log: Configure update: both for pthread_yield more robust
18997          testing (all variants of pthread_attr_getdetachstate()) --
18998          and because Configure was broken in major way! About 1000
18999          last lines were truncated.
19000  Branch: cfgperl
19001        ! Configure
19002 ____________________________________________________________________________
19003 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19004     Log: DJGPP feedback for #2028.
19005  Branch: cfgperl
19006        ! thread.h
19007 ____________________________________________________________________________
19008 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19009     Log: yielding, the saga continues.
19010  Branch: cfgperl
19011        ! Configure config_h.SH
19012       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19013       !> t/op/goto.t t/pragma/constant.t
19014 ____________________________________________________________________________
19015 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19016     Log: VM/ESA feedback for #2028.
19017  Branch: cfgperl
19018        ! Configure config_h.SH thread.h
19019 ____________________________________________________________________________
19020 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19021     Log: fix handling of mayhaps-extended @_ in goto &sub
19022  Branch: perl
19023        ! av.c pp_ctl.c t/op/goto.t
19024 ____________________________________________________________________________
19025 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19026     Log: restore sanity to "constant" references
19027  Branch: perl
19028        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19029 ____________________________________________________________________________
19030 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19031     Log: OLD_PTHREADS_API reorganizing.
19032  Branch: cfgperl
19033        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19034        ! vmesa/vmesaish.h
19035 ____________________________________________________________________________
19036 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19037     Log: #2026 fallout.
19038  Branch: cfgperl
19039        ! Makefile.SH
19040 ____________________________________________________________________________
19041 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19042     Log: VM/ESA update.
19043  Branch: cfgperl
19044        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19045 ____________________________________________________________________________
19046 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19047     Log: 64-bitness, based on
19048          
19049          From: Scott Henry <scotth@sgi.com>
19050          To: perl-64bit@perl.org
19051          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19052          Subject: Re: Configure problems/questions...
19053          Date: 19 Oct 1998 22:38:06 -0700
19054  Branch: cfgperl
19055        ! hints/irix_6.sh perl.h
19056 ____________________________________________________________________________
19057 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19058     Log: Add lseeksize.
19059  Branch: cfgperl
19060        ! config_h.SH
19061 ____________________________________________________________________________
19062 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19063     Log: Mumble about _yields() only when threaded.
19064  Branch: cfgperl
19065        ! Configure
19066 ____________________________________________________________________________
19067 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19068     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19069  Branch: cfgperl
19070        ! thread.h
19071 ____________________________________________________________________________
19072 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19073     Log: From: Chip Salzenberg <chip@perlsupport.com>
19074          Date: Tue, 6 Oct 1998 13:33:05 -0400
19075          Message-ID: <19981006133305.A2348@perlsupport.com>
19076          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19077  Branch: maint-5.005/perl
19078        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19079        ! t/op/tie.t
19080 ____________________________________________________________________________
19081 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19082     Log: YIELD more robustly.
19083  Branch: cfgperl
19084        ! thread.h
19085 ____________________________________________________________________________
19086 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19087     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19088          the 'new' one (just like DJGPP, it seems).
19089  Branch: cfgperl
19090        ! thread.h
19091 ____________________________________________________________________________
19092 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19093     Log: vmesaish.h doesn't exclude unixish.h.
19094  Branch: cfgperl
19095        ! perl.h
19096 ____________________________________________________________________________
19097 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19098     Log: 1<<$randbits is not good for randbits=48.
19099  Branch: cfgperl
19100        ! t/op/rand.t
19101 ____________________________________________________________________________
19102 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19103     Log: Make #2012 glob pattern more portable.
19104  Branch: cfgperl
19105        ! Makefile.SH
19106 ____________________________________________________________________________
19107 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19108     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19109          as it is output only
19110  Branch: maint-5.005/perl
19111        ! ext/POSIX/POSIX.xs
19112 ____________________________________________________________________________
19113 [  2012] By: jhi                                   on 1998/10/17  15:04:23
19114     Log: clean numbered core dumps and t/tmp[0-9]*.
19115  Branch: cfgperl
19116        ! Makefile.SH
19117 ____________________________________________________________________________
19118 [  2011] By: jhi                                   on 1998/10/17  14:59:15
19119     Log: More robust yacc/bison failure output handling.
19120  Branch: cfgperl
19121        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19122 ____________________________________________________________________________
19123 [  2010] By: jhi                                   on 1998/10/17  14:51:05
19124     Log: BC2000 POSIX update.
19125  Branch: cfgperl
19126        ! MANIFEST
19127 ____________________________________________________________________________
19128 [  2009] By: jhi                                   on 1998/10/17  14:49:46
19129     Log: POSIX BC2000 port from perl-mvs:
19130          
19131          Subject: Ported perl 5.005.02 to BS2000 / POSIX
19132          From: Dorner Thomas <Thomas.Dorner@start.de> 
19133          Date: Tue, 29 Sep 1998 13:29:36 +0100 
19134          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
19135  Branch: cfgperl
19136        + README.posix-bc hints/posix-bc.sh
19137        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
19138        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
19139        ! unixish.h
19140 ____________________________________________________________________________
19141 [  2008] By: jhi                                   on 1998/10/17  14:07:49
19142     Log: VM/ESA-update.
19143  Branch: cfgperl
19144        ! MANIFEST
19145 ____________________________________________________________________________
19146 [  2007] By: jhi                                   on 1998/10/17  13:55:34
19147     Log: Forgot few S_I* imports.
19148  Branch: cfgperl
19149        ! t/lib/ipc_sysv.t
19150 ____________________________________________________________________________
19151 [  2006] By: jhi                                   on 1998/10/17  13:43:54
19152     Log: The VM/ESA port essentials, based on
19153          
19154          perl-mvs:
19155          
19156          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19157          Subject: Re: Can't find Data/Dumper.pm
19158          Date: Mon, 28 Sep 1998 07:40:49 +1300
19159          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
19160          
19161          private email:
19162          
19163          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19164          Subject: Re: Perl thread problems in VM/ESA
19165          Date: Thu, 15 Oct 1998 07:18:35 +1300
19166          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
19167          
19168          and private email:
19169          
19170          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
19171          Subject:  perl archive
19172          Date:  Sun, 11 Oct 1998 19:28:54 EDT
19173          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
19174          which gave a pointer to
19175          
19176          http://pucc.princeton.edu/~neale/perl.tar
19177          
19178          (based on Perl 5.005_51)
19179  Branch: cfgperl
19180        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19181        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
19182        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
19183        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
19184 ____________________________________________________________________________
19185 [  2005] By: jhi                                   on 1998/10/17  13:17:19
19186     Log: Integrate mainperl.
19187  Branch: cfgperl
19188       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
19189       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19190       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
19191       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
19192       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
19193       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
19194       !> win32/makefile.mk
19195 ____________________________________________________________________________
19196 [  2004] By: jhi                                   on 1998/10/17  11:19:06
19197     Log: Removed an extra ' from the int64_t test.
19198  Branch: cfgperl
19199        ! Configure
19200 ____________________________________________________________________________
19201 [  2003] By: gsar                                  on 1998/10/17  04:11:40
19202     Log: silence -w noises (suggested by Greg Bacon)
19203  Branch: perl
19204        ! lib/Term/Complete.pm
19205 ____________________________________________________________________________
19206 [  2002] By: gsar                                  on 1998/10/17  04:07:48
19207     Log: From: Gisle Aas <gisle@aas.no>
19208          Date: 14 Oct 1998 15:53:14 +0200
19209          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
19210          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
19211  Branch: perl
19212        ! util.c
19213 ____________________________________________________________________________
19214 [  2001] By: gsar                                  on 1998/10/17  04:06:10
19215     Log: From: Gisle Aas <gisle@aas.no>
19216          Date: 14 Oct 1998 15:17:44 +0200
19217          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
19218          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
19219  Branch: perl
19220        ! toke.c
19221 ____________________________________________________________________________
19222 [  2000] By: gsar                                  on 1998/10/17  03:06:33
19223     Log: From: Gisle Aas <gisle@aas.no>
19224          Date: 14 Oct 1998 00:38:06 +0200
19225          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
19226          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
19227  Branch: perl
19228        ! sv.c
19229 ____________________________________________________________________________
19230 [  1999] By: gsar                                  on 1998/10/17  03:04:48
19231     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19232          Date: Tue, 13 Oct 1998 15:10:57 -0700
19233          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
19234          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
19235  Branch: perl
19236        ! vms/ext/Stdio/Stdio.pm
19237 ____________________________________________________________________________
19238 [  1998] By: gsar                                  on 1998/10/17  03:00:40
19239     Log: skip readonly vars and unref references when doing a reset()
19240  Branch: perl
19241        ! sv.c
19242 ____________________________________________________________________________
19243 [  1997] By: gsar                                  on 1998/10/17  02:49:19
19244     Log: fix buggy treatment of large checksums on unicode strings
19245          From: Gisle Aas <gisle@aas.no>
19246          Date: 13 Oct 1998 21:35:39 +0200
19247          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
19248          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
19249  Branch: perl
19250        ! pp.c
19251 ____________________________________________________________________________
19252 [  1996] By: gsar                                  on 1998/10/17  02:43:22
19253     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19254          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
19255          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
19256          Subject: [PATCH 5.005_52] Memory overrun in os2.c
19257  Branch: perl
19258        ! os2/Makefile.SHs os2/os2.c
19259 ____________________________________________________________________________
19260 [  1995] By: gsar                                  on 1998/10/17  02:42:01
19261     Log: clarify section name rules for typemaps
19262  Branch: perl
19263        ! pod/perlxs.pod
19264 ____________________________________________________________________________
19265 [  1994] By: gsar                                  on 1998/10/17  02:33:02
19266     Log: whitespace-proof grent.t
19267  Branch: perl
19268        ! t/op/grent.t
19269 ____________________________________________________________________________
19270 [  1993] By: gsar                                  on 1998/10/17  02:27:29
19271     Log: fix bug in B::CC::pp_sassign()
19272          From: "vishal bhatia" <vishalb@hotmail.com>
19273          Date: Sun, 11 Oct 1998 18:41:38 PDT
19274          Message-ID: <19981012014139.19614.qmail@hotmail.com>
19275          Subject: B::CC problems with pp_sassign routine
19276  Branch: perl
19277        ! ext/B/B/CC.pm
19278 ____________________________________________________________________________
19279 [  1992] By: gsar                                  on 1998/10/17  02:17:49
19280     Log: applied suggested patch with small doc tweak
19281          From: Gisle Aas <gisle@aas.no>
19282          Date: 11 Oct 1998 12:53:13 +0200
19283          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
19284          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
19285  Branch: perl
19286        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
19287        ! t/op/tiehandle.t
19288 ____________________________________________________________________________
19289 [  1991] By: gsar                                  on 1998/10/17  02:08:30
19290     Log: apply non-conflicting parts from suggested patch
19291          From: jan.dubois@ibm.net (Jan Dubois)
19292          Date: Sat, 10 Oct 1998 13:15:45 +0200
19293          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
19294          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
19295  Branch: perl
19296        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19297 ____________________________________________________________________________
19298 [  1990] By: gsar                                  on 1998/10/17  02:01:24
19299     Log: provide option to enable optimization with VC (suggested by Jan
19300          Dubois)
19301  Branch: perl
19302        ! win32/Makefile win32/makefile.mk
19303 ____________________________________________________________________________
19304 [  1989] By: gsar                                  on 1998/10/17  01:55:27
19305     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
19306          Dave Leppik <dleppik@gage.com>
19307  Branch: perl
19308        ! perl.h
19309 ____________________________________________________________________________
19310 [  1988] By: gsar                                  on 1998/10/17  01:49:05
19311     Log: stray typo found by Hugo van der Sanden
19312  Branch: perl
19313        ! op.c
19314 ____________________________________________________________________________
19315 [  1987] By: gsar                                  on 1998/10/17  01:45:52
19316     Log: perldoc pod update
19317          From: Daniel Grisinger <dgris@perrin.dimensional.com>
19318          Date: 06 Oct 1998 23:56:51 -0600
19319          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
19320          Subject: [PATCH _02 and _52] perldoc
19321  Branch: perl
19322        ! utils/perldoc.PL
19323 ____________________________________________________________________________
19324 [  1986] By: gsar                                  on 1998/10/17  01:41:40
19325     Log: qualify names of builtins
19326  Branch: perl
19327        ! ext/POSIX/POSIX.pm
19328 ____________________________________________________________________________
19329 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
19330     Log: From: Jochen Wiedmann <joe@ispsoft.de>
19331          Date: Thu, 17 Sep 1998 17:16:06 +0200
19332          Message-ID: <360127B6.E44564A@ispsoft.de>
19333          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
19334  Branch: maint-5.005/perl
19335        ! lib/ExtUtils/MakeMaker.pm
19336 ____________________________________________________________________________
19337 [  1978] By: gsar                                  on 1998/10/16  01:58:58
19338     Log: integrate cfgperl mods into mainline
19339  Branch: perl
19340       +> ext/DynaLoader/dl_vmesa.xs
19341        ! Porting/genlog
19342       !> Configure MANIFEST Makefile.SH config_h.SH
19343       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19344       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
19345       !> x2p/Makefile.SH
19346 ____________________________________________________________________________
19347 [  1976] By: gsar                                  on 1998/10/16  00:10:52
19348     Log: stray tweak
19349  Branch: perl
19350        ! op.c
19351 ____________________________________________________________________________
19352 [  1975] By: gsar                                  on 1998/10/15  23:54:38
19353     Log: propagate typeness of lexicals while cloning them
19354  Branch: perl
19355        ! op.c
19356 ____________________________________________________________________________
19357 [  1974] By: gsar                                  on 1998/10/15  23:53:25
19358     Log: s/last/first/ typo in append_list()
19359  Branch: perl
19360        ! op.c
19361 ____________________________________________________________________________
19362 [  1973] By: gsar                                  on 1998/10/15  20:06:17
19363     Log: nuke confperl branch and contents
19364  Branch: confperl
19365        - (delete 1284 files)
19366 ____________________________________________________________________________
19367 [  1972] By: jhi                                   on 1998/10/15  07:07:35
19368     Log: Test #162 had been added but the "print 1..161" had not been updated.
19369  Branch: cfgperl
19370        ! t/op/pat.t
19371 ____________________________________________________________________________
19372 [  1971] By: gsar                                  on 1998/10/15  03:09:58
19373     Log: check in all confperl changes as of change#1964 into cfgperl
19374  Branch: cfgperl
19375        + ext/DynaLoader/dl_vmesa.xs
19376        ! Configure MANIFEST Makefile.SH config_h.SH
19377        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
19378        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
19379 ____________________________________________________________________________
19380 [  1970] By: gsar                                  on 1998/10/15  03:05:59
19381     Log: integrate mainline to get tr.t
19382  Branch: cfgperl
19383       +> t/op/tr.t
19384 ____________________________________________________________________________
19385 [  1969] By: gsar                                  on 1998/10/15  03:04:17
19386     Log: add missing tr.t to repository
19387  Branch: perl
19388        + t/op/tr.t
19389 ____________________________________________________________________________
19390 [  1968] By: gsar                                  on 1998/10/15  03:02:43
19391     Log: create cfgperl branch
19392  Branch: cfgperl
19393       +> (branch 1282 files)
19394 ____________________________________________________________________________
19395 [  1967] By: gsar                                  on 1998/10/15  02:46:08
19396     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
19397          (MAN3PODS cannot be set to ' '; stray stricture violation)
19398  Branch: perl
19399        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
19400        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
19401        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
19402        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
19403        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
19404        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
19405        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
19406        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
19407        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
19408        ! lib/ExtUtils/MM_Unix.pm
19409 ____________________________________________________________________________
19410 [  1966] By: gsar                                  on 1998/10/15  02:19:03
19411     Log: tweak to make fix in change#1944 behave correctly for closures
19412          created within eval''
19413  Branch: perl
19414        ! op.c t/op/eval.t
19415 ____________________________________________________________________________
19416 [  1965] By: gsar                                  on 1998/10/14  23:22:41
19417     Log: use better numbers for exitstatus test
19418  Branch: perl
19419        ! t/op/die_exit.t
19420 ____________________________________________________________________________
19421 [  1964] By: jhi                                   on 1998/10/14  17:25:41
19422     Log: Add VM/ESA dynaloading (uses <dll.h>).
19423  Branch: confperl
19424        + ext/DynaLoader/dl_vmesa.xs
19425        ! MANIFEST
19426 ____________________________________________________________________________
19427 [  1963] By: jhi                                   on 1998/10/14  17:17:10
19428     Log: Remove a2p.loadmap in 'clean' target.
19429  Branch: confperl
19430        ! x2p/Makefile.SH
19431 ____________________________________________________________________________
19432 [  1962] By: jhi                                   on 1998/10/14  17:13:11
19433     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
19434  Branch: confperl
19435        ! Makefile.SH
19436 ____________________________________________________________________________
19437 [  1961] By: jhi                                   on 1998/10/14  16:27:39
19438     Log: VM/ESA creates executable.loadmaps.
19439  Branch: confperl
19440        ! Makefile.SH
19441 ____________________________________________________________________________
19442 [  1960] By: jhi                                   on 1998/10/14  15:37:39
19443     Log: Introduce SCHED_YIELD (one of sched_yield(),
19444          pthread_yield(), or pthread_yield(NULL)).
19445          YIELD is then defined using SCHED_YIELD unless
19446          a platform-specific YIELD has already been defined.
19447          
19448          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
19449          
19450          The need for pthread_yield(NULL) and pthread_attr_setdet...
19451          introduced by (private email)
19452          
19453          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19454          Date: Sat, 10 Oct 1998 21:08:15 +1300
19455          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
19456          Subject: Re: Perl thread problems in VM/ESA
19457          
19458          Better select() protoprobe (for AIX), from (private email)
19459          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19460          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
19461          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
19462          Subject: AIX select (fwd)
19463          From: Lars Hecking <lhecking@nmrc.ucc.ie>
19464          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
19465          Date: Fri, 2 Oct 1998 10:40:01 +0100
19466          Subject: AIX select
19467          
19468          Linux-avoid-so.X.Y, based on
19469          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19470          Date: Tue, 13 Oct 1998 15:55:07 -0400
19471          Message-ID: <19981013155507.B4004@O2.chapin.edu>
19472          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
19473  Branch: confperl
19474        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
19475        ! thread.h
19476 ____________________________________________________________________________
19477 [  1959] By: jhi                                   on 1998/10/14  12:51:26
19478     Log: Some old pthread implementations have
19479          pthread_attr_setdetachstate(pthread_attr_t*, int*).
19480  Branch: confperl
19481        ! ext/Thread/Thread.xs
19482 ____________________________________________________________________________
19483 [  1958] By: jhi                                   on 1998/10/14  12:41:11
19484     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
19485          counterparts will follow soon.
19486  Branch: confperl
19487        ! thread.h
19488 ____________________________________________________________________________
19489 [  1957] By: jhi                                   on 1998/10/14  12:38:11
19490     Log: Add tr.t (MANIFEST already knew about it, strange)
19491  Branch: confperl
19492        + t/op/tr.t
19493 ____________________________________________________________________________
19494 [  1956] By: jhi                                   on 1998/10/14  12:24:35
19495     Log: Mutexen should be initialized only once.
19496  Branch: confperl
19497        ! gv.c op.c
19498 ____________________________________________________________________________
19499 [  1955] By: jhi                                   on 1998/10/14  12:19:38
19500     Log: os390 has its own cppstdin.
19501  Branch: confperl
19502        ! hints/os390.sh
19503 ____________________________________________________________________________
19504 [  1954] By: jhi                                   on 1998/10/14  12:15:06
19505     Log: Integrate with mainperl.
19506  Branch: confperl
19507       !> (integrate 1280 files)
19508 ____________________________________________________________________________
19509 [  1953] By: jhi                                   on 1998/10/14  11:48:08
19510     Log: Removed duplicate CMA threads code for HPUX 10.X.
19511          (probably residue of patch(1) being too understanding)
19512          Enhanced 64-bit settings. (redo change#1940)
19513  Branch: confperl
19514        ! hints/hpux.sh
19515 ____________________________________________________________________________
19516 [  1952] By: jhi                                   on 1998/10/14  11:45:16
19517     Log: (redo change#1949) Detypo in the d_open64 warning about
19518          the impending WHOA.
19519  Branch: confperl
19520        ! hints/irix_6.sh
19521 ____________________________________________________________________________
19522 [  1951] By: jhi                                   on 1998/10/14  10:54:16
19523     Log: Mutexen should only be inited once, after they have been New()ed.
19524  Branch: confperl
19525        ! gv.c op.c
19526 ____________________________________________________________________________
19527 [  1950] By: jhi                                   on 1998/10/14  10:41:43
19528     Log: Own cppstdin.
19529  Branch: confperl
19530        ! hints/os390.sh
19531 ____________________________________________________________________________
19532 [  1949] By: jhi                                   on 1998/10/14  10:34:23
19533     Log: Detypo in the d_open64 warning about the impending WHOA.
19534  Branch: confperl
19535        ! hints/irix_6.sh
19536 ____________________________________________________________________________
19537 [  1948] By: gsar                                  on 1998/10/14  05:38:01
19538     Log: two typos
19539  Branch: perl
19540        ! pp_hot.c t/op/eval.t
19541 ____________________________________________________________________________
19542 [  1947] By: gsar                                  on 1998/10/14  05:37:10
19543     Log: let docatch() pass the buck when restartop turns out to be null,
19544          making exceptions in BEGIN{} propagate as expected
19545  Branch: perl
19546        ! pp_ctl.c t/op/misc.t
19547 ____________________________________________________________________________
19548 [  1946] By: gsar                                  on 1998/10/13  03:41:49
19549     Log: add missing file from change#1943
19550  Branch: perl
19551        ! proto.h
19552 ____________________________________________________________________________
19553 [  1945] By: gsar                                  on 1998/10/13  03:32:02
19554     Log: defer "deep recursion" warnings until CXt_SUB context is properly
19555          set up
19556  Branch: perl
19557        ! pp_hot.c t/pragma/warn/pp_hot
19558 ____________________________________________________________________________
19559 [  1944] By: gsar                                  on 1998/10/13  03:15:50
19560     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
19561          fixup the cop_seq value that must be seen by lexical lookups that
19562          emanate within eval''
19563  Branch: perl
19564        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
19565 ____________________________________________________________________________
19566 [  1943] By: gsar                                  on 1998/10/13  02:06:09
19567     Log: ensure recursive attempts to findlex()icals know enough about where
19568          the last eval'' context was encountered
19569  Branch: perl
19570        ! op.c t/op/eval.t
19571 ____________________________________________________________________________
19572 [  1942] By: gsar                                  on 1998/10/13  02:01:24
19573     Log: force copy of substrings when matching against temporaries
19574  Branch: perl
19575        ! pp_hot.c t/op/pat.t
19576 ____________________________________________________________________________
19577 [  1941] By: gsar                                  on 1998/10/13  01:49:16
19578     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
19579          implementation)
19580  Branch: perl
19581        ! pp_ctl.c t/op/runlevel.t
19582 ____________________________________________________________________________
19583 [  1940] By: jhi                                   on 1998/10/12  09:57:44
19584     Log: Removed duplicate CMA threads code for HPUX 10.X.
19585          (probably residue of patch(1) being too understanding)
19586          Enhanced 64-bit settings.
19587  Branch: confperl
19588        ! hints/hpux.sh
19589 ____________________________________________________________________________
19590 [  1939] By: jhi                                   on 1998/10/12  09:53:11
19591     Log: Initial sync from mainline perl.
19592  Branch: confperl
19593        + (add 1282 files)
19594 ____________________________________________________________________________
19595 [  1937] By: gsar                                  on 1998/10/06  21:16:34
19596     Log: fix $/ init for USE_THREADS
19597  Branch: perl
19598        ! perl.c
19599 ____________________________________________________________________________
19600 [  1936] By: gsar                                  on 1998/10/06  07:19:39
19601     Log: fix globals caught by change#1927; builds and tests on Solaris
19602  Branch: perl
19603        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
19604        ! warning.h warning.pl
19605 ____________________________________________________________________________
19606 [  1935] By: gsar                                  on 1998/10/06  06:50:35
19607     Log: add test for previous fix
19608  Branch: perl
19609        ! ext/Thread/create.t
19610 ____________________________________________________________________________
19611 [  1934] By: gsar                                  on 1998/10/06  06:37:36
19612     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
19613  Branch: perl
19614        ! util.c
19615 ____________________________________________________________________________
19616 [  1933] By: gsar                                  on 1998/10/06  05:04:20
19617     Log: undo bogus part of change#1903 (as pointed out by Larry)
19618  Branch: perl
19619        ! pp_ctl.c
19620 ____________________________________________________________________________
19621 [  1932] By: gsar                                  on 1998/10/06  04:21:31
19622     Log: added tweaked version of suggested patch
19623          From: jan.dubois@ibm.net (Jan Dubois)
19624          Date: Sat, 03 Oct 1998 19:04:48 +0200
19625          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
19626          Subject: [PATCH 5.005_52] More MakeMaker  patches
19627  Branch: perl
19628        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19629        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
19630 ____________________________________________________________________________
19631 [  1931] By: gsar                                  on 1998/10/06  04:04:33
19632     Log: use cpp symbols instead of hardwired constants
19633          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19634          Date: Mon, 05 Oct 1998 09:23:33 +0100
19635          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
19636          Subject: [PATCH 5.005_52] By the numbers (resend)
19637  Branch: perl
19638        ! op.c
19639 ____________________________________________________________________________
19640 [  1930] By: gsar                                  on 1998/10/06  04:01:55
19641     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19642          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
19643          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
19644          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
19645  Branch: perl
19646        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
19647        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
19648 ____________________________________________________________________________
19649 [  1929] By: gsar                                  on 1998/10/06  03:50:36
19650     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19651          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
19652          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
19653          Subject: [PATCH 5.00552] Minor test improvement
19654  Branch: perl
19655        ! t/op/magic.t
19656 ____________________________________________________________________________
19657 [  1928] By: gsar                                  on 1998/10/06  03:49:03
19658     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19659          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
19660          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
19661          Subject: [PATCH 5.00552] emacs/ptags inprovements
19662  Branch: perl
19663        ! emacs/ptags
19664 ____________________________________________________________________________
19665 [  1927] By: gsar                                  on 1998/10/06  03:47:44
19666     Log: disable C<#define dirty PL_dirty> et al.
19667  Branch: perl
19668        ! embed.pl embedvar.h
19669 ____________________________________________________________________________
19670 [  1926] By: gsar                                  on 1998/10/06  03:43:32
19671     Log: From: Mark-Jason Dominus <mjd@plover.com>
19672          Date: Sun, 04 Oct 1998 14:48:11 -0400
19673          Message-ID: <19981004184811.16048.qmail@plover.com>
19674          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
19675  Branch: perl
19676        ! utils/perldoc.PL
19677 ____________________________________________________________________________
19678 [  1925] By: gsar                                  on 1998/10/06  03:27:35
19679     Log: disable USE_THREADS when PERL_OBJECT is enabled
19680  Branch: perl
19681        ! win32/Makefile win32/makefile.mk
19682 ____________________________________________________________________________
19683 [  1924] By: gsar                                  on 1998/10/06  03:26:54
19684     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
19685  Branch: perl
19686        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
19687        ! vms/perly_c.vms
19688 ____________________________________________________________________________
19689 [  1923] By: gsar                                  on 1998/10/03  05:19:56
19690     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
19691          overridden
19692  Branch: perl
19693        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
19694        ! proto.h vms/perly_c.vms
19695 ____________________________________________________________________________
19696 [  1922] By: gsar                                  on 1998/10/03  03:59:50
19697     Log: suppress manifypods leak in extensions
19698  Branch: perl
19699        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
19700 ____________________________________________________________________________
19701 [  1921] By: gsar                                  on 1998/10/02  22:30:15
19702     Log: os390 fixes (suggested by Peter Prymmer)
19703  Branch: perl
19704        ! Makefile.SH regcomp.c
19705 ____________________________________________________________________________
19706 [  1920] By: gsar                                  on 1998/10/02  21:41:19
19707     Log: squelch undef warnings
19708          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19709          Date: Fri, 02 Oct 1998 11:01:14 +0100
19710          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
19711          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
19712  Branch: perl
19713        ! Changes lib/Math/BigInt.pm
19714 ____________________________________________________________________________
19715 [  1919] By: gsar                                  on 1998/10/02  04:59:13
19716     Log: add note to INSTALL about ANSI C
19717  Branch: perl
19718        ! INSTALL
19719 ____________________________________________________________________________
19720 [  1918] By: gsar                                  on 1998/10/02  04:21:10
19721     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
19722          From: jan.dubois@ibm.net (Jan Dubois)
19723          Date: Wed, 30 Sep 1998 23:35:30 +0200
19724          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
19725          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
19726  Branch: perl
19727        ! lib/ExtUtils/xsubpp
19728 ____________________________________________________________________________
19729 [  1917] By: gsar                                  on 1998/10/02  04:16:02
19730     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19731          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
19732          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
19733          Subject: Re: Configure test for selectbits busted
19734  Branch: perl
19735        ! Configure
19736 ____________________________________________________________________________
19737 [  1916] By: gsar                                  on 1998/10/02  04:14:17
19738     Log: From: Dan Sugalski <sugalskd@osshe.edu>
19739          Date: Wed, 30 Sep 1998 17:15:20 -0700
19740          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
19741          Subject: [PATCH 5.005_02]VMS config tweaks
19742  Branch: perl
19743        ! vms/descrip_mms.template vms/subconfigure.com
19744 ____________________________________________________________________________
19745 [  1915] By: gsar                                  on 1998/10/02  04:10:47
19746     Log: use Off_t to permit 64-bit seek()
19747          From: Scott Henry <scotth@sgi.com>
19748          Date: 29 Sep 1998 17:38:46 -0700
19749          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
19750          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
19751          --
19752          Date: 28 Sep 1998 18:55:37 -0700
19753          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
19754          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19755  Branch: perl
19756        ! doio.c pp_sys.c proto.h sv.c
19757 ____________________________________________________________________________
19758 [  1914] By: gsar                                  on 1998/10/02  04:05:36
19759     Log: normalize tm struct passed to strftime() with mktime()
19760          From: Spider Boardman <spider@orb.nashua.nh.us>
19761          Date: Wed, 30 Sep 1998 15:12:09 -0400
19762          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
19763          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
19764  Branch: perl
19765        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19766 ____________________________________________________________________________
19767 [  1913] By: gsar                                  on 1998/10/02  03:59:46
19768     Log: don't try to run foo_SH.orig etc.
19769  Branch: perl
19770        ! Configure
19771 ____________________________________________________________________________
19772 [  1912] By: gsar                                  on 1998/10/02  03:45:37
19773     Log: make warning about glob process failure optional
19774  Branch: perl
19775        ! pod/perldiag.pod pp_hot.c
19776 ____________________________________________________________________________
19777 [  1911] By: gsar                                  on 1998/10/02  02:52:21
19778     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
19779          From: Dominic Dunlop <domo@vo.lu>
19780          Date: Tue, 29 Sep 1998 21:06:30 +0000
19781          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
19782          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
19783          --
19784          Date: Wed, 30 Sep 1998 11:46:44 +0000
19785          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
19786          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
19787  Branch: perl
19788        ! pod/perldiag.pod regcomp.c
19789 ____________________________________________________________________________
19790 [  1910] By: gsar                                  on 1998/10/02  02:48:48
19791     Log: minor Configure tweaks (via private mail)
19792          From: Jarkko Hietaniemi <jhi@iki.fi>
19793          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
19794          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
19795          Subject: [PATCH] 5.005_52: the drizzle continues
19796  Branch: perl
19797        ! Configure config_h.SH handy.h
19798 ____________________________________________________________________________
19799 [  1909] By: gsar                                  on 1998/10/02  02:46:39
19800     Log: update SCO hints for dynamic loading
19801          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19802          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
19803          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
19804          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19805          --
19806          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
19807          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
19808          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
19809  Branch: perl
19810        ! hints/sco.sh
19811 ____________________________________________________________________________
19812 [  1908] By: gsar                                  on 1998/10/02  02:33:39
19813     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
19814  Branch: perl
19815        ! lib/File/Find.pm
19816 ____________________________________________________________________________
19817 [  1907] By: gsar                                  on 1998/10/02  02:21:52
19818     Log: applied patches, but retained old behavior for win32 (where compilers
19819          can't read from stdin at all)
19820          From: Graham Barr <gbarr@ti.com>
19821          Date: Mon, 28 Sep 1998 09:41:49 -0500
19822          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
19823          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19824          --
19825          Date: Tue, 29 Sep 1998 12:35:43 -0500
19826          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
19827          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
19828  Branch: perl
19829        ! ext/Errno/Errno_pm.PL
19830 ____________________________________________________________________________
19831 [  1906] By: gsar                                  on 1998/10/02  02:02:19
19832     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
19833          Hietaniemi)
19834  Branch: perl
19835        ! t/op/grent.t
19836 ____________________________________________________________________________
19837 [  1905] By: gsar                                  on 1998/10/02  01:59:56
19838     Log: win32 caveats about truncate()
19839  Branch: perl
19840        ! pod/perlport.pod
19841 ____________________________________________________________________________
19842 [  1904] By: gsar                                  on 1998/10/02  01:53:25
19843     Log: various Configure and hints updates (prefer drand48() or random()
19844          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
19845          applied modulo SCO hints superceded by later patch
19846          From: Jarkko Hietaniemi <jhi@iki.fi>
19847          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
19848          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
19849          Subject: [PATCH] 5.005_52: Configure et al:
19850  Branch: perl
19851        + ext/IPC/SysV/hints/next_3.pl
19852        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
19853        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
19854        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
19855 ____________________________________________________________________________
19856 [  1903] By: gsar                                  on 1998/10/02  01:42:37
19857     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
19858          Date: Mon, 28 Sep 1998 17:41:49 +0100
19859          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
19860          Subject: [PATCH 5.005_52] Re: More on ?p 
19861          --
19862          Date: Thu, 01 Oct 1998 09:10:58 +0100
19863          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
19864          Subject: [PATCH 5.005_52] ?p fix
19865          --
19866          Date: Thu, 01 Oct 1998 10:45:56 +0100
19867          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
19868          Subject: [PATCH 5.005_52] more on ?p
19869  Branch: perl
19870        ! pp_ctl.c
19871 ____________________________________________________________________________
19872 [  1902] By: gsar                                  on 1998/10/02  01:36:14
19873     Log: From: Kenneth Duda <kjd@cisco.com>
19874          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
19875          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
19876          Subject: writemain dies when there are more than 4000 characters of extensions
19877  Branch: perl
19878        ! writemain.SH
19879 ____________________________________________________________________________
19880 [  1901] By: gsar                                  on 1998/10/02  01:33:16
19881     Log: tweak run_byacc recipe
19882  Branch: perl
19883        ! Makefile.SH Porting/pumpkin.pod
19884 ____________________________________________________________________________
19885 [  1900] By: gsar                                  on 1998/10/02  01:02:09
19886     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
19887  Branch: perl
19888        ! perl.h pp_ctl.c
19889 ____________________________________________________________________________
19890 [  1899] By: gsar                                  on 1998/09/28  20:46:30
19891     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
19892          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
19893          Dvornik)
19894  Branch: perl
19895        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
19896 ____________________________________________________________________________
19897 [  1898] By: gsar                                  on 1998/09/28  20:42:52
19898     Log: flush unsubmitted 5.00552 change
19899  Branch: perl
19900        ! MANIFEST
19901 ____________________________________________________________________________
19902 [  1897] By: gsar                                  on 1998/09/27  04:43:06
19903     Log: run vms_yfix.pl
19904  Branch: perl
19905        ! vms/perly_c.vms
19906 ____________________________________________________________________________
19907 [  1896] By: gsar                                  on 1998/09/27  03:38:55
19908     Log: small tweak on last change
19909  Branch: perl
19910        ! win32/win32.c
19911 ____________________________________________________________________________
19912 [  1895] By: gsar                                  on 1998/09/27  03:17:17
19913     Log: fix win32_stat() to do the right thing for share names
19914  Branch: perl
19915        ! win32/win32.c
19916 ____________________________________________________________________________
19917 [  1891] By: larry                                 on 1998/09/25  18:50:40
19918     Log: Fixed apostrophe problem from Mark Knutsen.
19919  Branch: perl
19920        ! sv.h
19921
19922 ----------------
19923 Version 5.005_52
19924 ----------------
19925
19926 ____________________________________________________________________________
19927 [  1890] By: gsar                                  on 1998/09/25  10:25:00
19928     Log: update template config.sh, add new config vars to win32 stuff
19929  Branch: perl
19930        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
19931        ! pp_sys.c proto.h win32/config.bc win32/config.gc
19932        ! win32/config.vc win32/config_H.bc win32/config_H.gc
19933        ! win32/config_H.vc win32/win32.h
19934 ____________________________________________________________________________
19935 [  1889] By: gsar                                  on 1998/09/25  07:13:13
19936     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
19937          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
19938          of full-fledged 64-bit support (including support for: fseeko/ftello,
19939          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
19940          in Fcntl)
19941          From: Jarkko Hietaniemi <jhi@iki.fi>
19942          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
19943          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
19944          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
19945          --
19946          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19947          Date: 12 Sep 1998 09:44:25 +0300
19948          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
19949          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
19950  Branch: perl
19951        + lib/filetest.pm
19952        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
19953        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
19954        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
19955        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
19956        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
19957        ! win32/makedef.pl
19958 ____________________________________________________________________________
19959 [  1888] By: gsar                                  on 1998/09/25  06:27:12
19960     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
19961  Branch: perl
19962        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
19963        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19964        ! win32/makedef.pl win32/makefile.mk win32/win32.c
19965 ____________________________________________________________________________
19966 [  1887] By: gsar                                  on 1998/09/25  04:50:49
19967     Log: win32.c tweak
19968  Branch: perl
19969        ! win32/win32.c
19970 ____________________________________________________________________________
19971 [  1886] By: gsar                                  on 1998/09/25  04:47:32
19972     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
19973  Branch: perl
19974        ! lib/ExtUtils/MakeMaker.pm
19975 ____________________________________________________________________________
19976 [  1885] By: gsar                                  on 1998/09/25  04:05:09
19977     Log: From: Dominic Dunlop <domo@vo.lu>
19978          Date: Thu, 10 Sep 1998 11:02:46 +0000
19979          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
19980          Subject: MM_Unix::canonpath erroneously turns leading // into /
19981  Branch: perl
19982        ! lib/ExtUtils/MM_Unix.pm
19983 ____________________________________________________________________________
19984 [  1884] By: gsar                                  on 1998/09/25  03:06:10
19985     Log: temporarily disable perl malloc for a2p until we clean up
19986          conflicting malloc() declarations everywhere
19987  Branch: perl
19988        ! x2p/Makefile.SH
19989 ____________________________________________________________________________
19990 [  1883] By: gsar                                  on 1998/09/25  02:27:00
19991     Log: remove obsolete win32/bin/*.pl
19992  Branch: perl
19993        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
19994        ! Changes MANIFEST win32/Makefile win32/makefile.mk
19995 ____________________________________________________________________________
19996 [  1882] By: gsar                                  on 1998/09/25  02:04:43
19997     Log: missing file in last submit
19998  Branch: perl
19999        ! proto.h
20000 ____________________________________________________________________________
20001 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20002     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20003  Branch: perl
20004        ! sv.c
20005 ____________________________________________________________________________
20006 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20007     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20008          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20009          Date: Thu, 24 Sep 1998 22:01:09 +0900
20010          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20011          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20012  Branch: perl
20013        ! hv.c proto.h
20014 ____________________________________________________________________________
20015 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20016     Log: tweaks to enable PERL_OBJECT to build & test on win32
20017  Branch: perl
20018        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20019        ! win32/GenCAPI.pl
20020 ____________________________________________________________________________
20021 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20022     Log: fix change#1861, which breaks default boot_xxx symbol generation
20023  Branch: perl
20024        ! lib/ExtUtils/Mksymlists.pm
20025 ____________________________________________________________________________
20026 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20027     Log: two tweaks for clean build and test on Solaris
20028  Branch: perl
20029        ! op.c t/op/subst.t
20030 ____________________________________________________________________________
20031 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20032     Log: From: Colin Kuskie <ckuskie@cadence.com>
20033          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20034          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20035          Subject: [PATCH 5.005_51] perlform.pod
20036  Branch: perl
20037        ! pod/perlform.pod
20038 ____________________________________________________________________________
20039 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20040     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20041          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20042          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20043          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20044  Branch: perl
20045        ! regexec.c
20046 ____________________________________________________________________________
20047 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20048     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20049          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20050          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20051          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20052  Branch: perl
20053        ! toke.c
20054 ____________________________________________________________________________
20055 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20056     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20057          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20058          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20059          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20060  Branch: perl
20061        ! Changes regcomp.c
20062 ____________________________________________________________________________
20063 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20064     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20065          Date: Sun, 23 Aug 1998 23:18:38 PDT
20066          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20067          Subject: new irix_6.sh hints file
20068  Branch: perl
20069        ! hints/irix_6.sh
20070 ____________________________________________________________________________
20071 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20072     Log: correct FSF address in various places
20073  Branch: perl
20074        ! Copying README ext/B/README lib/Getopt/Long.pm
20075 ____________________________________________________________________________
20076 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20077     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20078          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20079          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20080          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20081  Branch: perl
20082        ! configure.com
20083 ____________________________________________________________________________
20084 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20085     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20086          From:    Scott Henry <scotth@sgi.com>
20087          Date:    13 Aug 1998 09:52:15 PDT
20088          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20089          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20090  Branch: perl
20091        ! hints/irix_6.sh
20092 ____________________________________________________________________________
20093 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20094     Log: From:    Nathan Torkington <gnat@frii.com>
20095          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20096          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20097          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20098  Branch: perl
20099        ! pod/perlfunc.pod
20100 ____________________________________________________________________________
20101 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20102     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20103          that are autoloaded)
20104  Branch: perl
20105        ! pp_ctl.c
20106 ____________________________________________________________________________
20107 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20108     Log: grandfather deprecated "$$<digit>" no more
20109  Branch: perl
20110        ! pod/perldiag.pod toke.c
20111 ____________________________________________________________________________
20112 [  1865] By: gsar                                  on 1998/09/24  04:52:48
20113     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
20114          low bits (suggested by Ilya Zakharevich)
20115  Branch: perl
20116        ! hv.h
20117 ____________________________________________________________________________
20118 [  1864] By: gsar                                  on 1998/09/24  04:29:14
20119     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
20120          perly_c.diff
20121  Branch: perl
20122        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
20123        ! perly_c.diff toke.c
20124 ____________________________________________________________________________
20125 [  1863] By: gsar                                  on 1998/09/24  03:36:30
20126     Log: provide locked access to string table for USE_THREADS
20127  Branch: perl
20128        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
20129 ____________________________________________________________________________
20130 [  1862] By: gsar                                  on 1998/09/24  03:30:32
20131     Log: remove bogus warn()
20132  Branch: perl
20133        ! embed.pl
20134 ____________________________________________________________________________
20135 [  1861] By: gsar                                  on 1998/09/24  02:58:51
20136     Log: applied suggested patch, adapted for all platforms
20137          From: jan.dubois@ibm.net (Jan Dubois)
20138          Date: Sun, 20 Sep 1998 12:56:38 +0200
20139          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
20140          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
20141  Branch: perl
20142        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20143        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20144        ! lib/ExtUtils/MakeMaker.pm
20145 ____________________________________________________________________________
20146 [  1860] By: gsar                                  on 1998/09/24  02:16:14
20147     Log: upgrade to CPAN-1.40
20148  Branch: perl
20149        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
20150 ____________________________________________________________________________
20151 [  1859] By: gsar                                  on 1998/09/24  02:08:59
20152     Log: use $ENV{MAKEMAKEROPT} to set default command line args
20153  Branch: perl
20154        ! lib/ExtUtils/MakeMaker.pm
20155 ____________________________________________________________________________
20156 [  1857] By: gsar                                  on 1998/09/23  10:58:36
20157     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20158          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
20159          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
20160          Subject: More verbose Test::Harness [PATCH]
20161  Branch: perl
20162        ! lib/Test/Harness.pm
20163 ____________________________________________________________________________
20164 [  1856] By: gsar                                  on 1998/09/23  10:56:24
20165     Log: update hints for OPENSTEP 4.2 on i386
20166          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
20167          Date: Sun, 20 Sep 1998 01:03:18 +0200
20168          Message-Id: <9809192303.AA29190@Spike>
20169          Subject: Perl 5.005_02 compilation problems
20170  Branch: perl
20171        ! hints/next_4.sh
20172 ____________________________________________________________________________
20173 [  1855] By: gsar                                  on 1998/09/23  10:52:27
20174     Log: reset errno after C<require> search (as suggested by Larry)
20175  Branch: perl
20176        ! pp_ctl.c
20177 ____________________________________________________________________________
20178 [  1854] By: gsar                                  on 1998/09/23  10:50:26
20179     Log: misc pod tweaks
20180  Branch: perl
20181        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
20182 ____________________________________________________________________________
20183 [  1853] By: gsar                                  on 1998/09/23  10:46:06
20184     Log: make Pod/Html.pm handle the --title option properly (as suggested
20185          by gml4410@ggr.co.uk)
20186  Branch: perl
20187        ! lib/Pod/Html.pm
20188 ____________________________________________________________________________
20189 [  1852] By: gsar                                  on 1998/09/23  10:41:39
20190     Log: SSNEW() API for allocating memory on the savestack
20191          From: Albert Dvornik <bert@genscan.com>
20192          Date: 17 Sep 1998 19:23:07 -0400
20193          Message-Id: <tqemtae338.fsf@puma.genscan.com>
20194          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
20195  Branch: perl
20196        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
20197        ! perl.h proto.h scope.c scope.h t/io/tell.t
20198 ____________________________________________________________________________
20199 [  1851] By: gsar                                  on 1998/09/23  10:37:05
20200     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20201          Date: Thu, 17 Sep 1998 17:16:06 +0200
20202          Message-ID: <360127B6.E44564A@ispsoft.de>
20203          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20204  Branch: perl
20205        ! lib/ExtUtils/MakeMaker.pm
20206 ____________________________________________________________________________
20207 [  1850] By: gsar                                  on 1998/09/23  10:33:05
20208     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
20209          Date: 15 Sep 1998 01:32:31 +0200
20210          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
20211          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
20212  Branch: perl
20213        ! lib/ExtUtils/MM_Unix.pm
20214 ____________________________________________________________________________
20215 [  1849] By: gsar                                  on 1998/09/23  10:29:04
20216     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
20217          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
20218          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
20219          Subject: Re: extralibs.ld problem in MM_VMS.pm
20220  Branch: perl
20221        ! lib/ExtUtils/MM_VMS.pm
20222 ____________________________________________________________________________
20223 [  1848] By: gsar                                  on 1998/09/23  10:25:24
20224     Log: From: Roderick Schertler <roderick@argon.org>
20225          Date: 11 Sep 1998 16:19:21 -0400
20226          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
20227          Subject: Re: Open2 and memory leaks
20228  Branch: perl
20229        ! lib/IPC/Open3.pm
20230 ____________________________________________________________________________
20231 [  1847] By: gsar                                  on 1998/09/23  10:18:31
20232     Log: From: Roderick Schertler <roderick@argon.org>
20233          Date: Wed, 09 Sep 1998 23:52:48 -0400
20234          Message-ID: <20567.905399568@eeyore.ibcinc.com>
20235          Subject: seed srand from /dev/urandom when possible
20236  Branch: perl
20237        ! pod/perlfunc.pod pp.c
20238 ____________________________________________________________________________
20239 [  1846] By: gsar                                  on 1998/09/23  10:12:22
20240     Log: From: Roderick Schertler <roderick@argon.org>
20241          Date: Thu, 10 Sep 1998 00:32:17 -0400
20242          Message-ID: <21142.905401937@eeyore.ibcinc.com>
20243          Subject: doc update for crypt()'s salt
20244  Branch: perl
20245        ! pod/perlfunc.pod
20246 ____________________________________________________________________________
20247 [  1845] By: gsar                                  on 1998/09/23  10:09:23
20248     Log: fix h2ph handling of C<#error "foo">
20249          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
20250          Date: Thu, 10 Sep 1998 09:59:33 +0900
20251          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
20252          Subject: [5.005_02] h2ph problem
20253  Branch: perl
20254        ! utils/h2ph.PL
20255 ____________________________________________________________________________
20256 [  1844] By: gsar                                  on 1998/09/23  10:06:13
20257     Log: plug strictly private function leaks in API listing
20258  Branch: perl
20259        ! pod/perlguts.pod
20260 ____________________________________________________________________________
20261 [  1843] By: gsar                                  on 1998/09/23  10:02:57
20262     Log: hide symbol for static build
20263          From: Dominic Dunlop <domo@vo.lu>
20264          Date: Tue, 8 Sep 1998 21:40:46 +0000
20265          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
20266          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
20267  Branch: perl
20268        ! regcomp.c
20269 ____________________________________________________________________________
20270 [  1842] By: gsar                                  on 1998/09/23  09:52:46
20271     Log: define PUT_svindex(), PUT_opindex()
20272  Branch: perl
20273        ! ext/B/B/Assembler.pm
20274 ____________________________________________________________________________
20275 [  1841] By: gsar                                  on 1998/09/23  09:44:25
20276     Log: From: Dominic Dunlop <domo@vo.lu>
20277          Date: Tue, 8 Sep 1998 15:34:53 +0000
20278          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
20279          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
20280  Branch: perl
20281        ! t/pragma/warn/regexec
20282 ____________________________________________________________________________
20283 [  1840] By: gsar                                  on 1998/09/23  09:42:17
20284     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
20285  Branch: perl
20286        ! win32/bin/pl2bat.pl
20287 ____________________________________________________________________________
20288 [  1839] By: gsar                                  on 1998/09/23  09:38:18
20289     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
20290          Date: Mon, 7 Sep 1998 17:36:09 +0900
20291          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
20292          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
20293  Branch: perl
20294        ! ext/Thread/Thread.xs
20295 ____________________________________________________________________________
20296 [  1838] By: gsar                                  on 1998/09/23  09:21:11
20297     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
20298          Date: Thu, 10 Sep 1998 00:02:07 -0400
20299          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
20300          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
20301  Branch: perl
20302        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
20303        + vos/config.h vos/config_h.SH_orig vos/perl.bind
20304        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
20305        ! MANIFEST perl.c perl.h pod/perlport.pod
20306 ____________________________________________________________________________
20307 [  1837] By: gsar                                  on 1998/09/23  08:45:58
20308     Log: (via private mail)
20309          From: Charles Bailey <BAILEY@newman.upenn.edu>
20310          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
20311          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
20312          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
20313  Branch: perl
20314        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
20315        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20316        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
20317        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
20318        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
20319        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
20320        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
20321        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
20322        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
20323        ! vms/writemain.pl
20324 ____________________________________________________________________________
20325 [  1836] By: gsar                                  on 1998/09/23  08:17:42
20326     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20327          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
20328          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
20329          Subject: [PATCH 5.005_*] OS/2 spawning typos
20330  Branch: perl
20331        ! os2/os2.c
20332 ____________________________________________________________________________
20333 [  1835] By: gsar                                  on 1998/09/23  08:09:55
20334     Log: warn on C<my($foo,$foo)>
20335  Branch: perl
20336        ! op.c pod/perldiag.pod
20337 ____________________________________________________________________________
20338 [  1834] By: gsar                                  on 1998/09/23  07:35:56
20339     Log: From: pvhp@forte.com (Peter Prymmer)
20340          Date: Fri, 4 Sep 98 13:27:41 PDT
20341          Message-Id: <9809042027.AA04463@forte.com>
20342          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
20343  Branch: perl
20344        ! README.vms
20345 ____________________________________________________________________________
20346 [  1833] By: gsar                                  on 1998/09/23  07:27:34
20347     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20348          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
20349          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
20350          Subject: PATCH: 5.005_02 hint/hpux.sh
20351  Branch: perl
20352        ! hints/hpux.sh
20353 ____________________________________________________________________________
20354 [  1832] By: gsar                                  on 1998/09/23  07:22:40
20355     Log: fix (some) installhtml bugs
20356          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
20357          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
20358          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
20359          Subject: installhtml script needs work
20360  Branch: perl
20361        ! installhtml
20362 ____________________________________________________________________________
20363 [  1831] By: gsar                                  on 1998/09/23  07:19:30
20364     Log: document 'U' magic with examples
20365          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
20366          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
20367          Message-Id: <199809011455.PAA00631@sale-wts>
20368          Subject: Re: Looking for some XS MAGIC examples...
20369  Branch: perl
20370        ! pod/perlguts.pod
20371 ____________________________________________________________________________
20372 [  1830] By: gsar                                  on 1998/09/23  07:16:43
20373     Log: From: pvhp@forte.com (Peter Prymmer)
20374          Date: Mon, 31 Aug 98 17:13:49 PDT
20375          Message-Id: <9809010013.AA06737@forte.com>
20376          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
20377  Branch: perl
20378        ! README.os390
20379 ____________________________________________________________________________
20380 [  1829] By: gsar                                  on 1998/09/23  07:15:08
20381     Log: fix problematic typecast in filter_del()
20382          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
20383          Date: Mon, 31 Aug 1998 21:13:11 GMT
20384          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
20385          Subject: perl5.005_02 does not build on Cray T90
20386  Branch: perl
20387        ! toke.c
20388 ____________________________________________________________________________
20389 [  1828] By: gsar                                  on 1998/09/23  07:11:34
20390     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20391          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
20392          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
20393          Subject: [PATCH 5.005_5*] (?>) broken in RE
20394  Branch: perl
20395        ! regexec.c t/op/re_tests
20396 ____________________________________________________________________________
20397 [  1827] By: gsar                                  on 1998/09/23  07:09:50
20398     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
20399  Branch: perl
20400        ! t/op/grent.t t/op/groups.t
20401 ____________________________________________________________________________
20402 [  1826] By: gsar                                  on 1998/09/23  07:03:16
20403     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20404          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
20405          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
20406          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
20407  Branch: perl
20408        - interp.sym
20409        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
20410 ____________________________________________________________________________
20411 [  1825] By: gsar                                  on 1998/09/23  06:56:40
20412     Log: re-introduce change#1703
20413  Branch: perl
20414        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
20415 ____________________________________________________________________________
20416 [  1824] By: gsar                                  on 1998/09/23  06:44:19
20417     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20418          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
20419          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
20420          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
20421  Branch: perl
20422        ! lib/perl5db.pl
20423 ____________________________________________________________________________
20424 [  1823] By: gsar                                  on 1998/09/23  06:41:34
20425         Log: From: Joe Buehler <jhpb@hekimian.com>
20426              Date: 29 Aug 1998 17:13:28 -0400
20427              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
20428              Subject: patches for perl 5.005_51 under U/WIN
20429      Branch: perl
20430            + hints/uwin.sh
20431            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
20432            ! t/lib/posix.t
20433 ____________________________________________________________________________
20434 [  1822] By: gsar                                  on 1998/09/23  06:36:59
20435         Log: add missing C<no utf8;> tweak from Larry
20436      Branch: perl
20437            ! t/op/subst.t
20438 ____________________________________________________________________________
20439 [  1821] By: gsar                                  on 1998/09/23  06:27:51
20440         Log: s/runops/CALLRUNOPS/
20441      Branch: perl
20442            ! cc_runtime.h
20443 ____________________________________________________________________________
20444 [  1820] By: gsar                                  on 1998/09/23  06:24:49
20445         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
20446      Branch: perl
20447           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
20448           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
20449           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
20450           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
20451           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
20452           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
20453           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
20454           +> t/pragma/warn/util
20455            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
20456            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
20457            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
20458            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
20459            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
20460            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
20461            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
20462            - t/pragma/warn-util
20463            ! MANIFEST t/pragma/warning.t
20464 ____________________________________________________________________________
20465 [  1819] By: gsar                                  on 1998/09/23  06:08:46
20466         Log: make \(%foo) return refs to values (not copies of values)
20467              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20468              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
20469              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
20470              --
20471              From: Roderick Schertler <roderick@argon.org>
20472              Date: Sat, 29 Aug 1998 00:58:33 -0400
20473              Message-ID: <29894.904366713@eeyore.ibcinc.com>
20474              Subject: Re: \(%x) problems
20475      Branch: perl
20476            ! doop.c pod/perlref.pod
20477 ____________________________________________________________________________
20478 [  1818] By: gsar                                  on 1998/09/23  06:05:08
20479         Log: make h2xs generate ANSI prototypes
20480      Branch: perl
20481            ! utils/h2xs.PL
20482 ____________________________________________________________________________
20483 [  1817] By: gsar                                  on 1998/09/23  05:57:16
20484         Log: updated usethreads hints for hpux 10.X
20485              From: Matthew T Harden <mthard@mthard1.monsanto.com>
20486              Date: Fri, 28 Aug 1998 14:10:42 GMT
20487              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
20488              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
20489      Branch: perl
20490            ! hints/hpux.sh perl.h
20491 ____________________________________________________________________________
20492 [  1816] By: gsar                                  on 1998/09/23  05:53:31
20493         Log: don't create empty directories in installperl
20494              From: Robin Barker <rmb1@cise.npl.co.uk>
20495              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
20496              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
20497              Subject: [PATCH 5.005_02] install: empty dirs
20498      Branch: perl
20499            ! installperl
20500 ____________________________________________________________________________
20501 [  1815] By: gsar                                  on 1998/09/23  05:50:36
20502         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
20503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20504              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
20505              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
20506              Subject: Re: your mail
20507      Branch: perl
20508            ! regexec.c t/op/re_tests
20509 ____________________________________________________________________________
20510 [  1814] By: gsar                                  on 1998/09/23  05:45:17
20511         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
20512              Date: Thu, 20 Aug 1998 20:59:03 -0400
20513              Message-ID: <19980820205903.A12908@O2.chapin.edu>
20514              Subject: [PATCH] h2ph misquotes #error directives
20515      Branch: perl
20516            ! t/lib/h2ph.pht utils/h2ph.PL
20517 ____________________________________________________________________________
20518 [  1813] By: gsar                                  on 1998/09/23  05:42:41
20519         Log: patch to support computed regular subexpressions
20520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20521              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
20522              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
20523              Subject: [5.005_5* PATCH] Postponed RE - now!
20524      Branch: perl
20525            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
20526            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
20527 ____________________________________________________________________________
20528 [  1812] By: gsar                                  on 1998/09/23  05:26:26
20529         Log: better CR-handling on shebang line and in formats (fixed variant of
20530              patch suggested by Igor Sysoev <igor@nitek.ru>)
20531      Branch: perl
20532            ! perl.c toke.c
20533 ____________________________________________________________________________
20534 [  1811] By: gsar                                  on 1998/09/23  04:35:46
20535         Log: document non-loopish blocks better
20536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
20537              Date: Tue, 18 Aug 1998 12:28:36 +0100
20538              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
20539              Subject: Re: next in do {} while block gives error message
20540      Branch: perl
20541            ! pod/perlfunc.pod
20542 ____________________________________________________________________________
20543 [  1810] By: gsar                                  on 1998/09/23  04:12:05
20544         Log: fix bogus integerization of pop()'s return value
20545              From: Gurusamy Sarathy <gsar@engin.umich.edu>
20546              Date: Sat, 15 Aug 1998 23:27:54 -0400
20547              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
20548              Subject: Re: Complex expression does integer arithmetic 
20549      Branch: perl
20550            ! opcode.h opcode.pl
20551 ____________________________________________________________________________
20552 [  1809] By: gsar                                  on 1998/09/23  04:09:43
20553         Log: tweak README.win32
20554      Branch: perl
20555            ! README.win32
20556 ____________________________________________________________________________
20557 [  1808] By: gsar                                  on 1998/09/23  03:40:57
20558         Log: better diagnostic for do{} used as lvalue
20559      Branch: perl
20560            ! op.c pod/perlport.pod
20561 ____________________________________________________________________________
20562 [  1807] By: gsar                                  on 1998/09/23  03:38:30
20563         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
20564              From: hansm@icgroup.nl
20565              Date: Tue, 11 Aug 98 21:08:51 +0200
20566              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
20567              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20568      Branch: perl
20569            ! malloc.c
20570 ____________________________________________________________________________
20571 [  1806] By: gsar                                  on 1998/09/23  03:36:08
20572         Log: support make written in perl (aka "pmake") on win32
20573      Branch: perl
20574            ! lib/ExtUtils/MM_Win32.pm
20575 ____________________________________________________________________________
20576 [  1805] By: gsar                                  on 1998/09/23  03:30:07
20577         Log: fix mismatched UV/U32 types for to_utf8_*()
20578      Branch: perl
20579            ! utf8.c
20580 ____________________________________________________________________________
20581 [  1804] By: gsar                                  on 1998/09/23  03:22:22
20582         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20583              Date: Sun, 9 Aug 1998 22:38:23 +0200
20584              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
20585              Subject: [PATCH 5.5002] dos-djgpp update
20586      Branch: perl
20587            ! t/io/fs.t
20588 ____________________________________________________________________________
20589 [  1803] By: gsar                                  on 1998/09/23  03:20:13
20590         Log: apply minimal variant of patch (sent via private mail)
20591              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
20592              Date: Wed, 12 Aug 1998 15:42:35 +0300
20593              Message-Id: <199808121242.PAA29761@comanche.spices>
20594              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
20595      Branch: perl
20596            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
20597            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
20598 ____________________________________________________________________________
20599 [  1802] By: gsar                                  on 1998/09/23  03:03:39
20600         Log: adjust searchdict.t for EBCDIC (still needs documenting)
20601              From: pvhp@forte.com (Peter Prymmer)
20602              Date: Thu, 6 Aug 98 18:09:39 PDT
20603              Message-Id: <9808070109.AA06158@forte.com>
20604              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
20605      Branch: perl
20606            ! README.os390 t/lib/searchdict.t
20607 ____________________________________________________________________________
20608 [  1801] By: gsar                                  on 1998/09/23  02:54:15
20609         Log: silence redefined warning for XS(INIT) {}
20610      Branch: perl
20611            ! op.c
20612 ____________________________________________________________________________
20613 [  1800] By: gsar                                  on 1998/09/23  02:42:23
20614         Log: support match indices via special variables @- and @+
20615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20616              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
20617              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
20618              Subject: [PATCH 5.004_76] @- and @+
20619      Branch: perl
20620            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
20621            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
20622 ____________________________________________________________________________
20623 [  1799] By: gsar                                  on 1998/09/23  01:44:31
20624         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20625              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
20626              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
20627              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
20628      Branch: perl
20629            ! regcomp.c t/op/re_tests
20630 ____________________________________________________________________________
20631 [  1798] By: gsar                                  on 1998/09/23  01:39:23
20632         Log: integrate maint-5.005 changes (except conflicting change#1794)
20633      Branch: perl
20634            ! Changes
20635           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
20636           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
20637           !> win32/win32.h
20638 ____________________________________________________________________________
20639 [  1797] By: gsar                                  on 1998/09/23  01:32:36
20640         Log: add note to win32/Makefile about setting CCHOME
20641      Branch: perl
20642            ! win32/Makefile win32/makefile.mk
20643 ____________________________________________________________________________
20644 [  1796] By: gsar                                  on 1998/09/23  01:31:32
20645         Log: perl.pod tweak
20646      Branch: perl
20647            ! pod/perl.pod
20648 ____________________________________________________________________________
20649 [  1795] By: gsar                                  on 1998/09/21  20:34:10
20650         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
20651      Branch: perl
20652            ! lib/ExtUtils/xsubpp
20653 ____________________________________________________________________________
20654 [  1789] By: gsar                                  on 1998/09/18  18:01:37
20655         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
20656      Branch: perl
20657            ! cop.h t/cmd/for.t
20658 ____________________________________________________________________________
20659 [  1788] By: gsar                                  on 1998/09/17  02:19:11
20660         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
20661      Branch: perl
20662            ! win32/config.bc win32/config.gc win32/config.vc
20663 ____________________________________________________________________________
20664 [  1787] By: gsar                                  on 1998/09/17  01:45:14
20665         Log: suppress bogus warning on C<sub x {} x()>
20666      Branch: perl
20667            ! toke.c
20668 ____________________________________________________________________________
20669 [  1786] By: gsar                                  on 1998/09/17  01:42:51
20670         Log: ntohl typo in objXSUB.h
20671      Branch: perl
20672            ! objXSUB.h
20673 ____________________________________________________________________________
20674 [  1785] By: gsar                                  on 1998/09/17  01:41:48
20675         Log: fill gaps in sig_* entries in win32/config.?c
20676      Branch: perl
20677            ! win32/config.bc win32/config.gc win32/config.vc
20678 ____________________________________________________________________________
20679 [  1781] By: larry                                 on 1998/09/05  23:48:24
20680         Log: tr/// logic was hosed under utf8
20681      Branch: perl
20682            ! doop.c op.c op.h pp.c proto.h
20683 ____________________________________________________________________________
20684 [  1780] By: larry                                 on 1998/09/05  23:44:16
20685         Log: several new tests needed tweaking to work under utf8
20686      Branch: perl
20687            ! t/comp/require.t t/op/pack.t t/op/substr.t
20688 ____________________________________________________________________________
20689 [  1779] By: larry                                 on 1998/09/05  23:41:42
20690         Log: index() applied BM optimization to wrong argument
20691      Branch: perl
20692            ! op.c util.c
20693 ____________________________________________________________________________
20694 [  1778] By: larry                                 on 1998/09/05  23:38:29
20695         Log: Implicit require during compile reset line numbering
20696      Branch: perl
20697            ! pp_ctl.c
20698
20699 ----------------
20700 Version 5.005_51
20701 ----------------
20702
20703 ____________________________________________________________________________
20704 [  1777] By: gsar                                  on 1998/08/10  07:02:38
20705         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
20706              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
20707              lexical warning testsuite for win32
20708      Branch: perl
20709            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
20710            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
20711            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
20712            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
20713            ! win32/Makefile win32/makefile.mk
20714 ____________________________________________________________________________
20715 [  1776] By: gsar                                  on 1998/08/09  17:53:48
20716         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
20717      Branch: perl
20718            ! Changes MANIFEST perl.c pod/perlhist.pod
20719 ____________________________________________________________________________
20720 [  1775] By: gsar                                  on 1998/08/09  14:35:33
20721         Log: tweak warning test
20722      Branch: perl
20723            ! t/pragma/warn-toke
20724 ____________________________________________________________________________
20725 [  1774] By: gsar                                  on 1998/08/09  14:13:46
20726         Log: add missing dTHR; notes for test failures due to small stacksize
20727      Branch: perl
20728            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
20729            ! toke.c universal.c util.c
20730 ____________________________________________________________________________
20731 [  1773] By: gsar                                  on 1998/08/09  11:31:53
20732         Log: lexical warnings; tweaks to places that didn't apply correctly
20733              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
20734              Date:    Wed, 29 Jul 1998 09:28:45 BST
20735              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
20736              Subject: lexical warnings patch for 5.005_50
20737      Branch: perl
20738            + README.lexwarn lib/warning.pm t/pragma/warn-2use
20739            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
20740            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
20741            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
20742            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
20743            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
20744            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
20745            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
20746            + warning.h warning.pl
20747            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
20748            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
20749            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
20750            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
20751            ! universal.c util.c
20752 ____________________________________________________________________________
20753 [  1772] By: gsar                                  on 1998/08/08  23:06:00
20754         Log: bump patchlevel to 5.005_51
20755      Branch: perl
20756            ! patchlevel.h win32/Makefile win32/config_H.bc
20757            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20758 ____________________________________________________________________________
20759 [  1771] By: gsar                                  on 1998/08/08  23:01:57
20760         Log: fix bogus warning on "\x{123}"
20761              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
20762              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
20763              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
20764              Subject: [5.005_50 PATCH] Some unicode problems
20765      Branch: perl
20766            ! regcomp.c toke.c
20767 ____________________________________________________________________________
20768 [  1770] By: gsar                                  on 1998/08/08  22:56:55
20769         Log: hide dup symbol for static build of ext/re
20770              From: Dominic Dunlop <domo@ppp72.vo.lu>
20771              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
20772              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
20773              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
20774      Branch: perl
20775            ! regcomp.c
20776 ____________________________________________________________________________
20777 [  1769] By: gsar                                  on 1998/08/08  22:45:06
20778         Log: fix double free on -Mutf8 -e '$b=uc("")'
20779              From: larry@wall.org (Larry Wall)
20780              Date: Fri, 7 Aug 1998 14:42:43 -0700
20781              Message-Id: <199808072142.OAA14920@wall.org>
20782              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
20783      Branch: perl
20784            ! pp.c
20785 ____________________________________________________________________________
20786 [  1768] By: gsar                                  on 1998/08/08  22:42:29
20787         Log: substr() assumes utf8 without say-so
20788              From: larry@wall.org (Larry Wall)
20789              Date: Fri, 7 Aug 1998 12:25:12 -0700
20790              Message-Id: <199808071925.MAA13436@wall.org>
20791              Subject: [PATCH 5.005_50] substr bug?
20792      Branch: perl
20793            ! pp.c
20794 ____________________________________________________________________________
20795 [  1767] By: gsar                                  on 1998/08/08  22:38:25
20796         Log: fix intolerance of SWASHes for blank lines
20797              From: Gisle Aas <aas@sn.no>
20798              Date: 06 Aug 1998 23:28:57 +0200
20799              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
20800              Subject: Re: Re[2]: another joyride begins
20801      Branch: perl
20802            ! lib/utf8_heavy.pl
20803 ____________________________________________________________________________
20804 [  1766] By: gsar                                  on 1998/08/08  22:33:10
20805         Log: utf8 doc tweak
20806              From: Gisle Aas <aas@sn.no>
20807              Date: 05 Aug 1998 00:41:04 +0200
20808              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
20809              Subject: Matching clumps
20810      Branch: perl
20811            ! lib/utf8.pm
20812 ____________________________________________________________________________
20813 [  1765] By: gsar                                  on 1998/08/08  22:31:37
20814         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
20815              From: Gisle Aas <aas@sn.no>
20816              Date: 04 Aug 1998 22:56:11 +0200
20817              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
20818              Subject: Re: another joyride begins
20819      Branch: perl
20820            ! lib/utf8_heavy.pl
20821 ____________________________________________________________________________
20822 [  1764] By: gsar                                  on 1998/08/08  22:28:43
20823         Log: From: larry@wall.org (Larry Wall)
20824              Date: Tue, 4 Aug 1998 17:04:51 -0700
20825              Message-Id: <199808050004.RAA22592@wall.org>
20826              Subject: [PATCH 5.005_50] \pX not implemented!
20827      Branch: perl
20828            ! regcomp.c
20829 ____________________________________________________________________________
20830 [  1763] By: gsar                                  on 1998/08/08  22:27:15
20831         Log: From: Stephen McCamant <alias@mcs.com>
20832              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
20833              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
20834              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
20835      Branch: perl
20836            ! op.c
20837 ____________________________________________________________________________
20838 [  1762] By: gsar                                  on 1998/08/08  22:26:09
20839         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20840              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
20841              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
20842              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
20843      Branch: perl
20844            + t/op/grent.t t/op/pwent.t
20845            ! MANIFEST
20846 ____________________________________________________________________________
20847 [  1761] By: gsar                                  on 1998/08/08  22:21:52
20848         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20849              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
20850              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
20851              Subject: [5.005_50 PATCH] misprint in RE engine
20852      Branch: perl
20853            ! regexec.c t/op/re_tests
20854 ____________________________________________________________________________
20855 [  1760] By: gsar                                  on 1998/08/08  22:18:54
20856         Log: integrate maint-5.005 changes into mainline
20857      Branch: perl
20858           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
20859           !> (integrate 138 files)
20860 ____________________________________________________________________________
20861 [  1672] By: gsar                                  on 1998/07/27  18:35:28
20862         Log: create new Changes
20863      Branch: perl
20864            + Changes
20865            ! Changes5.005 MANIFEST
20866 ____________________________________________________________________________
20867 [  1671] By: gsar                                  on 1998/07/27  18:30:57
20868         Log: rename Changes --> Changes5.005
20869      Branch: perl
20870           +> Changes5.005
20871            - Changes
20872 ____________________________________________________________________________
20873 [  1670] By: gsar                                  on 1998/07/27  18:10:14
20874         Log: integrate 5.005_01 changes from maint
20875      Branch: perl
20876            ! Changes
20877           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
20878           !> win32/win32.c
20879 ____________________________________________________________________________
20880 [  1667] By: nick                                  on 1998/07/26  14:31:01
20881         Log: Add dTHR so that it compiles miniperl in threaded mode
20882      Branch: perl
20883            ! doop.c mg.c regcomp.c regexec.c
20884 ____________________________________________________________________________
20885 [  1666] By: nick                                  on 1998/07/26  13:01:10
20886         Log: Resolve ansiperl against mainline (@1648?)
20887              Unclear that change number has "taken".
20888      Branch: ansiperl
20889           +> (branch 169 files)
20890            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
20891           !> (integrate 131 files)
20892
20893 ----------------
20894 Version 5.005_50
20895 ----------------
20896
20897 ____________________________________________________________________________
20898 [  1665] By: gsar                                  on 1998/07/26  05:38:48
20899         Log: add trailing newline to file
20900      Branch: perl
20901            ! Changes lib/unicode/blocks.txt
20902 ____________________________________________________________________________
20903 [  1664] By: gsar                                  on 1998/07/26  05:08:48
20904         Log: integrate proto.h additions from maint-5.005
20905      Branch: perl
20906           !> pod/perlhist.pod proto.h
20907 ____________________________________________________________________________
20908 [  1663] By: gsar                                  on 1998/07/26  05:07:05
20909         Log: add new files to MANIFEST; add missing prototypes to proto.h;
20910              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
20911              add typecasts to silence warnings; tweaks for win32 builds
20912      Branch: perl
20913            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
20914            ! win32/Makefile win32/makefile.mk
20915 ____________________________________________________________________________
20916 [  1662] By: gsar                                  on 1998/07/26  05:01:52
20917         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
20918      Branch: maint-5.005/perl
20919            ! pod/perlhist.pod proto.h
20920 ____________________________________________________________________________
20921 [  1661] By: gsar                                  on 1998/07/26  02:52:48
20922         Log: up patchlevel to 5.005_50
20923      Branch: perl
20924            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
20925            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20926 ____________________________________________________________________________
20927 [  1660] By: gsar                                  on 1998/07/26  02:43:57
20928         Log: integrate utfperl
20929      Branch: perl
20930           +> (branch 162 files)
20931           !> (integrate 29 files)
20932 ____________________________________________________________________________
20933 [  1659] By: gsar                                  on 1998/07/26  02:38:22
20934         Log: integrate maint-5.005 changes
20935      Branch: perl
20936           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
20937           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
20938           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
20939           !> vms/descrip_mms.template vms/subconfigure.com
20940 ____________________________________________________________________________
20941 [  1658] By: gsar                                  on 1998/07/26  02:23:46
20942         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
20943              Date: Fri, 24 Jul 1998 11:38:25 -0700
20944              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
20945              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
20946              --
20947              Date: Fri, 24 Jul 1998 12:30:36 -0700
20948              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
20949              Subject: [PATCH 5.005]Tweaks to README.vms
20950              --
20951              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
20952              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
20953              Subject: [PATCH 5.005] Final build cleanup patch
20954      Branch: maint-5.005/perl
20955            ! README.vms vms/descrip_mms.template vms/subconfigure.com
20956 ____________________________________________________________________________
20957 [  1657] By: gsar                                  on 1998/07/26  02:19:50
20958         Log: another platform where pp_sselect() needs a whole fd_set buffer
20959              From: Lupe Christoph <lupe@alanya.m.isar.de>
20960              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
20961              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
20962              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
20963      Branch: maint-5.005/perl
20964            ! pp_sys.c
20965 ____________________________________________________________________________
20966 [  1656] By: gsar                                  on 1998/07/26  02:12:46
20967         Log: fix problem building modules on dos-djgpp
20968              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
20969              Date: Sat, 25 Jul 1998 00:53:39 +0200
20970              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
20971              Subject: [PATCH 5.005] dos-djgpp and modules problem
20972      Branch: maint-5.005/perl
20973            ! djgpp/fixpmain
20974 ____________________________________________________________________________
20975 [  1655] By: gsar                                  on 1998/07/26  02:11:09
20976         Log: From: Tom Spindler <dogcow@home.merit.edu>
20977              Date: Wed, 22 Jul 1998 16:11:07 -0400
20978              Message-ID: <19980722161107.A16813@home.merit.edu>
20979              Subject: [PATCH 5.005] BeOS tweak
20980      Branch: maint-5.005/perl
20981            ! hints/beos.sh
20982 ____________________________________________________________________________
20983 [  1654] By: gsar                                  on 1998/07/26  02:09:29
20984         Log: various pod tweaks
20985      Branch: maint-5.005/perl
20986            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
20987            ! pod/perltoc.pod
20988 ____________________________________________________________________________
20989 [  1653] By: gsar                                  on 1998/07/26  02:05:46
20990         Log: fix emacs/ptags for PL_* changes
20991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20992              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
20993              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
20994              Subject: [PATCH 5.004_76] Yet better ptags
20995      Branch: maint-5.005/perl
20996            ! emacs/ptags
20997 ____________________________________________________________________________
20998 [  1652] By: gsar                                  on 1998/07/26  02:03:01
20999         Log: fix behavior of <=> on bigints
21000              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21001              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21002              Date: Fri, 24 Jul 1998 18:29:53 +0100
21003              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21004      Branch: maint-5.005/perl
21005            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21006 ____________________________________________________________________________
21007 [  1651] By: larry                                 on 1998/07/24  05:44:33
21008         Log: Here are the long-expected Unicode/UTF-8 modifications.
21009      Branch: utfperl
21010            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21011            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21012            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21013            + lib/unicode/Decomposition.pl
21014            + lib/unicode/In/AlphabeticPresentationForms.pl
21015            + lib/unicode/In/Arabic.pl
21016            + lib/unicode/In/ArabicPresentationForms-A.pl
21017            + lib/unicode/In/ArabicPresentationForms-B.pl
21018            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21019            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21020            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21021            + lib/unicode/In/BoxDrawing.pl
21022            + lib/unicode/In/CJKCompatibility.pl
21023            + lib/unicode/In/CJKCompatibilityForms.pl
21024            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21025            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21026            + lib/unicode/In/CJKUnifiedIdeographs.pl
21027            + lib/unicode/In/CombiningDiacriticalMarks.pl
21028            + lib/unicode/In/CombiningHalfMarks.pl
21029            + lib/unicode/In/CombiningMarksforSymbols.pl
21030            + lib/unicode/In/ControlPictures.pl
21031            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21032            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21033            + lib/unicode/In/EnclosedAlphanumerics.pl
21034            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21035            + lib/unicode/In/GeneralPunctuation.pl
21036            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21037            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21038            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21039            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21040            + lib/unicode/In/HangulCompatibilityJamo.pl
21041            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21042            + lib/unicode/In/Hebrew.pl
21043            + lib/unicode/In/HighPrivateUseSurrogates.pl
21044            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21045            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21046            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21047            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21048            + lib/unicode/In/LatinExtended-A.pl
21049            + lib/unicode/In/LatinExtended-B.pl
21050            + lib/unicode/In/LatinExtendedAdditional.pl
21051            + lib/unicode/In/LetterlikeSymbols.pl
21052            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21053            + lib/unicode/In/MathematicalOperators.pl
21054            + lib/unicode/In/MiscellaneousSymbols.pl
21055            + lib/unicode/In/MiscellaneousTechnical.pl
21056            + lib/unicode/In/NumberForms.pl
21057            + lib/unicode/In/OpticalCharacterRecognition.pl
21058            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21059            + lib/unicode/In/SmallFormVariants.pl
21060            + lib/unicode/In/SpacingModifierLetters.pl
21061            + lib/unicode/In/Specials.pl
21062            + lib/unicode/In/SuperscriptsandSubscripts.pl
21063            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21064            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21065            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21066            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21067            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21068            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21069            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21070            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21071            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21072            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21073            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21074            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21075            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21076            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21077            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21078            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21079            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21080            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21081            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21082            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21083            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21084            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21085            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21086            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21087            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21088            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21089            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21090            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21091            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21092            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21093            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21094            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21095            + lib/unicode/Name.pl lib/unicode/Number.pl
21096            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21097            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21098            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21099            + lib/unicode/blocks.txt lib/unicode/index2.txt
21100            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21101            + lib/unicode/names2.txt lib/unicode/props2.txt
21102            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21103            + utf8.c utf8.h
21104            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21105            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21106            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21107            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21108            ! t/op/vec.t toke.c util.c vms/vmsish.h
21109 ____________________________________________________________________________
21110 [  1650] By: gsar                                  on 1998/07/24  04:06:48
21111         Log: create utfperl branch
21112      Branch: utfperl
21113           +> (branch 1079 files)
21114 ____________________________________________________________________________
21115 [  1649] By: gsar                                  on 1998/07/24  03:56:56
21116         Log: create maint-5.005 branch
21117      Branch: maint-5.005/perl
21118           +> (branch 1079 files)
21119 ____________________________________________________________________________
21120 [  1648] By: gsar                                  on 1998/07/24  03:36:35
21121         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
21122      Branch: perl
21123            ! Changes
21124