update Changes
[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@delanet.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.650        Development release working toward v5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  5037] By: gsar                                  on 2000/02/08  06:59:55
83         Log: Windows has a somewhat different sitelib layout, and needs
84              $sitelib/archname added as well
85      Branch: perl
86            ! perl.c
87 ____________________________________________________________________________
88 [  5036] By: gsar                                  on 2000/02/08  06:59:03
89         Log: change#4987 appears to have broken libs scan for platforms that
90              don't set ignore_versioned_solibs (Solaris is one of them); add
91              derivative fix from the older logic for skipping versioned .so
92              libs
93      Branch: perl
94            ! Configure
95 ____________________________________________________________________________
96 [  5035] By: gsar                                  on 2000/02/07  21:21:44
97         Log: sprintf("%v"...) buffer resizing busted
98      Branch: perl
99            ! sv.c
100 ____________________________________________________________________________
101 [  5034] By: gsar                                  on 2000/02/07  19:16:21
102         Log: update Changes
103      Branch: perl
104            ! Changes pod/perlhist.pod
105 ____________________________________________________________________________
106 [  5033] By: gsar                                  on 2000/02/07  19:01:08
107         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
108              only when XX > 127
109      Branch: perl
110            ! pp_hot.c toke.c
111 ____________________________________________________________________________
112 [  5032] By: gsar                                  on 2000/02/07  18:25:31
113         Log: add note about printf("%v",...)
114      Branch: perl
115            ! pod/perldelta.pod
116 ____________________________________________________________________________
117 [  5031] By: gsar                                  on 2000/02/07  18:18:43
118         Log: update Changes
119      Branch: perl
120            ! Changes Todo-5.6
121 ____________________________________________________________________________
122 [  5030] By: gsar                                  on 2000/02/07  18:17:49
123         Log: thinko in change#5029
124      Branch: perl
125            ! gv.c
126 ____________________________________________________________________________
127 [  5029] By: gsar                                  on 2000/02/07  17:49:58
128         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
129              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
130      Branch: perl
131            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
132            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
133            ! win32/win32.h
134 ____________________________________________________________________________
135 [  5028] By: gsar                                  on 2000/02/07  17:10:03
136         Log: perlport updates (from Peter Prymmer)
137      Branch: perl
138            ! pod/perlport.pod
139 ____________________________________________________________________________
140 [  5027] By: gsar                                  on 2000/02/07  16:53:47
141         Log: fix up Todo-5.6
142      Branch: perl
143            ! Todo-5.6
144 ____________________________________________________________________________
145 [  5026] By: gsar                                  on 2000/02/07  16:32:31
146         Log: rename Todo-5.005 to Todo-5.6
147      Branch: perl
148           +> Todo-5.6
149            - Todo-5.005
150            ! MANIFEST
151 ____________________________________________________________________________
152 [  5025] By: gsar                                  on 2000/02/07  16:09:54
153         Log: ${^Warnings} renamed to ${^WARNING_BITS}
154      Branch: perl
155            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
156            ! toke.c warnings.pl
157 ____________________________________________________________________________
158 [  5024] By: gsar                                  on 2000/02/07  11:47:06
159         Log: various Windows tweaks: make $^E a little less buggy by saving
160              and restoring system error across TLS fetch; avoid needless
161              copying of buffers
162      Branch: perl
163            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
164            ! win32/win32.h
165 ____________________________________________________________________________
166 [  5023] By: gsar                                  on 2000/02/07  11:44:19
167         Log: avoid MakeMaker setting $^W=1
168      Branch: perl
169            ! lib/ExtUtils/MakeMaker.pm
170 ____________________________________________________________________________
171 [  5022] By: gsar                                  on 2000/02/07  10:38:56
172         Log: up to v5.5.650
173      Branch: perl
174            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
175            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
176 ____________________________________________________________________________
177 [  5021] By: gsar                                  on 2000/02/07  10:10:31
178         Log: mention threads status in pod
179      Branch: perl
180            ! ext/Thread/Thread.pm
181 ____________________________________________________________________________
182 [  5020] By: gsar                                  on 2000/02/07  09:57:46
183         Log: tolerate NULL SITELIB_EXP
184      Branch: perl
185            ! perl.c
186 ____________________________________________________________________________
187 [  5019] By: gsar                                  on 2000/02/07  09:46:11
188         Log: NULL-terminate PERL_INC_VERSION_LIST
189      Branch: perl
190            ! Configure perl.c win32/config.bc win32/config.gc
191            ! win32/config.vc win32/config_H.bc win32/config_H.gc
192            ! win32/config_H.vc
193 ____________________________________________________________________________
194 [  5018] By: gsar                                  on 2000/02/07  09:13:10
195         Log: add compatible versions from $Config{inc_ver_list} to search
196              paths automatically (from Tom Hughes <tom@compton.nu>)
197      Branch: perl
198            ! lib/lib.pm perl.c
199 ____________________________________________________________________________
200 [  5017] By: gsar                                  on 2000/02/07  08:58:56
201         Log: makefiles now use exetype.pl to make wperl.exe
202      Branch: perl
203            ! sv.c win32/Makefile win32/makefile.mk
204 ____________________________________________________________________________
205 [  5016] By: gsar                                  on 2000/02/07  08:38:25
206         Log: add exetype.pl (from Jan Dubois)
207      Branch: perl
208            + win32/bin/exetype.pl
209            ! MANIFEST
210 ____________________________________________________________________________
211 [  5015] By: gsar                                  on 2000/02/07  08:29:28
212         Log: pod fixes (from Abigail and M J T Guy)
213      Branch: perl
214            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
215            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
216            ! pod/perlport.pod pod/perlvar.pod
217 ____________________________________________________________________________
218 [  5014] By: gsar                                  on 2000/02/07  07:09:08
219         Log: clarify behavior of vec() when arguments are off the end of the
220              string (from M J T Guy)
221      Branch: perl
222            ! pod/perlfunc.pod
223 ____________________________________________________________________________
224 [  5013] By: gsar                                  on 2000/02/07  07:08:15
225         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
226              now return bytes all the way to 255, they will be transparently
227              coerced (in future) to UTF-8 when they are used in operations
228              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
229      Branch: perl
230            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
231            ! pp.c sv.c
232 ____________________________________________________________________________
233 [  5012] By: gsar                                  on 2000/02/07  06:36:33
234         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
235              per strict reading of standard (says Tom Christiansen)
236      Branch: perl
237            ! lib/Sys/Hostname.pm
238 ____________________________________________________________________________
239 [  5011] By: gsar                                  on 2000/02/07  06:26:30
240         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
241      Branch: perl
242            ! utf8.c utf8.h
243 ____________________________________________________________________________
244 [  5010] By: gsar                                  on 2000/02/06  21:27:03
245         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
246      Branch: perl
247            ! malloc.c
248 ____________________________________________________________________________
249 [  5009] By: gsar                                  on 2000/02/06  20:45:30
250         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
251              years (from Gisle Aas)
252      Branch: perl
253            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
254            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
255            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
256            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
257            ! toke.c utf8.c utf8.h util.c util.h
258 ____________________________________________________________________________
259 [  5008] By: gsar                                  on 2000/02/06  19:28:31
260         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
261              <EFifer@sanwaint.com>)
262      Branch: perl
263            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
264            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
265            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
266            ! unixish.h util.c
267 ____________________________________________________________________________
268 [  5007] By: gsar                                  on 2000/02/06  17:47:01
269         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
270      Branch: perl
271            ! ext/POSIX/POSIX.pm
272 ____________________________________________________________________________
273 [  5006] By: gsar                                  on 2000/02/06  17:28:35
274         Log: integrate cfgperl contents into mainline
275      Branch: perl
276           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
277           !> perl.h pp_sys.c
278 ____________________________________________________________________________
279 [  5005] By: gsar                                  on 2000/02/06  17:18:39
280         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
281      Branch: perl
282            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
283            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
284            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
285            ! vos/vos_dummies.c vos/vosish.h
286 ____________________________________________________________________________
287 [  5004] By: gsar                                  on 2000/02/06  17:00:49
288         Log: fix parse error on C<{ use strict }> and other constructs that
289              make the parser reenter while LEX_KNOWNEXT is active
290      Branch: perl
291            ! t/comp/use.t toke.c
292 ____________________________________________________________________________
293 [  5003] By: gsar                                  on 2000/02/06  14:57:30
294         Log: avoid -Bforcearchive on netbsd too
295      Branch: perl
296            ! Changes hints/netbsd.sh
297 ____________________________________________________________________________
298 [  5002] By: gsar                                  on 2000/02/06  14:45:17
299         Log: revised notes about Pod::Parser & Co.
300      Branch: perl
301            ! lib/Pod/Usage.pm pod/perldelta.pod
302 ____________________________________________________________________________
303 [  5001] By: gsar                                  on 2000/02/06  14:02:43
304         Log: fix description of obsolete diagnostic
305      Branch: perl
306            ! pod/perldiag.pod
307 ____________________________________________________________________________
308 [  5000] By: gsar                                  on 2000/02/06  13:59:58
309         Log: allow "\x{12ab}" even without C<use utf8>
310      Branch: perl
311            ! t/pragma/warn/toke toke.c
312 ____________________________________________________________________________
313 [  4999] By: gsar                                  on 2000/02/06  13:58:31
314         Log: make perlbug use new-style version numbers; improve compatibility
315              (runs with perl 5.005); fix swapped old vs new version reporting
316      Branch: perl
317            ! utils/perlbug.PL
318 ____________________________________________________________________________
319 [  4998] By: gsar                                  on 2000/02/06  13:56:45
320         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
321              fact); add tests for version tuples
322      Branch: perl
323            + t/op/ver.t
324            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
325            ! pod/perlop.pod sv.c toke.c
326 ____________________________________________________________________________
327 [  4997] By: gsar                                  on 2000/02/04  21:40:08
328         Log: change#4970 fallout for useithreads
329      Branch: perl
330            ! sv.c
331 ____________________________________________________________________________
332 [  4996] By: jhi                                   on 2000/02/04  20:09:00
333         Log: Largefilify offsets of tied handles.
334      Branch: cfgperl
335            ! pp_sys.c
336 ____________________________________________________________________________
337 [  4995] By: jhi                                   on 2000/02/04  19:54:25
338         Log: Sanity check for libraries scan.
339      Branch: cfgperl
340            ! Configure config_h.SH
341      Branch: metaconfig
342            ! U/modified/libs.U
343 ____________________________________________________________________________
344 [  4994] By: jhi                                   on 2000/02/04  19:48:42
345         Log: HP-UX largefileness doesn't like lseek being redeclared;
346              no more USE_LONG_LONG.
347      Branch: cfgperl
348            ! perl.h
349 ____________________________________________________________________________
350 [  4993] By: jhi                                   on 2000/02/04  19:18:59
351         Log: fix the description as much as possible; the whole
352              separation into three different symbols lists is
353              pretty broken now.
354      Branch: metaconfig
355            ! U/modified/Cppsym.U
356 ____________________________________________________________________________
357 [  4992] By: jhi                                   on 2000/02/04  19:13:10
358         Log: Use <syslog.h>, not <sys/syslog.h>.
359      Branch: cfgperl
360            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
361 ____________________________________________________________________________
362 [  4991] By: gsar                                  on 2000/02/04  19:11:07
363         Log: dmake is on CPAN now
364      Branch: perl
365            ! README.win32
366 ____________________________________________________________________________
367 [  4990] By: jhi                                   on 2000/02/04  19:04:01
368         Log: Re-introduce #4817 and #4964 wiped out by #4987.
369      Branch: cfgperl
370            ! Configure config_h.SH
371      Branch: metaconfig
372            ! U/threads/usethreads.U
373      Branch: metaconfig/U/perl
374            ! patchlevel.U
375 ____________________________________________________________________________
376 [  4989] By: jhi                                   on 2000/02/04  18:54:00
377         Log: typo fix
378      Branch: cfgperl
379            ! Configure config_h.SH
380      Branch: metaconfig
381            ! U/modified/libs.U
382 ____________________________________________________________________________
383 [  4988] By: jhi                                   on 2000/02/04  18:34:06
384         Log: Integrate with Sarathy.
385      Branch: cfgperl
386           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
387           +> ext/Sys/Syslog/Syslog.xs
388            - lib/Sys/Syslog.pm
389           !> (integrate 37 files)
390 ____________________________________________________________________________
391 [  4987] By: jhi                                   on 2000/02/04  18:31:05
392         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
393              default is to use long long if available; various nits
394              here and there; fixed to hpux 64-bitnes and largefileness.
395      Branch: cfgperl
396            ! Configure config_h.SH hints/hpux.sh perl.h
397      Branch: metaconfig
398            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
399            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
400      Branch: metaconfig/U/perl
401            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
402            ! usemultiplicity.U xs_apiversion.U
403 ____________________________________________________________________________
404 [  4986] By: gsar                                  on 2000/02/04  17:26:37
405         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
406      Branch: perl
407            ! sv.c
408 ____________________________________________________________________________
409 [  4985] By: gsar                                  on 2000/02/04  16:43:49
410         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
411      Branch: perl
412            ! ext/Devel/DProf/DProf.xs
413 ____________________________________________________________________________
414 [  4984] By: gsar                                  on 2000/02/04  08:20:05
415         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
416      Branch: perl
417            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
418 ____________________________________________________________________________
419 [  4983] By: gsar                                  on 2000/02/04  08:00:38
420         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
421      Branch: perl
422            ! hints/openbsd.sh
423 ____________________________________________________________________________
424 [  4982] By: gsar                                  on 2000/02/04  07:54:04
425         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
426      Branch: perl
427            ! lib/Pod/Parser.pm
428 ____________________________________________________________________________
429 [  4981] By: gsar                                  on 2000/02/04  07:34:38
430         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
431      Branch: perl
432            ! Makefile.SH
433 ____________________________________________________________________________
434 [  4980] By: gsar                                  on 2000/02/04  07:29:59
435         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
436      Branch: perl
437            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
438            + ext/Sys/Syslog/Syslog.xs
439            - lib/Sys/Syslog.pm
440            ! MANIFEST pod/perldelta.pod
441 ____________________________________________________________________________
442 [  4979] By: gsar                                  on 2000/02/04  07:13:19
443         Log: pod updates (from David Adler, M J T Guy)
444      Branch: perl
445            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
446 ____________________________________________________________________________
447 [  4978] By: gsar                                  on 2000/02/04  07:08:14
448         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
449      Branch: perl
450            ! config_h.SH
451 ____________________________________________________________________________
452 [  4977] By: gsar                                  on 2000/02/04  07:06:10
453         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
454              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
455      Branch: perl
456            ! Makefile.SH
457 ____________________________________________________________________________
458 [  4976] By: gsar                                  on 2000/02/04  06:33:43
459         Log: VMS update (from Dan Sugalski and Peter Prymmer)
460      Branch: perl
461            ! configure.com vms/descrip_mms.template vms/subconfigure.com
462 ____________________________________________________________________________
463 [  4975] By: gsar                                  on 2000/02/04  05:51:14
464         Log: patch to provide more informative names for evals and anonymous
465              subroutines (from Ilya Zakharevich)
466      Branch: perl
467            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
468            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
469            ! pod/perlvar.pod pp_ctl.c
470 ____________________________________________________________________________
471 [  4974] By: gsar                                  on 2000/02/04  05:05:57
472         Log: off-by-one in malloc.c (from Ilya Zakharevich)
473      Branch: perl
474            ! malloc.c
475 ____________________________________________________________________________
476 [  4973] By: gsar                                  on 2000/02/04  05:03:00
477         Log: OS/2 build fixups from Ilya Zakharevich
478      Branch: perl
479            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
480 ____________________________________________________________________________
481 [  4972] By: gsar                                  on 2000/02/04  04:58:57
482         Log: avoid /* within comment
483      Branch: perl
484            ! xsutils.c
485 ____________________________________________________________________________
486 [  4971] By: gsar                                  on 2000/02/04  04:56:09
487         Log: another HINT_BYTE victim
488      Branch: perl
489            ! lib/charnames.pm
490 ____________________________________________________________________________
491 [  4970] By: gsar                                  on 2000/02/04  04:45:13
492         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
493      Branch: perl
494            ! op.c scope.c scope.h t/op/closure.t toke.c
495 ____________________________________________________________________________
496 [  4969] By: gsar                                  on 2000/02/04  01:09:37
497         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
498      Branch: perl
499            ! lib/byte.pm
500 ____________________________________________________________________________
501 [  4968] By: jhi                                   on 2000/02/02  13:17:25
502         Log: Integrate with Sarathy.
503      Branch: cfgperl
504           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
505            ! Configure
506           !> (integrate 29 files)
507
508 ----------------
509 Version v5.5.640
510 ----------------
511
512 ____________________________________________________________________________
513 [  4967] By: gsar                                  on 2000/02/02  12:22:29
514         Log: update makerel for new version format
515      Branch: perl
516            ! Changes Porting/makerel
517 ____________________________________________________________________________
518 [  4966] By: gsar                                  on 2000/02/02  11:42:03
519         Log: workaround for undefined symbol
520      Branch: perl
521            ! win32/win32.h
522 ____________________________________________________________________________
523 [  4965] By: gsar                                  on 2000/02/02  11:19:19
524         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
525              (from Eric Fifer <EFifer@sanwaint.com>)
526      Branch: perl
527            ! pp_sys.c
528 ____________________________________________________________________________
529 [  4964] By: gsar                                  on 2000/02/02  11:11:15
530         Log: adjust notes on use5005threads
531      Branch: perl
532            ! Configure INSTALL README.threads
533 ____________________________________________________________________________
534 [  4963] By: gsar                                  on 2000/02/02  10:14:30
535         Log: fix typo
536      Branch: perl
537            ! Configure
538 ____________________________________________________________________________
539 [  4962] By: gsar                                  on 2000/02/02  10:13:10
540         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
541      Branch: perl
542           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
543           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
544 ____________________________________________________________________________
545 [  4961] By: gsar                                  on 2000/02/02  09:55:45
546         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
547      Branch: perl
548            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
549            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
550 ____________________________________________________________________________
551 [  4960] By: gsar                                  on 2000/02/02  08:22:31
552         Log: replace misleading docs with a BUGS section
553      Branch: perl
554            ! lib/English.pm
555 ____________________________________________________________________________
556 [  4959] By: gsar                                  on 2000/02/02  08:16:17
557         Log: remove FUD from perlfunc/use (from M J T Guy)
558      Branch: perl
559            ! pod/perlfunc.pod
560 ____________________________________________________________________________
561 [  4958] By: gsar                                  on 2000/02/02  08:13:04
562         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
563              <cedric.auzanne@nist.gov>)
564      Branch: perl
565            ! Changes lib/Benchmark.pm
566 ____________________________________________________________________________
567 [  4957] By: gsar                                  on 2000/02/02  08:04:52
568         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
569      Branch: perl
570            ! pp_hot.c
571 ____________________________________________________________________________
572 [  4956] By: gsar                                  on 2000/02/02  08:02:57
573         Log: flock() pod talks about "adding" in the sense of "or-ing"
574      Branch: perl
575            ! pod/perlfunc.pod
576 ____________________________________________________________________________
577 [  4955] By: gsar                                  on 2000/02/02  07:58:35
578         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
579      Branch: perl
580            ! lib/perl5db.pl pod/perldebug.pod
581 ____________________________________________________________________________
582 [  4954] By: gsar                                  on 2000/02/02  07:53:51
583         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
584      Branch: perl
585            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
586            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
587            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
588            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
589 ____________________________________________________________________________
590 [  4953] By: gsar                                  on 2000/02/02  07:40:33
591         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
592      Branch: perl
593            ! hints/dynixptx.sh
594 ____________________________________________________________________________
595 [  4952] By: gsar                                  on 2000/02/02  07:36:39
596         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
597              Brad Appleton)
598      Branch: perl
599            ! pod/perldelta.pod
600 ____________________________________________________________________________
601 [  4951] By: gsar                                  on 2000/02/02  06:54:22
602         Log: avoid mismatched type warnings
603      Branch: perl
604            ! embed.pl perlapi.h
605 ____________________________________________________________________________
606 [  4950] By: jhi                                   on 2000/02/02  06:49:10
607         Log: Integrate with Sarathy.
608      Branch: cfgperl
609           +> pod/perlunicode.pod
610           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
611           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
612           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
613           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
614           !> vms/descrip_mms.template warnings.pl
615 ____________________________________________________________________________
616 [  4949] By: gsar                                  on 2000/02/02  06:41:17
617         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
618      Branch: perl
619            ! lib/File/Spec/Win32.pm
620 ____________________________________________________________________________
621 [  4948] By: gsar                                  on 2000/02/02  06:30:41
622         Log: makefile tweak
623      Branch: perl
624            ! Makefile.SH
625 ____________________________________________________________________________
626 [  4947] By: gsar                                  on 2000/02/02  06:27:43
627         Log: future-proof unknown warning categories (from Greg Bacon
628              <gbacon@cs.uah.edu>)
629      Branch: perl
630            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
631 ____________________________________________________________________________
632 [  4946] By: gsar                                  on 2000/02/02  06:21:34
633         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
634      Branch: perl
635            ! lib/Text/Tabs.pm
636 ____________________________________________________________________________
637 [  4945] By: gsar                                  on 2000/02/02  06:03:04
638         Log: more meaningful message on invalid pattern argument (from
639              Kevin Meltzer <KMeltzer@USCO.com>)
640      Branch: perl
641            ! utils/perldoc.PL
642 ____________________________________________________________________________
643 [  4944] By: gsar                                  on 2000/02/02  05:43:49
644         Log: XSLoader build patch for VMS (from Craig A. Berry
645              <craig.berry@metamorgs.com>)
646      Branch: perl
647            ! vms/descrip_mms.template
648 ____________________________________________________________________________
649 [  4943] By: gsar                                  on 2000/02/02  03:40:49
650         Log: reword some sections of perlunicode.pod
651      Branch: perl
652            ! pod/perlunicode.pod
653 ____________________________________________________________________________
654 [  4942] By: gsar                                  on 2000/02/01  21:02:01
655         Log: AIX warning on undefined symbol
656      Branch: perl
657            ! makedef.pl
658 ____________________________________________________________________________
659 [  4941] By: gsar                                  on 2000/02/01  20:29:30
660         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
661              perlunicode.pod that reflects changes to unicode support so far
662      Branch: perl
663            + pod/perlunicode.pod
664            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
665            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
666 ____________________________________________________________________________
667 [  4940] By: jhi                                   on 2000/02/01  12:22:30
668         Log: Integrate with Sarathy.
669      Branch: cfgperl
670           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
671           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
672           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
673           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
674 ____________________________________________________________________________
675 [  4939] By: gsar                                  on 2000/02/01  08:52:16
676         Log: export pregexec(), Tk uses it
677      Branch: perl
678            ! embed.pl global.sym objXSUB.h perlapi.c
679 ____________________________________________________________________________
680 [  4938] By: gsar                                  on 2000/02/01  04:00:09
681         Log: mark literal utf8 in string literals properly
682      Branch: perl
683            ! toke.c
684 ____________________________________________________________________________
685 [  4937] By: gsar                                  on 2000/01/31  20:19:34
686         Log: introduce $^U, a global bit to indicate whether system
687              calls should using widechar APIs; chr and sprintf "%c" also
688              follow this flag in the absense of "use byte"; "use utf8"
689              sets $^U=1 (this appears kludgey)
690      Branch: perl
691            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
692            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
693            ! t/lib/charnames.t win32/win32.h
694 ____________________________________________________________________________
695 [  4936] By: jhi                                   on 2000/01/31  20:17:44
696         Log: HP-UX (induced) fixes.
697      Branch: cfgperl
698            ! Configure config_h.SH hints/hpux.sh
699      Branch: metaconfig
700            ! U/modified/Oldconfig.U U/modified/libs.U
701      Branch: metaconfig/U/perl
702            ! quadfio.U
703 ____________________________________________________________________________
704 [  4935] By: jhi                                   on 2000/01/31  19:15:43
705         Log: Cosmetics.
706      Branch: metaconfig
707            ! U/compline/d_gconvert.U
708 ____________________________________________________________________________
709 [  4934] By: jhi                                   on 2000/01/31  19:15:22
710         Log: Cppsym saga continues.
711      Branch: cfgperl
712            ! Configure config_h.SH
713      Branch: metaconfig
714            ! U/modified/Cppsym.U
715 ____________________________________________________________________________
716 [  4933] By: gsar                                  on 2000/01/31  18:45:07
717         Log: !USING_WIDE() branch is busted in win32_stat()
718      Branch: perl
719            ! win32/win32.c
720 ____________________________________________________________________________
721 [  4932] By: jhi                                   on 2000/01/31  06:41:47
722         Log: Reveal even more symbols.
723      Branch: cfgperl
724            ! Configure config_h.SH
725      Branch: metaconfig
726            ! U/modified/Cppsym.U
727 ____________________________________________________________________________
728 [  4931] By: jhi                                   on 2000/01/31  06:21:41
729         Log: Integrate with Sarathy.
730      Branch: cfgperl
731            - lib/caller.pm
732           !> (integrate 29 files)
733 ____________________________________________________________________________
734 [  4930] By: gsar                                  on 2000/01/31  04:57:42
735         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
736              whether to use widechar semantics; lexer and RE engine continue
737              to need "use utf8" to enable unicode awareness in literals
738              and patterns (TODO: this needs to be fixed); $1 et al are marked
739              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
740              it from the data is probably better)
741      Branch: perl
742            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
743            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
744            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
745 ____________________________________________________________________________
746 [  4929] By: gsar                                  on 2000/01/31  04:17:09
747         Log: remove caller.pm from change#3534 (flawed idea)
748      Branch: perl
749            - lib/caller.pm
750            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
751 ____________________________________________________________________________
752 [  4928] By: gsar                                  on 2000/01/31  04:16:01
753         Log: fix factual regression (-e doesn't create temporary files anymore)
754      Branch: perl
755            ! pod/perlfilter.pod
756 ____________________________________________________________________________
757 [  4927] By: gsar                                  on 2000/01/30  21:27:12
758         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
759              document version tuples
760      Branch: perl
761            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
762            ! pod/perlvar.pod
763 ____________________________________________________________________________
764 [  4926] By: gsar                                  on 2000/01/28  18:10:12
765         Log: implement -follow option in find2perl (from Helmut Jarausch
766              <jarausch@igpm.rwth-aachen.de>)
767      Branch: perl
768            ! lib/File/Find.pm x2p/find2perl.PL
769 ____________________________________________________________________________
770 [  4925] By: gsar                                  on 2000/01/28  18:03:28
771         Log: document what chdir() without an argument does (from Mark-Jason
772              Dominus <mjd@plover.com>)
773      Branch: perl
774            ! pod/perlfunc.pod
775 ____________________________________________________________________________
776 [  4924] By: gsar                                  on 2000/01/28  17:49:34
777         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
778      Branch: perl
779            ! README.cygwin
780 ____________________________________________________________________________
781 [  4923] By: gsar                                  on 2000/01/28  17:10:08
782         Log: avoid leaking lexicals into program being debugged (from Ilya
783              Zakharevich)
784      Branch: perl
785            ! lib/perl5db.pl
786 ____________________________________________________________________________
787 [  4922] By: gsar                                  on 2000/01/28  16:36:13
788         Log: perldelta note about export list changes
789      Branch: perl
790            ! Changes pod/perldelta.pod
791 ____________________________________________________________________________
792 [  4921] By: gsar                                  on 2000/01/28  15:49:04
793         Log: alias realpath() to abs_path() (from Tom Christiansen)
794      Branch: perl
795            ! lib/Cwd.pm
796 ____________________________________________________________________________
797 [  4920] By: jhi                                   on 2000/01/28  09:52:47
798         Log: Cppsym fixup from Andy.
799      Branch: cfgperl
800            ! Configure config_h.SH
801      Branch: metaconfig
802            ! U/modified/Cppsym.U
803 ____________________________________________________________________________
804 [  4919] By: jhi                                   on 2000/01/28  09:52:22
805         Log: In HP-UX no largefiles if no 64 bits.
806      Branch: cfgperl
807            ! hints/hpux.sh
808 ____________________________________________________________________________
809 [  4918] By: jhi                                   on 2000/01/28  09:03:37
810         Log: The #4880 was too eager, the $n test is useful too.
811      Branch: cfgperl
812            ! lib/Benchmark.pm
813 ____________________________________________________________________________
814 [  4917] By: jhi                                   on 2000/01/28  06:27:50
815         Log: Integrate with Sarathy.
816      Branch: cfgperl
817           +> pod/perlapi.pod pod/perlintern.pod
818           !> (integrate 39 files)
819 ____________________________________________________________________________
820 [  4916] By: gsar                                  on 2000/01/28  05:29:37
821         Log: more exported symbols needed for build on windows
822      Branch: perl
823            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
824            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
825 ____________________________________________________________________________
826 [  4915] By: gsar                                  on 2000/01/28  03:43:52
827         Log: autogenerate API listing from comments in the source (from Benjamin
828              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
829              flexible for better readability; add missing docs in sv.c; regenerate
830              perltoc
831      Branch: perl
832            + pod/perlapi.pod pod/perlintern.pod
833            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
834            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
835            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
836            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
837            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
838            ! universal.c util.c
839 ____________________________________________________________________________
840 [  4914] By: gsar                                  on 2000/01/27  19:43:35
841         Log: document unimplemented status of forking pipe open() on windows
842      Branch: perl
843            ! pod/perlfork.pod t/op/fork.t
844 ____________________________________________________________________________
845 [  4913] By: jhi                                   on 2000/01/27  11:18:51
846         Log: Integrate with Sarathy.
847      Branch: cfgperl
848           !> (integrate 51 files)
849 ____________________________________________________________________________
850 [  4912] By: jhi                                   on 2000/01/27  10:35:48
851         Log: Cppsym update continues.
852      Branch: cfgperl
853            ! Configure config_h.SH
854      Branch: metaconfig
855            ! U/modified/Cppsym.U
856 ____________________________________________________________________________
857 [  4911] By: gsar                                  on 2000/01/27  08:04:17
858         Log: add missing flag in change#4892
859      Branch: perl
860            ! win32/win32.c
861 ____________________________________________________________________________
862 [  4910] By: gsar                                  on 2000/01/27  03:56:48
863         Log: various pod nits identified by installhtml (all fixed except
864              unresolved links)
865      Branch: perl
866            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
867            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
868            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
869            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
870            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
871            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
872 ____________________________________________________________________________
873 [  4909] By: gsar                                  on 2000/01/26  22:45:28
874         Log: typo
875      Branch: perl
876            ! Porting/p4desc
877 ____________________________________________________________________________
878 [  4908] By: gsar                                  on 2000/01/26  22:41:18
879         Log: update p4 tool
880      Branch: perl
881            ! Porting/p4desc
882 ____________________________________________________________________________
883 [  4907] By: gsar                                  on 2000/01/26  21:45:41
884         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
885              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
886      Branch: perl
887            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
888            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
889            ! t/op/attrs.t toke.c
890 ____________________________________________________________________________
891 [  4906] By: gsar                                  on 2000/01/26  20:16:39
892         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
893      Branch: perl
894            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
895 ____________________________________________________________________________
896 [  4905] By: gsar                                  on 2000/01/26  19:10:26
897         Log: s/STOP/CHECK/ blocks
898      Branch: perl
899            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
900            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
901            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
902            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
903            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
904            ! vms/perly_c.vms
905 ____________________________________________________________________________
906 [  4904] By: jhi                                   on 2000/01/26  13:58:18
907         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
908              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
909      Branch: cfgperl
910            ! ext/IO/IO.xs
911 ____________________________________________________________________________
912 [  4903] By: jhi                                   on 2000/01/26  11:16:34
913         Log: Continue cpp symbol update.
914      Branch: cfgperl
915            ! Configure config_h.SH
916      Branch: metaconfig
917            ! U/modified/Cppsym.U
918 ____________________________________________________________________________
919 [  4902] By: gsar                                  on 2000/01/26  09:28:37
920         Log: tweak exports list on Windows
921      Branch: perl
922            ! makedef.pl t/op/fork.t win32/win32.h
923 ____________________________________________________________________________
924 [  4901] By: jhi                                   on 2000/01/26  08:05:57
925         Log: Integrate with Sarathy.
926      Branch: cfgperl
927           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
928           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
929           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
930           !> win32/win32.c win32/win32.h
931 ____________________________________________________________________________
932 [  4900] By: jhi                                   on 2000/01/26  07:59:05
933         Log: s/d_nvpresuv/d_nv_preserves_uv/;
934              plus cosmetic change for #4899.
935      Branch: cfgperl
936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
937            ! config_h.SH
938      Branch: metaconfig
939            ! U/modified/Cppsym.U
940      Branch: metaconfig/U/perl
941            ! perlxv.U
942 ____________________________________________________________________________
943 [  4899] By: jhi                                   on 2000/01/26  07:46:56
944         Log: Update the scan of the cpp symbols.
945      Branch: cfgperl
946            ! Configure config_h.SH
947      Branch: metaconfig
948            ! U/modified/Cppsym.U
949 ____________________________________________________________________________
950 [  4898] By: gsar                                  on 2000/01/26  04:49:45
951         Log: allow '--' to terminate argument processing (suggested by
952              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
953      Branch: perl
954            ! lib/Getopt/Std.pm
955 ____________________________________________________________________________
956 [  4897] By: gsar                                  on 2000/01/26  02:42:38
957         Log: change#3744 should have made grep more like map instead of the
958              other way around
959      Branch: perl
960            ! t/op/grep.t toke.c
961 ____________________________________________________________________________
962 [  4896] By: gsar                                  on 2000/01/26  00:56:14
963         Log: integrate cfgperl contents into mainline
964      Branch: perl
965           +> vos/config.def vos/config.pl
966            ! Changes
967           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
968           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
969           !> vos/config.h vos/config_h.SH_orig
970 ____________________________________________________________________________
971 [  4895] By: gsar                                  on 2000/01/26  00:45:45
972         Log: fix parse failure of (my $foo : bar) and similar (from Spider
973              Boardman)
974      Branch: perl
975            ! toke.c
976 ____________________________________________________________________________
977 [  4894] By: gsar                                  on 2000/01/26  00:33:53
978         Log: avoid failure if directories already read by rmtree() are
979              deleted by another process
980      Branch: perl
981            ! lib/File/Path.pm
982 ____________________________________________________________________________
983 [  4893] By: gsar                                  on 2000/01/25  23:19:18
984         Log: typo in change#4892
985      Branch: perl
986            ! win32/win32.c
987 ____________________________________________________________________________
988 [  4892] By: gsar                                  on 2000/01/25  22:16:19
989         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
990              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
991              to call the fixed version of open_osfhandle() only on Windows 9x;
992              updated the makefiles and README.win32 to suit
993      Branch: perl
994            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
995            ! win32/win32.h
996 ____________________________________________________________________________
997 [  4891] By: gsar                                  on 2000/01/25  20:22:01
998         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
999      Branch: perl
1000            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
1001 ____________________________________________________________________________
1002 [  4890] By: gsar                                  on 2000/01/25  19:21:17
1003         Log: update Makefile notes on the now deprecated USE_5005THREADS and
1004              USE_OBJECT
1005      Branch: perl
1006            ! win32/Makefile win32/makefile.mk
1007 ____________________________________________________________________________
1008 [  4889] By: jhi                                   on 2000/01/25  14:44:55
1009         Log: Misedit in #4888.
1010      Branch: cfgperl
1011            ! pp.c
1012 ____________________________________________________________________________
1013 [  4888] By: jhi                                   on 2000/01/25  14:38:59
1014         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
1015              rash but it's the best move I can think of right now.
1016              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
1017              but I think it did in the past.
1018              Removing the _CRAYMPP test fixes a legion of pack/unpack
1019              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
1020              One subtest, t/lib/io_sock.t #14, is still failing.
1021      Branch: cfgperl
1022            ! Configure config_h.SH hints/unicosmk.sh pp.c
1023      Branch: metaconfig
1024            ! U/modified/Oldconfig.U
1025 ____________________________________________________________________________
1026 [  4887] By: jhi                                   on 2000/01/25  06:13:14
1027         Log: Integrate with Sarathy.
1028      Branch: cfgperl
1029           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
1030           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
1031           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
1032           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
1033           !> win32/perllib.c win32/win32.c win32/win32.h
1034 ____________________________________________________________________________
1035 [  4886] By: gsar                                  on 2000/01/25  02:54:00
1036         Log: consistently use MAX_PATH+1 buffer sizes
1037      Branch: perl
1038            ! win32/win32.c
1039 ____________________________________________________________________________
1040 [  4885] By: gsar                                  on 2000/01/25  02:51:35
1041         Log: workaround for rename('x','X') bug in Windows NT
1042      Branch: perl
1043            ! t/io/fs.t win32/win32.c
1044 ____________________________________________________________________________
1045 [  4884] By: gsar                                  on 2000/01/25  01:32:57
1046         Log: windows build fixups from uniform DLL name change to perl56.dll
1047      Branch: perl
1048            ! installperl makedef.pl win32/perllib.c
1049 ____________________________________________________________________________
1050 [  4883] By: gsar                                  on 2000/01/25  01:31:27
1051         Log: more fixes for warnings from change#4840
1052      Branch: perl
1053            ! lib/Pod/Html.pm
1054 ____________________________________________________________________________
1055 [  4882] By: gsar                                  on 2000/01/24  15:35:12
1056         Log: assorted little nits
1057      Branch: perl
1058            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
1059            ! win32/win32.c
1060 ____________________________________________________________________________
1061 [  4881] By: gsar                                  on 2000/01/24  14:32:31
1062         Log: add new warnings to perldelta
1063      Branch: perl
1064            ! Changes pod/perldelta.pod pod/perldiag.pod
1065 ____________________________________________________________________________
1066 [  4880] By: jhi                                   on 2000/01/24  14:14:23
1067         Log: From: Stephane Payrard <properler@freesurf.fr>
1068              To: Gurusamy Sarathy <gsar@ActiveState.com>
1069              Cc: perl5-porters@perl.org
1070              Subject: <patch> avoid division by 0 in Benchmark.pm
1071              Date: Mon, 24 Jan 2000 16:15:38 +0100
1072              Message-ID: <20000124161538.A995@freesurf.fr>
1073      Branch: cfgperl
1074            ! lib/Benchmark.pm
1075 ____________________________________________________________________________
1076 [  4879] By: gsar                                  on 2000/01/24  14:14:20
1077         Log: force linkage of the function wrappers for globals in change#4878
1078      Branch: perl
1079            ! embed.pl globals.c perlapi.h win32/win32.h
1080 ____________________________________________________________________________
1081 [  4878] By: gsar                                  on 2000/01/24  13:04:45
1082         Log: enable function wrappers for access to globals under MULTIPLICITY
1083              (provides binary compatibility in the face of changes in interpreter
1084              structure)
1085      Branch: perl
1086            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
1087            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
1088 ____________________________________________________________________________
1089 [  4877] By: jhi                                   on 2000/01/24  11:41:57
1090         Log: perlhist update.
1091      Branch: cfgperl
1092            ! pod/perlhist.pod
1093 ____________________________________________________________________________
1094 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1095         Log: Updates on the large file support status.
1096      Branch: cfgperl
1097            ! pod/perldelta.pod
1098 ____________________________________________________________________________
1099 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1100         Log: Integrate with Sarathy.
1101      Branch: cfgperl
1102           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1103           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1104           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1105 ____________________________________________________________________________
1106 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1107         Log: fix typos; avoid use constant for lowercase constants (produces
1108              warnings now)
1109      Branch: perl
1110            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1111            ! lib/Shell.pm
1112 ____________________________________________________________________________
1113 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1114         Log: avoid warnings when there's no subs to autosplit
1115      Branch: perl
1116            ! lib/AutoSplit.pm
1117 ____________________________________________________________________________
1118 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1119         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1120      Branch: cfgperl
1121            + vos/config.def vos/config.pl
1122            ! MANIFEST vos/config.h vos/config_h.SH_orig
1123 ____________________________________________________________________________
1124 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1125         Log: typos in change#4623
1126      Branch: perl
1127            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1128 ____________________________________________________________________________
1129 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1130         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1131      Branch: cfgperl
1132            ! Configure config_h.SH
1133      Branch: metaconfig
1134            + U/modified/cf_email.U U/modified/so.U
1135      Branch: metaconfig/U/perl
1136            ! dlsrc.U
1137 ____________________________________________________________________________
1138 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1139         Log: Integrate with Sarathy.
1140      Branch: cfgperl
1141           +> t/pragma/diagnostics.t
1142           !> (integrate 120 files)
1143 ____________________________________________________________________________
1144 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1145         Log: on windows, set seek position to end for files opened in append mode
1146              (improves compatibility with Unix, avoids buffering issues)
1147      Branch: perl
1148            ! win32/win32.c
1149 ____________________________________________________________________________
1150 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1151         Log: change#4866 was flawed; revert and add better fix for warning
1152      Branch: perl
1153            ! op.c op.h
1154 ____________________________________________________________________________
1155 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1156         Log: optimize away runtime code for our($foo) (also avoid warnings)
1157      Branch: perl
1158            ! op.c
1159 ____________________________________________________________________________
1160 [  4865] By: gsar                                  on 2000/01/23  13:17:18
1161         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
1162      Branch: perl
1163            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1164            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1165 ____________________________________________________________________________
1166 [  4864] By: gsar                                  on 2000/01/23  13:12:31
1167         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
1168              suggested by Dominic Dunlop <domo@computer.org>)
1169      Branch: perl
1170            ! doio.c
1171 ____________________________________________________________________________
1172 [  4863] By: gsar                                  on 2000/01/23  13:01:35
1173         Log: fix misclassified warnings
1174      Branch: perl
1175            ! pod/perldiag.pod
1176 ____________________________________________________________________________
1177 [  4862] By: gsar                                  on 2000/01/23  12:52:12
1178         Log: document bareword prototype incompatibility
1179      Branch: perl
1180            ! pod/perldelta.pod pod/perlsub.pod
1181 ____________________________________________________________________________
1182 [  4861] By: gsar                                  on 2000/01/23  12:32:25
1183         Log: faulty edit
1184      Branch: perl
1185            ! lib/File/stat.pm
1186 ____________________________________________________________________________
1187 [  4860] By: gsar                                  on 2000/01/23  12:23:48
1188         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
1189      Branch: perl
1190            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
1191            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
1192            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1193            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
1194            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
1195            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
1196            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1197            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
1198            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
1199            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
1200            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1201            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1202            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
1203            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
1204            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1205            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
1206            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1207            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
1208            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
1209            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
1210            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1211            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
1212            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1213            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1214            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
1215            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
1216 ____________________________________________________________________________
1217 [  4859] By: gsar                                  on 2000/01/23  11:29:22
1218         Log: fix diagnostics to report "our" vs "my" correctly
1219      Branch: perl
1220            ! op.c pod/perldiag.pod
1221 ____________________________________________________________________________
1222 [  4858] By: gsar                                  on 2000/01/23  10:14:46
1223         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
1224              more widely)
1225      Branch: perl
1226            ! patchlevel.h
1227 ____________________________________________________________________________
1228 [  4857] By: gsar                                  on 2000/01/23  10:04:03
1229         Log: disallow our($foo::bar)
1230      Branch: perl
1231            ! pod/perldiag.pod toke.c
1232 ____________________________________________________________________________
1233 [  4856] By: gsar                                  on 2000/01/23  09:50:54
1234         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
1235      Branch: perl
1236            ! utils/dprofpp.PL
1237 ____________________________________________________________________________
1238 [  4855] By: gsar                                  on 2000/01/23  09:36:51
1239         Log: new test (from Michael G Schwern <schwern@pobox.com>)
1240      Branch: perl
1241            + t/pragma/diagnostics.t
1242            ! MANIFEST
1243 ____________________________________________________________________________
1244 [  4854] By: gsar                                  on 2000/01/23  09:24:40
1245         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
1246              <schwern@pobox.com>)
1247      Branch: perl
1248            ! utils/h2xs.PL
1249 ____________________________________________________________________________
1250 [  4853] By: gsar                                  on 2000/01/23  09:08:30
1251         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1252      Branch: perl
1253            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
1254 ____________________________________________________________________________
1255 [  4852] By: gsar                                  on 2000/01/23  08:52:44
1256         Log: mark some extensions as "special versions" to avoid CPAN indexer
1257              confusion (from Ilya Zakharevich)
1258      Branch: perl
1259            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1260 ____________________________________________________________________________
1261 [  4851] By: gsar                                  on 2000/01/23  08:48:46
1262         Log: prefer POSIX::uname() rather than syscalls, which require attempting
1263              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
1264      Branch: perl
1265            ! lib/Sys/Hostname.pm
1266 ____________________________________________________________________________
1267 [  4850] By: gsar                                  on 2000/01/23  08:36:43
1268         Log: integrate cfgperl contents into mainline
1269      Branch: perl
1270           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1271           !> Porting/config_H config_h.SH perl.h
1272 ____________________________________________________________________________
1273 [  4849] By: gsar                                  on 2000/01/23  08:17:30
1274         Log: fix localization in while BLOCK when there is a continue BLOCK
1275              by introducing an explicit scope (c.f. change#4848)
1276      Branch: perl
1277            ! op.c pp_ctl.c t/cmd/while.t
1278 ____________________________________________________________________________
1279 [  4848] By: gsar                                  on 2000/01/23  06:43:51
1280         Log: fix scope cleanup when next jumps to a continue block; this is rather
1281              in the nature of a kludge; it doesn't fix the longstanding bug that
1282              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
1283              instead of "1")
1284      Branch: perl
1285            ! pp_ctl.c t/cmd/while.t
1286 ____________________________________________________________________________
1287 [  4847] By: gsar                                  on 2000/01/23  04:47:25
1288         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
1289              C<while (my $x = foo()) { my $x = bar(); }> etc.
1290      Branch: perl
1291            ! op.c
1292 ____________________________________________________________________________
1293 [  4846] By: gsar                                  on 2000/01/23  04:44:17
1294         Log: avoid warnings in change#4839
1295      Branch: perl
1296            ! lib/Carp/Heavy.pm
1297 ____________________________________________________________________________
1298 [  4845] By: gsar                                  on 2000/01/22  13:12:38
1299         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
1300      Branch: perl
1301            ! Changes Configure
1302 ____________________________________________________________________________
1303 [  4844] By: gsar                                  on 2000/01/22  12:46:26
1304         Log: wrong category for exec() warning
1305      Branch: perl
1306            ! op.c pod/perlop.pod
1307 ____________________________________________________________________________
1308 [  4843] By: gsar                                  on 2000/01/22  12:42:40
1309         Log: fix line continuations in argument lists (from Helmut Jarausch)
1310      Branch: perl
1311            ! lib/ExtUtils/xsubpp
1312 ____________________________________________________________________________
1313 [  4842] By: gsar                                  on 2000/01/22  12:34:39
1314         Log: CGI.pm upgraded to v2.56 from CPAN
1315      Branch: perl
1316            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
1317            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
1318            ! t/lib/cgi-html.t
1319 ____________________________________________________________________________
1320 [  4841] By: gsar                                  on 2000/01/22  12:07:23
1321         Log: avoid warnings due to lack of forward declarations
1322      Branch: perl
1323            ! lib/Pod/Html.pm
1324 ____________________________________________________________________________
1325 [  4840] By: gsar                                  on 2000/01/22  12:04:30
1326         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
1327              <wolfgang.laun@alcatel.at>)
1328      Branch: perl
1329            ! lib/Pod/Html.pm
1330 ____________________________________________________________________________
1331 [  4839] By: gsar                                  on 2000/01/22  11:57:24
1332         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
1333              <wolfgang.laun@alcatel.at>)
1334      Branch: perl
1335            ! lib/Carp/Heavy.pm pod/perldelta.pod
1336 ____________________________________________________________________________
1337 [  4838] By: gsar                                  on 2000/01/22  10:53:06
1338         Log: truncate(FH) flushes FH before truncating it
1339      Branch: perl
1340            ! pp_sys.c t/io/fs.t
1341 ____________________________________________________________________________
1342 [  4837] By: gsar                                  on 2000/01/22  10:37:16
1343         Log: #line directives without a filename leave the file name as it was
1344              instead of setting it to the script name (from Andrew Pimlott
1345              <andrew@pimlott.ne.mediaone.net>)
1346      Branch: perl
1347            ! toke.c
1348 ____________________________________________________________________________
1349 [  4836] By: gsar                                  on 2000/01/22  10:06:53
1350         Log: add patch for printf-style format typechecks (from Robin Barker
1351              <rmb1@cise.npl.co.uk>); fixes for problems so identified
1352      Branch: perl
1353            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
1354            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
1355 ____________________________________________________________________________
1356 [  4835] By: gsar                                  on 2000/01/22  08:42:52
1357         Log: From: John Tobey <jtobey@isay.com>
1358              Date: Thu, 16 Dec 1999 20:20:38 -0500
1359              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
1360              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
1361      Branch: perl
1362            ! lib/base.pm lib/fields.pm t/lib/fields.t
1363 ____________________________________________________________________________
1364 [  4834] By: gsar                                  on 2000/01/22  08:08:08
1365         Log: fix deeply nested closures that have no references to lexical in
1366              intervening subs
1367      Branch: perl
1368            ! embed.h embed.pl op.c proto.h t/op/closure.t
1369 ____________________________________________________________________________
1370 [  4833] By: gsar                                  on 2000/01/21  17:04:21
1371         Log: add $VERSION
1372      Branch: perl
1373            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
1374 ____________________________________________________________________________
1375 [  4832] By: gsar                                  on 2000/01/21  16:49:09
1376         Log: fix bug in dumping self-referential scalars
1377      Branch: perl
1378            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1379            ! t/lib/dumper.t
1380 ____________________________________________________________________________
1381 [  4831] By: jhi                                   on 2000/01/21  09:16:07
1382         Log: Integrate with Sarathy.
1383      Branch: cfgperl
1384           +> t/op/exists_sub.t
1385           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
1386           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
1387           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
1388           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1389           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
1390 ____________________________________________________________________________
1391 [  4830] By: gsar                                  on 2000/01/21  04:28:08
1392         Log: patch to report warnings on bogus filehandles passed to flock(),
1393              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
1394              (slightly modified)
1395      Branch: perl
1396            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1397            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
1398            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1399 ____________________________________________________________________________
1400 [  4829] By: gsar                                  on 2000/01/21  03:43:46
1401         Log: typo fix
1402      Branch: perl
1403            ! pod/perlop.pod
1404 ____________________________________________________________________________
1405 [  4828] By: gsar                                  on 2000/01/21  03:32:31
1406         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
1407              fixups of faulty facts and prose
1408      Branch: perl
1409            ! pod/perlvar.pod
1410 ____________________________________________________________________________
1411 [  4827] By: gsar                                  on 2000/01/21  01:45:51
1412         Log: support for C<exists &func> (from Spider Boardman)
1413      Branch: perl
1414            + t/op/exists_sub.t
1415            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
1416            ! pod/perlfunc.pod pp.c
1417 ____________________________________________________________________________
1418 [  4826] By: gsar                                  on 2000/01/21  01:35:46
1419         Log: mention the fact that open(my $foo, ...) covers all handle
1420              constructors
1421      Branch: perl
1422            ! pod/perldelta.pod
1423 ____________________________________________________________________________
1424 [  4825] By: gsar                                  on 2000/01/21  01:03:34
1425         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1426              Date: Wed, 19 Jan 2000 15:05:11 -0500
1427              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
1428              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
1429      Branch: perl
1430            ! utils/h2xs.PL
1431 ____________________________________________________________________________
1432 [  4824] By: gsar                                  on 2000/01/20  19:14:26
1433         Log: INSTALL updates from Andy Dougherty
1434      Branch: perl
1435            ! INSTALL
1436 ____________________________________________________________________________
1437 [  4823] By: gsar                                  on 2000/01/20  08:40:13
1438         Log: sv_true() has a superfluous test
1439      Branch: perl
1440            ! sv.c sv.h
1441 ____________________________________________________________________________
1442 [  4822] By: bailey                                on 2000/01/20  02:03:35
1443         Log: Minor cosmetic updates
1444      Branch: vmsperl
1445            ! configure.com
1446 ____________________________________________________________________________
1447 [  4821] By: bailey                                on 2000/01/20  00:25:30
1448         Log: Quick integration of mainline changes to date
1449      Branch: vmsperl
1450           +> (branch 74 files)
1451            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
1452            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1453            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
1454            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
1455            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
1456            - lib/warning.pm os2/POSIX.mkfifo warning.h
1457           !> (integrate 462 files)
1458 ____________________________________________________________________________
1459 [  4820] By: jhi                                   on 2000/01/19  22:46:42
1460         Log: More robust inc_version_list from Andy.
1461      Branch: cfgperl
1462            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1463            ! config_h.SH
1464      Branch: metaconfig
1465            ! U/installdirs/inc_version_list.U
1466 ____________________________________________________________________________
1467 [  4819] By: jhi                                   on 2000/01/19  17:36:56
1468         Log: Add NV_PRESERVES_UV.
1469      Branch: cfgperl
1470            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1471            ! config_h.SH perl.h
1472      Branch: metaconfig
1473            ! U/protos/selecttype.U
1474      Branch: metaconfig/U/perl
1475            - nvpresuv.U
1476            ! perlxv.U
1477 ____________________________________________________________________________
1478 [  4818] By: jhi                                   on 2000/01/19  08:13:05
1479         Log: Integrate with Sarathy.
1480      Branch: cfgperl
1481           !> Changes Configure win32/config.bc win32/config.gc
1482           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1483           !> win32/config_H.vc
1484 ____________________________________________________________________________
1485 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1486         Log: regen win32/config*
1487      Branch: perl
1488            ! Configure win32/config.bc win32/config.gc win32/config.vc
1489            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1490 ____________________________________________________________________________
1491 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1492         Log: Policy patch from Andy for installation directories,
1493              removing the $apiversion.
1494      Branch: cfgperl
1495            ! Policy_sh.SH
1496 ____________________________________________________________________________
1497 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1498         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1499              as suggested by Andy.
1500      Branch: cfgperl
1501            ! Configure config_h.SH
1502      Branch: metaconfig
1503            ! U/compline/d_gnulibc.U U/modified/cc.U
1504 ____________________________________________________________________________
1505 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1506         Log: integrate cfgperl changes into mainline
1507      Branch: perl
1508            ! Changes
1509           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1510           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1511           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1512 ____________________________________________________________________________
1513 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1514         Log: metaconfig todo note from Andy.
1515      Branch: cfgperl
1516            ! Configure config_h.SH
1517      Branch: metaconfig
1518            ! U/installdirs/inc_version_list.U
1519 ____________________________________________________________________________
1520 [  4812] By: jhi                                   on 2000/01/18  15:02:55
1521         Log: More -V.
1522      Branch: cfgperl
1523            ! perl.c
1524 ____________________________________________________________________________
1525 [  4811] By: jhi                                   on 2000/01/18  10:35:30
1526         Log: More compile-time options shown with -V.
1527      Branch: cfgperl
1528            ! perl.c
1529 ____________________________________________________________________________
1530 [  4810] By: jhi                                   on 2000/01/17  08:35:49
1531         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1532              the strtold() and qgcvt() prototypes for long doubles, but
1533              it should be okay in any case); fix bad assumptions in the
1534              test suite about string->float conversions; though the out
1535              parameter of strtold() (and strtoll()) is unused, it is nicer
1536              to have it in correct type.
1537      Branch: cfgperl
1538            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1539      Branch: metaconfig
1540            ! U/modified/cc.U
1541 ____________________________________________________________________________
1542 [  4809] By: jhi                                   on 2000/01/16  19:21:18
1543         Log: strtoll works better ternary.
1544      Branch: cfgperl
1545            ! perl.h
1546 ____________________________________________________________________________
1547 [  4808] By: jhi                                   on 2000/01/16  19:12:58
1548         Log: Know strtoll.
1549      Branch: cfgperl
1550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1551            ! config_h.SH perl.h
1552 ____________________________________________________________________________
1553 [  4807] By: jhi                                   on 2000/01/16  17:57:03
1554         Log: Integrate with Sarathy.
1555      Branch: cfgperl
1556           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1557           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1558 ____________________________________________________________________________
1559 [  4806] By: jhi                                   on 2000/01/16  16:37:47
1560         Log: Continue qgcvt work; closer now but not yet there.
1561      Branch: cfgperl
1562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1563            ! config_h.SH doop.c utf8.c
1564      Branch: metaconfig
1565            ! U/compline/d_gconvert.U
1566      Branch: metaconfig/U/perl
1567            ! d_qgcvt.U
1568 ____________________________________________________________________________
1569 [  4805] By: jhi                                   on 2000/01/15  22:26:16
1570         Log: Metaconfig and Porting patches from Andy; start using the new
1571              long long and long double thingies from #4804; regen Configure.
1572      Branch: cfgperl
1573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1574            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1575      Branch: metaconfig
1576            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1577            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1578            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1579            + U/nullified/lib.U
1580            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1581            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1582            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1583            ! U/modified/Oldconfig.U U/modified/Signal.U
1584            ! U/modified/sig_name.U U/threads/usethreads.U
1585      Branch: metaconfig/U/perl
1586            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1587            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1588            ! usemultiplicity.U
1589      Branch: perl
1590            ! perl.h util.c
1591 ____________________________________________________________________________
1592 [  4804] By: jhi                                   on 2000/01/14  14:22:24
1593         Log: Add more quad/long long/long double sciency.
1594      Branch: metaconfig/U/perl
1595            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1596            + d_strtouq.U
1597 ____________________________________________________________________________
1598 [  4803] By: gsar                                  on 2000/01/14  04:40:49
1599         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1600      Branch: perl
1601            ! op.c
1602 ____________________________________________________________________________
1603 [  4802] By: gsar                                  on 2000/01/14  04:35:55
1604         Log: add note about "our"
1605      Branch: perl
1606            ! lib/vars.pm
1607 ____________________________________________________________________________
1608 [  4801] By: gsar                                  on 2000/01/14  04:16:51
1609         Log: nailed "our" declarations, and better warnings on duplicate
1610              "our" declarations
1611      Branch: perl
1612            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1613            ! t/pragma/strict-vars toke.c
1614 ____________________________________________________________________________
1615 [  4800] By: gsar                                  on 2000/01/14  01:27:13
1616         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1617      Branch: perl
1618            ! dump.c op.c op.h
1619 ____________________________________________________________________________
1620 [  4799] By: gsar                                  on 2000/01/14  01:17:15
1621         Log: doc typo
1622      Branch: perl
1623            ! pod/perlfunc.pod
1624 ____________________________________________________________________________
1625 [  4798] By: jhi                                   on 2000/01/13  16:31:34
1626         Log: Integrate with Sarathy.
1627      Branch: cfgperl
1628           +> epoc/config.sh epoc/epocish.c epoc/link.pl
1629           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1630           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1631           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1632           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1633           +> win32/perlhost.h win32/vdir.h win32/vmem.h
1634            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1635            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1636            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1637           !> (integrate 282 files)
1638 ____________________________________________________________________________
1639 [  4797] By: gsar                                  on 2000/01/13  08:12:56
1640         Log: clearer docs for change#4796; faster av_exists()
1641      Branch: perl
1642            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1643 ____________________________________________________________________________
1644 [  4796] By: gsar                                  on 2000/01/13  06:49:03
1645         Log: support delete() and exists() on array, tied array, and pseudo-hash
1646              elements or slices
1647      Branch: perl
1648            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1649            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1650            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1651            ! t/op/avhv.t t/op/delete.t
1652 ____________________________________________________________________________
1653 [  4795] By: gsar                                  on 2000/01/11  20:52:30
1654         Log: extend site_perl changes change#4773 to vendor_perl as well
1655      Branch: perl
1656            ! Configure
1657 ____________________________________________________________________________
1658 [  4794] By: gsar                                  on 2000/01/11  19:18:50
1659         Log: rework INSTALL to reflect new logic for versioning sitelibs
1660      Branch: perl
1661            ! INSTALL
1662 ____________________________________________________________________________
1663 [  4793] By: gsar                                  on 2000/01/11  01:44:00
1664         Log: test for change#4792
1665      Branch: perl
1666            ! t/op/fork.t
1667 ____________________________________________________________________________
1668 [  4792] By: gsar                                  on 2000/01/11  01:22:36
1669         Log: pseudo forked children inherit environment correctly
1670      Branch: perl
1671            ! win32/perlhost.h
1672 ____________________________________________________________________________
1673 [  4791] By: gsar                                  on 2000/01/10  19:14:03
1674         Log: test tweak
1675      Branch: perl
1676            ! t/op/fork.t
1677 ____________________________________________________________________________
1678 [  4790] By: gsar                                  on 2000/01/10  18:56:16
1679         Log: check for USE_ITHREADS sanity was too restrictive
1680      Branch: perl
1681            ! perl.h
1682 ____________________________________________________________________________
1683 [  4789] By: gsar                                  on 2000/01/10  18:30:24
1684         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1685              a real SetCurrentDirectory() in toplevel host
1686      Branch: perl
1687            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1688            ! win32/vdir.h win32/win32.c
1689 ____________________________________________________________________________
1690 [  4782] By: gsar                                  on 2000/01/10  05:27:03
1691         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1692      Branch: perl
1693            + epoc/config.sh epoc/epocish.c epoc/link.pl
1694            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1695            - epoc/perl.pkg
1696            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1697            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1698            ! lib/Sys/Hostname.pm
1699 ____________________________________________________________________________
1700 [  4781] By: gsar                                  on 2000/01/10  05:11:03
1701         Log: pod typos (from Abigail <abigail@delanet.com>)
1702      Branch: perl
1703            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1704 ____________________________________________________________________________
1705 [  4780] By: gsar                                  on 2000/01/10  05:07:35
1706         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1707      Branch: perl
1708            ! t/lib/thread.t
1709 ____________________________________________________________________________
1710 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1711         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1712      Branch: perl
1713            ! perl.c
1714 ____________________________________________________________________________
1715 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1716         Log: useithreads needs usemultiplicity
1717      Branch: perl
1718            ! Configure perl.h
1719 ____________________________________________________________________________
1720 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1721         Log: use $Config{version} rather than $] where appropriate
1722      Branch: perl
1723            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1724            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1725            ! lib/lib.pm
1726 ____________________________________________________________________________
1727 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1728         Log: enable fork.t on windows
1729      Branch: perl
1730            ! t/op/fork.t
1731 ____________________________________________________________________________
1732 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1733         Log: broken test for use5005threads
1734      Branch: perl
1735            ! t/lib/safe2.t
1736 ____________________________________________________________________________
1737 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1738         Log: more windows build tweaks
1739      Branch: perl
1740            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1741            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1742            ! win32/makefile.mk
1743 ____________________________________________________________________________
1744 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1745         Log: more changes for new-style version numbers (versions numbers on
1746              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1747              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1748              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1749              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1750              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1751              completely independent across versions and substantially eliminating
1752              chances of breaking older installations by overwriting newly built
1753              extensions; all this means compatibility inclusions for @INC will need
1754              to take into account older sitelib versions (this still TODO)
1755              
1756              windows, vms, dos tweaks for the above
1757      Branch: perl
1758            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1759            ! config_h.SH configure.com dosish.h installman installperl
1760            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1761            ! win32/config.bc win32/config.gc win32/config.vc
1762            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1763            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1764            ! win32/win32.c
1765 ____________________________________________________________________________
1766 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1767         Log: s/usethreads/use5005threads/g
1768      Branch: perl
1769            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1770 ____________________________________________________________________________
1771 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1772         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1773              slightly altered)
1774      Branch: perl
1775            ! Configure INSTALL Porting/Glossary Porting/config.sh
1776            ! Porting/config_H config_h.SH perl.h win32/Makefile
1777            ! win32/config.bc win32/config.gc win32/config.vc
1778            ! win32/makefile.mk
1779 ____________________________________________________________________________
1780 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1781         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1782      Branch: perl
1783            ! regexec.c
1784 ____________________________________________________________________________
1785 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1786         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1787      Branch: perl
1788            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1789            + ext/ODBM_File/hints/cygwin.pl
1790            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1791            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1792            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1793            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1794 ____________________________________________________________________________
1795 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1796         Log: typo on h2xs.PL (from Helmut Jarausch)
1797      Branch: perl
1798            ! utils/h2xs.PL
1799 ____________________________________________________________________________
1800 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1801         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1802      Branch: perl
1803            ! README.vms configure.com vms/subconfigure.com
1804 ____________________________________________________________________________
1805 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1806         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1807              <sthoenna@efn.org>)
1808      Branch: perl
1809            - os2/POSIX.mkfifo
1810            ! MANIFEST README.os2
1811 ____________________________________________________________________________
1812 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1813         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1814              match /^lib/ won't load properly)
1815      Branch: perl
1816            + ext/DynaLoader/hints/openbsd.pl
1817            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1818 ____________________________________________________________________________
1819 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1820         Log: add undocumented globals for compatibility--find.pl, and find2perl
1821              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1822      Branch: perl
1823            ! lib/File/Find.pm
1824 ____________________________________________________________________________
1825 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1826         Log: fix various C-backend shenanigans
1827      Branch: perl
1828            ! ext/B/B/C.pm
1829 ____________________________________________________________________________
1830 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1831         Log: tweak test in change#4757 for Windows
1832      Branch: perl
1833            ! t/io/open.t
1834 ____________________________________________________________________________
1835 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1836         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1837              they belonged to freed OP_CONSTs)
1838      Branch: perl
1839            ! op.c
1840 ____________________________________________________________________________
1841 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1842         Log: constant ranges could escape bareword check in list context
1843      Branch: perl
1844            ! op.c t/pragma/strict-subs
1845 ____________________________________________________________________________
1846 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1847         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1848              Date: Wed, 05 Jan 2000 15:23:18 EST
1849              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1850              Subject: Re: minimal m//g matches appear busted
1851      Branch: perl
1852            ! regexec.c t/op/pat.t
1853 ____________________________________________________________________________
1854 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1855         Log: various nits identified by warnings unmasked by recent changes
1856      Branch: perl
1857            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1858 ____________________________________________________________________________
1859 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1860         Log: severe bugs in change#3786 fixed
1861      Branch: perl
1862            ! doio.c t/io/open.t
1863 ____________________________________________________________________________
1864 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1865         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1866      Branch: perl
1867            ! ext/Data/Dumper/Dumper.pm
1868 ____________________________________________________________________________
1869 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1870         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1871      Branch: perl
1872            ! Configure util.c utils/perlcc.PL
1873 ____________________________________________________________________________
1874 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1875         Log: avoid expensive Version_check (from Andreas Koenig)
1876      Branch: perl
1877            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1878            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1879 ____________________________________________________________________________
1880 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1881         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1882              Date: 03 Jan 2000 21:56:02 +0100
1883              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1884              Subject: Reloading File::Copy
1885      Branch: perl
1886            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1887 ____________________________________________________________________________
1888 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1889         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1890      Branch: perl
1891            ! win32/Makefile win32/makefile.mk win32/win32.h
1892 ____________________________________________________________________________
1893 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1894         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1895      Branch: perl
1896            ! lib/ExtUtils/MakeMaker.pm
1897 ____________________________________________________________________________
1898 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1899         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1900              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1901              <Haakon.Alstadheim@sds.no>)
1902      Branch: perl
1903            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1904 ____________________________________________________________________________
1905 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1906         Log: disable optimization in change#3612 for join() and quotemeta()--this
1907              removes all the gross hacks for the special cases in that change; fix
1908              pp_concat() for when TARG == arg (modified version of patch suggested
1909              by Ilya Zakharevich)
1910      Branch: perl
1911            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1912 ____________________________________________________________________________
1913 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1914         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1915              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1916      Branch: perl
1917            ! lib/ExtUtils/MakeMaker.pm
1918 ____________________________________________________________________________
1919 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1920         Log: fix 4-arg substr() when used as argument to subroutine
1921      Branch: perl
1922            ! pp.c t/op/substr.t
1923 ____________________________________________________________________________
1924 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1925         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1926      Branch: perl
1927            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1928            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1929            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1930            ! perlapi.c proto.h thread.h util.c
1931 ____________________________________________________________________________
1932 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1933         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1934      Branch: perl
1935            ! ext/Data/Dumper/Dumper.pm regcomp.c
1936 ____________________________________________________________________________
1937 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1938         Log: missing files in previous submit
1939      Branch: perl
1940            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1941            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1942 ____________________________________________________________________________
1943 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1944         Log: various Windows build tweaks
1945      Branch: perl
1946            ! win32/win32.h
1947 ____________________________________________________________________________
1948 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1949         Log: change#4705 breaks code that interpolates $], so leave string value
1950              of $] as it was for compatibility (and perhaps introduce $^V or similar
1951              for the utf8 representation, maybe?)
1952      Branch: perl
1953            ! configpm gv.c
1954 ____________________________________________________________________________
1955 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1956         Log: avoid CRLF in byteloadable files created by perlcc
1957      Branch: perl
1958            ! utils/perlcc.PL
1959 ____________________________________________________________________________
1960 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1961         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1962      Branch: perl
1963            ! pod/perldelta.pod toke.c
1964 ____________________________________________________________________________
1965 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1966         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1967              to allow ByteLoader to work; the DATA filehandles continue to
1968              be left open in text mode for compatibility
1969      Branch: perl
1970            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1971            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1972            ! win32/win32.h
1973 ____________________________________________________________________________
1974 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1975         Log: CR-LF support broken for formats
1976      Branch: perl
1977            ! toke.c
1978 ____________________________________________________________________________
1979 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1980         Log: make DProf functional under pseudo-fork()
1981      Branch: perl
1982            ! ext/Devel/DProf/DProf.xs
1983 ____________________________________________________________________________
1984 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1985         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1986              Mulder)
1987      Branch: perl
1988            ! doio.c pp_hot.c t/io/argv.t
1989 ____________________________________________________________________________
1990 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1991         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1992              Koenig)
1993      Branch: perl
1994            ! Makefile.SH
1995 ____________________________________________________________________________
1996 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1997         Log: Windows build tweaks
1998      Branch: perl
1999            ! INTERN.h sv.c
2000 ____________________________________________________________________________
2001 [  4733] By: gsar                                  on 1999/12/28  20:45:15
2002         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
2003              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
2004      Branch: perl
2005            ! pp_sys.c
2006 ____________________________________________________________________________
2007 [  4732] By: gsar                                  on 1999/12/28  20:42:13
2008         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
2009              <ralph@inputplus.demon.co.uk>
2010      Branch: perl
2011            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
2012 ____________________________________________________________________________
2013 [  4731] By: gsar                                  on 1999/12/28  20:23:17
2014         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
2015              not supplied (variant of patch suggested by Ilya Zakharevich)
2016      Branch: perl
2017            ! XSUB.h lib/ExtUtils/xsubpp
2018 ____________________________________________________________________________
2019 [  4730] By: gsar                                  on 1999/12/28  19:55:56
2020         Log: range operator does magical string increment iff both operands
2021              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
2022              the "foreach (RANGE)" case as well
2023      Branch: perl
2024            ! pp_ctl.c t/op/range.t
2025 ____________________________________________________________________________
2026 [  4729] By: gsar                                  on 1999/12/28  18:40:19
2027         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
2028      Branch: perl
2029            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2030            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
2031            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
2032            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
2033            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
2034            ! win32/win32.h
2035 ____________________________________________________________________________
2036 [  4728] By: gsar                                  on 1999/12/28  07:44:19
2037         Log: typecasts needed
2038      Branch: perl
2039            ! toke.c
2040 ____________________________________________________________________________
2041 [  4727] By: gsar                                  on 1999/12/28  06:23:08
2042         Log: change#4721 needed line number adjustments
2043      Branch: perl
2044            ! MANIFEST global.sym proto.h t/pragma/warn/doop
2045            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
2046            ! t/pragma/warn/toke t/pragma/warn/utf8
2047 ____________________________________________________________________________
2048 [  4726] By: gsar                                  on 1999/12/28  04:18:15
2049         Log: integrate utfperl contents into mainline
2050      Branch: perl
2051           +> lib/byte.pm lib/byte_heavy.pl
2052           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
2053           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
2054           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
2055 ____________________________________________________________________________
2056 [  4725] By: gsar                                  on 1999/12/28  04:08:09
2057         Log: integrate mainline contents
2058      Branch: utfperl
2059            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
2060            - lib/unicode/Eq/Unicode
2061           !> (integrate 60 files)
2062 ____________________________________________________________________________
2063 [  4724] By: gsar                                  on 1999/12/28  03:44:10
2064         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
2065      Branch: perl
2066            ! regcomp.c t/op/re_tests
2067 ____________________________________________________________________________
2068 [  4723] By: gsar                                  on 1999/12/28  03:28:39
2069         Log: more ebcdic testsuite fixups (from Peter Prymmer)
2070      Branch: perl
2071            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
2072            ! t/pragma/overload.t t/pragma/utf8.t
2073 ____________________________________________________________________________
2074 [  4722] By: gsar                                  on 1999/12/28  03:14:48
2075         Log: avoid "used once" warning
2076      Branch: perl
2077            ! lib/diagnostics.pm
2078 ____________________________________________________________________________
2079 [  4721] By: gsar                                  on 1999/12/28  03:10:32
2080         Log: ebcdic tweaks for tests from Peter Prymmer
2081      Branch: perl
2082            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
2083            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
2084 ____________________________________________________________________________
2085 [  4720] By: gsar                                  on 1999/12/28  03:08:39
2086         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
2087      Branch: perl
2088            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2089            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2090            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
2091 ____________________________________________________________________________
2092 [  4719] By: gsar                                  on 1999/12/28  03:01:04
2093         Log: perlport v1.45 from Chris Nandor
2094      Branch: perl
2095            ! pod/perlport.pod
2096 ____________________________________________________________________________
2097 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2098         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2099              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2100      Branch: perl
2101            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2102            ! t/pragma/constant.t
2103 ____________________________________________________________________________
2104 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2105         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2106      Branch: perl
2107            - ext/DynaLoader/dl_cygwin.xs
2108            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2109            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2110            ! util.c
2111 ____________________________________________________________________________
2112 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2113         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2114              (from Andy Dougherty)
2115      Branch: perl
2116            ! Configure
2117 ____________________________________________________________________________
2118 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2119         Log: better variant of change#4644 (from Andy Dougherty)
2120      Branch: perl
2121            ! Configure
2122 ____________________________________________________________________________
2123 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2124         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2125      Branch: perl
2126            ! Configure
2127 ____________________________________________________________________________
2128 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2129         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2130              INSTALL (from Andy Dougherty)
2131      Branch: perl
2132            ! Configure
2133 ____________________________________________________________________________
2134 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2135         Log: avoid creating new files during make install
2136      Branch: perl
2137            ! Makefile.SH
2138 ____________________________________________________________________________
2139 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2140         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2141      Branch: perl
2142            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2143            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2144            ! pod/perldelta.pod
2145 ____________________________________________________________________________
2146 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2147         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2148              <sthoenna@efn.org>); add explicit target for opmini.o
2149      Branch: perl
2150            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2151 ____________________________________________________________________________
2152 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2153         Log: partly fix perldiag regressions identified by Tom Christiansen
2154      Branch: perl
2155            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2156            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2157            ! t/pragma/warn/pp_sys
2158 ____________________________________________________________________________
2159 [  4708] By: gsar                                  on 1999/12/27  23:33:24
2160         Log: update perldiag for change#4707
2161      Branch: perl
2162            ! perl.c pod/perldiag.pod
2163 ____________________________________________________________________________
2164 [  4707] By: gsar                                  on 1999/12/27  23:23:39
2165         Log: allow spaces in -I switch argument
2166      Branch: perl
2167            ! perl.c
2168 ____________________________________________________________________________
2169 [  4706] By: gsar                                  on 1999/12/26  23:44:53
2170         Log: fix typos
2171      Branch: utfperl
2172            ! sv.h toke.c
2173 ____________________________________________________________________________
2174 [  4705] By: gsar                                  on 1999/12/24  04:02:35
2175         Log: support for v5.5.640 style version numbers
2176      Branch: utfperl
2177            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
2178            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
2179 ____________________________________________________________________________
2180 [  4704] By: gsar                                  on 1999/12/23  08:54:27
2181         Log: bring in basic threads stuff under USE_ITHREADS
2182      Branch: perl
2183            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
2184            ! util.c
2185 ____________________________________________________________________________
2186 [  4703] By: gsar                                  on 1999/12/23  00:10:06
2187         Log: integrate mainline contents into utfperl
2188      Branch: utfperl
2189           !> (integrate 33 files)
2190 ____________________________________________________________________________
2191 [  4702] By: gsar                                  on 1999/12/20  17:18:23
2192         Log: virtual directory handling broken on paths with trailing slash
2193      Branch: perl
2194            ! win32/Makefile win32/makefile.mk win32/vdir.h
2195 ____________________________________________________________________________
2196 [  4701] By: gsar                                  on 1999/12/20  17:09:55
2197         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
2198              isn't set for all m/$foo/o)
2199      Branch: perl
2200            ! pp_ctl.c
2201 ____________________________________________________________________________
2202 [  4700] By: gsar                                  on 1999/12/20  16:28:51
2203         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
2204              we have a race on our hands)
2205      Branch: perl
2206            ! pp_ctl.c
2207 ____________________________________________________________________________
2208 [  4699] By: gsar                                  on 1999/12/20  16:19:00
2209         Log: pod tweaks
2210      Branch: perl
2211            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
2212 ____________________________________________________________________________
2213 [  4698] By: gsar                                  on 1999/12/20  07:55:07
2214         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
2215      Branch: perl
2216            ! utf8.c
2217 ____________________________________________________________________________
2218 [  4697] By: gsar                                  on 1999/12/18  01:35:50
2219         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
2220              anon hash rather than a block; test case for the same
2221      Branch: perl
2222            ! t/comp/term.t toke.c
2223 ____________________________________________________________________________
2224 [  4696] By: gsar                                  on 1999/12/17  19:55:03
2225         Log: leak in change#4694 spotted by Larry
2226      Branch: perl
2227            ! hv.c
2228 ____________________________________________________________________________
2229 [  4695] By: gsar                                  on 1999/12/17  18:14:11
2230         Log: test case for change#4694
2231      Branch: perl
2232            ! t/op/delete.t
2233 ____________________________________________________________________________
2234 [  4694] By: gsar                                  on 1999/12/17  18:09:08
2235         Log: delete() should return the value as is, not a copy thereof
2236      Branch: perl
2237            ! hv.c pod/perldelta.pod
2238 ____________________________________________________________________________
2239 [  4693] By: gsar                                  on 1999/12/17  17:45:58
2240         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
2241      Branch: perl
2242            ! regexec.c t/op/re_tests
2243 ____________________________________________________________________________
2244 [  4692] By: gsar                                  on 1999/12/17  17:41:10
2245         Log: credits tweak
2246      Branch: perl
2247            ! lib/File/Spec.pm
2248 ____________________________________________________________________________
2249 [  4691] By: gsar                                  on 1999/12/17  07:12:53
2250         Log: DynaLoader doesn't build properly when $(DLSRC) changes
2251              (fix suggested by Hans Mulder)
2252      Branch: perl
2253            ! ext/DynaLoader/Makefile.PL
2254 ____________________________________________________________________________
2255 [  4690] By: gsar                                  on 1999/12/17  06:26:34
2256         Log: add missing new ops
2257      Branch: perl
2258            ! ext/B/ramblings/runtime.porting
2259 ____________________________________________________________________________
2260 [  4689] By: gsar                                  on 1999/12/17  06:16:49
2261         Log: test harness tweak from Hans Mulder
2262      Branch: perl
2263            ! t/TEST
2264 ____________________________________________________________________________
2265 [  4688] By: gsar                                  on 1999/12/17  06:14:23
2266         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
2267              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
2268      Branch: perl
2269            ! Makefile.SH cygwin/Makefile.SHs
2270 ____________________________________________________________________________
2271 [  4687] By: gsar                                  on 1999/12/17  06:06:46
2272         Log: applied suggested patch with whitespace adjustments
2273              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
2274              Date: Thu, 16 Dec 1999 08:57:55 +0100
2275              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
2276              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
2277      Branch: perl
2278            ! lib/File/Find.pm
2279 ____________________________________________________________________________
2280 [  4686] By: gsar                                  on 1999/12/17  05:48:53
2281         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
2282              by Hans Mulder)
2283      Branch: perl
2284            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2285            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2286            ! ext/DynaLoader/dl_rhapsody.xs
2287 ____________________________________________________________________________
2288 [  4685] By: gsar                                  on 1999/12/17  05:37:51
2289         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
2290              <rjk@linguist.dartmouth.edu>)
2291      Branch: perl
2292            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2293 ____________________________________________________________________________
2294 [  4684] By: gsar                                  on 1999/12/16  09:32:48
2295         Log: spell out how to get 4-digit year (from Micheal G Schwern
2296              <schwern@pobox.com>)
2297      Branch: perl
2298            ! pod/perlfunc.pod
2299 ____________________________________________________________________________
2300 [  4683] By: gsar                                  on 1999/12/16  09:26:53
2301         Log: type mismatch for %c format argument (spotted by Robin Barker
2302              <rmb1@cise.npl.co.uk>)
2303      Branch: perl
2304            ! regcomp.c
2305 ____________________________________________________________________________
2306 [  4682] By: gsar                                  on 1999/12/16  08:33:28
2307         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
2308              <sho_pi@hotmail.com>)
2309      Branch: perl
2310            ! win32/win32.c
2311 ____________________________________________________________________________
2312 [  4681] By: gsar                                  on 1999/12/16  08:31:15
2313         Log: missing backslash (spotted by Johan Vromans)
2314      Branch: perl
2315            ! perl.c
2316 ____________________________________________________________________________
2317 [  4680] By: gsar                                  on 1999/12/16  08:26:00
2318         Log: avoid coredump on diagnostics when STDERR is closed
2319      Branch: perl
2320            ! perl.h
2321 ____________________________________________________________________________
2322 [  4679] By: gsar                                  on 1999/12/12  18:09:41
2323         Log: integrate mainline changes
2324      Branch: utfperl
2325           +> (branch 39 files)
2326            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2327            - lib/unicode/UnicodeData-Latest.txt
2328           !> (integrate 447 files)
2329 ____________________________________________________________________________
2330 [  4678] By: gsar                                  on 1999/12/10  01:39:13
2331         Log: interpreter structure should be nulled under -DMULTIPLICITY
2332      Branch: perl
2333            ! perl.c
2334 ____________________________________________________________________________
2335 [  4677] By: gsar                                  on 1999/12/09  11:10:27
2336         Log: update Changes
2337      Branch: perl
2338            ! Changes
2339
2340 ----------------
2341 Version 5.005_63
2342 ----------------
2343
2344 ____________________________________________________________________________
2345 [  4676] By: gsar                                  on 1999/12/09  10:51:43
2346         Log: fix File::Find testsuite bugs in symlink-less places
2347      Branch: perl
2348            ! t/lib/filefind.t
2349 ____________________________________________________________________________
2350 [  4675] By: gsar                                  on 1999/12/09  10:22:31
2351         Log: USE_ITHREADS tweaks and notes
2352      Branch: perl
2353            ! op.c pod/perldelta.pod sv.c
2354 ____________________________________________________________________________
2355 [  4674] By: gsar                                  on 1999/12/09  10:21:53
2356         Log: allow new style sort subs to work under usethreads
2357      Branch: perl
2358            ! pp_ctl.c
2359 ____________________________________________________________________________
2360 [  4673] By: gsar                                  on 1999/12/09  04:00:23
2361         Log: document compatibility issue with literal list slices and NOTOP
2362              (C<not (1,2,3)[0]> is now a syntax error)
2363      Branch: perl
2364            ! pod/perldelta.pod
2365 ____________________________________________________________________________
2366 [  4672] By: gsar                                  on 1999/12/09  01:14:46
2367         Log: avoid mismatched expectation <-> int types for C++ builds
2368      Branch: perl
2369            ! embed.pl intrpvar.h proto.h toke.c
2370 ____________________________________________________________________________
2371 [  4671] By: gsar                                  on 1999/12/09  00:36:24
2372         Log: newer version of File::Find with support for following symlinks and
2373              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
2374      Branch: perl
2375            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
2376 ____________________________________________________________________________
2377 [  4670] By: gsar                                  on 1999/12/09  00:13:06
2378         Log: avoid initializing GvCV slot for autovivified filehandles
2379      Branch: perl
2380            ! pp.c
2381 ____________________________________________________________________________
2382 [  4669] By: gsar                                  on 1999/12/08  19:09:27
2383         Log: apply change#4618 again along with Ilya's patch to fix bugs
2384              in it (see change#4622)
2385      Branch: perl
2386            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
2387            ! t/op/re_tests t/op/subst.t
2388 ____________________________________________________________________________
2389 [  4668] By: gsar                                  on 1999/12/08  18:56:53
2390         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
2391              From: Larry Wall <larry@wall.org>
2392              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
2393              Message-Id: <199912072039.MAA13257@kiev.wall.org>
2394              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
2395      Branch: perl
2396            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
2397 ____________________________________________________________________________
2398 [  4667] By: gsar                                  on 1999/12/08  18:47:37
2399         Log: patch to fix aix hints from ortmann@vnet.ibm.com
2400      Branch: perl
2401            ! hints/aix.sh
2402 ____________________________________________________________________________
2403 [  4666] By: gsar                                  on 1999/12/08  18:29:02
2404         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
2405              Tim Meadowcroft
2406      Branch: perl
2407            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
2408 ____________________________________________________________________________
2409 [  4665] By: gsar                                  on 1999/12/08  02:22:31
2410         Log: introduce save_I8() for saving byte values
2411      Branch: perl
2412            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2413            ! regcomp.c regexec.c scope.c scope.h sv.c
2414 ____________________________________________________________________________
2415 [  4664] By: gsar                                  on 1999/12/08  02:02:33
2416         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
2417      Branch: perl
2418            ! toke.c
2419 ____________________________________________________________________________
2420 [  4663] By: gsar                                  on 1999/12/08  01:11:44
2421         Log: longstanding typo in lexer: PL_lex_expect was not properly
2422              saved on reentry
2423      Branch: perl
2424            ! toke.c
2425 ____________________________________________________________________________
2426 [  4662] By: gsar                                  on 1999/12/07  23:16:21
2427         Log: typos in change#4546
2428      Branch: perl
2429            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
2430 ____________________________________________________________________________
2431 [  4661] By: gsar                                  on 1999/12/07  09:33:50
2432         Log: typos in change#4660
2433      Branch: perl
2434            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
2435 ____________________________________________________________________________
2436 [  4660] By: gsar                                  on 1999/12/06  23:42:55
2437         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
2438              fix bug where lc($readonly) could result in bogus errors
2439      Branch: perl
2440            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
2441            ! pp.c pp_sys.c proto.h sv.c
2442 ____________________________________________________________________________
2443 [  4659] By: gsar                                  on 1999/12/06  15:24:31
2444         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
2445              <jarausch@igpm.rwth-aachen.de>)
2446      Branch: perl
2447            ! perl.h
2448 ____________________________________________________________________________
2449 [  4658] By: gsar                                  on 1999/12/06  15:18:30
2450         Log: fix for -Dp via $^D (suggested by Stephane Payrard
2451              <stef@adnaccess.com>)
2452      Branch: perl
2453            ! mg.c
2454 ____________________________________________________________________________
2455 [  4657] By: gsar                                  on 1999/12/06  06:50:01
2456         Log: change#4641 needs perldiag.pod edit
2457      Branch: perl
2458            - lib/unicode/UnicodeData-Latest.txt
2459            ! pod/perldiag.pod
2460 ____________________________________________________________________________
2461 [  4656] By: gsar                                  on 1999/12/06  01:36:56
2462         Log: Makefile tweak for change#4649
2463      Branch: perl
2464            ! Makefile.SH
2465 ____________________________________________________________________________
2466 [  4655] By: gsar                                  on 1999/12/05  17:23:57
2467         Log: change#4653 was missing a patch reject
2468      Branch: perl
2469            ! win32/makefile.mk
2470 ____________________________________________________________________________
2471 [  4654] By: gsar                                  on 1999/12/05  11:41:04
2472         Log: windows build tweaks for Borland compiler
2473      Branch: perl
2474            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
2475 ____________________________________________________________________________
2476 [  4653] By: gsar                                  on 1999/12/05  11:07:37
2477         Log: applied somewhat modified version of suggested patch
2478              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2479              Date: Thu, 18 Nov 1999 18:45:27 PST
2480              Message-ID: <19991119024527.72749.qmail@hotmail.com>
2481              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
2482      Branch: perl
2483            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2484            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2485            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2486            ! win32/makefile.mk win32/win32.h
2487 ____________________________________________________________________________
2488 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2489         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2490              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2491              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2492              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2493      Branch: perl
2494            ! Changes hints/svr5.sh
2495 ____________________________________________________________________________
2496 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2497         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2498              when given non-existent drive names
2499      Branch: perl
2500            ! lib/File/Path.pm
2501 ____________________________________________________________________________
2502 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2503         Log: windows build tweaks for change#4649
2504      Branch: perl
2505            ! win32/Makefile win32/makefile.mk
2506 ____________________________________________________________________________
2507 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2508         Log: make File::Glob::glob() the default for CORE::glob()
2509              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2510      Branch: perl
2511            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2512            ! win32/makefile.mk
2513 ____________________________________________________________________________
2514 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2515         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2516      Branch: perl
2517            ! lib/Pod/Html.pm
2518 ____________________________________________________________________________
2519 [  4647] By: gsar                                  on 1999/12/05  00:14:01
2520         Log: remove outdated entry
2521      Branch: perl
2522            ! pod/perltrap.pod
2523 ____________________________________________________________________________
2524 [  4646] By: gsar                                  on 1999/12/04  22:48:51
2525         Log: s/block/loop block/ in diagnostics about next, last, redo
2526      Branch: perl
2527            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2528 ____________________________________________________________________________
2529 [  4645] By: gsar                                  on 1999/12/04  22:25:32
2530         Log: readability tweak suggested by GRommel@sears.com
2531      Branch: perl
2532            ! pp.c
2533 ____________________________________________________________________________
2534 [  4644] By: gsar                                  on 1999/12/04  22:05:00
2535         Log: Configure tweak from Peter Prymmer
2536      Branch: perl
2537            ! Configure
2538 ____________________________________________________________________________
2539 [  4643] By: gsar                                  on 1999/12/04  21:55:27
2540         Log: make weak keyword check look for defined(&lock), not
2541              merely defined(*lock)
2542      Branch: perl
2543            ! toke.c
2544 ____________________________________________________________________________
2545 [  4642] By: gsar                                  on 1999/12/04  21:11:51
2546         Log: make eof() open ARGV if it isn't open already; also fixes bug
2547              where eof() would operate on any last-read filehandle, not
2548              just ARGV
2549      Branch: perl
2550            ! pp_sys.c
2551 ____________________________________________________________________________
2552 [  4641] By: gsar                                  on 1999/12/04  04:42:25
2553         Log: make uninitialized value warnings report opcode
2554      Branch: perl
2555            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2556            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2557            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2558            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2559            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2560            ! t/pragma/warn/sv
2561 ____________________________________________________________________________
2562 [  4640] By: gsar                                  on 1999/12/04  02:40:44
2563         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2564              that don't do range checking
2565      Branch: perl
2566            ! lib/Time/Local.pm
2567 ____________________________________________________________________________
2568 [  4639] By: gsar                                  on 1999/12/04  01:00:49
2569         Log: better implementation of change#3326; open(local $foo,...) now
2570              allowed in addition to any uninitialized variable, for consistency
2571              with how autovivification works elsewhere; add code to use the
2572              variable name as the name of the handle for simple variables, so
2573              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2574      Branch: perl
2575            ! op.c pod/perldelta.pod pp.c t/io/open.t
2576 ____________________________________________________________________________
2577 [  4638] By: gsar                                  on 1999/12/03  21:20:00
2578         Log: pod nits
2579      Branch: perl
2580            ! pod/perlfunc.pod pod/perlrun.pod
2581 ____________________________________________________________________________
2582 [  4637] By: gsar                                  on 1999/12/03  08:59:04
2583         Log: change#4431 was flawed
2584      Branch: perl
2585            ! Makefile.SH
2586 ____________________________________________________________________________
2587 [  4636] By: gsar                                  on 1999/12/03  07:59:52
2588         Log: pod embellishments from Nathan Torkington
2589      Branch: perl
2590            ! pod/perlfaq2.pod pod/perlhack.pod
2591 ____________________________________________________________________________
2592 [  4635] By: gsar                                  on 1999/12/03  07:56:04
2593         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2594      Branch: perl
2595            ! pod/perlfaq4.pod
2596 ____________________________________________________________________________
2597 [  4634] By: gsar                                  on 1999/12/03  07:47:47
2598         Log: test tweak for VMS (from Craig A. Berry)
2599      Branch: perl
2600            ! t/io/nargv.t
2601 ____________________________________________________________________________
2602 [  4633] By: gsar                                  on 1999/12/03  07:44:52
2603         Log: patchls tweak from Andreas Koenig
2604      Branch: perl
2605            ! Porting/patchls
2606 ____________________________________________________________________________
2607 [  4632] By: gsar                                  on 1999/12/03  07:42:23
2608         Log: don't mess with the umask()
2609      Branch: perl
2610            ! installhtml installman installperl lib/ExtUtils/Install.pm
2611            ! lib/ExtUtils/Manifest.pm
2612 ____________________________________________________________________________
2613 [  4631] By: gsar                                  on 1999/12/03  06:52:50
2614         Log: support -a switch to append bytecode to an existing file and make
2615              perlcc use it (from Tom Hughes <tom@compton.nu>)
2616      Branch: perl
2617            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2618 ____________________________________________________________________________
2619 [  4630] By: gsar                                  on 1999/12/03  06:46:16
2620         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2621              (from Tom Phoenix)
2622      Branch: perl
2623            ! pod/perltrap.pod
2624 ____________________________________________________________________________
2625 [  4629] By: gsar                                  on 1999/12/03  06:40:15
2626         Log: use PerlIO abstraction rather than straight stdio (from
2627              Chip Salzenberg)
2628      Branch: perl
2629            ! ext/ByteLoader/ByteLoader.xs
2630 ____________________________________________________________________________
2631 [  4628] By: gsar                                  on 1999/12/03  06:15:54
2632         Log: avoid warning in IO::Select::exists() if socket doesn't exist
2633      Branch: perl
2634            ! ext/IO/lib/IO/Select.pm
2635 ____________________________________________________________________________
2636 [  4627] By: gsar                                  on 1999/12/03  06:05:19
2637         Log: two small patches from Peter Prymmer <pvhp@forte.com>
2638      Branch: perl
2639            ! makedepend.SH win32/Makefile win32/makefile.mk
2640 ____________________________________________________________________________
2641 [  4626] By: gsar                                  on 1999/12/03  05:36:38
2642         Log: From: Peter Prymmer <pvhp@forte.com>
2643              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2644              Message-Id: <199911260506.VAA17230@brio.forte.com>
2645              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2646      Branch: perl
2647            ! regcomp.c
2648 ____________________________________________________________________________
2649 [  4625] By: gsar                                  on 1999/12/03  05:20:21
2650         Log: Windows build tweaks due to change#4623
2651      Branch: perl
2652            ! win32/Makefile win32/makefile.mk win32/perlhost.h
2653 ____________________________________________________________________________
2654 [  4624] By: gsar                                  on 1999/12/03  04:58:30
2655         Log: add missing file
2656      Branch: perl
2657            + ext/DynaLoader/XSLoader_pm.PL
2658 ____________________________________________________________________________
2659 [  4623] By: gsar                                  on 1999/12/03  04:47:03
2660         Log: applied suggested patch; removed $VERSION = $VERSION hack
2661              (change#4043 fixed the need for that)
2662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2663              Date: Tue, 16 Nov 1999 01:50:31 EST
2664              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2665              Subject: [PATCH 5.005_62] XSLoader.pm
2666      Branch: perl
2667            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2668            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2669            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2670            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2671            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2672            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2673            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2674            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2675            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2676            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2677            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2678 ____________________________________________________________________________
2679 [  4622] By: gsar                                  on 1999/12/03  04:02:39
2680         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2681      Branch: perl
2682            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2683 ____________________________________________________________________________
2684 [  4621] By: gsar                                  on 1999/12/02  22:24:53
2685         Log: caveat about thread-safety of extensions
2686      Branch: perl
2687            ! pod/perlfork.pod
2688 ____________________________________________________________________________
2689 [  4620] By: gsar                                  on 1999/12/02  20:31:02
2690         Log: XS documentation patches suggested by Ilya, severally adjusted
2691      Branch: perl
2692            ! pod/perlxs.pod pod/perlxstut.pod
2693 ____________________________________________________________________________
2694 [  4619] By: gsar                                  on 1999/12/02  17:52:50
2695         Log: re-add missing Unicode database master
2696      Branch: perl
2697            + lib/unicode/Unicode.300
2698 ____________________________________________________________________________
2699 [  4618] By: gsar                                  on 1999/12/02  06:56:18
2700         Log: applied suggested patch with prototype changes
2701              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2702              Date:    Tue, 23 Nov 1999 22:55:55 EST
2703              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2704              Subject: [PATCH 5.005_62] First char cognizance
2705      Branch: perl
2706            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2707 ____________________________________________________________________________
2708 [  4617] By: gsar                                  on 1999/12/02  06:04:57
2709         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2710      Branch: perl
2711            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2712 ____________________________________________________________________________
2713 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2714         Log: various documentation tweaks suggested by M. J. T. Guy
2715      Branch: perl
2716            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2717 ____________________________________________________________________________
2718 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2719         Log: various File::Glob fixes for DOSISH platforms
2720              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2721              Date: Tue, 02 Nov 1999 11:11:25 GMT
2722              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2723              Subject: File::Glob again. Final patch, honest!
2724      Branch: perl
2725            + t/lib/glob-case.t
2726            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2727            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2728            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2729 ____________________________________________________________________________
2730 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2731         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2732              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2733      Branch: perl
2734            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2735 ____________________________________________________________________________
2736 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2737         Log: ignore yet another known scalar leak
2738      Branch: perl
2739            ! t/pragma/warn/regcomp
2740 ____________________________________________________________________________
2741 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2742         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2743      Branch: perl
2744            ! pp.c
2745 ____________________________________________________________________________
2746 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2747         Log: a somewhat tweaked version of suggested patch
2748              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2749              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2750              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2751              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2752      Branch: perl
2753            ! pod/perlfunc.pod
2754 ____________________________________________________________________________
2755 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2756         Log: more accurate require() pseudocode (from James P. Williams
2757              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2758      Branch: perl
2759            ! pod/perlfunc.pod
2760 ____________________________________________________________________________
2761 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2762         Log: avoid "Callback called exit" error on intentional exit()
2763      Branch: perl
2764            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2765 ____________________________________________________________________________
2766 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2767         Log: find_byclass() prototype was incoherent
2768      Branch: perl
2769            ! regexec.c
2770 ____________________________________________________________________________
2771 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2772         Log: better documentation for goto &NAME (from M. J. T. Guy)
2773      Branch: perl
2774            ! pod/perlfunc.pod
2775 ____________________________________________________________________________
2776 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2777         Log: integrate cfgperl contents into mainline
2778      Branch: perl
2779           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2780           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2781            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2782            ! Changes
2783           !> (integrate 210 files)
2784 ____________________________________________________________________________
2785 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2786         Log: avoid PTR->IV cast warnings
2787      Branch: perl
2788            ! mg.c op.c scope.h
2789 ____________________________________________________________________________
2790 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2791         Log: email address changes
2792      Branch: perl
2793            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2794            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2795            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2796            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2797            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2798 ____________________________________________________________________________
2799 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2800         Log: minor USE_ITHREADS tweaks
2801      Branch: perl
2802            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2803            ! win32/perllib.c win32/win32.h
2804 ____________________________________________________________________________
2805 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2806         Log: more complete pseudo-fork() support for Windows
2807      Branch: perl
2808            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2809            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2810            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2811            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2812            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2813            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2814            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2815            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2816            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2817            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2818            ! win32/win32iop.h win32/win32thread.h
2819 ____________________________________________________________________________
2820 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2821         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2822              modified)
2823              From: Graham TerMarsch <grahamt@ActiveState.com>
2824              Date: Sat, 12 Sep 1998 10:46:55 -0700
2825              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2826              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2827      Branch: perl
2828            ! lib/perl5db.pl
2829 ____________________________________________________________________________
2830 [  4600] By: chip                                  on 1999/11/19  21:16:00
2831         Log: Document known limitations of fdopen() on some systems,
2832              as they apply to open() and sysopen().
2833      Branch: perl
2834            ! pod/perlfunc.pod
2835 ____________________________________________________________________________
2836 [  4599] By: chip                                  on 1999/11/19  17:20:19
2837         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2838              (Avoids an irritating warning when compiling with PerlIO.)
2839      Branch: perl
2840            ! perl.h
2841 ____________________________________________________________________________
2842 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2843         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2844      Branch: cfgperl
2845            ! README.vms t/io/open.t
2846 ____________________________________________________________________________
2847 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2848         Log: Replace #4596 with the change done in 5.005_03.
2849      Branch: cfgperl
2850            ! ext/Errno/Errno_pm.PL
2851 ____________________________________________________________________________
2852 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2853         Log: Skip processing a file if the file to be opened is '-'
2854              (can happen in UNICOS)
2855      Branch: cfgperl
2856            ! ext/Errno/Errno_pm.PL
2857 ____________________________________________________________________________
2858 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2859         Log: VMS patches from Peter Prymmer.
2860      Branch: cfgperl
2861            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2862 ____________________________________________________________________________
2863 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2864         Log: The find_byclass prototype is already in proto.h. 
2865      Branch: cfgperl
2866            ! regexec.c
2867 ____________________________________________________________________________
2868 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2869         Log: typo in flag checks
2870      Branch: utfperl
2871            ! sv.h
2872 ____________________________________________________________________________
2873 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2874         Log: Regen Configure.
2875      Branch: cfgperl
2876            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2877      Branch: metaconfig
2878            ! U/a_dvisory/quadtype.U
2879 ____________________________________________________________________________
2880 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2881         Log: Integrate with Sarathy.
2882      Branch: cfgperl
2883           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2884           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2885           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2886           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2887           !> t/pod/poderrs.xr
2888 ____________________________________________________________________________
2889 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2890         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2891      Branch: perl
2892            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2893            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2894            ! t/pod/poderrs.t t/pod/poderrs.xr
2895 ____________________________________________________________________________
2896 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2897         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2898              C<if (fork()) { print "parent" } else { print "child" }> works on
2899              Windows (incidentally running a cloned^2 interpreter :)
2900      Branch: perl
2901            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2902            ! pp_sys.c proto.h sv.c
2903 ____________________________________________________________________________
2904 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2905         Log: cloning the stack (part 1)
2906      Branch: perl
2907            ! cop.h deb.c perl.c sv.c
2908 ____________________________________________________________________________
2909 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2910         Log: Integrate with Sarathy.
2911      Branch: cfgperl
2912           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2913           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2914           !> win32/perllib.c
2915 ____________________________________________________________________________
2916 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2917         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2918      Branch: cfgperl
2919            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2920 ____________________________________________________________________________
2921 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2922         Log: tweak for win32 build
2923      Branch: perl
2924            ! embed.h embed.pl op.c proto.h
2925 ____________________________________________________________________________
2926 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2927         Log: cosmetic tweaks
2928      Branch: perl
2929            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2930            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2931 ____________________________________________________________________________
2932 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2933         Log: fix problem pointer casts
2934      Branch: perl
2935            ! Changes run.c sv.c
2936 ____________________________________________________________________________
2937 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2938         Log: Integrate with Sarathy.
2939      Branch: cfgperl
2940           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2941           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2942           !> vms/perly_c.vms win32/perllib.c
2943 ____________________________________________________________________________
2944 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2945         Log: The separation of 64-bitness and largefileness continues
2946              (with a setback, see hpux.sh).
2947      Branch: cfgperl
2948            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2949            ! hints/solaris_2.sh
2950      Branch: metaconfig
2951            ! U/threads/archname.U U/typedefs/lseektype.U
2952      Branch: metaconfig/U/perl
2953            ! fpossize.U use64bits.U uselfs.U
2954 ____________________________________________________________________________
2955 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2956         Log: Another Unicode update.
2957      Branch: cfgperl
2958            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2959            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2960            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2961            ! (edit 189 files)
2962 ____________________________________________________________________________
2963 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2964         Log: sundry cleanups for cloned interpreters (only known failure mode
2965              is due to regexps keeping non-constant data in their compiled
2966              structures)
2967      Branch: perl
2968            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2969            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2970 ____________________________________________________________________________
2971 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2972         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2973      Branch: perl
2974            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2975 ____________________________________________________________________________
2976 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2977         Log: Change #4576 accidentally leaked also parts of
2978              Ilya's patch that won't apply cleanly anymore.
2979      Branch: cfgperl
2980            ! regexec.c t/op/re_tests
2981 ____________________________________________________________________________
2982 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2983         Log: Integrate with Sarathy.
2984      Branch: cfgperl
2985            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2986           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2987           !> t/op/regexp.t t/pragma/overload.t
2988 ____________________________________________________________________________
2989 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2990         Log: typos in change#4561 and change#4565
2991      Branch: perl
2992            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2993 ____________________________________________________________________________
2994 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2995         Log: revert non-kosher parts of change#4562 (sort order problems
2996              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2997              result and expected lines; /[:ascii:]/ not working should be
2998              fixed, not ignored in regexp.t; result from sort should be
2999              fixed to be ascii portable on ebcdic, not ebcdic-specific)
3000      Branch: perl
3001            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
3002 ____________________________________________________________________________
3003 [  4573] By: gsar                                  on 1999/11/13  19:13:04
3004         Log: integrate cfgperl changes into mainline
3005      Branch: perl
3006           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3007           +> lib/unicode/In/BopomofoExtended.pl
3008           +> lib/unicode/In/BraillePatterns.pl
3009           +> lib/unicode/In/CJKRadicalsSupplement.pl
3010           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3011           +> lib/unicode/In/Cherokee.pl
3012           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
3013           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3014           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3015           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3016           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3017           +> lib/unicode/In/Thaana.pl
3018           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3019           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3020            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3021           !> (integrate 213 files)
3022 ____________________________________________________________________________
3023 [  4572] By: jhi                                   on 1999/11/13  18:44:50
3024         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3025              To: perl5-porters@perl.org, VMSPERL@perl.org
3026              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
3027              Date: Wed, 27 Oct 1999 11:02:54 -0500
3028              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
3029      Branch: cfgperl
3030            ! README.vms
3031 ____________________________________________________________________________
3032 [  4571] By: jhi                                   on 1999/11/13  18:33:39
3033         Log: From: jand@activestate.com (Jan Dubois)
3034              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
3035              Cc: Douglas Lankshear <dougl@activestate.com>,
3036              Gurusamy Sarathy <gsar@activestate.com>
3037              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
3038              Date: Tue, 09 Nov 1999 00:38:33 +0100
3039              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
3040      Branch: cfgperl
3041            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
3042            ! win32/config.gc win32/config.vc win32/config_H.bc
3043            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
3044            ! win32/win32.c win32/win32iop.h
3045 ____________________________________________________________________________
3046 [  4570] By: jhi                                   on 1999/11/13  18:30:37
3047         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3048              To: perl5-porters@perl.org (Mailing list Perl5)
3049              Subject: [PATCH 5.005_62] makedef.pl goof
3050              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
3051              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
3052      Branch: cfgperl
3053            ! makedef.pl
3054 ____________________________________________________________________________
3055 [  4569] By: jhi                                   on 1999/11/13  18:06:54
3056         Log: From: Michael G Schwern <schwern@pobox.com>
3057              To: perl5-porters@perl.org, pod-people@perl.org
3058              Cc: tchrist@mox.perl.com, gnat@frii.com
3059              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
3060              Date: Wed, 10 Nov 1999 17:21:46 -0500
3061              Message-ID: <19991110172146.A23527@athens.aocn.com>
3062      Branch: cfgperl
3063            ! pod/perlfaq9.pod
3064 ____________________________________________________________________________
3065 [  4568] By: jhi                                   on 1999/11/13  18:05:33
3066         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
3067              To: <perl5-porters@perl.org>
3068              Subject: DynaLoader_pm.PL patch (backslashes in strings)
3069              Date: Wed, 10 Nov 1999 22:52:02 -0000
3070              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
3071      Branch: cfgperl
3072            ! ext/DynaLoader/DynaLoader_pm.PL
3073 ____________________________________________________________________________
3074 [  4567] By: jhi                                   on 1999/11/13  18:03:52
3075         Log: From: JD Laub <jdl@access-health.com>
3076              To: perl5-porters@perl.org
3077              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
3078              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
3079              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
3080      Branch: cfgperl
3081            ! lib/Exporter/Heavy.pm
3082 ____________________________________________________________________________
3083 [  4566] By: jhi                                   on 1999/11/13  18:01:24
3084         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
3085              To: perl5-porters@perl.org
3086              Subject: small patch for perldoc
3087              Date: Fri, 12 Nov 1999 23:11:43 GMT
3088              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
3089      Branch: cfgperl
3090            ! utils/perldoc.PL
3091 ____________________________________________________________________________
3092 [  4565] By: jhi                                   on 1999/11/13  17:58:54
3093         Log: From: Scott Gifford <sgifford@tir.com>
3094              To: perl5-porters@perl.org
3095              Cc: gbarr@pobox.com
3096              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3097              Date: 12 Nov 1999 18:55:30 -0500
3098              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3099      Branch: cfgperl
3100            ! ext/IO/lib/IO/Socket.pm
3101 ____________________________________________________________________________
3102 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3103         Log: Applied manually:
3104              From: "Craig A. Berry" <craig.berry@metamor.com>
3105              To: perl5-porters@perl.org, VMSPERL@perl.org
3106              Subject: [PATCH 5.005_62] patches required to build on VMS
3107              Date: Tue, 09 Nov 1999 18:16:14 -0600
3108              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3109      Branch: cfgperl
3110            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3111            ! vms/vms.c vms/vmsish.h
3112 ____________________________________________________________________________
3113 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3114         Log: Regen Unicode tables to include a warning:
3115              Thou Shalt Not Edit Them By Hand; add missing
3116              (Unicode 2.0 -introduced) tables to MANIFEST;
3117              convert the equivalence tables to be valid Perl code.
3118      Branch: cfgperl
3119            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3120            + lib/unicode/In/BopomofoExtended.pl
3121            + lib/unicode/In/BraillePatterns.pl
3122            + lib/unicode/In/CJKRadicalsSupplement.pl
3123            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3124            + lib/unicode/In/Cherokee.pl
3125            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3126            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3127            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3128            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3129            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3130            + lib/unicode/In/Thaana.pl
3131            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3132            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3133            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3134            ! (edit 169 files)
3135 ____________________________________________________________________________
3136 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3137         Log: From: Peter Prymmer <pvhp@forte.com>
3138              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3139              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3140              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3141              Message-Id: <199911102234.OAA01018@brio.forte.com>
3142      Branch: cfgperl
3143            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3144            ! t/pragma/overload.t
3145 ____________________________________________________________________________
3146 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3147         Log: $Config{myarchname} is not a good architecture identifier
3148              because it may contain host/node identification like
3149              CPU serial numbers.
3150      Branch: cfgperl
3151            ! ext/Errno/Errno_pm.PL
3152 ____________________________________________________________________________
3153 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3154         Log: Continue largefileness separation from quadness;
3155              move nv-preserving test out of perl.h into Configure;
3156              use HAS_SETVBUF in IO.
3157      Branch: cfgperl
3158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3159            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
3160      Branch: metaconfig
3161            ! U/a_dvisory/quadtype.U
3162      Branch: metaconfig/U/perl
3163            + nvpresuv.U
3164            ! d_fseeko.U d_ftello.U io64.U perlxv.U
3165 ____________________________________________________________________________
3166 [  4559] By: jhi                                   on 1999/11/13  13:46:38
3167         Log: Try to fix largefileness so that it "works" without a quad IV.
3168      Branch: cfgperl
3169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3170            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
3171      Branch: metaconfig
3172            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
3173      Branch: metaconfig/U/perl
3174            ! io64.U
3175 ____________________________________________________________________________
3176 [  4558] By: jhi                                   on 1999/11/13  11:36:19
3177         Log: Undo drift from mainline.
3178      Branch: cfgperl
3179            ! regcomp.c util.c utils/h2xs.PL
3180 ____________________________________________________________________________
3181 [  4557] By: gsar                                  on 1999/11/13  10:54:46
3182         Log: typo
3183      Branch: perl
3184            ! util.c
3185 ____________________________________________________________________________
3186 [  4556] By: gsar                                  on 1999/11/13  10:53:41
3187         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
3188      Branch: perl
3189           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3190           +> epoc/epoc_stubs.c
3191           !> (integrate 48 files)
3192 ____________________________________________________________________________
3193 [  4555] By: jhi                                   on 1999/11/13  10:05:54
3194         Log: Integrate with Sarathy.
3195      Branch: cfgperl
3196           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3197           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3198 ____________________________________________________________________________
3199 [  4554] By: jhi                                   on 1999/11/13  10:03:07
3200         Log: s/_SIGN$/_sign/g;
3201      Branch: metaconfig
3202            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
3203 ____________________________________________________________________________
3204 [  4553] By: gsar                                  on 1999/11/13  02:17:53
3205         Log: cloned interpreters now actually run and pass all but 55/10386
3206              subtests; various subtle bugs, new and old, observed when running
3207              cloned interpreters have been fixed
3208              
3209              still to do:
3210              |  * dup psig_ptr table
3211              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
3212              |    simple-minded and grab one pad entry each, heavily bloating
3213              |    the pad by not avoiding dups)
3214              |  * overloaded constants are not really immutable--they need to
3215              |    be PADOPs
3216              |  * allocator for constants and OPs need to be spelled differently
3217              |    (shared vs interpreter-local allocations)
3218              |  * optree refcounting is still missing locking (macros are in place)
3219              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
3220              |    perl_clone() can be called from within runops*()
3221      Branch: perl
3222            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3223            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3224 ____________________________________________________________________________
3225 [  4552] By: jhi                                   on 1999/11/11  23:17:43
3226         Log: Turn on largefileness always if available and
3227              continue 64-bit fixes.
3228      Branch: cfgperl
3229            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
3230            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
3231            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
3232 ____________________________________________________________________________
3233 [  4551] By: jhi                                   on 1999/11/11  23:16:15
3234         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
3235      Branch: metaconfig
3236            ! U/a_dvisory/quadtype.U
3237      Branch: metaconfig/U/perl
3238            + d_int64t.U
3239            ! i_inttypes.U io64.U
3240 ____________________________________________________________________________
3241 [  4550] By: jhi                                   on 1999/11/11  20:24:55
3242         Log: Fix a thinko in 4548.
3243      Branch: cfgperl
3244            ! pp_sys.c
3245 ____________________________________________________________________________
3246 [  4549] By: jhi                                   on 1999/11/11  19:48:21
3247         Log: Integrate with Sarathy.
3248      Branch: cfgperl
3249           !> (integrate 56 files)
3250 ____________________________________________________________________________
3251 [  4548] By: jhi                                   on 1999/11/11  19:41:56
3252         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
3253              regen Configure.
3254      Branch: cfgperl
3255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3256            ! config_h.SH pp_sys.c
3257 ____________________________________________________________________________
3258 [  4547] By: jhi                                   on 1999/11/11  19:40:38
3259         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
3260      Branch: metaconfig
3261            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
3262            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3263 ____________________________________________________________________________
3264 [  4546] By: gsar                                  on 1999/11/11  10:32:54
3265         Log: avoid stash pointers in optree under USE_ITHREADS
3266      Branch: perl
3267            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
3268            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
3269            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
3270            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3271            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
3272            ! scope.h sv.c
3273 ____________________________________________________________________________
3274 [  4545] By: gsar                                  on 1999/11/11  06:04:20
3275         Log: another change towards a shareable optree: avoid pointer to filegv
3276              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
3277              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
3278              to suit
3279      Branch: perl
3280            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
3281            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3282            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
3283            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
3284            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3285            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
3286            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
3287            ! win32/perllib.c
3288 ____________________________________________________________________________
3289 [  4544] By: gsar                                  on 1999/11/10  18:19:12
3290         Log: more cleanups for change#4539
3291      Branch: perl
3292            ! gv.h op.c op.h pp_ctl.c pp_hot.c
3293 ____________________________________________________________________________
3294 [  4543] By: gsar                                  on 1999/11/10  01:52:22
3295         Log: remove dead branch/infinite looper in change#3612
3296      Branch: perl
3297            ! op.c
3298 ____________________________________________________________________________
3299 [  4542] By: gsar                                  on 1999/11/09  20:05:47
3300         Log: IoDIRP may be fake when used in source filters, mark as such
3301      Branch: perl
3302            ! sv.c sv.h toke.c
3303 ____________________________________________________________________________
3304 [  4541] By: gsar                                  on 1999/11/09  05:47:53
3305         Log: small nits in changes#4538,4539
3306      Branch: perl
3307            ! op.c sv.c
3308 ____________________________________________________________________________
3309 [  4540] By: gsar                                  on 1999/11/08  20:30:58
3310         Log: win32 symbol export tweak
3311      Branch: perl
3312            ! makedef.pl win32/win32.c win32/win32iop.h
3313 ____________________________________________________________________________
3314 [  4539] By: gsar                                  on 1999/11/08  18:50:40
3315         Log: preliminary support for GVOP indirection via pad
3316      Branch: perl
3317            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
3318            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
3319 ____________________________________________________________________________
3320 [  4538] By: gsar                                  on 1999/11/08  11:25:49
3321         Log: preliminary support for perl_clone() (still needs work in
3322              the following areas: SVOPs must indirect via pad; context
3323              stack, scope stack, and runlevels must be cloned; must
3324              hook up the virtualized pseudo-process support provided by
3325              "host"; ...)
3326      Branch: perl
3327            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
3328            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
3329            ! win32/perllib.c win32/win32.c
3330 ____________________________________________________________________________
3331 [  4537] By: gsar                                  on 1999/11/08  11:19:18
3332         Log: more thorough cleanup in perl_destroy()
3333      Branch: perl
3334            ! perl.c util.c
3335 ____________________________________________________________________________
3336 [  4536] By: gsar                                  on 1999/11/08  07:16:10
3337         Log: win32 internal data must be interpreter-local
3338      Branch: perl
3339            ! win32/win32.c win32/win32.h win32/win32sck.c
3340 ____________________________________________________________________________
3341 [  4535] By: gsar                                  on 1999/11/08  04:17:28
3342         Log: tweak change#4502
3343      Branch: perl
3344            ! doio.c perl.c
3345 ____________________________________________________________________________
3346 [  4534] By: jhi                                   on 1999/11/07  13:17:03
3347         Log: Four special class subs, not three.
3348      Branch: cfgperl
3349            ! pod/perlmod.pod
3350 ____________________________________________________________________________
3351 [  4533] By: jhi                                   on 1999/11/07  13:13:15
3352         Log: Integrate with Sarathy.
3353      Branch: cfgperl
3354           !> mg.c t/io/print.t
3355 ____________________________________________________________________________
3356 [  4532] By: jhi                                   on 1999/11/07  12:36:10
3357         Log: More test program maintenance.
3358      Branch: cfgperl
3359            ! Configure config_h.SH
3360      Branch: metaconfig
3361            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3362            ! U/compline/charsize.U U/compline/d_sigaction.U
3363            ! U/compline/doublesize.U U/compline/floatsize.U
3364            ! U/compline/nblock_io.U U/compline/ptrsize.U
3365            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
3366            ! U/typedefs/uidsize.U
3367      Branch: metaconfig/U/perl
3368            ! fpossize.U
3369 ____________________________________________________________________________
3370 [  4531] By: jhi                                   on 1999/11/07  00:34:09
3371         Log: Tidy up the metaconfig test programs.
3372      Branch: cfgperl
3373            ! Configure config_h.SH
3374      Branch: metaconfig
3375            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3376            ! U/compline/charsize.U U/compline/doublesize.U
3377            ! U/compline/nblock_io.U U/compline/ptrsize.U
3378            ! U/modified/d_longlong.U U/typedefs/gidsize.U
3379            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
3380            ! U/typedefs/uidsize.U
3381      Branch: metaconfig/U/perl
3382            ! fpossize.U
3383 ____________________________________________________________________________
3384 [  4530] By: jhi                                   on 1999/11/06  23:51:34
3385         Log: So many printfs, so little time.
3386      Branch: cfgperl
3387            ! op.c perl.c regcomp.c scope.c util.c
3388 ____________________________________________________________________________
3389 [  4529] By: jhi                                   on 1999/11/06  23:27:35
3390         Log: Replace the explicit zeros with NOOPs.
3391      Branch: cfgperl
3392            ! perl.h
3393 ____________________________________________________________________________
3394 [  4528] By: jhi                                   on 1999/11/06  23:10:54
3395         Log: From: jand@activestate.com (Jan Dubois)
3396              To: perl5-porters@perl.org
3397              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
3398              Mark Borgerding <mborgerding@acm.org>
3399              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
3400              Date: Sat, 06 Nov 1999 22:16:43 +0100
3401              Message-ID: <38279207.46448719@smtprelay.t-online.de>
3402      Branch: cfgperl
3403            ! op.c op.h
3404 ____________________________________________________________________________
3405 [  4527] By: jhi                                   on 1999/11/06  20:22:14
3406         Log: ...and fewer.
3407      Branch: cfgperl
3408            ! dump.c
3409 ____________________________________________________________________________
3410 [  4526] By: jhi                                   on 1999/11/06  20:19:04
3411         Log: ...and they are getting fewer.
3412      Branch: cfgperl
3413            ! dump.c op.c util.c
3414 ____________________________________________________________________________
3415 [  4525] By: jhi                                   on 1999/11/06  19:59:59
3416         Log: More printf miscasts flushed out.
3417      Branch: cfgperl
3418            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
3419            ! regexec.c
3420 ____________________________________________________________________________
3421 [  4524] By: jhi                                   on 1999/11/06  15:39:05
3422         Log: Crushing the remaining %ld guerillas.
3423      Branch: cfgperl
3424            ! ext/Devel/DProf/DProf.xs
3425 ____________________________________________________________________________
3426 [  4523] By: jhi                                   on 1999/11/06  15:11:38
3427         Log: Update CPAN sites list.
3428      Branch: cfgperl
3429            ! pod/perlmodlib.pod
3430 ____________________________________________________________________________
3431 [  4522] By: jhi                                   on 1999/11/05  19:50:46
3432         Log: The -n32 is normally part of $cc, not $ccflags.
3433      Branch: cfgperl
3434            ! hints/irix_6.sh
3435 ____________________________________________________________________________
3436 [  4521] By: gsar                                  on 1999/11/05  04:35:30
3437         Log: allow $\ to work right when set to a string with embedded nulls
3438      Branch: perl
3439            ! mg.c t/io/print.t
3440 ____________________________________________________________________________
3441 [  4520] By: jhi                                   on 1999/11/04  23:30:09
3442         Log: Integrate with Sarathy.
3443      Branch: cfgperl
3444           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
3445           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
3446           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
3447           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
3448           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
3449           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
3450 ____________________________________________________________________________
3451 [  4519] By: jhi                                   on 1999/11/04  23:09:25
3452         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3453              To: perl5-porters@perl.org (Mailing list Perl5)
3454              Subject: [PATCH 5.005_62] ref to non-lvalue method
3455              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
3456              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
3457      Branch: cfgperl
3458            ! op.c
3459 ____________________________________________________________________________
3460 [  4518] By: jhi                                   on 1999/11/04  23:07:27
3461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3462              To: perl5-porters@perl.org (Mailing list Perl5)
3463              Subject: [PATCH 5.005_62] xsubpp dependency
3464              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
3465              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
3466      Branch: cfgperl
3467            ! lib/ExtUtils/MM_Unix.pm
3468 ____________________________________________________________________________
3469 [  4517] By: jhi                                   on 1999/11/04  23:05:59
3470         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3471              To: perl5-porters@perl.org (Mailing list Perl5)
3472              Subject: [PATCH 5.005_62] regexp.h
3473              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
3474              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
3475      Branch: cfgperl
3476            ! regexp.h
3477 ____________________________________________________________________________
3478 [  4516] By: gsar                                  on 1999/11/04  18:25:45
3479         Log: change#4485 didn't do the right thing for B::Bytecode
3480      Branch: perl
3481            ! ext/B/B/Bytecode.pm
3482 ____________________________________________________________________________
3483 [  4515] By: gsar                                  on 1999/11/04  17:28:29
3484         Log: implement STOP blocks and fix compiler to use them (minimally
3485              tested)
3486      Branch: perl
3487            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3488            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3489            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3490            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3491            ! pod/perltodo.pod toke.c
3492 ____________________________________________________________________________
3493 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3494         Log: display BSD license in Glob.pm (for clause #2 conformity)
3495      Branch: perl
3496            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3497            ! ext/File/Glob/bsd_glob.h
3498 ____________________________________________________________________________
3499 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3500         Log: Integrate with Sarathy.
3501      Branch: cfgperl
3502           +> t/io/nargv.t
3503           !> (integrate 34 files)
3504 ____________________________________________________________________________
3505 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3506         Log: Incremental Mac integration from Matthias.
3507      Branch: cfgperl
3508            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3509            ! toke.c util.c
3510 ____________________________________________________________________________
3511 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3512         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3513      Branch: perl
3514            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3515            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3516            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3517            ! xsutils.c
3518 ____________________________________________________________________________
3519 [  4510] By: jhi                                   on 1999/11/02  22:12:29
3520         Log: S_init_interp is a better place to diddle with PL_opargs
3521              than perl_construct.
3522      Branch: cfgperl
3523            ! perl.c
3524 ____________________________________________________________________________
3525 [  4509] By: jhi                                   on 1999/11/02  21:30:02
3526         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3527              To: ben@mucus.advanced.org, perl5-porters@perl.org
3528              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3529              Date: Tue, 02 Nov 1999 21:36:00 +0000
3530              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3531      Branch: cfgperl
3532            ! pod/perlfunc.pod
3533 ____________________________________________________________________________
3534 [  4508] By: jhi                                   on 1999/11/02  20:46:27
3535         Log: Initial integration of the MacPerl changes form Matthias.
3536      Branch: cfgperl
3537            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3538            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3539            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3540 ____________________________________________________________________________
3541 [  4507] By: jhi                                   on 1999/11/01  23:05:07
3542         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3543              To: lvirden@cas.org (Larry W. Virden)
3544              Cc: perl5-porters@perl.org, lvirden@cas.org
3545              Subject: Re: [ID 19991026.001] perl segmentation fault report
3546              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3547              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3548      Branch: cfgperl
3549            ! regexec.c t/op/pat.t
3550 ____________________________________________________________________________
3551 [  4506] By: jhi                                   on 1999/11/01  19:56:28
3552         Log: From: Olaf Flebbe <olaf@science-computing.de>
3553              To: perl5-porters@perl.org
3554              Subject: [PATCH: 5.005_62] Patch for EPOC Support
3555              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3556              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3557      Branch: cfgperl
3558            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3559            + epoc/epoc_stubs.c
3560            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3561            ! epoc/perl.pkg
3562 ____________________________________________________________________________
3563 [  4505] By: gsar                                  on 1999/11/01  17:09:44
3564         Log: macros for COP.cop_filegv access
3565      Branch: perl
3566            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3567            ! util.c
3568 ____________________________________________________________________________
3569 [  4504] By: gsar                                  on 1999/11/01  17:08:28
3570         Log: enable better Win32::DomainName() by demand loading netapi32.dll
3571              (from Jan Dubois)
3572      Branch: perl
3573            ! pod/Win32.pod win32/win32.c
3574 ____________________________________________________________________________
3575 [  4503] By: gsar                                  on 1999/10/31  20:56:06
3576         Log: change#4502 was missing a file
3577      Branch: perl
3578            + t/io/nargv.t
3579 ____________________________________________________________________________
3580 [  4502] By: gsar                                  on 1999/10/31  20:46:02
3581         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3582              in the way ARGV state was handled in readline(); writing a
3583              subroutine to do inplace edits is now possible, provided *ARGV,
3584              *ARGVOUT, $^I and $_ are localized where needed
3585      Branch: perl
3586            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3587            ! pp_hot.c scope.c
3588 ____________________________________________________________________________
3589 [  4501] By: jhi                                   on 1999/10/31  12:43:54
3590         Log: Integrate with Sarathy.
3591      Branch: cfgperl
3592           !> perl.h win32/config.bc win32/config.gc win32/config.vc
3593           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3594 ____________________________________________________________________________
3595 [  4500] By: gsar                                  on 1999/10/31  10:01:17
3596         Log: updated windows config* files
3597      Branch: perl
3598            ! win32/config.bc win32/config.gc win32/config.vc
3599            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3600 ____________________________________________________________________________
3601 [  4499] By: gsar                                  on 1999/10/31  09:15:17
3602         Log: integrate cfgperl contents into mainline
3603      Branch: perl
3604           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3605           !> config_h.SH perl.h
3606 ____________________________________________________________________________
3607 [  4498] By: gsar                                  on 1999/10/31  09:13:41
3608         Log: remove unused struct Outrec
3609      Branch: perl
3610            ! perl.h
3611 ____________________________________________________________________________
3612 [  4497] By: jhi                                   on 1999/10/30  12:41:50
3613         Log: Add HAS_QUAD ($Config{d_quad}); use it.
3614      Branch: cfgperl
3615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3616            ! config_h.SH perl.h
3617      Branch: metaconfig
3618            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3619            ! U/typedefs/uidf.U
3620      Branch: metaconfig/U/perl
3621            ! perlxv.U
3622 ____________________________________________________________________________
3623 [  4496] By: gsar                                  on 1999/10/30  00:28:32
3624         Log: integrate cfgperl contents into mainline
3625      Branch: perl
3626           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3627           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3628           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3629           !> perl.h pp.c pp.h regexec.c sv.c taint.c
3630 ____________________________________________________________________________
3631 [  4495] By: jhi                                   on 1999/10/29  23:36:19
3632         Log: Continue what #4494 started; introduce uid and gid formats.
3633      Branch: cfgperl
3634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3635            ! config_h.SH handy.h perl.h
3636      Branch: metaconfig
3637            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3638            - U/typedefs/quadtype.U
3639      Branch: metaconfig/U/perl
3640            ! perlxv.U
3641 ____________________________________________________________________________
3642 [  4494] By: jhi                                   on 1999/10/29  22:09:01
3643         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3644              from perl.h and handy.h.
3645      Branch: cfgperl
3646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3647            ! config_h.SH handy.h perl.h
3648      Branch: metaconfig/U/perl
3649            + perlxv.U perlxvf.U
3650 ____________________________________________________________________________
3651 [  4493] By: jhi                                   on 1999/10/29  22:08:06
3652         Log: Finetuning the output continues along the lines of #4490 and #4491.
3653      Branch: metaconfig
3654            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3655            ! U/typedefs/fpostype.U
3656      Branch: metaconfig/U/perl
3657            + fpossize.U
3658            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3659            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3660 ____________________________________________________________________________
3661 [  4492] By: jhi                                   on 1999/10/29  21:14:53
3662         Log: Hurd update from Mark Kettenis.
3663      Branch: cfgperl
3664            ! README.hurd
3665 ____________________________________________________________________________
3666 [  4491] By: jhi                                   on 1999/10/29  20:37:02
3667         Log: A new try at what #4490 tried to accomplish.
3668      Branch: metaconfig
3669            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3670      Branch: metaconfig/U/perl
3671            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3672            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3673 ____________________________________________________________________________
3674 [  4490] By: jhi                                   on 1999/10/29  20:19:41
3675         Log: metaconfig nits.
3676      Branch: metaconfig
3677            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3678      Branch: metaconfig/U/perl
3679            + d_iovec_s.U
3680            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3681            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3682 ____________________________________________________________________________
3683 [  4489] By: jhi                                   on 1999/10/29  16:08:43
3684         Log: Integrate with Sarathy.
3685      Branch: cfgperl
3686           !> (integrate 31 files)
3687 ____________________________________________________________________________
3688 [  4488] By: jhi                                   on 1999/10/29  15:30:30
3689         Log: Regen Configure and Glossary.
3690      Branch: cfgperl
3691            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3692            ! config_h.SH
3693 ____________________________________________________________________________
3694 [  4487] By: jhi                                   on 1999/10/29  15:24:13
3695         Log: Remove quad logic from perl.h; regen Configure;
3696              add -DUSE_LONG_LONG to ccflags if not already there.
3697      Branch: cfgperl
3698            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3699            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3700 ____________________________________________________________________________
3701 [  4486] By: jhi                                   on 1999/10/29  15:22:38
3702         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3703              fixed the use*.U to define their stuff only iff not already defined
3704              (so that ccflags can have any -DUSE_* it wants);
3705              uselonglong.U added; various small nits fixed.
3706      Branch: metaconfig
3707            + U/typedefs/quadtype.U
3708            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3709            ! U/modified/d_statblks.U U/modified/usenm.U
3710            ! U/threads/usethreads.U
3711      Branch: metaconfig/U/perl
3712            + uselonglong.U
3713            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3714            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3715            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3716            ! usemultiplicity.U useperlio.U usesocks.U
3717 ____________________________________________________________________________
3718 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3719         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3720      Branch: perl
3721            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3722            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3723            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3724            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3725            ! sv.h
3726 ____________________________________________________________________________
3727 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3728         Log: usurp GVOP slot for new PADOP (one small step to making optree
3729              shareable across interpreters)
3730      Branch: perl
3731            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3732            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3733            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3734            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3735            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3736            ! pp_hot.c pp_sys.c regexec.c run.c
3737 ____________________________________________________________________________
3738 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3739         Log: Regen Configure.
3740      Branch: cfgperl
3741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3742            ! config_h.SH
3743 ____________________________________________________________________________
3744 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3745         Log: Installdirs patches from Andy.
3746      Branch: metaconfig
3747            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3748            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3749            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3750            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3751            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3752            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3753            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3754            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3755            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3756 ____________________________________________________________________________
3757 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3758         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3759              can still be directly set)
3760      Branch: perl
3761            ! lib/Time/Local.pm
3762 ____________________________________________________________________________
3763 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3764         Log: Fix printing of uids and gids; regen Configure.
3765      Branch: cfgperl
3766            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3767            ! config_h.SH mg.c perl.c perl.h taint.c
3768 ____________________________________________________________________________
3769 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3770         Log: Fix typo.
3771      Branch: metaconfig
3772            ! U/typedefs/gidsize.U
3773 ____________________________________________________________________________
3774 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3775         Log: Integrate with Sarathy.
3776      Branch: cfgperl
3777           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3778           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3779           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3780           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3781 ____________________________________________________________________________
3782 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3783         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3784      Branch: cfgperl
3785            ! Policy_sh.SH
3786 ____________________________________________________________________________
3787 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3788         Log: regen config* stuff for windows
3789      Branch: perl
3790            ! Changes patchlevel.h win32/Makefile win32/config.bc
3791            ! win32/config.gc win32/config.vc win32/config_H.bc
3792            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3793            ! win32/makefile.mk
3794 ____________________________________________________________________________
3795 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3796         Log: integrate cfgperl contents into mainline; merge conflicts
3797      Branch: perl
3798           !> (integrate 46 files)
3799 ____________________________________________________________________________
3800 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3801         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3802              perl; stdout/stderr redirects seem broken as well)
3803      Branch: perl
3804            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3805 ____________________________________________________________________________
3806 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3807         Log: Do not block if no message queues available.
3808      Branch: cfgperl
3809            ! t/lib/ipc_sysv.t
3810 ____________________________________________________________________________
3811 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3812         Log: Remove unused "squatter" symbols; regen Configure.
3813      Branch: cfgperl
3814            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3815            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3816            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3817 ____________________________________________________________________________
3818 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3819         Log: metaconfig; split socket; fix output.
3820      Branch: metaconfig
3821            ! U/modified/d_socket.U U/modified/d_statblks.U
3822      Branch: metaconfig/U/perl
3823            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3824            ! i_sysstatfs.U i_sysvfs.U
3825 ____________________________________________________________________________
3826 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3827         Log: Regen Configure.
3828      Branch: cfgperl
3829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3830            ! config_h.SH perl.c perl.h
3831 ____________________________________________________________________________
3832 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3833         Log: metaconfig; split statfs.
3834      Branch: metaconfig/U/perl
3835            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3836            ! d_statfs.U
3837 ____________________________________________________________________________
3838 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3839         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3840              (Ilya's changes won).
3841      Branch: cfgperl
3842           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3843           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3844           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3845           !> (integrate 65 files)
3846 ____________________________________________________________________________
3847 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3848         Log: Regen Configure.
3849      Branch: cfgperl
3850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3851            ! config_h.SH
3852 ____________________________________________________________________________
3853 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3854         Log: metaconfig fixes from Andy.
3855      Branch: metaconfig
3856            + U/modified/libnlist.U U/modified/usrinc.U
3857            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3858 ____________________________________________________________________________
3859 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3860         Log: Nosuid checking for statfs() people.
3861      Branch: cfgperl
3862            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3863            ! config_h.SH perl.c perl.h pod/perldiag.pod
3864 ____________________________________________________________________________
3865 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3866         Log: metaconfig maintenance; fix Hasfield, statfs;
3867              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3868              split fstatfs away from statfs.
3869      Branch: metaconfig
3870            + U/protos/Hasstruct.U
3871            ! U/protos/Hasfield.U
3872      Branch: metaconfig/U/perl
3873            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3874            + i_ustat.U
3875            ! d_statfs.U
3876 ____________________________________________________________________________
3877 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3878         Log: We need cc to be able to test for cc -v.
3879      Branch: cfgperl
3880            ! hints/dec_osf.sh
3881 ____________________________________________________________________________
3882 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3883         Log: more GCC v2.95 induced adjustments
3884      Branch: perl
3885            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3886            ! win32/makefile.mk win32/win32.c x2p/walk.c
3887 ____________________________________________________________________________
3888 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3889         Log: warnings and const violations identified by compiling in C++ mode
3890              with GCC v2.95
3891      Branch: perl
3892            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3893            ! sv.c taint.c toke.c win32/win32.c
3894 ____________________________________________________________________________
3895 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3896         Log: Regen Configure.
3897      Branch: cfgperl
3898            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3899            ! config_h.SH
3900 ____________________________________________________________________________
3901 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3902         Log: Minor rewordings.
3903      Branch: metaconfig/U/perl
3904            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3905 ____________________________________________________________________________
3906 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3907         Log: Fix d_statfsflags; add d_getmnt.
3908      Branch: metaconfig/U/perl
3909            + d_getmnt.U
3910            ! d_statfs.U
3911 ____________________________________________________________________________
3912 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3913         Log: Massive multitypo in #4446.
3914      Branch: cfgperl
3915            ! hints/dec_osf.sh
3916 ____________________________________________________________________________
3917 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3918         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3919              To: Perl 5 Porters <perl5-porters@perl.org>
3920              Subject: [PATCH 5.005_62] dos-djgpp update
3921              Date: Mon, 25 Oct 1999 10:11:30 +0200
3922              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3923      Branch: cfgperl
3924            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3925            ! pod/perldelta.pod t/lib/io_unix.t
3926 ____________________________________________________________________________
3927 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3928         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3929              To: perl5-porters@perl.org (Mailing list Perl5)
3930              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3931              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3932              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3933      Branch: cfgperl
3934            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3935 ____________________________________________________________________________
3936 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3937         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3938              To: perl5-porters@perl.org (Mailing list Perl5)
3939              Subject: [PATCH 5.005_62] Missing REx engine patch
3940              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3941              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3942      Branch: cfgperl
3943            ! pod/perldiag.pod regcomp.c regexec.c
3944 ____________________________________________________________________________
3945 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3947              To: perl5-porters@perl.org (Mailing list Perl5)
3948              Subject: [PATCH 5.005_62] charnames and UTEST
3949              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3950              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3951      Branch: cfgperl
3952            ! t/lib/charnames.t
3953 ____________________________________________________________________________
3954 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3955         Log: win32 tweak
3956      Branch: perl
3957            ! win32/perllib.c
3958 ____________________________________________________________________________
3959 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3960         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3961              (all bets are off is "C" locale is compromised)
3962      Branch: perl
3963            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3964 ____________________________________________________________________________
3965 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3966         Log: remove unused interpreter globals
3967      Branch: perl
3968            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3969            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3970            ! proto.h toke.c
3971 ____________________________________________________________________________
3972 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3973         Log: Another hints tweak.
3974      Branch: cfgperl
3975            ! hints/aix.sh
3976 ____________________________________________________________________________
3977 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3978         Log: Hints tweak.
3979      Branch: cfgperl
3980            ! hints/dec_osf.sh
3981 ____________________________________________________________________________
3982 [  4445] By: nick                                  on 1999/10/24  21:03:28
3983         Log: Integrate own changes to mainline.
3984      Branch: utfperl
3985           !> installperl pp.c
3986 ____________________________________________________________________________
3987 [  4444] By: nick                                  on 1999/10/24  20:54:06
3988         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3989              (Fix/workround for [ID19991024.001])
3990      Branch: perl
3991            ! pp.c
3992 ____________________________________________________________________________
3993 [  4443] By: nick                                  on 1999/10/24  15:09:51
3994         Log: Follow that camel ... another sync.
3995      Branch: utfperl
3996           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3997           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3998           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3999           !> (integrate 36 files)
4000 ____________________________________________________________________________
4001 [  4442] By: gsar                                  on 1999/10/24  14:40:01
4002         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
4003      Branch: perl
4004            ! installperl
4005 ____________________________________________________________________________
4006 [  4441] By: gsar                                  on 1999/10/24  14:33:11
4007         Log: test in change#4428 needs strict interpretation of C modulus
4008      Branch: perl
4009            ! t/op/int.t
4010 ____________________________________________________________________________
4011 [  4440] By: gsar                                  on 1999/10/24  13:47:17
4012         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
4013              $? break
4014      Branch: perl
4015            ! perl.c pod/perldelta.pod pod/perldiag.pod
4016 ____________________________________________________________________________
4017 [  4439] By: jhi                                   on 1999/10/24  13:19:17
4018         Log: test for #2835 (yeah, better later than never)
4019      Branch: cfgperl
4020            ! t/op/array.t
4021 ____________________________________________________________________________
4022 [  4438] By: gsar                                  on 1999/10/24  12:59:12
4023         Log: typo, doc tweak
4024      Branch: perl
4025            ! lib/attributes.pm pod/perlop.pod
4026 ____________________________________________________________________________
4027 [  4437] By: gsar                                  on 1999/10/24  11:59:55
4028         Log: allow get() and reftype() functions to be imported (from
4029              Spider Boardman)
4030      Branch: perl
4031            ! lib/attributes.pm
4032 ____________________________________________________________________________
4033 [  4436] By: gsar                                  on 1999/10/24  11:52:53
4034         Log: suppress scalar leak messages for known leaks (from
4035              Robin Barker <rmb1@cise.npl.co.uk>)
4036      Branch: perl
4037            ! Changes t/op/lex_assign.t t/pragma/warn/op
4038 ____________________________________________________________________________
4039 [  4435] By: gsar                                  on 1999/10/24  11:39:42
4040         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
4041      Branch: perl
4042            ! ext/B/defsubs_h.PL
4043 ____________________________________________________________________________
4044 [  4434] By: gsar                                  on 1999/10/24  11:36:08
4045         Log: relax range checking if they ask for it (from John L. Allen
4046              <allen@grumman.com>)
4047      Branch: perl
4048            ! lib/Time/Local.pm
4049 ____________________________________________________________________________
4050 [  4433] By: gsar                                  on 1999/10/24  11:25:51
4051         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
4052      Branch: perl
4053            ! README lib/File/Path.pm
4054 ____________________________________________________________________________
4055 [  4432] By: gsar                                  on 1999/10/24  11:11:02
4056         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4057              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
4058              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
4059              Subject: Re: [PATCH 5.005_62] OS/2 improvements
4060      Branch: perl
4061            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4062            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4063            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4064            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
4065            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
4066            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4067            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4068            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4069            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
4070            ! perl.c perl.h t/io/fs.t t/op/magic.t
4071 ____________________________________________________________________________
4072 [  4431] By: gsar                                  on 1999/10/24  10:50:14
4073         Log: install all README.foo with pod content as podfoo.pod
4074      Branch: perl
4075            ! Makefile.SH installman
4076 ____________________________________________________________________________
4077 [  4430] By: gsar                                  on 1999/10/24  09:28:24
4078         Log: @INC needs ../lib
4079      Branch: perl
4080            ! t/op/int.t
4081 ____________________________________________________________________________
4082 [  4429] By: jhi                                   on 1999/10/23  21:47:49
4083         Log: More printf-fixes (see also #4426).
4084      Branch: cfgperl
4085            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
4086            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
4087            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
4088 ____________________________________________________________________________
4089 [  4428] By: gsar                                  on 1999/10/23  20:28:56
4090         Log: fix accidental C modulo semantics on integer-valued operations
4091              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
4092      Branch: perl
4093            ! op.c t/op/int.t
4094 ____________________________________________________________________________
4095 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4096         Log: Integrate with Sarathy.
4097      Branch: cfgperl
4098           !> sv.c win32/win32.c
4099 ____________________________________________________________________________
4100 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4101         Log: Fix the printfing nits pointed out by using gcc -Wall and
4102              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4103              plus few other warnings in Dumper.xs.
4104      Branch: cfgperl
4105            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4106            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4107 ____________________________________________________________________________
4108 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4109         Log: Configure regen to pick up the new installation directories
4110              from Policy_sh.SH.  The explanations of "public add-ons" and
4111              "vendor-supplied" could do with more work.
4112      Branch: cfgperl
4113            ! Configure config_h.SH
4114 ____________________________________________________________________________
4115 [  4424] By: nick                                  on 1999/10/23  00:46:22
4116         Log: Resolve mainline before possible hacking operertunity this weekend
4117      Branch: utfperl
4118           +> pod/perlfilter.pod
4119           !> (integrate 32 files)
4120 ____________________________________________________________________________
4121 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4122         Log: Update Policy_sh.SH to handle the newer installation directives.
4123              From: Andy Dougherty <doughera@lafayette.edu>
4124              To: Perl Porters <perl5-porters@perl.org>
4125              Subject: [PATCH 5.005_62] Policy_sh.SH update
4126              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4127              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4128      Branch: cfgperl
4129            ! Policy_sh.SH
4130 ____________________________________________________________________________
4131 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4132         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4133      Branch: cfgperl
4134            ! hints/aix.sh
4135 ____________________________________________________________________________
4136 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4137         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4138              C<"%ld", long_val>
4139      Branch: perl
4140            ! sv.c
4141 ____________________________________________________________________________
4142 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4143         Log: win32_utime() on directories should use localtime() rather
4144              than gmtime() (from Jan Dubois)
4145      Branch: perl
4146            ! win32/win32.c
4147 ____________________________________________________________________________
4148 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4149         Log: Integrate with Sarathy.
4150      Branch: cfgperl
4151           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4152           !> t/lib/glob-basic.t t/op/sort.t
4153 ____________________________________________________________________________
4154 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4155         Log: add test for change#4417
4156      Branch: perl
4157            ! t/op/sort.t
4158 ____________________________________________________________________________
4159 [  4417] By: gsar                                  on 1999/10/20  23:45:03
4160         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
4161      Branch: perl
4162            ! op.c
4163 ____________________________________________________________________________
4164 [  4416] By: gsar                                  on 1999/10/20  01:00:50
4165         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
4166      Branch: perl
4167            ! lib/CPAN/FirstTime.pm
4168 ____________________________________________________________________________
4169 [  4415] By: gsar                                  on 1999/10/20  00:52:34
4170         Log: disable optimizing troublesome ops in change#3612
4171              (from Ilya Zakharevich)
4172      Branch: perl
4173            ! Makefile.SH opcode.h opcode.pl
4174 ____________________________________________________________________________
4175 [  4414] By: gsar                                  on 1999/10/20  00:37:46
4176         Log: skip unreadable directory test when running as root
4177      Branch: perl
4178            ! t/lib/glob-basic.t
4179 ____________________________________________________________________________
4180 [  4413] By: jhi                                   on 1999/10/19  09:26:52
4181         Log: Avoid GNU ar if HP cc is being used.
4182      Branch: cfgperl
4183            ! hints/hpux.sh
4184 ____________________________________________________________________________
4185 [  4412] By: jhi                                   on 1999/10/19  07:24:29
4186         Log: Integrate with Sarathy.
4187      Branch: cfgperl
4188           !> perlvars.h
4189 ____________________________________________________________________________
4190 [  4411] By: jhi                                   on 1999/10/19  07:22:34
4191         Log: Long double support: sqrtl et al are not available everywhere,
4192              e.g. not in Solaris, even when long doubles are.
4193      Branch: cfgperl
4194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4195            ! config_h.SH perl.h
4196 ____________________________________________________________________________
4197 [  4410] By: jhi                                   on 1999/10/19  07:21:42
4198         Log: Add sqrtl probe, add echo dependencies.
4199      Branch: metaconfig
4200            ! U/threads/d_pthreadj.U
4201      Branch: metaconfig/U/perl
4202            + d_sqrtl.U
4203            ! i_inttypes.U io64.U
4204 ____________________________________________________________________________
4205 [  4409] By: gsar                                  on 1999/10/19  02:18:54
4206         Log: perl_mutex n/a if !USE_THREADS
4207      Branch: perl
4208            ! perlvars.h
4209 ____________________________________________________________________________
4210 [  4408] By: jhi                                   on 1999/10/18  20:13:02
4211         Log: Forgotten s/warning/warnings/.
4212      Branch: cfgperl
4213            ! Makefile.SH
4214 ____________________________________________________________________________
4215 [  4407] By: jhi                                   on 1999/10/18  20:02:12
4216         Log: Integrate with Sarathy.
4217      Branch: cfgperl
4218           +> pod/perlfilter.pod
4219           !> (integrate 30 files)
4220 ____________________________________________________________________________
4221 [  4406] By: gsar                                  on 1999/10/18  16:32:10
4222         Log: added intro to source filters from Paul Marquess
4223      Branch: perl
4224            + pod/perlfilter.pod
4225            ! MANIFEST pod/perldelta.pod
4226 ____________________________________________________________________________
4227 [  4405] By: gsar                                  on 1999/10/18  05:53:06
4228         Log: missing manpages
4229      Branch: perl
4230            ! installman
4231 ____________________________________________________________________________
4232 [  4404] By: gsar                                  on 1999/10/18  05:09:22
4233         Log: pod updates from Tom Christiansen
4234      Branch: perl
4235            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
4236 ____________________________________________________________________________
4237 [  4403] By: gsar                                  on 1999/10/17  23:43:59
4238         Log: PL_malloc_mutex needs to be global, not per-interpreter
4239              (malloc.c has static data)
4240      Branch: perl
4241            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
4242 ____________________________________________________________________________
4243 [  4402] By: gsar                                  on 1999/10/17  22:30:30
4244         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
4245              windows
4246      Branch: perl
4247            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
4248            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
4249            ! win32/win32.h
4250 ____________________________________________________________________________
4251 [  4401] By: gsar                                  on 1999/10/17  20:33:42
4252         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
4253              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
4254              is one symptom of the problem
4255      Branch: perl
4256            ! pp_ctl.c t/op/eval.t
4257 ____________________________________________________________________________
4258 [  4400] By: gsar                                  on 1999/10/17  18:36:46
4259         Log: remove FileHandle from list of PodParser dependencies (the
4260              difference is 20 files vs 6 files loaded!)
4261      Branch: perl
4262            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
4263            ! t/pod/testcmp.pl
4264 ____________________________________________________________________________
4265 [  4399] By: nick                                  on 1999/10/17  14:51:35
4266         Log: Pre-trip resolve
4267      Branch: utfperl
4268           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
4269 ____________________________________________________________________________
4270 [  4398] By: gsar                                  on 1999/10/17  09:19:24
4271         Log: make installperl ignore RCS files (from Michael G Schwern
4272              <schwern@pobox.com>)
4273      Branch: perl
4274            ! installperl lib/Text/Tabs.pm
4275 ____________________________________________________________________________
4276 [  4397] By: gsar                                  on 1999/10/16  18:30:14
4277         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
4278      Branch: perl
4279            ! perl.c
4280 ____________________________________________________________________________
4281 [  4396] By: jhi                                   on 1999/10/16  17:44:39
4282         Log: Missing comma.
4283      Branch: cfgperl
4284            ! lib/diagnostics.pm
4285 ____________________________________________________________________________
4286 [  4395] By: gsar                                  on 1999/10/16  17:18:36
4287         Log: assumption about @_ always being non-REAL doesn't hold when
4288              debugger is running; DB::sub() can call arbitrary stuff
4289              that modifies @_ at will
4290      Branch: perl
4291            ! pp_hot.c
4292 ____________________________________________________________________________
4293 [  4394] By: nick                                  on 1999/10/16  09:35:20
4294         Log: Resolve utfperl branch against mainline as of _62
4295      Branch: utfperl
4296           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4297           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
4298           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4299           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4300           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4301           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4302           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
4303           +> t/lib/glob-taint.t win32/genmk95.pl
4304            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4305           !> (integrate 144 files)
4306 ____________________________________________________________________________
4307 [  4393] By: gsar                                  on 1999/10/16  04:07:02
4308         Log: OS/2 support bits (from Ilya Zakharevich)
4309      Branch: perl
4310            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
4311 ____________________________________________________________________________
4312 [  4392] By: jhi                                   on 1999/10/15  10:28:09
4313         Log: Integrate with Sarathy.
4314      Branch: cfgperl
4315           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
4316           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
4317           !> win32/Makefile win32/makefile.mk
4318
4319 ----------------
4320 Version 5.005_62
4321 ----------------
4322
4323 ____________________________________________________________________________
4324 [  4391] By: gsar                                  on 1999/10/15  10:12:42
4325         Log: here be 5.005_62
4326      Branch: perl
4327            ! Changes MANIFEST Porting/makerel
4328 ____________________________________________________________________________
4329 [  4390] By: gsar                                  on 1999/10/15  09:45:51
4330         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
4331              avoid tickling it in Pod::Man for now; other nits in
4332              Pod::*
4333      Branch: perl
4334            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
4335            ! pod/perlopentut.pod
4336 ____________________________________________________________________________
4337 [  4389] By: gsar                                  on 1999/10/15  08:55:01
4338         Log: disable internal globbing for miniperl (or build breaks out
4339              in a rash of failed dependencies)
4340      Branch: perl
4341            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
4342 ____________________________________________________________________________
4343 [  4388] By: jhi                                   on 1999/10/15  08:07:49
4344         Log: Integrate with Sarathy.
4345      Branch: cfgperl
4346           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
4347           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
4348 ____________________________________________________________________________
4349 [  4387] By: gsar                                  on 1999/10/15  07:46:24
4350         Log: integrate cfgperl contents into mainline
4351      Branch: perl
4352            ! Changes
4353           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
4354           !> t/pragma/warn/regcomp
4355 ____________________________________________________________________________
4356 [  4386] By: gsar                                  on 1999/10/15  05:45:36
4357         Log: various little goofs in change#4385
4358      Branch: perl
4359            ! win32/include/dirent.h win32/win32.c
4360 ____________________________________________________________________________
4361 [  4385] By: gsar                                  on 1999/10/15  04:49:09
4362         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
4363              rather than win32_opendir() reading all files up front (untested)
4364      Branch: perl
4365            ! win32/include/dirent.h win32/win32.c
4366 ____________________________________________________________________________
4367 [  4384] By: gsar                                  on 1999/10/15  01:34:09
4368         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
4369      Branch: perl
4370            ! lib/Benchmark.pm pod/perldelta.pod
4371 ____________________________________________________________________________
4372 [  4383] By: gsar                                  on 1999/10/15  01:22:32
4373         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
4374              <dha@panix.com>)
4375      Branch: perl
4376            ! pod/perlfaq2.pod
4377 ____________________________________________________________________________
4378 [  4382] By: gsar                                  on 1999/10/15  01:14:22
4379         Log: From: jand@ActiveState.com (Jan Dubois)
4380              Date: Fri, 15 Oct 1999 01:14:23 +0200
4381              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
4382              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
4383      Branch: perl
4384            ! ext/POSIX/POSIX.xs
4385 ____________________________________________________________________________
4386 [  4381] By: jhi                                   on 1999/10/14  22:11:36
4387         Log: Integrate with Sarathy.
4388      Branch: cfgperl
4389           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
4390           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
4391           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
4392           !> win32/makefile.mk
4393 ____________________________________________________________________________
4394 [  4380] By: jhi                                   on 1999/10/14  22:08:22
4395         Log: Warn inside character classes about unknown backslash escapes
4396              (that are not caught earlier because of being completely unknown,
4397              such as \m), such as \z (because they make do sense inside regexen,
4398              but not inside character classes).
4399      Branch: cfgperl
4400            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
4401            ! t/pragma/warn/regcomp
4402 ____________________________________________________________________________
4403 [  4379] By: gsar                                  on 1999/10/14  18:26:56
4404         Log: clarify significance of parens for "x" (from M.J.T. Guy
4405              <mjtg@cus.cam.ac.uk>)
4406      Branch: perl
4407            ! pod/perlop.pod
4408 ____________________________________________________________________________
4409 [  4378] By: gsar                                  on 1999/10/14  18:25:20
4410         Log: make timelocal work better when time is close to the epoch
4411              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
4412      Branch: perl
4413            ! lib/Time/Local.pm
4414 ____________________________________________________________________________
4415 [  4377] By: gsar                                  on 1999/10/14  18:15:11
4416         Log: integrate cfgperl contents into mainline
4417      Branch: perl
4418           +> ext/DB_File/hints/sco.pl
4419           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
4420           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
4421           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
4422 ____________________________________________________________________________
4423 [  4376] By: gsar                                  on 1999/10/14  17:47:35
4424         Log: fix POPSTACK panics that ensued from bad interaction between
4425              runlevels and stack of stacks (change#3988 done right);
4426              basically, we pop the runlevel if the stacklevel is not the
4427              same one we started the runlevel with
4428      Branch: perl
4429            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
4430 ____________________________________________________________________________
4431 [  4375] By: gsar                                  on 1999/10/14  15:54:48
4432         Log: avoid warnings
4433      Branch: perl
4434            ! ext/File/Glob/bsd_glob.c
4435 ____________________________________________________________________________
4436 [  4374] By: jhi                                   on 1999/10/14  10:08:44
4437         Log: Warn about false ranges like \d-\w (see the change #4355).
4438              The invalid ranges (b-a) warning message also enhanced.
4439      Branch: cfgperl
4440            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
4441            ! t/pragma/warn/regcomp
4442 ____________________________________________________________________________
4443 [  4373] By: gsar                                  on 1999/10/14  03:49:54
4444         Log: File::Glob fixes for Windows
4445      Branch: perl
4446            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
4447            ! win32/makefile.mk
4448 ____________________________________________________________________________
4449 [  4372] By: gsar                                  on 1999/10/14  02:21:31
4450         Log: avoid inefficiency in change#3386 (every longjmp() was followed
4451              by an avoidable call to setjmp())
4452      Branch: perl
4453            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
4454            ! proto.h scope.c scope.h
4455 ____________________________________________________________________________
4456 [  4371] By: jhi                                   on 1999/10/13  21:17:17
4457         Log: Integrate with Sarathy.
4458      Branch: cfgperl
4459           !> op.c pod/perldelta.pod
4460 ____________________________________________________________________________
4461 [  4370] By: gsar                                  on 1999/10/13  18:08:45
4462         Log: misc tweaks
4463      Branch: perl
4464            ! op.c pod/perldelta.pod
4465 ____________________________________________________________________________
4466 [  4369] By: jhi                                   on 1999/10/13  16:18:58
4467         Log: Integrate with Sarathy.
4468      Branch: cfgperl
4469           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4470 ____________________________________________________________________________
4471 [  4368] By: gsar                                  on 1999/10/13  16:14:16
4472         Log: pod nits from various perl porters
4473      Branch: perl
4474            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4475 ____________________________________________________________________________
4476 [  4367] By: jhi                                   on 1999/10/13  12:10:30
4477         Log: From: Vlad Harchev <hvv@hippo.ru>
4478              To: perl5-porters@perl.org
4479              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
4480              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
4481              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
4482      Branch: cfgperl
4483            ! pod/perlop.pod
4484 ____________________________________________________________________________
4485 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4486         Log: typos and language goofs pointed out by Hugo van der Sanden
4487              <hv@crypt.compulink.co.uk>
4488      Branch: perl
4489            ! pod/perldelta.pod pod/perldiag.pod
4490 ____________________________________________________________________________
4491 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4492         Log: Integrate with Sarathy.
4493      Branch: cfgperl
4494           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4495           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4496           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4497           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4498           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4499           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4500           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4501           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4502           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4503 ____________________________________________________________________________
4504 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4505         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4506      Branch: perl
4507            ! lib/perl5db.pl
4508 ____________________________________________________________________________
4509 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4510         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4511              To: perl5-porters@perl.org
4512              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4513              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4514              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4515      Branch: cfgperl
4516            ! hints/svr5.sh
4517 ____________________________________________________________________________
4518 [  4362] By: jhi                                   on 1999/10/13  06:57:16
4519         Log: Add DB_File hint for SCO ODT.
4520              From: hops@sco.com
4521              To: perl5-porters@perl.org
4522              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4523              Date: Tue, 12 Oct 1999 20:16:04 PDT
4524              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4525      Branch: cfgperl
4526            + ext/DB_File/hints/sco.pl
4527            ! MANIFEST
4528 ____________________________________________________________________________
4529 [  4361] By: gsar                                  on 1999/10/13  06:56:08
4530         Log: PL_numeric_radix used without being defined (from Ilya
4531              Zakharevich)
4532      Branch: perl
4533            ! util.c
4534 ____________________________________________________________________________
4535 [  4360] By: gsar                                  on 1999/10/13  06:43:03
4536         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
4537              From: hops@sco.com
4538              Date: Tue, 12 Oct 1999 20:16:04 PDT
4539              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4540              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4541      Branch: perl
4542            + ext/NDBM_File/hints/sco.pl
4543            ! MANIFEST ext/ODBM_File/hints/sco.pl
4544 ____________________________________________________________________________
4545 [  4359] By: gsar                                  on 1999/10/13  06:34:53
4546         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4547      Branch: perl
4548            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
4549            ! pod/perlport.pod
4550 ____________________________________________________________________________
4551 [  4358] By: gsar                                  on 1999/10/12  19:10:27
4552         Log: perldelta updates
4553      Branch: perl
4554            ! pod/perldelta.pod
4555 ____________________________________________________________________________
4556 [  4357] By: gsar                                  on 1999/10/12  17:11:18
4557         Log: update perldelta for change#4356
4558      Branch: perl
4559            ! Changes pod/perldelta.pod
4560 ____________________________________________________________________________
4561 [  4356] By: gsar                                  on 1999/10/12  16:53:31
4562         Log: add File::BSDGlob as File::Glob and load it at compile-time
4563              if perl was built with -DPERL_INTERNAL_GLOB
4564              
4565              TODO: we currently get a compile-time failure if File/Glob.pm
4566              can't be found; such failure needs to be made to emit a warning
4567              and use the csh implementation instead
4568      Branch: perl
4569            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
4570            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4571            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4572            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
4573            + t/lib/glob-global.t t/lib/glob-taint.t
4574            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
4575            ! t/pragma/overload.t
4576 ____________________________________________________________________________
4577 [  4355] By: jhi                                   on 1999/10/12  15:30:05
4578         Log: Revert the parts of #3926 that outlawed character ranges
4579              that have character classes such as \w as either endpoint.
4580              This change re-establishes the old behavior which meant that
4581              such ranges weren't really ranges, the "-" was literal.
4582              Moreover, this change also fixes the old behavior to be
4583              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
4584              Now they all do work as described above.  The #3926 outlawed
4585              all of those.
4586      Branch: cfgperl
4587            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
4588 ____________________________________________________________________________
4589 [  4354] By: jhi                                   on 1999/10/12  09:58:59
4590         Log: Integrate with Sarathy.
4591      Branch: cfgperl
4592           !> (integrate 33 files)
4593 ____________________________________________________________________________
4594 [  4353] By: gsar                                  on 1999/10/12  05:53:40
4595         Log: apply parts of LynxOS patches from Alan Johnson
4596              <johnson@alonn.gemse.fr>
4597      Branch: perl
4598            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
4599            ! t/op/groups.t
4600 ____________________________________________________________________________
4601 [  4352] By: gsar                                  on 1999/10/12  05:24:39
4602         Log: allow any unpack specifier to take a count via '/'
4603              (from Ilya Zakharevich)
4604      Branch: perl
4605            ! pp.c t/op/pack.t
4606 ____________________________________________________________________________
4607 [  4351] By: gsar                                  on 1999/10/12  05:02:35
4608         Log: avoid warnings
4609      Branch: perl
4610            ! malloc.c
4611 ____________________________________________________________________________
4612 [  4350] By: gsar                                  on 1999/10/12  04:50:52
4613         Log: various cleanups
4614      Branch: perl
4615            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
4616            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
4617            ! win32/config.gc win32/config.vc win32/config_H.bc
4618            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4619 ____________________________________________________________________________
4620 [  4349] By: gsar                                  on 1999/10/12  00:23:11
4621         Log: update Changes, patchlevel etc.
4622      Branch: perl
4623            ! Changes Porting/findvars patchlevel.h win32/Makefile
4624            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4625            ! win32/makefile.mk
4626 ____________________________________________________________________________
4627 [  4348] By: gsar                                  on 1999/10/11  23:11:57
4628         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
4629      Branch: perl
4630            ! pod/perlfunc.pod
4631 ____________________________________________________________________________
4632 [  4347] By: jhi                                   on 1999/10/11  21:25:03
4633         Log: Sparc Linux -Duseshrplib fix.
4634              
4635              From: Brian Jepson <bjepson@home.com>
4636              To: Nick Ing-Simmons <nick@ing-simmons.net>
4637              cc: perl5-porters@perl.org
4638              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
4639              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
4640              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
4641      Branch: cfgperl
4642            ! hints/linux.sh
4643 ____________________________________________________________________________
4644 [  4346] By: gsar                                  on 1999/10/11  20:28:32
4645         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
4646              the behavior of 'Z*' and 'Z3' to always pack a trailing
4647              null byte; changed documentation to suit; added test
4648      Branch: perl
4649            ! pod/perlfunc.pod pp.c t/op/pack.t
4650 ____________________________________________________________________________
4651 [  4345] By: gsar                                  on 1999/10/11  19:15:46
4652         Log: writing to perllocal.pod fails if it was never created;
4653              tweak pseudo-hash example (both suggested by Michael G Schwern
4654              <schwern@pobox.com>)
4655      Branch: perl
4656            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
4657 ____________________________________________________________________________
4658 [  4344] By: gsar                                  on 1999/10/11  17:57:31
4659         Log: slightly edited variant of suggested patch
4660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4661              Date: Thu, 9 Sep 1999 18:35:37 -0400
4662              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
4663              Subject: [PATCH 5.005_58] How RExen match?
4664      Branch: perl
4665            ! pod/perlre.pod
4666 ____________________________________________________________________________
4667 [  4343] By: gsar                                  on 1999/10/11  16:55:48
4668         Log: change#4327 was inefficient
4669      Branch: perl
4670            ! lib/lib.pm
4671 ____________________________________________________________________________
4672 [  4342] By: jhi                                   on 1999/10/11  07:01:46
4673         Log: Integrate with Sarathy.
4674      Branch: cfgperl
4675           +> pod/perlhack.pod
4676           !> (integrate 28 files)
4677 ____________________________________________________________________________
4678 [  4341] By: jhi                                   on 1999/10/11  06:37:47
4679         Log: The 2.5th cut at the AIX C++ extension problems.
4680      Branch: cfgperl
4681            ! hints/aix.sh
4682 ____________________________________________________________________________
4683 [  4340] By: gsar                                  on 1999/10/10  23:48:07
4684         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
4685      Branch: perl
4686            + pod/perlhack.pod
4687            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4688 ____________________________________________________________________________
4689 [  4339] By: gsar                                  on 1999/10/10  20:42:40
4690         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
4691              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
4692              void(*)(pTHX_ void*)
4693      Branch: perl
4694            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
4695            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
4696            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
4697            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
4698 ____________________________________________________________________________
4699 [  4338] By: gsar                                  on 1999/10/10  20:38:59
4700         Log: add missing new diagnostics to perldelta
4701      Branch: perl
4702            ! pod/perldelta.pod
4703 ____________________________________________________________________________
4704 [  4337] By: gsar                                  on 1999/10/10  17:40:13
4705         Log: update perldelta for change#3406
4706      Branch: perl
4707            ! embed.pl pod/perldata.pod pod/perldelta.pod
4708 ____________________________________________________________________________
4709 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4710         Log: integrate cfgperl contents into mainline
4711      Branch: perl
4712           +> ext/DynaLoader/hints/aix.pl
4713           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4714           !> makedef.pl perl.h pod/perldelta.pod
4715 ____________________________________________________________________________
4716 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4717         Log: Update perldelta.
4718      Branch: cfgperl
4719            ! pod/perldelta.pod
4720 ____________________________________________________________________________
4721 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4722         Log: Integrate with Sarathy.
4723      Branch: cfgperl
4724           +> win32/genmk95.pl
4725           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4726           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4727           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4728           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4729           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4730           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4731           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4732           !> utils/perldoc.PL win32/makefile.mk
4733 ____________________________________________________________________________
4734 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4735         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4736              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4737      Branch: perl
4738            ! installperl lib/diagnostics.pm utils/perldoc.PL
4739 ____________________________________________________________________________
4740 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4741         Log: add $VERSION
4742      Branch: perl
4743            ! lib/Exporter.pm
4744 ____________________________________________________________________________
4745 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4746         Log: describe what can go in an export list (from Anno Siegel
4747              <anno4000@lublin.zrz.tu-berlin.de>)
4748      Branch: perl
4749            ! lib/Exporter.pm
4750 ____________________________________________________________________________
4751 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4752         Log: more basic support for building modules under Windows 95/98
4753              (applied relevant parts from a patch suggested by
4754              Jochen Wiedmann <joe@ispsoft.de>)
4755      Branch: perl
4756            ! lib/ExtUtils/MM_Unix.pm
4757 ____________________________________________________________________________
4758 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4759         Log: rudimentary support for building under Windows 95/98 (from
4760              Benjamin Stuhl <sho_pi@hotmail.com>)
4761      Branch: perl
4762            + win32/genmk95.pl
4763            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4764            ! win32/makefile.mk
4765 ____________________________________________________________________________
4766 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4767         Log: fix two leaks in Thread.xs (from Eugene Alterman
4768              <Eugene.Alterman@bremer-inc.com>); convert places with
4769              'use attrs' to new attributes syntax
4770      Branch: perl
4771            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4772            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4773            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4774            ! ext/Thread/sync2.t
4775 ____________________________________________________________________________
4776 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4777         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4778              (suggested by Tod Irwin <irwin@stockmaster.com>)
4779      Branch: perl
4780            ! lib/lib.pm
4781 ____________________________________________________________________________
4782 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4783         Log: better documentation for recv() (from Anton Berezin
4784              <tobez@plab.ku.dk>)
4785      Branch: perl
4786            ! pod/perlfunc.pod
4787 ____________________________________________________________________________
4788 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4789         Log: perldelta updates (see TODO markers)
4790      Branch: perl
4791            ! Changes pod/perldelta.pod pp_sys.c
4792 ____________________________________________________________________________
4793 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4794         Log: fix Exporter::export_to_level() documentation
4795      Branch: perl
4796            ! lib/Exporter.pm
4797 ____________________________________________________________________________
4798 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4799         Log: don't run END blocks when running under -c switch (older,
4800              rarely useful behavior may still be obtained by putting
4801              BEGIN { $^C = 0; exit; } at the end of the script)
4802      Branch: perl
4803            ! perl.c
4804 ____________________________________________________________________________
4805 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4806         Log: While awaiting a good test program to detect the broken gcc.
4807              From: Thomas Conté <tom@fr.uu.net>
4808              To: <jhi@iki.fi>
4809              Cc: <perl5-porters@perl.org>
4810              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4811              Date: Wed, 6 Oct 1999 19:56:29 +0200
4812              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4813      Branch: cfgperl
4814            ! hints/irix_6.sh perl.h
4815 ____________________________________________________________________________
4816 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4817         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4818              clear entries in the CV's pad, leading to coredumps when CV had no
4819              other references to it; this is a slightly edited version of the
4820              patch suggested by Russel O'Connor <roconnor@world.std.com>
4821      Branch: perl
4822            ! cop.h pp_ctl.c pp_hot.c
4823 ____________________________________________________________________________
4824 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4825         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4826              situation (assumptions about cx invalidation are not valid
4827              anymore)
4828      Branch: perl
4829            ! cop.h pp_ctl.c pp_hot.c
4830 ____________________________________________________________________________
4831 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4832         Log: Integrate with Sarathy.
4833      Branch: cfgperl
4834           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4835           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4836           !> t/comp/bproto.t thrdvar.h toke.c util.c
4837 ____________________________________________________________________________
4838 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4839         Log: The second cut at AIX C++ extension troubles.
4840      Branch: cfgperl
4841            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4842            ! hints/aix.sh
4843 ____________________________________________________________________________
4844 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4845         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4846              statics don't get initialized right.  This patch at least
4847              doesn't seem to break the build in my AIX, but unfortunately
4848              I don't have the IBM C++ to do further testing.
4849              
4850              Problem reported by Stephanie Beals in
4851              From: bealzy@us.ibm.com
4852              To: perl5-porters@perl.org
4853              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4854              Date: Thu, 7 Oct 1999 15:05:54 -0400
4855              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4856      Branch: cfgperl
4857            + ext/DynaLoader/hints/aix.pl
4858            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4859 ____________________________________________________________________________
4860 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4861         Log: remove kludgey duplicate background error avoidance (caused
4862              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4863              only repeats of most recent error are now avoided
4864      Branch: perl
4865            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4866 ____________________________________________________________________________
4867 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4868         Log: Fix omission.
4869      Branch: cfgperl
4870            ! makedef.pl
4871 ____________________________________________________________________________
4872 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4873         Log: extend change#2299 to C<use> (fixes scoping problems in
4874              C<if (...) { use foo; ... }>)
4875      Branch: perl
4876            ! op.c
4877 ____________________________________________________________________________
4878 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4879         Log: small tweak for change#4309
4880      Branch: perl
4881            ! op.c
4882 ____________________________________________________________________________
4883 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4884         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4885              From: Larry Wall <larry@wall.org>
4886              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4887              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4888              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4889      Branch: perl
4890            ! opcode.h t/comp/bproto.t toke.c
4891 ____________________________________________________________________________
4892 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4893         Log: typo
4894      Branch: perl
4895            ! pp_sys.c
4896 ____________________________________________________________________________
4897 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4898         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4899              Brian Mitchell <brian@chele.cais.net>)
4900      Branch: perl
4901            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4902 ____________________________________________________________________________
4903 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4904         Log: change#3728 was flawed (loop contexts saw the wrong statement
4905              info, causing loop control constructs to not find the label);
4906              disable OP_SETSTATE entirely and add a fix that is specifically
4907              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4908              which was what the original patch was supposed to fix
4909              
4910              TODO: remove the remainder of the setstate logic if it can't
4911              be used anywhere else (it isn't used anywhere now)
4912      Branch: perl
4913            ! cop.h op.c perly.c perly.y
4914 ____________________________________________________________________________
4915 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4916         Log: Integrate with Sarathy.
4917      Branch: cfgperl
4918           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4919 ____________________________________________________________________________
4920 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4921         Log: update to podlators-0.08 from Russ Allbery
4922      Branch: perl
4923            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4924 ____________________________________________________________________________
4925 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4926         Log: Integrate with Sarathy.
4927      Branch: cfgperl
4928           !> (integrate 45 files)
4929 ____________________________________________________________________________
4930 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4931         Log: some versions of mingw32 have __int64, define iff it isn't
4932      Branch: perl
4933            ! win32/win32.h
4934 ____________________________________________________________________________
4935 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4936         Log: fix typos in change#4288
4937      Branch: perl
4938            ! Changes dump.c sv.c
4939 ____________________________________________________________________________
4940 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4941         Log: integrate cfgperl contents into mainline
4942      Branch: perl
4943           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4944            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4945           !> (integrate 31 files)
4946 ____________________________________________________________________________
4947 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4948         Log: make die/warn and other diagnostics go to wherever STDERR happens
4949              to point at; change places that meant Perl_debug_log rather than
4950              PerlIO_stderr()
4951      Branch: perl
4952            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4953            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4954            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4955            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4956            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4957            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4958            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4959            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4960            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4961            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4962            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4963 ____________________________________________________________________________
4964 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4965         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4966              To: François Désarménien <desar@club-internet.fr>
4967              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4968              Subject: Re: Strange RE engine breakage in 5_61
4969              Date: Mon, 4 Oct 1999 19:58:03 -0400
4970              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4971              
4972              (had to apply pat.t part manually because there
4973              already were more tests than there was in _61)
4974      Branch: cfgperl
4975            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4976 ____________________________________________________________________________
4977 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4978         Log: From: Andy Dougherty <doughera@lafayette.edu>
4979              To: Jarkko Hietaniemi <jhi@iki.fi>
4980              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4981              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4982              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4983              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4984      Branch: cfgperl
4985            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4986            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4987            ! MANIFEST ext/B/defsubs_h.PL
4988 ____________________________________________________________________________
4989 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4990         Log: From: Michael G Schwern <schwern@pobox.com>
4991              To: perl5-porters@perl.org
4992              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4993              Date: Sun, 3 Oct 1999 17:34:17 -0400
4994              Message-ID: <19991003173417.A4351@blackrider>
4995      Branch: cfgperl
4996            ! t/lib/fields.t t/pragma/constant.t
4997 ____________________________________________________________________________
4998 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4999         Log: some compatibility macros were busted
5000      Branch: perl
5001            ! embed.h embed.pl toke.c
5002 ____________________________________________________________________________
5003 [  4297] By: jhi                                   on 1999/10/03  17:50:59
5004         Log: A better version of #4296.
5005              
5006              From: Michael G Schwern <schwern@pobox.com>
5007              To: perl5-porters@perl.org
5008              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5009              Date: Sun, 3 Oct 1999 13:54:23 -0400
5010              Message-ID: <19991003135423.A3050@blackrider>
5011      Branch: cfgperl
5012            ! av.c op.c pod/perldiag.pod
5013 ____________________________________________________________________________
5014 [  4296] By: jhi                                   on 1999/10/03  17:21:01
5015         Log: (Replaced by #4297.)
5016              
5017              From: Michael G Schwern <schwern@pobox.com>
5018              To: perl5-porters@perl.org
5019              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
5020              Date: Sun, 3 Oct 1999 13:16:47 -0400
5021              Message-ID: <19991003131647.A2816@blackrider>
5022              
5023              plus changed the error message to say "No such pseudo-hash field"
5024              as discussed in the above mail message.
5025      Branch: cfgperl
5026            ! av.c pod/perldiag.pod
5027 ____________________________________________________________________________
5028 [  4295] By: gsar                                  on 1999/10/03  16:09:36
5029         Log: avoid doing irrelevant things on 'make perl'
5030      Branch: perl
5031            ! Makefile.SH
5032 ____________________________________________________________________________
5033 [  4294] By: jhi                                   on 1999/10/03  14:16:24
5034         Log: Fix a typo in #4293 spotted by Graham Barr.
5035      Branch: cfgperl
5036            ! pod/perlref.pod
5037 ____________________________________________________________________________
5038 [  4293] By: jhi                                   on 1999/10/03  11:31:22
5039         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
5040              To: perl5-porters@perl.org
5041              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
5042              Date: Sun, 3 Oct 1999 02:34:01 -0400
5043              Message-ID: <19991003023401.A1520@blackrider>
5044      Branch: cfgperl
5045            ! pod/perlfunc.pod pod/perlref.pod
5046 ____________________________________________________________________________
5047 [  4292] By: jhi                                   on 1999/10/03  09:23:16
5048         Log: From: Barrie Slaymaker <barries@slaysys.com>
5049              To: perl5-porters@perl.org
5050              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
5051              Date: Sun, 3 Oct 1999 00:09:51 -0400
5052              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
5053      Branch: cfgperl
5054            ! lib/Benchmark.pm
5055 ____________________________________________________________________________
5056 [  4291] By: jhi                                   on 1999/10/02  23:43:53
5057         Log: Be understanding about large file systems.
5058      Branch: cfgperl
5059            ! t/lib/syslfs.t t/op/lfs.t
5060 ____________________________________________________________________________
5061 [  4290] By: jhi                                   on 1999/10/02  23:39:16
5062         Log: Configure fixfest continues.
5063      Branch: cfgperl
5064            ! Configure config_h.SH
5065      Branch: metaconfig
5066            ! U/modified/d_longdbl.U U/modified/d_longlong.U
5067            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5068            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
5069            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5070      Branch: metaconfig/U/perl
5071            ! i_inttypes.U io64.U
5072 ____________________________________________________________________________
5073 [  4289] By: jhi                                   on 1999/10/02  23:12:54
5074         Log: Regen Porting stuff.
5075      Branch: cfgperl
5076            ! Porting/Glossary Porting/config.sh Porting/config_H
5077 ____________________________________________________________________________
5078 [  4288] By: jhi                                   on 1999/10/02  23:05:50
5079         Log: Untangle the IV_IS_QUAD jungle by introduding
5080              macros to be used when doing formatted printing:
5081              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
5082      Branch: cfgperl
5083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5084            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
5085            ! regcomp.c sv.c taint.c toke.c util.c
5086 ____________________________________________________________________________
5087 [  4287] By: jhi                                   on 1999/10/02  22:54:18
5088         Log: metaconfig maintenance.
5089      Branch: metaconfig
5090            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
5091            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
5092            ! U/typedefs/uidsize.U
5093 ____________________________________________________________________________
5094 [  4286] By: nick                                  on 1999/10/02  11:11:44
5095         Log: Incremental merge of mainline
5096      Branch: utfperl
5097           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5098           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5099           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5100           +> t/pod/podselect.t t/pod/podselect.xr
5101            - lib/Pod/PlainText.pm
5102           !> (integrate 148 files)
5103 ____________________________________________________________________________
5104 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5105         Log: Battle namespace pollution.
5106      Branch: cfgperl
5107            ! lib/Benchmark.pm
5108 ____________________________________________________________________________
5109 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5110         Log: Regen Configure, all of xs_apiversion didn't take.
5111      Branch: cfgperl
5112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5113            ! config_h.SH patchlevel.h
5114 ____________________________________________________________________________
5115 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5116         Log: Integrate with Sarathy.
5117      Branch: cfgperl
5118           +> lib/Pod/Man.pm t/pod/multiline_items.t
5119           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5120           +> t/pod/podselect.t t/pod/podselect.xr
5121            - lib/Pod/PlainText.pm
5122           !> (integrate 50 files)
5123 ____________________________________________________________________________
5124 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5125         Log: update pod2man, pod2text and related Pod:: modules with the
5126              ones in podlators-0.07 from Russ Allbery
5127      Branch: perl
5128            + lib/Pod/Man.pm
5129            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5130            ! pod/pod2man.PL pod/pod2text.PL
5131 ____________________________________________________________________________
5132 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5133         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5134      Branch: perl
5135            - lib/Pod/PlainText.pm
5136            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5137            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5138            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5139            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5140            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5141            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5142            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5143 ____________________________________________________________________________
5144 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5145         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5146      Branch: perl
5147            + t/pod/multiline_items.t t/pod/multiline_items.xr
5148            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5149            + t/pod/podselect.xr
5150            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5151            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5152            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5153            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5154            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5155            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5156            ! t/pod/testp2pt.pl
5157 ____________________________________________________________________________
5158 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5159         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
5160              by Michael G Schwern <schwern@pobox.com>)
5161      Branch: perl
5162            ! av.c t/op/avhv.t
5163 ____________________________________________________________________________
5164 [  4278] By: gsar                                  on 1999/10/02  02:36:55
5165         Log: deprecate C<use attrs>
5166      Branch: perl
5167            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
5168            ! t/lib/thread.t t/pragma/sub_lval.t
5169 ____________________________________________________________________________
5170 [  4277] By: gsar                                  on 1999/10/02  01:43:25
5171         Log: add notes about effect of loop control statements inside
5172              LABEL BLOCK continue BLOCK
5173      Branch: perl
5174            ! pod/perlfunc.pod
5175 ____________________________________________________________________________
5176 [  4276] By: gsar                                  on 1999/10/02  01:23:02
5177         Log: indent nested =items properly (suggested by Bill Fenner
5178              <fenner@research.att.com>)
5179      Branch: perl
5180            ! pod/pod2man.PL
5181 ____________________________________________________________________________
5182 [  4275] By: gsar                                  on 1999/10/02  01:09:16
5183         Log: updated ptags generator from Ilya Zakharevich
5184      Branch: perl
5185            ! emacs/ptags
5186 ____________________________________________________________________________
5187 [  4274] By: gsar                                  on 1999/10/01  23:08:52
5188         Log: update Changes
5189      Branch: perl
5190            ! Changes
5191 ____________________________________________________________________________
5192 [  4273] By: gsar                                  on 1999/10/01  22:58:55
5193         Log: typo, whitespace adjustments
5194      Branch: perl
5195            ! utils/h2xs.PL
5196 ____________________________________________________________________________
5197 [  4272] By: gsar                                  on 1999/10/01  22:46:06
5198         Log: remove dup hunks
5199      Branch: perl
5200            ! configure.com vms/vms.c
5201 ____________________________________________________________________________
5202 [  4271] By: gsar                                  on 1999/10/01  22:33:02
5203         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
5204              by declaring new globals "our" (XXX this means h2xs generated code
5205              won't run on earlier versions; a switch to generate compatible
5206              source is needed)
5207      Branch: perl
5208           !> (integrate 35 files)
5209 ____________________________________________________________________________
5210 [  4270] By: jhi                                   on 1999/10/01  12:05:56
5211         Log: Integrate with Sarathy.
5212      Branch: cfgperl
5213           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5214           !> pod/perldiag.pod util.c
5215 ____________________________________________________________________________
5216 [  4269] By: jhi                                   on 1999/10/01  10:26:19
5217         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
5218              To: perl5-porters@perl.org
5219              Subject: [ID 19991001.001] perlguts man page error
5220              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
5221              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
5222      Branch: cfgperl
5223            ! pod/perlguts.pod
5224 ____________________________________________________________________________
5225 [  4268] By: jhi                                   on 1999/10/01  07:32:33
5226         Log: There *is* a month called October.
5227      Branch: cfgperl
5228            ! t/op/time.t
5229 ____________________________________________________________________________
5230 [  4267] By: jhi                                   on 1999/10/01  06:58:10
5231         Log: Temp file cleanliness.
5232      Branch: cfgperl
5233            ! t/lib/filecopy.t
5234 ____________________________________________________________________________
5235 [  4266] By: jhi                                   on 1999/10/01  06:46:56
5236         Log: From: Barrie Slaymaker <barries@slaysys.com>
5237              To: perl5-porters@perl.org
5238              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
5239              Date: Thu, 30 Sep 1999 22:16:26 -0400
5240              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
5241      Branch: cfgperl
5242            ! lib/Benchmark.pm
5243 ____________________________________________________________________________
5244 [  4265] By: jhi                                   on 1999/09/30  20:25:35
5245         Log: From: Barrie Slaymaker <barries@slaysys.com>
5246              To: perl5-porters@perl.org
5247              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
5248              Date: Thu, 30 Sep 1999 15:44:00 -0400
5249              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
5250              (Replaces #4175.)
5251      Branch: cfgperl
5252            ! lib/Benchmark.pm
5253 ____________________________________________________________________________
5254 [  4264] By: gsar                                  on 1999/09/30  17:59:26
5255         Log: re-add missing "Out of memory!" entry
5256      Branch: perl
5257            ! pod/perldiag.pod
5258 ____________________________________________________________________________
5259 [  4263] By: jhi                                   on 1999/09/30  17:05:43
5260         Log: Regenerate Configure.
5261      Branch: cfgperl
5262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5263            ! config_h.SH
5264 ____________________________________________________________________________
5265 [  4261] By: jhi                                   on 1999/09/30  16:15:05
5266         Log: From: Andy Dougherty <doughera@lafayette.edu>
5267              To: Perl Porters <perl5-porters@perl.org>
5268              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
5269              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
5270              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
5271      Branch: cfgperl
5272            ! pod/perldelta.pod
5273 ____________________________________________________________________________
5274 [  4260] By: jhi                                   on 1999/09/30  15:48:56
5275         Log: From: Andy Dougherty <doughera@lafayette.edu>
5276              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
5277              Subject: Re: Possible skeletal structure for searching multiple versions
5278              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
5279              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
5280      Branch: metaconfig
5281            ! U/mkglossary
5282      Branch: metaconfig/U/perl
5283            + xs_apiversion.U
5284            ! patchlevel.U
5285 ____________________________________________________________________________
5286 [  4259] By: jhi                                   on 1999/09/30  15:07:16
5287         Log: Further ?idsize.U fixing.
5288      Branch: metaconfig
5289            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5290 ____________________________________________________________________________
5291 [  4258] By: jhi                                   on 1999/09/30  15:00:14
5292         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
5293      Branch: metaconfig
5294            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5295            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5296 ____________________________________________________________________________
5297 [  4257] By: jhi                                   on 1999/09/30  09:48:33
5298         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5299              To: Gurusamy Sarathy <gsar@ActiveState.com>
5300              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
5301              The Perl Porters Mailing List <perl5-porters@perl.org>
5302              Subject: [PATCH] (Was: deprecating SIGDIE)
5303              Date: Wed, 29 Sep 1999 15:16:50 -0400
5304              Message-ID: <19990929151650.E26675@O2.chapin.edu>
5305      Branch: cfgperl
5306            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
5307 ____________________________________________________________________________
5308 [  4256] By: jhi                                   on 1999/09/30  09:45:22
5309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5310              To: Gurusamy Sarathy <gsar@activestate.com>
5311              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
5312              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
5313              Date: Wed, 29 Sep 1999 18:58:23 -0400
5314              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
5315      Branch: cfgperl
5316            ! Makefile.SH opcode.pl
5317 ____________________________________________________________________________
5318 [  4255] By: gsar                                  on 1999/09/30  09:03:48
5319         Log: remove prehistoric XFree() gunk
5320      Branch: perl
5321            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5322 ____________________________________________________________________________
5323 [  4254] By: gsar                                  on 1999/09/30  08:40:14
5324         Log: From: Vishal Bhatia <vishal@gol.com>
5325              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
5326              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
5327              Subject: [patch _61] Minor corrections in C.pm
5328      Branch: perl
5329            ! ext/B/B/C.pm
5330 ____________________________________________________________________________
5331 [  4253] By: gsar                                  on 1999/09/30  08:36:27
5332         Log: off-by-one in fbm_compile() (spotted by John Bley
5333              <jbley@cs.cmu.edu>); whitespace adjustments
5334      Branch: perl
5335            ! util.c
5336 ____________________________________________________________________________
5337 [  4251] By: jhi                                   on 1999/09/30  08:09:13
5338         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5339              To: perl5-porters@perl.org (Mailing list Perl5)
5340              Subject: [PATCH 5.00561+]  Followup h2xs patch
5341              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
5342              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
5343      Branch: cfgperl
5344            ! utils/h2xs.PL
5345 ____________________________________________________________________________
5346 [  4250] By: jhi                                   on 1999/09/29  19:11:32
5347         Log: Integrate with Sarathy.
5348      Branch: cfgperl
5349           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
5350           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
5351           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
5352 ____________________________________________________________________________
5353 [  4249] By: bailey                                on 1999/09/29  02:21:31
5354         Log: resync with mainline
5355      Branch: vmsperl
5356           +> (branch 32 files)
5357            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5358            - lib/unicode/blocks.txt lib/unicode/index2.txt
5359            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5360            - lib/unicode/props2.txt lib/unicode/readme.txt
5361            - t/lib/bigfloatpm.t
5362           !> (integrate 240 files)
5363 ____________________________________________________________________________
5364 [  4248] By: jhi                                   on 1999/09/28  18:14:39
5365         Log: From: Andy Dougherty <doughera@lafayette.edu>
5366              To: Perl Porters <perl5-porters@perl.org>
5367              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
5368              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
5369              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
5370              
5371              From: Andy Dougherty <doughera@lafayette.edu>
5372              To: Perl Porters <perl5-porters@perl.org>
5373              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
5374              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
5375              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
5376      Branch: cfgperl
5377            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
5378            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
5379            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
5380            ! hints/next_4.sh
5381 ____________________________________________________________________________
5382 [  4247] By: gsar                                  on 1999/09/28  17:36:59
5383         Log: revert change#4115 (breaks libwww's base/date.t); could be 
5384              reworked to enable it conditional on $Time::Local::nocroak
5385              or some such
5386      Branch: perl
5387            ! lib/Time/Local.pm
5388 ____________________________________________________________________________
5389 [  4246] By: gsar                                  on 1999/09/28  17:33:14
5390         Log: tweak for win32 build
5391      Branch: perl
5392            ! win32/Makefile win32/makefile.mk
5393 ____________________________________________________________________________
5394 [  4245] By: gsar                                  on 1999/09/28  17:31:34
5395         Log: change#4236 fallout
5396      Branch: perl
5397            ! lib/ExtUtils/MM_Unix.pm
5398 ____________________________________________________________________________
5399 [  4244] By: gsar                                  on 1999/09/28  17:29:31
5400         Log: remove doubled new_xpv
5401      Branch: perl
5402            ! embed.h embed.pl proto.h
5403 ____________________________________________________________________________
5404 [  4243] By: jhi                                   on 1999/09/27  19:13:20
5405         Log: Artistic fine-tuning.
5406      Branch: cfgperl
5407            ! ext/B/defsubs_h.PL
5408 ____________________________________________________________________________
5409 [  4242] By: gsar                                  on 1999/09/27  17:05:22
5410         Log: avoid implicit split to @_ in change#4181; binary -> text file
5411              types in p4
5412      Branch: perl
5413            ! djgpp/configure.bat lib/Exporter/Heavy.pm
5414            ! t/pragma/locale/latin1
5415 ____________________________________________________________________________
5416 [  4241] By: jhi                                   on 1999/09/27  07:48:19
5417         Log: Integrate with Sarathy.
5418      Branch: cfgperl
5419           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
5420           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
5421 ____________________________________________________________________________
5422 [  4240] By: jhi                                   on 1999/09/27  07:47:11
5423         Log: Finalize change #4232.
5424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5425              To: Jarkko Hietaniemi <jhi@iki.fi>
5426              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
5427              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
5428              Date: Sun, 26 Sep 1999 16:52:31 -0400
5429              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
5430      Branch: cfgperl
5431            ! lib/ExtUtils/xsubpp
5432 ____________________________________________________________________________
5433 [  4239] By: gsar                                  on 1999/09/27  02:48:42
5434         Log: add notes in INSTALL about Configure -Accflags=-DFOO
5435      Branch: perl
5436            ! INSTALL
5437 ____________________________________________________________________________
5438 [  4238] By: gsar                                  on 1999/09/27  02:03:48
5439         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
5440              it automatically
5441      Branch: perl
5442            ! embed.h embed.pl
5443 ____________________________________________________________________________
5444 [  4237] By: gsar                                  on 1999/09/27  01:52:47
5445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5446              Date: Fri, 24 Sep 1999 23:25:36 -0400
5447              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
5448              Subject: [PATCH 5.005_61] Malloc fixes and docs
5449      Branch: perl
5450            ! malloc.c pod/perldiag.pod
5451 ____________________________________________________________________________
5452 [  4236] By: gsar                                  on 1999/09/27  01:31:32
5453         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
5454              <vkonovalov@lucent.com>)
5455      Branch: perl
5456            ! win32/Makefile win32/makefile.mk
5457 ____________________________________________________________________________
5458 [  4235] By: gsar                                  on 1999/09/26  17:02:03
5459         Log: fix buggy popping of subroutine contexts in the lvalue
5460              subroutines implementation (change#4081); correct the
5461              plethora of cases where DIE() was more appropriate than
5462              croak()
5463      Branch: perl
5464            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
5465 ____________________________________________________________________________
5466 [  4234] By: jhi                                   on 1999/09/26  12:06:28
5467         Log: Fix #endif.
5468      Branch: cfgperl
5469            ! XSUB.h
5470 ____________________________________________________________________________
5471 [  4233] By: jhi                                   on 1999/09/26  11:59:18
5472         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
5473              I kept my (Ilya's) version.
5474      Branch: cfgperl
5475           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
5476           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5477           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5478           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5479           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5480           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5481 ____________________________________________________________________________
5482 [  4232] By: jhi                                   on 1999/09/26  09:53:43
5483         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5484              To: Mailing list Perl5 <perl5-porters@perl.org>
5485              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5486              Date: Sun, 26 Sep 1999 01:36:09 -0400
5487              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5488              
5489              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5490              To: Mailing list Perl5 <perl5-porters@perl.org>
5491              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5492              Date: Sun, 26 Sep 1999 03:00:50 -0400
5493              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5494      Branch: cfgperl
5495            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5496 ____________________________________________________________________________
5497 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5498         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5499              To: perl5-porters@perl.org
5500              Subject: misprint in perlguts
5501              Date: Sun, 26 Sep 1999 12:48:36 +0400
5502              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5503      Branch: cfgperl
5504            ! pod/perlguts.pod
5505 ____________________________________________________________________________
5506 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5507         Log: add $installarchlib/CORE to default linker search path on windows
5508      Branch: perl
5509            ! win32/Makefile win32/makefile.mk
5510 ____________________________________________________________________________
5511 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5512         Log: support C<use Shell> on Windows (reworked a patch suggested
5513              by Jenda Krynicky <Jenda@McCann.cz>)
5514      Branch: perl
5515            ! lib/Shell.pm
5516 ____________________________________________________________________________
5517 [  4228] By: gsar                                  on 1999/09/25  07:03:34
5518         Log: integrate cfgperl contents into mainline
5519      Branch: perl
5520           +> hints/svr5.sh
5521           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
5522           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5523           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
5524           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
5525 ____________________________________________________________________________
5526 [  4227] By: gsar                                  on 1999/09/25  06:44:47
5527         Log: From: Larry Wall <larry@wall.org>
5528              Date: Fri, 24 Sep 1999 21:59:37 PDT
5529              Message-Id: <199909250459.VAA27506@kiev.wall.org>
5530              Subject: Re: [PATCH 5.005_61] "our" declarations
5531      Branch: perl
5532            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
5533            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5534            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5535            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5536            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5537            ! utils/h2xs.PL
5538 ____________________________________________________________________________
5539 [  4226] By: jhi                                   on 1999/09/24  23:10:52
5540         Log: Integrate with Sarathy.
5541      Branch: cfgperl
5542           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5543           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
5544           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
5545 ____________________________________________________________________________
5546 [  4225] By: gsar                                  on 1999/09/24  18:19:54
5547         Log: avoid infinite recursive exec()s of perl.exe when shebang
5548              contains "Perl" rather than "perl" on DOSISH platforms
5549      Branch: perl
5550            ! toke.c
5551 ____________________________________________________________________________
5552 [  4224] By: gsar                                  on 1999/09/24  16:09:23
5553         Log: support cygwin and other platforms that link to import libraries
5554              rather than directly with shared libraries (from a suggestion
5555              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
5556      Branch: perl
5557            ! utils/perlcc.PL
5558 ____________________________________________________________________________
5559 [  4223] By: gsar                                  on 1999/09/24  05:05:06
5560         Log: normalize time for strftime() (without the isdst effects of
5561              mktime()) using a custom mini_mktime()
5562              From: spider-perl@Orb.Nashua.NH.US
5563              Date: Thu, 23 Sep 1999 17:54:53 -0400
5564              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
5565              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
5566      Branch: perl
5567            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5568            ! ext/POSIX/hints/linux.pl t/lib/posix.t
5569 ____________________________________________________________________________
5570 [  4222] By: gsar                                  on 1999/09/23  06:44:42
5571         Log: change "#" to a comment starter in pack templates; "/" now
5572              used for specifying counted types
5573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5574              Date: Wed, 22 Sep 1999 19:41:30 -0400
5575              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
5576              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
5577      Branch: perl
5578            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
5579 ____________________________________________________________________________
5580 [  4221] By: gsar                                  on 1999/09/23  06:26:54
5581         Log: From: Vishal Bhatia <vishal@gol.com>
5582              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
5583              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
5584              Subject: [patch _61] perlcc changes
5585      Branch: perl
5586            ! utils/perlcc.PL
5587 ____________________________________________________________________________
5588 [  4220] By: gsar                                  on 1999/09/23  01:12:24
5589         Log: add include guard
5590      Branch: perl
5591            ! XSUB.h
5592 ____________________________________________________________________________
5593 [  4219] By: jhi                                   on 1999/09/22  20:38:15
5594         Log: Cleanup cleanup.
5595      Branch: cfgperl
5596            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
5597 ____________________________________________________________________________
5598 [  4218] By: jhi                                   on 1999/09/22  19:26:58
5599         Log: Tweak the equivalence tables once again.
5600      Branch: cfgperl
5601            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5602            ! lib/unicode/mktables.PL
5603 ____________________________________________________________________________
5604 [  4215] By: jhi                                   on 1999/09/22  06:47:03
5605         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5606              To: Mailing list Perl5 <perl5-porters@perl.org>
5607              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
5608              Date: Tue, 21 Sep 1999 19:50:00 -0400
5609              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
5610              
5611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5612              To: Mailing list Perl5 <perl5-porters@perl.org>
5613              Subject: [PATCH 5.005_61] More verbose -Mre=debug
5614              Date: Tue, 21 Sep 1999 22:29:55 -0400
5615              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
5616      Branch: cfgperl
5617            ! regcomp.c regexec.c
5618 ____________________________________________________________________________
5619 [  4214] By: jhi                                   on 1999/09/21  21:08:43
5620         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
5621              Reply-To: gerberb@zenez.com
5622              To: perl5-porters@perl.org
5623              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
5624              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
5625              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
5626              
5627              (Snipped away the last lines of svr5.sh a la change #3725)
5628      Branch: cfgperl
5629            + hints/svr5.sh
5630            ! Configure MANIFEST config_h.SH hints/sco.sh
5631      Branch: metaconfig
5632            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5633 ____________________________________________________________________________
5634 [  4213] By: jhi                                   on 1999/09/21  20:48:01
5635         Log: From: Kragen Sitaker <kragen@dnaco.net>
5636              To: perl5-porters@perl.org
5637              Subject: [ID 19990921.013] accidental list context in perlfaq9
5638              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
5639              Reply-To: kragen@pobox.com
5640              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
5641      Branch: cfgperl
5642            ! pod/perlfaq9.pod
5643 ____________________________________________________________________________
5644 [  4212] By: jhi                                   on 1999/09/20  19:55:42
5645         Log: Integrate with Sarathy.
5646      Branch: cfgperl
5647           +> README.Y2K
5648           !> Changes MANIFEST
5649 ____________________________________________________________________________
5650 [  4211] By: jhi                                   on 1999/09/20  19:44:44
5651         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
5652      Branch: cfgperl
5653            ! Configure config_h.SH pod/perldelta.pod
5654      Branch: metaconfig/U/perl
5655            ! use64bits.U uselfs.U uselongdbl.U
5656 ____________________________________________________________________________
5657 [  4210] By: jhi                                   on 1999/09/20  19:38:26
5658         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
5659      Branch: cfgperl
5660            ! Configure config_h.SH
5661      Branch: metaconfig
5662            ! U/modified/Options.U
5663 ____________________________________________________________________________
5664 [  4209] By: gsar                                  on 1999/09/20  19:35:39
5665         Log: integrate cfgperl changes into mainline
5666      Branch: perl
5667           +> lib/unicode/Unicode.html
5668            ! Changes
5669           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5670           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
5671 ____________________________________________________________________________
5672 [  4208] By: gsar                                  on 1999/09/20  18:28:44
5673         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
5674      Branch: perl
5675            + README.Y2K
5676            ! MANIFEST
5677 ____________________________________________________________________________
5678 [  4207] By: jhi                                   on 1999/09/20  11:06:13
5679         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
5680      Branch: cfgperl
5681            ! pod/perldelta.pod
5682 ____________________________________________________________________________
5683 [  4206] By: jhi                                   on 1999/09/20  09:53:15
5684         Log: Do not test for gccish things in non-gccish platforms.
5685      Branch: cfgperl
5686            ! Configure config_h.SH
5687      Branch: metaconfig
5688            ! U/compline/ccflags.U
5689 ____________________________________________________________________________
5690 [  4205] By: jhi                                   on 1999/09/20  09:41:22
5691         Log: Prompt for uselfs.
5692      Branch: cfgperl
5693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5694            ! config_h.SH
5695      Branch: metaconfig
5696            ! U/mksample
5697      Branch: metaconfig/U/perl
5698            ! use64bits.U uselfs.U
5699 ____________________________________________________________________________
5700 [  4204] By: jhi                                   on 1999/09/20  09:09:29
5701         Log: Add usemorebits and uselfs.
5702      Branch: cfgperl
5703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5704            ! config_h.SH doio.c perl.h
5705      Branch: metaconfig/U/perl
5706            + uselfs.U usemorebits.U
5707            ! use64bits.U uselongdbl.U
5708 ____________________________________________________________________________
5709 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5710         Log: Dethinko.
5711      Branch: cfgperl
5712            ! pod/perlfunc.pod
5713 ____________________________________________________________________________
5714 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5715         Log: Fix a bug in the description of endianness.  Reported in
5716              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5717              To: perl5-porters@perl.org
5718              Subject: BUG: perldoc -f pack
5719              Date: Mon, 20 Sep 1999 09:43:49 +0400
5720              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5721      Branch: cfgperl
5722            ! pod/perlfunc.pod
5723 ____________________________________________________________________________
5724 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5725         Log: Integrate with Sarathy.
5726      Branch: cfgperl
5727           +> t/op/args.t
5728           !> (integrate 31 files)
5729 ____________________________________________________________________________
5730 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5731         Log: From: Russ Allbery <rra@stanford.edu>
5732              Date: 19 Aug 1999 04:35:44 -0700
5733              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5734              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5735      Branch: perl
5736            ! lib/File/Find.pm
5737 ____________________________________________________________________________
5738 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5739         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5740      Branch: perl
5741            ! ext/B/B/Terse.pm
5742 ____________________________________________________________________________
5743 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5744         Log: add arenas for managing allocations of remaining xpv*v structures
5745              From: Vishal Bhatia <vishal@gol.com>
5746              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5747              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5748              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5749      Branch: perl
5750            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5751            ! proto.h sv.c
5752 ____________________________________________________________________________
5753 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5754         Log: queue errors due to strictures rather than printing them as
5755              warnings; symbols that violate strictures do *not* end up in
5756              the symbol table anyway, making multiple evals of the same piece
5757              of code produce the same errors; errors indicate all locations
5758              of a global symbol rather than just the first one; these
5759              changes make compile-time failures within evals reliably
5760              visible via the return value or contents of $@, and trappable
5761              using __DIE__ hooks
5762      Branch: perl
5763            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5764            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5765            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5766            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5767 ____________________________________________________________________________
5768 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5769         Log: control change#1914 via hints (causes problems on some platforms)
5770      Branch: perl
5771            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5772            ! ext/POSIX/hints/linux.pl
5773 ____________________________________________________________________________
5774 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5775         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5776              in passing around references to @_, eg C<sub foo { \@_ }>; add
5777              tests for the same
5778      Branch: perl
5779            + t/op/args.t
5780            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5781 ____________________________________________________________________________
5782 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5783         Log: Integrate with Sarathy.
5784      Branch: cfgperl
5785           !> opcode.h opcode.pl
5786 ____________________________________________________________________________
5787 [  4193] By: nick                                  on 1999/09/18  15:24:56
5788         Log: Re-integrate mainline
5789              Basic SvUTF8 stuff in headers, no functional changes yet.
5790      Branch: utfperl
5791            + lib/byte.pm lib/byte_heavy.pl
5792           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5793           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5794           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5795           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5796           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5797           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5798           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5799           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5800           +> lib/unicode/Names.txt lib/unicode/Props.txt
5801           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5802           +> t/lib/bigfltpm.t
5803            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5804            - lib/unicode/blocks.txt lib/unicode/index2.txt
5805            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5806            - lib/unicode/props2.txt lib/unicode/readme.txt
5807            - t/lib/bigfloatpm.t
5808            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5809            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5810            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5811            ! warnings.h
5812           !> (integrate 142 files)
5813 ____________________________________________________________________________
5814 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5815         Log: more op description tweaks
5816      Branch: perl
5817            ! opcode.h opcode.pl
5818 ____________________________________________________________________________
5819 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5820         Log: Integrate with Sarathy.
5821      Branch: cfgperl
5822           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5823           !> t/pragma/warn/op
5824 ____________________________________________________________________________
5825 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5826         Log: Add description of the Unicode database files.
5827      Branch: cfgperl
5828            + lib/unicode/Unicode.html
5829 ____________________________________________________________________________
5830 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5831         Log: tweak some op names in change#4177 (will any of this break code that
5832              gropes $@ ?)
5833      Branch: perl
5834            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5835            ! t/pragma/warn/op
5836 ____________________________________________________________________________
5837 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5838         Log: Pick up the typo fix.
5839      Branch: cfgperl
5840           !> t/io/open.t
5841 ____________________________________________________________________________
5842 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5843         Log: fix typo
5844      Branch: perl
5845            ! t/io/open.t
5846 ____________________________________________________________________________
5847 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5848         Log: integrate cfgperl change
5849      Branch: perl
5850           !> vms/subconfigure.com
5851 ____________________________________________________________________________
5852 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5853         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5854      Branch: cfgperl
5855            ! vms/subconfigure.com
5856 ____________________________________________________________________________
5857 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5858         Log: integrate cfgperl contents into mainline
5859      Branch: perl
5860           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5861           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5862           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5863           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5864           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5865           +> lib/unicode/SpecCase.txt
5866            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5867            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5868            - lib/unicode/names2.txt lib/unicode/props2.txt
5869            - lib/unicode/readme.txt
5870           !> (integrate 73 files)
5871 ____________________________________________________________________________
5872 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5873         Log: Integrate with Sarathy.
5874      Branch: cfgperl
5875           !> configure.com ext/ByteLoader/byterun.h
5876           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5877           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5878           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5879           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5880 ____________________________________________________________________________
5881 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5882         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5883              vmsperl contents have prevailed)
5884      Branch: perl
5885           !> configure.com ext/ByteLoader/byterun.h
5886           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5887           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5888           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5889           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5890 ____________________________________________________________________________
5891 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5892         Log: From: Michael G Schwern <schwern@pobox.com>
5893              To: perl5-porters@perl.org
5894              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5895              Date: Thu, 19 Aug 1999 21:30:01 -0400
5896              Message-ID: <19990819213001.A22512@athens.aocn.com>
5897      Branch: cfgperl
5898            ! lib/Exporter/Heavy.pm
5899 ____________________________________________________________________________
5900 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5901         Log: perlhist additions
5902      Branch: perl
5903            ! pod/perlhist.pod
5904 ____________________________________________________________________________
5905 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5906         Log: The change #4176 should've undone only the test, not the code patch.
5907      Branch: cfgperl
5908            ! doio.c
5909 ____________________________________________________________________________
5910 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5911         Log: From: Ian Phillipps <ian@dial.pipex.com>
5912              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5913              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5914              Date: Sat, 21 Aug 1999 12:36:12 +0100
5915              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5916      Branch: cfgperl
5917            ! pod/perlsyn.pod
5918 ____________________________________________________________________________
5919 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5920         Log: More descriptive names for operators.
5921              
5922              From: Michael G Schwern <schwern@pobox.com>
5923              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5924              Cc: perl5-porters@perl.org
5925              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5926              Date: Tue, 17 Aug 1999 18:35:45 -0400
5927              Message-ID: <19990817183545.A23073@toldyouso.com>
5928              
5929              From: Michael G Schwern <schwern@pobox.com>
5930              To: perl5-porters@perl.org
5931              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5932              Date: Wed, 18 Aug 1999 03:53:38 -0400
5933              Message-ID: <19990818035337.A31505@athens.aocn.com>
5934      Branch: cfgperl
5935            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5936            ! t/pragma/warn/op t/pragma/warn/sv
5937 ____________________________________________________________________________
5938 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5939         Log: Take away the infamous io/dup.t #7.
5940              It seems there simply is no way to portably
5941              "flush" an input file handle.
5942      Branch: cfgperl
5943            ! doio.c t/io/dup.t
5944 ____________________________________________________________________________
5945 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5946         Log: From: Barrie Slaymaker <barries@slaysys.com>
5947              To: perl5-porters@perl.org
5948              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5949              Date: Fri, 17 Sep 1999 11:16:48 -0400
5950              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5951      Branch: cfgperl
5952            ! lib/Benchmark.pm
5953 ____________________________________________________________________________
5954 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5955         Log: UNICOS does support large files but doesn't support sparse files
5956              so we cannot easily test for large file support.
5957      Branch: cfgperl
5958            ! t/lib/syslfs.t t/op/lfs.t
5959 ____________________________________________________________________________
5960 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5961         Log: UNICOS has sloppy division/modulo for floating point numbers.
5962      Branch: cfgperl
5963            ! t/op/arith.t
5964 ____________________________________________________________________________
5965 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5966         Log: Portable blocksize (replaces #4171).
5967      Branch: cfgperl
5968            ! t/lib/syslfs.t t/op/lfs.t
5969 ____________________________________________________________________________
5970 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5971         Log: (replaced by #4172)
5972      Branch: cfgperl
5973            ! t/lib/syslfs.t t/op/lfs.t
5974 ____________________________________________________________________________
5975 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5976         Log: Detypo #4169.
5977      Branch: cfgperl
5978            ! t/lib/syslfs.t t/op/lfs.t
5979 ____________________________________________________________________________
5980 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5981         Log: Diagnose possible quota limits.
5982      Branch: cfgperl
5983            ! t/lib/syslfs.t t/op/lfs.t
5984 ____________________________________________________________________________
5985 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5986         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5987              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5988              does have getpgrp(void) so Perl getpgrp() is happy.
5989      Branch: cfgperl
5990            ! hints/unicos.sh
5991 ____________________________________________________________________________
5992 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5993         Log: Filesystem quotas may stop you from using large files.
5994      Branch: cfgperl
5995            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5996 ____________________________________________________________________________
5997 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5998         Log: Too strict pattern for parsing group lists.
5999      Branch: cfgperl
6000            ! t/op/groups.t
6001 ____________________________________________________________________________
6002 [  4165] By: jhi                                   on 1999/09/17  09:06:18
6003         Log: Configure maintenance. It's sigaction.sa_flags
6004              and the Glossary regen'ed.
6005      Branch: cfgperl
6006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6007            ! config_h.SH
6008      Branch: metaconfig
6009            ! U/compline/d_sigaction.U
6010 ____________________________________________________________________________
6011 [  4164] By: jhi                                   on 1999/09/15  06:57:51
6012         Log: Integrate with Sarathy.
6013      Branch: cfgperl
6014           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6015           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6016           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6017           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
6018           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
6019           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
6020           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
6021           !> jpl/PerlInterpreter/Makefile.PL
6022           !> jpl/PerlInterpreter/PerlInterpreter.c
6023           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6024           !> jpl/Sample/Makefile.PL jpl/install-jpl
6025           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
6026           !> t/op/pat.t
6027 ____________________________________________________________________________
6028 [  4163] By: gsar                                  on 1999/09/15  05:17:27
6029         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
6030      Branch: perl
6031            ! lib/File/Spec/Functions.pm
6032 ____________________________________________________________________________
6033 [  4162] By: gsar                                  on 1999/09/15  05:09:14
6034         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
6035      Branch: perl
6036            ! Changes embed.h embed.pl
6037 ____________________________________________________________________________
6038 [  4161] By: gsar                                  on 1999/09/15  04:08:25
6039         Log: missing perlhist dates from Jeff Okamoto
6040      Branch: perl
6041            ! pod/perlhist.pod
6042 ____________________________________________________________________________
6043 [  4160] By: gsar                                  on 1999/09/15  03:13:08
6044         Log: jpl tweak
6045      Branch: perl
6046            ! MANIFEST jpl/JNI/Makefile.PL
6047 ____________________________________________________________________________
6048 [  4159] By: gsar                                  on 1999/09/15  02:57:08
6049         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
6050              Jepson <bjepson@home.com>)
6051      Branch: perl
6052            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6053            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6054            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6055            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
6056            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6057            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
6058            ! jpl/PerlInterpreter/Makefile.PL
6059            ! jpl/PerlInterpreter/PerlInterpreter.c
6060            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6061            ! jpl/Sample/Makefile.PL jpl/install-jpl
6062 ____________________________________________________________________________
6063 [  4158] By: gsar                                  on 1999/09/15  01:27:14
6064         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6065              Date:    Tue, 14 Sep 1999 21:26:15 EDT
6066              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
6067              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
6068      Branch: perl
6069            ! regexec.c t/op/pat.t
6070 ____________________________________________________________________________
6071 [  4157] By: jhi                                   on 1999/09/14  21:18:09
6072         Log: config.h will define USE_64_BITS if need be.
6073      Branch: cfgperl
6074            ! hints/irix_6.sh
6075 ____________________________________________________________________________
6076 [  4156] By: jhi                                   on 1999/09/14  20:30:00
6077         Log: Change #4149 necessitates also a small code change.
6078      Branch: cfgperl
6079            ! ext/B/defsubs_h.PL
6080 ____________________________________________________________________________
6081 [  4155] By: jhi                                   on 1999/09/14  20:15:53
6082         Log: Update EPOC libdir names.
6083      Branch: cfgperl
6084            ! epoc/config.h
6085 ____________________________________________________________________________
6086 [  4154] By: jhi                                   on 1999/09/14  20:13:41
6087         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
6088              deceased HAS.*DBM.*64 mumblings.
6089      Branch: cfgperl
6090            ! Configure config_h.SH epoc/config.h
6091 ____________________________________________________________________________
6092 [  4153] By: jhi                                   on 1999/09/14  20:04:53
6093         Log: Configure nits.
6094      Branch: cfgperl
6095            ! Configure config_h.SH
6096      Branch: metaconfig
6097            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6098 ____________________________________________________________________________
6099 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6100         Log: Integrate with Sarathy.
6101      Branch: cfgperl
6102           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6103            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6104           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6105           !> win32/config_sh.PL
6106 ____________________________________________________________________________
6107 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6108         Log: Update Unicode database and recompute the tables.
6109              Rename the .txt files to be more Unicode 3.0-like.
6110              Unihan-3.0.txt not included because it is 16 MB.
6111              syllables.txt is manually maintained.
6112              See ReadMe.txt for description of the .txt files.
6113              (not all of them are used yet)
6114      Branch: cfgperl
6115            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6116            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6117            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6118            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6119            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6120            + lib/unicode/SpecCase.txt
6121            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6122            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6123            - lib/unicode/names2.txt lib/unicode/props2.txt
6124            - lib/unicode/readme.txt
6125            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6126            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6127            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6128            ! lib/unicode/Decomposition.pl
6129            ! lib/unicode/In/ArabicPresentationForms-B.pl
6130            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6131            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6132            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6133            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6134            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6135            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6136            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6137            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6138            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6139            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6140            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6141            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6142            ! lib/unicode/mktables.PL
6143 ____________________________________________________________________________
6144 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6145         Log: INSTALL tweak
6146      Branch: perl
6147            ! INSTALL
6148 ____________________________________________________________________________
6149 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6150         Log: change some filenames to be 8.3-friendly
6151      Branch: perl
6152           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6153            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6154            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6155 ____________________________________________________________________________
6156 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6157         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6158      Branch: perl
6159            ! win32/config_sh.PL
6160 ____________________________________________________________________________
6161 [  4147] By: jhi                                   on 1999/09/14  08:07:49
6162         Log: Not that UVSIZE normally differs that much from IVSIZE...
6163      Branch: cfgperl
6164            ! perl.h
6165 ____________________________________________________________________________
6166 [  4146] By: jhi                                   on 1999/09/14  08:04:40
6167         Log: Integrate with Sarathy.
6168      Branch: cfgperl
6169           !> Changes ext/DB_File/DB_File.xs
6170 ____________________________________________________________________________
6171 [  4145] By: jhi                                   on 1999/09/14  07:10:02
6172         Log: I_PTHREAD was PTHREADEAD.
6173      Branch: cfgperl
6174            ! Configure config_h.SH
6175      Branch: metaconfig
6176            ! U/threads/i_pthread.U
6177 ____________________________________________________________________________
6178 [  4144] By: gsar                                  on 1999/09/14  06:46:47
6179         Log: change#4113 was missing DB_File.xs changes
6180      Branch: perl
6181            ! ext/DB_File/DB_File.xs
6182 ____________________________________________________________________________
6183 [  4143] By: jhi                                   on 1999/09/13  20:16:20
6184         Log: Small doc and whitespace edits.
6185      Branch: cfgperl
6186            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6187            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6188            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6189            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6190            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6191            ! pod/perldelta.pod
6192 ____________________________________________________________________________
6193 [  4142] By: gsar                                  on 1999/09/13  19:32:31
6194         Log: integrate cfgperl contents into mainline, update Changes
6195      Branch: perl
6196           +> ext/DB_File/version.c
6197            ! Changes
6198           !> (integrate 44 files)
6199 ____________________________________________________________________________
6200 [  4141] By: jhi                                   on 1999/09/13  16:16:56
6201         Log: Scan for <pthread.h> always.
6202      Branch: cfgperl
6203            ! Configure config_h.SH perl.h
6204      Branch: metaconfig
6205            ! U/threads/i_pthread.U
6206 ____________________________________________________________________________
6207 [  4140] By: jhi                                   on 1999/09/13  16:00:08
6208         Log: Integrate with Sarathy.
6209      Branch: cfgperl
6210           !> (integrate 27 files)
6211 ____________________________________________________________________________
6212 [  4139] By: jhi                                   on 1999/09/13  15:35:18
6213         Log: Add -A option to Configure to diddle with variables
6214              after the hints file has been applied.
6215      Branch: cfgperl
6216            ! Configure config_h.SH
6217      Branch: metaconfig
6218            ! U/modified/Oldconfig.U U/modified/Options.U
6219 ____________________________________________________________________________
6220 [  4138] By: jhi                                   on 1999/09/13  13:42:56
6221         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
6222      Branch: cfgperl
6223            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6224            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6225            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6226            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6227            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6228 ____________________________________________________________________________
6229 [  4137] By: jhi                                   on 1999/09/13  13:25:31
6230         Log: Applying change #4136 manually introduced patch residue.
6231      Branch: cfgperl
6232            ! perl.h
6233 ____________________________________________________________________________
6234 [  4136] By: jhi                                   on 1999/09/13  13:23:04
6235         Log: Replace change #4100 with
6236              From: Robin Barker <rmb1@cise.npl.co.uk>
6237              To: gsar@activestate.com
6238              Cc: perl5-porters@perl.org
6239              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
6240              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
6241              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
6242      Branch: cfgperl
6243            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6244            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6245            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6246            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6247            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6248 ____________________________________________________________________________
6249 [  4135] By: jhi                                   on 1999/09/13  10:22:31
6250         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6251              To: perl5-porters@perl.org (Mailing list Perl5)
6252              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6253              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
6254              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
6255              
6256              From: andreas.koenig@anima.de (Andreas J. Koenig)
6257              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6258              Cc: perl5-porters@perl.org (Mailing list Perl5)
6259              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6260              Date: 11 Sep 1999 15:36:26 +0200
6261              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
6262      Branch: cfgperl
6263            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6264 ____________________________________________________________________________
6265 [  4134] By: jhi                                   on 1999/09/13  10:20:14
6266         Log: From: Tom Phoenix <rootbeer@redcat.com>
6267              To: Perl Porters Mailing List <perl5-porters@perl.org>
6268              Subject: [DOCPATCH] Server errors and perldiag
6269              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
6270              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
6271      Branch: cfgperl
6272            ! pod/perldiag.pod
6273 ____________________________________________________________________________
6274 [  4133] By: gsar                                  on 1999/09/13  03:25:43
6275         Log: avoid assertion failure on C<@a'>
6276      Branch: perl
6277            ! toke.c
6278 ____________________________________________________________________________
6279 [  4132] By: gsar                                  on 1999/09/13  03:03:57
6280         Log: add -DPERL_Y2KWARN build option that will generate additional
6281              warnings on "19$yy" etc (reworked a patch suggested by
6282              Ulrich Pfeifer <upf@de.uu.net>)
6283      Branch: perl
6284            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
6285            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
6286 ____________________________________________________________________________
6287 [  4131] By: gsar                                  on 1999/09/12  22:06:25
6288         Log: fix DATA leaks; reword documentation about the DATA filehandle
6289      Branch: perl
6290            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
6291 ____________________________________________________________________________
6292 [  4130] By: gsar                                  on 1999/09/12  20:08:56
6293         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
6294              formatted result looks nonstandard
6295      Branch: perl
6296            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
6297            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6298            ! t/pragma/locale.t thrdvar.h
6299 ____________________________________________________________________________
6300 [  4129] By: gsar                                  on 1999/09/12  17:04:11
6301         Log: From: Doug MacEachern <dougm@cp.net>
6302              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
6303              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
6304              Subject: [PATCH 5.005_57] B::clearsym
6305      Branch: perl
6306            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
6307 ____________________________________________________________________________
6308 [  4128] By: gsar                                  on 1999/09/12  16:59:12
6309         Log: better debugger help output (from Ilya Zakharevich)
6310      Branch: perl
6311            ! lib/perl5db.pl
6312 ____________________________________________________________________________
6313 [  4127] By: jhi                                   on 1999/09/11  20:50:37
6314         Log: Integrate with Sarathy.
6315      Branch: cfgperl
6316           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
6317           +> t/lib/gol-linkage.t
6318           !> (integrate 43 files)
6319 ____________________________________________________________________________
6320 [  4126] By: nick                                  on 1999/09/10  20:44:22
6321         Log: Get resolve -at mainline
6322      Branch: utfperl
6323           +> (branch 297 files)
6324            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
6325            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6326            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
6327            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
6328            - t/pragma/warn-1global t/pragma/warning.t thread.sym
6329            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
6330            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6331            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
6332            - win32/makeperldef.pl win32/perlhost.h
6333           !> (integrate 847 files)
6334 ____________________________________________________________________________
6335 [  4125] By: gsar                                  on 1999/09/10  19:22:14
6336         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
6337              etc.)
6338      Branch: perl
6339            ! XSUB.h pp.h
6340 ____________________________________________________________________________
6341 [  4124] By: gsar                                  on 1999/09/10  19:14:35
6342         Log: rewrote substantive parts of patch
6343              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6344              Date: Fri, 27 Aug 1999 19:02:18 -0400
6345              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
6346              Subject: [PATCH 5.005_58] REx documentation
6347      Branch: perl
6348            ! pod/perlre.pod
6349 ____________________________________________________________________________
6350 [  4123] By: gsar                                  on 1999/09/10  18:21:53
6351         Log: note about AVf_*
6352      Branch: perl
6353            ! av.h
6354 ____________________________________________________________________________
6355 [  4122] By: gsar                                  on 1999/09/10  17:55:42
6356         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
6357              <lichtin@bivio.com>)
6358      Branch: perl
6359            ! lib/Pod/Html.pm
6360 ____________________________________________________________________________
6361 [  4121] By: gsar                                  on 1999/09/10  17:49:35
6362         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
6363      Branch: perl
6364            ! AUTHORS Changes README.dos djgpp/config.over
6365            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
6366            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
6367            ! pod/podselect.PL sv.h t/io/openpid.t util.c
6368 ____________________________________________________________________________
6369 [  4120] By: gsar                                  on 1999/09/10  12:25:01
6370         Log: add perlcompile.pod (edited content from Nathan Torkington
6371              <gnat@frii.com> and others)
6372      Branch: perl
6373            + pod/perlcompile.pod
6374            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
6375 ____________________________________________________________________________
6376 [  4119] By: gsar                                  on 1999/09/10  11:05:13
6377         Log: avoid leaking static local_patches unless patchlevel.h is
6378              explicitly included
6379      Branch: perl
6380            ! patchlevel.h perl.c
6381 ____________________________________________________________________________
6382 [  4118] By: gsar                                  on 1999/09/10  10:44:54
6383         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
6384              <jvromans@squirrel.nl>)
6385      Branch: perl
6386            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6387            ! Changes MANIFEST lib/Getopt/Long.pm
6388 ____________________________________________________________________________
6389 [  4116] By: jhi                                   on 1999/09/09  15:56:52
6390         Log: perldeltify change #4115.
6391      Branch: cfgperl
6392            ! pod/perldelta.pod
6393 ____________________________________________________________________________
6394 [  4115] By: jhi                                   on 1999/09/09  15:48:56
6395         Log: From: "John L. Allen" <allen@grumman.com> 
6396              To: perl5-porters@perl.org 
6397              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
6398              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
6399              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
6400      Branch: cfgperl
6401            ! lib/Time/Local.pm
6402 ____________________________________________________________________________
6403 [  4114] By: jhi                                   on 1999/09/09  15:42:30
6404         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6405              To: perl5-porters@perl.org
6406              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
6407              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
6408              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
6409      Branch: cfgperl
6410            ! pp_sys.c
6411 ____________________________________________________________________________
6412 [  4113] By: jhi                                   on 1999/09/09  10:17:45
6413         Log: From: paul.marquess@bt.com
6414              To: gsar@ActiveState.com
6415              Cc: perl5-porters@perl.org
6416              Subject: [PATCH 5.005_61] DB_File 1.71
6417              Date: Thu, 9 Sep 1999 11:20:13 +0100
6418              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
6419      Branch: cfgperl
6420            + ext/DB_File/version.c
6421            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6422            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
6423            ! t/lib/db-btree.t
6424 ____________________________________________________________________________
6425 [  4112] By: jhi                                   on 1999/09/09  09:05:32
6426         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6427              To: perl5-porters@perl.org (Mailing list Perl5)
6428              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
6429              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
6430              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
6431      Branch: cfgperl
6432            ! regexec.c t/op/pat.t
6433 ____________________________________________________________________________
6434 [  4110] By: jhi                                   on 1999/09/09  07:29:17
6435         Log: Tidy up 64-bit situation in perldelta.
6436      Branch: cfgperl
6437            ! pod/perldelta.pod
6438 ____________________________________________________________________________
6439 [  4109] By: jhi                                   on 1999/09/09  07:26:53
6440         Log: Clear up PL_regcc issues.
6441              
6442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6443              To: perl5-porters@perl.org (Mailing list Perl5)
6444              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
6445              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
6446              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
6447      Branch: cfgperl
6448            ! regexec.c
6449 ____________________________________________________________________________
6450 [  4108] By: gsar                                  on 1999/09/08  20:52:51
6451         Log: avoid ass_u_ming uppercase types are not user objects (spotted
6452              by Kurt Starsinic)
6453      Branch: perl
6454            ! ext/Data/Dumper/Dumper.pm
6455 ____________________________________________________________________________
6456 [  4107] By: gsar                                  on 1999/09/08  20:35:18
6457         Log: From: akim@epita.fr (DEMAILLE Akim)
6458              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
6459              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
6460              Subject: [ID 19990908.014] s2p does not quote @
6461      Branch: perl
6462            ! x2p/s2p.PL
6463 ____________________________________________________________________________
6464 [  4106] By: gsar                                  on 1999/09/08  20:25:12
6465         Log: integrate cfgperl contents into mainline
6466      Branch: perl
6467           !> (integrate 30 files)
6468 ____________________________________________________________________________
6469 [  4105] By: jhi                                   on 1999/09/08  09:02:37
6470         Log: Minor touches at the [:class:] description.
6471      Branch: cfgperl
6472            ! pod/perlre.pod
6473 ____________________________________________________________________________
6474 [  4104] By: jhi                                   on 1999/09/08  08:57:58
6475         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6476              To: Mailing list Perl5 <perl5-porters@perl.org>
6477              Subject: [PATCH 5.005_58] Fix debugging output for REx
6478              Date: Wed, 8 Sep 1999 05:02:02 -0400
6479              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
6480      Branch: cfgperl
6481            ! regcomp.c
6482 ____________________________________________________________________________
6483 [  4103] By: gsar                                  on 1999/09/08  00:53:50
6484         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6485      Branch: perl
6486            ! pp.c
6487 ____________________________________________________________________________
6488 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6489         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6490      Branch: perl
6491            ! cop.h pp_hot.c
6492 ____________________________________________________________________________
6493 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6494         Log: various fixups for windows
6495      Branch: perl
6496            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6497            ! win32/Makefile win32/makefile.mk xsutils.c
6498 ____________________________________________________________________________
6499 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6500         Log: Fix pointer casts.
6501              
6502              From: Robin Barker <rmb1@cise.npl.co.uk>
6503              To: perl5-porters@perl.org
6504              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6505              -Duse64bits
6506              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6507              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6508      Branch: cfgperl
6509            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6510            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6511            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6512            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6513            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6514 ____________________________________________________________________________
6515 [  4099] By: jhi                                   on 1999/09/07  10:29:04
6516         Log: Add sig/pid/uid size and sign probes.
6517      Branch: metaconfig
6518            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6519            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6520 ____________________________________________________________________________
6521 [  4098] By: jhi                                   on 1999/09/07  10:27:06
6522         Log: Band-aid until we've got %{Uid_t} or something similar
6523              for sv_catpvfn().
6524      Branch: cfgperl
6525            ! taint.c
6526 ____________________________________________________________________________
6527 [  4097] By: jhi                                   on 1999/09/07  09:41:23
6528         Log: Fix a printf thinko: now quads must have the ll L q prefix.
6529              (in other words, a bare %d is an int/unsigned)
6530      Branch: cfgperl
6531            ! pp_sys.c sv.c t/op/64bit.t
6532 ____________________________________________________________________________
6533 [  4096] By: jhi                                   on 1999/09/07  07:36:17
6534         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
6535              
6536              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6537              To: perl5-porters@perl.org
6538              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
6539              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
6540              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
6541      Branch: cfgperl
6542            ! hints/hpux.sh perl.h
6543 ____________________________________________________________________________
6544 [  4095] By: gsar                                  on 1999/09/06  20:47:02
6545         Log: applied suggested patch with suitable test to detect MSVC
6546              From: "Vishal Bhatia" <vishalb@my-deja.com>
6547              Date: Wed, 11 Aug 1999 01:43:28 -0700
6548              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
6549              Subject: compiler on  win32
6550      Branch: perl
6551            ! ext/B/B/C.pm
6552 ____________________________________________________________________________
6553 [  4094] By: jhi                                   on 1999/09/06  20:34:44
6554         Log: Integrate with Sarathy.
6555      Branch: cfgperl
6556           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6557           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
6558 ____________________________________________________________________________
6559 [  4093] By: jhi                                   on 1999/09/06  20:33:43
6560         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
6561              so that they overflow also on 64-bit platforms.
6562      Branch: cfgperl
6563            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
6564 ____________________________________________________________________________
6565 [  4092] By: gsar                                  on 1999/09/06  20:16:58
6566         Log: support bytecode and C backends in perlcc (patch suggested
6567              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
6568              C backend the default; describe new switches in pod; introduce
6569              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
6570              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
6571              entries
6572      Branch: perl
6573            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6574            ! t/harness utils/Makefile utils/perlcc.PL
6575 ____________________________________________________________________________
6576 [  4091] By: jhi                                   on 1999/09/06  19:10:41
6577         Log: Integrate with Sarathy.
6578      Branch: cfgperl
6579           +> t/pragma/sub_lval.t
6580           !> (integrate 52 files)
6581 ____________________________________________________________________________
6582 [  4090] By: gsar                                  on 1999/09/06  19:09:06
6583         Log: propagate changed error text
6584      Branch: perl
6585            ! t/pragma/sub_lval.t
6586 ____________________________________________________________________________
6587 [  4089] By: gsar                                  on 1999/09/06  18:54:43
6588         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
6589      Branch: perl
6590            ! pod/perlfunc.pod
6591 ____________________________________________________________________________
6592 [  4088] By: gsar                                  on 1999/09/06  18:52:10
6593         Log: From: paul.marquess@bt.com
6594              Date: Sun, 5 Sep 1999 15:11:08 +0100 
6595              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
6596              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
6597      Branch: perl
6598            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
6599            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6600            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
6601            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
6602            ! toke.c
6603 ____________________________________________________________________________
6604 [  4087] By: gsar                                  on 1999/09/06  18:06:06
6605         Log: change#3612 is buggy when quotemeta argument matches target
6606              (hope this is the last of the optimized-OP_SASSIGN bugs)
6607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6608              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
6609              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
6610              Subject: Re: [BUG: quotemeta]
6611      Branch: perl
6612            ! Changes op.c t/op/lex_assign.t
6613 ____________________________________________________________________________
6614 [  4086] By: gsar                                  on 1999/09/06  17:57:52
6615         Log: misc tweaks
6616      Branch: perl
6617            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
6618 ____________________________________________________________________________
6619 [  4085] By: gsar                                  on 1999/09/06  03:54:23
6620         Log: applied patch suggested by Hans Mulder to fix problems on
6621              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
6622              when they ask for bincompat (platforms that used to default
6623              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
6624              (appears unsalvageable on some platforms)
6625      Branch: perl
6626            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
6627 ____________________________________________________________________________
6628 [  4084] By: bailey                                on 1999/09/06  02:39:11
6629         Log: Integrate mainline 5.05_61
6630      Branch: vmsperl
6631           +> (branch 32 files)
6632            - lib/unicode/EthiopicSyllables.txt
6633            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
6634            - warning.pl
6635            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6636            ! vms/perly_h.vms vms/vms.c
6637           !> (integrate 346 files)
6638 ____________________________________________________________________________
6639 [  4083] By: gsar                                  on 1999/09/06  00:10:40
6640         Log: optional warning on join(/foo/...) (reworked suggested patch
6641              by Mark-Jason Dominus <mjd@plover.com>)
6642      Branch: perl
6643            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
6644            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
6645            ! pp_proto.h t/pragma/warn/op
6646 ____________________________________________________________________________
6647 [  4082] By: gsar                                  on 1999/09/05  22:28:57
6648         Log: fix data loss when more than one block is read from SDBM
6649              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
6650      Branch: perl
6651            ! ext/SDBM_File/sdbm/sdbm.c
6652 ____________________________________________________________________________
6653 [  4081] By: gsar                                  on 1999/09/05  22:07:18
6654         Log: initial implementation of lvalue subroutines (slightly fixed
6655              version of patch suggested by Ilya Zakharevich, which in turn
6656              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
6657      Branch: perl
6658            + t/pragma/sub_lval.t
6659            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
6660            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
6661            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
6662            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
6663            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
6664 ____________________________________________________________________________
6665 [  4080] By: jhi                                   on 1999/09/05  22:02:18
6666         Log: Undo #4055 (related to #4079).
6667      Branch: cfgperl
6668            ! pod/perlop.pod
6669 ____________________________________________________________________________
6670 [  4079] By: jhi                                   on 1999/09/05  21:30:54
6671         Log: Time is not yet ripe.
6672      Branch: cfgperl
6673            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
6674 ____________________________________________________________________________
6675 [  4078] By: gsar                                  on 1999/09/05  18:17:32
6676         Log: modified suggested patch to handle cross-refs and qr// objects
6677              correctly; unfollowed refs are represented as simple string
6678              value, not just the bare type; $VERSION stays the same until
6679              it is ready for prime time (avoids CPAN confustication)
6680              From:    John Nolan <jpnolan@Op.Net>
6681              Date:    Wed, 04 Aug 1999 20:21:10 EDT
6682              Message-Id: <199908050021.UAA09693@monet.op.net>
6683              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
6684      Branch: perl
6685            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6686            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
6687 ____________________________________________________________________________
6688 [  4077] By: jhi                                   on 1999/09/04  21:54:42
6689         Log: timesum() wasn't @EXPORTed as promised by the documentation.
6690              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
6691      Branch: cfgperl
6692            ! lib/Benchmark.pm
6693 ____________________________________________________________________________
6694 [  4076] By: gsar                                  on 1999/09/04  20:21:59
6695         Log: integrate cfgperl contents into mainline
6696      Branch: perl
6697           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
6698           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
6699           +> warnings.h warnings.pl xsutils.c
6700            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6701           !> (integrate 109 files)
6702 ____________________________________________________________________________
6703 [  4075] By: jhi                                   on 1999/09/04  18:04:47
6704         Log: use integer on the problematic subtest.
6705      Branch: cfgperl
6706            ! t/op/misc.t
6707 ____________________________________________________________________________
6708 [  4074] By: jhi                                   on 1999/09/04  17:57:40
6709         Log: Warn about numconvert.t in case somebody
6710              wants to make sv_2pv more 64-bit aware.
6711      Branch: cfgperl
6712            ! sv.c
6713 ____________________________________________________________________________
6714 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6715         Log: Comment upgrading: the quad situation isn't quite as
6716              bad as it used to be.
6717      Branch: cfgperl
6718            ! perl.h
6719 ____________________________________________________________________________
6720 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6721         Log: Integrate with Sarathy.
6722      Branch: cfgperl
6723           !> win32/win32.c
6724 ____________________________________________________________________________
6725 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6726         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6727              
6728              From: Robin Barker <rmb1@cise.npl.co.uk>
6729              To: perl5-porters@perl.org
6730              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6731              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6732              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6733              
6734              and later (in private email) found to be dependent
6735              on useperlio.
6736              
6737              Mental note: the cpp magic done in perlsdio.h (and assumedly
6738              also in perlsfio.h) may cause trouble later with lfs because
6739              both the perlio scheme by Perl and the lfs support by vendors
6740              like to play cpp games to map the stdio namespace back and forth.
6741              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6742              just the beginning.
6743      Branch: cfgperl
6744            ! perlio.c
6745 ____________________________________________________________________________
6746 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6747         Log: Enable 64-bit clean bit ops.
6748              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6749      Branch: cfgperl
6750            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6751            ! t/op/misc.t
6752 ____________________________________________________________________________
6753 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6754         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6755      Branch: cfgperl
6756            ! perl.h
6757 ____________________________________________________________________________
6758 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6759         Log: Fix from Spider for the sub attributes (there was an undocumented
6760              dependency between force_word() and skipspace()).
6761      Branch: cfgperl
6762            ! toke.c
6763 ____________________________________________________________________________
6764 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6765         Log: From: John Tobey <spam@john-edwin-tobey.org>
6766              To: ilya@math.ohio-state.edu
6767              CC: perl5-porters@perl.org
6768              Subject: Re: [PATCH 5.005_60] distclean forgot two
6769              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6770              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6771      Branch: cfgperl
6772            ! t/lib/dprof.t
6773 ____________________________________________________________________________
6774 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6775         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6776              To: perl5-porters@perl.org
6777              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6778              Date: Fri, 20 Aug 1999 15:37:27 +0100
6779              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6780      Branch: cfgperl
6781            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6782            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6783            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6784 ____________________________________________________________________________
6785 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6786         Log: From: Dominic Dunlop <domo@vo.lu>
6787              To: perl5-porters@perl.org
6788              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6789              (UNINSTALLED) [PATCH]
6790              Date: Thu, 19 Aug 1999 09:48:03 +0200
6791              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6792              
6793              The PERL_POLLUTE_MALLOC part had to be manually applied.
6794      Branch: cfgperl
6795            ! hints/machten.sh perl.h
6796 ____________________________________________________________________________
6797 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6798         Log: From: Martin Lichtin <lichtin@bivio.com>
6799              To: jhi@iki.fi
6800              CC: perl5-porters@perl.org
6801              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6802              Date: Wed, 01 Sep 1999 15:50:04 +0200
6803              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6804      Branch: cfgperl
6805            ! lib/ExtUtils/Install.pm
6806 ____________________________________________________________________________
6807 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6808         Log: Enhance lfs tests: check every seek and sysseek
6809              and test also that -e and -f detect largefiles.
6810      Branch: cfgperl
6811            ! t/lib/syslfs.t t/op/lfs.t
6812 ____________________________________________________________________________
6813 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6814         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6815              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6816              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6817              The Perl Porters Mailing List <perl5-porters@perl.org>
6818              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6819              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6820              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6821      Branch: cfgperl
6822            ! pod/perldiag.pod
6823 ____________________________________________________________________________
6824 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6825         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6826              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6827              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6828              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6829              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6830              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6831      Branch: cfgperl
6832            ! op.c t/op/join.t
6833 ____________________________________________________________________________
6834 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6835         Log: IV_DIG and NV_DIG fixes.
6836      Branch: cfgperl
6837            ! perl.h
6838 ____________________________________________________________________________
6839 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6840         Log: \C{} -> \N{} residue.
6841      Branch: cfgperl
6842            ! toke.c
6843 ____________________________________________________________________________
6844 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6845         Log: avoid hiding child process window
6846      Branch: perl
6847            ! win32/win32.c
6848 ____________________________________________________________________________
6849 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6850         Log: Document the undefinedness of overshifting.
6851      Branch: cfgperl
6852            ! pod/perlop.pod
6853 ____________________________________________________________________________
6854 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6855         Log: History fixes and updates.
6856      Branch: cfgperl
6857            ! pod/perlhist.pod
6858 ____________________________________________________________________________
6859 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6860         Log: Shell quoting thinko broke installdirs.
6861              From: JVromans@Squirrel.nl (Johan Vromans)
6862              To: perl5-porters@perl.org
6863              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6864              installprefix
6865              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6866              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6867      Branch: cfgperl
6868            ! Configure config_h.SH
6869      Branch: metaconfig
6870            ! U/installdirs/archlib.U U/installdirs/bin.U
6871            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6872            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6873            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6874            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6875            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6876            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6877            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6878            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6879            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6880            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6881            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6882            ! U/installdirs/vendorscriptdir.U
6883 ____________________________________________________________________________
6884 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6885         Log: Use \N{named characters} instead of \C.
6886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6887              To: jhi@iki.fi
6888              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6889              perl5-porters@perl.org (Mailing list Perl5)
6890              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6891              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6892              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6893      Branch: cfgperl
6894            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6895            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6896 ____________________________________________________________________________
6897 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6898         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6899              To: perl5-porters@perl.org
6900              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6901              don't mix
6902              Date: Sun, 29 Aug 1999 19:04:53 -0400
6903              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6904      Branch: cfgperl
6905            ! universal.c
6906 ____________________________________________________________________________
6907 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6908         Log: Conditionally socksify the LIBS of Socket.
6909      Branch: cfgperl
6910            ! ext/Socket/Makefile.PL
6911 ____________________________________________________________________________
6912 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6913         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6914              To: Mailing list Perl5 <perl5-porters@perl.org>
6915              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6916              Date: Wed, 25 Aug 1999 16:19:58 -0400
6917              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6918      Branch: cfgperl
6919            ! lib/perl5db.pl
6920 ____________________________________________________________________________
6921 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6922         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6923              To: perl5-porters@perl.org
6924              Subject: [PATCH _61] Lost arguments to simplified sort
6925              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6926              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6927      Branch: cfgperl
6928            ! op.c t/op/sort.t
6929 ____________________________________________________________________________
6930 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6931         Log: From: Olaf Flebbe <olaf@science-computing.de>
6932              Sender: owner-perl5-porters@perl.org
6933              To: perl5-porters@perl.org
6934              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6935              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6936      Branch: cfgperl
6937            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6938            ! epoc/perl.mmp epoc/perl.pkg
6939 ____________________________________________________________________________
6940 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6941         Log: From: pvhp@forte.com (Peter Prymmer)
6942              To: perl5-porters@perl.org
6943              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6944              Date: Fri, 27 Aug 99 18:51:04 PDT
6945              Message-Id: <9908280151.AA05010@forte.com>
6946      Branch: cfgperl
6947            ! t/lib/cgi-html.t
6948 ____________________________________________________________________________
6949 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6950         Log: Fix scalar gmtime (and localtime) in quad environments,
6951              bug reported by Robin Parker.
6952              
6953              From: Robin Barker <rmb1@cise.npl.co.uk>
6954              To: jhi@iki.fi
6955              Cc: perl5-porters@perl.org
6956              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6957              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6958              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6959      Branch: cfgperl
6960            ! pp_sys.c t/op/time.t
6961 ____________________________________________________________________________
6962 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6963         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6964              To: perl5-porters@perl.org (Mailing list Perl5)
6965              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6966              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6967              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6968              
6969              Addendum: it's "only" 33% speedup.
6970      Branch: cfgperl
6971            ! dump.c op.c op.h pp.h
6972 ____________________________________________________________________________
6973 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6974         Log: From: spider-perl@Orb.Nashua.NH.US
6975              To: Mailing list Perl5 <perl5-porters@perl.org>
6976              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6977              Date: Sun, 29 Aug 1999 03:02:11 -0400
6978              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6979      Branch: cfgperl
6980            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6981            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6982            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6983            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6984            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6985            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6986            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6987 ____________________________________________________________________________
6988 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6989         Log: Turn off gcc-2.95's strict-alias optimization.
6990              This, of course, should be only temporary.
6991              From Andy Dougherty.
6992      Branch: cfgperl
6993            ! Configure config_h.SH
6994      Branch: metaconfig
6995            ! U/compline/ccflags.U U/modified/cc.U
6996 ____________________________________________________________________________
6997 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6998         Log: Fix a typo in #4036.
6999      Branch: cfgperl
7000            ! mg.c
7001 ____________________________________________________________________________
7002 [  4040] By: jhi                                   on 1999/08/29  10:34:58
7003         Log: Add a missing #endif forgotten by #4035.
7004      Branch: cfgperl
7005            ! doop.c
7006 ____________________________________________________________________________
7007 [  4039] By: jhi                                   on 1999/08/29  10:31:19
7008         Log: Remove an extra #endif introduced by #4036.
7009      Branch: cfgperl
7010            ! perl.h
7011 ____________________________________________________________________________
7012 [  4038] By: jhi                                   on 1999/08/29  10:18:59
7013         Log: Rename warning to warnings, from Paul Marquess.
7014      Branch: cfgperl
7015            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
7016            + t/pragma/warnings.t warnings.h warnings.pl
7017            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7018            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
7019            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
7020            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
7021            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
7022            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
7023            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
7024            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7025            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7026            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7027            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7028            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7029            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
7030 ____________________________________________________________________________
7031 [  4037] By: jhi                                   on 1999/08/29  10:08:47
7032         Log: Create the equivalence tables based on
7033              the real Unicode decomposition, not on
7034              the character name.
7035      Branch: cfgperl
7036            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7037            ! lib/unicode/mktables.PL
7038 ____________________________________________________________________________
7039 [  4036] By: jhi                                   on 1999/08/29  09:29:08
7040         Log: Integrate with Sarathy.
7041      Branch: cfgperl
7042           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7043           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7044           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7045           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7046           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7047           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7048           !> (integrate 190 files)
7049 ____________________________________________________________________________
7050 [  4035] By: jhi                                   on 1999/08/29  08:56:15
7051         Log: Implement 64-bit vec().
7052      Branch: cfgperl
7053            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7054            ! pp.h t/op/64bit.t
7055 ____________________________________________________________________________
7056 [  4034] By: gsar                                  on 1999/08/29  03:35:18
7057         Log: deadcode removal
7058      Branch: perl
7059            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
7060            ! pp_ctl.c proto.h run.c sv.c
7061 ____________________________________________________________________________
7062 [  4033] By: jhi                                   on 1999/08/28  17:31:07
7063         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7064              To: perl5-porters@perl.org
7065              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7066              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7067              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7068      Branch: cfgperl
7069            ! perl.h
7070 ____________________________________________________________________________
7071 [  4032] By: gsar                                  on 1999/08/26  23:53:33
7072         Log: new thread should set current interp in TLS
7073      Branch: perl
7074            ! ext/Thread/Thread.xs
7075 ____________________________________________________________________________
7076 [  4031] By: bailey                                on 1999/08/23  03:40:07
7077         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
7078      Branch: vmsperl
7079            ! lib/ExtUtils/MM_VMS.pm
7080 ____________________________________________________________________________
7081 [  4030] By: bailey                                on 1999/08/23  03:37:43
7082         Log: Patch up holes in realclean target
7083      Branch: vmsperl
7084            ! vms/descrip_mms.template
7085 ____________________________________________________________________________
7086 [  4029] By: bailey                                on 1999/08/23  03:36:24
7087         Log: Fix handling of PERL_POLLUTE
7088      Branch: vmsperl
7089            ! lib/ExtUtils/MM_VMS.pm
7090 ____________________________________________________________________________
7091 [  4028] By: bailey                                on 1999/08/23  03:34:08
7092         Log: Update VMS version of perly.h
7093      Branch: vmsperl
7094            ! vms/perly_h.vms
7095 ____________________________________________________________________________
7096 [  4027] By: bailey                                on 1999/08/23  03:32:45
7097         Log: Update dependencies in Descrip.MMS
7098      Branch: vmsperl
7099            ! vms/descrip_mms.template
7100 ____________________________________________________________________________
7101 [  4026] By: bailey                                on 1999/08/23  03:30:01
7102         Log: Fix prototypes in perlapi.c (64-bit?)
7103              Clear prior definition of getenv_len before defining VMS-specific macro
7104      Branch: vmsperl
7105            ! perlapi.c vms/vmsish.h
7106 ____________________________________________________________________________
7107 [  4025] By: bailey                                on 1999/08/23  03:25:51
7108         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7109      Branch: vmsperl
7110            ! configure.com
7111 ____________________________________________________________________________
7112 [  4024] By: bailey                                on 1999/08/23  03:23:34
7113         Log: Skip open() tests that rely on Unix fork semantics
7114      Branch: vmsperl
7115            ! t/io/open.t
7116 ____________________________________________________________________________
7117 [  4023] By: bailey                                on 1999/08/23  03:21:46
7118         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7119      Branch: vmsperl
7120            ! vms/gen_shrfls.pl
7121 ____________________________________________________________________________
7122 [  4022] By: bailey                                on 1999/08/23  03:17:33
7123         Log: update MM_VMS to use new File::Spec routines
7124      Branch: vmsperl
7125            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7126 ____________________________________________________________________________
7127 [  4021] By: bailey                                on 1999/08/23  03:13:40
7128         Log: byteperl is now part of the ByteLoader ext
7129      Branch: vmsperl
7130            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7131 ____________________________________________________________________________
7132 [  4020] By: bailey                                on 1999/08/23  03:10:41
7133         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7134      Branch: vmsperl
7135            ! vms/vms.c
7136 ____________________________________________________________________________
7137 [  4019] By: bailey                                on 1999/08/23  03:07:28
7138         Log: Update calls for new thread context handling
7139      Branch: vmsperl
7140            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7141            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7142 ____________________________________________________________________________
7143 [  4018] By: bailey                                on 1999/08/23  03:01:31
7144         Log: Allow for file versions in library when looking for .bs files
7145      Branch: vmsperl
7146            ! ext/DynaLoader/DynaLoader_pm.PL
7147 ____________________________________________________________________________
7148 [  4017] By: bailey                                on 1999/08/23  02:58:55
7149         Log: Update VMS configuration procedures for 5.005_60
7150      Branch: vmsperl
7151            ! configure.com vms/subconfigure.com
7152 ____________________________________________________________________________
7153 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7154         Log: update Changes
7155      Branch: perl
7156            ! Changes
7157
7158 ----------------
7159 Version 5.005_61
7160 ----------------
7161
7162 ____________________________________________________________________________
7163 [  4015] By: gsar                                  on 1999/08/20  22:17:41
7164         Log: perl_free() should use PerlMem_free()
7165      Branch: perl
7166            ! perl.c
7167 ____________________________________________________________________________
7168 [  4014] By: gsar                                  on 1999/08/20  22:10:46
7169         Log: win32 tweaks
7170      Branch: perl
7171            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
7172            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7173            ! win32/config_H.vc
7174 ____________________________________________________________________________
7175 [  4013] By: gsar                                  on 1999/08/20  22:09:56
7176         Log: DEBUG_m() adjusted to internalize dTHX
7177      Branch: perl
7178            ! malloc.c perl.h util.c
7179 ____________________________________________________________________________
7180 [  4012] By: gsar                                  on 1999/08/20  17:51:06
7181         Log: make autogenerated files writable
7182      Branch: perl
7183            ! (edit 171 files)
7184 ____________________________________________________________________________
7185 [  4011] By: gsar                                  on 1999/08/20  17:43:47
7186         Log: update Changes
7187      Branch: perl
7188            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
7189 ____________________________________________________________________________
7190 [  4010] By: gsar                                  on 1999/08/20  17:21:53
7191         Log: up patchlevel &c
7192      Branch: perl
7193            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7194            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7195 ____________________________________________________________________________
7196 [  4009] By: gsar                                  on 1999/08/20  16:46:26
7197         Log: add missing Is/Syl*.pl files
7198      Branch: perl
7199            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7200            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7201            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7202            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7203            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7204            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7205 ____________________________________________________________________________
7206 [  4008] By: gsar                                  on 1999/08/20  16:31:02
7207         Log: integrate cfgperl contents into mainline
7208      Branch: perl
7209           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
7210           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7211           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
7212           +> t/op/lfs.t
7213            - lib/unicode/EthiopicSyllables.txt
7214            - lib/unicode/MakeEthiopicSyllables.PL
7215           !> (integrate 261 files)
7216 ____________________________________________________________________________
7217 [  4007] By: gsar                                  on 1999/08/20  15:24:08
7218         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
7219              USE_THREADS and MULTIPLICITY; minor pod adjustments
7220      Branch: perl
7221            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
7222            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
7223 ____________________________________________________________________________
7224 [  4006] By: jhi                                   on 1999/08/19  19:01:41
7225         Log: Tighten the vec() code so that naughty BITS cause an error.
7226      Branch: cfgperl
7227            ! doop.c
7228 ____________________________________________________________________________
7229 [  4005] By: jhi                                   on 1999/08/19  15:55:09
7230         Log: Don't document ill-defined vec() bits cases
7231              (for which the code doesn't work right in any case)
7232      Branch: cfgperl
7233            ! pod/perldiag.pod pod/perlfunc.pod
7234 ____________________________________________________________________________
7235 [  4004] By: jhi                                   on 1999/08/19  12:49:41
7236         Log: Removed duplicated code (in pp.c and mg.c) by introducing
7237              do_vecget().  NOTE: the calling convention of do_vecset()
7238              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
7239              in pp_vec() is no more multiplied by `size' in pp_vec(),
7240              the multiplication is now done in do_vecset().
7241              
7242              Also fix a cpp thinko in change #4002.
7243      Branch: cfgperl
7244            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
7245            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
7246            ! proto.h
7247 ____________________________________________________________________________
7248 [  4003] By: jhi                                   on 1999/08/18  08:27:22
7249         Log: Warn about small spherical distances.
7250      Branch: cfgperl
7251            ! lib/Math/Trig.pm
7252 ____________________________________________________________________________
7253 [  4002] By: jhi                                   on 1999/08/17  09:11:51
7254         Log: Enhance IV_FITS_IN_IV (though it's still unused).
7255      Branch: cfgperl
7256            ! perl.h
7257 ____________________________________________________________________________
7258 [  4001] By: jhi                                   on 1999/08/17  08:13:34
7259         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7260              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
7261              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
7262              Subject: [PATCH] overload.pm str/num confu
7263              Date: 17 Aug 1999 08:21:12 +0200
7264      Branch: cfgperl
7265            ! lib/overload.pm
7266 ____________________________________________________________________________
7267 [  4000] By: jhi                                   on 1999/08/17  07:20:23
7268         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
7269              To: perl5-porters@perl.org
7270              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
7271              Date: 16 Aug 1999 14:24:28 -0700
7272              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
7273      Branch: cfgperl
7274            ! pod/perlobj.pod
7275 ____________________________________________________________________________
7276 [  3999] By: jhi                                   on 1999/08/16  19:49:09
7277         Log: Integrate with Nick.
7278      Branch: cfgperl
7279           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
7280 ____________________________________________________________________________
7281 [  3998] By: jhi                                   on 1999/08/16  19:44:29
7282         Log: Fix most of the pod2man moanings reported in
7283              
7284              From: "Larry W. Virden" <lvirden@cas.org>
7285              To: perl5-porters@perl.org
7286              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
7287              (UNINSTALLED)
7288              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
7289              Message-Id: <199908031935.PAA27692@cas.org>
7290              
7291              Configure regen'ed.
7292      Branch: cfgperl
7293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7294            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
7295            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
7296            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
7297            ! utils/h2xs.PL utils/perlcc.PL
7298 ____________________________________________________________________________
7299 [  3997] By: jhi                                   on 1999/08/16  19:20:37
7300         Log: A fix of sorts for the flush-before-dup scenario.
7301      Branch: cfgperl
7302            ! doio.c
7303 ____________________________________________________________________________
7304 [  3996] By: jhi                                   on 1999/08/16  19:14:37
7305         Log: More paranoia.
7306      Branch: cfgperl
7307            ! sv.c
7308 ____________________________________________________________________________
7309 [  3995] By: jhi                                   on 1999/08/16  18:55:35
7310         Log: Batch of small 64-bit/long double/large file support tweaks:
7311              - scan for LDBL_DIG
7312              - from DBL_DIG and LDBL_DIG select NV_DIG
7313              - introduce IVSIZE, UVSIZE, NVSIZE
7314              - introduce IV_DIG
7315              - remove stdio64
7316              - AIX uses `oslevel` when others use `uname -r`
7317              - already AIX 4.2 goes 64-bit
7318              - in HP-UX require the 64-bit libc, just the directory isn't enough
7319              - group ids are not NVs
7320              - #undef USE_LONG_DOUBLE if long double is no better than double
7321              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
7322              - mention large file support in perldelta
7323              - introduce quad TOPpin' and POPpin'
7324              - the svcat... buffer was tiny for printing quads in %b
7325              - fix the multiplication test in 64bit.t
7326              - try to make VMS to comply with all this removal and "introducal"
7327              of symbols
7328      Branch: cfgperl
7329            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
7330            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
7331            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
7332      Branch: metaconfig
7333            ! U/modified/d_longdbl.U
7334      Branch: metaconfig/U/perl
7335            + d_ldbl_dig.U
7336 ____________________________________________________________________________
7337 [  3994] By: jhi                                   on 1999/08/16  07:53:44
7338         Log: More Configure/subconfigure.com syncing.
7339      Branch: cfgperl
7340            ! vms/subconfigure.com
7341 ____________________________________________________________________________
7342 [  3993] By: jhi                                   on 1999/08/14  22:09:26
7343         Log: Remove from VMS what the change #3982 took away from Configure lands.
7344      Branch: cfgperl
7345            ! vms/subconfigure.com
7346 ____________________________________________________________________________
7347 [  3992] By: jhi                                   on 1999/08/14  13:29:13
7348         Log: Small test tweaks.
7349      Branch: cfgperl
7350            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
7351 ____________________________________________________________________________
7352 [  3991] By: jhi                                   on 1999/08/14  13:08:41
7353         Log: Augment filesize limit note.
7354      Branch: cfgperl
7355            ! doio.c
7356 ____________________________________________________________________________
7357 [  3990] By: jhi                                   on 1999/08/14  13:06:12
7358         Log: Note about filesize limits.
7359      Branch: cfgperl
7360            ! doio.c pp_sys.c
7361 ____________________________________________________________________________
7362 [  3989] By: jhi                                   on 1999/08/14  11:31:58
7363         Log: Catch the case of filesize limits.
7364      Branch: cfgperl
7365            ! t/lib/syslfs.t t/op/lfs.t
7366 ____________________________________________________________________________
7367 [  3988] By: nick                                  on 1999/08/14  09:20:58
7368         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
7369              this causes a POPSTACK panic. The problem seems to be that although
7370              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
7371              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
7372              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
7373              messing with CATCH_SET() in call_sv, use it in perl_vdie().
7374              Add test to op/eval.t which will fail (panic) if bug comes back.
7375              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
7376      Branch: perl
7377            ! cop.h perl.c t/op/eval.t util.c
7378 ____________________________________________________________________________
7379 [  3987] By: jhi                                   on 1999/08/13  23:57:52
7380         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7381              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
7382              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
7383              Date: Fri, 13 Aug 1999 17:42:47 -0500
7384              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
7385      Branch: cfgperl
7386            ! lib/ExtUtils/MM_VMS.pm
7387 ____________________________________________________________________________
7388 [  3986] By: jhi                                   on 1999/08/13  23:56:44
7389         Log: Don't quit before printing out the message.
7390      Branch: cfgperl
7391            ! t/lib/syslfs.t t/op/lfs.t
7392 ____________________________________________________________________________
7393 [  3985] By: jhi                                   on 1999/08/13  23:35:49
7394         Log: Remove more t/ trash on target "clean".
7395      Branch: cfgperl
7396            ! Makefile.SH
7397 ____________________________________________________________________________
7398 [  3984] By: jhi                                   on 1999/08/13  23:02:53
7399         Log: Avoid double long double. 
7400      Branch: cfgperl
7401            ! Configure config_h.SH
7402      Branch: metaconfig/U/perl
7403            ! uselongdbl.U
7404 ____________________________________________________________________________
7405 [  3983] By: jhi                                   on 1999/08/13  22:59:56
7406         Log: BYTEORDER fix.
7407      Branch: cfgperl
7408            ! Configure config_h.SH
7409      Branch: metaconfig
7410            ! U/compline/byteorder.U
7411 ____________________________________________________________________________
7412 [  3982] By: jhi                                   on 1999/08/13  22:48:40
7413         Log: Jumbo Configure and large file support update.
7414              Remove a lot of unneeded 64-bitness cruft;
7415              re-introduce BYTEORDER; update 64-bitness hints;
7416              lfs should now work in Solaris; long doubles in AIX.
7417      Branch: cfgperl
7418            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
7419            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
7420            ! perlsdio.h pp.h pp_sys.c
7421      Branch: metaconfig
7422            ! U/compline/byteorder.U U/compline/ccflags.U
7423      Branch: metaconfig/U/perl
7424            ! d_dlsymun.U io64.U uselongdbl.U
7425 ____________________________________________________________________________
7426 [  3980] By: jhi                                   on 1999/08/13  15:09:11
7427         Log: Introduce HAS_LLSEEK.
7428      Branch: cfgperl
7429            ! Configure config_h.SH perl.h
7430 ____________________________________________________________________________
7431 [  3979] By: jhi                                   on 1999/08/13  14:29:47
7432         Log: From: <dan@sidhe.org>
7433              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
7434              sarathy@activestate.com
7435              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
7436              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
7437              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
7438      Branch: cfgperl
7439            ! vms/vms.c
7440 ____________________________________________________________________________
7441 [  3978] By: jhi                                   on 1999/08/13  09:56:46
7442         Log: Make the 64-bit tests more paranoid.
7443      Branch: cfgperl
7444            ! t/op/64bit.t
7445 ____________________________________________________________________________
7446 [  3976] By: jhi                                   on 1999/08/12  21:49:16
7447         Log: IRIX64 needs more -mabi=64 with gcc.
7448      Branch: cfgperl
7449            ! hints/irix_6.sh
7450 ____________________________________________________________________________
7451 [  3975] By: jhi                                   on 1999/08/12  21:02:03
7452         Log: Reincarnate change #3967, now in more modest form.
7453      Branch: cfgperl
7454            ! hints/irix_6.sh
7455 ____________________________________________________________________________
7456 [  3974] By: jhi                                   on 1999/08/12  20:49:36
7457         Log: Remove rt from libswanted (I added it many moons ago
7458              when I thought it would be useful in Digital UNIX,
7459              I was wrong); undo the recent IRIX hints changes,
7460              getting rid of one warning brought new ones.
7461      Branch: cfgperl
7462            ! Configure config_h.SH hints/irix_6.sh
7463      Branch: metaconfig
7464            ! U/modified/Myinit.U
7465 ____________________________________________________________________________
7466 [  3973] By: jhi                                   on 1999/08/12  19:42:53
7467         Log: st_blocks is in 512 byte blocks.
7468      Branch: cfgperl
7469            ! t/lib/syslfs.t t/op/lfs.t
7470 ____________________________________________________________________________
7471 [  3972] By: jhi                                   on 1999/08/12  19:27:31
7472         Log: Don't claim defeat too early.
7473      Branch: cfgperl
7474            ! Configure config_h.SH
7475      Branch: metaconfig/U/perl
7476            ! longdblfio.U
7477 ____________________________________________________________________________
7478 [  3971] By: jhi                                   on 1999/08/12  19:24:14
7479         Log: IRIX 64-bit hint tweak. 
7480      Branch: cfgperl
7481            ! hints/irix_6.sh
7482 ____________________________________________________________________________
7483 [  3970] By: nick                                  on 1999/08/12  19:17:20
7484         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7485              tests i.e. RV2AV and RV2HV
7486      Branch: perl
7487            ! op.c t/pragma/warn/op
7488 ____________________________________________________________________________
7489 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7490         Log: Add Configure -Duselongdouble and add a missing semicolon.
7491      Branch: cfgperl
7492            ! Configure config_h.SH sv.c
7493      Branch: metaconfig/U/perl
7494            + uselongdbl.U
7495 ____________________________________________________________________________
7496 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7497         Log: Simply exit() early if lfs support seems unlikely.
7498      Branch: cfgperl
7499            ! t/lib/syslfs.t t/op/lfs.t
7500 ____________________________________________________________________________
7501 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7502         Log: Suffer silently for unused libraries.
7503      Branch: cfgperl
7504            ! hints/irix_6.sh
7505 ____________________________________________________________________________
7506 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7507         Log: Update MANIFEST to follow change #3965.
7508      Branch: cfgperl
7509            ! MANIFEST
7510 ____________________________________________________________________________
7511 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7512         Log: Regenerate Unicode tables based on new syllable lists
7513              from Daniel Yacob.
7514      Branch: cfgperl
7515            ! (edit 159 files)
7516 ____________________________________________________________________________
7517 [  3964] By: jhi                                   on 1999/08/12  10:06:24
7518         Log: Remove more spurious casting.
7519      Branch: cfgperl
7520            ! pp_sys.c
7521 ____________________________________________________________________________
7522 [  3963] By: jhi                                   on 1999/08/12  08:18:53
7523         Log: Minor niggles on the lfs tests.
7524      Branch: cfgperl
7525            ! t/lib/syslfs.t t/op/lfs.t
7526 ____________________________________________________________________________
7527 [  3962] By: jhi                                   on 1999/08/11  22:48:25
7528         Log: Don't bother with lfs testing if off_t is too small.
7529      Branch: cfgperl
7530            ! t/lib/syslfs.t t/op/lfs.t
7531 ____________________________________________________________________________
7532 [  3961] By: jhi                                   on 1999/08/11  22:22:54
7533         Log: Long double patches from Dan Sugalski.
7534      Branch: cfgperl
7535            ! sv.c
7536 ____________________________________________________________________________
7537 [  3960] By: jhi                                   on 1999/08/11  22:17:55
7538         Log: Flush buffer before duplicating file descriptor.
7539              
7540              From: Mark-Jason Dominus <mjd@plover.com>
7541              To: Graham Barr <gbarr@pobox.com>
7542              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
7543              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
7544              Date: Wed, 11 Aug 1999 15:56:09 -0400
7545              Message-ID: <19990811195610.5933.qmail@plover.com>
7546              
7547              From: Mark-Jason Dominus <mjd@plover.com>
7548              To: perl5-porters@perl.org
7549              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
7550              Date: Wed, 11 Aug 1999 16:05:46 -0400
7551              Message-ID: <19990811200546.6165.qmail@plover.com>
7552      Branch: cfgperl
7553            ! doio.c pod/perldelta.pod
7554 ____________________________________________________________________________
7555 [  3959] By: jhi                                   on 1999/08/11  22:11:35
7556         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
7557              
7558              From: "Craig A. Berry" <craig.berry@metamor.com>
7559              Sender: owner-perl5-porters@perl.org
7560              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
7561              bailey@newman.upenn.edu
7562              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
7563              problem
7564              Date: Wed, 11 Aug 1999 14:31:11 -0500
7565              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
7566      Branch: cfgperl
7567            ! vms/vms.c
7568 ____________________________________________________________________________
7569 [  3958] By: jhi                                   on 1999/08/11  15:35:45
7570         Log: Add a hopefully comforting message if there seems to be no LFS. 
7571              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
7572              The tests will fail on lfs tests only if quad is available,
7573              if ENOQUAD, the lfs tests will be skipped.
7574      Branch: cfgperl
7575            ! t/lib/syslfs.t t/op/lfs.t
7576 ____________________________________________________________________________
7577 [  3957] By: jhi                                   on 1999/08/11  12:25:59
7578         Log: Unapply an experimental patch that accidentally escaped
7579              from the lab by piggybacking with the change #3955.
7580      Branch: cfgperl
7581            ! pp.c pp.h pp_hot.c
7582 ____________________________________________________________________________
7583 [  3956] By: jhi                                   on 1999/08/11  08:19:23
7584         Log: Add sysio large file support testing.
7585      Branch: cfgperl
7586            + t/lib/syslfs.t
7587            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
7588 ____________________________________________________________________________
7589 [  3955] By: jhi                                   on 1999/08/10  22:39:11
7590         Log: From: <dan@sidhe.org>
7591              To: vmsperl@perl.org, perl5-porters@perl.org,
7592              sarathy@activestate.com, bailey@newman.upenn.edu
7593              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
7594              threads on VMS
7595              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
7596              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
7597      Branch: cfgperl
7598            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7599            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
7600            ! vms/writemain.pl
7601 ____________________________________________________________________________
7602 [  3954] By: jhi                                   on 1999/08/10  20:37:55
7603         Log: LFS testing robustness.
7604      Branch: cfgperl
7605            ! t/op/lfs.t
7606 ____________________________________________________________________________
7607 [  3953] By: jhi                                   on 1999/08/10  19:54:50
7608         Log: From: <dan@sidhe.org>
7609              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
7610              sarathy@activestate.com
7611              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
7612              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
7613              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
7614      Branch: cfgperl
7615            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7616            ! vms/subconfigure.com vms/vmsish.h
7617 ____________________________________________________________________________
7618 [  3952] By: jhi                                   on 1999/08/10  17:18:57
7619         Log: AIX is different, again.  Now in cc -E output.
7620      Branch: cfgperl
7621            ! Configure config_h.SH
7622      Branch: metaconfig
7623            ! U/modified/cppstdin.U
7624 ____________________________________________________________________________
7625 [  3951] By: jhi                                   on 1999/08/10  14:37:08
7626         Log: Use Pid_t on pgrp matters.
7627      Branch: cfgperl
7628            ! pp_sys.c
7629 ____________________________________________________________________________
7630 [  3950] By: jhi                                   on 1999/08/10  14:35:30
7631         Log: Use Pid_t.
7632      Branch: cfgperl
7633            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7634            ! pp_sys.c proto.h util.c
7635 ____________________________________________________________________________
7636 [  3949] By: jhi                                   on 1999/08/10  14:11:15
7637         Log: Use Mode_t.
7638      Branch: cfgperl
7639            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7640            ! perlapi.h pp_sys.c proto.h
7641 ____________________________________________________________________________
7642 [  3948] By: jhi                                   on 1999/08/10  13:53:19
7643         Log: Small perlbug doc tweaks from Jon Orwant.
7644      Branch: cfgperl
7645            ! utils/perlbug.PL
7646 ____________________________________________________________________________
7647 [  3947] By: jhi                                   on 1999/08/10  09:55:11
7648         Log: Large file support testing.
7649      Branch: cfgperl
7650            + t/op/lfs.t
7651            ! MANIFEST t/op/64bit.t
7652 ____________________________________________________________________________
7653 [  3946] By: jhi                                   on 1999/08/10  09:13:54
7654         Log: Remove I32 casting from time-related functions.
7655      Branch: cfgperl
7656            ! pp_sys.c
7657 ____________________________________________________________________________
7658 [  3945] By: jhi                                   on 1999/08/10  09:06:42
7659         Log: Gratuitous uid and gid casts to I32s and ints removed.
7660              There are still problem spots in printfing such ids:
7661              width (%d vs %ld) and signedness %d vs %u.
7662      Branch: cfgperl
7663            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
7664            ! perl.c perlapi.c pp_hot.c proto.h
7665 ____________________________________________________________________________
7666 [  3944] By: jhi                                   on 1999/08/10  07:43:03
7667         Log: Remove I32 casts from pp_stat, these make stat()
7668              very broken e.g. on files larger than 2 gigabytes.
7669              Reported by
7670              From: Phil Lobbes <phil@finchcomputer.com>
7671              To: perl5-porters@perl.org
7672              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
7673              UNIX Perl 5.005_03
7674              Date: Mon, 09 Aug 1999 21:38:54 -0700
7675              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
7676              
7677              There are more of these I32 casts all over pp_sys.c,
7678              all of them should be checked.
7679      Branch: cfgperl
7680            ! pp_sys.c
7681 ____________________________________________________________________________
7682 [  3943] By: jhi                                   on 1999/08/10  07:38:30
7683         Log: Remove blathering.
7684      Branch: cfgperl
7685            ! lib/unicode/mktables.PL
7686 ____________________________________________________________________________
7687 [  3942] By: jhi                                   on 1999/08/09  20:35:13
7688         Log: lexwarn maintenance: new warning class unsafe
7689              subclasses 'overflow' and 'portable' created,
7690              used by the recent integer overflow warnings.
7691              Class syntax subclass 'octal' renamed to 'digit',
7692              binary and hexadecimal parsing errors also 'digit' warnings.
7693      Branch: cfgperl
7694            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
7695            ! util.c warning.h warning.pl
7696 ____________________________________________________________________________
7697 [  3941] By: jhi                                   on 1999/08/09  10:40:47
7698         Log: Integrate with Nick.
7699      Branch: cfgperl
7700           +> opnames.h
7701           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
7702           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
7703 ____________________________________________________________________________
7704 [  3940] By: jhi                                   on 1999/08/09  10:32:43
7705         Log: Regenerate the Unicode tables after having updated the Unicode
7706              database (change #3939).
7707      Branch: cfgperl
7708            ! (edit 157 files)
7709 ____________________________________________________________________________
7710 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7711         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7712      Branch: cfgperl
7713            ! lib/unicode/UnicodeData-Latest.txt
7714 ____________________________________________________________________________
7715 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7716         Log: Ethiopic changes via private email from Daniel Yacob,
7717              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7718              Canadian Syllabics and Yi under construction.
7719      Branch: cfgperl
7720            + lib/unicode/syllables.txt
7721            - lib/unicode/EthiopicSyllables.txt
7722            - lib/unicode/MakeEthiopicSyllables.PL
7723            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7724            ! lib/unicode/mktables.PL
7725 ____________________________________________________________________________
7726 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7727         Log: Move the equivalence class creation last.
7728      Branch: cfgperl
7729            ! lib/unicode/mktables.PL
7730 ____________________________________________________________________________
7731 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7732         Log: Compute equivalence classes (diacritics stripping) only
7733              for letters, not for ligatures.
7734      Branch: cfgperl
7735            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7736            ! lib/unicode/mktables.PL
7737 ____________________________________________________________________________
7738 [  3935] By: nick                                  on 1999/08/08  13:53:57
7739         Log: Will now correctly re-call 
7740              bootstrap "Foo";
7741              if requested. This should allow build on Win32 and other
7742              platforms where you cannot link to loadables directly.
7743      Branch: perl
7744            ! ext/B/B/C.pm
7745 ____________________________________________________________________________
7746 [  3934] By: nick                                  on 1999/08/07  12:23:55
7747         Log: Vishal Bhatia <vishalb@my-deja.com>
7748              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7749              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7750      Branch: perl
7751            ! ext/B/B/CC.pm
7752 ____________________________________________________________________________
7753 [  3933] By: nick                                  on 1999/08/07  12:19:46
7754         Log: B::C changes to get simple Tk app. compiling again
7755      Branch: perl
7756            ! ext/B/B/C.pm
7757 ____________________________________________________________________________
7758 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7759         Log: Regen Configure to include change #3915.
7760      Branch: cfgperl
7761            ! Configure config_h.SH
7762 ____________________________________________________________________________
7763 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7764         Log: Todo update.
7765      Branch: cfgperl
7766            ! Todo Todo-5.005 lib/unicode/mktables.PL
7767 ____________________________________________________________________________
7768 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7769         Log: Character class equivalence tables.
7770      Branch: cfgperl
7771            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7772            ! MANIFEST lib/unicode/mktables.PL
7773 ____________________________________________________________________________
7774 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7775         Log: More Fcntl constants.  (This process really needs
7776              to be automated, at least partly, see the Errno extension.)
7777              Now also the SEEK_ constants are available via the Fcntl.
7778              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7779              but now Fcntl is a one-stop shopping mall for all your
7780              file-related constants.    
7781      Branch: cfgperl
7782            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7783 ____________________________________________________________________________
7784 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7785         Log: Protect against pack/unpack repeat count overflows,
7786              based on:
7787              
7788              From: Nathan Torkington <gnat@frii.com>
7789              To: Brian Keefer <mgomes@cwix.com>
7790              Cc: perl5-porters@perl.org
7791              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7792              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7793              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7794      Branch: cfgperl
7795            ! pod/perldiag.pod pp.c
7796 ____________________________________________________________________________
7797 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7798         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7799              
7800              From: Nathan Torkington <gnat@frii.com>
7801              To: perl5-porters@perl.org
7802              Subject: Bugfix for my bugfix
7803              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7804              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7805      Branch: cfgperl
7806            ! ext/B/B/Assembler.pm
7807 ____________________________________________________________________________
7808 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7809         Log: Fix regex charclass parsing so that bogus ranges
7810              like [0-\d] and [[:word:]-z] are no more allowed.
7811              The anomaly was noticed by Guy Decoux.
7812      Branch: cfgperl
7813            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7814 ____________________________________________________________________________
7815 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7816         Log: split /^/ deprecation warning should not be on by default.
7817      Branch: cfgperl
7818            ! pp.c
7819 ____________________________________________________________________________
7820 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7821         Log: From: paul.marquess@bt.com
7822              To: jhi@iki.fi, paul.marquess@bt.com
7823              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7824              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7825              Date: Thu, 5 Aug 1999 09:33:14 +0100
7826              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7827      Branch: cfgperl
7828            ! t/lib/anydbm.t
7829 ____________________________________________________________________________
7830 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7831         Log: From: paul.marquess@bt.com
7832              To: perl5-porters@perl.org
7833              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7834              randy@theoryx5.uwinnipeg.ca
7835              Subject:  [PATCH 5.005_60] DB_File 1.70
7836              Date: Wed, 4 Aug 1999 23:22:22 +0100
7837              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7838              
7839              (Replaces change #3917)
7840      Branch: cfgperl
7841            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7842            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7843 ____________________________________________________________________________
7844 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7845         Log: From: Nathan Torkington <gnat@frii.com>
7846              To: perl5-porters@perl.org
7847              Subject: [5.005_60 PATCH] Make B::Bytecode work
7848              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7849              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7850      Branch: cfgperl
7851            ! ext/B/B/Assembler.pm
7852 ____________________________________________________________________________
7853 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7854         Log: Update history records.
7855      Branch: cfgperl
7856            ! pod/perlhist.pod
7857 ____________________________________________________________________________
7858 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7859         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7860      Branch: cfgperl
7861            ! perlio.c
7862 ____________________________________________________________________________
7863 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7864         Log: (Replaced by change #3921)
7865              From: paul.marquess@bt.com
7866              To: gsar@activestate.com
7867              Cc: perl5-porters@perl.org
7868              Subject: [PATCH 5.005_60] DB_File 1.69
7869              Date: Tue, 3 Aug 1999 22:55:00 +0100
7870              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7871      Branch: cfgperl
7872            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7873            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7874 ____________________________________________________________________________
7875 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7876         Log: Introduce the charnames pragma.
7877              
7878              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7879              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7880              To: Chip Salzenberg <[11]chip@perlsupport.com>
7881              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7882              Date: Sat, 31 Jul 1999 05:44:05 -0400
7883              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7884              
7885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7886              To: Mailing list Perl5 <perl5-porters@perl.org>
7887              Subject: [PATCH 5.005_58] Named characters in Perl
7888              Date: Mon, 2 Aug 1999 19:25:40 -0400
7889              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7890      Branch: cfgperl
7891            + lib/charnames.pm t/lib/charnames.t
7892            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7893            ! pod/perlre.pod regcomp.c toke.c
7894 ____________________________________________________________________________
7895 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7896         Log: Support Configure -Dmake=pmake.
7897              Via private email from Andy.
7898              NOTE: assumes "basename" command.
7899      Branch: metaconfig
7900            ! U/modified/Config_sh.U
7901 ____________________________________________________________________________
7902 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7903         Log: The op/filetest.t failed subtest 7 if testing as root.
7904              
7905              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7906              To: perl5-porters@perl.org
7907              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7908              Date: Tue, 27 Jul 1999 22:54:05 +0200
7909              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7910      Branch: cfgperl
7911            ! t/op/filetest.t
7912 ____________________________________________________________________________
7913 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7914         Log: The "-Dusethreads -Duseperlio" combination failed.
7915              
7916              From: Spider Boardman <spider@leggy.zk3.dec.com>
7917              To: perl5-porters@perl.org
7918              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7919              4.0 (UNINSTALLED)
7920              Date: Tue, 3 Aug 1999 14:25:00 -0400
7921              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7922              
7923              See also change #3912.
7924      Branch: cfgperl
7925            ! perlio.c
7926 ____________________________________________________________________________
7927 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7928         Log: From: Chris Nandor <pudge@pobox.com>
7929              To: perl5-porters@perl.org
7930              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7931              Date: Wed, 28 Jul 1999 23:42:49 -0400
7932              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7933      Branch: cfgperl
7934            ! utils/perlbug.PL
7935 ____________________________________________________________________________
7936 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7937         Log: Hints for building ByteLoader in SunoS.  Based on
7938              From: Andy Dougherty <doughera@lafayette.edu>
7939              To: Gurusamy Sarathy <gsar@activestate.com>
7940              Cc: Perl Porters <perl5-porters@perl.org>
7941              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7942              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7943              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7944      Branch: cfgperl
7945            + ext/ByteLoader/hints/sunos.pl
7946            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7947 ____________________________________________________________________________
7948 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7949         Log: Clarify RE engine code; inline a static function to a macro;
7950              make exact string nodes smaller.
7951              
7952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7953              To: perl5-porters@perl.org (Mailing list Perl5)
7954              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7955              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7956              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7957      Branch: cfgperl
7958            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7959            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7960            ! regnodes.h warning.h
7961 ____________________________________________________________________________
7962 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7963         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7964              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7965              
7966              From: Spider Boardman <spider@leggy.zk3.dec.com>
7967              To: perl5-porters@perl.org
7968              Subject: [ID 19990802.016] Not OK: perl 5.00559
7969              Date: Mon, 2 Aug 1999 16:11:13 -0400
7970              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7971      Branch: cfgperl
7972            ! embed.pl
7973 ____________________________________________________________________________
7974 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7975         Log: Change #3790 redemption: with a little additional
7976              patch from Ilya it works okay.
7977      Branch: cfgperl
7978            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7979            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7980 ____________________________________________________________________________
7981 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7982         Log: this will be 5.005_60
7983      Branch: perl
7984            ! Changes
7985
7986 ----------------
7987 Version 5.005_60
7988 ----------------
7989
7990 ____________________________________________________________________________
7991 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7992         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7993              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7994              regen headers
7995      Branch: perl
7996            ! embed.h embed.pl global.sym opcode.h perlapi.c
7997 ____________________________________________________________________________
7998 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7999         Log: native int pack/unpack fixes (from Spider Boardman
8000              <spider@leggy.zk3.dec.com>)
8001      Branch: perl
8002            ! pp.c
8003 ____________________________________________________________________________
8004 [  3902] By: gsar                                  on 1999/08/02  20:24:41
8005         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
8006              <spider@leggy.zk3.dec.com>)
8007      Branch: perl
8008            + opnames.h
8009            ! Changes MANIFEST opcode.pl perl.h
8010 ____________________________________________________________________________
8011 [  3901] By: gsar                                  on 1999/08/02  18:51:18
8012         Log: integrate cfgperl contents
8013      Branch: perl
8014           !> INSTALL README pod/perldelta.pod
8015 ____________________________________________________________________________
8016 [  3900] By: jhi                                   on 1999/08/02  18:46:21
8017         Log: Update README and INSTALL; partly based on the message
8018              
8019              From: "John L. Allen" <allen@grumman.com>
8020              To: Jarkko Hietaniemi <jhi@iki.fi>
8021              cc: perl5-porters@perl.org
8022              Subject: Re: Perl Installation Problem
8023              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
8024              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
8025              
8026              and private email from Andy Dougherty.
8027      Branch: cfgperl
8028            ! INSTALL README
8029 ____________________________________________________________________________
8030 [  3899] By: jhi                                   on 1999/08/02  18:36:35
8031         Log: Integrate with Sarathy.
8032      Branch: cfgperl
8033           !> op.c
8034 ____________________________________________________________________________
8035 [  3898] By: jhi                                   on 1999/08/02  18:34:49
8036         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
8037      Branch: cfgperl
8038            ! pod/perldelta.pod
8039 ____________________________________________________________________________
8040 [  3897] By: gsar                                  on 1999/08/02  18:18:37
8041         Log: optimizations could sometimes bypass bareword check
8042      Branch: perl
8043            ! op.c
8044 ____________________________________________________________________________
8045 [  3896] By: jhi                                   on 1999/08/02  18:18:34
8046         Log: Integrate with Sarathy.
8047      Branch: cfgperl
8048           !> Changes makedef.pl patchlevel.h win32/Makefile
8049           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8050           !> win32/makefile.mk
8051 ____________________________________________________________________________
8052 [  3895] By: gsar                                  on 1999/08/02  17:22:40
8053         Log: up patchlevel etc.
8054      Branch: perl
8055            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8056            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8057 ____________________________________________________________________________
8058 [  3894] By: gsar                                  on 1999/08/02  17:12:31
8059         Log: integrate change#3893, make it conditional on bincompat5005
8060      Branch: perl
8061            ! makedef.pl
8062 ____________________________________________________________________________
8063 [  3893] By: jhi                                   on 1999/08/02  16:49:08
8064         Log: PERL_BINCOMPAT_5005 symbol translation.
8065              (AIX wouldn't link neither perl nor extensions.)
8066      Branch: cfgperl
8067            ! makedef.pl
8068 ____________________________________________________________________________
8069 [  3892] By: gsar                                  on 1999/08/02  16:09:13
8070         Log: integrate cfgperl contents into mainline
8071      Branch: perl
8072           +> t/op/64bit.t
8073            ! Changes
8074           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
8075           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
8076           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
8077 ____________________________________________________________________________
8078 [  3891] By: jhi                                   on 1999/08/02  14:52:40
8079         Log: AIX long long probing requires LL suffix for
8080              the ll constant.  The suffix doesn't seem
8081              to bother other ll platforms.
8082      Branch: cfgperl
8083            ! Configure config_h.SH hints/aix.sh
8084      Branch: metaconfig/U/perl
8085            ! quadfio.U
8086 ____________________________________________________________________________
8087 [  3890] By: jhi                                   on 1999/08/02  14:21:55
8088         Log: Exact path to perl for open -|.
8089      Branch: cfgperl
8090            ! t/io/open.t
8091 ____________________________________________________________________________
8092 [  3889] By: jhi                                   on 1999/08/02  14:18:03
8093         Log: Integrate with Sarathy.
8094      Branch: cfgperl
8095           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8096           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8097           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8098 ____________________________________________________________________________
8099 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8100         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8101      Branch: cfgperl
8102            ! hints/aix.sh
8103 ____________________________________________________________________________
8104 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8105         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8106              emacs code indentation doesn't get wrong ideas--
8107              in other words, introduce a couple of "redundant" if:s.
8108      Branch: cfgperl
8109            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8110            ! util.c
8111 ____________________________________________________________________________
8112 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8113         Log: Mention that also *BSD systems with glibc are known to stumble.
8114      Branch: cfgperl
8115            ! t/pragma/warn/pp_hot
8116 ____________________________________________________________________________
8117 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8118         Log: Allow also non-long long but still quad platforms print quads.
8119      Branch: cfgperl
8120            ! Configure config_h.SH
8121      Branch: metaconfig/U/perl
8122            ! longdblfio.U quadfio.U
8123 ____________________________________________________________________________
8124 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8125         Log: Fix regclass utf8 hex ranges for quads.
8126      Branch: cfgperl
8127            ! regcomp.c
8128 ____________________________________________________________________________
8129 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8130         Log: Enhance the description of how to detect quad support.
8131      Branch: cfgperl
8132            ! pod/perlfunc.pod
8133 ____________________________________________________________________________
8134 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8135         Log: Fix printf %D %U %O for quads.
8136      Branch: cfgperl
8137            ! sv.c t/op/64bit.t
8138 ____________________________________________________________________________
8139 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8140         Log: Document quad printing.
8141      Branch: cfgperl
8142            ! pod/perlfunc.pod
8143 ____________________________________________________________________________
8144 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8145         Log: More 64-bit fixing.  One known bug of that kind
8146              remains, 32-bit platforms using long long in
8147              the test t/pragma/utf8 subtests 1-3 fail.
8148              (Update: change    #3884 fixed that one.)
8149      Branch: cfgperl
8150            + t/op/64bit.t
8151            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8152
8153 ----------------
8154 Version 5.005_59
8155 ----------------
8156
8157 ____________________________________________________________________________
8158 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8159         Log: integrate cfgperl changes into mainline
8160      Branch: perl
8161           !> Configure config_h.SH sv.c
8162 ____________________________________________________________________________
8163 [  3878] By: gsar                                  on 1999/08/02  08:13:16
8164         Log: change#3692 had an unintentional patch leak through!
8165              (this would explain the mysterious C<next LABEL> failures
8166              people have seen)
8167      Branch: perl
8168            ! pp_ctl.c
8169 ____________________________________________________________________________
8170 [  3877] By: gsar                                  on 1999/08/02  08:00:29
8171         Log: up patchlevel to 59
8172      Branch: perl
8173            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8174            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8175            ! win32/makefile.mk
8176 ____________________________________________________________________________
8177 [  3876] By: gsar                                  on 1999/08/02  07:51:18
8178         Log: fix coredump under usethreads+debug
8179      Branch: perl
8180            ! util.c
8181 ____________________________________________________________________________
8182 [  3875] By: jhi                                   on 1999/08/02  07:50:51
8183         Log: d_bincompat5005 could be left empty.
8184      Branch: cfgperl
8185            ! Configure config_h.SH
8186      Branch: metaconfig/U/perl
8187            ! bincompat5005.U
8188 ____________________________________________________________________________
8189 [  3874] By: jhi                                   on 1999/08/02  07:42:45
8190         Log: Fix printf %d when IV is quad.
8191      Branch: cfgperl
8192            ! sv.c
8193 ____________________________________________________________________________
8194 [  3873] By: gsar                                  on 1999/08/02  07:41:03
8195         Log: fix d_bincompat5005='' junking config.h
8196      Branch: perl
8197            ! Configure
8198 ____________________________________________________________________________
8199 [  3872] By: gsar                                  on 1999/08/02  07:38:48
8200         Log: C needs parameter list, not merely type
8201      Branch: perl
8202            ! win32/win32.c
8203 ____________________________________________________________________________
8204 [  3871] By: jhi                                   on 1999/08/02  07:20:51
8205         Log: Integrate with Sarathy.
8206      Branch: cfgperl
8207           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
8208 ____________________________________________________________________________
8209 [  3870] By: gsar                                  on 1999/08/02  07:12:18
8210         Log: integrate cfgperl changes into mainline
8211      Branch: perl
8212            ! Changes
8213           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8214           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
8215           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
8216           !> toke.c util.c
8217 ____________________________________________________________________________
8218 [  3869] By: gsar                                  on 1999/08/02  06:59:09
8219         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8220              Date: Sat, 31 Jul 1999 19:08:33 -0700
8221              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
8222              Subject: [PATCH 5.005_58] "use constant" in the compiler
8223      Branch: perl
8224            ! ext/B/B/C.pm ext/B/B/CC.pm
8225 ____________________________________________________________________________
8226 [  3868] By: gsar                                  on 1999/08/02  06:55:51
8227         Log: debug build tweak
8228      Branch: perl
8229            ! regexec.c
8230 ____________________________________________________________________________
8231 [  3867] By: gsar                                  on 1999/08/02  06:35:18
8232         Log: create vmsperl branch (to be owned and operated by: cbailey)
8233      Branch: vmsperl
8234           +> (branch 1476 files)
8235 ____________________________________________________________________________
8236 [  3866] By: jhi                                   on 1999/08/01  23:34:40
8237         Log: so_locations once is enough.
8238      Branch: cfgperl
8239            ! Makefile.SH
8240 ____________________________________________________________________________
8241 [  3865] By: jhi                                   on 1999/08/01  23:13:05
8242         Log: Simplicate duplicated code.
8243      Branch: cfgperl
8244            ! util.c
8245 ____________________________________________________________________________
8246 [  3864] By: jhi                                   on 1999/08/01  22:41:41
8247         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
8248      Branch: cfgperl
8249           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8250           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8251            - README.cygwin32 cygwin32/Makefile.SHs
8252            - cygwin32/build-instructions.READFIRST
8253            - cygwin32/build-instructions.charles-wilson
8254            - cygwin32/build-instructions.sebastien-barre
8255            - cygwin32/build-instructions.steven-morlock
8256            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8257            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8258            - hints/cygwin32.sh
8259           !> (integrate 61 files)
8260 ____________________________________________________________________________
8261 [  3863] By: jhi                                   on 1999/08/01  22:36:02
8262         Log: Regen Configure and Glossary once again.
8263      Branch: cfgperl
8264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8265            ! config_h.SH
8266 ____________________________________________________________________________
8267 [  3862] By: jhi                                   on 1999/08/01  22:26:09
8268         Log: Glossary update for #3861.
8269      Branch: cfgperl
8270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8271            ! config_h.SH
8272 ____________________________________________________________________________
8273 [  3861] By: jhi                                   on 1999/08/01  22:22:51
8274         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
8275              with -Duse64bits (using long long).
8276              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
8277              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
8278              'print unpack "q", pack "q", 12345678901'
8279              should work on such 32-bit platforms.
8280              Still a lot of printf()s behind -D which wrongly assume
8281              that %ld/%lx and (long) are a good combination.
8282              Introducing a slew of new macros intended to be used in printf()
8283              format strings: e. g. PERL_PRId64 is the string to be used
8284              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
8285              The PRI... naming follows the C9X naming of <inttypes.h> macros.
8286      Branch: cfgperl
8287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8288            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
8289            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
8290      Branch: metaconfig/U/perl
8291            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
8292 ____________________________________________________________________________
8293 [  3860] By: gsar                                  on 1999/08/01  21:23:18
8294         Log: integrate cfgperl contents into mainline
8295      Branch: perl
8296            ! toke.c
8297           !> (integrate 29 files)
8298 ____________________________________________________________________________
8299 [  3859] By: gsar                                  on 1999/08/01  21:13:09
8300         Log: From: Nathan Torkington <gnat@frii.com>
8301              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
8302              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
8303              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
8304      Branch: perl
8305            ! ext/B/B/Disassembler.pm
8306 ____________________________________________________________________________
8307 [  3858] By: gsar                                  on 1999/08/01  21:09:15
8308         Log: DB_File 1.68 update from Paul Marquess
8309      Branch: perl
8310            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8311            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8312            ! t/lib/db-recno.t
8313 ____________________________________________________________________________
8314 [  3857] By: gsar                                  on 1999/08/01  21:05:54
8315         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8316              Date: Sat, 31 Jul 1999 05:13:38 -0400
8317              Message-Id: <199907311407.IAA25038@localhost.frii.com>
8318              Subject: [PATCH 5.005_58] More optimizations to REx engine
8319      Branch: perl
8320            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
8321            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
8322 ____________________________________________________________________________
8323 [  3856] By: gsar                                  on 1999/08/01  20:59:59
8324         Log: slightly modified version of suggested patch
8325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8326              Date: Sat, 31 Jul 1999 04:45:12 -0400
8327              Message-Id: <199907311406.IAA25034@localhost.frii.com>
8328              Subject: [PATCH 5.005_58] Fix OS/2 build
8329      Branch: perl
8330            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
8331            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
8332 ____________________________________________________________________________
8333 [  3855] By: gsar                                  on 1999/08/01  20:49:06
8334         Log: cygwin update
8335              From: "Fifer, Eric" <EFifer@sanwaint.com>
8336              Date: Fri, 30 Jul 1999 18:31:48 +0100
8337              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
8338              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
8339      Branch: perl
8340            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
8341            ! pp_sys.c unixish.h util.c
8342 ____________________________________________________________________________
8343 [  3854] By: gsar                                  on 1999/08/01  20:41:53
8344         Log: fixes from Stephen McCamant that address bugs in change#3612
8345              (the optimization shouldn't be enabled in expressions where
8346              the variable is introduced), and fix Deparse to grok the
8347              optimization
8348              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
8349              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
8350              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
8351              --
8352              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
8353              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
8354              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
8355              --
8356              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
8357              Message-Id: <199907310326.VAA24376@localhost.frii.com>
8358              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
8359      Branch: perl
8360            ! ext/B/B/Deparse.pm op.c
8361 ____________________________________________________________________________
8362 [  3853] By: gsar                                  on 1999/08/01  20:31:32
8363         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8364              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
8365              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
8366              Subject: [PATCH _58] Two one-liner LOGOP tweaks
8367      Branch: perl
8368            ! op.c opcode.h opcode.pl
8369 ____________________________________________________________________________
8370 [  3852] By: gsar                                  on 1999/08/01  20:29:17
8371         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
8372      Branch: perl
8373            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
8374            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
8375            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
8376            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
8377            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
8378            ! pod/perlport.pod pp_sys.c util.c
8379 ____________________________________________________________________________
8380 [  3851] By: gsar                                  on 1999/08/01  20:20:05
8381         Log: move files around for s/cygwin32/cygwin/ renaming
8382      Branch: perl
8383           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8384           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8385            - README.cygwin32 cygwin32/Makefile.SHs
8386            - cygwin32/build-instructions.READFIRST
8387            - cygwin32/build-instructions.charles-wilson
8388            - cygwin32/build-instructions.sebastien-barre
8389            - cygwin32/build-instructions.steven-morlock
8390            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8391            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8392            - hints/cygwin32.sh
8393            ! MANIFEST
8394 ____________________________________________________________________________
8395 [  3850] By: gsar                                  on 1999/08/01  20:05:14
8396         Log: posix-bc hints tweak (via private mail from Thomas Dorner
8397              <Thomas.Dorner@start.de>)
8398      Branch: perl
8399            ! Changes hints/posix-bc.sh
8400 ____________________________________________________________________________
8401 [  3849] By: gsar                                  on 1999/08/01  19:50:20
8402         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
8403              <gnat@frii.com>)
8404      Branch: perl
8405            ! perl.h pod/perldelta.pod pod/perlguts.pod
8406 ____________________________________________________________________________
8407 [  3848] By: gsar                                  on 1999/08/01  18:34:41
8408         Log: fix defined(@foo) encarpments
8409      Branch: perl
8410            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
8411            ! pod/perltrap.pod
8412 ____________________________________________________________________________
8413 [  3847] By: jhi                                   on 1999/08/01  17:17:07
8414         Log: Undo #3790 and the patches that attempted to fix it
8415              (#3837, #3838, #3845).  The #3790 caused linkage failures
8416              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
8417              IRIX 6.5.
8418      Branch: cfgperl
8419            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
8420            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8421            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8422 ____________________________________________________________________________
8423 [  3846] By: jhi                                   on 1999/08/01  11:41:52
8424         Log: Reading 64-bit decimal numbers was broken because
8425              the NV was cast to an I32, not an IV.
8426      Branch: cfgperl
8427            ! toke.c
8428 ____________________________________________________________________________
8429 [  3845] By: jhi                                   on 1999/08/01  11:00:24
8430         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
8431      Branch: cfgperl
8432            + ext/SDBM_File/hints/solaris.pl
8433 ____________________________________________________________________________
8434 [  3844] By: jhi                                   on 1999/08/01  10:55:44
8435         Log: Enable Solaris largefiles support only if -Duse64bits is used.
8436              (Effectively removes #3311).
8437      Branch: cfgperl
8438            ! hints/solaris_2.sh
8439 ____________________________________________________________________________
8440 [  3843] By: jhi                                   on 1999/07/31  22:44:56
8441         Log: Integer overflow iteration.
8442      Branch: cfgperl
8443            ! t/op/oct.t toke.c util.c
8444 ____________________________________________________________________________
8445 [  3842] By: jhi                                   on 1999/07/31  22:11:03
8446         Log: Remove a lot of unused regnode codes.
8447              Noticed by Ilya.
8448      Branch: cfgperl
8449            ! regcomp.c regcomp.sym regexec.c regnodes.h
8450 ____________________________________________________________________________
8451 [  3841] By: jhi                                   on 1999/07/31  21:53:54
8452         Log: Make the use64bits and usethreads friendlier/braver;
8453              they no more wimp out if the platform is unknown.
8454              On use64bits if gcc used -DUSE_LONG_LONG is added
8455              to the ccflags (this dependency on gcc caused a slightly weird
8456              reordering of Configure, but things still seem to work.)
8457      Branch: cfgperl
8458            ! Configure README.threads config_h.SH
8459      Branch: metaconfig
8460            ! U/threads/usethreads.U
8461      Branch: metaconfig/U/perl
8462            ! use64bits.U
8463 ____________________________________________________________________________
8464 [  3840] By: jhi                                   on 1999/07/31  20:26:22
8465         Log: Hack the "integer overflow" code some more.
8466      Branch: cfgperl
8467            ! perl.h toke.c util.c
8468 ____________________________________________________________________________
8469 [  3839] By: jhi                                   on 1999/07/31  20:22:00
8470         Log: Test oct() at the 2^32-1 limit.
8471      Branch: cfgperl
8472            ! t/op/oct.t
8473 ____________________________________________________________________________
8474 [  3838] By: jhi                                   on 1999/07/31  20:08:43
8475         Log: Update MANIFEST for #3837.
8476      Branch: cfgperl
8477            ! MANIFEST
8478 ____________________________________________________________________________
8479 [  3837] By: jhi                                   on 1999/07/31  20:02:40
8480         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
8481              (a core dump with a corrput stack ensues).
8482      Branch: cfgperl
8483            + ext/SDBM_File/hints/dec_osf.pl
8484 ____________________________________________________________________________
8485 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8486         Log: Allow for Configure -Ubincompat5005 override.
8487      Branch: cfgperl
8488            ! Configure config_h.SH
8489      Branch: metaconfig/U/perl
8490            ! bincompat5005.U
8491 ____________________________________________________________________________
8492 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8493         Log: Make Configure support PERL_BINCOMPAT_5005.
8494      Branch: cfgperl
8495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8496            ! config_h.SH
8497      Branch: metaconfig/U/perl
8498            + bincompat5005.U
8499 ____________________________________________________________________________
8500 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8501         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8502      Branch: cfgperl
8503            ! Makefile.SH
8504 ____________________________________________________________________________
8505 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8506         Log: Integrate with Sarathy.  I overruled on perldelta
8507              and perldiag.
8508      Branch: cfgperl
8509           !> README.win32 emacs/cperl-mode.el globals.c installperl
8510           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8511           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8512           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8513           !> win32/perllib.c win32/win32.c
8514 ____________________________________________________________________________
8515 [  3832] By: jhi                                   on 1999/07/29  14:02:50
8516         Log: Repent and make overly large integerish
8517              constants non-fatal.  They are now promoted
8518              to NVs, accompanied by an overflow warning that
8519              is by default on.
8520      Branch: cfgperl
8521            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
8522            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
8523            ! toke.c util.c
8524 ____________________________________________________________________________
8525 [  3831] By: jhi                                   on 1999/07/29  11:40:04
8526         Log: AIX exhibits different error on failed system().
8527              Slightly modified patch via private email from
8528              David R. Favor <dfavor@austin.ibm.com>
8529      Branch: cfgperl
8530            ! t/op/exec.t
8531 ____________________________________________________________________________
8532 [  3830] By: gsar                                  on 1999/07/29  07:46:11
8533         Log: cperl-mode.el v4.19
8534      Branch: perl
8535            ! emacs/cperl-mode.el
8536 ____________________________________________________________________________
8537 [  3829] By: gsar                                  on 1999/07/29  07:30:35
8538         Log: From: jan.dubois@ibm.net (Jan Dubois)
8539              Date: Wed, 28 Jul 1999 22:01:42 +0200
8540              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
8541              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
8542      Branch: perl
8543            ! win32/bin/pl2bat.pl
8544 ____________________________________________________________________________
8545 [  3828] By: gsar                                  on 1999/07/29  07:19:27
8546         Log: tweak previous change for multiple hits
8547      Branch: perl
8548            ! utils/perldoc.PL
8549 ____________________________________________________________________________
8550 [  3827] By: gsar                                  on 1999/07/29  07:10:00
8551         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
8552              really needs a pod2text() compatibility function)
8553      Branch: perl
8554            ! utils/perldoc.PL
8555 ____________________________________________________________________________
8556 [  3826] By: gsar                                  on 1999/07/29  01:33:46
8557         Log: minor tweaks to pods and toke.c comments
8558      Branch: perl
8559            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
8560 ____________________________________________________________________________
8561 [  3825] By: gsar                                  on 1999/07/29  00:12:52
8562         Log: integrate cfgperl changes into mainline
8563      Branch: perl
8564           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8565           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
8566           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8567           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
8568           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8569           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
8570           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
8571           !> t/pragma/warn/util toke.c util.c
8572 ____________________________________________________________________________
8573 [  3824] By: jhi                                   on 1999/07/28  21:15:04
8574         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
8575      Branch: cfgperl
8576            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8577            ! ext/IO/lib/IO/Socket/INET.pm
8578 ____________________________________________________________________________
8579 [  3823] By: jhi                                   on 1999/07/28  20:29:17
8580         Log: Continue pack() doc honing.
8581      Branch: cfgperl
8582            ! pod/perlfunc.pod
8583 ____________________________________________________________________________
8584 [  3822] By: jhi                                   on 1999/07/28  20:17:37
8585         Log: Enhance pack() doc.
8586      Branch: cfgperl
8587            ! pod/perlfunc.pod
8588 ____________________________________________________________________________
8589 [  3821] By: jhi                                   on 1999/07/28  18:34:50
8590         Log: UNIX Domain Sockets are not implemented under QNX.
8591              
8592              From: Norton Allen <allen@huarp.harvard.edu>
8593              To: perl5-porters@perl.org
8594              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
8595              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
8596              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
8597      Branch: cfgperl
8598            ! t/lib/io_unix.t
8599 ____________________________________________________________________________
8600 [  3820] By: jhi                                   on 1999/07/28  18:13:37
8601         Log: IO::* enhancements.
8602              
8603              1) write() and syswrite() will now accept a single-argument
8604              form of the call, for consistency with Perl's syswrite().
8605              2) You can create a TCP-based IO::Socket::INET without forcing
8606              a connect attempt.  This allows you to configure its options
8607              (like making it non-blocking) and then call connect() manually.
8608              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
8609              from ever returning the correct value.
8610              
8611              From: Lincoln Stein <lstein@formaggio.cshl.org>
8612              To: Graham Barr <gbarr@pobox.com>
8613              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
8614              Subject: Re: patch for IO::*
8615              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
8616              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
8617      Branch: cfgperl
8618            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8619            ! ext/IO/lib/IO/Socket/INET.pm
8620 ____________________________________________________________________________
8621 [  3819] By: gsar                                  on 1999/07/28  18:08:06
8622         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
8623      Branch: perl
8624            ! README.win32 globals.c installperl iperlsys.h makedef.pl
8625            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
8626            ! win32/win32.c
8627 ____________________________________________________________________________
8628 [  3818] By: jhi                                   on 1999/07/28  17:48:16
8629         Log: Need to add QNX to the list for DONT_DECLARE_STD.
8630              (The elimination of use of the _() macro apparently triggered
8631              an incompatability with a #define of atof)
8632              
8633              From: Norton Allen <allen@huarp.harvard.edu>
8634              To: perl5-porters@perl.org
8635              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
8636              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
8637              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
8638      Branch: cfgperl
8639            ! perl.h
8640 ____________________________________________________________________________
8641 [  3817] By: jhi                                   on 1999/07/28  17:46:30
8642         Log: Need to add some more conditions to deal with the case
8643              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
8644              which is true for QNX4.
8645              From: Norton Allen <allen@huarp.harvard.edu>
8646              To: perl5-porters@perl.org
8647              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
8648              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
8649              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
8650      Branch: cfgperl
8651            ! pp_sys.c
8652 ____________________________________________________________________________
8653 [  3816] By: jhi                                   on 1999/07/28  17:43:40
8654         Log: The QNX shell needs a couple more semicolons.
8655              
8656              From: Norton Allen <allen@huarp.harvard.edu>
8657              To: perl5-porters@perl.org
8658              Subject: [ID 19990728.007] Patch:Configure _58 QNX
8659              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
8660              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
8661              
8662              plus silence metalint moanings on vendorprefix.
8663      Branch: cfgperl
8664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8665            ! config_h.SH
8666 ____________________________________________________________________________
8667 [  3815] By: jhi                                   on 1999/07/28  17:31:11
8668         Log: Silence metalint on vendorprefix.U.
8669      Branch: metaconfig
8670            ! U/installdirs/vendorprefix.U
8671 ____________________________________________________________________________
8672 [  3814] By: jhi                                   on 1999/07/28  17:13:29
8673         Log: QNX shell needs more semicolons.
8674      Branch: metaconfig/U/perl
8675            ! Extensions.U
8676 ____________________________________________________________________________
8677 [  3813] By: jhi                                   on 1999/07/28  17:05:08
8678         Log: Integrate with Sarathy.
8679      Branch: cfgperl
8680           !> lib/ExtUtils/MM_Unix.pm
8681 ____________________________________________________________________________
8682 [  3812] By: jhi                                   on 1999/07/28  16:20:17
8683         Log: Fix a typo, un-shout, and reformat the installation output.
8684      Branch: cfgperl
8685            ! lib/ExtUtils/Install.pm
8686 ____________________________________________________________________________
8687 [  3811] By: gsar                                  on 1999/07/28  15:41:11
8688         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
8689      Branch: perl
8690            ! lib/ExtUtils/MM_Unix.pm
8691 ____________________________________________________________________________
8692 [  3810] By: jhi                                   on 1999/07/28  13:55:57
8693         Log: Talk more about subsecond things in perlfunc.
8694              (Yes, redundant with perlfaq8.)
8695      Branch: cfgperl
8696            ! pod/perlfunc.pod
8697 ____________________________________________________________________________
8698 [  3809] By: jhi                                   on 1999/07/28  07:23:48
8699         Log: Integrate with Sarathy.
8700      Branch: cfgperl
8701           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
8702           !> t/op/pwent.t
8703 ____________________________________________________________________________
8704 [  3808] By: jhi                                   on 1999/07/28  07:23:03
8705         Log: Document toke.c.
8706              From: Nathan Torkington <gnat@frii.com>
8707              To: perl5-porters@perl.org
8708              Subject: Re: toke.c patch, work in progress
8709              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8710              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8711      Branch: cfgperl
8712            ! toke.c
8713 ____________________________________________________________________________
8714 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8715         Log: perlre clarification.
8716              
8717              From: Ian Phillipps <ian@dial.pipex.com>
8718              To: Perl 5 Porters <perl5-porters@perl.org>
8719              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8720              Date: Tue, 27 Jul 1999 10:46:29 +0100
8721              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8722      Branch: cfgperl
8723            ! pod/perlre.pod
8724 ____________________________________________________________________________
8725 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8726         Log: fix the perl -V breakage
8727              
8728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8729              To: Jarkko Hietaniemi <jhi@iki.fi>
8730              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8731              gsar@activestate.com
8732              Subject: Re: Follow up to: _58 on AIX 431
8733              Date: Tue, 27 Jul 1999 17:42:00 -0400
8734              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8735      Branch: perl
8736            ! configpm
8737 ____________________________________________________________________________
8738 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8739         Log: avoid warning (from Doug MacEachern)
8740      Branch: perl
8741            ! perl.h
8742 ____________________________________________________________________________
8743 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8744         Log: Pod::Html tweak
8745              
8746              From: jan.dubois@ibm.net (Jan Dubois)
8747              To: perl5-porters@perl.org
8748              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8749              Date: Tue, 27 Jul 1999 22:14:12 +0200
8750              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8751      Branch: perl
8752            ! lib/Pod/Html.pm
8753 ____________________________________________________________________________
8754 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8755         Log: freebsd hints update
8756              
8757              From: Anton Berezin <tobez@plab.ku.dk>
8758              To: perl5-porters@perl.org
8759              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8760              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8761              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8762      Branch: perl
8763            ! hints/freebsd.sh
8764 ____________________________________________________________________________
8765 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8766         Log: cosmetic testsuite patch
8767              
8768              From: Graham Barr <gbarr@ti.com>
8769              To: Perl5 Porters <perl5-porters@perl.org>
8770              Subject: 5.005_58 build
8771              Date: Tue, 27 Jul 1999 08:09:25 -0500
8772              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8773      Branch: perl
8774            ! t/op/grent.t t/op/pwent.t
8775 ____________________________________________________________________________
8776 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8777         Log: Minuscule cleanup of the integer overflow patch.
8778      Branch: cfgperl
8779            ! util.c
8780 ____________________________________________________________________________
8781 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8782         Log: Test hex('x...').
8783      Branch: cfgperl
8784            ! t/op/oct.t
8785 ____________________________________________________________________________
8786 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8787         Log: Integrate with Sarathy (5.005_58).
8788      Branch: cfgperl
8789            - ext/B/byteperl.c
8790           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8791           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8792           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8793           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8794           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8795           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8796           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8797           !> win32/config_H.vc
8798 ____________________________________________________________________________
8799 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8800         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8801              they used to be just optional lexical warnings.
8802              Also, with warnings turned on, constants > 2**32-1
8803              trigger a non-portability warning.
8804      Branch: cfgperl
8805            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8806            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8807            ! util.c
8808 ____________________________________________________________________________
8809 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8810         Log: here lies 5.005_58
8811      Branch: perl
8812            - ext/B/byteperl.c
8813            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8814            ! pod/perlfaq9.pod pod/perlhist.pod
8815
8816 ----------------
8817 Version 5.005_58
8818 ----------------
8819
8820 ____________________________________________________________________________
8821 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8822         Log: regenerate win32/config_H.?c
8823      Branch: perl
8824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8825 ____________________________________________________________________________
8826 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8827         Log: From: Tye McQueen <tye@metronet.com>
8828              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8829              Message-Id: <199907270019.AA08223@metronet.com>
8830              Subject: Patch pl2bat.pl so batch file can fail
8831      Branch: perl
8832            ! win32/bin/pl2bat.pl
8833 ____________________________________________________________________________
8834 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8836              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8837              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8838              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8839      Branch: perl
8840            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8841            ! lib/SelfLoader.pm
8842 ____________________________________________________________________________
8843 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8844         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8845              (from Andy Dougherty)
8846      Branch: perl
8847            ! embed.h embed.pl
8848 ____________________________________________________________________________
8849 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8850         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8851              and Brad Appleton)
8852      Branch: perl
8853            ! lib/Pod/Parser.pm
8854 ____________________________________________________________________________
8855 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8856         Log: cover case where CLK_TCK is a float, not integer (from
8857              alexander smishlajev <als@turnhere.com>)
8858      Branch: perl
8859            ! ext/Devel/DProf/DProf.xs
8860 ____________________________________________________________________________
8861 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8862         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8863              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8864      Branch: perl
8865            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8866            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8867 ____________________________________________________________________________
8868 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8869         Log: Integrate with Sarathy.
8870      Branch: cfgperl
8871           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8872           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8873           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8874           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8875           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8876           !> proto.h t/comp/proto.t t/io/open.t
8877 ____________________________________________________________________________
8878 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8879         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8880              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8881              s/pod2txt/pod2text/ etc.
8882      Branch: perl
8883            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8884            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8885 ____________________________________________________________________________
8886 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8887         Log: From: Andy Dougherty <doughera@lafayette.edu>
8888              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8889              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8890              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8891      Branch: perl
8892            ! ext/SDBM_File/sdbm/sdbm.h
8893 ____________________________________________________________________________
8894 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8895         Log: applied suggested patch; added missing prototype changes to
8896              opcode.pl along with documentation typos (feature still needs
8897              to be described in perlopentut.pod and summarized in
8898              perldelta.pod)
8899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8900              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8901              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8902              Subject: [PATCH 5.00557] 3-arg open
8903      Branch: perl
8904            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8905            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8906            ! proto.h t/comp/proto.t t/io/open.t
8907 ____________________________________________________________________________
8908 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8909         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8910              <roland.bauer@fff.at>)
8911      Branch: perl
8912            ! lib/Pod/Html.pm
8913 ____________________________________________________________________________
8914 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8915         Log: change#3762 wasn't needed
8916      Branch: perl
8917            ! ext/B/B/CC.pm
8918 ____________________________________________________________________________
8919 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8920         Log: Integrate with Sarathy.
8921      Branch: cfgperl
8922           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8923           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8924           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8925 ____________________________________________________________________________
8926 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8927         Log: update Changes, patchlevel &c.
8928      Branch: perl
8929            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8930            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8931 ____________________________________________________________________________
8932 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8933         Log: a more correct fix for change#2744
8934              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8935              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8936              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8937              Subject: [PATCH _57] Re: toke.c questions 
8938      Branch: perl
8939            ! toke.c
8940 ____________________________________________________________________________
8941 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8942         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8943      Branch: perl
8944            ! pod/perlfunc.pod
8945 ____________________________________________________________________________
8946 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8947         Log: Dusting off.
8948      Branch: cfgperl
8949            ! README.threads
8950 ____________________________________________________________________________
8951 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8952         Log: avoid DIVZERO
8953      Branch: perl
8954            ! utils/dprofpp.PL
8955 ____________________________________________________________________________
8956 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8957         Log: warnings identified by Borland compiler
8958      Branch: perl
8959            ! makedef.pl pp_ctl.c
8960 ____________________________________________________________________________
8961 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8962         Log: Integrate with Sarathy.
8963      Branch: cfgperl
8964           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8965 ____________________________________________________________________________
8966 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8967         Log: avoid infinite recursion when Thread.pm croaks during
8968              bootstrap
8969      Branch: perl
8970            ! lib/Carp/Heavy.pm
8971 ____________________________________________________________________________
8972 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8973         Log: integrate cfgperl contents into mainline
8974      Branch: perl
8975           +> lib/Carp/Heavy.pm
8976           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8977           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8978           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8979           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8980           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8981 ____________________________________________________________________________
8982 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8983         Log: Use long doubles only if they are useful.
8984      Branch: cfgperl
8985            ! ext/POSIX/POSIX.xs
8986 ____________________________________________________________________________
8987 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8988         Log: typo in change#3768
8989      Branch: perl
8990            ! pp_hot.c
8991 ____________________________________________________________________________
8992 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8993         Log: alpha-stage support for user-hooks in @INC
8994              From: Ken Fox <kfox@ford.com>
8995              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8996              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8997              Subject: Re: loading remote modules
8998      Branch: perl
8999            ! pp_ctl.c
9000 ____________________________________________________________________________
9001 [  3770] By: jhi                                   on 1999/07/26  11:38:36
9002         Log: Back out #3735.  Needs more work.
9003      Branch: cfgperl
9004            ! Makefile.SH cflags.SH configpm ext/util/make_ext
9005            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
9006            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9007            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9008            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
9009 ____________________________________________________________________________
9010 [  3769] By: jhi                                   on 1999/07/26  11:24:45
9011         Log: Integrate with Sarathy.
9012      Branch: cfgperl
9013           !> (integrate 35 files)
9014 ____________________________________________________________________________
9015 [  3768] By: gsar                                  on 1999/07/26  11:03:07
9016         Log: optimize method name lookup
9017              From: Chip Salzenberg <chip@perlsupport.com>
9018              Date: Thu, 22 Jul 1999 13:43:36 -0400
9019              Message-ID: <19990722134336.Q391@perlsupport.com>
9020              Subject: [PATCH] OP_METHOD_NAMED
9021      Branch: perl
9022            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
9023            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
9024            ! proto.h
9025 ____________________________________________________________________________
9026 [  3767] By: gsar                                  on 1999/07/26  10:44:11
9027         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
9028              foo()->()); rework grammar to remove conflicts
9029              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9030              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
9031              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
9032              Subject: [PATCH _57, long] Re: optional arrow asymmetry
9033      Branch: perl
9034            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
9035            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
9036            ! vms/perly_c.vms vms/perly_h.vms
9037 ____________________________________________________________________________
9038 [  3766] By: jhi                                   on 1999/07/26  10:18:56
9039         Log: Use $< instead of $*.c in *perlmain.o rules.
9040      Branch: cfgperl
9041            ! Makefile.SH
9042 ____________________________________________________________________________
9043 [  3765] By: gsar                                  on 1999/07/26  09:28:48
9044         Log: From: Ian Phillipps <ian@dial.pipex.com>
9045              Date: Fri, 23 Jul 1999 23:35:56 +0100
9046              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
9047              Subject: (Version 2) Extending unpack to deal with counted strings
9048      Branch: perl
9049            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9050 ____________________________________________________________________________
9051 [  3764] By: jhi                                   on 1999/07/26  09:17:26
9052         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9053              To: perl5-porters@perl.org (Mailing list Perl5)
9054              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
9055              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
9056              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
9057              
9058              The patch was based on 5_57 so had to re-apply lib/Carp.pm
9059              parts of changes #3498, #3696, and #3702 for the new
9060              lib/Carp/Heavy.pm.
9061      Branch: cfgperl
9062            + lib/Carp/Heavy.pm
9063            ! MANIFEST lib/Carp.pm
9064 ____________________________________________________________________________
9065 [  3763] By: gsar                                  on 1999/07/26  09:03:17
9066         Log: ~ isn't valid in VMS filenames
9067      Branch: perl
9068            ! lib/Pod/Html.pm
9069 ____________________________________________________________________________
9070 [  3762] By: gsar                                  on 1999/07/26  08:59:47
9071         Log: setstate stop-gap from Vishal Bhatia
9072      Branch: perl
9073            ! ext/B/B/CC.pm
9074 ____________________________________________________________________________
9075 [  3761] By: gsar                                  on 1999/07/26  08:06:39
9076         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
9077              add B::OP::name() method that returns just the op_name;
9078              convert Deparse et all to use that instead of B::OP::ppaddr();
9079              add support for OP_SETSTATE in Deparse
9080      Branch: perl
9081            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9082            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9083            ! ext/B/B/Xref.pm opcode.h opcode.pl
9084 ____________________________________________________________________________
9085 [  3760] By: jhi                                   on 1999/07/26  07:14:43
9086         Log: Integrate with Sarathy.
9087      Branch: cfgperl
9088           !> (integrate 43 files)
9089 ____________________________________________________________________________
9090 [  3759] By: gsar                                  on 1999/07/26  05:12:24
9091         Log: add disclaimer about perl 4 libraries (modified version of
9092              patch suggested by Clinton Pierce <cpierce1@ford.com>)
9093      Branch: perl
9094            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9095            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9096            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9097            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9098            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9099 ____________________________________________________________________________
9100 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9101         Log: make reset() behave with high-bit characters
9102              From: Ian Phillipps <ian@dial.pipex.com>
9103              Date: Thu, 22 Jul 1999 22:48:59 +0100
9104              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9105              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9106      Branch: perl
9107            ! sv.c
9108 ____________________________________________________________________________
9109 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9110         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9111      Branch: perl
9112            ! pod/perlport.pod
9113 ____________________________________________________________________________
9114 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9115         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9116      Branch: perl
9117            ! utils/dprofpp.PL
9118 ____________________________________________________________________________
9119 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9120         Log: disable VPATH for now (breaks x2p build)
9121      Branch: perl
9122            ! x2p/Makefile.SH
9123 ____________________________________________________________________________
9124 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9125         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9126              (%! has the necessary magic); misc typos
9127      Branch: perl
9128            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9129            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9130            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9131            ! utils/h2xs.PL
9132 ____________________________________________________________________________
9133 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9134         Log: integrate cfgperl contents into mainline
9135      Branch: perl
9136           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9137           !> (integrate 53 files)
9138 ____________________________________________________________________________
9139 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9140         Log: ensure implicitly closed handles don't set $? or $!
9141      Branch: perl
9142            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9143 ____________________________________________________________________________
9144 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9145         Log: change#3534 didn't preserve undef return values from caller()
9146      Branch: perl
9147            ! Changes pp_ctl.c
9148 ____________________________________________________________________________
9149 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9150         Log: Back up a tiny bit from #3735.
9151              This may break builds outside the source directory
9152              but then again, they do not work that ell yet anyway.
9153      Branch: cfgperl
9154            ! Makefile.SH
9155 ____________________________________________________________________________
9156 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9157         Log: Back up a tiny bit from #3735.
9158              This may break builds outside the source directory
9159              but then again, they do not work that ell yet anyway.
9160      Branch: cfgperl
9161            ! Makefile.SH
9162 ____________________________________________________________________________
9163 [  3749] By: jhi                                   on 1999/07/25  19:15:55
9164         Log: Integrate with Sarathy.
9165      Branch: cfgperl
9166           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
9167 ____________________________________________________________________________
9168 [  3748] By: jhi                                   on 1999/07/25  19:06:59
9169         Log: Recode locale.t so that the change in #3730
9170              is not needed and locale.t works both without
9171              and with the utf8 pragma.
9172      Branch: cfgperl
9173            + t/pragma/locale/latin1 t/pragma/locale/utf8
9174            ! MANIFEST t/pragma/locale.t
9175 ____________________________________________________________________________
9176 [  3747] By: jhi                                   on 1999/07/25  19:01:46
9177         Log: Like #3743.
9178      Branch: cfgperl
9179            ! utils/perlbug.PL
9180 ____________________________________________________________________________
9181 [  3746] By: gsar                                  on 1999/07/25  18:08:58
9182         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
9183              append a HISTORY section to POD if option is used
9184      Branch: perl
9185            ! utils/h2xs.PL
9186 ____________________________________________________________________________
9187 [  3745] By: gsar                                  on 1999/07/25  17:40:03
9188         Log: warn rather than die when parse_version() can't cut it (from
9189              Michael G Schwern <schwern@pobox.com>)
9190      Branch: perl
9191            ! lib/ExtUtils/MM_Unix.pm
9192 ____________________________________________________________________________
9193 [  3744] By: gsar                                  on 1999/07/25  16:32:48
9194         Log: make map behave like grep wrt indirect object slot when
9195              there are parentheses; revert an experimental mod by Larry
9196              in change#2038 that failed to parse %{{qw(a b c)}} properly
9197              (this means C<map {use Foo; ...} ...> still needs a proper
9198              fix)
9199      Branch: perl
9200            ! toke.c
9201 ____________________________________________________________________________
9202 [  3743] By: jhi                                   on 1999/07/25  16:24:55
9203         Log: Fix a typo in #3725.
9204      Branch: cfgperl
9205            ! utils/perlbug.PL
9206 ____________________________________________________________________________
9207 [  3742] By: jhi                                   on 1999/07/25  16:14:39
9208         Log: Integrate with Sarathy.
9209      Branch: cfgperl
9210           !> (integrate 26 files)
9211 ____________________________________________________________________________
9212 [  3741] By: jhi                                   on 1999/07/25  16:02:28
9213         Log: Cut-and-pasto in #3737.
9214      Branch: cfgperl
9215            ! perl.c
9216 ____________________________________________________________________________
9217 [  3740] By: gsar                                  on 1999/07/25  15:59:34
9218         Log: add note about glibc bug
9219      Branch: perl
9220            ! t/pragma/warn/pp_hot
9221 ____________________________________________________________________________
9222 [  3739] By: gsar                                  on 1999/07/25  15:48:40
9223         Log: fix bug in change#3728 that might free COPs prematurely;
9224              null(op) now does more thorough scrubbing of the op, which
9225              fixes a few compile-time memory "leaks"
9226      Branch: perl
9227            ! dump.c embed.h embed.pl op.c proto.h
9228 ____________________________________________________________________________
9229 [  3738] By: jhi                                   on 1999/07/25  14:15:26
9230         Log: In accordance with #3737.
9231      Branch: metaconfig
9232            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
9233            ! U/modified/Oldconfig.U
9234      Branch: metaconfig/U/perl
9235            ! Extensions.U
9236 ____________________________________________________________________________
9237 [  3737] By: jhi                                   on 1999/07/25  14:12:34
9238         Log: Use vendorprefixlib.
9239      Branch: cfgperl
9240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9241            ! config_h.SH perl.c
9242 ____________________________________________________________________________
9243 [  3736] By: jhi                                   on 1999/07/25  13:10:03
9244         Log: Populate metaconfig branch.
9245      Branch: metaconfig
9246            + (add 1468 files)
9247      Branch: metaconfig/U/perl
9248            + (add 101 files)
9249 ____________________________________________________________________________
9250 [  3735] By: jhi                                   on 1999/07/25  12:27:20
9251         Log: First steps of making builds outside the source
9252              directory possible.  These should get us as far
9253              as miniperl, then building DynaLoader falls into
9254              tiny twinkling pieces as MakeMaker knows nothing
9255              of VPATH mindset.
9256      Branch: cfgperl
9257            ! Configure Makefile.SH cflags.SH config_h.SH configpm
9258            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
9259            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
9260            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
9261            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
9262 ____________________________________________________________________________
9263 [  3734] By: jhi                                   on 1999/07/25  11:19:28
9264         Log: Poor Glossary--are we fixed yet?
9265      Branch: cfgperl
9266            ! Porting/Glossary
9267 ____________________________________________________________________________
9268 [  3733] By: jhi                                   on 1999/07/25  11:15:06
9269         Log: Change #3732 mistakenly clobbered Glossary.
9270      Branch: cfgperl
9271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9272            ! config_h.SH
9273 ____________________________________________________________________________
9274 [  3732] By: jhi                                   on 1999/07/25  10:46:39
9275         Log: Andy's new installation scheme (note: a lot of this
9276              leaked in already with change #3731).  The vendor*
9277              stuff is not used anywhere (in *.SH, say), so it
9278              isn't in Configure, either.
9279      Branch: cfgperl
9280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9281            ! config_h.SH
9282 ____________________________________________________________________________
9283 [  3731] By: jhi                                   on 1999/07/25  10:12:07
9284         Log: Circumcode a strange shell(?) bug in AIX found
9285              while trying to do -Duse64bits (which I couldn't do
9286              in the end because the CPU isn't 64-bit in that box,
9287              but at least now the probing doesn't crash.)
9288      Branch: cfgperl
9289            ! Configure config_h.SH hints/aix.sh
9290 ____________________________________________________________________________
9291 [  3730] By: gsar                                  on 1999/07/25  04:56:56
9292         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
9293              a utf8 bug in one of the new RE optimizations
9294      Branch: perl
9295            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
9296            ! t/pragma/locale.t
9297 ____________________________________________________________________________
9298 [  3729] By: jhi                                   on 1999/07/23  19:56:27
9299         Log: From: Andy Dougherty <doughera@lafayette.edu>
9300              To: Perl Porters <perl5-porters@perl.org>
9301              Subject: [PATCH 5.005_57] INSTALL-1.58
9302              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
9303              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
9304              
9305              plus
9306              
9307              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9308              To: Andy Dougherty <doughera@lafayette.edu>
9309              Cc: Perl Porters <perl5-porters@perl.org>
9310              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
9311              Date: Fri, 23 Jul 1999 13:38:25 -0400
9312              Message-ID: <19990723133825.A12033@O2.chapin.edu>
9313      Branch: cfgperl
9314            ! INSTALL
9315 ____________________________________________________________________________
9316 [  3728] By: gsar                                  on 1999/07/23  17:24:42
9317         Log: applied suggested patch for tracking line numbers correctly in
9318              optimized blocks with a single statement; changed setcop to
9319              setstate and added code for -Dx dumps
9320              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9321              Date: Wed, 23 Jun 1999 17:27:42 +0100
9322              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
9323              Subject: [PATCH 5.005_57] Line number error in optimised else() 
9324      Branch: perl
9325            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
9326            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
9327            ! pp_proto.h t/op/misc.t
9328 ____________________________________________________________________________
9329 [  3727] By: gsar                                  on 1999/07/23  15:56:04
9330         Log: avoid useless use of target for pp_each(); also fixes bugs due to
9331              refcount held by the target
9332      Branch: perl
9333            ! opcode.h opcode.pl pp.c t/op/each.t
9334 ____________________________________________________________________________
9335 [  3726] By: jhi                                   on 1999/07/23  12:08:30
9336         Log: Change #3725 aftershock.
9337      Branch: cfgperl
9338            ! INSTALL jpl/JNI/JNI.pm
9339 ____________________________________________________________________________
9340 [  3725] By: jhi                                   on 1999/07/23  11:58:49
9341         Log: Introduce $Config{ldlibpthname} which contains
9342              the name of the environment variable holding the
9343              dynamic library search path, often LD_LIBRARY_PATH.
9344              Use this new feature all over.
9345              Also removed remnants of admonition "add LD_LIBRARY_PATH
9346              before running make" because Makefile.SH does this for you. 
9347      Branch: cfgperl
9348            ! Configure Makefile.SH config_h.SH
9349            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
9350            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
9351            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
9352            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
9353            ! jpl/install-jpl utils/perlbug.PL
9354 ____________________________________________________________________________
9355 [  3724] By: jhi                                   on 1999/07/23  08:03:36
9356         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
9357              To: perl5-porters@perl.org
9358              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
9359              Date: Thu, 22 Jul 1999 19:58:34 -0400
9360              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
9361      Branch: cfgperl
9362            ! av.c
9363 ____________________________________________________________________________
9364 [  3723] By: gsar                                  on 1999/07/23  00:01:29
9365         Log: emit warning about function calls that were encountered too early
9366              to enforce their prototype
9367      Branch: perl
9368            ! op.c op.h pod/perldiag.pod
9369 ____________________________________________________________________________
9370 [  3722] By: jhi                                   on 1999/07/22  21:19:59
9371         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9372              To: perl5-porters@perl.org
9373              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
9374              Subject: [PATCH] MakeMaker documentation
9375              Date: Wed, 21 Jul 1999 14:15:42 -0400
9376              Message-ID: <19990721141542.A1800@O2.chapin.edu>
9377      Branch: cfgperl
9378            ! lib/ExtUtils/MakeMaker.pm
9379 ____________________________________________________________________________
9380 [  3721] By: jhi                                   on 1999/07/22  21:05:19
9381         Log: From: pvhp@forte.com (Peter Prymmer)
9382              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
9383              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
9384              Date: Wed, 21 Jul 99 17:15:39 PDT
9385              Message-Id: <9907220015.AA11931@forte.com>
9386      Branch: cfgperl
9387            ! hints/os390.sh
9388 ____________________________________________________________________________
9389 [  3720] By: jhi                                   on 1999/07/22  20:51:17
9390         Log: AIX magic: ccdlflags needs to be different for
9391              Perl itself and for extra-core extensions
9392              (as used by ExtUtilss::embed::ldopts).
9393              Based on the problems described in
9394              
9395              From: Mike W Ellwood <mwe@rl.ac.uk>
9396              To: perl5-porters@perl.org
9397              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
9398              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
9399              Reply-To: m.w.ellwood@rl.ac.uk
9400              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
9401      Branch: cfgperl
9402            ! Configure Makefile.SH config_h.SH hints/aix.sh
9403 ____________________________________________________________________________
9404 [  3719] By: jhi                                   on 1999/07/22  08:23:53
9405         Log: Update history records.
9406      Branch: cfgperl
9407            ! pod/perlhist.pod
9408 ____________________________________________________________________________
9409 [  3718] By: jhi                                   on 1999/07/21  13:54:42
9410         Log: Todododobedobedo.
9411      Branch: cfgperl
9412            ! Todo
9413 ____________________________________________________________________________
9414 [  3717] By: jhi                                   on 1999/07/21  12:10:48
9415         Log: Even more Todo.
9416      Branch: cfgperl
9417            ! Todo
9418 ____________________________________________________________________________
9419 [  3716] By: jhi                                   on 1999/07/21  11:40:39
9420         Log: Use Errno more extensively so that error
9421              messages are more portable (another way
9422              would be to muck around with LC_MESSAGES).
9423              Problem reported in
9424              
9425              From: oracle@pcr8.pcr.com
9426              To: perl5-porters@perl.org
9427              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
9428              Date: Mon, 19 Jul 1999 18:39:13 -0400
9429              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
9430      Branch: cfgperl
9431            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9432            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
9433            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
9434 ____________________________________________________________________________
9435 [  3715] By: jhi                                   on 1999/07/21  11:05:36
9436         Log: Slightly modified patch.
9437              From: Sean Sheedy <seans@ncube.com>
9438              To: perl5-porters@perl.org
9439              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
9440              Date: Tue, 20 Jul 1999 09:52:06 -0700
9441              Message-Id: <3794A935.1C150E54@ncube.com>
9442      Branch: cfgperl
9443            ! cflags.SH x2p/cflags.SH
9444 ____________________________________________________________________________
9445 [  3714] By: jhi                                   on 1999/07/20  21:26:19
9446         Log: More Todo.
9447      Branch: cfgperl
9448            ! Todo
9449 ____________________________________________________________________________
9450 [  3713] By: jhi                                   on 1999/07/20  18:02:45
9451         Log: Integrate with Sarathy.
9452      Branch: cfgperl
9453           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9454           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9455           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
9456           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
9457           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
9458           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
9459           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
9460           +> utils/dprofpp.PL
9461           !> INSTALL MAINTAIN MANIFEST configure.com
9462           !> ext/Devel/Peek/Makefile.PL installman installperl
9463           !> pod/roffitall utils/Makefile vms/descrip_mms.template
9464           !> win32/Makefile win32/makefile.mk win32/win32.h
9465 ____________________________________________________________________________
9466 [  3712] By: gsar                                  on 1999/07/20  15:29:01
9467         Log: DProf tweak
9468      Branch: perl
9469            ! ext/Devel/DProf/DProf.xs
9470 ____________________________________________________________________________
9471 [  3711] By: gsar                                  on 1999/07/20  07:56:19
9472         Log: another DProf build tweak
9473      Branch: perl
9474            ! utils/dprofpp.PL
9475 ____________________________________________________________________________
9476 [  3710] By: gsar                                  on 1999/07/20  07:36:36
9477         Log: move DProf things around to where they are supposed to be
9478      Branch: perl
9479            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
9480            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
9481            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
9482            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
9483            + t/lib/dprof/test6_t t/lib/dprof/test6_v
9484           +> utils/dprofpp.PL
9485            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9486            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9487            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9488            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9489            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9490            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9491            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9492            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9493            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9494            ! installperl pod/roffitall utils/Makefile
9495            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9496 ____________________________________________________________________________
9497 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9498         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9499      Branch: perl
9500            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9501            ! ext/Devel/Peek/Makefile.PL
9502 ____________________________________________________________________________
9503 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9504         Log: move DProf to Devel/DProf
9505      Branch: perl
9506           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9507           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9508           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9509           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9510           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9511           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9512           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9513           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9514           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9515           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
9516           +> ext/Devel/DProf/test.pl
9517            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9518            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9519            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9520            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9521            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9522            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9523            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9524            ! MAINTAIN MANIFEST configure.com win32/Makefile
9525            ! win32/makefile.mk
9526 ____________________________________________________________________________
9527 [  3707] By: gsar                                  on 1999/07/20  05:39:11
9528         Log: add Devel::DProf v19990108 from CPAN, as it was
9529      Branch: perl
9530            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9531            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9532            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9533            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9534            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9535            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9536            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9537            ! MANIFEST
9538 ____________________________________________________________________________
9539 [  3706] By: gsar                                  on 1999/07/20  04:52:25
9540         Log: C<union any> needs no PERL_OBJECT-treatment
9541      Branch: perl
9542            ! win32/win32.h
9543 ____________________________________________________________________________
9544 [  3705] By: gsar                                  on 1999/07/20  04:11:54
9545         Log: fix problem in default build
9546      Branch: perl
9547            ! win32/Makefile win32/makefile.mk
9548 ____________________________________________________________________________
9549 [  3704] By: jhi                                   on 1999/07/19  07:06:36
9550         Log: Integrate with Sarathy.
9551      Branch: cfgperl
9552           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
9553           !> win32/win32.c
9554 ____________________________________________________________________________
9555 [  3703] By: gsar                                  on 1999/07/19  05:55:57
9556         Log: win32 nits
9557      Branch: perl
9558            ! makedef.pl sv.h
9559 ____________________________________________________________________________
9560 [  3702] By: gsar                                  on 1999/07/19  04:29:34
9561         Log: don't display tid from main thread (or testsuite breaks)
9562      Branch: perl
9563            ! lib/Carp.pm util.c
9564 ____________________________________________________________________________
9565 [  3701] By: gsar                                  on 1999/07/19  00:47:52
9566         Log: remove several doubled (and tripled!) entries
9567      Branch: perl
9568            ! pod/perldiag.pod
9569 ____________________________________________________________________________
9570 [  3700] By: gsar                                  on 1999/07/19  00:42:34
9571         Log: integrate cfgperl contents into mainline
9572      Branch: perl
9573           +> makedef.pl
9574            - perl_exp.SH win32/makedef.pl
9575           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9576           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
9577           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
9578           !> utf8.c util.c win32/Makefile win32/makefile.mk
9579 ____________________________________________________________________________
9580 [  3699] By: gsar                                  on 1999/07/19  00:33:59
9581         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
9582      Branch: perl
9583            ! Changes win32/win32.c
9584 ____________________________________________________________________________
9585 [  3698] By: jhi                                   on 1999/07/18  21:33:57
9586         Log: Integrate with Sarathy.
9587      Branch: cfgperl
9588           +> t/op/chars.t
9589           !> (integrate 57 files)
9590 ____________________________________________________________________________
9591 [  3697] By: gsar                                  on 1999/07/18  05:22:36
9592         Log: From: pvhp@forte.com (Peter Prymmer)
9593              Date: Thu, 1 Jul 99 19:31:24 PDT
9594              Message-Id: <9907020231.AA16942@forte.com>
9595              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
9596      Branch: perl
9597            + t/op/chars.t
9598            ! MANIFEST ebcdic.c t/op/ord.t
9599 ____________________________________________________________________________
9600 [  3696] By: gsar                                  on 1999/07/18  05:11:02
9601         Log: display thread id in diagnostics (suggested by Dan Sugalski)
9602      Branch: perl
9603            ! lib/Carp.pm util.c
9604 ____________________________________________________________________________
9605 [  3695] By: gsar                                  on 1999/07/18  04:57:47
9606         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
9607      Branch: perl
9608            ! pod/perldiag.pod
9609 ____________________________________________________________________________
9610 [  3694] By: gsar                                  on 1999/07/18  04:56:28
9611         Log: cache [NIUP]V conversions of defined READONLY values
9612              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9613              Date: Sun, 11 Jul 1999 04:39:44 -0400
9614              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
9615              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
9616      Branch: perl
9617            ! sv.c
9618 ____________________________________________________________________________
9619 [  3693] By: gsar                                  on 1999/07/18  03:53:38
9620         Log: From: jan.dubois@ibm.net (Jan Dubois)
9621              Date: Sat, 17 Jul 1999 10:58:29 +0200
9622              Message-ID: <379144ad.13616689@smtp1.ibm.net>
9623              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
9624      Branch: perl
9625            ! lib/ExtUtils/Manifest.pm
9626 ____________________________________________________________________________
9627 [  3692] By: gsar                                  on 1999/07/18  03:51:03
9628         Log: remove spurious newSTATEOP() that causes goto to enter one too many
9629              contexts when jumping between if and elsif blocks
9630      Branch: perl
9631            ! perly.c perly.y pp_ctl.c t/op/goto.t
9632 ____________________________________________________________________________
9633 [  3691] By: gsar                                  on 1999/07/18  01:49:59
9634         Log: detypo, update Changes
9635      Branch: perl
9636            ! Changes doio.c
9637 ____________________________________________________________________________
9638 [  3690] By: gsar                                  on 1999/07/18  01:16:59
9639         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
9640      Branch: perl
9641            ! lib/integer.pm
9642 ____________________________________________________________________________
9643 [  3689] By: gsar                                  on 1999/07/18  00:47:17
9644         Log: ensure __END__ appears on a line by itself in wrapped
9645              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
9646              mention caveat about successfull kill()
9647      Branch: perl
9648            ! pod/perlfunc.pod win32/bin/pl2bat.pl
9649 ____________________________________________________________________________
9650 [  3688] By: gsar                                  on 1999/07/17  20:47:44
9651         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
9652      Branch: perl
9653            ! ext/SDBM_File/sdbm/Makefile.PL
9654 ____________________________________________________________________________
9655 [  3687] By: gsar                                  on 1999/07/17  20:43:27
9656         Log: make CC.pm use a distinct CCPP() macro rather than PP()
9657              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
9658      Branch: perl
9659            ! cc_runtime.h ext/B/B/CC.pm
9660 ____________________________________________________________________________
9661 [  3686] By: gsar                                  on 1999/07/17  20:39:08
9662         Log: tiny bug in vars.pm (from John Dlugosz)
9663      Branch: perl
9664            ! lib/vars.pm
9665 ____________________________________________________________________________
9666 [  3685] By: gsar                                  on 1999/07/17  20:37:27
9667         Log: applied suggested patch, along with later tweak
9668              From: jan.dubois@ibm.net (Jan Dubois)
9669              Date: Wed, 14 Jul 1999 23:53:43 +0200
9670              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
9671              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
9672      Branch: perl
9673            ! lib/Pod/Html.pm
9674 ____________________________________________________________________________
9675 [  3684] By: gsar                                  on 1999/07/17  20:24:32
9676         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
9677      Branch: perl
9678            ! thrdvar.h
9679 ____________________________________________________________________________
9680 [  3683] By: gsar                                  on 1999/07/17  20:21:01
9681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9682              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
9683              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
9684              Subject: [PATCH 5.005_57] Segfaults if $^P
9685      Branch: perl
9686            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
9687            ! proto.h
9688 ____________________________________________________________________________
9689 [  3682] By: gsar                                  on 1999/07/17  20:04:17
9690         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
9691              and prefix/lib/perl5/man are ass_u_med only if those directories
9692              actually exist; else prefix/{lib,man} are used)
9693      Branch: perl
9694            ! lib/ExtUtils/MM_Unix.pm
9695 ____________________________________________________________________________
9696 [  3681] By: gsar                                  on 1999/07/17  19:12:33
9697         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
9698      Branch: perl
9699            ! op.c t/comp/proto.t
9700 ____________________________________________________________________________
9701 [  3680] By: gsar                                  on 1999/07/17  18:23:55
9702         Log: fix vec() on magic values
9703              From: Ian Phillipps <ian@dial.pipex.com>
9704              Date: Mon, 12 Jul 1999 12:30:05 +0100
9705              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
9706              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
9707      Branch: perl
9708            ! doop.c t/op/tie.t
9709 ____________________________________________________________________________
9710 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9711         Log: make system() return -1 and set $! if exec of child failed
9712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9713              Date: Fri, 9 Jul 1999 05:21:13 -0400
9714              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9715              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9716      Branch: perl
9717            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9718            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9719 ____________________________________________________________________________
9720 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9721         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9722              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9723              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9724              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9725      Branch: perl
9726            ! util.c
9727 ____________________________________________________________________________
9728 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9729         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9730              converted Ken's documentation outline into pod
9731      Branch: perl
9732            ! x2p/find2perl.PL
9733 ____________________________________________________________________________
9734 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9735         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9736              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9737              Steve Lidie
9738      Branch: perl
9739            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9740            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9741            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9742            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9743            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9744            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9745 ____________________________________________________________________________
9746 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9747         Log: backout redundant change#3628
9748      Branch: perl
9749            ! Changes hints/bsdos.sh
9750 ____________________________________________________________________________
9751 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9752         Log: Fix the bin/oct/hex constant overflow tests for
9753              long long platforms.
9754      Branch: cfgperl
9755            ! t/pragma/warn/util
9756 ____________________________________________________________________________
9757 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9758         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9759              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9760              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9761              Hijacked win32/makedef.pl for more general purpose export
9762              list building, now it is used (as toplevel makedef.pl)
9763              for win32 and AIX (perl_exp.SH made unnecessary).
9764              Because the export lists are now correct in AIX, no more linker
9765              warnings about "Exported symbol not defined" should appear.
9766      Branch: cfgperl
9767            + makedef.pl
9768            - perl_exp.SH win32/makedef.pl
9769            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9770            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9771            ! win32/makefile.mk
9772 ____________________________________________________________________________
9773 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9774         Log: minor efficiency tweak
9775      Branch: perl
9776            ! pp_ctl.c
9777 ____________________________________________________________________________
9778 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9779         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9780              if its caller re_intuit_start() was entered with strend == strpos
9781              because end_shift ended up as -1.  The patch ain't necessarily
9782              correct but least the core dump is avoided.
9783      Branch: cfgperl
9784            ! regexec.c
9785 ____________________________________________________________________________
9786 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9787         Log: Integrate with Sarathy.
9788      Branch: cfgperl
9789            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9790            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9791           !> (integrate 67 files)
9792 ____________________________________________________________________________
9793 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9794         Log: fixups for sundry warnings about function pointers
9795      Branch: perl
9796            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9797            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9798            ! win32/win32.c win32/win32.h
9799 ____________________________________________________________________________
9800 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9801         Log: tweaks for win32/borland
9802      Branch: perl
9803            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9804 ____________________________________________________________________________
9805 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9806         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9807              builds; passing the implicit context is unified among the three
9808              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9809              flavors (see the top of perl.h) for testing; all varargs functions
9810              foo() have a va_list-taking variant vfoo() for generating the
9811              context-free versions; the PERL_OBJECT build should now be
9812              hyper-compatible with CPAN extensions (C++ is totally out of
9813              the picture)
9814              
9815              result has only been tested on Windows
9816              
9817              TODO: write docs on the THX rationale and idiomatic usage of
9818              the Perl API
9819      Branch: perl
9820            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9821            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9822            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9823            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9824            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9825            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9826            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9827            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9828            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9829            ! global.sym globals.c intrpvar.h iperlsys.h
9830            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9831            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9832            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9833            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9834            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9835            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9836            ! win32/dl_win32.xs win32/include/dirent.h
9837            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9838            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9839            ! win32/win32iop.h win32/win32sck.c
9840 ____________________________________________________________________________
9841 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9842         Log: Integrate with Sarathy.
9843      Branch: cfgperl
9844           !> op.c t/op/lex_assign.t
9845 ____________________________________________________________________________
9846 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9847         Log: More manual sync.
9848      Branch: cfgperl
9849            ! pod/perldelta.pod
9850 ____________________________________________________________________________
9851 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9852         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9853              remedy and related tests via private mail
9854      Branch: perl
9855            ! op.c t/op/lex_assign.t
9856 ____________________________________________________________________________
9857 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9858         Log: Manual synchronization with Sarathy (some files
9859              had drifted apart for no apparent reason), plus
9860              I had a typo in dl_vms.xs Sarathy had fixed.
9861      Branch: cfgperl
9862            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9863 ____________________________________________________________________________
9864 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9865         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9866              to adapt to the underlying platform (the binary, 0b1..., test
9867              was broken in 64-bit platforms).  Also change "hex" in the
9868              warning messages to "hexadecimal" to match "binary" and "octal".
9869      Branch: cfgperl
9870            ! pod/perldiag.pod t/pragma/warn/util util.c
9871 ____________________________________________________________________________
9872 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9873         Log: Integrate with Sarathy.
9874      Branch: cfgperl
9875           +> perlapi.c perlapi.h
9876           !> (integrate 43 files)
9877 ____________________________________________________________________________
9878 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9879         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9880      Branch: perl
9881            + perlapi.c perlapi.h
9882            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9883            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9884            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9885            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9886            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9887            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9888            ! win32/win32.h
9889 ____________________________________________________________________________
9890 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9891         Log: sundry cleanups for clean build on windows
9892      Branch: perl
9893            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9894 ____________________________________________________________________________
9895 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9896         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9897              type mismatch problems
9898      Branch: perl
9899            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9900            ! t/pragma/warn/op toke.c utf8.c util.c
9901 ____________________________________________________________________________
9902 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9903         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9904      Branch: cfgperl
9905            ! pod/perldiag.pod
9906           !> Changes configure.com ext/B/B/Deparse.pm
9907           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9908           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9909           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9910           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9911           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9912           !> t/pragma/overload.t thread.h vms/vms.c
9913 ____________________________________________________________________________
9914 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9915         Log: integrate cfgperl contents
9916      Branch: perl
9917           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9918           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9919           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9920            ! Changes
9921           !> (integrate 45 files)
9922 ____________________________________________________________________________
9923 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9924         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9925              <pvhp@forte.com>
9926      Branch: perl
9927            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9928 ____________________________________________________________________________
9929 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9930         Log: change#1889 mistakenly removed F_SETLK
9931      Branch: perl
9932            ! ext/Fcntl/Fcntl.xs
9933 ____________________________________________________________________________
9934 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9935         Log: B::Deparse update
9936              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9937              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9938              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9939              Subject: [PATCH _57, long] B::Deparse 0.58
9940      Branch: perl
9941            ! ext/B/B/Deparse.pm
9942 ____________________________________________________________________________
9943 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9944         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9945              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9946              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9947              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9948      Branch: perl
9949            ! gv.c t/pragma/overload.t
9950 ____________________________________________________________________________
9951 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9952         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9953      Branch: perl
9954            ! perlsfio.h
9955 ____________________________________________________________________________
9956 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9957         Log: applied new parts of suggested patch
9958              From: Charles Bailey <BAILEY@newman.upenn.edu>
9959              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9960              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9961              Subject: [PATCH 5.005_57] Consolidated VMS patch
9962      Branch: perl
9963            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9964            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9965            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9966            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9967            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9968 ____________________________________________________________________________
9969 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9970         Log: Sync regcomp warn with reality.
9971      Branch: cfgperl
9972            ! t/pragma/warn/regcomp
9973 ____________________________________________________________________________
9974 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9975         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9976              resolved manually.
9977      Branch: cfgperl
9978           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9979           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9980           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9981            - README.lexwarn
9982           !> (integrate 79 files)
9983 ____________________________________________________________________________
9984 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9985         Log: From: jan.dubois@ibm.net (Jan Dubois)
9986              Date: Thu, 01 Jul 1999 11:17:53 +0200
9987              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9988              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9989      Branch: perl
9990            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9991            ! lib/ExtUtils/MakeMaker.pm
9992 ____________________________________________________________________________
9993 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9994         Log: fix undocumented IO::Handle functions as suggested
9995              by cj10@cam.ac.uk
9996      Branch: perl
9997            ! ext/IO/lib/IO/Handle.pm
9998 ____________________________________________________________________________
9999 [  3645] By: gsar                                  on 1999/07/07  10:18:55
10000         Log: prohibit thread join()ing itself (from Dan Sugalski)
10001      Branch: perl
10002            ! ext/Thread/Thread.xs
10003 ____________________________________________________________________________
10004 [  3644] By: gsar                                  on 1999/07/07  10:14:26
10005         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10006              Date: Wed, 30 Jun 1999 14:02:42 -0700
10007              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
10008              Subject:  [PATCH 5.005_57] Compiler and XSUBS
10009      Branch: perl
10010            ! ext/B/B/C.pm
10011 ____________________________________________________________________________
10012 [  3643] By: gsar                                  on 1999/07/07  10:08:38
10013         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
10014              (from François Désarménien <desar@club-internet.fr>)
10015      Branch: perl
10016            ! pod/perlsyn.pod
10017 ____________________________________________________________________________
10018 [  3642] By: gsar                                  on 1999/07/07  10:03:24
10019         Log: From: Doug MacEachern <dougm@cp.net>
10020              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
10021              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
10022              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
10023      Branch: perl
10024            ! ext/B/B.xs
10025 ____________________________________________________________________________
10026 [  3641] By: gsar                                  on 1999/07/07  10:00:57
10027         Log: slightly modified version of suggested patch
10028              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
10029              Date: Mon, 28 Jun 1999 14:23:59 -0400
10030              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
10031              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
10032      Branch: perl
10033            ! ext/POSIX/POSIX.xs
10034 ____________________________________________________________________________
10035 [  3640] By: gsar                                  on 1999/07/07  09:45:43
10036         Log: lexical warnings update (warning.t fails one test
10037              due to leaked scalar, investigation pending)
10038              From: paul.marquess@bt.com
10039              Date: Sat, 26 Jun 1999 23:19:52 +0100
10040              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
10041              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
10042      Branch: perl
10043            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10044            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10045            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10046            - README.lexwarn
10047            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
10048            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10049            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
10050            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
10051            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10052            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
10053            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
10054            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10055            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10056            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10057            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10058            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10059            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
10060            ! warning.h warning.pl win32/win32.c
10061 ____________________________________________________________________________
10062 [  3639] By: gsar                                  on 1999/07/07  08:09:30
10063         Log: From: Brian Jepson <bjepson@home.com>
10064              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
10065              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
10066              Subject: Patch to JPL example program
10067      Branch: perl
10068            ! jpl/JPL_Rolo/JPL_Rolo.jpl
10069 ____________________________________________________________________________
10070 [  3638] By: jhi                                   on 1999/07/07  08:07:58
10071         Log: Integrate with Sarathy.
10072      Branch: cfgperl
10073           !> (integrate 34 files)
10074 ____________________________________________________________________________
10075 [  3637] By: gsar                                  on 1999/07/07  08:07:49
10076         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10077              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
10078              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
10079              Subject: [PATCH _57, long] Eliminate CONDOPs
10080      Branch: perl
10081            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
10082            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10083            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
10084            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
10085            ! pod/perltoc.pod pp_ctl.c pp_hot.c
10086 ____________________________________________________________________________
10087 [  3636] By: gsar                                  on 1999/07/07  07:50:51
10088         Log: adapted suggested patch for IO-1.20x
10089              From: ian@dial.pipex.com
10090              Date:  Fri, 25 Jun 1999 10:39:42 +0100
10091              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
10092              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
10093      Branch: perl
10094            ! ext/IO/lib/IO/Socket.pm
10095 ____________________________________________________________________________
10096 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10097         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10098      Branch: perl
10099            ! hints/powerux.sh
10100 ____________________________________________________________________________
10101 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10102         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10103              Date: Wed, 23 Jun 1999 16:16:05 +0100
10104              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10105              Subject: [PATCH 5.005_57] memleak in optimizer
10106      Branch: perl
10107            ! embed.h embed.pl objXSUB.h op.c proto.h
10108 ____________________________________________________________________________
10109 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10110         Log: add do-not-edit caveats for files generated by opcode.pl
10111              (suggested by Hugo van der Sanden)
10112      Branch: perl
10113            ! opcode.h opcode.pl pp.sym pp_proto.h
10114 ____________________________________________________________________________
10115 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10116         Log: better diagnostics on read operations from write-only
10117              filehandles
10118      Branch: perl
10119            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10120            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10121 ____________________________________________________________________________
10122 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10123         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10124              by David Muir Sharnoff <muir@idiom.com>)
10125      Branch: perl
10126            ! lib/Sys/Hostname.pm
10127 ____________________________________________________________________________
10128 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10129         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10130              Date: Sun, 20 Jun 1999 17:17:17 -0700
10131              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10132              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10133      Branch: perl
10134            ! ext/B/B/CC.pm
10135 ____________________________________________________________________________
10136 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10137         Log: installperl should write normal messages to STDOUT, not STDERR
10138      Branch: perl
10139            ! installperl
10140 ____________________________________________________________________________
10141 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10142         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10143      Branch: perl
10144            ! hints/bsdos.sh
10145 ____________________________________________________________________________
10146 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10147         Log: make diagnostic on C<my $^I> etc., more readable
10148      Branch: perl
10149            ! op.c
10150 ____________________________________________________________________________
10151 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10152         Log: From: Andy Dougherty <doughera@lafayette.edu>
10153              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10154              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10155              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10156      Branch: perl
10157            ! Makefile.SH utils/Makefile
10158 ____________________________________________________________________________
10159 [  3625] By: jhi                                   on 1999/07/06  21:50:46
10160         Log: Some new files of #3624 missing from MANIFEST.
10161      Branch: cfgperl
10162            ! MANIFEST
10163 ____________________________________________________________________________
10164 [  3624] By: jhi                                   on 1999/07/06  21:47:04
10165         Log: POSIX [[:character class:]] support for standard, locale,
10166              and utf8.  If both utf8 and locale are on, utf8 wins.
10167              I don't fully understand why so many tables changed in
10168              lib/unicode because of "make" -- maybe it was just overdue.
10169      Branch: cfgperl
10170            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10171            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10172            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10173            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
10174            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
10175            ! lib/unicode/Block.pl lib/unicode/Category.pl
10176            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10177            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
10178            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
10179            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
10180            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
10181            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
10182            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
10183            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
10184            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
10185            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
10186            ! t/pragma/warn/regcomp utf8.c
10187 ____________________________________________________________________________
10188 [  3623] By: gsar                                  on 1999/07/06  20:52:48
10189         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10190              Date: Wed, 16 Jun 1999 14:57:22 -0400
10191              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
10192              Subject: [PATCH 5.00557] Devel::Peek
10193      Branch: perl
10194            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10195 ____________________________________________________________________________
10196 [  3622] By: gsar                                  on 1999/07/06  20:22:59
10197         Log: applied patch after demunging headers with appropriate paths
10198              From: "Vishal Bhatia" <vishalb@my-deja.com>
10199              Date: Sat, 12 Jun 1999 08:23:59 -0700
10200              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
10201              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
10202      Branch: perl
10203            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
10204            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
10205 ____________________________________________________________________________
10206 [  3621] By: gsar                                  on 1999/07/06  20:10:50
10207         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10208              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
10209              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
10210              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
10211      Branch: perl
10212            ! doio.c
10213 ____________________________________________________________________________
10214 [  3620] By: jhi                                   on 1999/07/06  19:16:47
10215         Log: Mention EPOC and SOCKS.
10216      Branch: cfgperl
10217            ! pod/perldelta.pod
10218 ____________________________________________________________________________
10219 [  3619] By: gsar                                  on 1999/07/06  16:52:37
10220         Log: fix int vs STRLEN issue
10221      Branch: perl
10222            ! pp.c
10223 ____________________________________________________________________________
10224 [  3618] By: jhi                                   on 1999/07/06  16:52:20
10225         Log: There ain't Perl_atonv().
10226      Branch: cfgperl
10227            ! ext/ByteLoader/bytecode.h
10228 ____________________________________________________________________________
10229 [  3617] By: jhi                                   on 1999/07/06  15:55:22
10230         Log: Integrate with Sarathy.
10231      Branch: cfgperl
10232           !> Makefile.SH
10233 ____________________________________________________________________________
10234 [  3616] By: jhi                                   on 1999/07/06  15:54:09
10235         Log: Tweak for #3613.
10236      Branch: cfgperl
10237            ! Configure config_h.SH
10238 ____________________________________________________________________________
10239 [  3615] By: gsar                                  on 1999/07/06  11:00:21
10240         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10241              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
10242              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
10243              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
10244      Branch: perl
10245            ! Makefile.SH
10246 ____________________________________________________________________________
10247 [  3614] By: jhi                                   on 1999/07/06  10:44:48
10248         Log: Integrate with Sarathy.
10249      Branch: cfgperl
10250           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
10251           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
10252 ____________________________________________________________________________
10253 [  3613] By: jhi                                   on 1999/07/06  10:43:20
10254         Log: From: Nathan Kurz <nate@valleytel.net>
10255              Subject: [ID 19990612.001 compiling three deep modules within ext/]
10256              ply-To: nate@valleytel.net
10257              erl5-porters@perl.org
10258              Date: Sat, 12 Jun 1999 01:26:04 -0500
10259              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
10260      Branch: cfgperl
10261            ! Configure config_h.SH
10262 ____________________________________________________________________________
10263 [  3612] By: gsar                                  on 1999/07/06  10:17:52
10264         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10265              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
10266              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
10267              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
10268      Branch: perl
10269            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
10270 ____________________________________________________________________________
10271 [  3611] By: gsar                                  on 1999/07/06  09:51:20
10272         Log: From: pvhp@forte.com (Peter Prymmer)
10273              Date: Fri, 11 Jun 99 17:07:19 PDT
10274              Message-Id: <9906120007.AA13802@forte.com>
10275              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
10276      Branch: perl
10277            ! ext/IO/lib/IO/File.pm
10278 ____________________________________________________________________________
10279 [  3610] By: gsar                                  on 1999/07/06  09:37:37
10280         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
10281              tweak)
10282              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10283              Date: Wed, 09 Jun 1999 18:27:51 +0100
10284              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
10285              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
10286      Branch: perl
10287            ! perl.h t/base/rs.t
10288 ____________________________________________________________________________
10289 [  3609] By: jhi                                   on 1999/07/06  09:28:48
10290         Log: Integrate with Sarathy.
10291      Branch: cfgperl
10292           !> (integrate 49 files)
10293 ____________________________________________________________________________
10294 [  3608] By: gsar                                  on 1999/07/06  09:28:21
10295         Log: test tweak
10296      Branch: perl
10297            ! t/pragma/warn/op
10298 ____________________________________________________________________________
10299 [  3607] By: jhi                                   on 1999/07/06  09:22:48
10300         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
10301      Branch: cfgperl
10302            ! Configure config_h.SH
10303 ____________________________________________________________________________
10304 [  3606] By: gsar                                  on 1999/07/06  09:05:02
10305         Log: applied slightly tweaked version of suggested patch for
10306              improved RE API
10307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10308              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
10309              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
10310              Subject: [PATCH 5.005_57] REx engine rehash
10311      Branch: perl
10312            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
10313            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
10314            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
10315            ! util.c
10316 ____________________________________________________________________________
10317 [  3605] By: gsar                                  on 1999/07/06  08:54:03
10318         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
10319      Branch: perl
10320            ! sv.c
10321 ____________________________________________________________________________
10322 [  3604] By: gsar                                  on 1999/07/06  07:08:30
10323         Log: From: paul.marquess@bt.com
10324              Date: Tue, 8 Jun 1999 22:37:58 +0100 
10325              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
10326              Subject: [PATCH 5.005_57] DB_File 1.67
10327      Branch: perl
10328            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10329            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10330 ____________________________________________________________________________
10331 [  3603] By: gsar                                  on 1999/07/06  07:04:50
10332         Log: From: paul.marquess@bt.com
10333              Date: Tue, 8 Jun 1999 22:34:01 +0100 
10334              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
10335              Subject: [PATCH 5.005_57] DBM Filters
10336      Branch: perl
10337            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10338            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
10339            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10340            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
10341 ____________________________________________________________________________
10342 [  3602] By: gsar                                  on 1999/07/06  07:00:01
10343         Log: slightly tweaked version of suggested patch
10344              From: Dan Sugalski <sugalskd@ous.edu>
10345              Date: Tue, 08 Jun 1999 14:09:38 -0700
10346              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
10347              Subject: [PATCH 5.005_57]Use NV instead of double in the core
10348      Branch: perl
10349            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
10350            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
10351            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
10352            ! proto.h sv.c sv.h toke.c universal.c util.c
10353 ____________________________________________________________________________
10354 [  3601] By: gsar                                  on 1999/07/06  06:52:57
10355         Log: integrate cfgperl contents into mainline
10356      Branch: perl
10357           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10358           +> epoc/perl.mmp epoc/perl.pkg
10359           !> (integrate 30 files)
10360 ____________________________________________________________________________
10361 [  3598] By: jhi                                   on 1999/07/05  20:02:55
10362         Log: Integrate with mainperl.
10363      Branch: cfgperl
10364           +> lib/CGI/Pretty.pm
10365           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10366           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
10367           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
10368           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
10369           !> vms/vmsish.h
10370 ____________________________________________________________________________
10371 [  3597] By: jhi                                   on 1999/07/05  19:59:48
10372         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
10373              that addresses the notorious "Additional libraries" question.
10374      Branch: cfgperl
10375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10376            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
10377            ! pp_sys.c
10378 ____________________________________________________________________________
10379 [  3596] By: gsar                                  on 1999/07/05  18:30:51
10380         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10381              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
10382              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
10383              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
10384      Branch: perl
10385            ! pp_sys.c t/lib/io_udp.t
10386 ____________________________________________________________________________
10387 [  3595] By: gsar                                  on 1999/07/05  18:29:08
10388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10389              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
10390              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
10391              Subject: [PATCH 5.00557] Setting $^E wipes out $!
10392      Branch: perl
10393            ! mg.c
10394 ____________________________________________________________________________
10395 [  3594] By: gsar                                  on 1999/07/05  18:24:53
10396         Log: hand-apply whitespace mutiliated patch
10397              From: Dan Sugalski <sugalskd@osshe.edu>
10398              Date: Mon, 07 Jun 1999 14:46:42 -0700
10399              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
10400              Subject: [PATCH 5.005_57]Updated VMS patch
10401      Branch: perl
10402            ! thread.h vms/descrip_mms.template vms/subconfigure.com
10403            ! vms/vms.c vms/vmsish.h
10404 ____________________________________________________________________________
10405 [  3593] By: gsar                                  on 1999/07/05  17:53:04
10406         Log: applied parts not duplicated by previous patches
10407              From: "Vishal Bhatia" <vishalb@my-deja.com>
10408              Date: Sat, 05 Jun 1999 08:42:17 -0700
10409              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
10410              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
10411      Branch: perl
10412            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10413            ! ext/B/B/Stackobj.pm
10414 ____________________________________________________________________________
10415 [  3592] By: jhi                                   on 1999/07/05  17:17:22
10416         Log: AIX threaded build, plus few more on the side.
10417      Branch: cfgperl
10418            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
10419            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10420            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
10421            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
10422 ____________________________________________________________________________
10423 [  3591] By: gsar                                  on 1999/07/05  16:52:34
10424         Log: "\e" and "\a" didn't produce right escape under EBCDIC
10425              From: pvhp@forte.com (Peter Prymmer)
10426              Date: Fri, 4 Jun 99 12:00:27 PDT
10427              Message-Id: <9906041900.AA28387@forte.com>
10428              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
10429      Branch: perl
10430            ! toke.c
10431 ____________________________________________________________________________
10432 [  3590] By: gsar                                  on 1999/07/05  16:40:01
10433         Log: s/scalar ref constructor/single ref constructor/ (suggested
10434              by Stephen McCamant)
10435      Branch: perl
10436            ! opcode.h opcode.pl
10437 ____________________________________________________________________________
10438 [  3589] By: gsar                                  on 1999/07/05  16:34:06
10439         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
10440      Branch: perl
10441            ! ext/GDBM_File/GDBM_File.xs
10442 ____________________________________________________________________________
10443 [  3588] By: gsar                                  on 1999/07/05  16:29:39
10444         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
10445              is unchanged still)
10446      Branch: perl
10447            ! op.c
10448 ____________________________________________________________________________
10449 [  3587] By: jhi                                   on 1999/07/05  10:31:43
10450         Log: Make perl_exp.SH smarter about what to include and what to exclude.
10451      Branch: cfgperl
10452            ! perl_exp.SH
10453 ____________________________________________________________________________
10454 [  3586] By: jhi                                   on 1999/07/05  09:29:31
10455         Log: Remove unnecessary and extraneous my $i = 0.
10456      Branch: cfgperl
10457            ! bytecode.pl
10458 ____________________________________________________________________________
10459 [  3585] By: jhi                                   on 1999/07/05  07:28:59
10460         Log: Integrate with mainperl.
10461      Branch: cfgperl
10462           !> (integrate 30 files)
10463 ____________________________________________________________________________
10464 [  3584] By: gsar                                  on 1999/07/05  05:36:28
10465         Log: From: Vishal Bhatia <vishalb@hotmail.com>
10466              Date: Thu, 03 Jun 1999 00:57:48 PDT
10467              Message-ID: <19990603075749.86665.qmail@hotmail.com>
10468              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
10469      Branch: perl
10470            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10471 ____________________________________________________________________________
10472 [  3583] By: gsar                                  on 1999/07/05  05:31:19
10473         Log: suppress fancy display when in verbose mode (suggested by
10474              Paul Johnson <pjcj@transeda.com>)
10475      Branch: perl
10476            ! lib/Test/Harness.pm
10477 ____________________________________________________________________________
10478 [  3582] By: gsar                                  on 1999/07/05  05:17:12
10479         Log: cygwin32 update
10480              From: "Fifer, Eric" <EFifer@sanwaint.com>
10481              Date:  Wed, 2 Jun 1999 15:16:05 +0100
10482              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
10483              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
10484      Branch: perl
10485            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10486            ! cygwin32/build-instructions.READFIRST
10487            ! cygwin32/build-instructions.charles-wilson
10488            ! cygwin32/build-instructions.sebastien-barre
10489            ! cygwin32/build-instructions.steven-morlock
10490            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10491            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10492            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10493            ! t/op/magic.t util.c
10494 ____________________________________________________________________________
10495 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10496         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10497      Branch: perl
10498            ! util.c
10499 ____________________________________________________________________________
10500 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10501         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10502              Date: Mon, 31 May 1999 18:18:13 -0600
10503              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10504              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10505      Branch: perl
10506            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10507 ____________________________________________________________________________
10508 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10509         Log: compatibility tweak for Class::Struct
10510      Branch: perl
10511            ! lib/Class/Struct.pm
10512 ____________________________________________________________________________
10513 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10514         Log: Miscellaneus AIX fixes + SOCKS support.
10515      Branch: cfgperl
10516            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10517            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
10518            ! hints/aix.sh pp_sys.c
10519 ____________________________________________________________________________
10520 [  3577] By: gsar                                  on 1999/07/04  23:07:39
10521         Log: test tweak
10522      Branch: perl
10523            ! t/io/openpid.t
10524 ____________________________________________________________________________
10525 [  3576] By: jhi                                   on 1999/07/04  22:39:23
10526         Log: Integrate with mainperl.
10527      Branch: cfgperl
10528           +> t/io/openpid.t
10529            - win32/perlhost.h
10530           !> (integrate 51 files)
10531 ____________________________________________________________________________
10532 [  3575] By: jhi                                   on 1999/07/04  22:26:48
10533         Log: Added 64-bit support for AIX 4.3 or better
10534              based on Martin H. Rusoff's observations.
10535      Branch: cfgperl
10536            ! Configure config_h.SH hints/aix.sh
10537 ____________________________________________________________________________
10538 [  3574] By: jhi                                   on 1999/07/04  21:34:47
10539         Log: Do not throw away gccvers compilation errors.
10540              From: Andy Dougherty <doughera@lafayette.edu>
10541              To: Ron Seguin <rseguin@on.bell.ca>
10542              Cc: Perl Porters <perl5-porters@perl.org>
10543              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
10544              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
10545              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
10546      Branch: cfgperl
10547            ! Configure config_h.SH
10548 ____________________________________________________________________________
10549 [  3573] By: gsar                                  on 1999/07/04  21:10:32
10550         Log: adapted suggested tests for addition to testsuite
10551              From: RonaldWS@aol.com
10552              Date:  Sun, 30 May 1999 16:27:28 EDT
10553              Message-Id:  <25cd799f.2482f930@aol.com>
10554              Subject: [19990530.007] Open with pipe | does not return pid under win32
10555      Branch: perl
10556            + t/io/openpid.t
10557            ! MANIFEST win32/win32.c
10558 ____________________________________________________________________________
10559 [  3572] By: gsar                                  on 1999/07/04  20:29:32
10560         Log: perl_run() should call my_exit(0) for normal completion
10561      Branch: perl
10562            ! perl.c
10563 ____________________________________________________________________________
10564 [  3571] By: jhi                                   on 1999/07/04  20:10:44
10565         Log: Add test for change #3568 plus general cleanup.
10566      Branch: cfgperl
10567            ! t/pragma/locale.t
10568 ____________________________________________________________________________
10569 [  3570] By: gsar                                  on 1999/07/04  20:03:21
10570         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
10571              overloading
10572      Branch: perl
10573            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10574            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
10575 ____________________________________________________________________________
10576 [  3569] By: gsar                                  on 1999/07/04  18:04:48
10577         Log: make AIX dynaloading work when libperl is shared (and thus under
10578              mod_perl etc.)
10579              From: Jens-Uwe Mager <jum@helios.de>
10580              Date:  Sat, 29 May 1999 17:09:52 +0200
10581              Message-Id:  <199905291509.RAA43978@ans.helios.de>
10582              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
10583      Branch: perl
10584            ! ext/DynaLoader/dl_aix.xs
10585 ____________________________________________________________________________
10586 [  3568] By: jhi                                   on 1999/07/04  14:54:23
10587         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
10588              This resulted for example in the 'o' magic not being cleared by
10589              magic_setcollxfrm(), which resulted in strange cmp results.
10590              The bug was reported originally in the message
10591              Subject: Bug with locale
10592              From: Jan Starzynski <jan@planet.de> 
10593              To: perlbug@perl.com 
10594              Date: Fri, 09 Apr 1999 13:23:07 +0200 
10595              Message-ID: <370DE31B.DAEE1332@planet.de> 
10596      Branch: cfgperl
10597            ! pp.c
10598 ____________________________________________________________________________
10599 [  3567] By: gsar                                  on 1999/07/04  02:38:34
10600         Log: remove misleading info on defined(&func), unclutter deprecation
10601              about defined(@array)
10602      Branch: perl
10603            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10604            ! t/pragma/warn/op
10605 ____________________________________________________________________________
10606 [  3566] By: gsar                                  on 1999/07/04  01:46:31
10607         Log: From: jan.dubois@ibm.net (Jan Dubois)
10608              Date: Wed, 26 May 1999 22:07:17 +0200
10609              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
10610              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
10611      Branch: perl
10612            ! Changes win32/win32.c win32/win32.h
10613 ____________________________________________________________________________
10614 [  3565] By: gsar                                  on 1999/07/04  01:26:02
10615         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
10616              for win32 issues)
10617      Branch: perl
10618            ! pod/perlxstut.pod
10619 ____________________________________________________________________________
10620 [  3564] By: gsar                                  on 1999/07/02  03:09:04
10621         Log: avoid warnings
10622      Branch: perl
10623            ! ext/Thread/Thread/Specific.pm lib/fields.pm
10624 ____________________________________________________________________________
10625 [  3563] By: gsar                                  on 1999/06/28  19:23:47
10626         Log: inc version (for CPAN.pm sanity)
10627      Branch: perl
10628            ! lib/Text/ParseWords.pm
10629 ____________________________________________________________________________
10630 [  3562] By: gsar                                  on 1999/06/28  19:19:01
10631         Log: regen perltoc
10632      Branch: perl
10633            ! pod/perltoc.pod
10634 ____________________________________________________________________________
10635 [  3561] By: gsar                                  on 1999/06/28  19:08:41
10636         Log: From: Damian Conway <damian@cs.monash.edu.au>
10637              Date: Wed, 26 May 1999 00:58:35 -0400
10638              Message-Id: <199905260458.AAA06411@defender.perl.org>
10639              Subject: [19990526.002] Misc. improvements to Class:Struct
10640      Branch: perl
10641            ! MANIFEST lib/Class/Struct.pm
10642 ____________________________________________________________________________
10643 [  3560] By: gsar                                  on 1999/06/28  18:50:52
10644         Log: remove bogus PL_optype_size
10645      Branch: perl
10646            ! bytecode.pl ext/ByteLoader/byterun.h
10647 ____________________________________________________________________________
10648 [  3559] By: gsar                                  on 1999/06/28  18:22:26
10649         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
10650      Branch: perl
10651            + lib/CGI/Pretty.pm
10652            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
10653            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
10654            ! t/lib/cgi-html.t t/lib/cgi-request.t
10655 ____________________________________________________________________________
10656 [  3558] By: jhi                                   on 1999/06/28  07:30:21
10657         Log: Change Olaf Lebbe's email address.
10658      Branch: cfgperl
10659            ! README.epoc
10660 ____________________________________________________________________________
10661 [  3557] By: gsar                                  on 1999/06/28  00:07:33
10662         Log: make autogenerated files writable
10663      Branch: perl
10664            - win32/perlhost.h
10665            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
10666            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
10667            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
10668            ! proto.h regnodes.h warning.h win32/config_H.bc
10669            ! win32/config_H.gc win32/config_H.vc
10670 ____________________________________________________________________________
10671 [  3556] By: jhi                                   on 1999/06/27  19:22:53
10672         Log: Update MANIFEST to match #3555.
10673      Branch: cfgperl
10674            ! MANIFEST
10675 ____________________________________________________________________________
10676 [  3555] By: jhi                                   on 1999/06/27  19:16:22
10677         Log: EPOC port to Psion5.
10678              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10679              To: Jarkko Hietaniemi <jhi@iki.fi>
10680              Cc: perl5-porters@perl.org
10681              Subject: Re: Psion5
10682              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
10683              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
10684      Branch: cfgperl
10685            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10686            + epoc/perl.mmp epoc/perl.pkg
10687            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
10688            ! perl.h sv.c util.c
10689 ____________________________________________________________________________
10690 [  3554] By: jhi                                   on 1999/06/27  18:50:52
10691         Log: Integrate from mainperl.
10692      Branch: cfgperl
10693           !> (integrate 48 files)
10694 ____________________________________________________________________________
10695 [  3553] By: gsar                                  on 1999/06/27  14:28:49
10696         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
10697              gone from the public API); PERL_OBJECT builds again on
10698              windows
10699              
10700              TODO: namespace-clean the typedefs in iperlsys.h and
10701              elsewhere; remove C++ remnants from public headers
10702      Branch: perl
10703            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
10704            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10705            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10706            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
10707            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
10708            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
10709            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10710            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10711            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10712            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10713            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10714            ! win32/win32sck.c
10715 ____________________________________________________________________________
10716 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10717         Log: integrate cfgperl changes into mainline
10718      Branch: perl
10719           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10720           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10721           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10722           !> util.c
10723 ____________________________________________________________________________
10724 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10725         Log: fix indents
10726      Branch: perl
10727            ! op.c
10728 ____________________________________________________________________________
10729 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10730         Log: update Changes
10731      Branch: perl
10732            ! Changes
10733 ____________________________________________________________________________
10734 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10735         Log: avoid race condition in the CAPI extension bootstrap handler
10736      Branch: perl
10737            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10738 ____________________________________________________________________________
10739 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10740         Log: sanity check to cover the case when perl is installed into the
10741              X:\ (drive root)
10742      Branch: perl
10743            ! win32/win32.c
10744 ____________________________________________________________________________
10745 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10746         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10747      Branch: perl
10748            ! lib/Tie/RefHash.pm
10749 ____________________________________________________________________________
10750 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10751         Log: Tidy up #3542 and #3543. 
10752      Branch: cfgperl
10753            ! t/pragma/locale.t util.c
10754 ____________________________________________________________________________
10755 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10756         Log: Spice up locale.t.
10757      Branch: cfgperl
10758            ! t/pragma/locale.t
10759 ____________________________________________________________________________
10760 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10761         Log: Fixed two long-standing locale bugs.
10762              
10763              Both problems were related to numeric locale which
10764              controls the radix character aka the decimal separator.
10765              (1) printf (and sprintf) were resetting the numeric locale to C.
10766              (2) Using locale-numerically formatted floating point
10767              numbers (e.g. "1,23") together with -w caused warnings about
10768              "isn't numeric".  The operations were working fine, though,
10769              because atof() was using the local locale.
10770              Both problems reported by Stefan Vogtner.
10771              
10772              Introduced a wrapper for atof() that attempts to convert
10773              the string both ways.  This helps Perl to understand
10774              numbers like this "4.56" even when using a local locale
10775              makes atof() understand only numbers like this "7,89".
10776              
10777              Remaining related problems, both of which existed before
10778              this patch and continue to exist after this patch:
10779              (a) The behaviour of print() is _not_ as documented by perllocale.
10780              Instead of always using the C locale, print() does use the
10781              local locale, just like the *printf() do.  This may be fixable
10782              now that switching to-and-fro between locales has been made
10783              more consistent, but fixing print() would change existing
10784              behaviour.  perllocale is not changed by this patch.
10785              (b) If a number has been stringified (say, via "$number") under
10786              a local locale, the cached string value persists even under
10787              "no locale".  This may or may not be a problem: operations
10788              work fine because the original number is still there, but
10789              that the string form keeps its locale-ish outlook may be
10790              somewhat confusing.
10791      Branch: cfgperl
10792            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10793            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10794            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10795            ! util.c
10796 ____________________________________________________________________________
10797 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10798         Log: Integrate from mainperl.
10799      Branch: cfgperl
10800           !> ext/Data/Dumper/Dumper.pm op.c
10801 ____________________________________________________________________________
10802 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10803         Log: dump C<0> as such, not C<'0'>
10804      Branch: perl
10805            ! ext/Data/Dumper/Dumper.pm
10806 ____________________________________________________________________________
10807 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10808         Log: fix coredumper in change#3498
10809      Branch: perl
10810            ! op.c
10811 ____________________________________________________________________________
10812 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10813         Log: Integrate from mainperl.
10814      Branch: cfgperl
10815           +> lib/caller.pm
10816           !> (integrate 36 files)
10817 ____________________________________________________________________________
10818 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10819         Log: EXTERN_C declarations for global arrays in various
10820              headers, so perl can be built even in C++ mode; win32
10821              build fixups; regen headers
10822      Branch: perl
10823            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10824            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10825 ____________________________________________________________________________
10826 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10827         Log: caller.pm typos
10828      Branch: perl
10829            ! lib/caller.pm
10830 ____________________________________________________________________________
10831 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10832         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10833              is temporarily gone
10834      Branch: perl
10835            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10836            ! pod/perldelta.pod proto.h win32/perllib.c
10837 ____________________________________________________________________________
10838 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10839         Log: implement C<use caller 'encoding'>
10840      Branch: perl
10841            + lib/caller.pm
10842            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10843 ____________________________________________________________________________
10844 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10845         Log: truncate() has a peculiar exemption from strict barewords, even
10846              though it has a non-filehandle prototype
10847      Branch: perl
10848            ! op.c t/io/fs.t
10849 ____________________________________________________________________________
10850 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10851         Log: GDBM tweak
10852      Branch: perl
10853            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10854 ____________________________________________________________________________
10855 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10856         Log: part of the platform changes for IMPLICIT_CONTEXT
10857      Branch: perl
10858            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10859            ! jpl/PerlInterpreter/PerlInterpreter.c
10860            ! jpl/PerlInterpreter/PerlInterpreter.h
10861            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10862            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10863 ____________________________________________________________________________
10864 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10865         Log: Integrate from mainperl.
10866      Branch: cfgperl
10867           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10868 ____________________________________________________________________________
10869 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10870         Log: DB_File tweaks for IMPLICIT CONTEXT
10871      Branch: perl
10872            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10873 ____________________________________________________________________________
10874 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10875         Log: Integrate from mainperl.
10876      Branch: cfgperl
10877           !> (integrate 105 files)
10878 ____________________________________________________________________________
10879 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10880         Log: most globals are now interpreter local; locale initialization
10881              was too early, defer it until interpreter is allocated and
10882              initialized; multiple interpreters should now be
10883              concurrency-safe (untested)
10884      Branch: perl
10885            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10886            ! perlvars.h
10887 ____________________________________________________________________________
10888 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10889         Log: fix small nits
10890      Branch: perl
10891            ! cc_runtime.h ext/B/B/CC.pm run.c
10892 ____________________________________________________________________________
10893 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10894         Log: win32 build fixes
10895      Branch: perl
10896            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10897            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10898            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10899            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10900            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10901            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10902            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10903            ! win32/win32.c win32/win32.h win32/win32sck.c
10904            ! win32/win32thread.c win32/win32thread.h
10905 ____________________________________________________________________________
10906 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10907         Log: more complete support for implicit thread/interpreter pointer,
10908              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10909              without that enabled):
10910              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10911              is a noop; tests pass on Solaris; should be faster now!
10912              - MULTIPLICITY has been tested with and without
10913              PERL_IMPLICIT_CONTEXT on Solaris
10914              - improved function database now merged with embed.pl
10915              - everything except the varargs functions have foo(a,b,c) macros
10916              to provide compatibility
10917              - varargs functions default to compatibility variants that
10918              get the context pointer using dTHX
10919              - there should be almost no source compatibility issues as a
10920              result of all this
10921              - dl_foo.xs changes other than dl_dlopen.xs untested
10922              - still needs documentation, fixups for win32 etc
10923              Next step: migrate most non-mutex variables from perlvars.h
10924              to intrpvar.h
10925      Branch: perl
10926            - proto.pl
10927            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10928            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10929            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10930            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10931            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10932            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10933            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10934            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10935            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10936            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10937            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10938            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10939            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10940            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10941            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10942            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10943            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10944            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10945            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10946            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10947 ____________________________________________________________________________
10948 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10949         Log: missed a file
10950      Branch: perl
10951            + proto.pl
10952            ! MANIFEST
10953 ____________________________________________________________________________
10954 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10955         Log: initial stub implementation of implicit thread/this
10956              pointer    argument; builds/tests on Solaris, win32
10957              hasn't been fixed up yet; proto.h, global.sym and
10958              static function decls are now generated from a common
10959              database in proto.pl; some inconsistently named
10960              perl_foo() things are now Perl_foo(), compatibility
10961              #defines provided; perl_foo() (lowercase 'p') reserved
10962              for functions that take an explicit context argument;
10963              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10964      Branch: perl
10965            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10966            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10967            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10968            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10969            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10970            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10971            ! universal.c utf8.c util.c
10972 ____________________________________________________________________________
10973 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10974         Log: clean up some stray "global" symbols
10975      Branch: perl
10976            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10977            ! pp_proto.h proto.h
10978 ____________________________________________________________________________
10979 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10980         Log: Integrate from mainperl.
10981      Branch: cfgperl
10982           !> (integrate 94 files)
10983 ____________________________________________________________________________
10984 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10985         Log: avoid dereferencing null pointer from getpwent() et al
10986      Branch: perl
10987            ! pp_sys.c
10988 ____________________________________________________________________________
10989 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10990         Log: remove _() non-ansism
10991      Branch: perl
10992            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10993            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10994            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10995            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10996            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10997            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10998            ! ext/re/re.xs handy.h hv.c iperlsys.h
10999            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
11000            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
11001            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
11002            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
11003            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
11004            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
11005            ! vms/vmsish.h vms/writemain.pl vos/config.h
11006            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
11007            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
11008            ! win32/perllib.c win32/runperl.c win32/win32.h
11009            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
11010            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
11011 ____________________________________________________________________________
11012 [  3517] By: gsar                                  on 1999/06/02  02:17:51
11013         Log: missed a few files
11014      Branch: perl
11015            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
11016 ____________________________________________________________________________
11017 [  3516] By: gsar                                  on 1999/06/02  01:37:33
11018         Log: integrate cfgperl contents into mainline
11019      Branch: perl
11020           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11021           +> ext/ByteLoader/byterun.h
11022            - bytecode.h byterun.c byterun.h
11023            ! Changes
11024           !> (integrate 58 files)
11025 ____________________________________________________________________________
11026 [  3515] By: gsar                                  on 1999/06/02  00:48:50
11027         Log: remove stray K&R-isms
11028      Branch: perl
11029            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11030            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
11031            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
11032            ! toke.c util.c win32/win32.c x2p/hash.c
11033 ____________________________________________________________________________
11034 [  3514] By: gsar                                  on 1999/06/01  15:55:55
11035         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
11036              strict 'subs'
11037      Branch: perl
11038            ! op.c t/pragma/strict-subs
11039 ____________________________________________________________________________
11040 [  3513] By: jhi                                   on 1999/06/01  07:17:05
11041         Log: Patch applying of #3499 had gone awry.
11042      Branch: cfgperl
11043            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
11044 ____________________________________________________________________________
11045 [  3512] By: gsar                                  on 1999/05/31  19:21:30
11046         Log: tighter -help output
11047      Branch: perl
11048            ! perl.c
11049 ____________________________________________________________________________
11050 [  3511] By: gsar                                  on 1999/05/31  17:18:23
11051         Log: fix memory leak in C<eval 'return sub {...}'>
11052      Branch: perl
11053            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
11054 ____________________________________________________________________________
11055 [  3510] By: gsar                                  on 1999/05/31  14:11:46
11056         Log: tweak C++isms
11057      Branch: perl
11058            ! win32/dl_win32.xs win32/win32.c
11059 ____________________________________________________________________________
11060 [  3509] By: jhi                                   on 1999/05/30  13:02:26
11061         Log: Cleanup of #3488.
11062      Branch: cfgperl
11063            ! Configure config_h.SH
11064 ____________________________________________________________________________
11065 [  3508] By: jhi                                   on 1999/05/30  11:16:01
11066         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11067              To: Mailing list Perl5 <perl5-porters@perl.org>
11068              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
11069              Date: Sat, 29 May 1999 20:18:13 -0400
11070              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
11071      Branch: cfgperl
11072            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
11073 ____________________________________________________________________________
11074 [  3507] By: jhi                                   on 1999/05/29  20:05:40
11075         Log: From: Mark-Jason Dominus <mjd@plover.com>
11076              To: perl5-porters@perl.com
11077              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
11078              Date: Sat, 29 May 1999 14:45:10 -0400
11079              Message-ID: <19990529184510.27557.qmail@plover.com>
11080      Branch: cfgperl
11081            ! op.h
11082 ____________________________________________________________________________
11083 [  3506] By: gsar                                  on 1999/05/29  16:49:39
11084         Log: avoid gv_check() recursive pit
11085      Branch: perl
11086            ! gv.c
11087 ____________________________________________________________________________
11088 [  3505] By: jhi                                   on 1999/05/29  11:38:16
11089         Log: From: jan.dubois@ibm.net (Jan Dubois)
11090              To: Gurusamy Sarathy <gsar@activestate.com>
11091              Cc: perl5-porters@perl.org
11092              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
11093              Date: Sat, 29 May 1999 08:46:22 +0200
11094              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11095      Branch: cfgperl
11096            ! t/op/grent.t t/op/pwent.t
11097 ____________________________________________________________________________
11098 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11099         Log: QNX needs <sys/select.h> to define fd_set.
11100              
11101              From: Norton Allen <allen@huarp.harvard.edu>
11102              To: perl5-porters@perl.org
11103              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11104              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11105              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11106      Branch: cfgperl
11107            ! ext/IO/poll.c
11108 ____________________________________________________________________________
11109 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11110         Log: From: jan.dubois@ibm.net (Jan Dubois)
11111              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11112              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11113              Date: Fri, 28 May 1999 20:14:35 +0200
11114              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11115      Branch: cfgperl
11116            ! lib/Math/BigFloat.pm
11117 ____________________________________________________________________________
11118 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11119         Log: Make Configure support the change #3367,
11120              SysV shadow passwords.
11121      Branch: cfgperl
11122            ! Configure config_h.SH pp_sys.c
11123 ____________________________________________________________________________
11124 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11125         Log: add wide versions of win32 system calls (first step in
11126              globalization); delayload winsock for performance if compiling
11127              with VC 6.0
11128      Branch: perl
11129            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11130            ! win32/win32.c win32/win32.h
11131 ____________________________________________________________________________
11132 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11133         Log: The new t/lib/io_linenum.t was using stricture
11134              before @INC was set up.
11135      Branch: cfgperl
11136            ! t/lib/io_linenum.t
11137 ____________________________________________________________________________
11138 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11139         Log: From: Tom Hughes <tom@compton.nu>
11140              To: perl5-porters@perl.org
11141              Subject: [PATCH 5.005_57] ByteLoader mark 2
11142              Date: Wed, 26 May 1999 23:59:49 +0100
11143              Message-ID: <bf337a0849.tom@compton.compton.nu>
11144              
11145              plus resolve tiny conflict with #3479
11146              plus regen_headers.
11147      Branch: cfgperl
11148            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11149            + ext/ByteLoader/byterun.h
11150            - bytecode.h byterun.c byterun.h
11151            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11152            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11153            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11154            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11155            ! perl.h perlvars.h proto.h util.c utils/Makefile
11156 ____________________________________________________________________________
11157 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11158         Log: From: Mark-Jason Dominus <mjd@plover.com>
11159              To: perl5-porters@perl.com
11160              Subject: PATCH (5.005_57): defined(@a) now deprecated
11161              Date: Thu, 27 May 1999 16:05:44 -0400
11162              Message-ID: <19990527200544.13330.qmail@plover.com>
11163      Branch: cfgperl
11164            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
11165            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
11166 ____________________________________________________________________________
11167 [  3497] By: jhi                                   on 1999/05/28  16:50:54
11168         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11169              To: perl5-porters@perl.org (Mailing list Perl5)
11170              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
11171              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
11172              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
11173      Branch: cfgperl
11174            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
11175            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
11176 ____________________________________________________________________________
11177 [  3496] By: jhi                                   on 1999/05/28  16:48:39
11178         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11179              To: perl5-porters@perl.org (Mailing list Perl5)
11180              Subject: [PATCH 5.00557] Required OS/2-related patches
11181              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
11182              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
11183      Branch: cfgperl
11184            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
11185            ! t/op/stat.t util.c
11186 ____________________________________________________________________________
11187 [  3495] By: jhi                                   on 1999/05/28  16:45:56
11188         Log: From: Paul Johnson <pjcj@transeda.com>
11189              To: perl5-porters <perl5-porters@perl.org>
11190              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
11191              Date: Fri, 28 May 1999 15:13:54 +0100
11192              Message-ID: <19990528151354.B289@west-tip.transeda.com>
11193      Branch: cfgperl
11194            ! t/TEST
11195 ____________________________________________________________________________
11196 [  3494] By: jhi                                   on 1999/05/28  16:44:34
11197         Log: From: Paul Johnson <pjcj@transeda.com>
11198              To: perl5-porters <perl5-porters@perl.org>
11199              Subject: [PATCH 5.005_57] Fixes related to working local $.
11200              Date: Fri, 28 May 1999 15:11:18 +0100
11201              Message-ID: <19990528151118.A289@west-tip.transeda.com>
11202      Branch: cfgperl
11203            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
11204 ____________________________________________________________________________
11205 [  3493] By: gsar                                  on 1999/05/28  16:37:26
11206         Log: change#3449 wasn't doing enough
11207      Branch: perl
11208            ! op.c t/comp/proto.t
11209 ____________________________________________________________________________
11210 [  3492] By: jhi                                   on 1999/05/28  08:12:23
11211         Log: From: paul.marquess@bt.com
11212              To: doughera@lafayette.edu
11213              Cc: perl5-porters@perl.org
11214              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
11215              Date: Thu, 27 May 1999 23:31:38 +0100
11216              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
11217              
11218              Had to be applied manually; some mailer had munged the patch slightly.
11219      Branch: cfgperl
11220            ! ext/NDBM_File/NDBM_File.xs
11221 ____________________________________________________________________________
11222 [  3491] By: jhi                                   on 1999/05/28  07:51:17
11223         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11224              To: perl5-porters@perl.org
11225              Subject: [PATCH 5.005_57] fixing eval in the compiler
11226              Date: Thu, 27 May 1999 07:56:54 -0700
11227              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
11228      Branch: cfgperl
11229            ! cc_runtime.h scope.h
11230 ____________________________________________________________________________
11231 [  3490] By: jhi                                   on 1999/05/28  07:47:06
11232         Log: From: Andy Dougherty <doughera@lafayette.edu>
11233              To: perlbug@perl.com
11234              Cc: Jarkko Hietaniemi <jhi@iki.fi>
11235              Subject: [PATCH] Configure updates for ISC 4.1
11236              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
11237              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
11238      Branch: cfgperl
11239            ! Configure config_h.SH
11240 ____________________________________________________________________________
11241 [  3489] By: jhi                                   on 1999/05/28  07:39:17
11242         Log: Integrate from mainperl.
11243      Branch: cfgperl
11244           !> malloc.c win32/makedef.pl win32/win32.c
11245 ____________________________________________________________________________
11246 [  3488] By: jhi                                   on 1999/05/27  16:57:19
11247         Log: From: Andy Dougherty <doughera@lafayette.edu>
11248              To: Perl Porters <perl5-porters@perl.org>
11249              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
11250              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
11251              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
11252      Branch: cfgperl
11253            ! Configure config_h.SH hints/sunos_4_1.sh util.c
11254 ____________________________________________________________________________
11255 [  3487] By: gsar                                  on 1999/05/27  03:56:20
11256         Log: make win32_spawnvp() inherit standard handles even when they
11257              may be redirected
11258      Branch: perl
11259            ! win32/win32.c
11260 ____________________________________________________________________________
11261 [  3486] By: jhi                                   on 1999/05/26  19:55:52
11262         Log: From: Andy Dougherty <doughera@lafayette.edu>
11263              To: perl5-porters@perl.org
11264              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
11265              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
11266              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
11267      Branch: cfgperl
11268            ! util.c
11269 ____________________________________________________________________________
11270 [  3485] By: chip                                  on 1999/05/26  17:19:11
11271         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
11272      Branch: maint-5.004/perl
11273            ! Configure
11274 ____________________________________________________________________________
11275 [  3484] By: gsar                                  on 1999/05/26  01:56:28
11276         Log: fix missing exported symbol
11277      Branch: perl
11278            ! malloc.c win32/makedef.pl
11279 ____________________________________________________________________________
11280 [  3483] By: jhi                                   on 1999/05/25  23:08:07
11281         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
11282              
11283              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11284              To: perlbug@perl.com
11285              Subject: OpenBSD hints file update
11286              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
11287              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
11288      Branch: cfgperl
11289            ! hints/openbsd.sh
11290 ____________________________________________________________________________
11291 [  3482] By: jhi                                   on 1999/05/25  23:01:25
11292         Log: From: Tom Hughes <tom@compton.nu>
11293              To: perl5-porters@perl.org
11294              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
11295              Date: Tue, 25 May 1999 23:10:23 +0100
11296              Message-ID: <1ed7f10749.tom@compton.compton.nu>
11297      Branch: cfgperl
11298            ! Configure config_h.SH
11299 ____________________________________________________________________________
11300 [  3481] By: jhi                                   on 1999/05/25  22:31:50
11301         Log: 3479, 3480, 3481 seems logical.
11302      Branch: cfgperl
11303           !> hints/aix.sh
11304 ____________________________________________________________________________
11305 [  3480] By: jhi                                   on 1999/05/25  22:13:39
11306         Log: The change #3479 wasn't perfect.
11307      Branch: perl
11308            ! hints/aix.sh
11309 ____________________________________________________________________________
11310 [  3479] By: jhi                                   on 1999/05/25  21:59:21
11311         Log: Cures for _57 in AIX 4.1.5.0.
11312              (1) The lddlflags lost its -lc by change #3660
11313              (and the politeness of change #3257).
11314              (2) optype_size must end up in perl.exp (as PL_optype_size).
11315              Added it to perlvars.h, fixed bytecode.pl,
11316              regen'ed the relevant headers.
11317      Branch: cfgperl
11318            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
11319            ! perlvars.h
11320      Branch: perl
11321            ! hints/aix.sh
11322 ____________________________________________________________________________
11323 [  3478] By: jhi                                   on 1999/05/25  20:13:47
11324         Log: Integrate from mainperl.
11325      Branch: cfgperl
11326           +> pod/perltootc.pod
11327           !> (integrate 101 files)
11328 ____________________________________________________________________________
11329 [  3477] By: gsar                                  on 1999/05/25  10:43:48
11330         Log: here be 5.005_57
11331      Branch: perl
11332            ! Changes MANIFEST Porting/makerel
11333           !> Changes5.005
11334
11335 ----------------
11336 Version 5.005_57
11337 ----------------
11338
11339 ____________________________________________________________________________
11340 [  3476] By: gsar                                  on 1999/05/25  09:23:43
11341         Log: up patchlevel &c
11342      Branch: perl
11343            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11344            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11345            ! win32/makefile.mk
11346 ____________________________________________________________________________
11347 [  3475] By: gsar                                  on 1999/05/25  09:14:51
11348         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11349              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
11350              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
11351              Subject: [PATCH 5.005_56] REx engine improvements
11352      Branch: perl
11353            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
11354            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
11355            ! thrdvar.h util.c
11356 ____________________________________________________________________________
11357 [  3474] By: gsar                                  on 1999/05/25  08:39:56
11358         Log: test case for change#3470
11359      Branch: perl
11360            ! t/lib/bigintpm.t
11361 ____________________________________________________________________________
11362 [  3473] By: gsar                                  on 1999/05/25  08:36:52
11363         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
11364      Branch: perl
11365            ! Changes pod/perlport.pod
11366 ____________________________________________________________________________
11367 [  3472] By: gsar                                  on 1999/05/25  08:28:57
11368         Log: assorted tweaks
11369      Branch: perl
11370            ! doio.c iperlsys.h win32/config.bc win32/config.gc
11371            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11372            ! win32/config_H.vc win32/makedef.pl
11373 ____________________________________________________________________________
11374 [  3471] By: gsar                                  on 1999/05/25  06:06:04
11375         Log: perlref update from Tom Christiansen
11376      Branch: perl
11377            ! pod/perlref.pod
11378 ____________________________________________________________________________
11379 [  3470] By: gsar                                  on 1999/05/25  06:03:27
11380         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11381              Date: Mon, 24 May 1999 17:43:56 -0400
11382              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
11383              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
11384      Branch: perl
11385            ! hv.c
11386 ____________________________________________________________________________
11387 [  3469] By: gsar                                  on 1999/05/25  05:59:22
11388         Log: avoid temporary files that have a constant name (from a suggestion
11389              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
11390      Branch: perl
11391            ! lib/ExtUtils/MM_Unix.pm
11392 ____________________________________________________________________________
11393 [  3468] By: gsar                                  on 1999/05/25  05:54:29
11394         Log: From: pvhp@forte.com (Peter Prymmer)
11395              Date: Mon, 24 May 99 11:20:25 PDT
11396              Message-Id: <9905241820.AA28071@forte.com>
11397              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
11398      Branch: perl
11399            ! lib/Pod/Text.pm
11400 ____________________________________________________________________________
11401 [  3467] By: gsar                                  on 1999/05/25  04:08:50
11402         Log: fix glob() bug that resulted in missing symlinks that don't point
11403              anywhere
11404      Branch: perl
11405            ! pp_hot.c
11406 ____________________________________________________________________________
11407 [  3466] By: gsar                                  on 1999/05/25  03:00:00
11408         Log: avoid enumerating @INC contents in diagnostic if @INC was never
11409              searched
11410      Branch: perl
11411            ! pod/perldiag.pod pp_ctl.c
11412 ____________________________________________________________________________
11413 [  3465] By: gsar                                  on 1999/05/25  02:24:08
11414         Log: add caveat about close(PIPE) carelessness
11415      Branch: perl
11416            ! pod/perlfunc.pod
11417 ____________________________________________________________________________
11418 [  3464] By: gsar                                  on 1999/05/24  23:55:53
11419         Log: fix bogus line numbers for void context warnings
11420              (change#2548 was overeager)
11421      Branch: perl
11422            ! op.c
11423 ____________________________________________________________________________
11424 [  3463] By: gsar                                  on 1999/05/24  23:31:58
11425         Log: change#3455 had a typo
11426      Branch: perl
11427            ! pp_ctl.c
11428 ____________________________________________________________________________
11429 [  3462] By: gsar                                  on 1999/05/24  17:32:20
11430         Log: more pod updates from Tom Christiansen; regen perltoc
11431      Branch: perl
11432            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
11433            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
11434 ____________________________________________________________________________
11435 [  3461] By: gsar                                  on 1999/05/24  07:41:32
11436         Log: perlmod notes from Damian Conway (via Tom Christiansen)
11437      Branch: perl
11438            ! pod/perlmod.pod
11439 ____________________________________________________________________________
11440 [  3460] By: gsar                                  on 1999/05/24  07:24:11
11441         Log: major pod update from Tom Christiansen
11442      Branch: perl
11443            + pod/perltootc.pod
11444            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
11445            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
11446            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
11447            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
11448            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
11449            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
11450            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
11451            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
11452            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
11453            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
11454            ! pod/perlxs.pod pod/pod2man.PL
11455 ____________________________________________________________________________
11456 [  3459] By: gsar                                  on 1999/05/24  06:26:48
11457         Log: perlfaq update from Tom Christiansen
11458      Branch: perl
11459            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11460            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11461            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11462            ! pod/perlfaq9.pod
11463 ____________________________________________________________________________
11464 [  3458] By: gsar                                  on 1999/05/24  05:55:11
11465         Log: updated to v1.50 from CPAN
11466      Branch: perl
11467            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11468 ____________________________________________________________________________
11469 [  3457] By: gsar                                  on 1999/05/24  05:46:20
11470         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11471              Date: Sun, 23 May 1999 16:35:07 +0100
11472              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
11473              Subject: [PATCH 5.005_56] name PL_in_eval bits
11474      Branch: perl
11475            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
11476 ____________________________________________________________________________
11477 [  3456] By: gsar                                  on 1999/05/24  05:18:06
11478         Log: make -t mode the default on emacs/dumb terminals
11479      Branch: perl
11480            ! Changes utils/perldoc.PL
11481 ____________________________________________________________________________
11482 [  3455] By: gsar                                  on 1999/05/24  05:05:19
11483         Log: return 0 rather than "" when scalar grep has nothing to iterate
11484              on (brings behavior in line with documentation)
11485      Branch: perl
11486            ! pp_ctl.c
11487 ____________________________________________________________________________
11488 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11489         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11490              Date: Thu, 20 May 1999 13:27:02 -1000
11491              Message-Id: <E10kcDN-0007TA-00@lapaki>
11492              Subject: Problem with MM_Unix in 5.005_03
11493      Branch: perl
11494            ! lib/ExtUtils/MM_Unix.pm
11495 ____________________________________________________________________________
11496 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11497         Log: avoid removing duplicates in user-generated warnings
11498              From: byron@omix.com (Byron Brummer)
11499              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11500              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11501              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11502      Branch: perl
11503            ! lib/diagnostics.pm
11504 ____________________________________________________________________________
11505 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11506         Log: straighten some code to avoid NeXT compiler bugs (from
11507              Geoff Kuenning <geoff@cs.hmc.edu>)
11508      Branch: perl
11509            ! pp_ctl.c
11510 ____________________________________________________________________________
11511 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11512         Log: minor logic tweak for reserved word warning
11513      Branch: perl
11514            ! lib/Test/Harness.pm toke.c
11515 ____________________________________________________________________________
11516 [  3450] By: gsar                                  on 1999/05/24  02:34:20
11517         Log: oops, some files missing in change#3449
11518      Branch: perl
11519            ! op.c op.h toke.c
11520 ____________________________________________________________________________
11521 [  3449] By: gsar                                  on 1999/05/24  02:33:12
11522         Log: allow '*' prototype to autoquote even barewords that happen to be
11523              function names; parens or ampersand continue to force the other
11524              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
11525              do the right thing, for example
11526      Branch: perl
11527            ! t/comp/proto.t
11528 ____________________________________________________________________________
11529 [  3448] By: gsar                                  on 1999/05/24  01:51:24
11530         Log: remove vestiges of PL_last_proto
11531      Branch: perl
11532            ! embedvar.h intrpvar.h objXSUB.h
11533 ____________________________________________________________________________
11534 [  3447] By: gsar                                  on 1999/05/24  01:49:20
11535         Log: redo change#2061 and parts of change#1169 with code in the
11536              parser; PL_last_proto hackery gone, strict 'subs' in now
11537              implemented in the optimizer where specifying the exceptional
11538              cases is much more robust; '*' (bareword) prototype now works
11539              reliably when used in second and subsequent arguments
11540      Branch: perl
11541            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
11542 ____________________________________________________________________________
11543 [  3446] By: gsar                                  on 1999/05/23  05:00:55
11544         Log: remove redundant part of change#1169 superceded by change#2061;
11545              avoid "future reserved word" warning on prototypical bearwords
11546      Branch: perl
11547            ! t/lib/fatal.t toke.c
11548 ____________________________________________________________________________
11549 [  3445] By: gsar                                  on 1999/05/21  23:36:49
11550         Log: s/isspace/isSPACE/g and make sure the CRT version is always
11551              passed an unsigned char (fixes random occurrence of spaces in
11552              arguments containing high-bit chars passed to spawned children,
11553              on win32)
11554      Branch: perl
11555            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
11556 ____________________________________________________________________________
11557 [  3444] By: gsar                                  on 1999/05/21  23:08:55
11558         Log: integrate Configure changes from cfgperl
11559      Branch: perl
11560           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11561           !> config_h.SH
11562 ____________________________________________________________________________
11563 [  3443] By: jhi                                   on 1999/05/21  22:00:56
11564         Log: Integrate from mainperl.
11565      Branch: cfgperl
11566           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
11567           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
11568           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
11569           !> win32/perlhost.h win32/win32.c x2p/walk.c
11570 ____________________________________________________________________________
11571 [  3442] By: jhi                                   on 1999/05/21  21:59:46
11572         Log: fflush.
11573      Branch: cfgperl
11574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11575            ! config_h.SH
11576 ____________________________________________________________________________
11577 [  3441] By: gsar                                  on 1999/05/21  17:48:55
11578         Log: integrate cfgperl changes
11579      Branch: perl
11580           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11581           !> config_h.SH hints/sunos_4_1.sh installperl
11582 ____________________________________________________________________________
11583 [  3440] By: gsar                                  on 1999/05/21  17:42:49
11584         Log: test tweak
11585      Branch: perl
11586            ! t/comp/proto.t
11587 ____________________________________________________________________________
11588 [  3439] By: gsar                                  on 1999/05/21  17:31:26
11589         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
11590              (Configure fflush(NULL) detection seems broken on Solaris, which
11591              is why I hit the problem)
11592      Branch: perl
11593            ! Changes perl.h
11594 ____________________________________________________________________________
11595 [  3438] By: gsar                                  on 1999/05/20  16:41:01
11596         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
11597      Branch: perl
11598            ! pod/perlport.pod
11599 ____________________________________________________________________________
11600 [  3437] By: jhi                                   on 1999/05/20  07:14:39
11601         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
11602              (via private email).
11603      Branch: cfgperl
11604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11605            ! config_h.SH hints/sunos_4_1.sh
11606 ____________________________________________________________________________
11607 [  3436] By: gsar                                  on 1999/05/20  05:18:26
11608         Log: various little nits
11609      Branch: perl
11610            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11611            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
11612            ! win32/perlhost.h win32/win32.c x2p/walk.c
11613 ____________________________________________________________________________
11614 [  3435] By: jhi                                   on 1999/05/18  16:25:49
11615         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11616              To: perl5-porters@perl.org
11617              Subject: installperl
11618              Date: Fri, 14 May 1999 21:34:58 +0100
11619              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
11620      Branch: cfgperl
11621            ! installperl
11622 ____________________________________________________________________________
11623 [  3434] By: jhi                                   on 1999/05/17  21:25:54
11624         Log: Integrate from mainperl.
11625      Branch: cfgperl
11626           +> lib/ExtUtils/MM_Cygwin.pm
11627            - cygwin32/impure_ptr.c
11628           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11629           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11630           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
11631           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
11632           !> x2p/find2perl.PL
11633 ____________________________________________________________________________
11634 [  3433] By: gsar                                  on 1999/05/17  09:49:01
11635         Log: integrate cfgperl changes into mainline
11636      Branch: perl
11637           !> Configure INSTALL config_h.SH configure.com embed.h
11638           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
11639           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
11640           !> util.c
11641 ____________________________________________________________________________
11642 [  3432] By: gsar                                  on 1999/05/17  09:06:45
11643         Log: emit more appropriate diagnostic for failed glob (variant
11644              of patch suggested by Graham Barr)
11645      Branch: perl
11646            ! gv.c pod/perldiag.pod pp.c pp_hot.c
11647 ____________________________________________________________________________
11648 [  3431] By: gsar                                  on 1999/05/17  08:38:09
11649         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11650              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
11651              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
11652              Subject: find2perl does not grok the 'c' suffix to the -size argument
11653      Branch: perl
11654            ! x2p/find2perl.PL
11655 ____________________________________________________________________________
11656 [  3430] By: gsar                                  on 1999/05/17  08:26:21
11657         Log: additional cleanups for cygwin32 port
11658              From: "Fifer, Eric" <EFifer@sanwaint.com>
11659              Date: Wed, 12 May 1999 20:25:54 +0100
11660              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
11661              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
11662      Branch: perl
11663            + lib/ExtUtils/MM_Cygwin.pm
11664            - cygwin32/impure_ptr.c
11665            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11666            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11667            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
11668            ! perl.h util.c
11669 ____________________________________________________________________________
11670 [  3429] By: gsar                                  on 1999/05/17  08:01:04
11671         Log: From: Andy Dougherty <doughera@lafayette.edu>
11672              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11673              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11674              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11675      Branch: perl
11676            ! INSTALL
11677 ____________________________________________________________________________
11678 [  3428] By: jhi                                   on 1999/05/17  07:03:26
11679         Log: Integrate from mainperl modulo the Socket.xs change.
11680      Branch: cfgperl
11681           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
11682           !> win32/win32.c win32/win32.h
11683 ____________________________________________________________________________
11684 [  3427] By: jhi                                   on 1999/05/16  22:09:11
11685         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11686              To: perl5-porters@perl.org (Mailing list Perl5)
11687              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
11688              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
11689              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
11690      Branch: cfgperl
11691            ! ext/Devel/Peek/Peek.xs
11692 ____________________________________________________________________________
11693 [  3426] By: jhi                                   on 1999/05/16  22:07:11
11694         Log: From: Mark-Jason Dominus <mjd@plover.com>
11695              To: perl5-porters@perl.com
11696              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
11697              Date: Sat, 15 May 1999 12:43:47 -0400
11698              Message-ID: <19990515164348.7313.qmail@plover.com>
11699      Branch: cfgperl
11700            ! pod/perldiag.pod
11701 ____________________________________________________________________________
11702 [  3425] By: nick                                  on 1999/05/15  15:56:10
11703         Log: Mingw32 + w32api-0.1.5 tweaks
11704              - now more like other Win32 compilers
11705      Branch: perl
11706            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
11707            ! win32/win32.h
11708 ____________________________________________________________________________
11709 [  3424] By: nick                                  on 1999/05/14  21:04:22
11710         Log: Experimental "slab" allocator for ops.
11711              To try it -DPL_OP_SLAB_ALLOC for op.c 
11712              This is for proof of concept only, it leaks memory 
11713              (ops are not free'd) so don't use in embedded apps.
11714              If this minimalist version does not show performance 
11715              gain then whole idea is worthless. 
11716              Nick see's approx 12% speed up vs perlmalloc running
11717              perl -Ilib -MCPAN -e '' 
11718              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11719      Branch: perl
11720            ! op.c
11721 ____________________________________________________________________________
11722 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11723         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11724              found (brings sitelib intuition in line with privlib)
11725      Branch: perl
11726            ! win32/win32.c
11727 ____________________________________________________________________________
11728 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11729         Log: From: pvhp@forte.com (Peter Prymmer)
11730              To: perl5-porters@perl.org, vmsperl@perl.org
11731              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11732              Date: Thu, 13 May 99 15:29:57 PDT
11733              Message-Id: <9905132229.AA15854@forte.com>
11734      Branch: cfgperl
11735            ! configure.com
11736 ____________________________________________________________________________
11737 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11738         Log: Integrate from mainperl.
11739      Branch: cfgperl
11740           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11741 ____________________________________________________________________________
11742 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11743         Log: Still fflushing.
11744      Branch: cfgperl
11745            ! Configure config_h.SH util.c
11746 ____________________________________________________________________________
11747 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11748         Log: mortalize string allocations by win32_get_{priv,site}lib()
11749              (fixes small memory leak in interpreter)
11750      Branch: perl
11751            ! win32/win32.c
11752 ____________________________________________________________________________
11753 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11754         Log: make win32_longname() preserve kind of slashes in argument
11755      Branch: perl
11756            ! win32/win32.c
11757 ____________________________________________________________________________
11758 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11759         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11760      Branch: perl
11761            ! lib/ExtUtils/MM_Unix.pm
11762 ____________________________________________________________________________
11763 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11764         Log: Integrate from mainperl.
11765      Branch: cfgperl
11766           !> pp_ctl.c
11767 ____________________________________________________________________________
11768 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11769         Log: Fixes from Andy Dougherty (via private email).
11770      Branch: cfgperl
11771            ! Configure config_h.SH
11772 ____________________________________________________________________________
11773 [  3414] By: nick                                  on 1999/05/13  20:04:26
11774         Log: valist vs va_list typo
11775      Branch: perl
11776            ! pp_ctl.c
11777 ____________________________________________________________________________
11778 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11779         Log: From: Andy Dougherty <doughera@lafayette.edu>
11780              To: perlbug@perl.com
11781              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11782              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11783              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11784      Branch: cfgperl
11785            ! INSTALL
11786 ____________________________________________________________________________
11787 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11788         Log: Integrate from mainperl.
11789      Branch: cfgperl
11790           !> pp_ctl.c
11791 ____________________________________________________________________________
11792 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11793         Log: docatch_body() declaration mismatch
11794      Branch: perl
11795            ! pp_ctl.c
11796 ____________________________________________________________________________
11797 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11798         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11799      Branch: cfgperl
11800            ! Configure config_h.SH perl.h
11801 ____________________________________________________________________________
11802 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11803         Log: Still fflushing strong.
11804      Branch: cfgperl
11805            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11806            ! proto.h util.c
11807 ____________________________________________________________________________
11808 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11809         Log: Integrate from mainperl.
11810      Branch: cfgperl
11811           !> (integrate 30 files)
11812 ____________________________________________________________________________
11813 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11814         Log: Be tidier with fflush(NULL) testing.
11815      Branch: cfgperl
11816            ! Configure config_h.SH
11817 ____________________________________________________________________________
11818 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11819         Log: better range-checking on list slices, with test
11820              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11821              Date: Sun, 02 May 1999 17:02:53 +0100
11822              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11823              Subject: Re: List slice of undefs returns 0 items 
11824      Branch: perl
11825            ! pp.c t/op/list.t
11826 ____________________________________________________________________________
11827 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11828         Log: change#3397 needs test tweak
11829      Branch: perl
11830            ! Changes t/pragma/warn/sv
11831 ____________________________________________________________________________
11832 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11833         Log: typo in change#3397
11834      Branch: perl
11835            ! doop.c
11836 ____________________________________________________________________________
11837 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11838         Log: From: Stephen Zander <gibreel@pobox.com>
11839              Date: 12 May 1999 01:22:31 -0700
11840              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11841              Subject: Re: Test::Harness runs tainted tests with wrong library path
11842      Branch: perl
11843            ! lib/Test/Harness.pm
11844 ____________________________________________________________________________
11845 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11846         Log: typo in change#3400
11847      Branch: perl
11848            ! ext/B/B/Deparse.pm
11849 ____________________________________________________________________________
11850 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11851         Log: A better, shinier, and possibly even correctly working
11852              reincarnation of #3398.
11853      Branch: cfgperl
11854            ! Configure config_h.SH
11855 ____________________________________________________________________________
11856 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11857         Log: deparse \&func() as \(&func()) for clarity
11858              From: Albert Dvornik <bert@genscan.com>
11859              Date: 11 May 1999 13:32:04 -0400
11860              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11861              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11862      Branch: perl
11863            ! ext/B/B/Deparse.pm
11864 ____________________________________________________________________________
11865 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11866         Log: more testsuite smarts (many of them courtesy Ilya)
11867      Branch: perl
11868            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11869            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11870            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11871            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11872            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11873            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11874            ! t/op/pwent.t
11875 ____________________________________________________________________________
11876 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11877         Log: Detect whether fflush(NULL) works as per change #3352.
11878      Branch: cfgperl
11879            ! Configure config_h.SH perl.h
11880 ____________________________________________________________________________
11881 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11882         Log: From: jan.dubois@ibm.net (Jan Dubois)
11883              Date: Wed, 12 May 1999 01:01:00 +0200
11884              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11885              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11886      Branch: perl
11887            ! doop.c
11888 ____________________________________________________________________________
11889 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11890         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11891              stat() behaves similarly
11892      Branch: perl
11893            ! win32/win32.c
11894 ____________________________________________________________________________
11895 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11896         Log: Redo parts of #3341 and #3358 that #3394 undid.
11897      Branch: cfgperl
11898            ! Configure config_h.SH
11899 ____________________________________________________________________________
11900 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11901         Log: Add I_NETINET_TCP to help change #3391.
11902      Branch: cfgperl
11903            ! Configure config_h.SH ext/Socket/Socket.xs
11904 ____________________________________________________________________________
11905 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11906         Log: Integrate from mainperl.
11907      Branch: cfgperl
11908           !> (integrate 55 files)
11909 ____________________________________________________________________________
11910 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11911         Log: update embedvar.h
11912      Branch: perl
11913            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11914 ____________________________________________________________________________
11915 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11916         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11917              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11918              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11919              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11920      Branch: perl
11921            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11922 ____________________________________________________________________________
11923 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11924         Log: display more frequent progress messages when STDOUT is a tty
11925      Branch: perl
11926            ! lib/Test/Harness.pm
11927 ____________________________________________________________________________
11928 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11929         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11930              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11931              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11932              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11933      Branch: perl
11934            ! lib/Test/Harness.pm
11935 ____________________________________________________________________________
11936 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11937         Log: avoid creating spurious subroutine stubs on failed subroutine
11938              call and other places of sv_2cv() misuse; fixes problems with
11939              failed subroutine calls "hiding" later attempts to lookup methods
11940              in base classes
11941      Branch: perl
11942            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11943 ____________________________________________________________________________
11944 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11945         Log: various fixes for clean build and test on win32; configpm broken,
11946              needed to open myconfig.SH rather than myconfig; sundry adjustments
11947              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11948              work under win32; getenv_sv() changed to getenv_len() since SVs
11949              aren't visible in the lower echelons; remove bogus exports from
11950              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11951              IoDIRP in filter_del() or sv_free() will attempt to close it
11952      Branch: perl
11953            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11954            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11955            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11956            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11957            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11958            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11959            ! win32/config.gc win32/config.vc win32/makedef.pl
11960            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11961            ! win32/win32.c win32/win32.h
11962 ____________________________________________________________________________
11963 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11964         Log: gutsupport for C++ exceptions
11965              From: Chip Salzenberg <chip@perlsupport.com>
11966              Date: Tue, 9 Mar 1999 11:51:57 -0500
11967              Message-ID: <19990309115157.E7911@perlsupport.com>
11968              Subject: [PATCH 5.005] Flexible Exceptions
11969      Branch: perl
11970            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11971            ! scope.c scope.h thrdvar.h util.c
11972 ____________________________________________________________________________
11973 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11974         Log: "weak" references internals, still needs perlguts documentation
11975              (somewhat modified version of patch suggested by Tuomas J. Lukka
11976              <lukka@fas.harvard.edu>)
11977      Branch: perl
11978            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11979            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11980 ____________________________________________________________________________
11981 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11982         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11983              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11984      Branch: cfgperl
11985            ! INSTALL hints/dec_osf.sh
11986 ____________________________________________________________________________
11987 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11988         Log: Integrate from mainperl.
11989      Branch: cfgperl
11990           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11991           +> cygwin32/build-instructions.charles-wilson
11992           +> cygwin32/build-instructions.sebastien-barre
11993           +> cygwin32/build-instructions.steven-morlock
11994           +> cygwin32/build-instructions.steven-morlock2
11995           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11996           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11997           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11998           +> t/op/numconvert.t utils/perlbc.PL
11999            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12000            - cygwin32/perlld
12001           !> (integrate 105 files)
12002 ____________________________________________________________________________
12003 [  3380] By: gsar                                  on 1999/05/10  12:27:14
12004         Log: regen regnodes.h
12005      Branch: perl
12006            ! Changes regnodes.h
12007 ____________________________________________________________________________
12008 [  3379] By: gsar                                  on 1999/05/10  12:17:26
12009         Log: From: jan.dubois@ibm.net (Jan Dubois)
12010              Date: Sat, 01 May 1999 22:55:36 +0200
12011              Message-ID: <373067e9.56194713@smtp1.ibm.net>
12012              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
12013      Branch: perl
12014            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
12015            ! win32/config_H.vc
12016 ____________________________________________________________________________
12017 [  3378] By: gsar                                  on 1999/05/10  12:07:13
12018         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12019              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
12020              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
12021              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
12022      Branch: perl
12023            + t/op/numconvert.t
12024            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
12025            ! util.c
12026 ____________________________________________________________________________
12027 [  3377] By: gsar                                  on 1999/05/10  11:39:48
12028         Log: pp_modulo comment tweak from Ilya
12029      Branch: perl
12030            ! pp.c
12031 ____________________________________________________________________________
12032 [  3376] By: gsar                                  on 1999/05/10  11:30:40
12033         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12034              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
12035              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
12036              Subject: Test.pm update [PATCH _56]
12037      Branch: perl
12038            ! lib/Test.pm
12039 ____________________________________________________________________________
12040 [  3375] By: gsar                                  on 1999/05/10  11:28:30
12041         Log: From: jan.dubois@ibm.net (Jan Dubois)
12042              Date: Fri, 07 May 1999 00:59:54 +0200
12043              Message-ID: <373318ae.19292461@smtp1.ibm.net>
12044              Subject: Re: Using existing memory for an SV's PV 
12045      Branch: perl
12046            ! sv.c
12047 ____________________________________________________________________________
12048 [  3374] By: gsar                                  on 1999/05/10  11:23:44
12049         Log: From: jan.dubois@ibm.net (Jan Dubois)
12050              Date: Fri, 07 May 1999 00:59:52 +0200
12051              Message-ID: <37321800.19118320@smtp1.ibm.net>
12052              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
12053      Branch: perl
12054            ! perl.h
12055 ____________________________________________________________________________
12056 [  3373] By: gsar                                  on 1999/05/10  11:22:10
12057         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12058              Date: Thu, 6 May 1999 18:17:28 -0400
12059              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
12060              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
12061      Branch: perl
12062            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
12063            ! util.c
12064 ____________________________________________________________________________
12065 [  3372] By: gsar                                  on 1999/05/10  10:57:49
12066         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12067              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
12068              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
12069              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
12070      Branch: perl
12071            ! regcomp.c regcomp.pl
12072 ____________________________________________________________________________
12073 [  3371] By: gsar                                  on 1999/05/10  10:54:01
12074         Log: From: lane@duphy4.physics.drexel.edu
12075              Date: Tue, 04 May 1999 10:19:25 -0700
12076              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
12077              Subject: [PATCH 5.005.56] pod->html VMS fixes
12078      Branch: perl
12079            ! installhtml lib/Pod/Html.pm
12080 ____________________________________________________________________________
12081 [  3370] By: gsar                                  on 1999/05/10  10:45:52
12082         Log: testsuite nits
12083      Branch: perl
12084            ! t/lib/io_linenum.t t/op/filetest.t
12085 ____________________________________________________________________________
12086 [  3369] By: gsar                                  on 1999/05/10  10:35:22
12087         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12088              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
12089              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
12090              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
12091      Branch: perl
12092            ! os2/os2ish.h os2/os2thread.h
12093 ____________________________________________________________________________
12094 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12095         Log: From: Albert Dvornik <bert@genscan.com>
12096              Date: 03 May 1999 12:20:57 -0400
12097              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12098              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12099      Branch: perl
12100            ! dump.c
12101 ____________________________________________________________________________
12102 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12103         Log: shadow password support for Solaris (needs Configure help to
12104              determine HAS_GETSPENT)
12105              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12106              Date: Sat, 01 May 1999 19:41:17 -0400
12107              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12108              Subject: getpwent() under solaris
12109      Branch: perl
12110            ! pp_sys.c
12111 ____________________________________________________________________________
12112 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12113         Log: From: jan.dubois@ibm.net (Jan Dubois)
12114              Date: Sat, 01 May 1999 23:45:47 +0200
12115              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12116              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12117      Branch: perl
12118            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12119            ! pod/perldelta.pod
12120 ____________________________________________________________________________
12121 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12122         Log: test suite and fix input_line_number()
12123              From: Paul Johnson <pjcj@transeda.com>
12124              Date: Thu, 29 Apr 1999 06:28:14 +0100
12125              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12126              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12127      Branch: perl
12128            + t/lib/io_linenum.t
12129            ! MANIFEST ext/IO/lib/IO/Handle.pm
12130 ____________________________________________________________________________
12131 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12132         Log: fix overeager [:foo:] parsing
12133              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12134              Date: Fri, 30 Apr 1999 09:26:18 +0100
12135              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12136              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12137      Branch: perl
12138            ! regcomp.c t/op/re_tests
12139 ____________________________________________________________________________
12140 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12141         Log: documentation for Win32 builtins (somewhat modified)
12142              From: jan.dubois@ibm.net (Jan Dubois)
12143              Date: Tue, 30 Mar 1999 08:05:03 +0200
12144              Message-ID: <37006783.1926460@smtp1.ibm.net>
12145              Subject: Re: Issues with build 509 
12146      Branch: perl
12147            + pod/Win32.pod
12148            ! MANIFEST
12149 ____________________________________________________________________________
12150 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12151         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12152      Branch: perl
12153            ! lib/File/Copy.pm win32/win32.c
12154 ____________________________________________________________________________
12155 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12156         Log: escape ampersands in <pre> sections
12157      Branch: perl
12158            ! Changes lib/Pod/Html.pm
12159 ____________________________________________________________________________
12160 [  3360] By: gsar                                  on 1999/05/10  08:04:14
12161         Log: AIX hints enhancements (threads build, SOCKS support)
12162              From: "David R. Favor" <dfavor@austin.ibm.com>
12163              Date: Wed, 28 Apr 1999 08:45:28 -0500
12164              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
12165              Subject: Working build for AIX + gcc + threading
12166      Branch: perl
12167            ! hints/aix.sh
12168 ____________________________________________________________________________
12169 [  3359] By: gsar                                  on 1999/05/10  07:49:26
12170         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
12171              Date: Tue, 27 Apr 1999 23:47:24 PDT
12172              Message-ID: <19990428064724.95244.qmail@hotmail.com>
12173              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
12174              --
12175              Date: Thu, 29 Apr 1999 18:21:06 -0700
12176              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
12177              Subject: [PATCH 5.005_56] double constants ( C.pm)
12178              --
12179              Date: Mon, 03 May 1999 20:21:31 PDT
12180              Message-ID: <19990504032131.81113.qmail@hotmail.com>
12181              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
12182              --
12183              Date: Thu, 06 May 1999 17:57:09 -0700
12184              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
12185              Subject: Stash.pm
12186      Branch: perl
12187            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
12188            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
12189 ____________________________________________________________________________
12190 [  3358] By: gsar                                  on 1999/05/10  04:39:15
12191         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
12192              From: alexander smishlajev <als@turnhere.com>
12193              Date: Sun, 25 Apr 1999 14:58:29 +0300
12194              Message-ID: <37230365.5F68B460@turnhere.com>
12195              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
12196      Branch: perl
12197            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12198            + cygwin32/build-instructions.charles-wilson
12199            + cygwin32/build-instructions.sebastien-barre
12200            + cygwin32/build-instructions.steven-morlock
12201            + cygwin32/build-instructions.steven-morlock2
12202            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12203            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12204            - cygwin32/perlld
12205            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
12206            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
12207            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
12208            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
12209            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
12210            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
12211 ____________________________________________________________________________
12212 [  3357] By: gsar                                  on 1999/05/10  04:07:07
12213         Log: applied suggested patch, modulo already applied parts
12214              From: Charles Bailey <BAILEY@newman.upenn.edu>
12215              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
12216              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
12217              Subject: [Patch 5.005_56] VMS consolidated patch #2
12218      Branch: perl
12219            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
12220            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
12221            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
12222            ! vms/subconfigure.com vms/test.com vms/vms.c
12223 ____________________________________________________________________________
12224 [  3356] By: gsar                                  on 1999/05/10  03:48:08
12225         Log: applied suggested patch, with win32 and PERL_OBJECT additions
12226              From: Tom Hughes <tom@compton.nu>
12227              Date: Sat, 24 Apr 1999 18:11:59 +0100
12228              Message-ID: <609bdff748.tom@compton.compton.nu>
12229              Subject: ByteLoader patch
12230      Branch: perl
12231            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12232            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
12233            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
12234            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12235            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
12236            ! utils/Makefile win32/Makefile win32/makefile.mk
12237 ____________________________________________________________________________
12238 [  3355] By: gsar                                  on 1999/05/10  03:22:49
12239         Log: document 'test' attribute (from Andreas Koenig)
12240      Branch: perl
12241            ! lib/ExtUtils/MakeMaker.pm
12242 ____________________________________________________________________________
12243 [  3354] By: gsar                                  on 1999/05/10  03:12:37
12244         Log: From: pmarquess@bfsec.bt.co.uk
12245              Date: Thu, 22 Apr 1999 23:12:08 +0100
12246              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
12247              Subject: PATCH for small bug in scan_bin
12248      Branch: perl
12249            ! util.c
12250 ____________________________________________________________________________
12251 [  3353] By: gsar                                  on 1999/05/10  02:39:33
12252         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
12253              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
12254      Branch: perl
12255            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
12256            ! win32/win32iop.h
12257 ____________________________________________________________________________
12258 [  3352] By: gsar                                  on 1999/05/09  22:47:39
12259         Log: flush all open output buffers before fork(), exec(), system, qx//
12260              and pipe open() operations, simplifying buffering headaches faced
12261              by users; uses fflush(NULL), which may need Configure test
12262      Branch: perl
12263            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
12264            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
12265 ____________________________________________________________________________
12266 [  3351] By: gsar                                  on 1999/05/09  21:11:51
12267         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
12268              Leroy <jll@skynet.be>)
12269      Branch: perl
12270            ! utils/perlcc.PL
12271 ____________________________________________________________________________
12272 [  3350] By: gsar                                  on 1999/05/09  20:39:11
12273         Log: normalize $^X to full pathname on win32
12274      Branch: perl
12275            ! win32/runperl.c
12276 ____________________________________________________________________________
12277 [  3349] By: gsar                                  on 1999/05/09  20:23:07
12278         Log: allow readline($globref), <$globref> already works
12279      Branch: perl
12280            ! pp_hot.c
12281 ____________________________________________________________________________
12282 [  3348] By: gsar                                  on 1999/05/09  20:00:09
12283         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
12284              <lemburg@online-club.de>)
12285      Branch: perl
12286            ! utils/perldoc.PL
12287 ____________________________________________________________________________
12288 [  3347] By: gsar                                  on 1999/05/09  18:47:21
12289         Log: additions to Thread.pm docs from Tuomas J. Lukka
12290              <lukka@fas.harvard.edu>
12291      Branch: perl
12292            ! ext/Thread/Thread.pm
12293 ____________________________________________________________________________
12294 [  3346] By: gsar                                  on 1999/05/09  18:38:00
12295         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12296              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
12297              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
12298              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
12299      Branch: perl
12300            ! ext/B/B/Xref.pm
12301 ____________________________________________________________________________
12302 [  3345] By: gsar                                  on 1999/05/09  18:22:43
12303         Log: work around mangled archname on win32 while finding privlib/sitelib;
12304              normalize lib paths to forward slashes internally
12305      Branch: perl
12306            ! win32/win32.c
12307 ____________________________________________________________________________
12308 [  3344] By: gsar                                  on 1999/05/09  03:20:06
12309         Log: fix typo in dbm filters that caused odbm.t to fail
12310      Branch: perl
12311            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
12312 ____________________________________________________________________________
12313 [  3343] By: gsar                                  on 1999/05/09  02:02:59
12314         Log: tweak test totals
12315      Branch: perl
12316            ! Changes t/lib/tie-stdhandle.t
12317 ____________________________________________________________________________
12318 [  3342] By: gsar                                  on 1999/05/09  01:42:06
12319         Log: import list propagation busted (pointed out by Ton Hospel
12320              <thospel@mail.dma.be>)
12321      Branch: perl
12322            ! lib/autouse.pm
12323 ____________________________________________________________________________
12324 [  3341] By: gsar                                  on 1999/05/09  00:54:18
12325         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
12326              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
12327      Branch: perl
12328            ! Configure Makefile.SH
12329 ____________________________________________________________________________
12330 [  3340] By: gsar                                  on 1999/05/09  00:40:41
12331         Log: generate manpages for newly added utils
12332      Branch: perl
12333            ! installman
12334 ____________________________________________________________________________
12335 [  3339] By: gsar                                  on 1999/05/09  00:33:50
12336         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12337              Date: Sun, 02 May 1999 17:59:24 +0100
12338              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
12339              Subject: [PATCH] Re: ptr to realloced memory in yylex
12340      Branch: perl
12341            ! toke.c
12342 ____________________________________________________________________________
12343 [  3338] By: jhi                                   on 1999/05/08  22:40:29
12344         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
12345      Branch: cfgperl
12346            ! INSTALL
12347 ____________________________________________________________________________
12348 [  3337] By: jhi                                   on 1999/05/08  22:22:26
12349         Log: Integrate from mainperl.
12350      Branch: cfgperl
12351           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
12352           !> (integrate 54 files)
12353 ____________________________________________________________________________
12354 [  3336] By: gsar                                  on 1999/05/08  21:48:22
12355         Log: make perldoc -f grok nested =items
12356      Branch: perl
12357            ! utils/perldoc.PL
12358 ____________________________________________________________________________
12359 [  3335] By: gsar                                  on 1999/05/08  19:48:11
12360         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
12361      Branch: perl
12362            ! op.c t/lib/fields.t
12363 ____________________________________________________________________________
12364 [  3334] By: gsar                                  on 1999/05/08  19:09:41
12365         Log: update test totals
12366      Branch: perl
12367            ! t/lib/bigintpm.t
12368 ____________________________________________________________________________
12369 [  3333] By: gsar                                  on 1999/05/08  16:56:02
12370         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
12371      Branch: perl
12372            ! pod/perlfunc.pod
12373 ____________________________________________________________________________
12374 [  3332] By: gsar                                  on 1999/05/08  16:46:44
12375         Log: applied suggested patch, added tests
12376              From: William Mann <wmann@avici.com>
12377              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
12378              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
12379              Subject: BigInt.pm extensions for logical operations
12380      Branch: perl
12381            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
12382 ____________________________________________________________________________
12383 [  3331] By: gsar                                  on 1999/05/08  16:09:33
12384         Log: avoid temporary files named 'tmp'
12385      Branch: perl
12386            ! Makefile.SH pp.c
12387 ____________________________________________________________________________
12388 [  3330] By: nick                                  on 1999/05/08  14:16:30
12389         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
12390              Provide Tie::StdHandle
12391              Basic update of docs.
12392      Branch: perl
12393            + t/lib/tie-stdhandle.t
12394            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
12395 ____________________________________________________________________________
12396 [  3329] By: nick                                  on 1999/05/08  12:03:45
12397         Log: Tweaks to open(my $fh,...) stuff
12398      Branch: perl
12399            ! op.c pp.c pp_sys.c t/io/open.t
12400 ____________________________________________________________________________
12401 [  3328] By: nick                                  on 1999/05/08  11:18:42
12402         Log: Bring SDBM_File.xs into line with new typemap
12403      Branch: perl
12404            ! ext/SDBM_File/SDBM_File.xs
12405 ____________________________________________________________________________
12406 [  3327] By: gsar                                  on 1999/05/08  00:07:11
12407         Log: add test case for AUTOLOAD reentrancy fix in change#3279
12408      Branch: perl
12409            ! t/lib/autoloader.t
12410 ____________________________________________________________________________
12411 [  3326] By: nick                                  on 1999/05/07  21:24:50
12412         Log: Implement open( my $fh, ...) and similar.
12413              Set flag in op.c for "constructor ops"
12414              In pp_rv2gv, if flag is set and arg is PADSV and uninit
12415              vivify as reference to a detached GV.
12416              (Name of GV is the pad name.)
12417              This scheme should "just work" for pipe/socket etc. too.
12418              
12419              #if 0 out the open(FH,undef) for now.
12420              Change t/io/open.t to test open(my $fh,...)
12421      Branch: perl
12422            ! op.c pp.c pp_sys.c t/io/open.t
12423 ____________________________________________________________________________
12424 [  3325] By: nick                                  on 1999/05/07  21:18:42
12425         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
12426      Branch: perl
12427            ! util.c
12428 ____________________________________________________________________________
12429 [  3324] By: gsar                                  on 1999/05/07  20:28:31
12430         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
12431              intervening code has to allocate SVs)
12432      Branch: perl
12433            ! util.c
12434 ____________________________________________________________________________
12435 [  3323] By: gsar                                  on 1999/05/07  19:45:08
12436         Log: allow line numbers to show in diagnostics during global destruction
12437      Branch: perl
12438            ! util.c
12439 ____________________________________________________________________________
12440 [  3322] By: gsar                                  on 1999/05/07  09:38:11
12441         Log: From: Dan Sugalski <sugalskd@ous.edu>
12442              Date: Fri, 09 Apr 1999 16:16:39 -0700
12443              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
12444              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
12445      Branch: perl
12446            ! lib/ExtUtils/MM_VMS.pm
12447 ____________________________________________________________________________
12448 [  3321] By: gsar                                  on 1999/05/07  09:08:23
12449         Log: From: kwzh@gnu.org (Karl Heuer)
12450              Date: Wed, 7 Apr 1999 23:58:58 -0400
12451              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
12452              Subject: [perl-5.005.02] detect lack of /dev/tty
12453      Branch: perl
12454            ! Makefile.SH
12455 ____________________________________________________________________________
12456 [  3320] By: gsar                                  on 1999/05/07  08:52:14
12457         Log: allow distinct prefix for versioned executables
12458              From: Roderick Schertler <roderick@argon.org>
12459              Date: Wed, 07 Apr 1999 15:34:56 -0400
12460              Message-ID: <3003.923513696@eeyore.ibcinc.com>
12461              Subject: perl55.00503 -> perl5.00503 patch for installperl
12462      Branch: perl
12463            ! INSTALL installperl
12464 ____________________________________________________________________________
12465 [  3319] By: gsar                                  on 1999/05/07  08:07:02
12466         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12467              Date: Mon, 05 Apr 1999 15:38:42 -0700
12468              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
12469              Subject: Re: chomp fails with $/ in fixed-length record mode
12470              --
12471              From: Roderick Schertler <roderick@argon.org>
12472              Date: Tue, 06 Apr 1999 21:11:37 -0400
12473              Message-ID: <2795.923447497@eeyore.ibcinc.com>
12474              Subject: Re: chomp fails with $/ in fixed-length record mode
12475      Branch: perl
12476            ! doop.c pod/perlfunc.pod t/op/chop.t
12477 ____________________________________________________________________________
12478 [  3318] By: gsar                                  on 1999/05/07  07:56:35
12479         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12480              Date: Tue, 6 Apr 1999 01:40:36 -0400
12481              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
12482              Subject: [PATCH 5.005_*] Make % use fmod()
12483      Branch: perl
12484            ! pp.c t/op/arith.t
12485 ____________________________________________________________________________
12486 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12487         Log: DBM Filters (via private mail)
12488              From: pmarquess@bfsec.bt.co.uk
12489              Date: Sun, 18 Apr 1999 21:05:52 +0100
12490              Message-Id: <199904182009.NAA19152@activestate.com>
12491              Subject: DBM Filters
12492      Branch: perl
12493            + pod/perldbmfilter.pod
12494            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12495            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12496            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12497            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12498            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12499            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12500            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12501            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12502            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12503            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12504            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12505            ! t/lib/sdbm.t
12506 ____________________________________________________________________________
12507 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12508         Log: avoid negative return value from Win32::GetTickCount()
12509              From: jan.dubois@ibm.net (Jan Dubois)
12510              Date: Sat, 03 Apr 1999 19:04:18 +0200
12511              Message-ID: <37084742.22824479@smtp1.ibm.net>
12512              Subject: Re: Win32::GetTickCount
12513      Branch: perl
12514            ! win32/win32.c
12515 ____________________________________________________________________________
12516 [  3314] By: gsar                                  on 1999/05/06  08:01:23
12517         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
12518              Date: Tue, 30 Mar 1999 23:40:34 PST
12519              Message-ID: <19990331074034.6117.qmail@hotmail.com>
12520              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
12521              --
12522              Date: Wed, 07 Apr 1999 00:28:23 -0800
12523              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
12524              Subject: [PATCH 5.005_56] function prototypes(B.pm)
12525              --
12526              Date: Thu, 22 Apr 1999 23:40:52 -0700
12527              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
12528              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
12529              --
12530              Date: Tue, 27 Apr 1999 01:14:49 PDT
12531              Message-ID: <19990427081449.28615.qmail@hotmail.com>
12532              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
12533      Branch: perl
12534            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
12535            ! t/op/ref.t
12536 ____________________________________________________________________________
12537 [  3313] By: jhi                                   on 1999/05/06  07:59:52
12538         Log: Integrate from mainperl.
12539      Branch: cfgperl
12540           !> (integrate 33 files)
12541 ____________________________________________________________________________
12542 [  3312] By: gsar                                  on 1999/05/06  07:11:50
12543         Log: add Ethiopic section to unicode master database (from Ken
12544              Whistler <kenw@sybase.com>)
12545      Branch: perl
12546            ! lib/unicode/UnicodeData-Latest.txt
12547 ____________________________________________________________________________
12548 [  3311] By: gsar                                  on 1999/05/06  05:37:55
12549         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
12550              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
12551              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
12552              Subject: Largefiles for Solaris
12553      Branch: perl
12554            ! hints/solaris_2.sh
12555 ____________________________________________________________________________
12556 [  3310] By: gsar                                  on 1999/05/06  05:14:35
12557         Log: emit more accurate diagnostic for syntax errors involving <>
12558              within eval""
12559      Branch: perl
12560            ! toke.c utils/perldoc.PL
12561 ____________________________________________________________________________
12562 [  3309] By: gsar                                  on 1999/05/06  04:36:31
12563         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
12564      Branch: perl
12565            ! t/lib/open3.t
12566 ____________________________________________________________________________
12567 [  3308] By: gsar                                  on 1999/05/06  03:19:16
12568         Log: applied first part of suggested patch (bug described cannot be
12569              reproduced any longer, so the second inconclusive part has not
12570              been applied)
12571              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12572              Date: Sun, 28 Mar 1999 04:51:34 +0100
12573              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
12574              Subject: [PATCH 5.005_56] Re: A core dump 
12575      Branch: perl
12576            ! toke.c
12577 ____________________________________________________________________________
12578 [  3307] By: gsar                                  on 1999/05/06  01:56:06
12579         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
12580              change#3180)
12581      Branch: perl
12582            ! op.c
12583 ____________________________________________________________________________
12584 [  3306] By: gsar                                  on 1999/05/05  17:17:34
12585         Log: applied non-conflicting parts of suggested patch
12586              From: Charles Bailey <BAILEY@newman.upenn.edu>
12587              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
12588              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
12589              Subject: [Patch 5.005_56] Revised VMS patch
12590      Branch: perl
12591            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
12592            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
12593 ____________________________________________________________________________
12594 [  3305] By: gsar                                  on 1999/05/05  16:20:19
12595         Log: make perldoc use backslashed pathnames within system() on win32
12596      Branch: perl
12597            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
12598 ____________________________________________________________________________
12599 [  3304] By: gsar                                  on 1999/05/05  07:29:43
12600         Log: upgrade Pod::Parser to v1.081 from CPAN
12601      Branch: perl
12602            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12603            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12604            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12605 ____________________________________________________________________________
12606 [  3303] By: gsar                                  on 1999/05/05  07:02:07
12607         Log: From: Andy Dougherty <doughera@lafayette.edu>
12608              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
12609              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
12610              Subject: [PATCH 5.005_03-MT3] INSTALL patches
12611      Branch: perl
12612            ! INSTALL
12613 ____________________________________________________________________________
12614 [  3302] By: gsar                                  on 1999/05/05  06:55:21
12615         Log: load base packages based on nonexistent $VERSION
12616              From: andreas.koenig@anima.de (Andreas J. Koenig)
12617              Date: 19 Mar 1999 06:00:28 +0100
12618              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
12619              Subject: Re: base.pm flaw
12620      Branch: perl
12621            ! lib/base.pm lib/locale.pm
12622 ____________________________________________________________________________
12623 [  3301] By: gsar                                  on 1999/05/04  05:41:08
12624         Log: pod2man outputs switched date and revision label (fix suggested by
12625              EthanSasiela@mede.com)
12626      Branch: perl
12627            ! pod/pod2man.PL
12628 ____________________________________________________________________________
12629 [  3300] By: gsar                                  on 1999/05/03  18:48:25
12630         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
12631              (makes opendir(D,"c:") work reliably)
12632      Branch: perl
12633            ! win32/win32.c
12634 ____________________________________________________________________________
12635 [  3299] By: gsar                                  on 1999/05/02  19:39:55
12636         Log: add test case for change#3298
12637      Branch: perl
12638            ! sv.c t/op/readdir.t
12639 ____________________________________________________________________________
12640 [  3298] By: gsar                                  on 1999/05/02  19:24:41
12641         Log: close directory handles properly when localized
12642      Branch: perl
12643            ! sv.c
12644 ____________________________________________________________________________
12645 [  3297] By: jhi                                   on 1999/04/30  11:42:14
12646         Log: Integrate from mainperl.
12647      Branch: cfgperl
12648           !> Changes config_h.SH configure.com lib/AutoLoader.pm
12649           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
12650           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
12651           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
12652           !> vms/subconfigure.com win32/win32.c
12653 ____________________________________________________________________________
12654 [  3293] By: chip                                  on 1999/04/29  18:50:49
12655         Log: Fix shebang lines.
12656      Branch: maint-5.004/perl
12657            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
12658            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
12659            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
12660            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
12661            ! x2p/find2perl.PL x2p/s2p.PL
12662 ____________________________________________________________________________
12663 [  3284] By: gsar                                  on 1999/04/27  00:48:42
12664         Log: integrate change#3279 from maint-5.004
12665      Branch: perl
12666            ! lib/AutoLoader.pm
12667 ____________________________________________________________________________
12668 [  3279] By: chip                                  on 1999/04/26  23:09:26
12669         Log: Make &AutoLoad::AUTOLOAD reentrant.
12670      Branch: maint-5.004/perl
12671            ! lib/AutoLoader.pm
12672 ____________________________________________________________________________
12673 [  3276] By: chip                                  on 1999/04/26  22:34:36
12674         Log: Make porting scripts executable.
12675      Branch: maint-5.004/perl
12676            ! Changes Porting/genlog Porting/makerel Porting/p4desc
12677            ! Porting/patchls
12678 ____________________________________________________________________________
12679 [  3274] By: gsar                                  on 1999/04/26  17:30:31
12680         Log: allow embedded null characters in diagnostics
12681      Branch: perl
12682            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
12683 ____________________________________________________________________________
12684 [  3273] By: gsar                                  on 1999/04/26  08:27:22
12685         Log: hand-applied conflicting parts of suggested patch
12686              From: Charles Bailey <BAILEY@newman.upenn.edu>
12687              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
12688              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
12689              Subject: [PATCH 5.005_56] VMS configuration/build
12690      Branch: perl
12691            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12692            ! vms/munchconfig.c vms/subconfigure.com
12693 ____________________________________________________________________________
12694 [  3272] By: gsar                                  on 1999/04/26  08:25:41
12695         Log: update Changes; tweak minor regressions
12696      Branch: perl
12697            ! Changes lib/AutoSplit.pm lib/File/Path.pm
12698 ____________________________________________________________________________
12699 [  3271] By: gsar                                  on 1999/04/26  07:52:51
12700         Log: integrate change#3229 from maint-5.004
12701      Branch: perl
12702            ! pp_ctl.c util.c
12703 ____________________________________________________________________________
12704 [  3270] By: gsar                                  on 1999/04/25  22:58:27
12705         Log: fix buggy reference count on refs to SVs with autoviv magic
12706              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
12707              accessing free()d memory)
12708      Branch: perl
12709            ! pp.c t/op/ref.t
12710 ____________________________________________________________________________
12711 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12712         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12713              on win32)
12714      Branch: perl
12715            ! win32/win32.c
12716 ____________________________________________________________________________
12717 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12718         Log: kill dup hunk
12719      Branch: perl
12720            ! config_h.SH
12721 ____________________________________________________________________________
12722 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12723         Log: integrate cfgperl changes into mainline
12724      Branch: perl
12725           +> myconfig.SH
12726            - myconfig
12727            ! pod/perlre.pod
12728           !> (integrate 38 files)
12729 ____________________________________________________________________________
12730 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12731         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12732              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12733              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12734              Cc: Lionel Cons <lionel.cons@cern.ch>,
12735              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12736              David Hayes <david@bdel.com>
12737              Subject: [PATCH] h2ph
12738              Date: Fri, 23 Apr 1999 12:37:23 -0400
12739              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12740      Branch: cfgperl
12741            ! utils/h2ph.PL
12742 ____________________________________________________________________________
12743 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12744         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12745              To: perlbug@perl.org
12746              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12747              Date: Wed, 21 Apr 1999 08:17:54 -0700
12748              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12749      Branch: cfgperl
12750            ! vms/descrip_mms.template
12751 ____________________________________________________________________________
12752 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12753         Log: From: Andy Dougherty <doughera@lafayette.edu>
12754              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12755              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12756              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12757              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12758      Branch: cfgperl
12759            ! Porting/pumpkin.pod
12760 ____________________________________________________________________________
12761 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12762         Log: From: Chip Salzenberg <chip@perlsupport.com>
12763              To: Perl 5 Porters <perl5-porters@perl.org>
12764              Subject: [PATCH 5.005_56] Configure: $sig_count
12765              Date: Sun, 18 Apr 1999 17:54:36 -0400
12766              Message-ID: <19990418175436.A27496@perlsupport.com>
12767      Branch: cfgperl
12768            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12769            ! config_h.SH
12770 ____________________________________________________________________________
12771 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12772         Log: Subject: PATCH wrong faq reference in perlbook.pod
12773              From: Robin Barker <rmb1@cise.npl.co.uk>
12774              To: perlbug@perl.com
12775              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12776              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12777      Branch: cfgperl
12778            ! pod/perlbook.pod
12779 ____________________________________________________________________________
12780 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12781         Log: From: Andy Dougherty <doughera@lafayette.edu>
12782              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12783              Cc: Perl Porters <perl5-porters@perl.org>
12784              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12785              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12786              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12787      Branch: cfgperl
12788            ! hints/solaris_2.sh
12789 ____________________________________________________________________________
12790 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12791         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12792              To: pumpkings@jhereg.perl.com
12793              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12794              Date: Thu, 15 Apr 1999 07:13:41 -0600
12795              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12796      Branch: cfgperl
12797            ! pod/perldata.pod
12798 ____________________________________________________________________________
12799 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12800         Log: LDLIBPTH also on 'clean' targets.
12801      Branch: cfgperl
12802            ! Makefile.SH
12803 ____________________________________________________________________________
12804 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12805         Log: Add information about the two DEC C compiler optimizer bugs
12806              (what patch levels of the compilers fix them).
12807      Branch: cfgperl
12808            ! pp.c t/op/repeat.t
12809 ____________________________________________________________________________
12810 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12811         Log: Be polite about ccdlflags and lddflags, too.
12812              Avoid Perl's malloc only when threaded.
12813      Branch: cfgperl
12814            ! hints/aix.sh
12815 ____________________________________________________________________________
12816 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12817         Log: Croak if no known ways to semctl() (don't assume union semun).
12818      Branch: cfgperl
12819            ! doio.c perl.h
12820 ____________________________________________________________________________
12821 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12822         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12823              To: perl5-porters@perl.org, vmsperl@perl.org
12824              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12825              Date: Mon, 12 Apr 1999 13:36:48 -0700
12826              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12827      Branch: cfgperl
12828            ! lib/ExtUtils/MM_VMS.pm
12829 ____________________________________________________________________________
12830 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12831         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12832              To: perlbug@perl.com
12833              Subject: Update for OpenBSD hints
12834              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12835              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12836      Branch: cfgperl
12837            ! hints/openbsd.sh
12838 ____________________________________________________________________________
12839 [  3229] By: chip                                  on 1999/04/13  04:04:14
12840         Log: Preserve errno from importunities of sfio.
12841      Branch: maint-5.004/perl
12842            ! pp_ctl.c util.c
12843 ____________________________________________________________________________
12844 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12845         Log: If both ways to call semctl are broken,    skip the tests.
12846      Branch: cfgperl
12847            ! t/lib/ipc_sysv.t
12848 ____________________________________________________________________________
12849 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12850         Log: From: Andy Dougherty <doughera@lafayette.edu>
12851              To: dsembr01@ox.slug.louisville.edu
12852              Cc: perlbug@perl.com
12853              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12854              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12855              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12856      Branch: cfgperl
12857            ! ext/POSIX/POSIX.xs
12858 ____________________________________________________________________________
12859 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12860         Log: From: Andy Dougherty <doughera@lafayette.edu>
12861              To: Perl Porters <perl5-porters@perl.org>
12862              Subject: [PATCH 5.005_56] Re: prefix= in hints
12863              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12864              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12865              
12866              (Overrides change #3204 from Kurt)
12867      Branch: cfgperl
12868            ! hints/linux.sh
12869 ____________________________________________________________________________
12870 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12871         Log: Understand Apollo's //node notation.
12872              
12873              From: Johann Klasek <jk@auto.tuwien.ac.at>
12874              To: jhi@iki.fi
12875              Subject: Re: DomainPerl
12876              Date: Fri, 9 Apr 1999 18:21:37 +0200
12877              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12878      Branch: cfgperl
12879            ! lib/Cwd.pm
12880 ____________________________________________________________________________
12881 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12882         Log: Integrate from mainperl.
12883      Branch: cfgperl
12884           !> (integrate 39 files)
12885 ____________________________________________________________________________
12886 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12887         Log: tweak previous change
12888      Branch: maint-5.005/perl
12889            ! win32/win32.c
12890 ____________________________________________________________________________
12891 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12892         Log: be careful about extending the stack for the Win32:: builtins
12893      Branch: maint-5.005/perl
12894            ! win32/win32.c
12895 ____________________________________________________________________________
12896 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12897         Log: correct places that said newSVpv() when they meant newSVpvn()
12898      Branch: perl
12899            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12900            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12901            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12902            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12903            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12904            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12905            ! win32/win32.c
12906 ____________________________________________________________________________
12907 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12908         Log: avoid duplicate code
12909      Branch: perl
12910            ! sv.c
12911 ____________________________________________________________________________
12912 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12913         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12914              STRESS_REALLOC testing
12915      Branch: perl
12916            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12917            ! sv.c
12918 ____________________________________________________________________________
12919 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12920         Log: scrounge and save three extra branches in pp_entersub()
12921      Branch: perl
12922            ! cv.h pp_ctl.c pp_hot.c
12923 ____________________________________________________________________________
12924 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12925         Log: remove duplicate code and an extra branch in sv_setsv() and
12926              other hot code by making SvTHINKFIRST() think about FAKE SVs
12927      Branch: perl
12928            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12929            ! proto.h scope.c sv.c sv.h
12930 ____________________________________________________________________________
12931 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12932         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12933              
12934              From: John Bley <jbb6@acpub.duke.edu>
12935              To: perlbug@perl.org
12936              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12937              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12938              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12939      Branch: cfgperl
12940            ! doio.c pp_sys.c
12941 ____________________________________________________________________________
12942 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12943         Log: Change #3210 was rather unportable.  This is better.
12944      Branch: cfgperl
12945            ! Configure config_h.SH
12946 ____________________________________________________________________________
12947 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12948         Log: Avoid Digital UNIX' ksh.
12949              
12950              From: Jarkko Hietaniemi <jhi@iki.fi> 
12951              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12952              Cc: perlbug@perl.com, ht000@foa.dk 
12953              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12954              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12955              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12956      Branch: cfgperl
12957            ! Configure config_h.SH
12958 ____________________________________________________________________________
12959 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12960         Log: Integrate from mainperl.
12961      Branch: cfgperl
12962           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12963 ____________________________________________________________________________
12964 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12965         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12966              
12967              From: Lionel Cons <lionel.cons@cern.ch>
12968              To: jhi@iki.fi
12969              Cc: perlbug@perl.com, kstar@isinet.com,
12970              Philippe Defert <philippe.defert@cern.ch>
12971              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12972              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12973              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12974      Branch: cfgperl
12975            ! hints/irix_6.sh
12976 ____________________________________________________________________________
12977 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12978         Log: Be polite about usemymalloc.
12979      Branch: cfgperl
12980            ! hints/aix.sh
12981 ____________________________________________________________________________
12982 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12983         Log: a typo in change#3205
12984      Branch: perl
12985            ! t/lib/bigfloatpm.t
12986 ____________________________________________________________________________
12987 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12988         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12989              returns NaNs faithfully)
12990      Branch: perl
12991            ! t/lib/bigfloatpm.t
12992 ____________________________________________________________________________
12993 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12994         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12995              
12996              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12997              To: perl5-porters@perl.org
12998              Subject: linux hints nit
12999              Date: Fri, 2 Apr 1999 16:49:47 -0500
13000              Message-ID: <19990402164947.E80926@O2.chapin.edu>
13001      Branch: cfgperl
13002            ! hints/linux.sh
13003 ____________________________________________________________________________
13004 [  3203] By: jhi                                   on 1999/04/02  22:00:56
13005         Log: Display exact glibc version in Linux. 
13006              
13007              From: Andy Dougherty <doughera@lafayette.edu>
13008              To: Perl Porters <perl5-porters@perl.org>
13009              Subject: Displaying glibc version on Linux
13010              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
13011              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
13012      Branch: cfgperl
13013            ! hints/linux.sh
13014 ____________________________________________________________________________
13015 [  3202] By: gsar                                  on 1999/04/02  21:23:18
13016         Log: various little goofs
13017      Branch: perl
13018            ! Changes Makefile.SH README installperl
13019 ____________________________________________________________________________
13020 [  3201] By: jhi                                   on 1999/04/02  13:13:39
13021         Log: Configure regen.
13022              
13023              Add llseek + offset_t probing.
13024              Change CONFIG to CONFIGDOTSH.
13025              'unset foo' is unportable, use foo=''.
13026      Branch: cfgperl
13027            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13028            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
13029            ! perl_exp.SH writemain.SH
13030 ____________________________________________________________________________
13031 [  3200] By: jhi                                   on 1999/04/02  12:06:22
13032         Log: Introduce myconfig.SH.
13033              
13034              From: Andy Dougherty <doughera@lafayette.edu>
13035              To: Jarkko Hietaniemi <jhi@iki.fi>
13036              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
13037              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
13038              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
13039              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
13040      Branch: cfgperl
13041            + myconfig.SH
13042            - myconfig
13043            ! MANIFEST
13044 ____________________________________________________________________________
13045 [  3195] By: jhi                                   on 1999/03/28  16:42:54
13046         Log: Update perlhist on 5_03.
13047      Branch: maint-5.005/perl
13048            ! pod/perlhist.pod
13049 ____________________________________________________________________________
13050 [  3194] By: jhi                                   on 1999/03/28  12:30:01
13051         Log: Integrate from mainperl.
13052      Branch: cfgperl
13053           +> t/op/grep.t
13054            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13055            ! t/lib/bigintpm.t
13056           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
13057           !> t/lib/thread.t
13058 ____________________________________________________________________________
13059 [  3189] By: gsar                                  on 1999/03/28  08:22:00
13060         Log: various pod niggles
13061      Branch: maint-5.005/perl
13062            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
13063            ! pod/perlfunc.pod pod/perlhist.pod
13064 ____________________________________________________________________________
13065 [  3187] By: gsar                                  on 1999/03/28  07:31:16
13066         Log: regularize CAPI declarations (CAPI extensions now build under
13067              the Borland compiler)
13068      Branch: maint-5.005/perl
13069            ! win32/GenCAPI.pl
13070 ____________________________________________________________________________
13071 [  3186] By: gsar                                  on 1999/03/28  07:26:33
13072         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
13073              -DPERL_CAPI
13074      Branch: maint-5.005/perl
13075            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13076 ____________________________________________________________________________
13077 [  3183] By: gsar                                  on 1999/03/28  06:00:46
13078         Log: update p4 utility to ignore non-text files
13079      Branch: perl
13080            ! Porting/p4desc
13081 ____________________________________________________________________________
13082 [  3181] By: gsar                                  on 1999/03/28  03:37:23
13083         Log: integrate change#3179 from maint-5.005
13084      Branch: perl
13085           !> ext/Thread/Thread.xs t/lib/thread.t
13086 ____________________________________________________________________________
13087 [  3180] By: gsar                                  on 1999/03/28  02:28:20
13088         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
13089              (sometimes caused bizarreness in the BLOCK)
13090      Branch: perl
13091            + t/op/grep.t
13092            ! MANIFEST op.c
13093 ____________________________________________________________________________
13094 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13095         Log: fix thread segfault when passing large number of arguments to child
13096              a la C<Thread->new($foo, 1..1000)>
13097      Branch: maint-5.005/perl
13098            ! ext/Thread/Thread.xs t/lib/thread.t
13099 ____________________________________________________________________________
13100 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13101         Log: fix $Config{'usethreads'} typo in perlthrtut
13102              
13103              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13104              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13105              Message-Id: <199903251540.QAA02439@wsblob.>
13106              Subject: perlthrtut documentation error
13107      Branch: maint-5.005/perl
13108            ! pod/perlthrtut.pod
13109 ____________________________________________________________________________
13110 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13111         Log: Update Test.pm to VERSION 1.122 from CPAN
13112      Branch: maint-5.005/perl
13113            ! lib/Test.pm
13114 ____________________________________________________________________________
13115 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13116         Log: Integrate from mainperl.
13117      Branch: cfgperl
13118           !> (integrate 37 files)
13119 ____________________________________________________________________________
13120 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13121         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13122              prefer 'brace' or 'curly bracket' over 'curly brace'
13123      Branch: perl
13124            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13125            ! t/op/misc.t t/op/re_tests toke.c
13126 ____________________________________________________________________________
13127 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13128         Log: better description of "Integer overflow" diagnostic
13129      Branch: perl
13130            ! pod/perldiag.pod
13131 ____________________________________________________________________________
13132 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13133         Log: applied needful parts of suggested patch
13134              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13135              Date: Tue, 23 Mar 1999 16:21:43 -0800
13136              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13137              Subject: [PATCH 5.005_56] pp_formline correction
13138      Branch: perl
13139            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13140 ____________________________________________________________________________
13141 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13142         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13143              <mjd@plover.com>)
13144      Branch: perl
13145            ! pod/perlsyn.pod
13146 ____________________________________________________________________________
13147 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13148         Log: describe current behavior on local($foo{nothere}) (suggested by
13149              Lionel Cons <lionel.cons@cern.ch>)
13150      Branch: perl
13151            ! pod/perlsub.pod
13152 ____________________________________________________________________________
13153 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13154         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13155              <vishalb@hotmail.com>)
13156      Branch: perl
13157            ! ext/B/B/C.pm
13158 ____________________________________________________________________________
13159 [  3164] By: gsar                                  on 1999/03/25  06:17:27
13160         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13161              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
13162              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
13163              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
13164      Branch: perl
13165            ! ext/B/B.xs op.h opcode.pl
13166 ____________________________________________________________________________
13167 [  3163] By: gsar                                  on 1999/03/25  06:15:49
13168         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
13169              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
13170              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
13171              Subject: [PATCH _56] B::Deparse 0.57
13172              --
13173              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
13174              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
13175              Subject: Re: [PATCH _56] B::Deparse 0.57 
13176      Branch: perl
13177            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
13178 ____________________________________________________________________________
13179 [  3162] By: gsar                                  on 1999/03/25  06:11:46
13180         Log: fix a few places that said 'int', but meant 'STRLEN'
13181      Branch: perl
13182            ! pod/perlguts.pod proto.h sv.c
13183 ____________________________________________________________________________
13184 [  3161] By: gsar                                  on 1999/03/25  06:01:18
13185         Log: From: Russ Allbery <rra@stanford.edu>
13186              Date: 22 Mar 1999 04:26:26 -0800
13187              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
13188              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
13189      Branch: perl
13190            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
13191            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
13192            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
13193            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
13194 ____________________________________________________________________________
13195 [  3160] By: gsar                                  on 1999/03/25  02:26:31
13196         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
13197      Branch: perl
13198            ! opcode.h opcode.pl
13199 ____________________________________________________________________________
13200 [  3159] By: gsar                                  on 1999/03/25  02:18:17
13201         Log: add statement-modifier loops to :base_loop class
13202      Branch: perl
13203            ! ext/Opcode/Opcode.pm
13204 ____________________________________________________________________________
13205 [  3158] By: gsar                                  on 1999/03/25  00:36:57
13206         Log: integrate changes#3105,3130,3154 from maint-5.005
13207      Branch: perl
13208           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
13209 ____________________________________________________________________________
13210 [  3157] By: gsar                                  on 1999/03/25  00:24:17
13211         Log: remove bogus panic()
13212      Branch: perl
13213            ! Changes lib/Math/BigFloat.pm
13214 ____________________________________________________________________________
13215 [  3156] By: jhi                                   on 1999/03/24  22:43:43
13216         Log: Integrate from mainperl.
13217      Branch: cfgperl
13218           +> (branch 38 files)
13219           !> (integrate 68 files)
13220 ____________________________________________________________________________
13221 [  3155] By: jhi                                   on 1999/03/24  22:12:17
13222         Log: Configure regenerated because of changes #3130/#3154 and #3147.
13223      Branch: cfgperl
13224            ! Configure config_h.SH
13225 ____________________________________________________________________________
13226 [  3154] By: jhi                                   on 1999/03/24  21:40:51
13227         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
13228              based on suggestions from Andy Dougherty.
13229      Branch: maint-5.005/perl
13230            ! INSTALL
13231 ____________________________________________________________________________
13232 [  3153] By: gsar                                  on 1999/03/24  10:38:05
13233         Log: applied suggested patch, modulo superceded parts
13234              From: Charles Bailey <BAILEY@newman.upenn.edu>
13235              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
13236              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
13237              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
13238      Branch: perl
13239            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13240            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
13241            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13242            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
13243 ____________________________________________________________________________
13244 [  3152] By: gsar                                  on 1999/03/24  10:30:51
13245         Log: applied suggested patch, modulo superceded parts
13246              From: Charles Bailey <BAILEY@newman.upenn.edu>
13247              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
13248              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
13249              Subject: [PATCH 5.005_56] Miscellaneous small fixes
13250      Branch: perl
13251            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
13252            ! lib/File/Basename.pm
13253 ____________________________________________________________________________
13254 [  3151] By: gsar                                  on 1999/03/24  10:15:00
13255         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
13256      Branch: perl
13257            ! pod/perlop.pod
13258 ____________________________________________________________________________
13259 [  3150] By: gsar                                  on 1999/03/24  10:09:13
13260         Log: missing integration in previous change
13261      Branch: perl
13262           !> README.apollo
13263 ____________________________________________________________________________
13264 [  3149] By: gsar                                  on 1999/03/24  10:06:44
13265         Log: integrate changes#3116,3119 from maint-5.005
13266      Branch: perl
13267            + README.apollo
13268           +> apollo/netinet/in.h
13269           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
13270 ____________________________________________________________________________
13271 [  3148] By: gsar                                  on 1999/03/24  10:01:56
13272         Log: integrate changes#3091-3094 from maint-5.005
13273      Branch: perl
13274           !> README.hurd vms/subconfigure.com vos/config.h
13275           !> vos/config_h.SH_orig
13276 ____________________________________________________________________________
13277 [  3147] By: gsar                                  on 1999/03/24  09:31:49
13278         Log: warn about newfangled vfork() caveats
13279      Branch: perl
13280            ! Configure
13281 ____________________________________________________________________________
13282 [  3146] By: jhi                                   on 1999/03/24  09:20:14
13283         Log: Bring in changes #2808 and #2812 (from mainline perl)
13284              that enhance the perlbug checklist.
13285      Branch: maint-5.005/perl
13286            ! utils/perlbug.PL
13287 ____________________________________________________________________________
13288 [  3145] By: gsar                                  on 1999/03/24  08:37:02
13289         Log: integrate change#3115 from maint-5.005
13290      Branch: perl
13291           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13292           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13293 ____________________________________________________________________________
13294 [  3144] By: gsar                                  on 1999/03/24  08:33:59
13295         Log: add note about map in scalar context
13296      Branch: perl
13297            ! pod/perlfunc.pod
13298 ____________________________________________________________________________
13299 [  3143] By: gsar                                  on 1999/03/24  08:25:59
13300         Log: doc tweak
13301      Branch: perl
13302            ! lib/Time/Local.pm
13303 ____________________________________________________________________________
13304 [  3142] By: gsar                                  on 1999/03/24  08:20:37
13305         Log: applied suggested patch, modulo bogus hunk
13306              From: "Vishal Bhatia" <vishalb@hotmail.com>
13307              Date: Thu, 11 Mar 1999 07:40:27 PST
13308              Message-ID: <19990311154027.25891.qmail@hotmail.com>
13309              Subject: [PATCH 5.005_56] Minor fixes in perlcc
13310      Branch: perl
13311            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
13312 ____________________________________________________________________________
13313 [  3141] By: gsar                                  on 1999/03/24  08:06:12
13314         Log: integrate change#3104 from maint-5.005
13315      Branch: perl
13316           !> README.os390 t/lib/posix.t
13317 ____________________________________________________________________________
13318 [  3140] By: gsar                                  on 1999/03/24  06:34:56
13319         Log: fix failure of C<&locked_sub;> under -Dusethreads
13320      Branch: perl
13321            ! pp_hot.c t/lib/thread.t
13322 ____________________________________________________________________________
13323 [  3139] By: gsar                                  on 1999/03/24  05:52:00
13324         Log: debugger tweak (wasn't printing a newline after recalled commands)
13325      Branch: perl
13326            ! lib/perl5db.pl
13327 ____________________________________________________________________________
13328 [  3138] By: gsar                                  on 1999/03/24  05:33:28
13329         Log: document OO exceptions (based on a suggestion by Andreas Koenig
13330              <andreas.koenig@anima.de>)
13331      Branch: perl
13332            ! pod/perlfunc.pod
13333 ____________________________________________________________________________
13334 [  3137] By: gsar                                  on 1999/03/24  02:50:20
13335         Log: better "Illegal %s digit ignored" warnings
13336      Branch: perl
13337            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
13338            ! toke.c util.c
13339 ____________________________________________________________________________
13340 [  3136] By: gsar                                  on 1999/03/24  02:26:38
13341         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
13342      Branch: perl
13343            + t/pragma/utf8.t
13344            ! regcomp.c
13345 ____________________________________________________________________________
13346 [  3135] By: gsar                                  on 1999/03/24  01:29:09
13347         Log: flip release & version in win32_uname()
13348      Branch: perl
13349            ! win32/win32.c
13350 ____________________________________________________________________________
13351 [  3134] By: gsar                                  on 1999/03/24  01:08:33
13352         Log: support POSIX::uname() via win32_uname()
13353      Branch: perl
13354            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
13355            ! win32/config.gc win32/config.vc win32/config_H.bc
13356            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
13357            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13358 ____________________________________________________________________________
13359 [  3133] By: gsar                                  on 1999/03/23  22:20:10
13360         Log: From: jan.dubois@ibm.net (Jan Dubois)
13361              Date: Sat, 06 Mar 1999 21:42:56 +0100
13362              Message-ID: <36e49281.50337171@smtp1.ibm.net>
13363              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
13364      Branch: perl
13365            ! pod/perldelta.pod
13366 ____________________________________________________________________________
13367 [  3132] By: gsar                                  on 1999/03/23  22:17:45
13368         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
13369              Date: Sat, 06 Mar 1999 17:50:49 +0100
13370              Message-ID: <36e25209.33833760@smtp1.ibm.net>
13371              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
13372              --
13373              Date: Sat, 06 Mar 1999 18:15:00 +0100
13374              Message-ID: <36e36222.37954195@smtp1.ibm.net>
13375              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
13376      Branch: perl
13377            + t/lib/filefunc.t
13378            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
13379            ! pod/perldelta.pod pod/perlmodlib.pod
13380 ____________________________________________________________________________
13381 [  3131] By: gsar                                  on 1999/03/23  22:07:59
13382         Log: integrate cfgperl changes into mainline
13383      Branch: perl
13384           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13385           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
13386           !> installperl malloc.c perl.c perl.h pod/perl.pod
13387           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
13388 ____________________________________________________________________________
13389 [  3130] By: jhi                                   on 1999/03/23  22:02:23
13390         Log: Don't use config.msg to remind about the
13391              LD_LIBRARY_PATH because Makefile.SH takes
13392              care of that.
13393              
13394              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
13395              This used to be the default but in some MT or another it
13396              was dropped because of some transient error or another.
13397      Branch: maint-5.005/perl
13398            ! Configure hints/dec_osf.sh
13399 ____________________________________________________________________________
13400 [  3129] By: gsar                                  on 1999/03/23  21:38:03
13401         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
13402              to size    and better maintainability)
13403      Branch: perl
13404            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13405            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13406            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13407            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
13408            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
13409            + t/pod/include.xr t/pod/included.t t/pod/included.xr
13410            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
13411            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
13412            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
13413            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
13414            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
13415            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
13416            ! win32/Makefile win32/makefile.mk win32/pod.mak
13417 ____________________________________________________________________________
13418 [  3128] By: jhi                                   on 1999/03/23  10:14:54
13419         Log: Integrate from mainperl.
13420      Branch: cfgperl
13421           !> (integrate 46 files)
13422 ____________________________________________________________________________
13423 [  3127] By: gsar                                  on 1999/03/23  06:57:30
13424         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
13425              Date: Thu, 4 Mar 1999 10:54:01 -0800
13426              Message-Id: <9903041854.AA46868@frc0000>
13427              Subject: patch for useless Math::BigInt warnings
13428      Branch: perl
13429            ! lib/Math/BigInt.pm
13430 ____________________________________________________________________________
13431 [  3126] By: gsar                                  on 1999/03/23  05:54:37
13432         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
13433              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13434              Date: Fri, 19 Feb 1999 15:47:59 -0500
13435              Message-ID: <19990219154759.A32350@O2.chapin.edu>
13436              Subject: [PATCH] OSF/1 hints
13437      Branch: perl
13438            ! hints/dec_osf.sh
13439 ____________________________________________________________________________
13440 [  3125] By: gsar                                  on 1999/03/23  00:56:38
13441         Log: avoid typeglob persistence in pp_readline()
13442      Branch: perl
13443            ! sv.c t/op/gv.t
13444 ____________________________________________________________________________
13445 [  3124] By: gsar                                  on 1999/03/22  21:12:23
13446         Log: update copyright years
13447      Branch: perl
13448            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
13449            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
13450            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
13451            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13452            ! sv.c sv.h toke.c utf8.c utf8.h util.c
13453 ____________________________________________________________________________
13454 [  3123] By: gsar                                  on 1999/03/22  07:07:06
13455         Log: implement win32_spawnvp() internally, making it return true PIDs
13456              for asynchronous spawns; fix win32_kill() to always deal with
13457              PIDs
13458      Branch: perl
13459            ! win32/win32.c win32/win32.h
13460 ____________________________________________________________________________
13461 [  3122] By: jhi                                   on 1999/03/19  21:12:14
13462         Log: Describe the new Benchmark feature in more detail.
13463      Branch: cfgperl
13464            ! pod/perldelta.pod
13465      Branch: maint-5.005/perl
13466            ! pod/perldelta.pod
13467 ____________________________________________________________________________
13468 [  3121] By: jhi                                   on 1999/03/19  08:16:12
13469         Log: AVAILABILITY tuning.
13470      Branch: cfgperl
13471            ! pod/perl.pod
13472      Branch: maint-5.005/perl
13473            ! pod/perl.pod
13474 ____________________________________________________________________________
13475 [  3120] By: jhi                                   on 1999/03/17  14:52:17
13476         Log: Rhapsody change assumed too much.
13477      Branch: cfgperl
13478            ! t/op/stat.t
13479 ____________________________________________________________________________
13480 [  3119] By: jhi                                   on 1999/03/17  14:33:43
13481         Log: More Apollo fixes.
13482      Branch: maint-5.005/perl
13483            ! README.apollo hints/apollo.sh t/lib/io_udp.t
13484 ____________________________________________________________________________
13485 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13486         Log: Nada.
13487      Branch: maint-5.005/perl
13488            ! README.apollo
13489 ____________________________________________________________________________
13490 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13491         Log: Apollo DomainOS AVAILABILITY.
13492      Branch: cfgperl
13493            ! pod/perl.pod
13494      Branch: maint-5.005/perl
13495            ! pod/perl.pod
13496 ____________________________________________________________________________
13497 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13498         Log: Apollo DomainOS patch
13499              From: Johann Klasek <jk@auto.tuwien.ac.at>
13500              Subject: Re: DomainPerl
13501              Date: Tue, 16 Mar 1999 17:46:32 +0100
13502              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13503      Branch: maint-5.005/perl
13504            + README.apollo apollo/netinet/in.h
13505            ! MANIFEST hints/apollo.sh
13506 ____________________________________________________________________________
13507 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13508         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13509              To: Gurusamy Sarathy <gsar@activestate.com>,
13510              Graham Barr <gbarr@pobox.com>
13511              Cc: Perl5 Porters <perl5-porters@perl.org>,
13512              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13513              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13514              Date: Sun, 14 Mar 1999 14:43:57 -0000
13515              Message-Id: <199903141841.NAA17040@defender.perl.org>
13516      Branch: maint-5.005/perl
13517            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13518            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13519 ____________________________________________________________________________
13520 [  3114] By: jhi                                   on 1999/03/16  12:42:20
13521         Log: Mention Rhapsody in 5.005_5X perldelta,
13522              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
13523              *planned* AVAILABILITY.
13524      Branch: cfgperl
13525            ! pod/perl.pod pod/perldelta.pod
13526      Branch: maint-5.005/perl
13527            ! pod/perl.pod
13528 ____________________________________________________________________________
13529 [  3113] By: jhi                                   on 1999/03/16  10:38:53
13530         Log: perldelta niggling.
13531      Branch: cfgperl
13532            ! pod/perldelta.pod
13533      Branch: maint-5.005/perl
13534            ! pod/perldelta.pod
13535 ____________________________________________________________________________
13536 [  3112] By: jhi                                   on 1999/03/16  10:35:21
13537         Log: Integrate from mainperl.
13538      Branch: cfgperl
13539           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13540           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13541 ____________________________________________________________________________
13542 [  3111] By: jhi                                   on 1999/03/16  10:28:10
13543         Log: AVAILABILITY update: still mention PowerUX,
13544              Novell Netware now has sources available.
13545      Branch: cfgperl
13546            ! pod/perl.pod
13547      Branch: maint-5.005/perl
13548            ! pod/perl.pod
13549 ____________________________________________________________________________
13550 [  3110] By: gsar                                  on 1999/03/16  04:34:23
13551         Log: sundry pod niggles
13552      Branch: perl
13553            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13554            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13555 ____________________________________________________________________________
13556 [  3109] By: jhi                                   on 1999/03/15  17:00:11
13557         Log: Integrate from mainperl.
13558      Branch: cfgperl
13559           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13560           +> lib/unicode/Is/Syllable.pl
13561           +> lib/unicode/MakeEthiopicSyllables.PL
13562           +> lib/unicode/README.Ethiopic
13563           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13564           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13565           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13566           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13567           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13568           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13569           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13570           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
13571 ____________________________________________________________________________
13572 [  3108] By: jhi                                   on 1999/03/15  16:58:12
13573         Log: First pass of integrating the Rhapsody port,
13574              
13575              From: Wilfredo Sanchez <wsanchez@apple.com> 
13576              Subject: Keeping the world in sync.
13577              Reply-To: wsanchez@apple.com 
13578              To: perlbug@perl.com 
13579              Date: Fri, 13 Nov 1998 17:11:30 -0800 
13580              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
13581      Branch: cfgperl
13582            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13583            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
13584            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
13585            ! x2p/util.c
13586 ____________________________________________________________________________
13587 [  3107] By: gsar                                  on 1999/03/15  03:22:10
13588         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
13589              From: Daniel Yacob <dmulholl@cs.indiana.edu>
13590              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
13591              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
13592              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
13593      Branch: perl
13594            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13595            + lib/unicode/Is/Syllable.pl
13596            + lib/unicode/MakeEthiopicSyllables.PL
13597            + lib/unicode/README.Ethiopic
13598            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13599            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13600            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13601            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13602            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13603            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13604            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13605            ! lib/unicode/Name.pl lib/unicode/Number.pl
13606 ____________________________________________________________________________
13607 [  3106] By: gsar                                  on 1999/03/12  20:35:36
13608         Log: change#3067 failed package.t due to needless creation of $a and $b;
13609              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
13610      Branch: perl
13611            ! op.c
13612 ____________________________________________________________________________
13613 [  3105] By: jhi                                   on 1999/03/12  15:54:57
13614         Log: Recognize the NetBSD packages collection.
13615      Branch: maint-5.005/perl
13616            ! hints/netbsd.sh
13617 ____________________________________________________________________________
13618 [  3104] By: jhi                                   on 1999/03/12  09:07:04
13619         Log: From: pvhp@forte.com (Peter Prymmer)
13620              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
13621              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
13622              Date: Thu, 11 Mar 99 14:24:54 PST
13623              Message-Id: <9903112224.AA24346@forte.com>
13624      Branch: maint-5.005/perl
13625            ! README.os390 t/lib/posix.t
13626 ____________________________________________________________________________
13627 [  3103] By: jhi                                   on 1999/03/10  11:07:46
13628         Log: Integrate from mainperl.
13629      Branch: cfgperl
13630           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
13631           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
13632           !> t/pragma/warn/1global toke.c win32/makedef.pl
13633 ____________________________________________________________________________
13634 [  3102] By: jhi                                   on 1999/03/10  11:01:20
13635         Log: From: pvhp@forte.com (Peter Prymmer)
13636              To: perl5-porters@perl.org
13637              Subject: [5.005_03-MT6]Patch: time passes
13638              Date: Tue, 9 Mar 99 18:42:17 PST
13639              Message-Id: <9903100242.AA29057@forte.com>
13640      Branch: maint-5.005/perl
13641            ! perl.c
13642 ____________________________________________________________________________
13643 [  3101] By: jhi                                   on 1999/03/10  10:30:15
13644         Log: From: Mark-Jason Dominus <mjd@plover.com>
13645              To: perl5-porters@perl.com
13646              Subject: Minor fix to perlfunc.pod
13647              Date: Mon, 08 Mar 1999 20:05:53 -0500
13648              Message-ID: <19990309010553.13757.qmail@plover.com>
13649      Branch: maint-5.005/perl
13650            ! pod/perlfunc.pod
13651 ____________________________________________________________________________
13652 [  3100] By: gsar                                  on 1999/03/09  23:04:44
13653         Log: change#3060 had the wrong quotes
13654      Branch: perl
13655            ! pod/pod2man.PL
13656 ____________________________________________________________________________
13657 [  3099] By: jhi                                   on 1999/03/09  12:52:21
13658         Log: d_uname was broken (probably since _53), reported by
13659              
13660              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13661              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
13662              cpan-testers@perl.org
13663              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
13664              Date: Mon, 08 Mar 1999 13:22:31 +0000
13665              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
13666              
13667              and
13668              
13669              From: lvirden@cas.org (Larry W. Virden)
13670              To: perlbug@perl.com
13671              Subject: configure not correctly identifying uname posix compatibility
13672              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
13673              Message-Id: <199903081136.GAA23682@cas.org>
13674      Branch: cfgperl
13675            ! Configure config_h.SH
13676 ____________________________________________________________________________
13677 [  3098] By: gsar                                  on 1999/03/09  03:16:07
13678         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
13679      Branch: perl
13680            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
13681 ____________________________________________________________________________
13682 [  3097] By: gsar                                  on 1999/03/09  02:50:43
13683         Log: use yyerror() instead of croak() so that compile-time failures in
13684              my(LIST) don't confuse globals with lexicals
13685      Branch: perl
13686            ! op.c toke.c
13687 ____________________________________________________________________________
13688 [  3096] By: gsar                                  on 1999/03/09  02:47:36
13689         Log: adjust testsuite for change#3067
13690      Branch: perl
13691            ! t/pragma/warn/1global
13692 ____________________________________________________________________________
13693 [  3095] By: gsar                                  on 1999/03/08  21:04:48
13694         Log: remove bogus symbols from global.sym
13695      Branch: perl
13696            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
13697            ! perl.h win32/makedef.pl
13698 ____________________________________________________________________________
13699 [  3094] By: jhi                                   on 1999/03/06  16:16:15
13700         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13701              To: jhi@iki.fi
13702              Subject: Oops
13703              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
13704              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
13705      Branch: maint-5.005/perl
13706            ! README.hurd
13707 ____________________________________________________________________________
13708 [  3093] By: jhi                                   on 1999/03/06  15:59:46
13709         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13710              To: jhi@iki.fi
13711              Subject: New Hurd README
13712              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13713              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13714      Branch: maint-5.005/perl
13715            ! README.hurd
13716 ____________________________________________________________________________
13717 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13718         Log: From: Paul_Green@stratus.com
13719              To: perl5-porters@perl.org
13720              Cc: jhi@iki.fi, Paul_Green@stratus.com
13721              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13722              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13723              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13724      Branch: maint-5.005/perl
13725            ! vos/config.h vos/config_h.SH_orig
13726 ____________________________________________________________________________
13727 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13728         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13729              To: perl5-porters@perl.org, vmsperl@perl.org
13730              Subject: [PATCH 5.005_03-MT6]VMS build patch
13731              Date: Fri, 05 Mar 1999 12:36:19 -0800
13732              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13733      Branch: maint-5.005/perl
13734            ! vms/subconfigure.com
13735 ____________________________________________________________________________
13736 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13737         Log: integrate change#3089 from mainline
13738              
13739              tolerate CRs after options
13740      Branch: maint-5.005/perl
13741           !> perl.c
13742 ____________________________________________________________________________
13743 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13744         Log: tolerate CRs after options
13745      Branch: perl
13746            ! perl.c
13747 ____________________________________________________________________________
13748 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13749         Log: Integrate from mainperl.
13750      Branch: cfgperl
13751           +> README.hurd
13752           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13753 ____________________________________________________________________________
13754 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13755         Log: adjust timeouts to accomodate slow/busy systems
13756      Branch: perl
13757            ! t/lib/io_sock.t
13758 ____________________________________________________________________________
13759 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13760         Log: integrate change#3081 from maint-5.005
13761      Branch: perl
13762           !> ext/Errno/Errno_pm.PL
13763 ____________________________________________________________________________
13764 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13765         Log: integrate change#2904 from maint-5.005
13766      Branch: perl
13767           +> README.hurd
13768           !> MANIFEST
13769 ____________________________________________________________________________
13770 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13771         Log: protect against doubled backslashes
13772      Branch: maint-5.005/perl
13773            ! ext/Errno/Errno_pm.PL
13774 ____________________________________________________________________________
13775 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13776         Log: Integrate from mainperl.
13777      Branch: cfgperl
13778           +> ext/B/B/Stash.pm
13779           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13780           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13781           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13782           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13783 ____________________________________________________________________________
13784 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13785         Log: Regen config_h.SH once more because of *size, 
13786              noticed by
13787              
13788              From: Hans Mulder <hansm@icgned.icgroup.nl>
13789              To: Jarkko Hietaniemi <jhi@iki.fi>
13790              Cc: perl5-porters@perl.org
13791              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13792              Date: Thu,  4 Mar 99 00:10:45 +0100
13793              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13794      Branch: cfgperl
13795            ! Configure config_h.SH
13796 ____________________________________________________________________________
13797 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13798         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13799              Date: Thu,  4 Mar 99 00:10:45 +0100
13800              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13801              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13802      Branch: perl
13803            ! config_h.SH
13804 ____________________________________________________________________________
13805 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13806         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13807              From: Graham Barr <gbarr@ti.com>
13808              Date: Wed, 3 Mar 1999 17:23:56 -0600
13809              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13810              Subject: Re: 'use strict' doesn't work for one-letter variables
13811      Branch: perl
13812            ! gv.c op.c
13813 ____________________________________________________________________________
13814 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13815         Log: updates to compiler modules
13816              From: "Vishal Bhatia" <vishalb@hotmail.com>
13817              Date: Tue, 02 Mar 1999 23:27:25 PST
13818              Message-ID: <19990303072725.779.qmail@hotmail.com>
13819              Subject: PATCH 5.005_56 + Test procedure
13820      Branch: perl
13821            + ext/B/B/Stash.pm
13822            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13823            ! lib/Test/Harness.pm utils/perlcc.PL
13824 ____________________________________________________________________________
13825 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13826         Log: more s/s_/s!/ etc.
13827      Branch: perl
13828            ! pod/perldelta.pod pod/perlfunc.pod
13829 ____________________________________________________________________________
13830 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13831         Log: integrate cfgperl contents into mainline
13832      Branch: perl
13833           !> Configure README.vms bytecode.h config_h.SH configure.com
13834           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13835           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13836           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13837 ____________________________________________________________________________
13838 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13839         Log: HP-UX has yet another spelling for /NaNQ?/
13840      Branch: perl
13841            ! t/lib/bigfloatpm.t
13842 ____________________________________________________________________________
13843 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13844         Log: error-check for accept() test
13845      Branch: perl
13846            ! t/lib/io_sock.t
13847 ____________________________________________________________________________
13848 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13849         Log: allow custom comparison function in File::Compare::compare_text()
13850              From: jan.dubois@ibm.net (Jan Dubois)
13851              Date: Fri, 26 Feb 1999 21:56:09 +0100
13852              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13853              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13854      Branch: perl
13855            ! lib/File/Compare.pm
13856 ____________________________________________________________________________
13857 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13858         Log: better version of change#3038
13859              From: abigail@fnx.com
13860              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13861              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13862              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13863      Branch: perl
13864            ! pod/pod2man.PL
13865 ____________________________________________________________________________
13866 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13867         Log: Configure regen to
13868              (1) match maint-5.005 patches #3056 and #3057
13869              (2) better version of PHOSTNAME of #3050
13870              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13871      Branch: cfgperl
13872            ! Configure config_h.SH
13873 ____________________________________________________________________________
13874 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13875         Log: Change #3053 missed perldelta.
13876      Branch: cfgperl
13877            ! pod/perldelta.pod
13878 ____________________________________________________________________________
13879 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13880         Log: Use '!' to mark native integer packings instead of '_'.
13881      Branch: cfgperl
13882            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13883 ____________________________________________________________________________
13884 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13885         Log: The HP-UX threads patch (change #3028) is needed also here.
13886      Branch: cfgperl
13887            ! hints/hpux.sh thread.h
13888 ____________________________________________________________________________
13889 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13890         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13891              To: perl5-porters@perl.org, vmsperl@perl.org
13892              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13893              Date: Mon, 01 Mar 1999 16:10:57 -0800
13894              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13895      Branch: cfgperl
13896            ! README.vms
13897      Branch: maint-5.005/perl
13898            ! README.vms
13899 ____________________________________________________________________________
13900 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13901         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13902              To: perl5-porters@perl.org, vmsperl@perl.org
13903              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13904              Date: Mon, 01 Mar 1999 16:06:29 -0800
13905              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13906              
13907              From: Dan Sugalski <sugalskd@osshe.edu>
13908              To: perl5-porters@perl.org, vmsperl@perl.org
13909              Subject: [PATCH 5.005_56]vmsish.pm patch
13910              Date: Mon, 01 Mar 1999 20:19:04 -0800
13911              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13912              
13913              plus Configure regen containing a "solution" to the
13914              crosscompile/multiarch problem.
13915      Branch: cfgperl
13916            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13917            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13918 ____________________________________________________________________________
13919 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13920         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13921              To: perl5-porters@perl.org
13922              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13923              Date: Mon, 01 Mar 1999 17:27:59 -0500
13924              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13925      Branch: cfgperl
13926            ! bytecode.h
13927      Branch: maint-5.005/perl
13928            ! bytecode.h
13929 ____________________________________________________________________________
13930 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13931         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13932      Branch: perl
13933            ! MANIFEST README.hpux
13934 ____________________________________________________________________________
13935 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13936         Log: Integrate from mainperl.
13937      Branch: cfgperl
13938           +> README.hpux lib/File/Spec/Functions.pm
13939           !> (integrate 28 files)
13940 ____________________________________________________________________________
13941 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13942         Log: this is 5.005_56
13943      Branch: perl
13944            ! Changes
13945
13946 ----------------
13947 Version 5.005_56
13948 ----------------
13949
13950 ____________________________________________________________________________
13951 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13952         Log: destroy PL_svref_mutex in perl_destruct()
13953      Branch: perl
13954            ! perl.c
13955 ____________________________________________________________________________
13956 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13957         Log: up patchlevel &c.
13958      Branch: perl
13959            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13960            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13961            ! win32/makefile.mk
13962 ____________________________________________________________________________
13963 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13964         Log: integrate cfgperl contents into mainline
13965      Branch: perl
13966            ! pod/perldelta.pod
13967           !> Configure config_h.SH
13968 ____________________________________________________________________________
13969 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13970         Log: slightly edited version of suggested patch
13971              From: jan.dubois@ibm.net (Jan Dubois)
13972              Date: Mon, 01 Mar 1999 00:32:05 +0100
13973              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13974              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13975      Branch: perl
13976            + lib/File/Spec/Functions.pm
13977            ! MANIFEST lib/File/Spec.pm
13978 ____________________________________________________________________________
13979 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13980         Log: fix subtle bug in eval'' testsuite
13981      Branch: perl
13982            ! t/op/eval.t
13983 ____________________________________________________________________________
13984 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13985         Log: avoid literal control characters in change#3039
13986      Branch: perl
13987            ! t/base/lex.t
13988 ____________________________________________________________________________
13989 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13990         Log: todo item: permit extended control variables a la ${^Foo} (patch
13991              courtesy Mark-Jason Dominus <mjd@plover.com>)
13992      Branch: perl
13993            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13994            ! t/base/lex.t toke.c
13995 ____________________________________________________________________________
13996 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13997         Log: From: abigail@fnx.com
13998              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13999              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
14000              Subject: Recognize -> and => inside [A-Z]<> sequences.
14001      Branch: perl
14002            ! pod/pod2man.PL
14003 ____________________________________________________________________________
14004 [  3037] By: gsar                                  on 1999/02/28  21:12:22
14005         Log: fix longstanding bug: searches for lexicals originating within eval''
14006              weren't stopping at the subroutine boundary correctly
14007      Branch: perl
14008            ! op.c proto.h t/op/eval.t
14009 ____________________________________________________________________________
14010 [  3036] By: gsar                                  on 1999/02/28  20:02:29
14011         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
14012              as stacked list values
14013              From: jan.dubois@ibm.net (Jan Dubois)
14014              Date: Sat, 27 Feb 1999 18:24:17 +0100
14015              Message-ID: <36e22849.36531259@smtp1.ibm.net>
14016              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
14017      Branch: perl
14018            ! win32/win32.c
14019 ____________________________________________________________________________
14020 [  3035] By: gsar                                  on 1999/02/28  19:48:54
14021         Log: remove superfluous stack_sp decl
14022      Branch: perl
14023            ! jpl/JNI/JNI.xs
14024 ____________________________________________________________________________
14025 [  3034] By: gsar                                  on 1999/02/28  19:34:58
14026         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
14027      Branch: perl
14028            ! lib/Getopt/Std.pm
14029 ____________________________________________________________________________
14030 [  3033] By: gsar                                  on 1999/02/28  19:23:41
14031         Log: add File::Compare::compare_text()
14032              From: jan.dubois@ibm.net (Jan Dubois)
14033              Date: Fri, 26 Feb 1999 00:20:41 +0100
14034              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
14035              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14036      Branch: perl
14037            ! lib/File/Compare.pm pod/perltodo.pod
14038 ____________________________________________________________________________
14039 [  3032] By: gsar                                  on 1999/02/28  19:01:33
14040         Log: add README.hpux
14041      Branch: perl
14042            + README.hpux
14043            ! MAINTAIN MANIFEST
14044 ____________________________________________________________________________
14045 [  3031] By: gsar                                  on 1999/02/28  18:49:08
14046         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
14047              James Cromie <jcromie@fossil.uswc.uswest.com>
14048      Branch: perl
14049            ! lib/Pod/Html.pm
14050 ____________________________________________________________________________
14051 [  3030] By: gsar                                  on 1999/02/28  18:35:09
14052         Log: From: jan.dubois@ibm.net (Jan Dubois)
14053              Date: Wed, 24 Feb 1999 22:34:56 +0100
14054              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
14055              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
14056      Branch: perl
14057            ! lib/Test/Harness.pm
14058 ____________________________________________________________________________
14059 [  3029] By: gsar                                  on 1999/02/28  18:28:18
14060         Log: add note about env pollution
14061      Branch: perl
14062            ! INSTALL pod/perltodo.pod
14063 ____________________________________________________________________________
14064 [  3028] By: jhi                                   on 1999/02/26  14:40:00
14065         Log: HP-UX 11 threads.
14066              
14067              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14068              To: perl5-porters@perl.org
14069              Cc: jhi@cc.hut.fi
14070              Subject: Maint 5 and _54 with threading on HP-UX 11.00
14071              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
14072              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
14073              
14074              NOTE from jhi: the hpux hints could still be more robust by
14075              disabling gdbm when necessary.
14076              
14077              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
14078              linking -lgdbm -lpthread creates an executable that instantly
14079              core dumps on a pthreads internal panic:
14080              
14081              ./gdpt
14082              
14083              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
14084              Return Pointer is 0xc082bf33
14085              17639 quit (core dumped)  ./gdpt
14086              
14087              You don't have to *use* either gdbm or pthreads in the executable,
14088              just linking them together is enough.  Workaround is to recompile
14089              the GDBM under HP-UX 11, that makes the problem go away.
14090      Branch: maint-5.005/perl
14091            ! hints/hpux.sh thread.h
14092 ____________________________________________________________________________
14093 [  3025] By: jhi                                   on 1999/02/25  20:41:07
14094         Log: Temporary workaround for the config_h.SH versus
14095              crosscompile and multiarch plus introduce 'rt'
14096              to $libswanted: in UNIX98 sched_yield() lives there.
14097      Branch: cfgperl
14098            ! Configure config_h.SH
14099 ____________________________________________________________________________
14100 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14101         Log: Integrate from mainperl.
14102      Branch: cfgperl
14103           +> t/lib/fatal.t
14104           !> (integrate 44 files)
14105 ____________________________________________________________________________
14106 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14107         Log: integrate cfgperl contents
14108      Branch: perl
14109           !> (integrate 30 files)
14110 ____________________________________________________________________________
14111 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14112         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14113              Date: 23 Feb 1999 17:53:22 -0700
14114              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14115              Subject: [PATCH: _55] perldoc -q broken
14116      Branch: perl
14117            ! utils/perldoc.PL
14118 ____________________________________________________________________________
14119 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14120         Log: ansify perlio.c, fix PerlIO-ish typos
14121      Branch: perl
14122            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14123            ! iperlsys.h perlio.c
14124 ____________________________________________________________________________
14125 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14126         Log: adjust a Perl_malloc() flag for NeXT
14127              From: Hans Mulder <hansm@icgned.icgroup.nl>
14128              Date: Tue, 23 Feb 99 00:26:25 +0100
14129              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14130              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14131      Branch: perl
14132            ! perl.h
14133 ____________________________________________________________________________
14134 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14135         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14136      Branch: perl
14137            ! pod/perltodo.pod
14138 ____________________________________________________________________________
14139 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14140         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14141              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14142              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14143              Subject: improved error message [PATCH _55] [RESEND]
14144      Branch: perl
14145            ! sv.c
14146 ____________________________________________________________________________
14147 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14148         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14149              Date: Sun, 21 Feb 1999 20:02:18 -0700
14150              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14151              Subject: perlfunc updates (against 55)
14152      Branch: perl
14153            ! pod/perlfunc.pod
14154 ____________________________________________________________________________
14155 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14156         Log: testsuite adjustments
14157              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14158              Date: Sat, 20 Feb 1999 15:24:57 +0000
14159              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
14160              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
14161      Branch: perl
14162            ! t/lib/io_sock.t t/op/lex_assign.t
14163 ____________________________________________________________________________
14164 [  3015] By: gsar                                  on 1999/02/24  02:54:47
14165         Log: avoid modifying readonly values from qw()
14166      Branch: perl
14167            ! lib/ExtUtils/MM_Unix.pm
14168 ____________________________________________________________________________
14169 [  3014] By: gsar                                  on 1999/02/24  02:49:04
14170         Log: more "correct" utbuf for utime()
14171      Branch: perl
14172            ! doio.c
14173 ____________________________________________________________________________
14174 [  3013] By: jhi                                   on 1999/02/22  19:27:44
14175         Log: Fix MacPerl version, change PowerUX to PowerMAX.
14176              
14177              From: Chris Nandor <pudge@pobox.com>
14178              To: jhi@iki.fi
14179              Cc: perl5-porters@perl.org
14180              Subject: Re: perl current availability as documented by perl.pod
14181              Date: Sun, 21 Feb 1999 11:06:03 -0500
14182              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
14183              
14184              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
14185              To: jhi@iki.fi
14186              Cc: perl5-porters@perl.org
14187              Subject: Re: perl current availability as documented by perl.pod
14188              Date: Mon, 22 Feb 1999 13:08:30 GMT
14189              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
14190      Branch: cfgperl
14191            ! pod/perl.pod
14192      Branch: maint-5.005/perl
14193            ! pod/perl.pod
14194 ____________________________________________________________________________
14195 [  3012] By: jhi                                   on 1999/02/22  10:26:11
14196         Log: Snapshot the cross-compilation/multiarchitecture stuff
14197              (currently broken in next)
14198      Branch: cfgperl
14199            ! Configure config_h.SH pp.c
14200 ____________________________________________________________________________
14201 [  3011] By: jhi                                   on 1999/02/22  10:24:51
14202         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14203              To: gsar@activestate.com (Gurusamy Sarathy)
14204              Cc: perl5-porters@perl.org (Perl5 Porters)
14205              Subject: [PATCH 5.005_55] DB_File 1.64 patch
14206              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
14207              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
14208      Branch: cfgperl
14209            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14210            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
14211 ____________________________________________________________________________
14212 [  3009] By: jhi                                   on 1999/02/22  09:14:26
14213         Log: Scratch #3008 and introduce $crosscompile and $multiarch
14214              also in non-Configure lands.
14215      Branch: cfgperl
14216            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
14217            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
14218            ! win32/config.gc win32/config.vc win32/config_H.bc
14219            ! win32/config_H.gc win32/config_H.vc
14220 ____________________________________________________________________________
14221 [  3008] By: jhi                                   on 1999/02/22  08:58:04
14222         Log: Add -DMULTIARCH (see change #3006).
14223      Branch: cfgperl
14224            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
14225 ____________________________________________________________________________
14226 [  3007] By: jhi                                   on 1999/02/22  08:54:06
14227         Log: Undo the references to local{lib,arch} introduced by #3006.
14228      Branch: cfgperl
14229            ! Configure config_h.SH
14230 ____________________________________________________________________________
14231 [  3006] By: jhi                                   on 1999/02/22  08:43:50
14232         Log: From: hansm@icgned.icgroup.nl
14233              To: perlbug@perl.com
14234              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
14235              Date: Sun, 21 Feb 1999 22:58:55 +0100
14236              Reply-To: hansmu@xs4all.nl
14237              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
14238              
14239              plus other Configure changes: prepare for cross-compilation/
14240              multiarchitecture builds.
14241      Branch: cfgperl
14242            ! Configure config_h.SH
14243 ____________________________________________________________________________
14244 [  3005] By: jhi                                   on 1999/02/22  08:35:30
14245         Log: Configure/Perl knew how to look for use Mach cthreads
14246              but Configure didn't let them to be used ($osname 'next').
14247      Branch: cfgperl
14248            ! Configure config_h.SH
14249      Branch: maint-5.005/perl
14250            ! Configure
14251 ____________________________________________________________________________
14252 [  3004] By: jhi                                   on 1999/02/21  15:46:02
14253         Log: Update Acorn AVAILABILITY.
14254      Branch: cfgperl
14255            ! pod/perl.pod
14256      Branch: maint-5.005/perl
14257            ! pod/perl.pod
14258 ____________________________________________________________________________
14259 [  3003] By: jhi                                   on 1999/02/21  14:50:42
14260         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14261              To: perl5-porters@perl.org (Perl 5 Porters)
14262              Subject: PATCH: perlref.pod - symbolic ref example
14263              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
14264              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
14265      Branch: cfgperl
14266            ! pod/perlref.pod
14267      Branch: maint-5.005/perl
14268            ! pod/perlref.pod
14269 ____________________________________________________________________________
14270 [  3002] By: jhi                                   on 1999/02/21  14:35:22
14271         Log: Sync cfgperl with maint-5.005 change #3000.
14272      Branch: cfgperl
14273            ! pod/perlfunc.pod t/op/pack.t
14274 ____________________________________________________________________________
14275 [  2999] By: gsar                                  on 1999/02/20  22:48:30
14276         Log: From:    John Bley <jbb6@acpub.duke.edu>
14277              Date:    Sat, 20 Feb 1999 16:02:34 EST
14278              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
14279              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
14280      Branch: perl
14281            ! regcomp.c
14282 ____________________________________________________________________________
14283 [  2998] By: jhi                                   on 1999/02/20  14:13:06
14284         Log: Enhanced the endianness description.
14285      Branch: cfgperl
14286            ! pod/perlfunc.pod
14287 ____________________________________________________________________________
14288 [  2996] By: jhi                                   on 1999/02/20  13:55:41
14289         Log: Glossary now mostly fixed.
14290      Branch: cfgperl
14291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14292            ! config_h.SH
14293 ____________________________________________________________________________
14294 [  2994] By: jhi                                   on 1999/02/20  11:58:33
14295         Log: Perldeltify GNU/Hurd.
14296      Branch: cfgperl
14297            ! pod/perldelta.pod
14298 ____________________________________________________________________________
14299 [  2993] By: gsar                                  on 1999/02/20  00:59:10
14300         Log: fix typo in Perl_sbrk()
14301              From: hansm@icgned.icgroup.nl
14302              Date: Fri, 19 Feb 1999 23:19:31 +0100
14303              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
14304              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
14305      Branch: perl
14306            ! malloc.c
14307 ____________________________________________________________________________
14308 [  2992] By: gsar                                  on 1999/02/20  00:51:08
14309         Log: integrate change#2980 from maint-5.005
14310      Branch: perl
14311           !> utils/h2xs.PL
14312 ____________________________________________________________________________
14313 [  2991] By: gsar                                  on 1999/02/20  00:34:01
14314         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14315              Date: Thu, 18 Feb 1999 18:51:38 +0000
14316              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
14317              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
14318      Branch: perl
14319            ! pp_hot.c t/op/pat.t
14320 ____________________________________________________________________________
14321 [  2990] By: gsar                                  on 1999/02/20  00:30:48
14322         Log: From: jan.dubois@ibm.net (Jan Dubois)
14323              Date: Thu, 18 Feb 1999 19:14:07 +0100
14324              Message-ID: <36d15809.40853323@smtp1.ibm.net>
14325              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
14326      Branch: perl
14327            ! win32/win32.c
14328 ____________________________________________________________________________
14329 [  2989] By: gsar                                  on 1999/02/20  00:27:01
14330         Log: do poll() emulation unless HAS_POLL && I_POLL
14331      Branch: perl
14332            ! ext/IO/poll.h
14333 ____________________________________________________________________________
14334 [  2988] By: gsar                                  on 1999/02/19  23:52:12
14335         Log: tweak RE for NaNQ? recognition
14336      Branch: perl
14337            ! t/lib/bigfloatpm.t
14338 ____________________________________________________________________________
14339 [  2987] By: gsar                                  on 1999/02/19  23:29:59
14340         Log: mention C<use utf8> and C<use warning> in perldelta
14341      Branch: perl
14342            ! pod/perldelta.pod
14343 ____________________________________________________________________________
14344 [  2985] By: jhi                                   on 1999/02/19  20:43:19
14345         Log: pack/unpack better in (network-)short-non-16-bits and
14346              (network-)long-non-32-bits systems such as Cray C90.
14347      Branch: cfgperl
14348            ! perl.h pp.c t/op/pack.t
14349 ____________________________________________________________________________
14350 [  2984] By: jhi                                   on 1999/02/19  20:38:54
14351         Log: Regen Configure.
14352      Branch: cfgperl
14353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14354            ! perl.c
14355 ____________________________________________________________________________
14356 [  2982] By: jhi                                   on 1999/02/19  19:51:49
14357         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
14358              not probed for and         
14359              
14360              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14361              To: Chaim Frenkel <chaimf@pobox.com>,
14362              Russ Allbery <rra@stanford.edu>,
14363              Jarkko Hietaniemi <jhi@iki.fi>,
14364              Gurusamy Sarathy <gsar@activestate.com>,
14365              Graham Barr <gbarr@pobox.com>
14366              Cc: bdensch@ameritech.net, perlbug@perl.com
14367              Subject: [PATCH] Re: Solaris 7 for Intel
14368              Message-ID: <19990219124404.A30182@O2.chapin.edu>
14369              
14370              Glossary is still missing some terms because
14371              mkglossary is misbehaving (change #2981 updated
14372              Glossary manually)
14373      Branch: cfgperl
14374            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14375            ! Porting/config_H
14376 ____________________________________________________________________________
14377 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
14378         Log: Make result of h2xs work when user adds C<use strict>
14379      Branch: maint-5.005/perl
14380            ! utils/h2xs.PL
14381 ____________________________________________________________________________
14382 [  2979] By: gsar                                  on 1999/02/19  05:24:29
14383         Log: doc for change#2978
14384      Branch: perl
14385            ! pod/perlsub.pod
14386 ____________________________________________________________________________
14387 [  2978] By: gsar                                  on 1999/02/19  05:08:29
14388         Log: bring '*' prototype closer to how it behaves internally
14389      Branch: perl
14390            + t/lib/fatal.t
14391            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
14392 ____________________________________________________________________________
14393 [  2977] By: gsar                                  on 1999/02/19  02:50:31
14394         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
14395      Branch: perl
14396            ! perly.h
14397 ____________________________________________________________________________
14398 [  2975] By: gsar                                  on 1999/02/18  21:41:57
14399         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
14400              of lexical searches in BEGIN|INIT|END)
14401      Branch: perl
14402            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
14403            ! vms/perly_c.vms
14404 ____________________________________________________________________________
14405 [  2974] By: gsar                                  on 1999/02/18  21:03:06
14406         Log: missing PERL_POLLUTE_MALLOC
14407      Branch: perl
14408            ! ext/SDBM_File/sdbm/sdbm.h
14409 ____________________________________________________________________________
14410 [  2973] By: gsar                                  on 1999/02/18  17:10:49
14411         Log: From:    Andy Dougherty <doughera@lafayette.edu>
14412              Date:    Wed, 17 Feb 1999 17:22:50 EST
14413              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
14414              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
14415      Branch: perl
14416            ! lib/dotsh.pl
14417 ____________________________________________________________________________
14418 [  2972] By: gsar                                  on 1999/02/18  17:04:12
14419         Log: s/#defined/#define/
14420      Branch: perl
14421            ! ext/Data/Dumper/Dumper.xs
14422 ____________________________________________________________________________
14423 [  2970] By: gsar                                  on 1999/02/18  03:26:43
14424         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
14425      Branch: perl
14426            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14427            ! ext/GDBM_File/typemap
14428 ____________________________________________________________________________
14429 [  2969] By: gsar                                  on 1999/02/17  23:30:47
14430         Log: correct slurp mode doc
14431      Branch: perl
14432            ! pod/perlfunc.pod pod/perlop.pod
14433 ____________________________________________________________________________
14434 [  2968] By: jhi                                   on 1999/02/17  23:15:49
14435         Log: Ultrix hints update.
14436              
14437              From: Spider Boardman <spider@zk3.dec.com>
14438              To: perlbug@perl.com
14439              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
14440              Date: Tue, 16 Feb 1999 23:04:28 -0500
14441              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
14442      Branch: cfgperl
14443            ! hints/ultrix_4.sh
14444 ____________________________________________________________________________
14445 [  2966] By: jhi                                   on 1999/02/17  23:09:21
14446         Log: Change #2965 wiped out some Sarathy's _55 changes.
14447              Now unwiped.
14448      Branch: cfgperl
14449            ! Configure pp.c t/op/pack.t
14450 ____________________________________________________________________________
14451 [  2965] By: jhi                                   on 1999/02/17  23:00:04
14452         Log: Configure tweaks.
14453              
14454              Fix the Unixware/SCO uname scan:
14455              
14456              From: Tom Hughes <thh@cyberscience.com>
14457              To: perlbug@perl.com
14458              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
14459              Date: 17 Feb 1999 15:34:15 +0000    
14460              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
14461              
14462              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
14463              
14464              From: Joe Buehler <jhpb@hekimian.com>
14465              To: perl5-porters@perl.org
14466              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
14467              Date: 12 Feb 1999 11:25:21 -0500
14468              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
14469              
14470              Make the pthreads joinable constant scan to output to fd 4, not 2.
14471      Branch: cfgperl
14472            ! Configure
14473 ____________________________________________________________________________
14474 [  2964] By: gsar                                  on 1999/02/17  21:30:07
14475         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14476              Date: Wed, 17 Feb 1999 06:53:13 -0700
14477              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
14478              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
14479      Branch: perl
14480            ! lib/Pod/Functions.pm
14481 ____________________________________________________________________________
14482 [  2963] By: gsar                                  on 1999/02/17  21:18:21
14483         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
14484              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14485              Date: Wed, 17 Feb 1999 10:06:01 +0000
14486              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14487              Subject: Re: [5.005_53] panic: pad_free curpad 
14488      Branch: perl
14489            ! regcomp.c regexec.c t/op/misc.t
14490 ____________________________________________________________________________
14491 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14492         Log: NaNQ? tweak
14493      Branch: perl
14494            ! t/lib/bigfloatpm.t
14495 ____________________________________________________________________________
14496 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14497         Log: Integrate from mainperl.
14498      Branch: cfgperl
14499           !> (integrate 37 files)
14500 ____________________________________________________________________________
14501 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14502         Log: undo change#2465 (qw[] is a real list now)
14503      Branch: perl
14504            ! pod/perlop.pod
14505 ____________________________________________________________________________
14506 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14507         Log: this was 5.005_55
14508      Branch: perl
14509            ! Changes
14510
14511 ----------------
14512 Version 5.005_55
14513 ----------------
14514
14515 ____________________________________________________________________________
14516 [  2958] By: gsar                                  on 1999/02/16  06:18:27
14517         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
14518              elide dups and non-dependents from Changes
14519      Branch: perl
14520            ! Changes pod/perlhist.pod
14521           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
14522           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
14523           !> pod/perlport.pod pp.c t/op/pack.t
14524 ____________________________________________________________________________
14525 [  2957] By: gsar                                  on 1999/02/16  04:09:47
14526         Log: propagate PERL_VERSION everywhere, add to pod
14527      Branch: perl
14528            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
14529            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
14530            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
14531            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
14532            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
14533            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
14534            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
14535            ! win32/config.gc win32/config.vc win32/config_sh.PL
14536            ! win32/win32.c x2p/a2py.c
14537 ____________________________________________________________________________
14538 [  2955] By: jhi                                   on 1999/02/15  16:15:03
14539         Log: The pack tests now better in C90 (after the packnative patches).
14540      Branch: cfgperl
14541            ! t/op/pack.t
14542 ____________________________________________________________________________
14543 [  2954] By: gsar                                  on 1999/02/15  14:11:50
14544         Log: tweak Configure to follow new PERL_VERSION etc.
14545      Branch: perl
14546            ! Configure patchlevel.h pod/perlhist.pod
14547 ____________________________________________________________________________
14548 [  2953] By: jhi                                   on 1999/02/15  14:02:21
14549         Log: Integrate from mainperl.
14550      Branch: cfgperl
14551           !> MANIFEST Porting/makerel
14552 ____________________________________________________________________________
14553 [  2952] By: jhi                                   on 1999/02/15  13:50:07
14554         Log: Enhance the packnative patch: use the packnative code
14555              only if required.  Also added hefty testing (hopefully
14556              I didn't assume too much...).  Tested on alpha, ix86, sparc.
14557      Branch: cfgperl
14558            ! pod/perlfunc.pod pp.c t/op/pack.t
14559 ____________________________________________________________________________
14560 [  2951] By: jhi                                   on 1999/02/15  13:46:56
14561         Log: AVAILABILITY from 5.005_03-tobe, will of course
14562              require updating when 5.006 comes out.
14563      Branch: cfgperl
14564            ! pod/perl.pod
14565 ____________________________________________________________________________
14566 [  2949] By: gsar                                  on 1999/02/15  13:28:51
14567         Log: will this be it for 5.005_55?
14568      Branch: perl
14569            ! MANIFEST Porting/makerel
14570 ____________________________________________________________________________
14571 [  2948] By: jhi                                   on 1999/02/15  13:23:52
14572         Log: Integrate from mainperl.
14573      Branch: cfgperl
14574           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
14575           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14576           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14577           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
14578           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
14579           !> win32/config.gc win32/config.vc win32/config_H.bc
14580           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14581 ____________________________________________________________________________
14582 [  2947] By: jhi                                   on 1999/02/15  13:20:41
14583         Log: perlport.pod 1.39 from Chris.
14584      Branch: cfgperl
14585            ! pod/perlport.pod
14586 ____________________________________________________________________________
14587 [  2946] By: jhi                                   on 1999/02/15  13:09:58
14588         Log: Import Ultrix update, change #2864, 
14589              
14590              From: Spider Boardman <spider@zk3.dec.com>
14591              To: perlbug@perl.com
14592              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14593              Date: Wed, 10 Feb 1999 23:33:31 -0500
14594              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14595      Branch: cfgperl
14596            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14597 ____________________________________________________________________________
14598 [  2945] By: jhi                                   on 1999/02/15  13:04:50
14599         Log: OpenBSD sparc SHMLBA.
14600      Branch: cfgperl
14601            ! ext/IPC/SysV/SysV.xs
14602 ____________________________________________________________________________
14603 [  2944] By: gsar                                  on 1999/02/15  12:09:52
14604         Log: update win32/config* stuff, Changes
14605      Branch: perl
14606            ! Changes win32/Makefile win32/config.bc win32/config.gc
14607            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14608            ! win32/config_H.vc win32/makefile.mk
14609 ____________________________________________________________________________
14610 [  2943] By: gsar                                  on 1999/02/15  11:54:08
14611         Log: #include patchlevel.h by default, provide
14612              PERL_{REVISION,VERSION,SUBVERSION}
14613      Branch: perl
14614            ! patchlevel.h perl.h
14615 ____________________________________________________________________________
14616 [  2942] By: gsar                                  on 1999/02/15  10:26:59
14617         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
14618              misc fixes
14619      Branch: perl
14620            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
14621 ____________________________________________________________________________
14622 [  2941] By: gsar                                  on 1999/02/15  10:24:37
14623         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
14624              Message-ID: <19990207002851.B9185@toldyouso.com>
14625              Message-ID: <19990207212152.A9765@toldyouso.com>
14626              Message-ID: <19990207212041.A9622@toldyouso.com>
14627              Message-ID: <19990207213127.A10244@toldyouso.com>
14628              Message-ID: <19990207212559.A9950@toldyouso.com>
14629              Message-ID: <19990207212842.A9994@toldyouso.com>
14630              Message-ID: <19990207212500.A9860@toldyouso.com>
14631              Message-ID: <19990207213013.A10105@toldyouso.com>
14632      Branch: perl
14633            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14634            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14635            ! pod/perlmodlib.pod pod/perltoc.pod
14636 ____________________________________________________________________________
14637 [  2940] By: gsar                                  on 1999/02/15  10:07:08
14638         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
14639              of suggested patch)
14640              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14641              Date: Mon, 08 Feb 1999 01:14:41 -0000
14642              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
14643              Subject: [PATCH 5.005_54] some pending C.pm stuff 
14644      Branch: perl
14645            ! ext/B/B/C.pm
14646 ____________________________________________________________________________
14647 [  2939] By: jhi                                   on 1999/02/15  08:40:18
14648         Log: Integrate from mainperl.
14649      Branch: cfgperl
14650           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
14651            - lib/File/PathConvert.pm
14652           !> (integrate 81 files)
14653 ____________________________________________________________________________
14654 [  2938] By: gsar                                  on 1999/02/15  06:56:39
14655         Log: change#2839 was bogus, redo
14656      Branch: perl
14657           !> t/lib/h2ph.pht
14658 ____________________________________________________________________________
14659 [  2937] By: gsar                                  on 1999/02/15  06:38:15
14660         Log: support Win32::GetFullPathName() and Win32::SetLastError()
14661              From: jan.dubois@ibm.net (Jan Dubois)
14662              Date: Tue, 09 Feb 1999 22:27:31 +0100
14663              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
14664              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
14665      Branch: perl
14666            ! win32/win32.c
14667 ____________________________________________________________________________
14668 [  2936] By: gsar                                  on 1999/02/15  06:26:39
14669         Log: support native integers, pack("L_",...) etc. (via private mail)
14670              From: Jarkko Hietaniemi <jhi@iki.fi>
14671              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
14672              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
14673              Subject: the "packnative" patch
14674      Branch: perl
14675            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
14676            ! t/lib/ipc_sysv.t t/op/pack.t
14677 ____________________________________________________________________________
14678 [  2935] By: gsar                                  on 1999/02/15  06:04:02
14679         Log: From: Michael G Schwern <schwern@pobox.com>
14680              Date: Tue, 9 Feb 1999 04:13:12 -0500
14681              Message-ID: <19990209041312.A15788@toldyouso.com>
14682              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
14683      Branch: perl
14684            ! utils/h2xs.PL
14685 ____________________________________________________________________________
14686 [  2934] By: gsar                                  on 1999/02/15  05:30:13
14687         Log: fix bugs in the handling of negative numbers, among other things
14688              From: Steven Knight <knight@theopera.baldmt.citilink.com>
14689              Date: Mon, 8 Feb 1999 01:16:24 -0600
14690              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
14691              Subject: Math::BigFloat and Math::BigInt
14692      Branch: perl
14693            + t/lib/bigfloat.t t/lib/bigfloatpm.t
14694            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14695            ! t/lib/bigintpm.t
14696 ____________________________________________________________________________
14697 [  2933] By: gsar                                  on 1999/02/15  04:57:52
14698         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
14699              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
14700              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
14701              Subject: s2p incorrectly handles hold space commands
14702      Branch: perl
14703            ! x2p/s2p.PL
14704 ____________________________________________________________________________
14705 [  2932] By: gsar                                  on 1999/02/15  04:45:55
14706         Log: clarify what a "line" is
14707      Branch: perl
14708            ! pod/perlfunc.pod pod/perlvar.pod
14709 ____________________________________________________________________________
14710 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14711         Log: backout change#2811 and add newer version based on File::Spec
14712              From: Barrie Slaymaker <rbs@telerama.com>
14713              Date: Thu, 11 Feb 1999 16:29:24 -0500
14714              Message-ID: <36C34BB4.A62090E0@telerama.com>
14715              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14716      Branch: perl
14717            - lib/File/PathConvert.pm
14718            ! MANIFEST installhtml lib/Pod/Html.pm
14719 ____________________________________________________________________________
14720 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14721         Log: From: Barrie Slaymaker <rbs@telerama.com>
14722              Date: Thu, 11 Feb 1999 19:39:48 -0500
14723              Message-ID: <36C37854.707D139@telerama.com>
14724              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14725      Branch: perl
14726            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14727 ____________________________________________________________________________
14728 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14729         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14730              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14731              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14732              Subject: [PATCH]5.005_54 (DOC) fix many typos
14733              --
14734              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14735              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14736              Subject: [PATCH]5.005_54 (DOC) typos
14737      Branch: perl
14738            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14739            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14740            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14741            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14742            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14743            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14744            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14745            ! pod/perlvar.pod pod/perlxs.pod
14746 ____________________________________________________________________________
14747 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14748         Log: allow the Carp routines to pass through exception objects
14749      Branch: perl
14750            ! lib/Carp.pm
14751 ____________________________________________________________________________
14752 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14753         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14754      Branch: perl
14755            ! pod/perlfaq8.pod
14756 ____________________________________________________________________________
14757 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14758         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14759              have done that, but didn't)
14760      Branch: perl
14761           !> utils/h2ph.PL
14762 ____________________________________________________________________________
14763 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14764         Log: integrate cfgperl changes into mainline
14765      Branch: perl
14766            ! Changes
14767           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14768           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14769           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14770           !> vms/subconfigure.com
14771 ____________________________________________________________________________
14772 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14773         Log: add const qualifier to most char* prototypes, handle ripple effect
14774      Branch: perl
14775            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14776            ! universal.c util.c
14777 ____________________________________________________________________________
14778 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14779         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14780              Date: Thu, 04 Feb 1999 02:37:31 +0000
14781              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14782              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14783      Branch: perl
14784            ! pp_ctl.c t/op/range.t
14785 ____________________________________________________________________________
14786 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14787         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14788              Date: Sun, 31 Jan 1999 01:50:06 +0000
14789              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14790              Subject: [PATCH 5.005_03t4] regexp flags bug
14791      Branch: perl
14792            ! regcomp.c t/op/re_tests
14793 ____________________________________________________________________________
14794 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14795         Log: use New() et al., rather than safemalloc() et al.
14796              From: jan.dubois@ibm.net (Jan Dubois)
14797              Date: Fri, 29 Jan 1999 23:27:22 +0100
14798              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14799              Subject: [PATCH _03-MT5] POSIX.xs memory API
14800      Branch: perl
14801            ! ext/POSIX/POSIX.xs
14802 ____________________________________________________________________________
14803 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14804         Log: tweak READ() docs to mention $buffer must be altered by reference
14805      Branch: perl
14806            ! pod/perltie.pod
14807 ____________________________________________________________________________
14808 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14809         Log: applied suggested patch, with several language/readability tweaks
14810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14811              Date: Fri, 29 Jan 1999 00:25:02 -0500
14812              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14813              Subject: Re: [PATCH 5.005_*] Better parsing docs
14814      Branch: perl
14815            ! pod/perlop.pod
14816 ____________________________________________________________________________
14817 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14818         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14819              of silently returning bogus values)
14820              From: Peter Chines <pchines@nhgri.nih.gov>
14821              Date: Wed, 27 Jan 1999 16:11:31 -0500
14822              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14823              Subject: Time::Local
14824      Branch: perl
14825            ! lib/Time/Local.pm pod/perldelta.pod
14826 ____________________________________________________________________________
14827 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14828         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14829              Date: Thu, 28 Jan 1999 10:02:20 -0500
14830              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14831              Subject: Re: [PATCH 5.005_53] Better perldoc
14832      Branch: perl
14833            ! utils/perldoc.PL
14834 ____________________________________________________________________________
14835 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14836         Log: back out change#2751, apply updated version 
14837              From: jan.dubois@ibm.net (Jan Dubois)
14838              Date: Sat, 06 Feb 1999 01:06:29 +0100
14839              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14840              Subject: [PATCH] Cleanup of File::Spec module
14841      Branch: perl
14842            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14843            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14844            ! lib/File/Spec/Win32.pm
14845 ____________________________________________________________________________
14846 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14847         Log: tweak select() test
14848      Branch: perl
14849            ! pod/perlipc.pod t/op/fh.t
14850 ____________________________________________________________________________
14851 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14852         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14853      Branch: perl
14854            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14855 ____________________________________________________________________________
14856 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14857         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14858              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14859              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14860              Subject: Re: SvOPV() or SvPV_nolen() or ...
14861      Branch: perl
14862            ! pod/perlguts.pod
14863 ____________________________________________________________________________
14864 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14865         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14866              From: jan.dubois@ibm.net (Jan Dubois)
14867              Date: Sun, 24 Jan 1999 02:45:32 +0100
14868              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14869              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14870      Branch: perl
14871            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14872            ! sv.h
14873 ____________________________________________________________________________
14874 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14875         Log: elide stray effluvium
14876      Branch: perl
14877            ! pod/perldelta.pod
14878 ____________________________________________________________________________
14879 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14880         Log: slurping an empty file should return '' rather than undef, with
14881              commensurate effects on ARGV processing
14882      Branch: perl
14883            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14884            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14885 ____________________________________________________________________________
14886 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14887         Log: perly_c.diff typo
14888      Branch: perl
14889            ! perly.c perly_c.diff vms/perly_c.vms
14890 ____________________________________________________________________________
14891 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14892         Log: From: jan.dubois@ibm.net (Jan Dubois)
14893              Date: Sat, 13 Feb 1999 13:25:53 +0100
14894              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14895              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14896      Branch: perl
14897            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14898 ____________________________________________________________________________
14899 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14900         Log: Integrate from mainperl.
14901      Branch: cfgperl
14902           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14903           !> (integrate 150 files)
14904 ____________________________________________________________________________
14905 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14906         Log: From: jan.dubois@ibm.net (Jan Dubois)
14907              Date: Sun, 24 Jan 1999 01:12:00 +0100
14908              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14909              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14910      Branch: perl
14911            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14912            ! proto.h sv.c sv.h
14913 ____________________________________________________________________________
14914 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14915         Log: script to generate ctags from etags
14916              From: Colin Kuskie <ckuskie@cadence.com>
14917              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14918              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14919              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14920      Branch: perl
14921            + emacs/e2ctags.pl
14922            ! Makefile.SH pod/perlfaq3.pod
14923 ____________________________________________________________________________
14924 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14925         Log: allow boolean assign ops to be lvalues
14926              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14927              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14928              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14929              --
14930              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14931              Date: Mon, 18 Jan 1999 10:04:00 +0000
14932              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14933              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14934      Branch: perl
14935            + t/op/lop.t
14936            ! MANIFEST op.c
14937 ____________________________________________________________________________
14938 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14939         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14940      Branch: cfgperl
14941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14942            ! config_h.SH hints/openbsd.sh
14943 ____________________________________________________________________________
14944 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14945         Log: support win32_putenv()
14946      Branch: perl
14947            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14948            ! win32/win32.c win32/win32iop.h
14949 ____________________________________________________________________________
14950 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14951         Log: add missing hunk in change#2657
14952      Branch: perl
14953            ! ext/B/B/CC.pm
14954 ____________________________________________________________________________
14955 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14956         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14957              Date: Tue, 19 Jan 1999 20:13:15 -0500
14958              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14959              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14960      Branch: perl
14961            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14962            ! t/pragma/subs.t t/pragma/warning.t
14963 ____________________________________________________________________________
14964 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14965         Log: update change#2670 to later version
14966              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14967              Date: Sun, 31 Jan 1999 16:16:14 +0000
14968              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14969              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14970      Branch: perl
14971            ! t/op/subst.t toke.c
14972 ____________________________________________________________________________
14973 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14974         Log: make testsuite somewhat location independent
14975      Branch: perl
14976            ! (edit 117 files)
14977 ____________________________________________________________________________
14978 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14979         Log: add $AutoLoader::VERSION
14980      Branch: perl
14981            ! lib/AutoLoader.pm
14982 ____________________________________________________________________________
14983 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14984         Log: tweak PERL_STRICT_CR notes
14985      Branch: perl
14986            ! pod/perl5005delta.pod
14987 ____________________________________________________________________________
14988 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14989         Log: add note about test-notty target
14990      Branch: perl
14991            ! README.win32
14992 ____________________________________________________________________________
14993 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14994         Log: add perltodo.pod
14995      Branch: perl
14996            + pod/perltodo.pod
14997            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14998            ! win32/pod.mak
14999 ____________________________________________________________________________
15000 [  2886] By: jhi                                   on 1999/02/12  08:52:14
15001         Log: Integrate from mainperl.
15002      Branch: cfgperl
15003           +> t/op/fh.t
15004           !> (integrate 30 files)
15005 ____________________________________________________________________________
15006 [  2885] By: gsar                                  on 1999/02/12  08:42:10
15007         Log: note how to find REG_INFTY limit
15008      Branch: perl
15009            ! pod/perlre.pod
15010 ____________________________________________________________________________
15011 [  2884] By: jhi                                   on 1999/02/12  08:36:14
15012         Log: OpenBSD pthreads awareness, thanks to
15013              David Leonard <david.leonard@csee.uq.edu.au>
15014      Branch: maint-5.005/perl
15015            ! Configure hints/openbsd.sh
15016 ____________________________________________________________________________
15017 [  2882] By: gsar                                  on 1999/02/12  08:05:20
15018         Log: IO is maintained by p5p (per Graham Barr's wishes)
15019      Branch: perl
15020            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
15021            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
15022            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15023            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15024 ____________________________________________________________________________
15025 [  2881] By: gsar                                  on 1999/02/12  07:57:13
15026         Log: fh.t typo
15027      Branch: perl
15028            ! t/op/fh.t
15029 ____________________________________________________________________________
15030 [  2880] By: gsar                                  on 1999/02/12  07:38:16
15031         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
15032      Branch: perl
15033            ! perl.c pod/perlrun.pod
15034 ____________________________________________________________________________
15035 [  2879] By: gsar                                  on 1999/02/12  05:39:29
15036         Log: fix ops that are not filehandle constructors to not create GV if it
15037              doesn't already exist (avoids leaks); extend semantics of defined()
15038              so that defined(*{$foo}) works (experimental)
15039      Branch: perl
15040            + t/op/fh.t
15041            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
15042            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
15043 ____________________________________________________________________________
15044 [  2877] By: jhi                                   on 1999/02/11  20:44:00
15045         Log: From: Chris Nandor <pudge@pobox.com>
15046              To: perl5-porters@perl.org
15047              Subject: [PATCH] perlport.pod 1.39
15048              Date: Thu, 11 Feb 1999 12:28:35 -0500
15049              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
15050      Branch: cfgperl
15051            ! pod/perlport.pod
15052 ____________________________________________________________________________
15053 [  2870] By: gsar                                  on 1999/02/11  11:17:08
15054         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
15055      Branch: perl
15056            ! ext/IO/lib/IO/Pipe.pm
15057 ____________________________________________________________________________
15058 [  2869] By: gsar                                  on 1999/02/11  11:00:56
15059         Log: update win32/pod.mak
15060      Branch: perl
15061            ! win32/pod.mak
15062 ____________________________________________________________________________
15063 [  2868] By: gsar                                  on 1999/02/11  10:42:44
15064         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
15065              Date: Fri, 08 Jan 1999 14:36:53 +1100
15066              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
15067              Subject: Re: [Fwd: IO::Socket::connect and blocking]
15068      Branch: perl
15069            ! ext/IO/lib/IO/Socket.pm
15070 ____________________________________________________________________________
15071 [  2867] By: gsar                                  on 1999/02/11  09:43:03
15072         Log: av_extend() doc tweak from Jan Dubois
15073      Branch: perl
15074            ! pod/perlguts.pod
15075 ____________________________________________________________________________
15076 [  2866] By: gsar                                  on 1999/02/11  09:27:17
15077         Log: display full pathname of unreadable files
15078      Branch: perl
15079            ! utils/perldoc.PL
15080 ____________________________________________________________________________
15081 [  2865] By: gsar                                  on 1999/02/11  09:02:31
15082         Log: missing patch in change#2522
15083      Branch: perl
15084            ! lib/Pod/Text.pm
15085 ____________________________________________________________________________
15086 [  2864] By: jhi                                   on 1999/02/11  08:45:00
15087         Log: From: Spider Boardman <spider@zk3.dec.com>
15088              To: perlbug@perl.com
15089              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15090              Date: Wed, 10 Feb 1999 23:33:31 -0500
15091              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15092      Branch: maint-5.005/perl
15093            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15094 ____________________________________________________________________________
15095 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15096         Log: integrate changes#2738,2740 from maint-5.005
15097      Branch: perl
15098           !> lib/ExtUtils/MakeMaker.pm
15099 ____________________________________________________________________________
15100 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15101         Log: Integrate from mainperl.
15102      Branch: cfgperl
15103           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15104           !> t/op/range.t win32/config.gc
15105 ____________________________________________________________________________
15106 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15107         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15108              <newspost@morlock.net>)
15109      Branch: perl
15110            ! perl.h
15111 ____________________________________________________________________________
15112 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15113         Log: update Changes
15114      Branch: perl
15115            ! Changes
15116           !> pod/perl5005delta.pod
15117 ____________________________________________________________________________
15118 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15119         Log: integrate perldelta changes from maint-5.005
15120      Branch: perl
15121           !> pod/perl5005delta.pod
15122 ____________________________________________________________________________
15123 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15124         Log: applied suggested patch; added tests
15125              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15126              Date: Sat, 12 Dec 98 15:30:18 -0600
15127              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15128              Subject: Range operation doesn't handle IV_MAX
15129      Branch: perl
15130            ! pp_ctl.c t/op/range.t
15131 ____________________________________________________________________________
15132 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15133         Log: compatibility fix: magic non-propagation in foreach implicit localization
15134      Branch: perl
15135            ! pp_ctl.c t/op/local.t win32/config.gc
15136 ____________________________________________________________________________
15137 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15138         Log: fair warning about -Dusethreads
15139      Branch: maint-5.005/perl
15140            ! Configure INSTALL README.threads
15141 ____________________________________________________________________________
15142 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15143         Log: Integrate from mainperl.
15144      Branch: cfgperl
15145           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15146           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15147 ____________________________________________________________________________
15148 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15149         Log: a modified version of suggested patch for pack template 'Z'; added docs
15150              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15151              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15152              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15153              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15154      Branch: perl
15155            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15156 ____________________________________________________________________________
15157 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15158         Log: clarify docs for change#2835
15159      Branch: perl
15160            ! pod/perldelta.pod pod/perlop.pod
15161 ____________________________________________________________________________
15162 [  2844] By: gsar                                  on 1999/02/08  23:40:57
15163         Log: addendum to change#2823
15164              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15165              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
15166              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
15167              Subject: [PATCH] Docs and tests for method-call syntax
15168      Branch: perl
15169            ! pod/perlobj.pod t/op/method.t
15170 ____________________________________________________________________________
15171 [  2843] By: jhi                                   on 1999/02/08  21:06:28
15172         Log: Ultrix mmap tidbit.
15173      Branch: cfgperl
15174            ! hints/ultrix_4.sh
15175 ____________________________________________________________________________
15176 [  2842] By: jhi                                   on 1999/02/08  20:22:55
15177         Log: Integrate from mainperl.
15178      Branch: cfgperl
15179           +> t/op/subst_wamp.t
15180           !> (integrate 35 files)
15181 ____________________________________________________________________________
15182 [  2841] By: jhi                                   on 1999/02/08  18:23:26
15183         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15184              To: Mailing list Perl5 <perl5-porters@perl.org>
15185              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15186              Date: Sun, 7 Feb 1999 17:25:22 -0500
15187              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15188      Branch: cfgperl
15189            + t/op/subst_amp.t
15190            ! MANIFEST regcomp.c t/op/subst.t
15191 ____________________________________________________________________________
15192 [  2840] By: jhi                                   on 1999/02/08  18:16:54
15193         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15194              To: Mailing list Perl5 <perl5-porters@perl.org>
15195              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15196              Date: Sun, 7 Feb 1999 17:00:10 -0500
15197              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15198      Branch: cfgperl
15199            ! pp_hot.c t/op/pat.t
15200 ____________________________________________________________________________
15201 [  2839] By: jhi                                   on 1999/02/08  17:25:30
15202         Log: A require was missing.
15203      Branch: cfgperl
15204            ! t/lib/h2ph.pht
15205 ____________________________________________________________________________
15206 [  2838] By: jhi                                   on 1999/02/08  16:38:41
15207         Log: Bring in the change #2809 (the Configure part has been
15208              modified rather a lot since the #2809, though.)
15209      Branch: cfgperl
15210            ! Configure utils/h2ph.PL
15211 ____________________________________________________________________________
15212 [  2835] By: gsar                                  on 1999/02/08  14:40:23
15213         Log: make qw() into a true list at compile time (slightly modified
15214              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
15215      Branch: perl
15216            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
15217 ____________________________________________________________________________
15218 [  2834] By: gsar                                  on 1999/02/08  13:23:16
15219         Log: make safesysmalloc() etc., always available; safemalloc() et al are
15220              now macros that point to the right malloc; fix various places in
15221              sources that need to always use safesysmalloc() et al
15222      Branch: perl
15223            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
15224            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
15225 ____________________________________________________________________________
15226 [  2833] By: gsar                                  on 1999/02/08  10:56:16
15227         Log: remove spurious #endif in last change
15228      Branch: perl
15229            ! perl.h
15230 ____________________________________________________________________________
15231 [  2832] By: gsar                                  on 1999/02/08  10:34:55
15232         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
15233              them ask for insanity (untested)
15234      Branch: perl
15235            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
15236            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
15237            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
15238 ____________________________________________________________________________
15239 [  2831] By: jhi                                   on 1999/02/08  08:33:33
15240         Log: Update vms/subconfigure.com along the lines of change #2829.
15241      Branch: cfgperl
15242            ! vms/subconfigure.com
15243 ____________________________________________________________________________
15244 [  2830] By: gsar                                  on 1999/02/08  00:19:46
15245         Log: integrate cfgperl changes into mainline
15246      Branch: perl
15247           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
15248           +> lib/File/PathConvert.pm pod/perlthrtut.pod
15249            ! Changes
15250           !> (integrate 93 files)
15251 ____________________________________________________________________________
15252 [  2829] By: jhi                                   on 1999/02/07  23:49:46
15253         Log: Configure update.
15254              
15255              Probe for mmap() et alia.
15256              The *cc*symbols patch (just Configure, no h2ph).
15257      Branch: cfgperl
15258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15259            ! config_h.SH perl.h
15260 ____________________________________________________________________________
15261 [  2828] By: gsar                                  on 1999/02/07  23:38:47
15262         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15263              Date: Sun, 7 Feb 1999 17:25:22 -0500
15264              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15265              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15266      Branch: perl
15267            + t/op/subst_amp.t t/op/subst_wamp.t
15268            ! MANIFEST regcomp.c t/op/subst.t
15269 ____________________________________________________________________________
15270 [  2827] By: gsar                                  on 1999/02/07  23:27:32
15271         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15272              Date: Sun, 7 Feb 1999 17:00:10 -0500
15273              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15274              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15275      Branch: perl
15276            ! pp_hot.c t/op/pat.t
15277 ____________________________________________________________________________
15278 [  2826] By: gsar                                  on 1999/02/07  23:26:04
15279         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
15280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15281              Date: Sun, 7 Feb 1999 15:07:27 -0500
15282              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
15283              Subject: Re: fixing memory leaks in REx compilation
15284      Branch: perl
15285            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
15286            ! regexec.c
15287 ____________________________________________________________________________
15288 [  2825] By: jhi                                   on 1999/02/07  18:05:13
15289         Log: Integrate from mainperl.
15290      Branch: cfgperl
15291           +> lib/DB.pm t/comp/bproto.t
15292           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
15293           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
15294           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
15295           !> toke.c vms/perly_c.vms
15296 ____________________________________________________________________________
15297 [  2824] By: gsar                                  on 1999/02/07  14:21:48
15298         Log: tweak doc on bitwise ops
15299      Branch: perl
15300            ! pod/perlop.pod
15301 ____________________________________________________________________________
15302 [  2823] By: gsar                                  on 1999/02/07  13:38:31
15303         Log: applied suggested patch; regen perly* and vms/perly*
15304              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15305              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
15306              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
15307              Subject: [PATCH] Re: Suggestion for perlobj man page
15308      Branch: perl
15309            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
15310 ____________________________________________________________________________
15311 [  2822] By: gsar                                  on 1999/02/07  12:39:09
15312         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
15313              disabled, fails tests)
15314      Branch: perl
15315            ! regcomp.h
15316 ____________________________________________________________________________
15317 [  2821] By: gsar                                  on 1999/02/07  11:09:39
15318         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
15319              <Alexander.Barilo@aexp.com>)
15320      Branch: perl
15321            ! lib/Pod/Html.pm
15322 ____________________________________________________________________________
15323 [  2820] By: gsar                                  on 1999/02/07  10:20:35
15324         Log: add draft debugging API implementation
15325      Branch: perl
15326            + lib/DB.pm
15327            ! MANIFEST
15328 ____________________________________________________________________________
15329 [  2819] By: gsar                                  on 1999/02/07  09:58:45
15330         Log: avoid garbage in db->dirbuf
15331              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
15332              Date: Sat, 05 Dec 1998 14:14:54 +0900
15333              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
15334              Subject: SDBM bug
15335      Branch: perl
15336            ! ext/SDBM_File/sdbm/sdbm.c
15337 ____________________________________________________________________________
15338 [  2818] By: gsar                                  on 1999/02/07  09:32:24
15339         Log: missing entry
15340      Branch: perl
15341            ! MANIFEST
15342 ____________________________________________________________________________
15343 [  2817] By: gsar                                  on 1999/02/07  09:30:47
15344         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
15345      Branch: perl
15346            + t/comp/bproto.t
15347            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15348 ____________________________________________________________________________
15349 [  2816] By: gsar                                  on 1999/02/06  00:14:29
15350         Log: minor bug in dumping blessed subrefs
15351      Branch: perl
15352            ! ext/Data/Dumper/Dumper.pm
15353 ____________________________________________________________________________
15354 [  2812] By: jhi                                   on 1999/02/03  22:02:24
15355         Log: Enhance change #2808.
15356              
15357              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15358              To: perl5-porters@perl.org
15359              Subject: Re: [PATCH 5.00*]: perlbug checklist
15360              Date: Wed, 3 Feb 1999 19:02:27 +0000
15361              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
15362      Branch: cfgperl
15363            ! utils/perlbug.PL
15364 ____________________________________________________________________________
15365 [  2811] By: jhi                                   on 1999/02/03  21:53:23
15366         Log: From: Barrie Slaymaker <rbs@telerama.com>
15367              To: perl5-porters@perl.org
15368              CC: pod-people@perl.org
15369              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
15370              Date: Wed, 03 Feb 1999 10:34:18 -0500
15371              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
15372              
15373              Add File::PathConvert.pm.
15374              Fix Pod::Html and installhtml to understand relative urls.
15375      Branch: cfgperl
15376            + lib/File/PathConvert.pm
15377            ! MANIFEST installhtml lib/Pod/Html.pm
15378 ____________________________________________________________________________
15379 [  2810] By: jhi                                   on 1999/02/03  20:25:10
15380         Log: From: Francois Desarmenien <desar@club-internet.fr>
15381              To: Mailing list Perl5 <perl5-porters@perl.org>
15382              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
15383              Date: Wed, 03 Feb 1999 13:13:24 +0000
15384              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
15385              
15386              (note: this patch completely overrides Tom Wolfe's patch,
15387              change #2604)
15388      Branch: cfgperl
15389            + ext/GDBM_File/hints/sco.pl
15390            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
15391 ____________________________________________________________________________
15392 [  2809] By: jhi                                   on 1999/02/03  19:54:16
15393         Log: h2ph fixes + Configure patch to support them.
15394              
15395              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15396              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
15397              Gurusamy Sarathy <gsar@engin.umich.edu>
15398              Cc: perl5-porters@perl.org
15399              Subject: [PATCH 5.00503_MT5] h2ph.PL
15400              Date: Tue, 2 Feb 1999 19:48:06 -0500
15401              Message-ID: <19990202194806.E10647@O2.chapin.edu>
15402      Branch: maint-5.005/perl
15403            ! Configure utils/h2ph.PL
15404 ____________________________________________________________________________
15405 [  2808] By: jhi                                   on 1999/02/03  16:59:55
15406         Log: Enhance the perlbug checklist.
15407      Branch: cfgperl
15408            ! utils/perlbug.PL
15409 ____________________________________________________________________________
15410 [  2807] By: jhi                                   on 1999/02/03  14:01:37
15411         Log: Document the standard strftime %formats.
15412              
15413              From: Dominic Dunlop <domo@vo.lu>
15414              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
15415              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
15416              Date: Tue, 2 Feb 1999 15:55:29 +0100
15417              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
15418      Branch: cfgperl
15419            ! ext/POSIX/POSIX.pod
15420 ____________________________________________________________________________
15421 [  2806] By: jhi                                   on 1999/02/03  13:58:00
15422         Log: Integrate from mainperl.
15423      Branch: cfgperl
15424           !> perl.h
15425 ____________________________________________________________________________
15426 [  2805] By: gsar                                  on 1999/02/03  03:32:31
15427         Log: PL_uuemap[] init needs help for sizeof()
15428      Branch: perl
15429            ! perl.h
15430 ____________________________________________________________________________
15431 [  2804] By: jhi                                   on 1999/02/02  20:44:30
15432         Log: These should've been already in #2803.
15433      Branch: cfgperl
15434            ! Configure config_h.SH vms/subconfigure.com
15435 ____________________________________________________________________________
15436 [  2803] By: jhi                                   on 1999/02/02  20:38:45
15437         Log: telldir prototype issue, from mists of time...
15438      Branch: cfgperl
15439            ! hints/netbsd.sh pp_sys.c
15440 ____________________________________________________________________________
15441 [  2801] By: jhi                                   on 1999/02/02  17:40:14
15442         Log: From: John Bley <jbb6@acpub.duke.edu>
15443              To: perlbug@perl.org
15444              Subject: [PATCH]5.005_54 (DOC) fix minor typos
15445              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
15446              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
15447      Branch: cfgperl
15448            ! pod/perlre.pod
15449 ____________________________________________________________________________
15450 [  2800] By: jhi                                   on 1999/02/02  17:26:49
15451         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
15452      Branch: cfgperl
15453            ! Todo-5.005
15454 ____________________________________________________________________________
15455 [  2799] By: jhi                                   on 1999/02/02  17:18:51
15456         Log: Update FindBin from maint-5.005.
15457      Branch: cfgperl
15458            ! lib/FindBin.pm
15459 ____________________________________________________________________________
15460 [  2798] By: jhi                                   on 1999/02/02  17:16:07
15461         Log: Fix typecasts in #2797
15462              
15463              From: "G. Del Merritt" <del@intranetics.com>
15464              Date: Fri, 29 Jan 1999 11:47:25 -0700
15465              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
15466              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
15467      Branch: cfgperl
15468            ! ext/POSIX/POSIX.xs
15469 ____________________________________________________________________________
15470 [  2797] By: jhi                                   on 1999/02/02  17:14:37
15471         Log: From: Ted Law <tedlaw@cibcwg.com>
15472              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
15473              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
15474              Subject: POSIX::strftime buffer overflow problem
15475      Branch: cfgperl
15476            ! ext/POSIX/POSIX.xs
15477 ____________________________________________________________________________
15478 [  2796] By: jhi                                   on 1999/02/02  17:13:23
15479         Log: Do not use File::Slurp.
15480      Branch: cfgperl
15481            ! t/lib/textfill.t
15482 ____________________________________________________________________________
15483 [  2795] By: jhi                                   on 1999/02/02  17:11:48
15484         Log: perlhist update from maint-5.005.
15485      Branch: cfgperl
15486            ! pod/perlhist.pod
15487 ____________________________________________________________________________
15488 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15489         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15490      Branch: cfgperl
15491            ! ext/POSIX/POSIX.pm
15492 ____________________________________________________________________________
15493 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15494         Log: Missed the html test from change #2787. 
15495      Branch: cfgperl
15496            ! t/lib/cgi-html.t
15497 ____________________________________________________________________________
15498 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15499         Log: Update Getopt::Long to 2.19.
15500      Branch: cfgperl
15501            ! lib/Getopt/Long.pm
15502 ____________________________________________________________________________
15503 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15504         Log: overload syntax is no longer experimental
15505      Branch: cfgperl
15506            ! lib/overload.pm
15507 ____________________________________________________________________________
15508 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15509         Log: Still doc fixes.
15510      Branch: cfgperl
15511            ! lib/diagnostics.pm
15512 ____________________________________________________________________________
15513 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15514         Log: Doc fixes.
15515      Branch: cfgperl
15516            ! lib/CGI.pm lib/diagnostics.pm
15517 ____________________________________________________________________________
15518 [  2787] By: jhi                                   on 1999/02/02  16:38:55
15519         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
15520              where applicable).
15521      Branch: cfgperl
15522            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
15523            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15524            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15525            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
15526            ! eg/cgi/frameset.cgi eg/cgi/index.html
15527            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15528            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15529            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15530            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15531            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15532            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
15533 ____________________________________________________________________________
15534 [  2786] By: jhi                                   on 1999/02/02  16:17:52
15535         Log: Update CPAN to 1.47.
15536      Branch: cfgperl
15537            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15538 ____________________________________________________________________________
15539 [  2785] By: jhi                                   on 1999/02/02  16:09:03
15540         Log: From: Mark-Jason Dominus <mjd@plover.com>
15541              Date: Sat, 16 Jan 1999 17:22:06 -0500
15542              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
15543              Message-ID: <19990116222206.3674.qmail@plover.com>
15544      Branch: cfgperl
15545            ! pod/perlsub.pod
15546 ____________________________________________________________________________
15547 [  2784] By: jhi                                   on 1999/02/02  16:01:31
15548         Log: Fix incorrect "used only once" warnings
15549              
15550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15551              Date: Fri, 8 Jan 1999 04:37:10 -0500
15552              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
15553              Subject: Re: change#965 flakiness
15554      Branch: cfgperl
15555            ! gv.c
15556 ____________________________________________________________________________
15557 [  2783] By: jhi                                   on 1999/02/02  15:50:38
15558         Log: perldelta updates.
15559      Branch: cfgperl
15560            ! pod/perldelta.pod
15561 ____________________________________________________________________________
15562 [  2782] By: jhi                                   on 1999/02/02  14:28:26
15563         Log: Mirror change #2781.
15564      Branch: cfgperl
15565            ! hints/linux.sh
15566 ____________________________________________________________________________
15567 [  2781] By: jhi                                   on 1999/02/02  14:27:01
15568         Log: Update the MkLinux note.
15569      Branch: maint-5.005/perl
15570            ! hints/linux.sh
15571 ____________________________________________________________________________
15572 [  2780] By: jhi                                   on 1999/02/02  14:10:59
15573         Log: Update todo.
15574      Branch: cfgperl
15575            ! Todo-5.005
15576 ____________________________________________________________________________
15577 [  2779] By: jhi                                   on 1999/02/02  14:00:25
15578         Log: Integrate from mainperl.
15579      Branch: cfgperl
15580            ! t/lib/textfill.t t/lib/textwrap.t
15581           !> (integrate 32 files)
15582 ____________________________________________________________________________
15583 [  2778] By: jhi                                   on 1999/02/02  13:56:23
15584         Log: VMS update, applicable parts of
15585              
15586              From: Dan Sugalski <sugalskd@osshe.edu>
15587              To: perl5-porters@perl.org
15588              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15589              Date: Wed, 20 Jan 1999 12:05:18 -0800
15590              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15591              
15592              From: Dan Sugalski <sugalskd@osshe.edu>
15593              To: perlbug@perl.com, vmsperl@perl.org
15594              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
15595              Date: Tue, 26 Jan 1999 14:40:38 -0800
15596              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
15597              
15598              From: Dan Sugalski <sugalskd@osshe.edu>
15599              To: perl5-porters@perl.org, vmsperl@perl.org
15600              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
15601              Date: Tue, 26 Jan 1999 14:55:29 -0800
15602              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
15603      Branch: cfgperl
15604            ! vms/ext/Stdio/test.pl vms/subconfigure.com
15605 ____________________________________________________________________________
15606 [  2777] By: jhi                                   on 1999/02/02  13:43:24
15607         Log: Synch usethreads parts from maint-5.005.
15608      Branch: cfgperl
15609            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
15610            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15611            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15612            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15613 ____________________________________________________________________________
15614 [  2776] By: jhi                                   on 1999/02/02  13:17:16
15615         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
15616      Branch: cfgperl
15617            ! Makefile.SH hints/freebsd.sh
15618 ____________________________________________________________________________
15619 [  2774] By: jhi                                   on 1999/02/02  13:10:39
15620         Log: Add perlthrtut, update pod/* machinery.
15621              (a pod/Makefile.SH is sorely needed)
15622      Branch: cfgperl
15623            + pod/perlthrtut.pod
15624            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
15625 ____________________________________________________________________________
15626 [  2773] By: jhi                                   on 1999/02/02  12:54:24
15627         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15628              To: perl5-porters@perl.org
15629              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
15630              Date: Tue, 26 Jan 1999 22:25:07 +0000
15631              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
15632      Branch: cfgperl
15633            ! pod/perlguts.pod
15634 ____________________________________________________________________________
15635 [  2771] By: jhi                                   on 1999/02/02  12:47:34
15636         Log: Use perlbug instead of personal email address.
15637      Branch: cfgperl
15638            ! Configure
15639 ____________________________________________________________________________
15640 [  2770] By: jhi                                   on 1999/02/02  12:42:06
15641         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15642              
15643              From: "G. Del Merritt" <del@intranetics.com>
15644              To: perlbug@perl.com
15645              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15646              Date: Tue, 26 Jan 1999 12:09:09 -0700
15647              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15648      Branch: cfgperl
15649            ! iperlsys.h
15650 ____________________________________________________________________________
15651 [  2769] By: jhi                                   on 1999/02/02  12:37:57
15652         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15653              To: Mailing list Perl5 <perl5-porters@perl.org>
15654              Subject: [PATCH 5.005_*] OS/2 threads
15655              Date: Tue, 26 Jan 1999 13:39:46 -0500
15656              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
15657      Branch: cfgperl
15658            ! os2/os2ish.h
15659 ____________________________________________________________________________
15660 [  2768] By: jhi                                   on 1999/02/02  12:36:16
15661         Log: Apply change #2711 from maint-5.005:
15662              
15663              make ok", "make okfile", and "make nok" were broken
15664              with -Duseshrplib, because of a shared typo.
15665              
15666              From: Spider Boardman <spider@web.zk3.dec.com>
15667              To: perlbug@perl.com
15668              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15669              Date: Wed, 27 Jan 1999 12:27:15 -0500
15670              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15671      Branch: cfgperl
15672            ! Makefile.SH
15673 ____________________________________________________________________________
15674 [  2766] By: jhi                                   on 1999/02/02  12:27:08
15675         Log: Make Configure use "int main()" instead of bare "main()".
15676              Like maint-5.005 change #2703 but now via metaconfig.
15677      Branch: cfgperl
15678            ! Configure
15679 ____________________________________________________________________________
15680 [  2765] By: jhi                                   on 1999/02/02  11:59:30
15681         Log: Undo part of change #2562.
15682      Branch: cfgperl
15683            ! Configure
15684 ____________________________________________________________________________
15685 [  2764] By: jhi                                   on 1999/02/02  11:52:39
15686         Log: NetBSD synch with maint-5.005.
15687      Branch: cfgperl
15688            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15689 ____________________________________________________________________________
15690 [  2763] By: jhi                                   on 1999/02/02  11:44:07
15691         Log: $Config{installusrbinperl}
15692              (maint-5.005 changes #2614 and #2709)
15693      Branch: cfgperl
15694            ! Configure installperl
15695 ____________________________________________________________________________
15696 [  2762] By: jhi                                   on 1999/02/02  11:29:13
15697         Log: Errno update from maint-5.005 (changes #2583, #2710).
15698      Branch: cfgperl
15699            ! Configure ext/Errno/Errno_pm.PL
15700 ____________________________________________________________________________
15701 [  2759] By: jhi                                   on 1999/02/02  10:53:20
15702         Log: Update Trig.pm from maint-5.005.
15703      Branch: cfgperl
15704            ! lib/Math/Trig.pm
15705 ____________________________________________________________________________
15706 [  2757] By: jhi                                   on 1999/02/02  10:41:26
15707         Log: MPE/iX update (mirror maint-5.005 change #2715)
15708      Branch: cfgperl
15709            ! hints/mpeix.sh mpeix/relink
15710 ____________________________________________________________________________
15711 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15712         Log: BeOS update (Mirror maint-5.005 change #2727).
15713      Branch: cfgperl
15714            + ext/DynaLoader/dl_beos.xs
15715            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15716            ! lib/ExtUtils/MM_Unix.pm
15717 ____________________________________________________________________________
15718 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15719         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15720      Branch: perl
15721            ! Porting/pumpkin.pod Todo Todo-5.005
15722 ____________________________________________________________________________
15723 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15724         Log: Todo tweaks
15725      Branch: perl
15726            ! Todo Todo-5.005
15727 ____________________________________________________________________________
15728 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15729         Log: Add perlthrtut.pod.
15730              
15731              From: Dan Sugalski <sugalskd@osshe.edu>
15732              To: perl5-porters@perl.org
15733              Subject: perlthrtut.pod
15734              Date: Mon, 01 Feb 1999 10:57:11 -0800
15735              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15736      Branch: maint-5.005/perl
15737            + pod/perlthrtut.pod
15738            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15739            ! pod/roffitall
15740 ____________________________________________________________________________
15741 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15742         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15743      Branch: perl
15744            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15745            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15746 ____________________________________________________________________________
15747 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15749              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15750              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15751              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15752      Branch: perl
15753            ! regexec.c
15754 ____________________________________________________________________________
15755 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15756         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15757              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15758              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15759              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15760      Branch: perl
15761            ! regexec.c
15762 ____________________________________________________________________________
15763 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15764         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15765              Date: Thu, 3 Dec 1998 15:10:17 -0500
15766              Message-Id: <199812032010.PAA09692@jik.shore.net>
15767              Subject: sample checksum code in "perlfunc" man page is wrong
15768      Branch: perl
15769            ! pod/perlfunc.pod
15770 ____________________________________________________________________________
15771 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15772         Log: typos in Pod/Text.pm
15773              From: "Greg Chapman" <glc@well.com>
15774              Date: Tue, 1 Dec 1998 10:50:18 -0800
15775              Message-Id: <199812011849.KAA08816@smtp.well.com>
15776              Subject: Glitch in Pod::Text
15777      Branch: perl
15778            ! lib/Pod/Text.pm
15779 ____________________________________________________________________________
15780 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15781         Log: various win32-ish changes merged from maint-5.005
15782      Branch: perl
15783            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15784            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15785            ! win32/Makefile win32/config.bc win32/config.vc
15786            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15787            ! win32/win32.c
15788 ____________________________________________________________________________
15789 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15790         Log: integrate cfgperl changes into mainline
15791      Branch: perl
15792           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15793 ____________________________________________________________________________
15794 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15795         Log: improved diagnostic on syntax errors at EOL
15796      Branch: perl
15797            ! toke.c
15798 ____________________________________________________________________________
15799 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15800         Log: don't attempt connect() to bogus IP addresses
15801              From:    Graham Barr <gbarr@pobox.com>
15802              Date:    Sun, 31 Jan 1999 21:50:45 CST
15803              Message-Id: <19990131215045.A633@pobox.com>
15804      Branch: perl
15805            ! t/lib/io_multihomed.t
15806 ____________________________________________________________________________
15807 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15808         Log: update Changes
15809      Branch: perl
15810            ! Changes pod/perldelta.pod
15811 ____________________________________________________________________________
15812 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15813         Log: CAPI inheritance tweak and doc
15814      Branch: maint-5.005/perl
15815            ! lib/ExtUtils/MakeMaker.pm
15816 ____________________________________________________________________________
15817 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15818         Log: Undo changes #2730 and #2731 and replace them
15819              with an extensively tested patch from
15820              Anton Berezin <tobez@plab.ku.dk> (via private email).
15821      Branch: maint-5.005/perl
15822            ! Makefile.SH hints/freebsd.sh
15823 ____________________________________________________________________________
15824 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15825         Log: fix bogus CAPI inheritance from change#2541
15826      Branch: maint-5.005/perl
15827            ! lib/ExtUtils/MakeMaker.pm
15828 ____________________________________________________________________________
15829 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15830         Log: FreeBSD version numbers can be like "2.2.8-release".
15831      Branch: maint-5.005/perl
15832            ! hints/freebsd.sh
15833 ____________________________________________________________________________
15834 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15835         Log: FreeBSD hints iteration (hopefully convergent).
15836              usethreads: require at least FreeBSD 2.2.8.
15837              signal type: mirror change #2429 in cfgperl.
15838      Branch: maint-5.005/perl
15839            ! hints/freebsd.sh
15840 ____________________________________________________________________________
15841 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15842         Log: From: Tom Spindler <dogcow@isi.net>
15843              Date: Thu, 28 Jan 1999 17:15:11 -0800
15844              Message-ID: <19990128171510.A11778@isi.net>
15845              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15846      Branch: maint-5.005/perl
15847            + ext/DynaLoader/dl_beos.xs
15848            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15849            ! lib/ExtUtils/MM_Unix.pm
15850 ____________________________________________________________________________
15851 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15852         Log: Remove use of File::Slurp in t/lib/textfill.t
15853      Branch: maint-5.005/perl
15854            ! t/lib/textfill.t
15855 ____________________________________________________________________________
15856 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15857         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15858              Date: Wed, 27 Jan 1999 23:14:33 -0800
15859              Message-Id: <199901280714.XAA10176@activestate.com>
15860              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15861      Branch: maint-5.005/perl
15862            ! win32/Makefile win32/makefile.mk
15863 ____________________________________________________________________________
15864 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15865         Log: missing space while munging CCFLAGS for PERL_CAPI
15866      Branch: perl
15867            ! lib/ExtUtils/MM_Unix.pm
15868 ____________________________________________________________________________
15869 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15870         Log: io/fs.t fails test #18 (sense of tests appears to have been
15871              changed incompletely; this patch just skips the test attached,
15872              a la test #17 preceding it).
15873              
15874              From: "G. Del Merritt" <del@intranetics.com>
15875              To: perlbug@perl.com
15876              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15877              Date: Tue, 26 Jan 1999 12:09:09 -0700
15878              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15879      Branch: maint-5.005/perl
15880            ! t/io/fs.t
15881 ____________________________________________________________________________
15882 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15883         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15884              
15885              From: "G. Del Merritt" <del@intranetics.com>
15886              To: perlbug@perl.com
15887              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15888              Date: Tue, 26 Jan 1999 12:09:09 -0700
15889              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15890      Branch: maint-5.005/perl
15891            ! iperlsys.h
15892 ____________________________________________________________________________
15893 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15894         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15895              To: perl5-porters@perl.org
15896              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15897              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15898              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15899      Branch: maint-5.005/perl
15900            ! hints/mpeix.sh mpeix/relink
15901 ____________________________________________________________________________
15902 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15903         Log: Errno fixes:
15904              
15905              From: Spider Boardman <spider@web.zk3.dec.com>
15906              To: perlbug@perl.com
15907              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15908              Date: Wed, 27 Jan 1999 12:27:15 -0500
15909              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15910              
15911              From: Spider Boardman <spider@web.zk3.dec.com>
15912              To: perlbug@perl.com
15913              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15914              Date: Wed, 27 Jan 1999 13:31:16 -0500
15915              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15916      Branch: maint-5.005/perl
15917            ! Configure ext/Errno/Errno_pm.PL
15918 ____________________________________________________________________________
15919 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15920         Log: Fix Configure installusrbinperl:
15921              
15922              From: Spider Boardman <spider@web.zk3.dec.com>
15923              To: jhi@iki.fi
15924              cc: perl5-porters@perl.org
15925              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15926              Date: Wed, 27 Jan 1999 13:03:35 -0500
15927              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15928      Branch: maint-5.005/perl
15929            ! Configure
15930 ____________________________________________________________________________
15931 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15932         Log: Add redef IO::Handle::* for setv?buf()
15933      Branch: maint-5.005/perl
15934            ! ext/POSIX/POSIX.pm
15935 ____________________________________________________________________________
15936 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15937         Log: Mention year-1900 and month 0..11.
15938      Branch: cfgperl
15939            ! lib/Time/Local.pm
15940 ____________________________________________________________________________
15941 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15942         Log: Document Configure -Uinstallusrbinperl.
15943      Branch: cfgperl
15944            ! INSTALL pod/perldelta.pod
15945 ____________________________________________________________________________
15946 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15947         Log: Use only xlc_r for usethreads.
15948      Branch: cfgperl
15949            ! hints/aix.sh
15950 ____________________________________________________________________________
15951 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15952         Log: integrate cfgperl changes into mainline
15953      Branch: perl
15954           +> lib/Exporter/Heavy.pm
15955           !> (integrate 65 files)
15956 ____________________________________________________________________________
15957 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15958         Log: better notes on 'make' on win32
15959      Branch: perl
15960            ! README.win32
15961 ____________________________________________________________________________
15962 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15963         Log: More de-cut-and-pastos.
15964      Branch: cfgperl
15965            ! hints/irix_6.sh hints/os2.sh
15966 ____________________________________________________________________________
15967 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15968         Log: usethreads.cbu cut-and-pasto.
15969      Branch: cfgperl
15970            ! hints/solaris_2.sh
15971 ____________________________________________________________________________
15972 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15973         Log: Better (I hope) LANGUAGE documentation.
15974      Branch: cfgperl
15975            ! pod/perllocale.pod
15976 ____________________________________________________________________________
15977 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15978         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15979              To: perl5-porters@perl.org
15980              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15981              Date: Wed, 20 Jan 1999 12:05:18 -0800
15982              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15983      Branch: cfgperl
15984            ! vms/subconfigure.com
15985 ____________________________________________________________________________
15986 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15987         Log: nosuid getmntent() branch.
15988      Branch: cfgperl
15989            ! perl.c perl.h
15990 ____________________________________________________________________________
15991 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15992         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15993      Branch: cfgperl
15994            ! Configure config_h.SH
15995 ____________________________________________________________________________
15996 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15997         Log: Fixup FindBin to use File::Spec
15998              
15999              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
16000              Date: Wed, 20 Jan 1999 18:51:57 +0000
16001              From: Paul Johnson <pjcj@transeda.com>
16002              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
16003      Branch: maint-5.005/perl
16004            ! lib/FindBin.pm
16005 ____________________________________________________________________________
16006 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
16007         Log: Fix win32 for Borland compiler and spaces in paths
16008              
16009              From: Gurusamy Sarathy <gsar@activestate.com>
16010              Date: Mon, 18 Jan 1999 20:33:17 -0800
16011              Message-Id: <199901190433.UAA03656@activestate.com>
16012              Subject: [PATCH] 5.005_03-trial3 win32 issues
16013      Branch: maint-5.005/perl
16014            ! README.win32 win32/Makefile win32/config_sh.PL
16015            ! win32/makefile.mk win32/runperl.c
16016 ____________________________________________________________________________
16017 [  2670] By: jhi                                   on 1999/01/21  16:12:38
16018         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16019              To: perl5-porters@perl.org
16020              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
16021              Date: Thu, 21 Jan 1999 12:08:01 +0000
16022              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
16023      Branch: cfgperl
16024            ! pod/perldiag.pod t/op/subst.t toke.c
16025 ____________________________________________________________________________
16026 [  2669] By: jhi                                   on 1999/01/21  16:11:46
16027         Log: To: perl5-porters@perl.org
16028              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
16029              From: Anton Berezin <tobez@plab.ku.dk>
16030              Date: 21 Jan 1999 17:07:28 +0100
16031              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
16032      Branch: cfgperl
16033            ! hints/freebsd.sh
16034 ____________________________________________________________________________
16035 [  2668] By: jhi                                   on 1999/01/21  15:38:34
16036         Log: Add Daniel Grisinger <dgris@dimensional.com>.
16037      Branch: cfgperl
16038            ! AUTHORS MAINTAIN
16039 ____________________________________________________________________________
16040 [  2667] By: jhi                                   on 1999/01/21  15:32:28
16041         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16042              To: Mailing list Perl5 <perl5-porters@perl.org>
16043              Subject: [PATCH 5.005_53] Lean Exporter.pm
16044              Date: Thu, 21 Jan 1999 03:25:23 -0500
16045              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
16046      Branch: cfgperl
16047            + lib/Exporter/Heavy.pm
16048            ! MANIFEST lib/Exporter.pm
16049 ____________________________________________________________________________
16050 [  2666] By: jhi                                   on 1999/01/21  15:24:10
16051         Log: From: "W. Phillip Moore" <wpm@ms.com>
16052              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
16053              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
16054              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
16055              Message-ID: <13988.46383.298992.97303@zappa>
16056      Branch: cfgperl
16057            ! lib/File/Path.pm
16058 ____________________________________________________________________________
16059 [  2665] By: jhi                                   on 1999/01/21  15:20:48
16060         Log: CPAN update (CPAN-1.44_54) from Andreas and
16061              jumbo doc patch from Abigail.
16062              
16063              From: abigail@fnx.com
16064              To: perl5-porters@perl.org (Perl Porters)
16065              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
16066              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
16067              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
16068              
16069              From: abigail@fnx.com
16070              To: perl5-porters@perl.org (Perl Porters)
16071              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
16072              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
16073              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
16074              
16075              From: abigail@fnx.com
16076              To: perl5-porters@perl.org (Perl Porters)
16077              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
16078              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
16079              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
16080              
16081              From: abigail@fnx.com
16082              To: perl5-porters@perl.org (Perl Porters)
16083              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
16084              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
16085              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
16086              
16087              From: abigail@fnx.com
16088              To: perl5-porters@perl.org (Perl Porters)
16089              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
16090              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
16091              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
16092              
16093              From: abigail@fnx.com
16094              To: perl5-porters@perl.org (Perl Porters)
16095              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16096              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16097              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16098              
16099              From: abigail@fnx.com
16100              To: perl5-porters@perl.org (Perl Porters)
16101              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16102              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16103              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16104              
16105              From: abigail@fnx.com
16106              To: perl5-porters@perl.org (Perl Porters)
16107              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16108              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16109              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16110              
16111              From: abigail@fnx.com
16112              To: perl5-porters@perl.org (Perl Porters)
16113              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16114              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16115              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16116              
16117              From: abigail@fnx.com
16118              To: perl5-porters@perl.org (Perl Porters)
16119              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16120              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16121              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16122              
16123              From: abigail@fnx.com
16124              To: perl5-porters@perl.org (Perl Porters)
16125              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16126              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16127              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16128              
16129              From: abigail@fnx.com
16130              To: perl5-porters@perl.org (Perl Porters)
16131              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16132              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16133              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16134              
16135              From: abigail@fnx.com
16136              To: perl5-porters@perl.org (Perl Porters)
16137              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16138              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16139              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16140      Branch: cfgperl
16141            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16142            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16143            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16144            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16145 ____________________________________________________________________________
16146 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16147         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16148              To: Mailing list Perl5 <perl5-porters@perl.org>
16149              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16150              Date: Thu, 21 Jan 1999 03:58:29 -0500
16151              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16152      Branch: cfgperl
16153            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16154 ____________________________________________________________________________
16155 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16156         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16157              To: Mailing list Perl5 <perl5-porters@perl.org>
16158              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16159              Date: Thu, 21 Jan 1999 02:46:34 -0500
16160              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
16161      Branch: cfgperl
16162            ! ext/Errno/Errno_pm.PL
16163 ____________________________________________________________________________
16164 [  2662] By: jhi                                   on 1999/01/21  14:42:42
16165         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16166              To: Francois Desarmenien <desar@club-internet.fr>
16167              Cc: Gurusamy Sarathy <gsar@activestate.com>,
16168              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
16169              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
16170              Date: 21 Jan 1999 00:17:35 -0700
16171              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
16172      Branch: cfgperl
16173            ! Porting/patching.pod
16174 ____________________________________________________________________________
16175 [  2661] By: jhi                                   on 1999/01/21  14:41:13
16176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16177              To: Mailing list Perl5 <perl5-porters@perl.org>
16178              Subject: [PATCH 5.00*] makedepend
16179              Date: Thu, 21 Jan 1999 02:08:27 -0500
16180              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
16181      Branch: cfgperl
16182            ! makedepend.SH
16183 ____________________________________________________________________________
16184 [  2660] By: jhi                                   on 1999/01/21  14:36:45
16185         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16186              To: Mailing list Perl5 <perl5-porters@perl.org>
16187              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
16188              Date: Tue, 19 Jan 1999 20:06:45 -0500
16189              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
16190      Branch: cfgperl
16191            ! os2/Changes os2/os2.c
16192 ____________________________________________________________________________
16193 [  2657] By: jhi                                   on 1999/01/21  11:40:35
16194         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16195              To: perl5-porters@perl.org
16196              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
16197              Date: Mon, 18 Jan 1999 01:32:31 PST
16198              Message-ID: <19990118093231.18443.qmail@hotmail.com>
16199      Branch: cfgperl
16200            ! ext/B/B/CC.pm
16201 ____________________________________________________________________________
16202 [  2656] By: jhi                                   on 1999/01/21  11:35:34
16203         Log: From: Achim Bohnet <ach@mpe.mpg.de>
16204              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
16205              Date: Wed, 20 Jan 1999 20:25:53 +0100
16206              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
16207      Branch: cfgperl
16208            ! pp.c
16209 ____________________________________________________________________________
16210 [  2655] By: jhi                                   on 1999/01/21  10:46:01
16211         Log: Handle NIS (and NetInfo) more robustly.
16212      Branch: cfgperl
16213            ! t/op/grent.t t/op/pwent.t
16214 ____________________________________________________________________________
16215 [  2654] By: jhi                                   on 1999/01/21  10:17:20
16216         Log: Two-argument eaccess() of SCO.
16217      Branch: cfgperl
16218            ! pp_sys.c
16219 ____________________________________________________________________________
16220 [  2653] By: jhi                                   on 1999/01/21  08:53:14
16221         Log: -DNO_NOSUID_CHECK for those platforms which have no way
16222              of checking for nosuid but still want suidperl.
16223      Branch: cfgperl
16224            ! perl.c
16225 ____________________________________________________________________________
16226 [  2652] By: jhi                                   on 1999/01/21  08:22:50
16227         Log: The LANGUAGE mirrors LC_ALL usage.
16228      Branch: cfgperl
16229            ! Configure config_h.SH
16230 ____________________________________________________________________________
16231 [  2651] By: jhi                                   on 1999/01/20  22:01:21
16232         Log: I_MNTENT was missing.
16233      Branch: cfgperl
16234            ! Configure config_h.SH
16235 ____________________________________________________________________________
16236 [  2650] By: jhi                                   on 1999/01/19  13:42:03
16237         Log: NetBSD update, based on patches from the NetBSD packages system.
16238      Branch: cfgperl
16239            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16240 ____________________________________________________________________________
16241 [  2649] By: jhi                                   on 1999/01/19  12:44:02
16242         Log: Jumbo Configure update.
16243              * -Uinstallusrbinperl: disable /usr/bin/perl installation
16244              by installperl
16245              * usethreads.cbu
16246              * use64bits.cbu
16247              * "nosuid"
16248      Branch: cfgperl
16249            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
16250            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16251            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
16252            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
16253            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
16254            ! pod/perldiag.pod
16255 ____________________________________________________________________________
16256 [  2648] By: jhi                                   on 1999/01/19  09:16:44
16257         Log: Mention /usr/share/locale.
16258      Branch: cfgperl
16259            ! pod/perllocale.pod
16260 ____________________________________________________________________________
16261 [  2647] By: jhi                                   on 1999/01/19  09:11:11
16262         Log: SHMLBA strikes back in NetBSD/sparc.
16263              
16264              From: Dave Nelson <David.Nelson@bellcow.com>
16265              To: jhi@iki.fi
16266              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
16267              Date: Mon, 18 Jan 1999 22:07:56 -0600
16268              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
16269      Branch: cfgperl
16270            ! ext/IPC/SysV/SysV.xs
16271 ____________________________________________________________________________
16272 [  2646] By: jhi                                   on 1999/01/19  08:58:17
16273         Log: Show LANGUAGE env var when needed. (Augment change #2645).
16274      Branch: cfgperl
16275            ! util.c utils/perlbug.PL
16276 ____________________________________________________________________________
16277 [  2645] By: jhi                                   on 1999/01/19  08:52:15
16278         Log: Document the GNU LANGUAGE env var.
16279      Branch: cfgperl
16280            ! pod/perllocale.pod
16281 ____________________________________________________________________________
16282 [  2644] By: jhi                                   on 1999/01/19  08:42:25
16283         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16284              To: Mailing list Perl5 <perl5-porters@perl.org>
16285              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
16286              Date: Mon, 18 Jan 1999 20:57:02 -0500
16287              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
16288      Branch: cfgperl
16289            ! pp_hot.c t/op/pat.t
16290 ____________________________________________________________________________
16291 [  2643] By: jhi                                   on 1999/01/18  11:23:41
16292         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
16293      Branch: cfgperl
16294            ! Makefile.SH
16295 ____________________________________________________________________________
16296 [  2642] By: jhi                                   on 1999/01/18  11:03:38
16297         Log: GNU libc locale system has LANGUAGE env var that partly
16298              overrides even LC_ALL.
16299      Branch: cfgperl
16300            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
16301 ____________________________________________________________________________
16302 [  2641] By: jhi                                   on 1999/01/18  10:55:04
16303         Log: Integrate from mainperl.
16304      Branch: cfgperl
16305           +> ext/B/defsubs.h.PL
16306            ! t/op/groups.t
16307           !> (integrate 38 files)
16308 ____________________________________________________________________________
16309 [  2640] By: gsar                                  on 1999/01/18  10:06:29
16310         Log: a few random cleanups
16311      Branch: perl
16312            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
16313 ____________________________________________________________________________
16314 [  2639] By: gsar                                  on 1999/01/18  05:56:21
16315         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
16316              Date:    Sun, 17 Jan 1999 16:41:10 PST
16317              Message-Id: <19990118004111.29667.qmail@hotmail.com>
16318              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
16319      Branch: perl
16320            ! ext/B/B/C.pm
16321 ____________________________________________________________________________
16322 [  2638] By: gsar                                  on 1999/01/18  05:41:21
16323         Log: From:    jan.dubois@ibm.net (Jan Dubois)
16324              Date:    Mon, 18 Jan 1999 00:37:41 +0100
16325              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
16326              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
16327      Branch: perl
16328            ! dump.c
16329 ____________________________________________________________________________
16330 [  2633] By: gsar                                  on 1999/01/17  13:39:59
16331         Log: bogus assert()
16332      Branch: perl
16333            ! pp.c t/op/groups.t
16334 ____________________________________________________________________________
16335 [  2632] By: gsar                                  on 1999/01/17  13:22:04
16336         Log: various tweaks for clean build and test on win32
16337      Branch: perl
16338            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
16339            ! op.c t/pragma/warn/doio
16340 ____________________________________________________________________________
16341 [  2631] By: gsar                                  on 1999/01/17  12:28:06
16342         Log: undo change#2336, and add clarification about subversive
16343              CPAN distributions from Andreas Koenig
16344      Branch: perl
16345            ! Porting/pumpkin.pod lib/CPAN.pm
16346 ____________________________________________________________________________
16347 [  2630] By: gsar                                  on 1999/01/17  12:04:06
16348         Log: fix silent taint failures under -U
16349      Branch: perl
16350            ! doio.c
16351 ____________________________________________________________________________
16352 [  2629] By: gsar                                  on 1999/01/17  12:00:23
16353         Log: sanity check piped opens (tweaked version of patch suggested
16354              by Mark-Jason Dominus)
16355      Branch: perl
16356            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
16357            ! t/op/taint.t t/pragma/warn/doio
16358 ____________________________________________________________________________
16359 [  2628] By: gsar                                  on 1999/01/17  11:26:21
16360         Log: regen headers
16361      Branch: perl
16362            ! embed.h embedvar.h objXSUB.h
16363 ____________________________________________________________________________
16364 [  2627] By: gsar                                  on 1999/01/17  11:23:37
16365         Log: PERL_OBJECTness for change#2595
16366      Branch: perl
16367            ! embed.pl op.c pod/perlport.pod proto.h
16368 ____________________________________________________________________________
16369 [  2626] By: gsar                                  on 1999/01/17  09:47:07
16370         Log: PERL_OBJECT tweaks for change#2426
16371      Branch: perl
16372            ! embed.pl proto.h regcomp.c
16373 ____________________________________________________________________________
16374 [  2625] By: gsar                                  on 1999/01/17  09:37:58
16375         Log: documentation in change#2596 is not quite right; fix it
16376      Branch: perl
16377            ! lib/Math/BigFloat.pm pod/perlguts.pod
16378 ____________________________________________________________________________
16379 [  2624] By: gsar                                  on 1999/01/17  09:28:34
16380         Log: undo change#2571; C<use File::Spec> instead
16381      Branch: perl
16382            ! lib/FindBin.pm
16383 ____________________________________________________________________________
16384 [  2623] By: gsar                                  on 1999/01/17  09:20:42
16385         Log: change#2572 is not applicable; undo, retaining scan_bin addition
16386              to global.sym
16387      Branch: perl
16388            ! global.sym perl.c proto.h
16389 ____________________________________________________________________________
16390 [  2622] By: gsar                                  on 1999/01/17  09:17:42
16391         Log: change#2576 is based on a wrong premise; undo it
16392      Branch: perl
16393            ! pp_ctl.c
16394 ____________________________________________________________________________
16395 [  2621] By: gsar                                  on 1999/01/17  09:12:42
16396         Log: fix change#2602 to not used hard coded constants
16397      Branch: perl
16398            ! ext/B/B/C.pm ext/B/defsubs.h.PL
16399 ____________________________________________________________________________
16400 [  2620] By: gsar                                  on 1999/01/17  09:02:07
16401         Log: integrate cfgperl changes into mainline, fix conflicts
16402      Branch: perl
16403           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
16404           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
16405           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
16406           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
16407           +> pod/perlopentut.pod
16408           !> (integrate 162 files)
16409 ____________________________________________________________________________
16410 [  2619] By: gsar                                  on 1999/01/17  08:42:04
16411         Log: a few doc typos
16412      Branch: perl
16413            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
16414 ____________________________________________________________________________
16415 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
16416         Log: Win32 changes from Jan
16417              
16418              From: jan.dubois@ibm.net (Jan Dubois)
16419              Date: Fri, 15 Jan 1999 23:38:35 +0100
16420              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
16421              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
16422              
16423              From: jan.dubois@ibm.net (Jan Dubois)
16424              Date: Sat, 16 Jan 1999 13:02:45 +0100
16425              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
16426              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
16427      Branch: maint-5.005/perl
16428            ! README.win32 win32/Makefile win32/makefile.mk
16429 ____________________________________________________________________________
16430 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
16431         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
16432              
16433              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16434              Date: Thu, 07 Jan 1999 00:12:00 -0500
16435              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
16436              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16437              
16438              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16439              Date: Thu, 14 Jan 1999 19:21:46 -0500
16440              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
16441              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16442      Branch: maint-5.005/perl
16443            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
16444            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
16445            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
16446            ! win32/makedef.pl win32/runperl.c win32/win32.c
16447 ____________________________________________________________________________
16448 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
16449         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16450              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
16451              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
16452              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
16453              
16454              From: Jarkko Hietaniemi <jhi@iki.fi>
16455              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
16456              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
16457              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
16458              
16459              From: Jarkko Hietaniemi <jhi@iki.fi>
16460              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
16461              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
16462              Subject: the promised "installusrbinperl + NetBSD" fix
16463      Branch: maint-5.005/perl
16464            ! Configure Makefile.SH hints/netbsd.sh installperl
16465            ! makedepend.SH unixish.h
16466 ____________________________________________________________________________
16467 [  2611] By: jhi                                   on 1999/01/14  12:16:14
16468         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16469              To: pumpkings@jhereg.perl.com
16470              Subject: perlopentut.pod
16471              Date: Sat, 09 Jan 1999 08:13:18 -0700
16472              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
16473      Branch: cfgperl
16474            + pod/perlopentut.pod
16475            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
16476 ____________________________________________________________________________
16477 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
16478         Log: Added Carp::cluck to perldelta.pod
16479      Branch: maint-5.005/perl
16480            ! pod/perldelta.pod
16481 ____________________________________________________________________________
16482 [  2605] By: jhi                                   on 1999/01/13  18:26:19
16483         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
16484              To: "'cpan@perl.org'" <cpan@perl.org>
16485              Subject: "Bug" fix for File::Find.pm
16486              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16487              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16488      Branch: cfgperl
16489            ! lib/File/Find.pm
16490 ____________________________________________________________________________
16491 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16492         Log: From: Peter Wolfe <wolfe@teloseng.com>
16493              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16494              To: perlbug@perl.com
16495              Date: 11 Jan 1999 23:00:05 +0200
16496              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16497      Branch: cfgperl
16498            ! hints/sco.sh
16499 ____________________________________________________________________________
16500 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16501         Log: From: hans@icgroup.nl (Hans Mulder)
16502              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16503              To: perlbug@perl.com
16504              Cc: hansmu@xs4all.nl
16505              Date: 11 Jan 1999 22:22:45 +0200
16506              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16507      Branch: cfgperl
16508            ! ext/re/re.pm regcomp.c
16509 ____________________________________________________________________________
16510 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16511         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16512              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16513              Date: 11 Jan 1999 08:02:41 +0200
16514              Lines: 134
16515              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
16516      Branch: cfgperl
16517            ! ext/B/B.xs ext/B/B/C.pm
16518 ____________________________________________________________________________
16519 [  2601] By: jhi                                   on 1999/01/13  18:01:53
16520         Log: From: James FitzGibbon <james@ican.net>
16521              Subject: Trivial patch for HP-UX 11 and shared libperl
16522              To: perl5-porters@perl.org
16523              Date: 8 Jan 1999 19:13:23 +0200
16524              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
16525      Branch: cfgperl
16526            ! Makefile.SH
16527 ____________________________________________________________________________
16528 [  2600] By: jhi                                   on 1999/01/13  17:59:45
16529         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16530              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
16531              To: perl5-porters@perl.org
16532              Date: 8 Jan 1999 12:43:36 +0200
16533              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
16534      Branch: cfgperl
16535            ! ext/B/B/CC.pm
16536 ____________________________________________________________________________
16537 [  2599] By: jhi                                   on 1999/01/13  17:50:11
16538         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16539              Subject: PATCH to installperl
16540              To: perl5-porters@perl.org
16541              Date: 4 Jan 1999 16:15:18 +0200
16542              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
16543      Branch: cfgperl
16544            ! installperl
16545 ____________________________________________________________________________
16546 [  2598] By: jhi                                   on 1999/01/13  17:34:51
16547         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16548              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
16549              Cc: perl5-porters@perl.org
16550              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
16551              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
16552              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
16553      Branch: cfgperl
16554            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16555            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16556 ____________________________________________________________________________
16557 [  2597] By: jhi                                   on 1999/01/13  17:30:33
16558         Log: From: David Dyck <dcd@tc.fluke.com>
16559              To: Perl Porters <perl5-porters@perl.org>,
16560              Gurusamy Sarathy <gsar@engin.umich.edu>
16561              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
16562              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
16563              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
16564      Branch: cfgperl
16565            ! pod/perldsc.pod
16566 ____________________________________________________________________________
16567 [  2596] By: jhi                                   on 1999/01/13  17:26:44
16568         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16569              To: perl5-porters@perl.org
16570              Subject: [PATCH] modglobal w/ spelling fixes
16571              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
16572              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
16573      Branch: cfgperl
16574            ! pod/perlguts.pod
16575 ____________________________________________________________________________
16576 [  2595] By: jhi                                   on 1999/01/13  17:24:59
16577         Log: From: Hans Mulder <hansm@icgroup.nl>
16578              Optimize common sort routines.  Thread started by the message
16579              
16580              From: Hans Mulder <hansm@icgroup.nl>
16581              Sender: owner-perl5-porters@perl.org
16582              To: perl5-porters@perl.org
16583              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
16584              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
16585              
16586              and the patch from the message
16587              
16588              From: Hans Mulder <hans@icgroup.nl>
16589              To: jhi@iki.fi
16590              Cc: perl5-porters@perl.org
16591              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
16592              $b }
16593              Date: Wed, 13 Jan 1999 17:39:35 +0100
16594              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
16595      Branch: cfgperl
16596            ! Todo op.c op.h pp_ctl.c t/op/sort.t
16597 ____________________________________________________________________________
16598 [  2594] By: jhi                                   on 1999/01/13  16:50:17
16599         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
16600              (the diffs were based on 5.004_02).  Tested by Guido
16601              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
16602      Branch: cfgperl
16603            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
16604            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
16605            + mint/sys/time.h mint/time.h
16606            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
16607            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
16608 ____________________________________________________________________________
16609 [  2593] By: jhi                                   on 1999/01/09  16:54:26
16610         Log: Detypo.
16611      Branch: cfgperl
16612            ! hints/dec_osf.sh
16613 ____________________________________________________________________________
16614 [  2592] By: jhi                                   on 1999/01/09  16:17:13
16615         Log: Move usethreads and use64bits logic from hints to Configure.
16616      Branch: cfgperl
16617            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
16618            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16619            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16620            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16621 ____________________________________________________________________________
16622 [  2591] By: jhi                                   on 1999/01/09  14:45:24
16623         Log: Missing dTHRs added.
16624      Branch: cfgperl
16625            ! regcomp.c toke.c
16626 ____________________________________________________________________________
16627 [  2590] By: jhi                                   on 1999/01/08  15:27:17
16628         Log: Finalize change #2589 and add better AIX nm scanning from:
16629              
16630              Message-Id: <m0zyNW0-00017VC@gentoo.com>
16631              From: bll@gentoo.com (Brad Lanam)
16632              Subject: Re: mailhelp returned a non-zero status
16633              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
16634              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
16635      Branch: cfgperl
16636            ! Configure hints/freebsd.sh hints/linux.sh
16637 ____________________________________________________________________________
16638 [  2589] By: jhi                                   on 1999/01/08  15:14:54
16639         Log: Undo change #2581.
16640      Branch: cfgperl
16641            ! Configure hints/freebsd.sh hints/linux.sh
16642 ____________________________________________________________________________
16643 [  2588] By: jhi                                   on 1999/01/08  11:51:52
16644         Log: FAQ jumbo patch from tchrist.
16645              
16646              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
16647              From: Tom Christiansen <tchrist@jhereg.perl.com>
16648              To: pumpkings@jhereg.perl.com
16649              Subject: newest version of perlfaq.pod
16650              Date: Thu, 7 Jan 1999 23:05:02 -0700
16651              
16652              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
16653              From: Tom Christiansen <tchrist@jhereg.perl.com>
16654              To: pumpkings@jhereg.perl.com
16655              Subject: newest version of perlfaq1.pod
16656              Date: Thu, 7 Jan 1999 23:05:02 -0700
16657              
16658              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
16659              From: Tom Christiansen <tchrist@jhereg.perl.com>
16660              To: pumpkings@jhereg.perl.com
16661              Subject: newest version of perlfaq2.pod
16662              Date: Thu, 7 Jan 1999 23:05:02 -0700
16663              
16664              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
16665              From: Tom Christiansen <tchrist@jhereg.perl.com>
16666              To: pumpkings@jhereg.perl.com
16667              Subject: newest version of perlfaq3.pod
16668              Date: Thu, 7 Jan 1999 23:05:02 -0700
16669              
16670              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
16671              From: Tom Christiansen <tchrist@jhereg.perl.com>
16672              To: pumpkings@jhereg.perl.com
16673              Subject: newest version of perlfaq4.pod
16674              Date: Thu, 7 Jan 1999 23:05:02 -0700
16675              
16676              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
16677              From: Tom Christiansen <tchrist@jhereg.perl.com>
16678              To: pumpkings@jhereg.perl.com
16679              Subject: newest version of perlfaq5.pod
16680              Date: Thu, 7 Jan 1999 23:05:02 -0700
16681              
16682              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
16683              From: Tom Christiansen <tchrist@jhereg.perl.com>
16684              To: pumpkings@jhereg.perl.com
16685              Subject: newest version of perlfaq6.pod
16686              Date: Thu, 7 Jan 1999 23:05:02 -0700
16687              
16688              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
16689              From: Tom Christiansen <tchrist@jhereg.perl.com>
16690              To: pumpkings@jhereg.perl.com
16691              Subject: newest version of perlfaq7.pod
16692              Date: Thu, 7 Jan 1999 23:05:03 -0700
16693              
16694              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
16695              From: Tom Christiansen <tchrist@jhereg.perl.com>
16696              To: pumpkings@jhereg.perl.com
16697              Subject: newest version of perlfaq8.pod
16698              Date: Thu, 7 Jan 1999 23:05:03 -0700
16699              
16700              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
16701              From: Tom Christiansen <tchrist@jhereg.perl.com>
16702              To: pumpkings@jhereg.perl.com
16703              Subject: newest version of perlfaq9.pod
16704              Date: Thu, 7 Jan 1999 23:05:03 -0700
16705      Branch: cfgperl
16706            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16707            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16708            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16709            ! pod/perlfaq9.pod
16710 ____________________________________________________________________________
16711 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16712         Log: More doc fixes from Abigail.
16713      Branch: cfgperl
16714            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16715            ! lib/User/pwent.pm
16716 ____________________________________________________________________________
16717 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16718         Log: Change #2584 from maint-5.005:
16719              
16720              implemented Ilya's suggested fix, and added a testcase
16721              
16722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16723              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16724              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16725              Subject: Re: Text::ParseWords: regex fix
16726      Branch: cfgperl
16727            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16728 ____________________________________________________________________________
16729 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16730         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16731              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16732              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16733              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16734      Branch: maint-5.005/perl
16735            ! ext/Errno/Errno_pm.PL
16736 ____________________________________________________________________________
16737 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16738         Log: Configure update:
16739              - usethreads, use64bits, and usemultiplicity
16740              are no more interactively asked by Configure
16741              - "int main()" (vs bare "main()") enforced in test programs
16742      Branch: cfgperl
16743            ! Configure hints/freebsd.sh hints/linux.sh
16744 ____________________________________________________________________________
16745 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16746         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16747              Date: Wed, 06 Jan 1999 13:47:34 -0800
16748              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16749              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16750      Branch: cfgperl
16751            ! vms/vms.c
16752 ____________________________________________________________________________
16753 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16754         Log: Another set of doc patches from Abigail
16755              
16756              From: abigail@fnx.com
16757              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16758              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16759              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16760              
16761              From: abigail@fnx.com
16762              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16763              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16764              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16765              
16766              From: abigail@fnx.com
16767              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16768              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16769              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16770              
16771              From: abigail@fnx.com
16772              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16773              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16774              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16775              
16776              From: abigail@fnx.com
16777              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16778              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16779              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16780              
16781              From: abigail@fnx.com
16782              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16783              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16784              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16785              
16786              From: abigail@fnx.com
16787              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16788              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16789              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16790              
16791              From: abigail@fnx.com
16792              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16793              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16794              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16795              
16796              From: abigail@fnx.com
16797              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16798              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16799              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16800              
16801              From: abigail@fnx.com
16802              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16803              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16804              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16805              
16806              From: abigail@fnx.com
16807              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16808              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16809              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16810              
16811              From: abigail@fnx.com
16812              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16813              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16814              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16815              
16816              From: abigail@fnx.com
16817              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16818              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16819              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16820              
16821              From: abigail@fnx.com
16822              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16823              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16824              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16825      Branch: cfgperl
16826            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16827            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16828            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16829            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16830            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16831 ____________________________________________________________________________
16832 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16833         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16834      Branch: cfgperl
16835            ! pp_ctl.c
16836 ____________________________________________________________________________
16837 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16838         Log: Enhance the great_circle_distance() documentation.
16839      Branch: cfgperl
16840            ! lib/Math/Trig.pm
16841 ____________________________________________________________________________
16842 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16843         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16844              To: perlbug@perl.com
16845              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16846              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16847              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16848      Branch: cfgperl
16849            ! t/op/sysio.t
16850 ____________________________________________________________________________
16851 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16852         Log: From: "W. Phillip Moore" <wpm@ms.com>
16853              To: perlbug@perl.org
16854              Subject: [PATCH] POSIX getpgrp is not -w clean
16855              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16856              Message-ID: <13970.20107.190314.549471@zappa>
16857      Branch: cfgperl
16858            ! ext/POSIX/POSIX.pm
16859 ____________________________________________________________________________
16860 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16861         Log: Based on
16862              From: jan.dubois@ibm.net (Jan Dubois)
16863              To: perl5-porters@perl.org
16864              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16865              Date: Wed, 06 Jan 1999 01:24:09 +0100
16866              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16867              except that
16868              - objXSUB.h was already okay
16869              - embed.h patching is futile, global.sym patched instead
16870              - objpp.h does not exist
16871              - proto.h addition applied manually
16872              - win32/GenCAPI.pl was already okay
16873              - win32/makedef.pl was already okay
16874      Branch: cfgperl
16875            ! global.sym perl.c proto.h
16876 ____________________________________________________________________________
16877 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16878         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16879              To: perlbug@perl.com
16880              Subject: FindBin.pm on Win32 systems
16881              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16882              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16883      Branch: cfgperl
16884            ! lib/FindBin.pm
16885 ____________________________________________________________________________
16886 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16887         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16888              To: perl5-porters@perl.org, vmsperl@perl.org
16889              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16890              Date: Tue, 05 Jan 1999 16:47:31 -0800
16891              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16892              
16893              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16894              it was a leftover from #2569)
16895      Branch: cfgperl
16896            ! ext/IO/lib/IO/Socket.pm taint.c
16897 ____________________________________________________________________________
16898 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16899         Log: Jumbo doc patch from Abigail (almost identical to
16900              the 5.005-maint change #2562 except for the
16901              ext/IO/lib/IO/Socket.pm patch which was not
16902              applicable because the IO version of 5.005-devel
16903              is somewhat different (why?))
16904              
16905              From: abigail@fnx.com
16906              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16907              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16908              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16909              
16910              From: abigail@fnx.com
16911              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16912              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16913              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16914              
16915              From: abigail@fnx.com
16916              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16917              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16918              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16919              
16920              From: abigail@fnx.com
16921              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16922              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16923              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16924              
16925              From: abigail@fnx.com
16926              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16927              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16928              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16929              
16930              From: abigail@fnx.com
16931              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16932              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16933              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16934              
16935              From: abigail@fnx.com
16936              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16937              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16938              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16939              
16940              From: abigail@fnx.com
16941              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16942              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16943              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16944              
16945              From: abigail@fnx.com
16946              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16947              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16948              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16949              
16950              From: abigail@fnx.com
16951              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16952              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16953              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16954      Branch: cfgperl
16955            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16956            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16957            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16958            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16959            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16960 ____________________________________________________________________________
16961 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16962         Log: From: jan.dubois@ibm.net (Jan Dubois)
16963              Date: Wed, 06 Jan 1999 01:24:09 +0100
16964              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16965              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16966      Branch: maint-5.005/perl
16967            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16968            ! win32/GenCAPI.pl win32/makedef.pl
16969 ____________________________________________________________________________
16970 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16971         Log: From: "W. Phillip Moore" <wpm@ms.com>
16972              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16973              Message-ID: <13970.20107.190314.549471@zappa>
16974              Subject: [PATCH] POSIX getpgrp is not -w clean
16975      Branch: maint-5.005/perl
16976            ! ext/POSIX/POSIX.pm
16977 ____________________________________________________________________________
16978 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16979         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16980              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16981              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16982              Subject: FindBin.pm on Win32 systems
16983      Branch: maint-5.005/perl
16984            ! lib/FindBin.pm
16985 ____________________________________________________________________________
16986 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16987         Log: Reword the setlocale() 1-arg case better.
16988      Branch: cfgperl
16989            ! ext/POSIX/POSIX.pod
16990 ____________________________________________________________________________
16991 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16992         Log: From: Blair Zajac <bzajac@geostaff.com>
16993              Date: Wed, 23 Dec 1998 17:13:32 -0800
16994              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16995              Subject: Tie::SubstrHash patch
16996      Branch: maint-5.005/perl
16997            ! lib/Tie/SubstrHash.pm
16998 ____________________________________________________________________________
16999 [  2554] By: jhi                                   on 1999/01/02  14:55:06
17000         Log: Object destruction order testing.
17001      Branch: cfgperl
17002            ! t/op/misc.t
17003 ____________________________________________________________________________
17004 [  2553] By: jhi                                   on 1999/01/02  14:49:40
17005         Log: perldelta the Dumpvalue.pm of change #2513.
17006      Branch: cfgperl
17007            ! lib/Dumpvalue.pm pod/perldelta.pod
17008 ____________________________________________________________________________
17009 [  2552] By: nick                                  on 1999/01/02  14:45:38
17010         Log: Tone down Makefile.PL so it works on Win32
17011      Branch: perl
17012            ! ext/B/Makefile.PL
17013 ____________________________________________________________________________
17014 [  2551] By: nick                                  on 1999/01/02  14:06:30
17015         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
17016              Use them in various B::* rather than have local defs.
17017      Branch: perl
17018            + ext/B/defsubs.h.PL
17019            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
17020            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
17021            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
17022 ____________________________________________________________________________
17023 [  2550] By: nick                                  on 1999/01/02  10:04:02
17024         Log: Integrate ext/B changes from //depot/cfgperl
17025      Branch: perl
17026           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17027 ____________________________________________________________________________
17028 [  2549] By: jhi                                   on 1999/01/01  13:54:16
17029         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
17030              To: perlbug@perl.com
17031              Subject: op/groups.t fails test 1 on HP-UX 10.20
17032              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
17033              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
17034      Branch: cfgperl
17035            ! t/op/groups.t
17036 ____________________________________________________________________________
17037 [  2548] By: jhi                                   on 1999/01/01  13:53:31
17038         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17039              To: perl5-porters@perl.org
17040              cc: hv@crypt0.demon.co.uk
17041              Subject: [bug 5.004_54] duplicate error message
17042              Date: Thu, 31 Dec 1998 04:05:25 +0000
17043              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
17044              
17045              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
17046              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17047              To: hv@crypt0.demon.co.uk
17048              Cc: perl5-porters@perl.org
17049              Subject: [PATCH _54] Re: duplicate error message
17050              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
17051              
17052              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
17053              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17054              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
17055              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
17056              Subject: [TEST PATCH _54] Re: duplicate error message 
17057              Date: Fri, 01 Jan 1999 07:32:14 +0000
17058      Branch: cfgperl
17059            ! op.c t/pragma/warn/op
17060 ____________________________________________________________________________
17061 [  2547] By: jhi                                   on 1998/12/31  14:15:04
17062         Log: From: Chris Nandor <pudge@pobox.com>
17063              To: jhi@iki.fi
17064              Cc: perl5-porters@perl.org
17065              Subject: Re: [PATCH] perlport.pod 1.38
17066              Date: Thu, 31 Dec 1998 09:06:48 -0500
17067              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
17068      Branch: cfgperl
17069            ! pod/perlport.pod
17070 ____________________________________________________________________________
17071 [  2546] By: jhi                                   on 1998/12/31  11:18:17
17072         Log: From: Wilson P. Snyder II
17073              To: perl5-porters@perl.org
17074              Subject: [PATCH v5.5.53] REV2: Binary number support
17075              Date: 1998/11/30
17076              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
17077      Branch: cfgperl
17078            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
17079            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
17080            ! toke.c util.c
17081 ____________________________________________________________________________
17082 [  2545] By: jhi                                   on 1998/12/31  09:27:40
17083         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17084              To: perlbug@perl.com
17085              Subject: "perl -T -P" dumps core on OpenBSD and Linux
17086              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
17087              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
17088      Branch: cfgperl
17089            ! taint.c
17090 ____________________________________________________________________________
17091 [  2544] By: jhi                                   on 1998/12/31  09:21:45
17092         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
17093              To: perlbug@perl.com 
17094              Subject: bug in pod2man search for perl binary [5.005_5x]
17095              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17096              Message-ID: <19981212230851.A20578@ig.co.uk> 
17097      Branch: cfgperl
17098            ! pod/pod2man.PL
17099 ____________________________________________________________________________
17100 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17101         Log: From: jan.dubois@ibm.net (Jan Dubois)
17102              Date: Wed, 23 Dec 1998 21:26:38 +0100
17103              Message-ID: <36895086.8849224@smtp1.ibm.net>
17104              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17105      Branch: maint-5.005/perl
17106            ! lib/ExtUtils/MakeMaker.pm
17107 ____________________________________________________________________________
17108 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17109         Log: Evermore AUTHORS and MAINTAIN.
17110      Branch: cfgperl
17111            ! AUTHORS MAINTAIN
17112 ____________________________________________________________________________
17113 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17114         Log: More AUTHORS and MAINTAIN.
17115      Branch: cfgperl
17116            ! AUTHORS MAINTAIN
17117 ____________________________________________________________________________
17118 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17119         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17120              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17121              Message-ID: <13942.32480.700000.640927@utensil>
17122              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17123              (mirror change#2531 in the 5.005-maint)
17124      Branch: cfgperl
17125            ! lib/AutoSplit.pm
17126 ____________________________________________________________________________
17127 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17128         Log: change in_pod pattern to /^=\w/ from /^=/
17129              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17130              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17131              Message-ID: <13942.32480.700000.640927@utensil>
17132              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17133      Branch: maint-5.005/perl
17134            ! lib/AutoSplit.pm
17135 ____________________________________________________________________________
17136 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17137         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17138              To: perl5-porters@perl.org
17139              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17140              Date: 16 Dec 1998 03:17:03 +0200
17141              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17142      Branch: cfgperl
17143            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17144 ____________________________________________________________________________
17145 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17146         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17147              To: perl5-porters@perl.org
17148              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17149              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17150              Date: 10 Dec 1998 08:30:02 +0200
17151              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17152              
17153              (Nick's part was applied earlier, in change #2460)
17154      Branch: cfgperl
17155            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17156 ____________________________________________________________________________
17157 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17158         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17159              To: nick@ni-s.u-net.com
17160              Cc: perl5-porters@perl.org
17161              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
17162              Date: 9 Dec 1998 06:50:30 +0200
17163              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
17164      Branch: cfgperl
17165            ! ext/B/B/CC.pm
17166 ____________________________________________________________________________
17167 [  2522] By: jhi                                   on 1998/12/29  12:15:18
17168         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
17169              To: perl5-porters@perl.org (Perl 5 Porters)
17170              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
17171              Date: 25 Dec 1998 23:02:28 +0200
17172              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
17173      Branch: cfgperl
17174            ! lib/Pod/Text.pm
17175 ____________________________________________________________________________
17176 [  2521] By: jhi                                   on 1998/12/29  12:07:54
17177         Log: Undo #2519 (breaks universal.c).
17178      Branch: cfgperl
17179            ! XSUB.h
17180 ____________________________________________________________________________
17181 [  2519] By: jhi                                   on 1998/12/29  11:41:10
17182         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17183              To: perl5-porters@perl.org
17184              Cc: perl-xs@perl.org
17185              Subject: XSUB.h refinement [PATCH]
17186              Date: 18 Dec 1998 03:58:44 +0200
17187              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
17188      Branch: cfgperl
17189            ! XSUB.h
17190 ____________________________________________________________________________
17191 [  2518] By: jhi                                   on 1998/12/29  11:36:19
17192         Log: From: abigail@fnx.com
17193              To: perl5-porters@perl.org (Perl Porters)
17194              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
17195              Date: 28 Dec 1998 21:39:15 +0200
17196              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
17197      Branch: cfgperl
17198            ! lib/fields.pm
17199 ____________________________________________________________________________
17200 [  2517] By: jhi                                   on 1998/12/29  11:35:03
17201         Log: Document change #2516.
17202      Branch: cfgperl
17203            ! pod/perldelta.pod
17204 ____________________________________________________________________________
17205 [  2516] By: jhi                                   on 1998/12/29  11:32:26
17206         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17207              To: perl5-porters@perl.org (Mailing list Perl5)
17208              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
17209              Date: 9 Dec 1998 10:39:31 +0200
17210              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
17211      Branch: cfgperl
17212            ! pod/perldiag.pod regcomp.c toke.c
17213 ____________________________________________________________________________
17214 [  2515] By: jhi                                   on 1998/12/29  11:27:11
17215         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17216              To: perl5-porters@perl.org (Mailing list Perl5)
17217              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
17218              Date: 8 Dec 1998 09:02:04 +0200
17219              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
17220              
17221              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
17222      Branch: cfgperl
17223            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
17224 ____________________________________________________________________________
17225 [  2514] By: jhi                                   on 1998/12/29  11:21:31
17226         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17227              To: perl5-porters@perl.org (Mailing list Perl5)
17228              Subject: [PATCH 5.005_53] Regexp tests and UTF8
17229              Date: 8 Dec 1998 07:02:01 +0200
17230              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
17231      Branch: cfgperl
17232            ! regcomp.c
17233 ____________________________________________________________________________
17234 [  2513] By: jhi                                   on 1998/12/29  11:18:34
17235         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17236              Subject: [PATCH 5.005_*] Dumpvar.pm
17237              To: perl5-porters@perl.org (Mailing list Perl5)
17238              Date: 7 Dec 1998 10:17:35 +0200
17239              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
17240      Branch: cfgperl
17241            + lib/Dumpvalue.pm
17242            ! MANIFEST
17243 ____________________________________________________________________________
17244 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
17245         Log: From: jan.dubois@ibm.net (Jan Dubois)
17246              Date: Tue, 01 Dec 1998 00:07:33 +0100
17247              Message-ID: <366921b5.14512598@smtp1.ibm.net>
17248              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
17249              
17250              From: jan.dubois@ibm.net (Jan Dubois)
17251              Date: Wed, 02 Dec 1998 00:24:54 +0100
17252              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
17253              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
17254      Branch: maint-5.005/perl
17255            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
17256            ! win32/config.bc win32/config.gc win32/config.vc
17257            ! win32/config_sh.PL win32/makedef.pl
17258 ____________________________________________________________________________
17259 [  2509] By: jhi                                   on 1998/12/28  13:00:31
17260     Log: Kickstart AUTHORS and MAINTAIN.
17261  Branch: cfgperl
17262        + AUTHORS MAINTAIN
17263        ! MANIFEST
17264 ____________________________________________________________________________
17265 [  2508] By: jhi                                   on 1998/12/28  08:04:00
17266     Log: From: Nathan Torkington <gnat@frii.com>
17267          To: perlbug@perl.com
17268          Subject: [PATCH] perlxstut.pod fix
17269          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
17270          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
17271  Branch: cfgperl
17272        ! pod/perlxstut.pod
17273 ____________________________________________________________________________
17274 [  2507] By: jhi                                   on 1998/12/28  07:59:00
17275     Log: From: abigail@fnx.com
17276          To: perlbug@perl.com
17277          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
17278          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
17279          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
17280          (slightly modified, a part of the patch was rejected)
17281          (strange, I thought I had already submitted this one
17282          but Perforce disagrees with me...)
17283  Branch: cfgperl
17284        ! pod/perlop.pod
17285 ____________________________________________________________________________
17286 [  2506] By: jhi                                   on 1998/12/28  07:56:59
17287     Log: From: Artur <artur@vogon-solutions.com>
17288          To: perlbug@perl.com
17289          Subject: PATCH: perlmodlib.pod
17290          Date: Fri, 25 Dec 1998 00:48:39 +0000
17291          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
17292  Branch: cfgperl
17293        ! pod/perlmodlib.pod pod/perlop.pod
17294 ____________________________________________________________________________
17295 [  2505] By: jhi                                   on 1998/12/28  07:46:06
17296     Log: From: abigail@fnx.com
17297          To: perl5-porters@perl.org (Perl Porters)
17298          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
17299          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
17300          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
17301  Branch: cfgperl
17302        ! pod/pod2html.PL
17303 ____________________________________________________________________________
17304 [  2504] By: jhi                                   on 1998/12/28  07:44:35
17305     Log: From: Jim Avera <avera@fjst.com>
17306          To: perlbug@perl.com
17307          Subject: perlbug bug - shows dates reversed
17308          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
17309          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
17310  Branch: cfgperl
17311        ! utils/perlbug.PL
17312 ____________________________________________________________________________
17313 [  2503] By: jhi                                   on 1998/12/28  07:41:39
17314     Log: From: jan.dubois@ibm.net (Jan Dubois)
17315          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
17316          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17317          Date: Wed, 23 Dec 1998 21:26:38 +0100
17318          Message-ID: <36895086.8849224@smtp1.ibm.net>
17319  Branch: cfgperl
17320        ! lib/ExtUtils/MakeMaker.pm
17321 ____________________________________________________________________________
17322 [  2502] By: jhi                                   on 1998/12/28  07:39:20
17323     Log: From: Blair Zajac <bzajac@geostaff.com>
17324          To: perl5-porters@perl.org
17325          Subject: Tie::SubstrHash patch
17326          Date: Wed, 23 Dec 1998 17:13:32 -0800
17327          Message-ID: <3681953C.8B6A90AA@geostaff.com>
17328  Branch: cfgperl
17329        ! lib/Tie/SubstrHash.pm
17330 ____________________________________________________________________________
17331 [  2501] By: jhi                                   on 1998/12/28  07:37:16
17332     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
17333          To: perlbug@perl.com
17334          Subject: perlfaq9 minor error
17335          Date: Wed, 23 Dec 1998 14:54:19 -0800
17336          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
17337  Branch: cfgperl
17338        ! pod/perlfaq9.pod
17339 ____________________________________________________________________________
17340 [  2500] By: jhi                                   on 1998/12/23  10:38:18
17341     Log: More porting notes about filesystems, AmigaOS, and MiNT.
17342  Branch: cfgperl
17343        ! pod/perlport.pod
17344 ____________________________________________________________________________
17345 [  2499] By: jhi                                   on 1998/12/22  09:26:49
17346     Log: Add few MSG_ and uio constants.
17347  Branch: cfgperl
17348        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
17349 ____________________________________________________________________________
17350 [  2498] By: jhi                                   on 1998/12/22  08:39:30
17351     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
17352          a Digital C compiler optimizer bug that broke the 'x'
17353          operator under certain circumstances.  See t/op/repeat.t
17354          test #20 for graphic details.  Reported in
17355          
17356          From: Gisle Aas <gisle@aas.no>
17357          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
17358          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
17359          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
17360          Date: 18 Dec 1998 14:27:40 +0100
17361          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
17362          
17363          and discussed further in the thread
17364          
17365          From: Jarkko Hietaniemi <jhi@iki.fi>
17366          To: Gisle Aas <gisle@aas.no>
17367          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
17368          cpan-testers@perl.org, perl5-porters@perl.org
17369          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
17370          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
17371          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
17372  Branch: cfgperl
17373        ! t/op/repeat.t util.c
17374 ____________________________________________________________________________
17375 [  2497] By: jhi                                   on 1998/12/21  14:18:57
17376     Log: Change #2483 update.
17377  Branch: cfgperl
17378        ! t/op/tr.t
17379 ____________________________________________________________________________
17380 [  2496] By: jhi                                   on 1998/12/21  14:07:41
17381     Log: Update on change #2493.
17382  Branch: cfgperl
17383        ! t/pragma/warn/op
17384 ____________________________________________________________________________
17385 [  2495] By: jhi                                   on 1998/12/21  13:52:00
17386     Log: Change #2487 aftershock.
17387  Branch: cfgperl
17388        ! warning.pl
17389 ____________________________________________________________________________
17390 [  2494] By: jhi                                   on 1998/12/21  12:35:00
17391     Log: From: Chris Nandor <pudge@pobox.com>
17392          To: perl5-porters@perl.org
17393          Subject: [PATCH] perlport.pod v1.37
17394          Date: Sat, 19 Dec 1998 12:54:34 -0500
17395          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
17396  Branch: cfgperl
17397        ! pod/perlport.pod
17398 ____________________________________________________________________________
17399 [  2493] By: jhi                                   on 1998/12/21  12:22:44
17400     Log: From: Mark-Jason Dominus <mjd@plover.com>
17401          To: perl5-porters@perl.com
17402          Subject: PATCH (5.005_02): Dejargonizing
17403          Date: Sun, 20 Dec 1998 14:35:20 -0500
17404          Message-ID: <19981220193520.11230.qmail@plover.com>
17405          
17406          From: Mark-Jason Dominus <mjd@plover.com>
17407          To: perl5-porters@perl.com
17408          Subject: PATCH (5.005_02): Spelling correction in warning message
17409          Date: Sun, 20 Dec 1998 13:51:30 -0500
17410          Message-ID: <19981220185130.11067.qmail@plover.com>
17411  Branch: cfgperl
17412        ! doio.c op.c
17413 ____________________________________________________________________________
17414 [  2492] By: jhi                                   on 1998/12/21  09:00:05
17415     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17416          To: perl5-porters@perl.org
17417          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
17418          Date: Sun, 20 Dec 1998 19:03:25 PST
17419          Message-ID: <19981221030326.27660.qmail@hotmail.com>
17420          
17421          (slightly reformatted)
17422  Branch: cfgperl
17423        ! ext/B/B/CC.pm
17424 ____________________________________________________________________________
17425 [  2491] By: nick                                  on 1998/12/20  14:21:29
17426     Log: Save _all_ GV's which have SV, AV or HV set.
17427  Branch: perl
17428        ! ext/B/B/C.pm
17429 ____________________________________________________________________________
17430 [  2490] By: jhi                                   on 1998/12/18  15:13:19
17431     Log: Add idea about generalising cpp symbol probing of Errno.
17432  Branch: cfgperl
17433        ! Todo
17434 ____________________________________________________________________________
17435 [  2489] By: jhi                                   on 1998/12/18  14:47:57
17436     Log: Address some of the issues of:
17437          
17438          From: Tom Christiansen <tchrist@jhereg.perl.com>
17439          To: perl-porters-active@jhereg.perl.com
17440          Subject: Undocumentation Issues for 5.005
17441          Date: Thu, 17 Dec 1998 14:46:24 -0700
17442          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
17443  Branch: cfgperl
17444        ! pod/perl5005delta.pod
17445 ____________________________________________________________________________
17446 [  2488] By: jhi                                   on 1998/12/18  11:26:32
17447     Log: From: root <root@dubravka.in-berlin.de>
17448          To: perlbug@perl.com
17449          Cc: k@dubravka.in-berlin.de
17450          Subject: Please add no_modify to PERL_POLLUTE
17451          Date: Fri, 18 Dec 1998 10:45:52 +0100
17452          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
17453          
17454          (Really from Andreas König)
17455  Branch: cfgperl
17456        ! embed.pl
17457 ____________________________________________________________________________
17458 [  2487] By: jhi                                   on 1998/12/17  14:05:52
17459     Log: Some (by far not all) issues of the below message addressed.
17460          
17461          From: Tom Christiansen <tchrist@jhereg.perl.com>
17462          To: The Perl Porters Mailing List <perl5-porters@perl.org>
17463          Subject: important UNDOC issues for 5.005_54
17464          Date: Wed, 16 Dec 1998 21:14:53 -0700
17465          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
17466  Branch: cfgperl
17467        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
17468 ____________________________________________________________________________
17469 [  2486] By: jhi                                   on 1998/12/17  12:47:15
17470     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17471          To: domo@computer.org
17472          Cc: jhi@iki.fi, perl5-porters@perl.org
17473          Subject: Re: stuff related to malloc.c
17474          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
17475          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
17476  Branch: cfgperl
17477        ! malloc.c
17478 ____________________________________________________________________________
17479 [  2485] By: jhi                                   on 1998/12/17  12:17:19
17480     Log: More porting notes.
17481  Branch: cfgperl
17482        ! Porting/pumpkin.pod
17483 ____________________________________________________________________________
17484 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17485     Log: Undo #2386 and #2205.
17486  Branch: cfgperl
17487        ! pod/perlfunc.pod
17488 ____________________________________________________________________________
17489 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17490     Log: lib was missing from @INC.
17491  Branch: cfgperl
17492        ! t/op/tr.t
17493 ____________________________________________________________________________
17494 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17495     Log: Was missing use Text::Wrap.
17496  Branch: cfgperl
17497        ! t/lib/textfill.t
17498 ____________________________________________________________________________
17499 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17500     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17501          
17502          From: Jonathan Roy <roy@idle.com>
17503          To: perl5-porters@perl.org
17504          Subject: nlist.h add to Configure checks?
17505          Date: Sun, 13 Dec 1998 22:22:49 -0500
17506          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17507  Branch: cfgperl
17508        + ext/DynaLoader/hints/linux.pl
17509        ! MANIFEST
17510 ____________________________________________________________________________
17511 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17512     Log: Give up completely using nm in AIX.
17513          
17514          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17515          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
17516          Cc: perl5-porters@perl.org
17517          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
17518          Date: Thu, 10 Dec 1998 00:51:46 -0500
17519          Message-ID: <19981210005146.B29986@O2.chapin.edu>
17520  Branch: cfgperl
17521        ! hints/aix.sh
17522 ____________________________________________________________________________
17523 [  2479] By: jhi                                   on 1998/12/14  14:39:52
17524     Log: AIX' error messages are different.
17525          
17526          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17527          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17528          Cc: perl5-porters@perl.org
17529          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
17530          Date: Thu, 10 Dec 1998 00:42:36 -0500
17531          Message-ID: <19981210004236.A29986@O2.chapin.edu>
17532          
17533          From: Michael Engel <engel@nms1.cc.huji.ac.il>
17534          To: perlbug@perl.com
17535          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
17536          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
17537          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
17538  Branch: cfgperl
17539        ! t/pragma/warn/doio
17540 ____________________________________________________________________________
17541 [  2475] By: jhi                                   on 1998/12/13  12:35:55
17542     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17543          To: jhi@iki.fi
17544          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
17545          Subject: Re: stuff related to malloc.c
17546          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
17547          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
17548  Branch: cfgperl
17549        ! malloc.c
17550 ____________________________________________________________________________
17551 [  2474] By: jhi                                   on 1998/12/13  12:32:42
17552     Log: Some notes about porting issues.
17553  Branch: cfgperl
17554        ! Porting/pumpkin.pod
17555 ____________________________________________________________________________
17556 [  2473] By: jhi                                   on 1998/12/13  12:03:58
17557     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
17558          To: Perl 5 Porters <perl5-porters@perl.org>
17559          Subject: [patch 5.005_02] dos-djgpp update
17560          Date: Sun, 13 Dec 1998 00:08:44 +0100
17561          Message-ID: <19981213000844.C264@beeblebrox>
17562  Branch: cfgperl
17563        ! djgpp/config.over
17564 ____________________________________________________________________________
17565 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
17566     Log: undo changes to Exporter.pm from #2312
17567  Branch: maint-5.005/perl
17568        ! lib/Exporter.pm
17569 ____________________________________________________________________________
17570 [  2465] By: jhi                                   on 1998/12/12  12:31:21
17571     Log: Document that qw() taints.
17572          
17573          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
17574          To: perlbug@perl.com 
17575          Subject: taint problems
17576          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
17577          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
17578  Branch: cfgperl
17579        ! pod/perlop.pod
17580 ____________________________________________________________________________
17581 [  2464] By: jhi                                   on 1998/12/11  14:09:51
17582     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
17583          To: dist-users@foretune.co.jp
17584          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
17585          Date: Mon, 07 Dec 1998 20:13:04 -0400
17586          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
17587  Branch: cfgperl
17588        ! Configure
17589 ____________________________________________________________________________
17590 [  2463] By: jhi                                   on 1998/12/11  13:29:54
17591     Log: MAXPATHLEN.
17592  Branch: cfgperl
17593        ! perl.h
17594 ____________________________________________________________________________
17595 [  2462] By: jhi                                   on 1998/12/11  08:37:58
17596     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
17597          To: perl5-porters@perl.org
17598          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
17599          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
17600          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
17601  Branch: cfgperl
17602        + hints/gnu.sh
17603 ____________________________________________________________________________
17604 [  2461] By: nick                                  on 1998/12/10  21:00:50
17605     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
17606          From: Vishal Bhatia <vishalb@hotmail.com>
17607          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
17608          2. Fixes the bug  regarding return value of c-functions generated out 
17609          of perl subs. ( Just includes the patch I sent earlier)
17610          3. Incorporates the other changes that need to be done to get CC.pm
17611          use ISA search for packages and methods on the same lines as C.pm
17612          
17613          Vishal would appreciate comments about B::Stackobj changes from 
17614          someone knowing that module well.
17615  Branch: perl
17616        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17617 ____________________________________________________________________________
17618 [  2460] By: jhi                                   on 1998/12/08  08:11:27
17619     Log: Integrate from mainperl.
17620  Branch: cfgperl
17621       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17622       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
17623       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
17624       !> toke.c util.c
17625 ____________________________________________________________________________
17626 [  2459] By: jhi                                   on 1998/12/07  07:50:11
17627     Log: From: hansm@icgroup.nl 
17628          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17629          Reply-To: hansmu@xs4all.nl 
17630          To: perlbug@perl.com 
17631          Date: Sun, 6 Dec 98 22:19:54 +0100 
17632          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
17633  Branch: cfgperl
17634        ! util.c
17635 ____________________________________________________________________________
17636 [  2458] By: gsar                                  on 1998/12/07  06:00:55
17637     Log: fix dup lexical
17638  Branch: perl
17639        ! ext/B/B/Deparse.pm t/lib/io_unix.t
17640 ____________________________________________________________________________
17641 [  2457] By: gsar                                  on 1998/12/06  14:38:59
17642     Log: mention limit on line numbers reported by diagnostics
17643  Branch: perl
17644        ! pod/perl.pod toke.c
17645 ____________________________________________________________________________
17646 [  2456] By: gsar                                  on 1998/12/06  13:49:02
17647     Log: branch perldelta.pod
17648  Branch: maint-5.005/perl
17649       +> pod/perldelta.pod
17650 ____________________________________________________________________________
17651 [  2455] By: gsar                                  on 1998/12/06  13:47:21
17652     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
17653  Branch: maint-5.005/perl
17654        - pod/perldelta.pod
17655 ____________________________________________________________________________
17656 [  2454] By: gsar                                  on 1998/12/06  13:35:31
17657     Log: fix outdated/incorrect info about arbitrary limits
17658  Branch: perl
17659        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
17660        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
17661 ____________________________________________________________________________
17662 [  2453] By: nick                                  on 1998/12/05  16:14:42
17663     Log: Avoid hard-coding op numbers
17664          Update CC.pm to save %INC, and to co-exist with new C.pm
17665  Branch: perl
17666        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17667 ____________________________________________________________________________
17668 [  2452] By: nick                                  on 1998/12/05  10:44:28
17669     Log: B.xs had its own code to calculate hash() which differed from
17670          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
17671          which meant that run-time require was re-done.
17672          Removed some debug from C.pm
17673  Branch: perl
17674        ! ext/B/B.xs ext/B/B/C.pm
17675 ____________________________________________________________________________
17676 [  2451] By: nick                                  on 1998/12/04  21:58:49
17677     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
17678          well as _54, but with pre-scan for classes and save the ISA scheme.
17679  Branch: perl
17680        ! ext/B/B/C.pm
17681 ____________________________________________________________________________
17682 [  2450] By: nick                                  on 1998/12/04  17:58:44
17683     Log: Vishal Bhatia's patch as a basis.
17684  Branch: perl
17685        ! ext/B/B/C.pm ext/B/B/CC.pm
17686 ____________________________________________________________________________
17687 [  2449] By: jhi                                   on 1998/12/04  16:39:21
17688     Log: Integrate from mainperl.
17689  Branch: cfgperl
17690       !> t/op/goto.t t/op/tr.t
17691 ____________________________________________________________________________
17692 [  2448] By: gsar                                  on 1998/12/04  06:06:49
17693     Log: tweak test for UTEST
17694  Branch: perl
17695        ! t/op/tr.t
17696 ____________________________________________________________________________
17697 [  2444] By: jhi                                   on 1998/12/03  14:37:22
17698     Log: s/\bthe the\b/the/g *.pod
17699  Branch: cfgperl
17700        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
17701 ____________________________________________________________________________
17702 [  2443] By: jhi                                   on 1998/12/03  13:39:53
17703     Log: Change#2441 aftermath.
17704  Branch: cfgperl
17705        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17706        ! config_h.SH thread.h vms/subconfigure.com
17707 ____________________________________________________________________________
17708 [  2441] By: jhi                                   on 1998/12/03  08:15:13
17709     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17710          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17711          Subject: [PATCH 5.005_54]Initial VMS patches
17712          Date: 3 Dec 1998 01:05:55 +0200
17713          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17714          
17715          The patch to config_h.SH requires more study because
17716          metaconfig needs to agree.
17717  Branch: cfgperl
17718        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17719        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17720        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17721 ____________________________________________________________________________
17722 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17723     Log: add failed check-in of goto.t from change#1867
17724  Branch: perl
17725        ! t/op/goto.t
17726 ____________________________________________________________________________
17727 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17728     Log: Fix most of the bad L<> links of
17729          
17730          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17731          Subject: bad L<> links
17732          Reply-to: tchrist@perl.com 
17733          To: perlbug@jhereg.perl.com 
17734          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17735          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17736          
17737          The ones not fixed may require darker Pod::HTML magic,
17738          for example the perlguts.html#tags should work fine, IMHO.
17739  Branch: cfgperl
17740        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17741        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17742        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17743        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17744        ! pod/perlvar.pod
17745 ____________________________________________________________________________
17746 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17747     Log: One paste too many in #2345.
17748  Branch: cfgperl
17749        ! lib/Pod/Html.pm
17750 ____________________________________________________________________________
17751 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17752     Log: Pod::Html and Pod::Text were not locale-savvy:
17753          for example in =head1 all non-ASCII-\w-runs were
17754          turned into underscores in NAME tags.  This could
17755          result in several NAME tags becoming identical.
17756          Reported by:
17757          
17758          From: Fyodor Krasnov <fyodor@aha.ru> 
17759          Subject: pod2html vs Russian Characters
17760          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17761          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17762          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17763  Branch: cfgperl
17764        ! lib/Pod/Html.pm lib/Pod/Text.pm
17765 ____________________________________________________________________________
17766 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17767     Log: The real Mc5_54 integration.
17768  Branch: cfgperl
17769       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17770 ____________________________________________________________________________
17771 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17772     Log: From: Andy Dougherty <doughera@lafayette.edu>
17773          To: Perl Porters <perl5-porters@perl.org>
17774          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17775          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17776          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17777  Branch: cfgperl
17778        ! Configure
17779 ____________________________________________________________________________
17780 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17781     Log: From: Andy Dougherty <doughera@lafayette.edu>
17782          To: Perl Porters <perl5-porters@perl.org>
17783          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17784          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17785          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17786  Branch: cfgperl
17787        ! Configure
17788 ____________________________________________________________________________
17789 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17790     Log: From: achampio@lehman.com (Alan Champion)
17791          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17792          To: perlbug@perl.com
17793          Date: 1 Dec 1998 17:36:33 +0200
17794          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17795          
17796          Skip NIS includes.
17797  Branch: cfgperl
17798        ! t/op/pwent.t
17799 ____________________________________________________________________________
17800 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17801     Log: 5.005_54, as released
17802  Branch: perl
17803        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17804 ____________________________________________________________________________
17805 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17806     Log: From: Anton Berezin <tobez@plab.ku.dk>
17807          To: perl5-porters@perl.org
17808          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17809          Date: 30 Nov 1998 19:46:24 +0100
17810          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17811  Branch: cfgperl
17812        ! hints/freebsd.sh
17813 ____________________________________________________________________________
17814 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17815     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17816  Branch: cfgperl
17817       +> (branch 30 files)
17818       !> (integrate 71 files)
17819 ____________________________________________________________________________
17820 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17821     Log: Default to accepting a hinted $randfunc even when $csym
17822          does not find it.  (the previous defaylt behaviour was not
17823          to accept).
17824  Branch: cfgperl
17825        ! Configure
17826 ____________________________________________________________________________
17827 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17828     Log: Separated the [:foo:] parsing to its own function.
17829          Passes all tests.
17830  Branch: cfgperl
17831        ! regcomp.c
17832 ____________________________________________________________________________
17833 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17834     Log: Typo in comments.
17835  Branch: cfgperl
17836        ! regexec.c
17837 ____________________________________________________________________________
17838 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17839     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17840          Subject: [PATCH 5.005_*] Debugger 'v' command
17841          To: perl5-porters@perl.org (Mailing list Perl5)
17842          Date: 1 Dec 1998 07:55:11 +0200
17843          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17844  Branch: cfgperl
17845        ! lib/perl5db.pl
17846 ____________________________________________________________________________
17847 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17848     Log: From: pvhp@forte.com (Peter Prymmer)
17849          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17850          To: perl5-porters@perl.org
17851          Date: 1 Dec 1998 07:27:11 +0200
17852          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17853  Branch: cfgperl
17854        ! hints/os390.sh
17855 ____________________________________________________________________________
17856 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17857     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17858  Branch: cfgperl
17859        ! ext/Socket/Socket.xs
17860 ____________________________________________________________________________
17861 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17862     Log: Undo #2395, seems more like a problem in netbsd-current.
17863  Branch: cfgperl
17864        ! util.c
17865
17866 ----------------
17867 Version 5.005_54
17868 ----------------
17869
17870 ____________________________________________________________________________
17871 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17872     Log: more JPL tweaks
17873  Branch: perl
17874        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17875        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17876 ____________________________________________________________________________
17877 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17878     Log: stub bin/jpl that just runs JPL::Compile::files()
17879  Branch: perl
17880        + jpl/bin/jpl
17881 ____________________________________________________________________________
17882 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17883     Log: delete symlink
17884  Branch: perl
17885        - jpl/bin/jpl
17886 ____________________________________________________________________________
17887 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17888     Log: branch jpl from perlext to perl
17889  Branch: perl
17890       +> (branch 30 files)
17891 ____________________________________________________________________________
17892 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17893     Log: JPL tweaks to build with 5.005
17894  Branch: perlext
17895        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17896        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17897 ____________________________________________________________________________
17898 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17899     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17900  Branch: perl
17901        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17902 ____________________________________________________________________________
17903 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17904     Log: patchlevel up to 54
17905  Branch: perl
17906        ! patchlevel.h win32/Makefile win32/config_H.bc
17907        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17908 ____________________________________________________________________________
17909 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17910     Log: integrate cfgperl changes into mainline
17911  Branch: perl
17912       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17913       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17914 ____________________________________________________________________________
17915 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17916     Log: sync Text::Wrap version number
17917  Branch: perl
17918        ! lib/Text/Wrap.pm
17919 ____________________________________________________________________________
17920 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17921     Log: textfill.t tweak
17922  Branch: perl
17923        ! t/lib/textfill.t
17924 ____________________________________________________________________________
17925 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17926     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17927          <muir@idiom.com>
17928  Branch: perl
17929        + t/lib/textfill.t
17930        ! MANIFEST lib/Text/Wrap.pm
17931 ____________________________________________________________________________
17932 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17933     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17934          has happened without the authors knowledge or consent; the subversive
17935          version (which is in 5.00502) breaks one of the tests in the
17936          authors testsuite; attempts are being made to find a fix that
17937          avoids breaking code already running with the 5.005_02 version
17938          From:    David Muir Sharnoff <muir@idiom.com>
17939          Date:    Sat, 28 Nov 1998 04:34:17 PST
17940          Message-Id: <199811281234.EAA03082@idiom.com>
17941          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17942  Branch: perl
17943        ! lib/Text/Wrap.pm t/lib/textwrap.t
17944 ____________________________________________________________________________
17945 [  2397] By: nick                                  on 1998/11/29  20:13:58
17946     Log: Update docs and English.pm for $^C
17947  Branch: perl
17948        ! lib/English.pm pod/perlvar.pod
17949 ____________________________________________________________________________
17950 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17951     Log: Mirror #2384.
17952  Branch: cfgperl
17953        ! t/op/pwent.t
17954 ____________________________________________________________________________
17955 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17956     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17957  Branch: cfgperl
17958        ! util.c
17959 ____________________________________________________________________________
17960 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17961     Log: updated perlreftut.pod
17962  Branch: perl
17963        ! pod/perlreftut.pod
17964 ____________________________________________________________________________
17965 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17966     Log: misc tweaks
17967  Branch: perl
17968        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17969 ____________________________________________________________________________
17970 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17971     Log: notes about -DPERL_POLLUTE
17972  Branch: perl
17973        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17974 ____________________________________________________________________________
17975 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17976     Log: explain various win32 build caveats more clearly
17977  Branch: perl
17978        ! README.win32 win32/Makefile win32/makefile.mk
17979 ____________________________________________________________________________
17980 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17981     Log: remove I_POLL detection (Configure will do that now)
17982  Branch: perl
17983        ! ext/IO/Makefile.PL
17984 ____________________________________________________________________________
17985 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17986     Log: Add I_POLL for IO 1.20.
17987  Branch: cfgperl
17988        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17989        ! config_h.SH
17990 ____________________________________________________________________________
17991 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17992     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17993  Branch: perl
17994        + Porting/p4desc
17995        ! MANIFEST
17996 ____________________________________________________________________________
17997 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17998     Log: another threads reliability fix: serialize writes to thr->threadsv
17999          avoid most uses of PL_na (which is much more inefficient than a
18000          simple local); update docs to suit; PL_na now being thr->Tna may
18001          be a minor compatibility issue for extensions--will require dTHR
18002          outside of XSUBs (those get automatic dTHR)
18003  Branch: perl
18004        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
18005        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
18006        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
18007        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
18008        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
18009        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
18010        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
18011        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
18012        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
18013 ____________________________________________________________________________
18014 [  2386] By: jhi                                   on 1998/11/29  15:40:42
18015     Log: Tune the "if" entry.
18016  Branch: cfgperl
18017        ! pod/perlfunc.pod
18018 ____________________________________________________________________________
18019 [  2385] By: gsar                                  on 1998/11/29  12:40:28
18020     Log: various fixes for race conditions under threads: mutex locks based
18021          on PL_threadnum were seriously flawed, since it means more than one
18022          thread could enter the critical region; PL_na was global instead of
18023          thread-local; child thread could finish and free thr structures
18024          before Thread->new() got around to creating the Thread object;
18025          cv_clone() needed locking, as it mucks with PL_comppad and other
18026          global data; new_struct_thread() needed to lock template-thread's
18027          mutex while copying its data
18028  Branch: perl
18029        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
18030        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
18031 ____________________________________________________________________________
18032 [  2384] By: gsar                                  on 1998/11/29  10:54:38
18033     Log: s/warn/print/ on multiply defined groups
18034  Branch: perl
18035        ! t/op/grent.t
18036 ____________________________________________________________________________
18037 [  2383] By: gsar                                  on 1998/11/29  10:48:39
18038     Log: backout change#2334
18039  Branch: perl
18040        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18041 ____________________________________________________________________________
18042 [  2382] By: jhi                                   on 1998/11/29  10:33:40
18043     Log: Better NetInfo behaviour.
18044  Branch: cfgperl
18045        ! t/op/grent.t t/op/pwent.t
18046 ____________________________________________________________________________
18047 [  2381] By: jhi                                   on 1998/11/29  10:08:15
18048     Log: Integrate from mainperl.
18049  Branch: cfgperl
18050       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18051       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18052       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
18053       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
18054       +> t/lib/io_poll.t t/lib/io_unix.t
18055       !> (integrate 58 files)
18056 ____________________________________________________________________________
18057 [  2380] By: gsar                                  on 1998/11/29  08:22:49
18058     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
18059          Tim Bunce)
18060  Branch: perl
18061        ! gv.c
18062 ____________________________________________________________________________
18063 [  2379] By: gsar                                  on 1998/11/29  07:06:43
18064     Log: fix for pat.t failure under USE_THREADS
18065  Branch: perl
18066        ! pp_ctl.c regexec.c
18067 ____________________________________________________________________________
18068 [  2378] By: nick                                  on 1998/11/28  22:46:57
18069     Log: More C.pm tweaks
18070          Save globs even if we have saved cv itself before - may be imported.
18071          
18072          While we don't save "bootstrap" CV we need to provide a stub,
18073          so that if we require it later we don't fall through and attempt
18074          to DynaLoad module again.
18075          
18076          Attempt to save %INC so that "require" does not reload things
18077          we have compiled-in (does not work right yet - seems to be due
18078          to PL_incgv being created in perl_parse() current scheme setting 
18079          GvHV() is "better" than saving the glob, but still does not 
18080          work as I expect). 
18081  Branch: perl
18082        ! ext/B/B/C.pm
18083 ____________________________________________________________________________
18084 [  2377] By: gsar                                  on 1998/11/28  22:30:38
18085     Log: various tweaks; result passes all tests for normal build on Solaris;
18086          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
18087          win32 due to lack of select() that works on non-socket fds
18088  Branch: perl
18089        ! ext/IO/poll.c regcomp.c regexec.c scope.c
18090        ! t/lib/io_multihomed.t win32/makefile.mk
18091 ____________________________________________________________________________
18092 [  2376] By: gsar                                  on 1998/11/28  20:44:39
18093     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
18094  Branch: perl
18095        ! myconfig
18096 ____________________________________________________________________________
18097 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18098     Log: integrate cfgperl changes into mainline
18099  Branch: perl
18100       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18101       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18102 ____________________________________________________________________________
18103 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18104     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18105          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18106          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18107          Subject: [PATCH 5.00553] Yet another OS/2 patch
18108  Branch: perl
18109        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18110 ____________________________________________________________________________
18111 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18112     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18113          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18114          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18115          Subject: [PATCH 5.005_53] Change $#+
18116  Branch: perl
18117        ! mg.c pod/perlvar.pod t/op/pat.t
18118 ____________________________________________________________________________
18119 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18121          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18122          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18123          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18124  Branch: perl
18125        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18126        ! thrdvar.h
18127 ____________________________________________________________________________
18128 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18129     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18130          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18131          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18132          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18133  Branch: perl
18134        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18135 ____________________________________________________________________________
18136 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18137     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18138          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18139          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18140          Subject: [PATCH 5.005_*] regcolors
18141  Branch: perl
18142        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18143 ____________________________________________________________________________
18144 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18145     Log: allow final period in a file (not followed by a newline) to
18146          terminate format spec
18147  Branch: perl
18148        ! toke.c
18149 ____________________________________________________________________________
18150 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18151     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18152          add C<$Config{installarchlib}/CORE> to the default locations searched
18153          on win32
18154  Branch: perl
18155        ! lib/ExtUtils/Liblist.pm
18156 ____________________________________________________________________________
18157 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18158     Log: applied suggested patch with PERL_OBJECT tweaks
18159          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18160          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
18161          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
18162          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
18163  Branch: perl
18164        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
18165        ! regexec.c t/op/pat.t thrdvar.h
18166 ____________________________________________________________________________
18167 [  2366] By: gsar                                  on 1998/11/28  18:38:34
18168     Log: additional documentation for qr//
18169          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18170          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
18171          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
18172          Subject: [PATCH 5.005_*] Documentation (fwd)
18173  Branch: perl
18174        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
18175 ____________________________________________________________________________
18176 [  2365] By: gsar                                  on 1998/11/28  18:35:35
18177     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18178          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
18179          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
18180          Subject: [PATCH 5.005_*] Fix \G in REx without //g
18181  Branch: perl
18182        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
18183        ! regexp.h t/op/pat.t thrdvar.h
18184 ____________________________________________________________________________
18185 [  2364] By: gsar                                  on 1998/11/28  18:24:20
18186     Log: update Test.pm to Test-1.12; tweak 're' detection
18187  Branch: perl
18188        ! lib/Test.pm
18189 ____________________________________________________________________________
18190 [  2363] By: gsar                                  on 1998/11/28  18:12:04
18191     Log: avoid command-line quoting portability problems in lex_assign.t
18192  Branch: perl
18193        ! t/op/lex_assign.t
18194 ____________________________________________________________________________
18195 [  2362] By: gsar                                  on 1998/11/28  18:08:50
18196     Log: From: John Tobey <jtobey@channel1.com>
18197          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
18198          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
18199          Subject: PATCH: document English.pm sawampersand and thread issues
18200  Branch: perl
18201        ! lib/English.pm pod/perlvar.pod
18202 ____________________________________________________________________________
18203 [  2361] By: gsar                                  on 1998/11/28  18:03:04
18204     Log: fix uninitialized warnings
18205          From: Brian Callaghan <callagh@itginc.com>
18206          Date: Thu, 19 Nov 1998 17:49:10 -0800
18207          Message-Id: <3654CA96.B64FCAEB@itginc.com>
18208          Subject: Complete.pm patch (version 1.1)
18209  Branch: perl
18210        ! lib/Term/Complete.pm
18211 ____________________________________________________________________________
18212 [  2360] By: gsar                                  on 1998/11/28  17:59:16
18213     Log: s/Array/List/ suggested by John Tobey
18214  Branch: perl
18215        ! pod/perldata.pod
18216 ____________________________________________________________________________
18217 [  2359] By: gsar                                  on 1998/11/28  17:47:48
18218     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
18219  Branch: perl
18220        ! lib/Tie/Handle.pm pod/perlfunc.pod
18221 ____________________________________________________________________________
18222 [  2358] By: jhi                                   on 1998/11/28  17:23:15
18223     Log: Revamp the locale tests.
18224          (0) Instead of rewiring a few locales scan for them.
18225          (1) Bogus test #101 removed.
18226          (2) All the locales are checked, the lists of failed
18227          and non-failed ones are displayed.
18228          (3) The test #103 is again 'active' so that it may fail.
18229          (4) To balance (3) a hopefully pacifying message is shown
18230          if the #103 fails.
18231  Branch: cfgperl
18232        ! t/pragma/locale.t
18233 ____________________________________________________________________________
18234 [  2357] By: gsar                                  on 1998/11/28  17:21:07
18235     Log: add perlreftut.pod
18236  Branch: perl
18237        + pod/perlreftut.pod
18238        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
18239        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
18240        ! win32/pod.mak
18241 ____________________________________________________________________________
18242 [  2356] By: jhi                                   on 1998/11/28  16:58:01
18243     Log: Change #2346 fallout.
18244  Branch: cfgperl
18245        ! t/op/undef.t
18246 ____________________________________________________________________________
18247 [  2355] By: gsar                                  on 1998/11/28  16:46:43
18248     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
18249          ANSI prototypes
18250  Branch: perl
18251        ! ext/IO/IO.xs
18252 ____________________________________________________________________________
18253 [  2354] By: gsar                                  on 1998/11/28  16:08:07
18254     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
18255          keep platform hacks that aren't in the 1.20 dist; add new files
18256          to MANIFEST; hack Makefile.PL; result hasn't been tested
18257          anywhere
18258  Branch: perl
18259        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18260        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18261        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
18262        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
18263        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18264        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18265        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
18266        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18267        ! t/lib/io_sock.t t/lib/io_udp.t
18268 ____________________________________________________________________________
18269 [  2353] By: jhi                                   on 1998/11/28  15:51:03
18270     Log: Locale collation, ctype, and numeric, were initialized wrong
18271          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
18272          as reported by
18273          
18274          From: Ilya.Sandler@etak.com (Ilya Sandler)
18275          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
18276          To: perlbug@perl.com
18277          Date: 25 Nov 1998 04:53:52 +0200
18278          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
18279  Branch: cfgperl
18280        ! util.c
18281 ____________________________________________________________________________
18282 [  2352] By: nick                                  on 1998/11/28  15:21:59
18283     Log: Implement $^C to allow perl access to -c flag - I think this 
18284          was agreed once...
18285  Branch: perl
18286        ! gv.c mg.c
18287 ____________________________________________________________________________
18288 [  2351] By: jhi                                   on 1998/11/28  15:14:24
18289     Log: Change #2251 fixup.
18290  Branch: cfgperl
18291        ! myconfig
18292 ____________________________________________________________________________
18293 [  2350] By: jhi                                   on 1998/11/28  14:58:19
18294     Log: Integrate from mainperl.
18295  Branch: cfgperl
18296       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18297       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18298       +> pod/perl5005delta.pod
18299       !> (integrate 49 files)
18300 ____________________________________________________________________________
18301 [  2349] By: jhi                                   on 1998/11/28  14:27:36
18302     Log: Passwd and group file groveling.
18303  Branch: cfgperl
18304        ! t/op/grent.t t/op/pwent.t
18305 ____________________________________________________________________________
18306 [  2348] By: gsar                                  on 1998/11/28  14:09:50
18307     Log: more conservative version of changes#2345,2346,2347; those break
18308          C<defined(@{"foo::ISA"})> which seems to be extensively used in
18309          the libs :-(
18310  Branch: perl
18311        ! pp.c t/op/method.t
18312 ____________________________________________________________________________
18313 [  2347] By: gsar                                  on 1998/11/28  13:36:08
18314     Log: tweak bogus test
18315  Branch: perl
18316        ! t/op/method.t
18317 ____________________________________________________________________________
18318 [  2346] By: gsar                                  on 1998/11/28  13:20:34
18319     Log: test cases for previous change
18320  Branch: perl
18321        ! t/op/undef.t
18322 ____________________________________________________________________________
18323 [  2345] By: gsar                                  on 1998/11/28  13:07:17
18324     Log: fix typo in pp_defined() causing C<defined %tied> to fail
18325  Branch: perl
18326        ! pp.c
18327 ____________________________________________________________________________
18328 [  2344] By: gsar                                  on 1998/11/28  13:03:29
18329     Log: s/comment/comment_t/ tweak (suggested by John Gorman
18330          <jgorman@webbysoft.com>)
18331  Branch: perl
18332        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18333 ____________________________________________________________________________
18334 [  2343] By: gsar                                  on 1998/11/28  12:52:40
18335     Log: add (stub) perldelta.pod
18336  Branch: perl
18337        + pod/perldelta.pod
18338 ____________________________________________________________________________
18339 [  2342] By: gsar                                  on 1998/11/28  12:49:26
18340     Log: rename perldelta.pod to perl5005delta.pod in preparation for
18341          starting a new one
18342  Branch: perl
18343       +> pod/perl5005delta.pod
18344        - pod/perldelta.pod
18345        ! MANIFEST pod/perl.pod
18346 ____________________________________________________________________________
18347 [  2341] By: gsar                                  on 1998/11/28  12:41:55
18348     Log: fix MALLOC_LOCK #define
18349  Branch: perl
18350        ! malloc.c
18351 ____________________________________________________________________________
18352 [  2340] By: gsar                                  on 1998/11/28  12:18:23
18353     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18354          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
18355          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
18356          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
18357  Branch: perl
18358        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
18359 ____________________________________________________________________________
18360 [  2339] By: jhi                                   on 1998/11/28  11:59:01
18361     Log: Add -lm to dynix/ptx POSIX hints.
18362          From: "Martin J. Bligh" <mbligh@sequent.com>
18363          To: jhi@iki.fi
18364          Subject: Re: Making Perl work on DYNIX/ptx
18365          Date: Wed, 25 Nov 1998 10:34:41 -0800
18366          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
18367  Branch: cfgperl
18368        ! ext/POSIX/hints/dynixptx.pl
18369 ____________________________________________________________________________
18370 [  2338] By: jhi                                   on 1998/11/28  11:57:19
18371     Log: Detypo.
18372  Branch: cfgperl
18373        ! lib/filetest.pm
18374 ____________________________________________________________________________
18375 [  2337] By: jhi                                   on 1998/11/28  11:56:29
18376     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
18377  Branch: cfgperl
18378        ! Configure
18379 ____________________________________________________________________________
18380 [  2336] By: gsar                                  on 1998/11/28  11:41:14
18381     Log: teach CPAN.pm to ignore beta perl distributions when looking for
18382          modules
18383          From: root@dogberry.rutgers.edu (root)
18384          Date: Thu, 12 Nov 1998 23:08:39 -0500
18385          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
18386          Subject: recompile tries getting a perl distribution
18387  Branch: perl
18388        ! lib/CPAN.pm
18389 ____________________________________________________________________________
18390 [  2335] By: gsar                                  on 1998/11/28  11:27:46
18391     Log: make $1 et al readonly under threads; make C<undef $1> fail like
18392          C<$1 = undef> does
18393  Branch: perl
18394        ! op.c pp.c t/op/undef.t
18395 ____________________________________________________________________________
18396 [  2334] By: gsar                                  on 1998/11/28  10:24:52
18397     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
18398  Branch: perl
18399        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18400 ____________________________________________________________________________
18401 [  2333] By: gsar                                  on 1998/11/28  09:36:40
18402     Log: document changed PERL_HASH()
18403  Branch: perl
18404        ! pod/perlfunc.pod pod/perlguts.pod
18405 ____________________________________________________________________________
18406 [  2332] By: nick                                  on 1998/11/27  21:10:27
18407     Log: Handle INIT list in C.pm
18408          1. Provide init_av() from B.xs
18409          2. Export it in B.pm
18410          3. Use it in C.pm
18411          Also disable some pruning in savecv() which seems to undo
18412          my previous patch.
18413          Experimental feature - save pathnames of .so files in easily 
18414          grep-able form for use in wrapper to feed to linker.  
18415  Branch: perl
18416        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18417 ____________________________________________________________________________
18418 [  2327] By: gsar                                  on 1998/11/27  15:12:01
18419     Log: integrate change#2315 from maint-5.005
18420  Branch: perl
18421        ! t/op/sort.t
18422       !> op.c sv.c
18423 ____________________________________________________________________________
18424 [  2326] By: gsar                                  on 1998/11/27  15:00:42
18425     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
18426  Branch: perl
18427       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
18428       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18429       !> lib/ExtUtils/typemap
18430 ____________________________________________________________________________
18431 [  2325] By: gsar                                  on 1998/11/27  14:46:18
18432     Log: malloc bugfix and documentation from Ilya Zakharevich
18433          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
18434          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
18435          Subject: [PATCH 5.005_*] Re: Internal coredump
18436          --
18437          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
18438          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
18439          Subject: [PATCH 5.005_*] malloc.c documentation
18440  Branch: perl
18441        ! malloc.c
18442 ____________________________________________________________________________
18443 [  2324] By: gsar                                  on 1998/11/27  14:41:38
18444     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
18445  Branch: perl
18446        ! ext/B/B/C.pm
18447 ____________________________________________________________________________
18448 [  2323] By: gsar                                  on 1998/11/27  14:33:44
18449     Log: From: maeda@src.ricoh.co.jp
18450          Date: Tue, 24 Nov 1998 10:37:45 +0900
18451          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
18452          Subject: format "..." bug
18453  Branch: perl
18454        ! pp_ctl.c t/op/write.t
18455 ____________________________________________________________________________
18456 [  2322] By: gsar                                  on 1998/11/27  14:20:12
18457     Log: add ext/Devel/Peek
18458          From: jan.dubois@ibm.net (Jan Dubois)
18459          Date: Mon, 23 Nov 1998 00:48:11 +0100
18460          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
18461          Subject: [PATCH 5.005_53] Devel::Peek integration
18462  Branch: perl
18463        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18464        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18465        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
18466        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
18467        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18468 ____________________________________________________________________________
18469 [  2321] By: gsar                                  on 1998/11/27  13:03:08
18470     Log: ensure 'make regen_headers' even without perl installed
18471          (suggested by Ilya Zakharevich)
18472  Branch: perl
18473        ! bytecode.pl warning.pl
18474 ____________________________________________________________________________
18475 [  2320] By: gsar                                  on 1998/11/27  12:58:36
18476     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18477          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
18478          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
18479          Subject: [PATCH 5.005_*] Cosmetic malloc patch
18480  Branch: perl
18481        ! malloc.c
18482 ____________________________________________________________________________
18483 [  2319] By: gsar                                  on 1998/11/27  12:56:13
18484     Log: eliminate dup hunk from integration
18485  Branch: perl
18486        ! lib/filetest.pm perl.h
18487 ____________________________________________________________________________
18488 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18489     Log: integrate cfgperl changes into mainline
18490  Branch: perl
18491       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18492        ! pod/perlfaq4.pod
18493       !> (integrate 30 files)
18494 ____________________________________________________________________________
18495 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18496     Log: C<-x>.
18497  Branch: cfgperl
18498        ! lib/filetest.pm
18499 ____________________________________________________________________________
18500 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18501     Log: Integrate from mainperl.
18502  Branch: cfgperl
18503       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18504       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18505       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18506       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18507       !> win32/win32sck.c
18508 ____________________________________________________________________________
18509 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18510     Log: integrate change#2246 from mainline, while still allowing
18511          C<sort $globref @foo>
18512          
18513          allow C<sort $coderef @foo>
18514  Branch: maint-5.005/perl
18515        ! op.c sv.c
18516       !> t/op/sort.t
18517 ____________________________________________________________________________
18518 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
18519     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
18520          forwarded by Jarkko Hietaniemi from Mark Bixby
18521  Branch: maint-5.005/perl
18522        ! ext/DynaLoader/dl_mpeix.xs installperl
18523 ____________________________________________________________________________
18524 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
18525     Log: Allow PL_FILES to have multiple targets from one source by allowing
18526          an array ref as the value in the hash
18527  Branch: maint-5.005/perl
18528        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18529        ! lib/ExtUtils/MakeMaker.pm
18530 ____________________________________________________________________________
18531 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
18532     Log: fix unsigned variables to use SvUV and sv_setuv
18533  Branch: maint-5.005/perl
18534        ! lib/ExtUtils/typemap
18535 ____________________________________________________________________________
18536 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
18537     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
18538  Branch: maint-5.005/perl
18539        ! lib/ExtUtils/MM_Unix.pm
18540 ____________________________________________________________________________
18541 [  2301] By: gsar                                  on 1998/11/26  10:16:54
18542     Log: fix PL_defoutgv leak under threads
18543  Branch: perl
18544        ! ext/Thread/Thread.xs
18545 ____________________________________________________________________________
18546 [  2300] By: gsar                                  on 1998/11/26  09:04:44
18547     Log: properly free temporaries created by threads
18548  Branch: perl
18549        ! ext/Thread/Thread.xs
18550 ____________________________________________________________________________
18551 [  2299] By: gsar                                  on 1998/11/26  06:51:16
18552     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
18553          to set the package for the block properly
18554  Branch: perl
18555        ! op.c t/comp/package.t t/lib/dumper.t
18556 ____________________________________________________________________________
18557 [  2298] By: nick                                  on 1998/11/24  22:04:20
18558     Log: Part-1 of tweaks to allow Tk to be "compiled"
18559          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
18560          (May also need attention to exports etc. - to follow.)
18561  Branch: perl
18562        ! universal.c
18563 ____________________________________________________________________________
18564 [  2294] By: jhi                                   on 1998/11/23  10:44:26
18565     Log: The new socket tests need in some platforms
18566          to #include <sys/types.h>.
18567  Branch: cfgperl
18568        ! Configure
18569 ____________________________________________________________________________
18570 [  2293] By: jhi                                   on 1998/11/23  10:33:42
18571     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18572          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18573          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18574          Date: Mon, 23 Nov 1998 10:07:04 +0100
18575          Message-Id: <9811230907.AA06484@AWT.nl>
18576          
18577          NeXTstep NetInfo uses nidump to get the user/group databases.
18578  Branch: cfgperl
18579        ! t/op/grent.t t/op/pwent.t
18580 ____________________________________________________________________________
18581 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
18582     Log: Updated Porting/patchls utility.
18583  Branch: maint-5.004/perl
18584        ! Porting/patchls
18585 ____________________________________________________________________________
18586 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
18587     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
18588          From:  Henrik Tougaard <ht.000@foa.dk>
18589          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
18590          Files:  lib/Sys/Syslog.pm
18591  Branch: maint-5.004/perl
18592        ! lib/Sys/Syslog.pm
18593 ____________________________________________________________________________
18594 [  2286] By: jhi                                   on 1998/11/22  19:08:42
18595     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
18596  Branch: cfgperl
18597        ! ext/Socket/Socket.xs
18598 ____________________________________________________________________________
18599 [  2285] By: jhi                                   on 1998/11/22  18:21:07
18600     Log: MSG_PROXY for GNU/Hurd (previously we believed that
18601          all GNU libc platforms have MSG_PROXY.  Untrue).
18602          In fact this ended up as a major MSG_* and SCM_*
18603          update.  The MSG_XXX known to be enums in some
18604          versions of the glibc are now probed for and respective
18605          HAS_MSG_XXX are defined.  While I was at it I noticed
18606          SCM_RIGHTS being similarly an enum.  This reminded me of
18607          an ancient discussion in perl5-porters:
18608          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
18609          The BSD socket interface has a nifty feature for passing
18610          file descriptors and credentials--via sockets.  It may be
18611          too late to add this functionality to the CORE but
18612          at least Configure now probes for the functions,
18613          structs, and includes, defining the appropriate
18614          HAS_YYY and I_ZZZ, and the Socket extension exports
18615          the constants, in case somebody wants to write an
18616          extension for this interface.
18617  Branch: cfgperl
18618        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18619        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
18620        ! iperlsys.h
18621 ____________________________________________________________________________
18622 [  2284] By: jhi                                   on 1998/11/22  18:13:21
18623     Log: perlhist.pod 1.54, containing 5_53.
18624  Branch: cfgperl
18625        ! pod/perlhist.pod
18626 ____________________________________________________________________________
18627 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
18628     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
18629  Branch: maint-5.004/perl
18630        ! doio.c
18631 ____________________________________________________________________________
18632 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
18633     Log: Improve op/die_exit.t test for implicit close changing $!
18634  Branch: maint-5.004/perl
18635        ! t/op/die_exit.t
18636 ____________________________________________________________________________
18637 [  2268] By: jhi                                   on 1998/11/22  14:44:11
18638     Log: Fix thinko.
18639  Branch: cfgperl
18640        ! hints/dynixptx.sh
18641 ____________________________________________________________________________
18642 [  2267] By: jhi                                   on 1998/11/22  13:19:41
18643     Log: Document the d_socket override.
18644  Branch: cfgperl
18645        ! hints/dynixptx.sh
18646 ____________________________________________________________________________
18647 [  2266] By: jhi                                   on 1998/11/22  12:12:29
18648     Log: From: John Tobey <jtobey@channel1.com>
18649          Subject: [PATCH] perlfaq typos
18650          To: perl5-porters@perl.com
18651          Date: 22 Nov 1998 04:25:15 +0200
18652          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
18653  Branch: cfgperl
18654        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18655        ! pod/perlfaq7.pod pod/perlfaq8.pod
18656 ____________________________________________________________________________
18657 [  2265] By: jhi                                   on 1998/11/22  12:06:29
18658     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18659          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
18660          Newsgroups: hut.lists.perl5-porters
18661          To: gsar@engin.umich.edu (Gurusamy Sarathy)
18662          Cc: perl5-porters@perl.org (Perl5 Porters)
18663          Date: 20 Nov 1998 12:20:41 +0200
18664  Branch: cfgperl
18665        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18666        ! ext/DB_File/DB_File.xs
18667 ____________________________________________________________________________
18668 [  2264] By: jhi                                   on 1998/11/22  11:55:09
18669     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
18670          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18671          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18672          To: perlbug@perl.com
18673          Date: 20 Nov 1998 18:39:06 +0200
18674          Lines: 47
18675          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18676  Branch: cfgperl
18677        ! t/op/grent.t t/op/pwent.t
18678 ____________________________________________________________________________
18679 [  2263] By: jhi                                   on 1998/11/22  11:42:59
18680     Log: Permission testing is tricky when we have too much power.
18681          Problem reported in
18682          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18683          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18684          To: perlbug@perl.com
18685          Date: 20 Nov 1998 18:39:06 +0200
18686          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18687  Branch: cfgperl
18688        ! t/op/filetest.t
18689 ____________________________________________________________________________
18690 [  2262] By: gsar                                  on 1998/11/22  11:37:02
18691     Log: fix broken CAPI generation
18692  Branch: perl
18693        ! win32/GenCAPI.pl
18694 ____________________________________________________________________________
18695 [  2261] By: jhi                                   on 1998/11/22  11:17:00
18696     Log: -x should be C<-x>, reported by Gerben Wierda.
18697  Branch: cfgperl
18698        ! pod/perlfunc.pod
18699 ____________________________________________________________________________
18700 [  2260] By: gsar                                  on 1998/11/22  11:12:02
18701     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
18702  Branch: perl
18703        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
18704        ! proto.h
18705 ____________________________________________________________________________
18706 [  2259] By: jhi                                   on 1998/11/22  11:06:40
18707     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18708          Subject: Re: [PATCH] Re: pod2man bug in date generated line
18709          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18710          Cc: perlbug@perl.com
18711          Date: 20 Nov 1998 21:30:17 +0200
18712          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18713  Branch: cfgperl
18714        ! pod/pod2man.PL
18715 ____________________________________________________________________________
18716 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18717     Log: From: Thomas Bowditch <bowditch@inmet.com>
18718          Subject: Benchmark.pm suggestion
18719          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18720          Date: Fri, 20 Nov 1998 17:43:46 -0500
18721          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18722          
18723          Added timesum().
18724  Branch: cfgperl
18725        ! lib/Benchmark.pm
18726 ____________________________________________________________________________
18727 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18728     Log: another win32 portability fix: make sysread() and syswrite()
18729          work on sockets
18730  Branch: perl
18731        ! pp_sys.c win32/win32.h
18732 ____________________________________________________________________________
18733 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18734     Log: win32_recvfrom() compatibility fix
18735  Branch: perl
18736        ! win32/win32sck.c
18737 ____________________________________________________________________________
18738 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18739     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18740          To: jhi@iki.fi
18741          Subject: MPE/iX Perl 5.005_02 oops
18742          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18743          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18744  Branch: cfgperl
18745        ! ext/DynaLoader/dl_mpeix.xs installperl
18746 ____________________________________________________________________________
18747 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18748     Log: mess_sv tweak for change#2249
18749  Branch: perl
18750        ! util.c
18751 ____________________________________________________________________________
18752 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18753     Log: Display use64bits and usemultiplicity but only if necessary.
18754  Branch: cfgperl
18755        ! myconfig
18756 ____________________________________________________________________________
18757 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18758     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18759          Subject: pp.c uses 'unsigned Quad_t'
18760          To: perlbug@perl.com 
18761          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18762          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18763  Branch: cfgperl
18764        ! perl.h pp.c
18765 ____________________________________________________________________________
18766 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18767     Log: use PL_mess_sv only during global destruction (fixes problems with
18768          overlapping invocations of form()/warn()/die()/croak() trampling on
18769          each other's messages)
18770  Branch: perl
18771        ! mg.c util.c
18772 ____________________________________________________________________________
18773 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18774     Log: tweak change#2245 to skip previous message if any
18775  Branch: perl
18776        ! pp_ctl.c t/pragma/warn/pp_ctl
18777 ____________________________________________________________________________
18778 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18779     Log: Integrate from mainperl.
18780  Branch: cfgperl
18781       !> (integrate 26 files)
18782 ____________________________________________________________________________
18783 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18784     Log: allow C<sort $coderef @foo>
18785  Branch: perl
18786        ! op.c t/op/sort.t t/pragma/overload.t
18787 ____________________________________________________________________________
18788 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18789     Log: propagate failures in DESTROY() as (optional) warnings
18790  Branch: perl
18791        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18792 ____________________________________________________________________________
18793 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18794     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18795  Branch: perl
18796        ! perl.c thrdvar.h
18797 ____________________________________________________________________________
18798 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18799     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18800  Branch: perl
18801        ! lib/warning.pm warning.h warning.pl
18802 ____________________________________________________________________________
18803 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18804     Log: fix skipspace() to properly account for newlines in eval''-ed
18805          strings (caused bogus line numbers in diagnostics and debugger)
18806  Branch: perl
18807        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18808 ____________________________________________________________________________
18809 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18810     Log: s/Perl_utf8skip/PL_utf8skip/g
18811  Branch: perl
18812        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18813 ____________________________________________________________________________
18814 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18815     Log: rework op/groups.t
18816  Branch: perl
18817        ! t/op/filetest.t t/op/groups.t
18818 ____________________________________________________________________________
18819 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18820     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18821  Branch: perl
18822        ! op.c
18823 ____________________________________________________________________________
18824 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18825     Log: update Changes
18826  Branch: perl
18827        ! Changes win32/config.bc win32/config.gc win32/config.vc
18828 ____________________________________________________________________________
18829 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18830     Log: doc tweak
18831  Branch: perl
18832        ! README.win32
18833 ____________________________________________________________________________
18834 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18835     Log: Allow hints file override for d_socket
18836          (based on Sequent-induced change #2229).
18837  Branch: cfgperl
18838        ! Configure
18839 ____________________________________________________________________________
18840 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18841     Log: 
18842          From: "Martin J. Bligh" <mbligh@sequent.com>
18843          To: jhi@iki.fi
18844          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18845          Subject: Re: Making Perl work on DYNIX/ptx
18846          Date: Tue, 10 Nov 1998 16:24:26 -0800
18847          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18848  Branch: cfgperl
18849        ! hints/dynixptx.sh
18850 ____________________________________________________________________________
18851 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18852     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18853          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18854          To: jhi@iki.fi
18855          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18856          Subject: Re: Making Perl work on DYNIX/ptx
18857          Date: Tue, 10 Nov 1998 18:01:10 -0800
18858  Branch: cfgperl
18859        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18860 ____________________________________________________________________________
18861 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18862     Log: Integrate from mainperl.
18863  Branch: cfgperl
18864       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18865       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18866       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18867       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18868       !> win32/win32.c x2p/s2p.PL
18869 ____________________________________________________________________________
18870 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18871     Log: provide -DPERL_POLLUTE
18872  Branch: perl
18873        ! embed.pl embedvar.h
18874 ____________________________________________________________________________
18875 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18876     Log: From: Hans Mulder <hansm@icgroup.nl>
18877          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18878          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18879          perl5-porters@perl.org
18880          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18881          (UNINSTALLED)
18882          Date: Sun,  8 Nov 98 22:20:23 +0100
18883          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18884  Branch: cfgperl
18885        ! malloc.c perl.h
18886 ____________________________________________________________________________
18887 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18888     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18889          Christoph <lupe@alanya.m.isar.de>)
18890  Branch: perl
18891        ! lib/Text/Wrap.pm
18892 ____________________________________________________________________________
18893 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18894     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18895          <lionel.fourquaux@wanadoo.fr>)
18896  Branch: perl
18897        ! x2p/s2p.PL
18898 ____________________________________________________________________________
18899 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18900     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18901          Date: Wed, 04 Nov 1998 12:19:44 +0000
18902          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18903          Subject: [PATCH] Re: [5.005_53] read overflow? 
18904          --
18905          Date: Wed, 04 Nov 1998 13:15:18 +0000
18906          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18907          Subject: [PATCH 5.005_53] perl -V fix
18908  Branch: perl
18909        ! perl.c regexec.c
18910 ____________________________________________________________________________
18911 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18912     Log: From: jan.dubois@ibm.net (Jan Dubois)
18913          Date: Sun, 01 Nov 1998 00:05:01 +0100
18914          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18915          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18916  Branch: perl
18917        ! Changes win32/makedef.pl
18918 ____________________________________________________________________________
18919 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18920     Log: integrate changes#2120,2168,2218 from maint-5.005;
18921          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18922          enum; make regen_headers
18923  Branch: perl
18924        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18925        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18926 ____________________________________________________________________________
18927 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18928     Log: integrate cfgperl changes into mainline
18929  Branch: perl
18930       +> README.vmesa
18931       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18932       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18933       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18934       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18935       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18936       !> thread.h vms/subconfigure.com vos/config.h
18937 ____________________________________________________________________________
18938 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18939     Log: From: Graham Barr <gbarr@ti.com>
18940          Date: Mon, 2 Nov 1998 07:38:52 -0600
18941          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18942          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18943  Branch: maint-5.005/perl
18944        ! ext/IPC/SysV/Msg.pm
18945 ____________________________________________________________________________
18946 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18947     Log: set close-on-exec bit on pipe() FDs
18948  Branch: perl
18949        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18950 ____________________________________________________________________________
18951 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18952     Log: typo in newHVhv()
18953  Branch: perl
18954        ! hv.c
18955 ____________________________________________________________________________
18956 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18957     Log: Finalize the Mach CThreads support.
18958          
18959          From: Hans Mulder <hansm@icgroup.nl>
18960          Date: Sat,  7 Nov 98 22:06:20 +0100
18961          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18962          Cc: jhi@iki.fi, perl5-porters@perl.org
18963          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18964          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18965  Branch: cfgperl
18966        ! malloc.c perl.h
18967 ____________________________________________________________________________
18968 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18969     Log: fix AvREALISH bogusness
18970  Branch: perl
18971        ! av.c t/op/array.t
18972 ____________________________________________________________________________
18973 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18974     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18975          ASSERT() causes problems in {NeXTStep,OpenStep}.
18976          
18977          From: Hans Mulder <hansm@icgroup.nl>
18978          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18979          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18980          Date: Fri,  6 Nov 98 01:27:41 +0100
18981          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18982          
18983          and
18984          
18985          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18986          Subject: Re: ASSERT() in malloc.c
18987          To: jhi@iki.fi
18988          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18989          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18990  Branch: cfgperl
18991        ! malloc.c
18992 ____________________________________________________________________________
18993 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18994     Log: Mach CThreads needs #include <mach/cthreads.h>.
18995  Branch: cfgperl
18996        ! perl.h
18997 ____________________________________________________________________________
18998 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18999     Log: PERL_BADLANG wrongly documented.
19000          
19001          From: ts <decoux@moulon.inra.fr>
19002          To: jhi@cc.hut.fi
19003          Subject: Re: Locale warning messages
19004          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
19005          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
19006          
19007          and
19008          
19009          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19010          Subject: Re: PERL_BADLANG
19011          To: jhi@iki.fi
19012          Subject: Re: PERL_BADLANG
19013          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
19014          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
19015  Branch: cfgperl
19016        ! pod/perllocale.pod
19017 ____________________________________________________________________________
19018 [  2205] By: jhi                                   on 1998/11/05  14:24:33
19019     Log: Document all the control flow keywords in perlfunc
19020          so that "perlfunc -f while" works.
19021  Branch: cfgperl
19022        ! pod/perlfunc.pod
19023 ____________________________________________________________________________
19024 [  2204] By: jhi                                   on 1998/11/05  12:46:02
19025     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
19026          (from vos/config.h).  Update Porting/{Glossary,config*}.
19027  Branch: cfgperl
19028        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19029        ! config_h.SH vos/config.h
19030 ____________________________________________________________________________
19031 [  2203] By: jhi                                   on 1998/11/05  08:34:39
19032     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
19033  Branch: cfgperl
19034        ! hints/vmesa.sh vms/subconfigure.com
19035 ____________________________________________________________________________
19036 [  2202] By: jhi                                   on 1998/11/05  08:03:20
19037     Log: Integrate from mainperl.
19038  Branch: cfgperl
19039       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
19040       !> win32/Makefile win32/makefile.mk win32/win32.c
19041 ____________________________________________________________________________
19042 [  2201] By: gsar                                  on 1998/11/05  04:40:44
19043     Log: another POPSTACK victim
19044  Branch: perl
19045        ! cop.h sv.c
19046 ____________________________________________________________________________
19047 [  2196] By: gsar                                  on 1998/11/05  02:07:54
19048     Log: fix a location affected by change#2191, add note about POPSTACK
19049  Branch: perl
19050        ! cop.h gv.c pp_ctl.c
19051 ____________________________________________________________________________
19052 [  2195] By: gsar                                  on 1998/11/05  02:04:45
19053     Log: makefile notes
19054  Branch: perl
19055        ! win32/Makefile win32/makefile.mk
19056 ____________________________________________________________________________
19057 [  2192] By: gsar                                  on 1998/11/04  23:48:53
19058     Log: indeterminate order-of-evaluation fixes
19059  Branch: perl
19060        ! mg.c
19061 ____________________________________________________________________________
19062 [  2191] By: gsar                                  on 1998/11/04  23:02:16
19063     Log: refetch local stack pointer in POPSTACK
19064  Branch: perl
19065        ! cop.h perl.c
19066 ____________________________________________________________________________
19067 [  2190] By: jhi                                   on 1998/11/04  08:50:40
19068     Log: Configure update.
19069          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
19070          
19071          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19072          To: Martin Bligh <mbligh@sequent.com>
19073          Cc: Jarkko Hietaniemi <jhi@iki.fi>
19074          Subject: Re: Perl 5's configure on DYNIX/ptx
19075          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
19076          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
19077          
19078          find sockets also from libsocket, not just libnet.
19079          OS390: $compile_ok instead of $compile for <inttypes.h>,
19080          
19081          From: pvhp@forte.com (Peter Prymmer)
19082          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
19083          Subject: _53 not OK on os390 but looking better than ever
19084          Date: Tue, 3 Nov 98 17:33:22 PST
19085          Message-Id: <9811040133.AA09450@forte.com>
19086  Branch: cfgperl
19087        ! Configure
19088 ____________________________________________________________________________
19089 [  2189] By: jhi                                   on 1998/11/04  07:43:58
19090     Log: sysio.t failure: fix undefined order of evaluation, from
19091          
19092          From: Spider Boardman <spider@web.zk3.dec.com>
19093          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
19094          To: perlbug@perl.com
19095          Date: 4 Nov 1998 01:22:30 +0200
19096          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19097  Branch: cfgperl
19098        ! pp_sys.c
19099 ____________________________________________________________________________
19100 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19101     Log: fix return value of win32_pclose()
19102  Branch: perl
19103        ! win32/win32.c
19104 ____________________________________________________________________________
19105 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19106     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19107  Branch: perl
19108        ! Changes doop.c gv.c util.c
19109 ____________________________________________________________________________
19110 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19111     Log: Document quads in pack.
19112  Branch: cfgperl
19113        ! pod/perlfunc.pod
19114 ____________________________________________________________________________
19115 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19116     Log: (IV) vs (I32) vs I_V()
19117          
19118          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19119          From: Anton Berezin <tobez@plab.ku.dk> 
19120          To: "p5p" <perl5-porters@perl.org> 
19121          Date: 01 Nov 1998 15:09:11 +0100 
19122          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19123          
19124          and
19125          
19126          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19127          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19128          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19129  Branch: cfgperl
19130        ! sv.c
19131 ____________________________________________________________________________
19132 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19133     Log: VM/ESA updates.
19134  Branch: cfgperl
19135        + README.vmesa
19136        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19137 ____________________________________________________________________________
19138 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19139     Log: The id(1)-parsing is real fun.
19140  Branch: cfgperl
19141        ! t/op/groups.t
19142 ____________________________________________________________________________
19143 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19144     Log: Decommission the symlink test.
19145  Branch: cfgperl
19146        ! t/op/lex_assign.t
19147 ____________________________________________________________________________
19148 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19149     Log: Replace ATTR_JOINABLE with true Configure probe
19150          for PTHREAD_CREATE_JOINABLE (or equivalent:
19151          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19152          Remove ATTR_JOINABLE itself: Thread.xs uses
19153          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19154          
19155          Really scan for <mach/cthreads.h> only if usethreads.
19156  Branch: cfgperl
19157        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19158 ____________________________________________________________________________
19159 [  2180] By: jhi                                   on 1998/11/02  11:07:34
19160     Log: In HP-UX 10.X usethreads only if the required files are present.
19161  Branch: cfgperl
19162        ! hints/hpux.sh
19163 ____________________________________________________________________________
19164 [  2179] By: jhi                                   on 1998/11/02  09:10:33
19165     Log: Prefer groups(1).
19166          id -Gn can be broken.
19167          id -a can save the day.
19168  Branch: cfgperl
19169        ! t/op/groups.t
19170 ____________________________________________________________________________
19171 [  2178] By: jhi                                   on 1998/11/02  08:35:29
19172     Log: Detrail enum comma.
19173  Branch: cfgperl
19174        ! perl.h
19175 ____________________________________________________________________________
19176 [  2177] By: jhi                                   on 1998/11/02  08:24:12
19177     Log: 0**0 = 1, from
19178          
19179          From: d-lewart@uiuc.edu (Daniel S. Lewart)
19180          Subject: Math::Complex 0**0 patches
19181          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
19182          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
19183          To: jhi@iki.fi (Jarkko Hietaniemi),
19184          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
19185  Branch: cfgperl
19186        ! lib/Math/Complex.pm t/lib/complex.t
19187 ____________________________________________________________________________
19188 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
19189     Log: From: jan.dubois@ibm.net (Jan Dubois)   
19190          Date: Fri, 09 Oct 1998 23:28:31 +0200
19191          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
19192          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
19193  Branch: maint-5.005/perl
19194        ! XSUB.h
19195 ____________________________________________________________________________
19196 [  2164] By: jhi                                   on 1998/10/31  15:50:02
19197     Log: Integrate from mainperl.
19198  Branch: cfgperl
19199       +> t/op/lex_assign.t
19200       !> (integrate 45 files)
19201
19202 ----------------
19203 Version 5.005_53
19204 ----------------
19205
19206 ____________________________________________________________________________
19207 [  2163] By: gsar                                  on 1998/10/31  11:31:12
19208     Log: bump patchlevel; other minor fixes for clean build and test on
19209          Solaris and win32
19210  Branch: perl
19211        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
19212        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
19213        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
19214        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19215        ! x2p/a2p.c
19216 ____________________________________________________________________________
19217 [  2162] By: gsar                                  on 1998/10/31  09:40:31
19218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19219          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
19220          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
19221          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
19222  Branch: perl
19223        ! pp.h
19224 ____________________________________________________________________________
19225 [  2161] By: gsar                                  on 1998/10/31  09:39:13
19226     Log: From: Albert Dvornik <bert@genscan.com>
19227          Date: 30 Oct 1998 17:50:04 -0500
19228          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
19229          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
19230  Branch: perl
19231        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
19232 ____________________________________________________________________________
19233 [  2160] By: gsar                                  on 1998/10/31  09:35:03
19234     Log: fix for bugs in -x mode
19235          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19236          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
19237          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
19238          Subject: [PATCH 5.00552] Fix h2xs
19239  Branch: perl
19240        ! utils/h2xs.PL
19241 ____________________________________________________________________________
19242 [  2159] By: gsar                                  on 1998/10/31  09:31:36
19243     Log: Data::Dumper update
19244  Branch: perl
19245        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19246        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
19247 ____________________________________________________________________________
19248 [  2153] By: gsar                                  on 1998/10/30  21:40:09
19249     Log: add testsuite portion of patch
19250          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19251          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
19252          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
19253          Subject: [PATCH 5.00321 ;-)] 87% speedup
19254  Branch: perl
19255        + t/op/lex_assign.t
19256        ! MANIFEST
19257 ____________________________________________________________________________
19258 [  2152] By: gsar                                  on 1998/10/30  21:08:11
19259     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
19260  Branch: perl
19261        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
19262 ____________________________________________________________________________
19263 [  2151] By: gsar                                  on 1998/10/30  20:18:09
19264     Log: From: Mark-Jason Dominus <mjd@plover.com>
19265          Date: Fri, 30 Oct 1998 14:24:23 EST
19266          Message-Id: <19981030192423.27276.qmail@plover.com>
19267          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
19268  Branch: perl
19269        ! x2p/walk.c
19270 ____________________________________________________________________________
19271 [  2150] By: gsar                                  on 1998/10/30  20:08:57
19272     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19273          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
19274          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
19275          Subject: [PATCH 5.00552] Overloaded <> and deref again
19276  Branch: perl
19277        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
19278        ! t/pragma/overload.t toke.c
19279 ____________________________________________________________________________
19280 [  2149] By: gsar                                  on 1998/10/30  19:38:15
19281     Log: From: Roderick Schertler <roderick@argon.org>
19282          Date: Thu, 29 Oct 1998 14:50:18 -0500
19283          Message-ID: <17625.909690618@eeyore.ibcinc.com>
19284          Subject: patch for daemonization docs in perlipc
19285  Branch: perl
19286        ! pod/perlipc.pod
19287 ____________________________________________________________________________
19288 [  2148] By: gsar                                  on 1998/10/30  19:36:07
19289     Log: From: Anton Berezin <tobez@plab.ku.dk>
19290          Date: 29 Oct 1998 17:06:25 +0100
19291          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
19292          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
19293  Branch: perl
19294        ! win32/win32.c
19295 ____________________________________________________________________________
19296 [  2147] By: gsar                                  on 1998/10/30  19:31:37
19297     Log: tweaked version of suggested patch
19298          From: Anton Berezin <tobez@plab.ku.dk>
19299          Date: 29 Oct 1998 14:48:54 +0100
19300          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
19301          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
19302  Branch: perl
19303        ! win32/win32.c
19304 ____________________________________________________________________________
19305 [  2146] By: gsar                                  on 1998/10/30  19:03:50
19306     Log: hand-apply whitespace-mutiliated patch
19307          From: "vishal bhatia" <vishalb@hotmail.com>
19308          Date: Wed, 28 Oct 1998 23:45:32 PST
19309          Message-ID: <19981029074534.2334.qmail@hotmail.com>
19310          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
19311  Branch: perl
19312        ! ext/B/B/C.pm ext/B/B/CC.pm
19313 ____________________________________________________________________________
19314 [  2145] By: gsar                                  on 1998/10/30  18:46:58
19315     Log: remaining PL_foo stragglers
19316  Branch: perl
19317        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
19318        ! op.h os2/os2.c vms/gen_shrfls.pl
19319 ____________________________________________________________________________
19320 [  2144] By: gsar                                  on 1998/10/30  17:38:36
19321     Log: integrate cfgperl tweaks into mainline
19322  Branch: perl
19323       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
19324       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19325 ____________________________________________________________________________
19326 [  2143] By: jhi                                   on 1998/10/30  13:27:39
19327     Log: There can be multiple yacc/bison errors.
19328  Branch: cfgperl
19329        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19330 ____________________________________________________________________________
19331 [  2142] By: jhi                                   on 1998/10/30  13:18:43
19332     Log: README.posix-bc update.
19333  Branch: cfgperl
19334        ! README.posix-bc
19335 ____________________________________________________________________________
19336 [  2141] By: jhi                                   on 1998/10/30  09:12:59
19337     Log: #2133 fallout.
19338  Branch: cfgperl
19339        ! doio.c ext/POSIX/POSIX.xs
19340 ____________________________________________________________________________
19341 [  2140] By: jhi                                   on 1998/10/30  08:43:18
19342     Log: Integrate from mainperl.
19343  Branch: cfgperl
19344       +> globvar.sym pp.sym
19345        - objpp.h thread.sym
19346       !> (integrate 61 files)
19347 ____________________________________________________________________________
19348 [  2133] By: gsar                                  on 1998/10/30  02:51:39
19349     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
19350          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
19351          should soon be automated also; the global variables that
19352          escaped the PL_foo conversion are now reined in; renamed
19353          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
19354          type of same name; duplicated lists of pp_things in various
19355          places is now gone; result has only been tested on win32
19356  Branch: perl
19357        + globvar.sym pp.sym
19358        - objpp.h thread.sym
19359        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
19360        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
19361        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
19362        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
19363        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
19364        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
19365        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
19366        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
19367        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19368        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19369        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
19370 ____________________________________________________________________________
19371 [  2130] By: jhi                                   on 1998/10/29  15:31:26
19372     Log: Pure bison yylex() proto was broken.
19373  Branch: cfgperl
19374        ! proto.h
19375 ____________________________________________________________________________
19376 [  2126] By: jhi                                   on 1998/10/29  08:35:54
19377     Log: Integrate mainperl.
19378  Branch: cfgperl
19379       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19380       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
19381       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
19382       !> t/pragma/warn/doio toke.c win32/makefile.mk
19383 ____________________________________________________________________________
19384 [  2125] By: jhi                                   on 1998/10/29  08:32:38
19385     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
19386  Branch: cfgperl
19387        ! Makefile.SH
19388 ____________________________________________________________________________
19389 [  2124] By: jhi                                   on 1998/10/29  08:06:44
19390     Log: EBCDIC Makefile.SH tuneup.
19391  Branch: cfgperl
19392        ! Makefile.SH
19393 ____________________________________________________________________________
19394 [  2119] By: gsar                                  on 1998/10/28  23:24:04
19395     Log: remove doubled hunk from integration
19396  Branch: perl
19397        ! pp.c
19398 ____________________________________________________________________________
19399 [  2118] By: gsar                                  on 1998/10/28  22:03:31
19400     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19401          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
19402          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
19403          Subject: [PATCH 5.00552] Minor debugger tweaks
19404  Branch: perl
19405        ! lib/perl5db.pl
19406 ____________________________________________________________________________
19407 [  2117] By: gsar                                  on 1998/10/28  22:02:30
19408     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19409          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
19410          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
19411          Subject: [PATCH 5.00552] Make sort respect overloading
19412  Branch: perl
19413        ! pp_ctl.c proto.h t/pragma/overload.t
19414 ____________________________________________________________________________
19415 [  2116] By: gsar                                  on 1998/10/28  21:51:11
19416     Log: MM patches from Ilya Zakharevich
19417          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
19418          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
19419          Subject: [PATCH 5.00552] Make MakeMaker more verbose
19420          --
19421          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
19422          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
19423          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
19424  Branch: perl
19425        ! lib/ExtUtils/MakeMaker.pm
19426 ____________________________________________________________________________
19427 [  2115] By: gsar                                  on 1998/10/28  21:46:19
19428     Log: add explicit references to perl source path in ld2 and gcc2
19429  Branch: perl
19430        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19431 ____________________________________________________________________________
19432 [  2114] By: gsar                                  on 1998/10/28  21:39:56
19433     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19434          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
19435          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
19436          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
19437  Branch: perl
19438        ! INSTALL
19439 ____________________________________________________________________________
19440 [  2113] By: gsar                                  on 1998/10/28  21:21:16
19441     Log: integrate cfgperl into mainline
19442  Branch: perl
19443       +> t/op/filetest.t
19444       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
19445       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
19446       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19447       !> thread.h toke.c vmesa/Makefile
19448 ____________________________________________________________________________
19449 [  2112] By: gsar                                  on 1998/10/28  21:14:18
19450     Log: minor cleanup
19451  Branch: perl
19452        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
19453 ____________________________________________________________________________
19454 [  2111] By: gsar                                  on 1998/10/28  18:52:10
19455     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
19456  Branch: perl
19457        ! toke.c
19458 ____________________________________________________________________________
19459 [  2110] By: jhi                                   on 1998/10/28  15:07:54
19460     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
19461  Branch: cfgperl
19462        ! Makefile.SH
19463 ____________________________________________________________________________
19464 [  2109] By: jhi                                   on 1998/10/28  13:39:54
19465     Log: a2p.y needs to generate also y.tab.h.
19466  Branch: cfgperl
19467        ! Makefile.SH
19468 ____________________________________________________________________________
19469 [  2108] By: jhi                                   on 1998/10/28  10:33:36
19470     Log: The "parse error" must be converted to "syntax error",
19471          just matching it aint' enough.
19472  Branch: cfgperl
19473        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19474        ! t/pragma/warning.t
19475 ____________________________________________________________________________
19476 [  2107] By: jhi                                   on 1998/10/28  10:23:05
19477     Log: Regen sig_n{ame,umber}* if slightest doubt.
19478  Branch: cfgperl
19479        ! Configure
19480 ____________________________________________________________________________
19481 [  2106] By: jhi                                   on 1998/10/28  08:44:49
19482     Log: Bison says 'parse error', not 'parser error'.
19483  Branch: cfgperl
19484        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19485        ! t/pragma/warning.t
19486 ____________________________________________________________________________
19487 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19488     Log: yylex() parametrization.
19489  Branch: cfgperl
19490        ! proto.h toke.c
19491 ____________________________________________________________________________
19492 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19493     Log: Bring in #2102.
19494  Branch: cfgperl
19495        ! pp.c
19496 ____________________________________________________________________________
19497 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19498     Log: From: Dominic Dunlop <domo@vo.lu>
19499          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19500          Date: 27 Oct 1998 20:47:25 +0200
19501          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19502  Branch: cfgperl
19503        ! t/op/groups.t
19504 ____________________________________________________________________________
19505 [  2102] By: larry                                 on 1998/10/27  18:58:55
19506     Log: utf8 change to quotemeta broke EBCDIC
19507  Branch: perl
19508        ! pp.c
19509 ____________________________________________________________________________
19510 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19511     Log: $Config{sig_num_init}.
19512          Also, a new approach to the 'pthreads-created-joinable': drop
19513          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19514          directly. (See also #2096).
19515  Branch: cfgperl
19516        ! Configure config_h.SH
19517 ____________________________________________________________________________
19518 [  2100] By: jhi                                   on 1998/10/27  10:48:55
19519     Log: Regenerated perly_c.diff.
19520  Branch: cfgperl
19521        ! perly_c.diff
19522 ____________________________________________________________________________
19523 [  2099] By: jhi                                   on 1998/10/27  08:42:25
19524     Log: First the mangler was Netscape, then it was me.
19525  Branch: cfgperl
19526        ! vmesa/Makefile
19527 ____________________________________________________________________________
19528 [  2098] By: jhi                                   on 1998/10/27  08:34:40
19529     Log: `id -Gn` might be available where `groups` is not.
19530  Branch: cfgperl
19531        ! t/op/groups.t
19532 ____________________________________________________________________________
19533 [  2097] By: jhi                                   on 1998/10/27  08:05:17
19534     Log: Netscape had mangled the tabs.
19535  Branch: cfgperl
19536        ! vmesa/Makefile
19537 ____________________________________________________________________________
19538 [  2096] By: jhi                                   on 1998/10/27  08:03:05
19539     Log: ATTR_JOINABLE logic, based on (private email)
19540          
19541          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19542          Subject: Some little diffs
19543          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
19544          Date: Tue, 27 Oct 1998 13:44:42 +1300
19545  Branch: cfgperl
19546        ! thread.h
19547 ____________________________________________________________________________
19548 [  2095] By: jhi                                   on 1998/10/27  07:56:57
19549     Log: Mach cthreads support based on:
19550          
19551          From: brie@corp.home.net (Brian Harrison)
19552          Subject: perl5.005_02 patch for mthreads
19553          To: perl5-porters@perl.org
19554          Date: 24 Oct 1998 01:01:55 +0300
19555          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
19556          
19557          Pthread yield probe (dejavu)
19558          Cosmetic nanochange for the union semun output.
19559          Better inttypes.h probe.
19560          Undo the 'void *' $selecttype probe from #1971 because
19561          it breaks the $selectminbits test.
19562  Branch: cfgperl
19563        ! Configure config_h.SH perl.h thread.h
19564 ____________________________________________________________________________
19565 [  2094] By: jhi                                   on 1998/10/26  13:02:07
19566     Log: Also posix-bc wants to reyacc.
19567  Branch: cfgperl
19568        ! Makefile.SH
19569 ____________________________________________________________________________
19570 [  2093] By: jhi                                   on 1998/10/26  10:17:21
19571     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
19572          5_02 and really breaking things in non-ASCII worlds.
19573  Branch: cfgperl
19574        ! pp.c
19575 ____________________________________________________________________________
19576 [  2092] By: jhi                                   on 1998/10/26  09:08:00
19577     Log: More robustness.
19578  Branch: cfgperl
19579        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19580        ! t/pragma/warning.t
19581 ____________________________________________________________________________
19582 [  2091] By: jhi                                   on 1998/10/26  08:47:32
19583     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
19584          Bison really wants YYLEX_PARAM.
19585  Branch: cfgperl
19586        ! perly.y proto.h toke.c
19587 ____________________________________________________________________________
19588 [  2090] By: jhi                                   on 1998/10/26  08:21:25
19589     Log: s/YYLEX_PARAM/YYLEXPARAM/
19590  Branch: cfgperl
19591        ! perly.y
19592 ____________________________________________________________________________
19593 [  2089] By: jhi                                   on 1998/10/26  08:17:33
19594     Log: Indicate skipped subtests.
19595  Branch: cfgperl
19596        ! t/io/pipe.t
19597 ____________________________________________________________________________
19598 [  2088] By: jhi                                   on 1998/10/26  08:11:36
19599     Log: Integrate from mainperl.
19600  Branch: cfgperl
19601       !> (integrate 54 files)
19602 ____________________________________________________________________________
19603 [  2087] By: jhi                                   on 1998/10/26  08:08:02
19604     Log: Add test for filetests.
19605  Branch: cfgperl
19606        + t/op/filetest.t
19607        ! MANIFEST
19608 ____________________________________________________________________________
19609 [  2086] By: gsar                                  on 1998/10/26  02:44:44
19610     Log: various win32 tweaks; disable new xs_cpp section (it creates
19611          ambiguous inference graph for %.xs --> %.o)
19612  Branch: perl
19613        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
19614        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
19615        ! win32/config.gc win32/config_H.gc win32/makedef.pl
19616        ! win32/makefile.mk win32/win32.h
19617 ____________________________________________________________________________
19618 [  2085] By: gsar                                  on 1998/10/26  00:50:02
19619     Log: sanity-check $Config{drand01} in rand.t
19620  Branch: perl
19621        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
19622        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19623 ____________________________________________________________________________
19624 [  2078] By: gsar                                  on 1998/10/25  10:22:04
19625     Log: update win32/config*.?c
19626  Branch: perl
19627        ! Changes win32/config.bc win32/config.gc win32/config.vc
19628        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19629 ____________________________________________________________________________
19630 [  2077] By: gsar                                  on 1998/10/25  08:39:25
19631     Log: From: Graham Barr <gbarr@pobox.com>
19632          Date: Sat, 24 Oct 1998 21:45:50 -0500
19633          Message-ID: <19981024214550.C508@pobox.com>
19634          Subject: Re: die with a reference  should use overload "" operator
19635  Branch: perl
19636        ! pp_ctl.c
19637 ____________________________________________________________________________
19638 [  2076] By: gsar                                  on 1998/10/25  08:37:49
19639     Log: From: Graham Barr <gbarr@pobox.com>
19640          Date: Sat, 24 Oct 1998 12:45:21 -0500
19641          Message-ID: <19981024124521.C512@pobox.com>
19642          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
19643  Branch: perl
19644        ! sv.c
19645 ____________________________________________________________________________
19646 [  2075] By: gsar                                  on 1998/10/25  08:24:09
19647     Log: fix C<print $n += 5;> etc.
19648  Branch: perl
19649        ! toke.c
19650 ____________________________________________________________________________
19651 [  2074] By: gsar                                  on 1998/10/25  08:12:28
19652     Log: list builtins with portability caveats
19653          From: Jarkko Hietaniemi <jhi@iki.fi>
19654          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
19655          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
19656          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
19657  Branch: perl
19658        ! pod/perlfunc.pod
19659 ____________________________________________________________________________
19660 [  2073] By: gsar                                  on 1998/10/25  07:55:43
19661     Log: fix stack overrun in file test operators
19662  Branch: perl
19663        ! pp_sys.c
19664 ____________________________________________________________________________
19665 [  2072] By: gsar                                  on 1998/10/25  07:29:45
19666     Log: implement C<goto &func> and other fixes (via private mail)
19667          From:    "vishal bhatia" <vishalb@hotmail.com>
19668          Date:    Wed, 21 Oct 1998 22:59:03 PDT
19669          Message-Id: <19981022055904.20083.qmail@hotmail.com>
19670          Subject: [PATCH 5.005_52] More fixes for B
19671  Branch: perl
19672        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
19673 ____________________________________________________________________________
19674 [  2071] By: gsar                                  on 1998/10/25  07:14:41
19675     Log: From: Graham Barr <gbarr@pobox.com>
19676          Date: Sat, 17 Oct 1998 20:42:41 -0500
19677          Message-ID: <19981017204241.G510@pobox.com>
19678          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
19679  Branch: perl
19680        ! pp_ctl.c
19681 ____________________________________________________________________________
19682 [  2070] By: gsar                                  on 1998/10/25  07:07:29
19683     Log: avoid bogus line number in XSUB redefined warnings
19684  Branch: perl
19685        ! op.c
19686 ____________________________________________________________________________
19687 [  2069] By: gsar                                  on 1998/10/25  06:59:03
19688     Log: From: Martijn Koster <mak@excitecorp.com>
19689          Date: Wed, 21 Oct 1998 13:12:03 +0100
19690          Message-ID: <19981021131203.A15661@excitecorp.com>
19691          Subject: File::Path::mkpath reports the wrong error
19692  Branch: perl
19693        ! lib/File/Path.pm
19694 ____________________________________________________________________________
19695 [  2068] By: gsar                                  on 1998/10/25  06:54:43
19696     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
19697          Date: Tue, 20 Oct 1998 20:52:20 -0500
19698          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
19699          Subject: Exporter.pm's export_to_level() argument handling buggy
19700  Branch: perl
19701        ! lib/Exporter.pm
19702 ____________________________________________________________________________
19703 [  2067] By: gsar                                  on 1998/10/25  06:50:19
19704     Log: From: jan.dubois@ibm.net (Jan Dubois)
19705          Date: Wed, 21 Oct 1998 00:55:51 +0200
19706          Message-ID: <36380269.55370608@smtp1.ibm.net>
19707          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
19708  Branch: perl
19709        ! ext/DynaLoader/DynaLoader_pm.PL
19710 ____________________________________________________________________________
19711 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19712     Log: recognize '%' as a shell metachar for win32
19713          From: jan.dubois@ibm.net (Jan Dubois)
19714          Date: Tue, 20 Oct 1998 21:57:35 +0200
19715          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19716          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19717  Branch: perl
19718        ! win32/win32.c
19719 ____________________________________________________________________________
19720 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19721     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19722  Branch: perl
19723        ! sv.c
19724 ____________________________________________________________________________
19725 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19726     Log: From: Gisle Aas <gisle@aas.no>
19727          Date: 20 Oct 1998 14:24:44 +0200
19728          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19729          Subject: ord() and unpack("U*",...) should not be negative
19730  Branch: perl
19731        ! pp.c
19732 ____________________________________________________________________________
19733 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19734     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19735          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19736          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19737          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19738  Branch: perl
19739        ! os2/os2.c
19740 ____________________________________________________________________________
19741 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19742     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19743          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19744          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19745          Subject: [PATCH 5.005_*] Speed up aassign
19746  Branch: perl
19747        ! pp_hot.c
19748 ____________________________________________________________________________
19749 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19750     Log: From: Graham Barr <gbarr@pobox.com>
19751          Date: Sat, 17 Oct 1998 22:22:02 -0500
19752          Message-ID: <19981017222202.J510@pobox.com>
19753          Subject: Re: '*' prototype does not allow bareword with strict
19754  Branch: perl
19755        ! toke.c
19756 ____________________________________________________________________________
19757 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19758     Log: handle '::' in section names properly
19759          From: Graham Barr <gbarr@pobox.com>
19760          Date: Sat, 17 Oct 1998 12:57:54 -0500
19761          Message-ID: <19981017125754.C510@pobox.com>
19762          Subject: Re: pod2html
19763  Branch: perl
19764        ! lib/Pod/Html.pm
19765 ____________________________________________________________________________
19766 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19767     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19768  Branch: perl
19769       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19770       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19771 ____________________________________________________________________________
19772 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19773     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19774  Branch: perl
19775        ! win32/makedef.pl
19776 ____________________________________________________________________________
19777 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19778     Log: integrate change#2053 from maint-5.005
19779  Branch: perl
19780       !> cop.h t/cmd/while.t
19781 ____________________________________________________________________________
19782 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19783     Log: commented version of a patch suggested by Drago Goricanec
19784          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19785          Date: 16 Oct 1998 15:24:45 +0300
19786          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19787          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19788  Branch: perl
19789        ! pp_sys.c
19790 ____________________________________________________________________________
19791 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19792     Log: include eof() in description of buffering caveats
19793          From: Anton Berezin <tobez@plab.ku.dk>
19794          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19795          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19796          Subject: [DOCPATCH] pod/perlfunc.pod
19797  Branch: perl
19798        ! pod/perlfunc.pod
19799 ____________________________________________________________________________
19800 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19801     Log: disallow 'x' in hex numbers (except leading '0x')
19802          From: Gisle Aas <gisle@aas.no>
19803          Date: 16 Oct 1998 16:33:12 +0200
19804          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19805          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19806  Branch: perl
19807        ! perlvars.h t/op/oct.t util.c
19808 ____________________________________________________________________________
19809 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19810     Log: avoid the circular refcnt logic in magic_mutexfree()
19811  Branch: perl
19812        ! mg.c pp.c pp_hot.c
19813 ____________________________________________________________________________
19814 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19815     Log: properly restore PL_rsfp_filters after require
19816  Branch: perl
19817        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19818        ! scope.h
19819 ____________________________________________________________________________
19820 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19821     Log: integrate cfgperl changes back into mainline
19822  Branch: perl
19823       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19824       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19825       !> (integrate 33 files)
19826 ____________________________________________________________________________
19827 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19828     Log: avoid "mysterious" compile-time failures without messages
19829  Branch: perl
19830        ! gv.c
19831 ____________________________________________________________________________
19832 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19833     Log: checkin jpl under //depot/perlext/jpl/...
19834  Branch: perlext
19835        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19836        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19837        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19838        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19839        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19840        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19841        + jpl/PerlInterpreter/Makefile.PL
19842        + jpl/PerlInterpreter/PerlInterpreter.c
19843        + jpl/PerlInterpreter/PerlInterpreter.h
19844        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19845        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19846        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19847        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19848        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19849 ____________________________________________________________________________
19850 [  2040] By: larry                                 on 1998/10/23  19:31:42
19851     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19852  Branch: perl
19853        ! pp.c
19854 ____________________________________________________________________________
19855 [  2039] By: larry                                 on 1998/10/23  18:48:34
19856     Log: tr///d does not seem to work
19857  Branch: perl
19858        ! lib/utf8_heavy.pl
19859 ____________________________________________________________________________
19860 [  2038] By: larry                                 on 1998/10/23  18:00:41
19861     Log: Program with utf8 identifiers fails to compile
19862  Branch: perl
19863        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19864 ____________________________________________________________________________
19865 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19866     Log: Test suite portability:
19867          - posix-bc does not write to broken pipes
19868          - filehand #11 only iff we have fork
19869          - warning.t can now match $expected using regular expressions
19870  Branch: cfgperl
19871        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19872        ! t/pragma/warning.t
19873 ____________________________________________________________________________
19874 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19875     Log: yacc clarification.
19876  Branch: cfgperl
19877        ! README.posix-bc
19878 ____________________________________________________________________________
19879 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19880     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19881  Branch: cfgperl
19882        ! mg.c
19883 ____________________________________________________________________________
19884 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19885     Log: Configure update: both for pthread_yield more robust
19886          testing (all variants of pthread_attr_getdetachstate()) --
19887          and because Configure was broken in major way! About 1000
19888          last lines were truncated.
19889  Branch: cfgperl
19890        ! Configure
19891 ____________________________________________________________________________
19892 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19893     Log: DJGPP feedback for #2028.
19894  Branch: cfgperl
19895        ! thread.h
19896 ____________________________________________________________________________
19897 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19898     Log: yielding, the saga continues.
19899  Branch: cfgperl
19900        ! Configure config_h.SH
19901       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19902       !> t/op/goto.t t/pragma/constant.t
19903 ____________________________________________________________________________
19904 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19905     Log: VM/ESA feedback for #2028.
19906  Branch: cfgperl
19907        ! Configure config_h.SH thread.h
19908 ____________________________________________________________________________
19909 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19910     Log: fix handling of mayhaps-extended @_ in goto &sub
19911  Branch: perl
19912        ! av.c pp_ctl.c t/op/goto.t
19913 ____________________________________________________________________________
19914 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19915     Log: restore sanity to "constant" references
19916  Branch: perl
19917        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19918 ____________________________________________________________________________
19919 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19920     Log: OLD_PTHREADS_API reorganizing.
19921  Branch: cfgperl
19922        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19923        ! vmesa/vmesaish.h
19924 ____________________________________________________________________________
19925 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19926     Log: #2026 fallout.
19927  Branch: cfgperl
19928        ! Makefile.SH
19929 ____________________________________________________________________________
19930 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19931     Log: VM/ESA update.
19932  Branch: cfgperl
19933        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19934 ____________________________________________________________________________
19935 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19936     Log: 64-bitness, based on
19937          
19938          From: Scott Henry <scotth@sgi.com>
19939          To: perl-64bit@perl.org
19940          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19941          Subject: Re: Configure problems/questions...
19942          Date: 19 Oct 1998 22:38:06 -0700
19943  Branch: cfgperl
19944        ! hints/irix_6.sh perl.h
19945 ____________________________________________________________________________
19946 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19947     Log: Add lseeksize.
19948  Branch: cfgperl
19949        ! config_h.SH
19950 ____________________________________________________________________________
19951 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19952     Log: Mumble about _yields() only when threaded.
19953  Branch: cfgperl
19954        ! Configure
19955 ____________________________________________________________________________
19956 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19957     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19958  Branch: cfgperl
19959        ! thread.h
19960 ____________________________________________________________________________
19961 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19962     Log: From: Chip Salzenberg <chip@perlsupport.com>
19963          Date: Tue, 6 Oct 1998 13:33:05 -0400
19964          Message-ID: <19981006133305.A2348@perlsupport.com>
19965          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19966  Branch: maint-5.005/perl
19967        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19968        ! t/op/tie.t
19969 ____________________________________________________________________________
19970 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19971     Log: YIELD more robustly.
19972  Branch: cfgperl
19973        ! thread.h
19974 ____________________________________________________________________________
19975 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19976     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19977          the 'new' one (just like DJGPP, it seems).
19978  Branch: cfgperl
19979        ! thread.h
19980 ____________________________________________________________________________
19981 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19982     Log: vmesaish.h doesn't exclude unixish.h.
19983  Branch: cfgperl
19984        ! perl.h
19985 ____________________________________________________________________________
19986 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19987     Log: 1<<$randbits is not good for randbits=48.
19988  Branch: cfgperl
19989        ! t/op/rand.t
19990 ____________________________________________________________________________
19991 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19992     Log: Make #2012 glob pattern more portable.
19993  Branch: cfgperl
19994        ! Makefile.SH
19995 ____________________________________________________________________________
19996 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19997     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19998          as it is output only
19999  Branch: maint-5.005/perl
20000        ! ext/POSIX/POSIX.xs
20001 ____________________________________________________________________________
20002 [  2012] By: jhi                                   on 1998/10/17  15:04:23
20003     Log: clean numbered core dumps and t/tmp[0-9]*.
20004  Branch: cfgperl
20005        ! Makefile.SH
20006 ____________________________________________________________________________
20007 [  2011] By: jhi                                   on 1998/10/17  14:59:15
20008     Log: More robust yacc/bison failure output handling.
20009  Branch: cfgperl
20010        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20011 ____________________________________________________________________________
20012 [  2010] By: jhi                                   on 1998/10/17  14:51:05
20013     Log: BC2000 POSIX update.
20014  Branch: cfgperl
20015        ! MANIFEST
20016 ____________________________________________________________________________
20017 [  2009] By: jhi                                   on 1998/10/17  14:49:46
20018     Log: POSIX BC2000 port from perl-mvs:
20019          
20020          Subject: Ported perl 5.005.02 to BS2000 / POSIX
20021          From: Dorner Thomas <Thomas.Dorner@start.de> 
20022          Date: Tue, 29 Sep 1998 13:29:36 +0100 
20023          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
20024  Branch: cfgperl
20025        + README.posix-bc hints/posix-bc.sh
20026        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
20027        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
20028        ! unixish.h
20029 ____________________________________________________________________________
20030 [  2008] By: jhi                                   on 1998/10/17  14:07:49
20031     Log: VM/ESA-update.
20032  Branch: cfgperl
20033        ! MANIFEST
20034 ____________________________________________________________________________
20035 [  2007] By: jhi                                   on 1998/10/17  13:55:34
20036     Log: Forgot few S_I* imports.
20037  Branch: cfgperl
20038        ! t/lib/ipc_sysv.t
20039 ____________________________________________________________________________
20040 [  2006] By: jhi                                   on 1998/10/17  13:43:54
20041     Log: The VM/ESA port essentials, based on
20042          
20043          perl-mvs:
20044          
20045          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20046          Subject: Re: Can't find Data/Dumper.pm
20047          Date: Mon, 28 Sep 1998 07:40:49 +1300
20048          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
20049          
20050          private email:
20051          
20052          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20053          Subject: Re: Perl thread problems in VM/ESA
20054          Date: Thu, 15 Oct 1998 07:18:35 +1300
20055          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
20056          
20057          and private email:
20058          
20059          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
20060          Subject:  perl archive
20061          Date:  Sun, 11 Oct 1998 19:28:54 EDT
20062          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
20063          which gave a pointer to
20064          
20065          http://pucc.princeton.edu/~neale/perl.tar
20066          
20067          (based on Perl 5.005_51)
20068  Branch: cfgperl
20069        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20070        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
20071        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
20072        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
20073 ____________________________________________________________________________
20074 [  2005] By: jhi                                   on 1998/10/17  13:17:19
20075     Log: Integrate mainperl.
20076  Branch: cfgperl
20077       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
20078       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20079       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
20080       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
20081       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
20082       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
20083       !> win32/makefile.mk
20084 ____________________________________________________________________________
20085 [  2004] By: jhi                                   on 1998/10/17  11:19:06
20086     Log: Removed an extra ' from the int64_t test.
20087  Branch: cfgperl
20088        ! Configure
20089 ____________________________________________________________________________
20090 [  2003] By: gsar                                  on 1998/10/17  04:11:40
20091     Log: silence -w noises (suggested by Greg Bacon)
20092  Branch: perl
20093        ! lib/Term/Complete.pm
20094 ____________________________________________________________________________
20095 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20096     Log: From: Gisle Aas <gisle@aas.no>
20097          Date: 14 Oct 1998 15:53:14 +0200
20098          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20099          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20100  Branch: perl
20101        ! util.c
20102 ____________________________________________________________________________
20103 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20104     Log: From: Gisle Aas <gisle@aas.no>
20105          Date: 14 Oct 1998 15:17:44 +0200
20106          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20107          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20108  Branch: perl
20109        ! toke.c
20110 ____________________________________________________________________________
20111 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20112     Log: From: Gisle Aas <gisle@aas.no>
20113          Date: 14 Oct 1998 00:38:06 +0200
20114          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20115          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20116  Branch: perl
20117        ! sv.c
20118 ____________________________________________________________________________
20119 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20120     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20121          Date: Tue, 13 Oct 1998 15:10:57 -0700
20122          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20123          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20124  Branch: perl
20125        ! vms/ext/Stdio/Stdio.pm
20126 ____________________________________________________________________________
20127 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20128     Log: skip readonly vars and unref references when doing a reset()
20129  Branch: perl
20130        ! sv.c
20131 ____________________________________________________________________________
20132 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20133     Log: fix buggy treatment of large checksums on unicode strings
20134          From: Gisle Aas <gisle@aas.no>
20135          Date: 13 Oct 1998 21:35:39 +0200
20136          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20137          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20138  Branch: perl
20139        ! pp.c
20140 ____________________________________________________________________________
20141 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20142     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20143          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20144          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20145          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20146  Branch: perl
20147        ! os2/Makefile.SHs os2/os2.c
20148 ____________________________________________________________________________
20149 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20150     Log: clarify section name rules for typemaps
20151  Branch: perl
20152        ! pod/perlxs.pod
20153 ____________________________________________________________________________
20154 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20155     Log: whitespace-proof grent.t
20156  Branch: perl
20157        ! t/op/grent.t
20158 ____________________________________________________________________________
20159 [  1993] By: gsar                                  on 1998/10/17  02:27:29
20160     Log: fix bug in B::CC::pp_sassign()
20161          From: "vishal bhatia" <vishalb@hotmail.com>
20162          Date: Sun, 11 Oct 1998 18:41:38 PDT
20163          Message-ID: <19981012014139.19614.qmail@hotmail.com>
20164          Subject: B::CC problems with pp_sassign routine
20165  Branch: perl
20166        ! ext/B/B/CC.pm
20167 ____________________________________________________________________________
20168 [  1992] By: gsar                                  on 1998/10/17  02:17:49
20169     Log: applied suggested patch with small doc tweak
20170          From: Gisle Aas <gisle@aas.no>
20171          Date: 11 Oct 1998 12:53:13 +0200
20172          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
20173          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
20174  Branch: perl
20175        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
20176        ! t/op/tiehandle.t
20177 ____________________________________________________________________________
20178 [  1991] By: gsar                                  on 1998/10/17  02:08:30
20179     Log: apply non-conflicting parts from suggested patch
20180          From: jan.dubois@ibm.net (Jan Dubois)
20181          Date: Sat, 10 Oct 1998 13:15:45 +0200
20182          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
20183          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
20184  Branch: perl
20185        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20186 ____________________________________________________________________________
20187 [  1990] By: gsar                                  on 1998/10/17  02:01:24
20188     Log: provide option to enable optimization with VC (suggested by Jan
20189          Dubois)
20190  Branch: perl
20191        ! win32/Makefile win32/makefile.mk
20192 ____________________________________________________________________________
20193 [  1989] By: gsar                                  on 1998/10/17  01:55:27
20194     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
20195          Dave Leppik <dleppik@gage.com>
20196  Branch: perl
20197        ! perl.h
20198 ____________________________________________________________________________
20199 [  1988] By: gsar                                  on 1998/10/17  01:49:05
20200     Log: stray typo found by Hugo van der Sanden
20201  Branch: perl
20202        ! op.c
20203 ____________________________________________________________________________
20204 [  1987] By: gsar                                  on 1998/10/17  01:45:52
20205     Log: perldoc pod update
20206          From: Daniel Grisinger <dgris@perrin.dimensional.com>
20207          Date: 06 Oct 1998 23:56:51 -0600
20208          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
20209          Subject: [PATCH _02 and _52] perldoc
20210  Branch: perl
20211        ! utils/perldoc.PL
20212 ____________________________________________________________________________
20213 [  1986] By: gsar                                  on 1998/10/17  01:41:40
20214     Log: qualify names of builtins
20215  Branch: perl
20216        ! ext/POSIX/POSIX.pm
20217 ____________________________________________________________________________
20218 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
20219     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20220          Date: Thu, 17 Sep 1998 17:16:06 +0200
20221          Message-ID: <360127B6.E44564A@ispsoft.de>
20222          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20223  Branch: maint-5.005/perl
20224        ! lib/ExtUtils/MakeMaker.pm
20225 ____________________________________________________________________________
20226 [  1978] By: gsar                                  on 1998/10/16  01:58:58
20227     Log: integrate cfgperl mods into mainline
20228  Branch: perl
20229       +> ext/DynaLoader/dl_vmesa.xs
20230        ! Porting/genlog
20231       !> Configure MANIFEST Makefile.SH config_h.SH
20232       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20233       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
20234       !> x2p/Makefile.SH
20235 ____________________________________________________________________________
20236 [  1976] By: gsar                                  on 1998/10/16  00:10:52
20237     Log: stray tweak
20238  Branch: perl
20239        ! op.c
20240 ____________________________________________________________________________
20241 [  1975] By: gsar                                  on 1998/10/15  23:54:38
20242     Log: propagate typeness of lexicals while cloning them
20243  Branch: perl
20244        ! op.c
20245 ____________________________________________________________________________
20246 [  1974] By: gsar                                  on 1998/10/15  23:53:25
20247     Log: s/last/first/ typo in append_list()
20248  Branch: perl
20249        ! op.c
20250 ____________________________________________________________________________
20251 [  1973] By: gsar                                  on 1998/10/15  20:06:17
20252     Log: nuke confperl branch and contents
20253  Branch: confperl
20254        - (delete 1284 files)
20255 ____________________________________________________________________________
20256 [  1972] By: jhi                                   on 1998/10/15  07:07:35
20257     Log: Test #162 had been added but the "print 1..161" had not been updated.
20258  Branch: cfgperl
20259        ! t/op/pat.t
20260 ____________________________________________________________________________
20261 [  1971] By: gsar                                  on 1998/10/15  03:09:58
20262     Log: check in all confperl changes as of change#1964 into cfgperl
20263  Branch: cfgperl
20264        + ext/DynaLoader/dl_vmesa.xs
20265        ! Configure MANIFEST Makefile.SH config_h.SH
20266        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20267        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
20268 ____________________________________________________________________________
20269 [  1970] By: gsar                                  on 1998/10/15  03:05:59
20270     Log: integrate mainline to get tr.t
20271  Branch: cfgperl
20272       +> t/op/tr.t
20273 ____________________________________________________________________________
20274 [  1969] By: gsar                                  on 1998/10/15  03:04:17
20275     Log: add missing tr.t to repository
20276  Branch: perl
20277        + t/op/tr.t
20278 ____________________________________________________________________________
20279 [  1968] By: gsar                                  on 1998/10/15  03:02:43
20280     Log: create cfgperl branch
20281  Branch: cfgperl
20282       +> (branch 1282 files)
20283 ____________________________________________________________________________
20284 [  1967] By: gsar                                  on 1998/10/15  02:46:08
20285     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
20286          (MAN3PODS cannot be set to ' '; stray stricture violation)
20287  Branch: perl
20288        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
20289        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
20290        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
20291        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
20292        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
20293        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
20294        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
20295        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
20296        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
20297        ! lib/ExtUtils/MM_Unix.pm
20298 ____________________________________________________________________________
20299 [  1966] By: gsar                                  on 1998/10/15  02:19:03
20300     Log: tweak to make fix in change#1944 behave correctly for closures
20301          created within eval''
20302  Branch: perl
20303        ! op.c t/op/eval.t
20304 ____________________________________________________________________________
20305 [  1965] By: gsar                                  on 1998/10/14  23:22:41
20306     Log: use better numbers for exitstatus test
20307  Branch: perl
20308        ! t/op/die_exit.t
20309 ____________________________________________________________________________
20310 [  1964] By: jhi                                   on 1998/10/14  17:25:41
20311     Log: Add VM/ESA dynaloading (uses <dll.h>).
20312  Branch: confperl
20313        + ext/DynaLoader/dl_vmesa.xs
20314        ! MANIFEST
20315 ____________________________________________________________________________
20316 [  1963] By: jhi                                   on 1998/10/14  17:17:10
20317     Log: Remove a2p.loadmap in 'clean' target.
20318  Branch: confperl
20319        ! x2p/Makefile.SH
20320 ____________________________________________________________________________
20321 [  1962] By: jhi                                   on 1998/10/14  17:13:11
20322     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
20323  Branch: confperl
20324        ! Makefile.SH
20325 ____________________________________________________________________________
20326 [  1961] By: jhi                                   on 1998/10/14  16:27:39
20327     Log: VM/ESA creates executable.loadmaps.
20328  Branch: confperl
20329        ! Makefile.SH
20330 ____________________________________________________________________________
20331 [  1960] By: jhi                                   on 1998/10/14  15:37:39
20332     Log: Introduce SCHED_YIELD (one of sched_yield(),
20333          pthread_yield(), or pthread_yield(NULL)).
20334          YIELD is then defined using SCHED_YIELD unless
20335          a platform-specific YIELD has already been defined.
20336          
20337          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
20338          
20339          The need for pthread_yield(NULL) and pthread_attr_setdet...
20340          introduced by (private email)
20341          
20342          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20343          Date: Sat, 10 Oct 1998 21:08:15 +1300
20344          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
20345          Subject: Re: Perl thread problems in VM/ESA
20346          
20347          Better select() protoprobe (for AIX), from (private email)
20348          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20349          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
20350          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
20351          Subject: AIX select (fwd)
20352          From: Lars Hecking <lhecking@nmrc.ucc.ie>
20353          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
20354          Date: Fri, 2 Oct 1998 10:40:01 +0100
20355          Subject: AIX select
20356          
20357          Linux-avoid-so.X.Y, based on
20358          From: "Kurt D. Starsinic" <kstar@chapin.edu>
20359          Date: Tue, 13 Oct 1998 15:55:07 -0400
20360          Message-ID: <19981013155507.B4004@O2.chapin.edu>
20361          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
20362  Branch: confperl
20363        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
20364        ! thread.h
20365 ____________________________________________________________________________
20366 [  1959] By: jhi                                   on 1998/10/14  12:51:26
20367     Log: Some old pthread implementations have
20368          pthread_attr_setdetachstate(pthread_attr_t*, int*).
20369  Branch: confperl
20370        ! ext/Thread/Thread.xs
20371 ____________________________________________________________________________
20372 [  1958] By: jhi                                   on 1998/10/14  12:41:11
20373     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
20374          counterparts will follow soon.
20375  Branch: confperl
20376        ! thread.h
20377 ____________________________________________________________________________
20378 [  1957] By: jhi                                   on 1998/10/14  12:38:11
20379     Log: Add tr.t (MANIFEST already knew about it, strange)
20380  Branch: confperl
20381        + t/op/tr.t
20382 ____________________________________________________________________________
20383 [  1956] By: jhi                                   on 1998/10/14  12:24:35
20384     Log: Mutexen should be initialized only once.
20385  Branch: confperl
20386        ! gv.c op.c
20387 ____________________________________________________________________________
20388 [  1955] By: jhi                                   on 1998/10/14  12:19:38
20389     Log: os390 has its own cppstdin.
20390  Branch: confperl
20391        ! hints/os390.sh
20392 ____________________________________________________________________________
20393 [  1954] By: jhi                                   on 1998/10/14  12:15:06
20394     Log: Integrate with mainperl.
20395  Branch: confperl
20396       !> (integrate 1280 files)
20397 ____________________________________________________________________________
20398 [  1953] By: jhi                                   on 1998/10/14  11:48:08
20399     Log: Removed duplicate CMA threads code for HPUX 10.X.
20400          (probably residue of patch(1) being too understanding)
20401          Enhanced 64-bit settings. (redo change#1940)
20402  Branch: confperl
20403        ! hints/hpux.sh
20404 ____________________________________________________________________________
20405 [  1952] By: jhi                                   on 1998/10/14  11:45:16
20406     Log: (redo change#1949) Detypo in the d_open64 warning about
20407          the impending WHOA.
20408  Branch: confperl
20409        ! hints/irix_6.sh
20410 ____________________________________________________________________________
20411 [  1951] By: jhi                                   on 1998/10/14  10:54:16
20412     Log: Mutexen should only be inited once, after they have been New()ed.
20413  Branch: confperl
20414        ! gv.c op.c
20415 ____________________________________________________________________________
20416 [  1950] By: jhi                                   on 1998/10/14  10:41:43
20417     Log: Own cppstdin.
20418  Branch: confperl
20419        ! hints/os390.sh
20420 ____________________________________________________________________________
20421 [  1949] By: jhi                                   on 1998/10/14  10:34:23
20422     Log: Detypo in the d_open64 warning about the impending WHOA.
20423  Branch: confperl
20424        ! hints/irix_6.sh
20425 ____________________________________________________________________________
20426 [  1948] By: gsar                                  on 1998/10/14  05:38:01
20427     Log: two typos
20428  Branch: perl
20429        ! pp_hot.c t/op/eval.t
20430 ____________________________________________________________________________
20431 [  1947] By: gsar                                  on 1998/10/14  05:37:10
20432     Log: let docatch() pass the buck when restartop turns out to be null,
20433          making exceptions in BEGIN{} propagate as expected
20434  Branch: perl
20435        ! pp_ctl.c t/op/misc.t
20436 ____________________________________________________________________________
20437 [  1946] By: gsar                                  on 1998/10/13  03:41:49
20438     Log: add missing file from change#1943
20439  Branch: perl
20440        ! proto.h
20441 ____________________________________________________________________________
20442 [  1945] By: gsar                                  on 1998/10/13  03:32:02
20443     Log: defer "deep recursion" warnings until CXt_SUB context is properly
20444          set up
20445  Branch: perl
20446        ! pp_hot.c t/pragma/warn/pp_hot
20447 ____________________________________________________________________________
20448 [  1944] By: gsar                                  on 1998/10/13  03:15:50
20449     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
20450          fixup the cop_seq value that must be seen by lexical lookups that
20451          emanate within eval''
20452  Branch: perl
20453        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
20454 ____________________________________________________________________________
20455 [  1943] By: gsar                                  on 1998/10/13  02:06:09
20456     Log: ensure recursive attempts to findlex()icals know enough about where
20457          the last eval'' context was encountered
20458  Branch: perl
20459        ! op.c t/op/eval.t
20460 ____________________________________________________________________________
20461 [  1942] By: gsar                                  on 1998/10/13  02:01:24
20462     Log: force copy of substrings when matching against temporaries
20463  Branch: perl
20464        ! pp_hot.c t/op/pat.t
20465 ____________________________________________________________________________
20466 [  1941] By: gsar                                  on 1998/10/13  01:49:16
20467     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
20468          implementation)
20469  Branch: perl
20470        ! pp_ctl.c t/op/runlevel.t
20471 ____________________________________________________________________________
20472 [  1940] By: jhi                                   on 1998/10/12  09:57:44
20473     Log: Removed duplicate CMA threads code for HPUX 10.X.
20474          (probably residue of patch(1) being too understanding)
20475          Enhanced 64-bit settings.
20476  Branch: confperl
20477        ! hints/hpux.sh
20478 ____________________________________________________________________________
20479 [  1939] By: jhi                                   on 1998/10/12  09:53:11
20480     Log: Initial sync from mainline perl.
20481  Branch: confperl
20482        + (add 1282 files)
20483 ____________________________________________________________________________
20484 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20485     Log: fix $/ init for USE_THREADS
20486  Branch: perl
20487        ! perl.c
20488 ____________________________________________________________________________
20489 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20490     Log: fix globals caught by change#1927; builds and tests on Solaris
20491  Branch: perl
20492        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20493        ! warning.h warning.pl
20494 ____________________________________________________________________________
20495 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20496     Log: add test for previous fix
20497  Branch: perl
20498        ! ext/Thread/create.t
20499 ____________________________________________________________________________
20500 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20501     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20502  Branch: perl
20503        ! util.c
20504 ____________________________________________________________________________
20505 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20506     Log: undo bogus part of change#1903 (as pointed out by Larry)
20507  Branch: perl
20508        ! pp_ctl.c
20509 ____________________________________________________________________________
20510 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20511     Log: added tweaked version of suggested patch
20512          From: jan.dubois@ibm.net (Jan Dubois)
20513          Date: Sat, 03 Oct 1998 19:04:48 +0200
20514          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20515          Subject: [PATCH 5.005_52] More MakeMaker  patches
20516  Branch: perl
20517        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20518        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
20519 ____________________________________________________________________________
20520 [  1931] By: gsar                                  on 1998/10/06  04:04:33
20521     Log: use cpp symbols instead of hardwired constants
20522          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20523          Date: Mon, 05 Oct 1998 09:23:33 +0100
20524          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
20525          Subject: [PATCH 5.005_52] By the numbers (resend)
20526  Branch: perl
20527        ! op.c
20528 ____________________________________________________________________________
20529 [  1930] By: gsar                                  on 1998/10/06  04:01:55
20530     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20531          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
20532          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
20533          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
20534  Branch: perl
20535        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
20536        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
20537 ____________________________________________________________________________
20538 [  1929] By: gsar                                  on 1998/10/06  03:50:36
20539     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20540          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
20541          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
20542          Subject: [PATCH 5.00552] Minor test improvement
20543  Branch: perl
20544        ! t/op/magic.t
20545 ____________________________________________________________________________
20546 [  1928] By: gsar                                  on 1998/10/06  03:49:03
20547     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20548          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
20549          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
20550          Subject: [PATCH 5.00552] emacs/ptags inprovements
20551  Branch: perl
20552        ! emacs/ptags
20553 ____________________________________________________________________________
20554 [  1927] By: gsar                                  on 1998/10/06  03:47:44
20555     Log: disable C<#define dirty PL_dirty> et al.
20556  Branch: perl
20557        ! embed.pl embedvar.h
20558 ____________________________________________________________________________
20559 [  1926] By: gsar                                  on 1998/10/06  03:43:32
20560     Log: From: Mark-Jason Dominus <mjd@plover.com>
20561          Date: Sun, 04 Oct 1998 14:48:11 -0400
20562          Message-ID: <19981004184811.16048.qmail@plover.com>
20563          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
20564  Branch: perl
20565        ! utils/perldoc.PL
20566 ____________________________________________________________________________
20567 [  1925] By: gsar                                  on 1998/10/06  03:27:35
20568     Log: disable USE_THREADS when PERL_OBJECT is enabled
20569  Branch: perl
20570        ! win32/Makefile win32/makefile.mk
20571 ____________________________________________________________________________
20572 [  1924] By: gsar                                  on 1998/10/06  03:26:54
20573     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
20574  Branch: perl
20575        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
20576        ! vms/perly_c.vms
20577 ____________________________________________________________________________
20578 [  1923] By: gsar                                  on 1998/10/03  05:19:56
20579     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
20580          overridden
20581  Branch: perl
20582        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
20583        ! proto.h vms/perly_c.vms
20584 ____________________________________________________________________________
20585 [  1922] By: gsar                                  on 1998/10/03  03:59:50
20586     Log: suppress manifypods leak in extensions
20587  Branch: perl
20588        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
20589 ____________________________________________________________________________
20590 [  1921] By: gsar                                  on 1998/10/02  22:30:15
20591     Log: os390 fixes (suggested by Peter Prymmer)
20592  Branch: perl
20593        ! Makefile.SH regcomp.c
20594 ____________________________________________________________________________
20595 [  1920] By: gsar                                  on 1998/10/02  21:41:19
20596     Log: squelch undef warnings
20597          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20598          Date: Fri, 02 Oct 1998 11:01:14 +0100
20599          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
20600          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
20601  Branch: perl
20602        ! Changes lib/Math/BigInt.pm
20603 ____________________________________________________________________________
20604 [  1919] By: gsar                                  on 1998/10/02  04:59:13
20605     Log: add note to INSTALL about ANSI C
20606  Branch: perl
20607        ! INSTALL
20608 ____________________________________________________________________________
20609 [  1918] By: gsar                                  on 1998/10/02  04:21:10
20610     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
20611          From: jan.dubois@ibm.net (Jan Dubois)
20612          Date: Wed, 30 Sep 1998 23:35:30 +0200
20613          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
20614          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
20615  Branch: perl
20616        ! lib/ExtUtils/xsubpp
20617 ____________________________________________________________________________
20618 [  1917] By: gsar                                  on 1998/10/02  04:16:02
20619     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20620          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
20621          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
20622          Subject: Re: Configure test for selectbits busted
20623  Branch: perl
20624        ! Configure
20625 ____________________________________________________________________________
20626 [  1916] By: gsar                                  on 1998/10/02  04:14:17
20627     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20628          Date: Wed, 30 Sep 1998 17:15:20 -0700
20629          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
20630          Subject: [PATCH 5.005_02]VMS config tweaks
20631  Branch: perl
20632        ! vms/descrip_mms.template vms/subconfigure.com
20633 ____________________________________________________________________________
20634 [  1915] By: gsar                                  on 1998/10/02  04:10:47
20635     Log: use Off_t to permit 64-bit seek()
20636          From: Scott Henry <scotth@sgi.com>
20637          Date: 29 Sep 1998 17:38:46 -0700
20638          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
20639          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
20640          --
20641          Date: 28 Sep 1998 18:55:37 -0700
20642          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
20643          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20644  Branch: perl
20645        ! doio.c pp_sys.c proto.h sv.c
20646 ____________________________________________________________________________
20647 [  1914] By: gsar                                  on 1998/10/02  04:05:36
20648     Log: normalize tm struct passed to strftime() with mktime()
20649          From: Spider Boardman <spider@orb.nashua.nh.us>
20650          Date: Wed, 30 Sep 1998 15:12:09 -0400
20651          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
20652          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
20653  Branch: perl
20654        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20655 ____________________________________________________________________________
20656 [  1913] By: gsar                                  on 1998/10/02  03:59:46
20657     Log: don't try to run foo_SH.orig etc.
20658  Branch: perl
20659        ! Configure
20660 ____________________________________________________________________________
20661 [  1912] By: gsar                                  on 1998/10/02  03:45:37
20662     Log: make warning about glob process failure optional
20663  Branch: perl
20664        ! pod/perldiag.pod pp_hot.c
20665 ____________________________________________________________________________
20666 [  1911] By: gsar                                  on 1998/10/02  02:52:21
20667     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
20668          From: Dominic Dunlop <domo@vo.lu>
20669          Date: Tue, 29 Sep 1998 21:06:30 +0000
20670          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
20671          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
20672          --
20673          Date: Wed, 30 Sep 1998 11:46:44 +0000
20674          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
20675          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
20676  Branch: perl
20677        ! pod/perldiag.pod regcomp.c
20678 ____________________________________________________________________________
20679 [  1910] By: gsar                                  on 1998/10/02  02:48:48
20680     Log: minor Configure tweaks (via private mail)
20681          From: Jarkko Hietaniemi <jhi@iki.fi>
20682          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
20683          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
20684          Subject: [PATCH] 5.005_52: the drizzle continues
20685  Branch: perl
20686        ! Configure config_h.SH handy.h
20687 ____________________________________________________________________________
20688 [  1909] By: gsar                                  on 1998/10/02  02:46:39
20689     Log: update SCO hints for dynamic loading
20690          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20691          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
20692          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
20693          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20694          --
20695          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
20696          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
20697          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20698  Branch: perl
20699        ! hints/sco.sh
20700 ____________________________________________________________________________
20701 [  1908] By: gsar                                  on 1998/10/02  02:33:39
20702     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
20703  Branch: perl
20704        ! lib/File/Find.pm
20705 ____________________________________________________________________________
20706 [  1907] By: gsar                                  on 1998/10/02  02:21:52
20707     Log: applied patches, but retained old behavior for win32 (where compilers
20708          can't read from stdin at all)
20709          From: Graham Barr <gbarr@ti.com>
20710          Date: Mon, 28 Sep 1998 09:41:49 -0500
20711          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20712          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20713          --
20714          Date: Tue, 29 Sep 1998 12:35:43 -0500
20715          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20716          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20717  Branch: perl
20718        ! ext/Errno/Errno_pm.PL
20719 ____________________________________________________________________________
20720 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20721     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20722          Hietaniemi)
20723  Branch: perl
20724        ! t/op/grent.t
20725 ____________________________________________________________________________
20726 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20727     Log: win32 caveats about truncate()
20728  Branch: perl
20729        ! pod/perlport.pod
20730 ____________________________________________________________________________
20731 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20732     Log: various Configure and hints updates (prefer drand48() or random()
20733          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20734          applied modulo SCO hints superceded by later patch
20735          From: Jarkko Hietaniemi <jhi@iki.fi>
20736          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20737          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20738          Subject: [PATCH] 5.005_52: Configure et al:
20739  Branch: perl
20740        + ext/IPC/SysV/hints/next_3.pl
20741        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20742        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20743        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20744 ____________________________________________________________________________
20745 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20746     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20747          Date: Mon, 28 Sep 1998 17:41:49 +0100
20748          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20749          Subject: [PATCH 5.005_52] Re: More on ?p 
20750          --
20751          Date: Thu, 01 Oct 1998 09:10:58 +0100
20752          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20753          Subject: [PATCH 5.005_52] ?p fix
20754          --
20755          Date: Thu, 01 Oct 1998 10:45:56 +0100
20756          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20757          Subject: [PATCH 5.005_52] more on ?p
20758  Branch: perl
20759        ! pp_ctl.c
20760 ____________________________________________________________________________
20761 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20762     Log: From: Kenneth Duda <kjd@cisco.com>
20763          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20764          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20765          Subject: writemain dies when there are more than 4000 characters of extensions
20766  Branch: perl
20767        ! writemain.SH
20768 ____________________________________________________________________________
20769 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20770     Log: tweak run_byacc recipe
20771  Branch: perl
20772        ! Makefile.SH Porting/pumpkin.pod
20773 ____________________________________________________________________________
20774 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20775     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20776  Branch: perl
20777        ! perl.h pp_ctl.c
20778 ____________________________________________________________________________
20779 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20780     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20781          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20782          Dvornik)
20783  Branch: perl
20784        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20785 ____________________________________________________________________________
20786 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20787     Log: flush unsubmitted 5.00552 change
20788  Branch: perl
20789        ! MANIFEST
20790 ____________________________________________________________________________
20791 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20792     Log: run vms_yfix.pl
20793  Branch: perl
20794        ! vms/perly_c.vms
20795 ____________________________________________________________________________
20796 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20797     Log: small tweak on last change
20798  Branch: perl
20799        ! win32/win32.c
20800 ____________________________________________________________________________
20801 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20802     Log: fix win32_stat() to do the right thing for share names
20803  Branch: perl
20804        ! win32/win32.c
20805 ____________________________________________________________________________
20806 [  1891] By: larry                                 on 1998/09/25  18:50:40
20807     Log: Fixed apostrophe problem from Mark Knutsen.
20808  Branch: perl
20809        ! sv.h
20810
20811 ----------------
20812 Version 5.005_52
20813 ----------------
20814
20815 ____________________________________________________________________________
20816 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20817     Log: update template config.sh, add new config vars to win32 stuff
20818  Branch: perl
20819        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20820        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20821        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20822        ! win32/config_H.vc win32/win32.h
20823 ____________________________________________________________________________
20824 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20825     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20826          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20827          of full-fledged 64-bit support (including support for: fseeko/ftello,
20828          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20829          in Fcntl)
20830          From: Jarkko Hietaniemi <jhi@iki.fi>
20831          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20832          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20833          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20834          --
20835          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20836          Date: 12 Sep 1998 09:44:25 +0300
20837          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20838          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20839  Branch: perl
20840        + lib/filetest.pm
20841        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20842        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20843        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20844        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20845        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20846        ! win32/makedef.pl
20847 ____________________________________________________________________________
20848 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20849     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20850  Branch: perl
20851        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20852        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20853        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20854 ____________________________________________________________________________
20855 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20856     Log: win32.c tweak
20857  Branch: perl
20858        ! win32/win32.c
20859 ____________________________________________________________________________
20860 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20861     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20862  Branch: perl
20863        ! lib/ExtUtils/MakeMaker.pm
20864 ____________________________________________________________________________
20865 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20866     Log: From: Dominic Dunlop <domo@vo.lu>
20867          Date: Thu, 10 Sep 1998 11:02:46 +0000
20868          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20869          Subject: MM_Unix::canonpath erroneously turns leading // into /
20870  Branch: perl
20871        ! lib/ExtUtils/MM_Unix.pm
20872 ____________________________________________________________________________
20873 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20874     Log: temporarily disable perl malloc for a2p until we clean up
20875          conflicting malloc() declarations everywhere
20876  Branch: perl
20877        ! x2p/Makefile.SH
20878 ____________________________________________________________________________
20879 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20880     Log: remove obsolete win32/bin/*.pl
20881  Branch: perl
20882        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20883        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20884 ____________________________________________________________________________
20885 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20886     Log: missing file in last submit
20887  Branch: perl
20888        ! proto.h
20889 ____________________________________________________________________________
20890 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20891     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20892  Branch: perl
20893        ! sv.c
20894 ____________________________________________________________________________
20895 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20896     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20897          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20898          Date: Thu, 24 Sep 1998 22:01:09 +0900
20899          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20900          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20901  Branch: perl
20902        ! hv.c proto.h
20903 ____________________________________________________________________________
20904 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20905     Log: tweaks to enable PERL_OBJECT to build & test on win32
20906  Branch: perl
20907        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20908        ! win32/GenCAPI.pl
20909 ____________________________________________________________________________
20910 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20911     Log: fix change#1861, which breaks default boot_xxx symbol generation
20912  Branch: perl
20913        ! lib/ExtUtils/Mksymlists.pm
20914 ____________________________________________________________________________
20915 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20916     Log: two tweaks for clean build and test on Solaris
20917  Branch: perl
20918        ! op.c t/op/subst.t
20919 ____________________________________________________________________________
20920 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20921     Log: From: Colin Kuskie <ckuskie@cadence.com>
20922          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20923          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20924          Subject: [PATCH 5.005_51] perlform.pod
20925  Branch: perl
20926        ! pod/perlform.pod
20927 ____________________________________________________________________________
20928 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20929     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20930          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20931          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20932          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20933  Branch: perl
20934        ! regexec.c
20935 ____________________________________________________________________________
20936 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20937     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20938          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20939          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20940          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20941  Branch: perl
20942        ! toke.c
20943 ____________________________________________________________________________
20944 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20946          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20947          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20948          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20949  Branch: perl
20950        ! Changes regcomp.c
20951 ____________________________________________________________________________
20952 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20953     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20954          Date: Sun, 23 Aug 1998 23:18:38 PDT
20955          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20956          Subject: new irix_6.sh hints file
20957  Branch: perl
20958        ! hints/irix_6.sh
20959 ____________________________________________________________________________
20960 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20961     Log: correct FSF address in various places
20962  Branch: perl
20963        ! Copying README ext/B/README lib/Getopt/Long.pm
20964 ____________________________________________________________________________
20965 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20966     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20967          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20968          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20969          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20970  Branch: perl
20971        ! configure.com
20972 ____________________________________________________________________________
20973 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20974     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20975          From:    Scott Henry <scotth@sgi.com>
20976          Date:    13 Aug 1998 09:52:15 PDT
20977          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20978          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20979  Branch: perl
20980        ! hints/irix_6.sh
20981 ____________________________________________________________________________
20982 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20983     Log: From:    Nathan Torkington <gnat@frii.com>
20984          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20985          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20986          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20987  Branch: perl
20988        ! pod/perlfunc.pod
20989 ____________________________________________________________________________
20990 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20991     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20992          that are autoloaded)
20993  Branch: perl
20994        ! pp_ctl.c
20995 ____________________________________________________________________________
20996 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20997     Log: grandfather deprecated "$$<digit>" no more
20998  Branch: perl
20999        ! pod/perldiag.pod toke.c
21000 ____________________________________________________________________________
21001 [  1865] By: gsar                                  on 1998/09/24  04:52:48
21002     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
21003          low bits (suggested by Ilya Zakharevich)
21004  Branch: perl
21005        ! hv.h
21006 ____________________________________________________________________________
21007 [  1864] By: gsar                                  on 1998/09/24  04:29:14
21008     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
21009          perly_c.diff
21010  Branch: perl
21011        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
21012        ! perly_c.diff toke.c
21013 ____________________________________________________________________________
21014 [  1863] By: gsar                                  on 1998/09/24  03:36:30
21015     Log: provide locked access to string table for USE_THREADS
21016  Branch: perl
21017        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
21018 ____________________________________________________________________________
21019 [  1862] By: gsar                                  on 1998/09/24  03:30:32
21020     Log: remove bogus warn()
21021  Branch: perl
21022        ! embed.pl
21023 ____________________________________________________________________________
21024 [  1861] By: gsar                                  on 1998/09/24  02:58:51
21025     Log: applied suggested patch, adapted for all platforms
21026          From: jan.dubois@ibm.net (Jan Dubois)
21027          Date: Sun, 20 Sep 1998 12:56:38 +0200
21028          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
21029          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
21030  Branch: perl
21031        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21032        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21033        ! lib/ExtUtils/MakeMaker.pm
21034 ____________________________________________________________________________
21035 [  1860] By: gsar                                  on 1998/09/24  02:16:14
21036     Log: upgrade to CPAN-1.40
21037  Branch: perl
21038        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
21039 ____________________________________________________________________________
21040 [  1859] By: gsar                                  on 1998/09/24  02:08:59
21041     Log: use $ENV{MAKEMAKEROPT} to set default command line args
21042  Branch: perl
21043        ! lib/ExtUtils/MakeMaker.pm
21044 ____________________________________________________________________________
21045 [  1857] By: gsar                                  on 1998/09/23  10:58:36
21046     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21047          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
21048          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
21049          Subject: More verbose Test::Harness [PATCH]
21050  Branch: perl
21051        ! lib/Test/Harness.pm
21052 ____________________________________________________________________________
21053 [  1856] By: gsar                                  on 1998/09/23  10:56:24
21054     Log: update hints for OPENSTEP 4.2 on i386
21055          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
21056          Date: Sun, 20 Sep 1998 01:03:18 +0200
21057          Message-Id: <9809192303.AA29190@Spike>
21058          Subject: Perl 5.005_02 compilation problems
21059  Branch: perl
21060        ! hints/next_4.sh
21061 ____________________________________________________________________________
21062 [  1855] By: gsar                                  on 1998/09/23  10:52:27
21063     Log: reset errno after C<require> search (as suggested by Larry)
21064  Branch: perl
21065        ! pp_ctl.c
21066 ____________________________________________________________________________
21067 [  1854] By: gsar                                  on 1998/09/23  10:50:26
21068     Log: misc pod tweaks
21069  Branch: perl
21070        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
21071 ____________________________________________________________________________
21072 [  1853] By: gsar                                  on 1998/09/23  10:46:06
21073     Log: make Pod/Html.pm handle the --title option properly (as suggested
21074          by gml4410@ggr.co.uk)
21075  Branch: perl
21076        ! lib/Pod/Html.pm
21077 ____________________________________________________________________________
21078 [  1852] By: gsar                                  on 1998/09/23  10:41:39
21079     Log: SSNEW() API for allocating memory on the savestack
21080          From: Albert Dvornik <bert@genscan.com>
21081          Date: 17 Sep 1998 19:23:07 -0400
21082          Message-Id: <tqemtae338.fsf@puma.genscan.com>
21083          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
21084  Branch: perl
21085        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
21086        ! perl.h proto.h scope.c scope.h t/io/tell.t
21087 ____________________________________________________________________________
21088 [  1851] By: gsar                                  on 1998/09/23  10:37:05
21089     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21090          Date: Thu, 17 Sep 1998 17:16:06 +0200
21091          Message-ID: <360127B6.E44564A@ispsoft.de>
21092          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21093  Branch: perl
21094        ! lib/ExtUtils/MakeMaker.pm
21095 ____________________________________________________________________________
21096 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21097     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21098          Date: 15 Sep 1998 01:32:31 +0200
21099          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21100          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21101  Branch: perl
21102        ! lib/ExtUtils/MM_Unix.pm
21103 ____________________________________________________________________________
21104 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21105     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21106          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21107          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21108          Subject: Re: extralibs.ld problem in MM_VMS.pm
21109  Branch: perl
21110        ! lib/ExtUtils/MM_VMS.pm
21111 ____________________________________________________________________________
21112 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21113     Log: From: Roderick Schertler <roderick@argon.org>
21114          Date: 11 Sep 1998 16:19:21 -0400
21115          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21116          Subject: Re: Open2 and memory leaks
21117  Branch: perl
21118        ! lib/IPC/Open3.pm
21119 ____________________________________________________________________________
21120 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21121     Log: From: Roderick Schertler <roderick@argon.org>
21122          Date: Wed, 09 Sep 1998 23:52:48 -0400
21123          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21124          Subject: seed srand from /dev/urandom when possible
21125  Branch: perl
21126        ! pod/perlfunc.pod pp.c
21127 ____________________________________________________________________________
21128 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21129     Log: From: Roderick Schertler <roderick@argon.org>
21130          Date: Thu, 10 Sep 1998 00:32:17 -0400
21131          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21132          Subject: doc update for crypt()'s salt
21133  Branch: perl
21134        ! pod/perlfunc.pod
21135 ____________________________________________________________________________
21136 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21137     Log: fix h2ph handling of C<#error "foo">
21138          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21139          Date: Thu, 10 Sep 1998 09:59:33 +0900
21140          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21141          Subject: [5.005_02] h2ph problem
21142  Branch: perl
21143        ! utils/h2ph.PL
21144 ____________________________________________________________________________
21145 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21146     Log: plug strictly private function leaks in API listing
21147  Branch: perl
21148        ! pod/perlguts.pod
21149 ____________________________________________________________________________
21150 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21151     Log: hide symbol for static build
21152          From: Dominic Dunlop <domo@vo.lu>
21153          Date: Tue, 8 Sep 1998 21:40:46 +0000
21154          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21155          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21156  Branch: perl
21157        ! regcomp.c
21158 ____________________________________________________________________________
21159 [  1842] By: gsar                                  on 1998/09/23  09:52:46
21160     Log: define PUT_svindex(), PUT_opindex()
21161  Branch: perl
21162        ! ext/B/B/Assembler.pm
21163 ____________________________________________________________________________
21164 [  1841] By: gsar                                  on 1998/09/23  09:44:25
21165     Log: From: Dominic Dunlop <domo@vo.lu>
21166          Date: Tue, 8 Sep 1998 15:34:53 +0000
21167          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
21168          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
21169  Branch: perl
21170        ! t/pragma/warn/regexec
21171 ____________________________________________________________________________
21172 [  1840] By: gsar                                  on 1998/09/23  09:42:17
21173     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
21174  Branch: perl
21175        ! win32/bin/pl2bat.pl
21176 ____________________________________________________________________________
21177 [  1839] By: gsar                                  on 1998/09/23  09:38:18
21178     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
21179          Date: Mon, 7 Sep 1998 17:36:09 +0900
21180          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
21181          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
21182  Branch: perl
21183        ! ext/Thread/Thread.xs
21184 ____________________________________________________________________________
21185 [  1838] By: gsar                                  on 1998/09/23  09:21:11
21186     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
21187          Date: Thu, 10 Sep 1998 00:02:07 -0400
21188          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
21189          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
21190  Branch: perl
21191        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21192        + vos/config.h vos/config_h.SH_orig vos/perl.bind
21193        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
21194        ! MANIFEST perl.c perl.h pod/perlport.pod
21195 ____________________________________________________________________________
21196 [  1837] By: gsar                                  on 1998/09/23  08:45:58
21197     Log: (via private mail)
21198          From: Charles Bailey <BAILEY@newman.upenn.edu>
21199          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
21200          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
21201          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
21202  Branch: perl
21203        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
21204        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21205        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
21206        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
21207        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
21208        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
21209        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
21210        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
21211        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
21212        ! vms/writemain.pl
21213 ____________________________________________________________________________
21214 [  1836] By: gsar                                  on 1998/09/23  08:17:42
21215     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21216          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
21217          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
21218          Subject: [PATCH 5.005_*] OS/2 spawning typos
21219  Branch: perl
21220        ! os2/os2.c
21221 ____________________________________________________________________________
21222 [  1835] By: gsar                                  on 1998/09/23  08:09:55
21223     Log: warn on C<my($foo,$foo)>
21224  Branch: perl
21225        ! op.c pod/perldiag.pod
21226 ____________________________________________________________________________
21227 [  1834] By: gsar                                  on 1998/09/23  07:35:56
21228     Log: From: pvhp@forte.com (Peter Prymmer)
21229          Date: Fri, 4 Sep 98 13:27:41 PDT
21230          Message-Id: <9809042027.AA04463@forte.com>
21231          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
21232  Branch: perl
21233        ! README.vms
21234 ____________________________________________________________________________
21235 [  1833] By: gsar                                  on 1998/09/23  07:27:34
21236     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21237          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
21238          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
21239          Subject: PATCH: 5.005_02 hint/hpux.sh
21240  Branch: perl
21241        ! hints/hpux.sh
21242 ____________________________________________________________________________
21243 [  1832] By: gsar                                  on 1998/09/23  07:22:40
21244     Log: fix (some) installhtml bugs
21245          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
21246          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
21247          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
21248          Subject: installhtml script needs work
21249  Branch: perl
21250        ! installhtml
21251 ____________________________________________________________________________
21252 [  1831] By: gsar                                  on 1998/09/23  07:19:30
21253     Log: document 'U' magic with examples
21254          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
21255          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
21256          Message-Id: <199809011455.PAA00631@sale-wts>
21257          Subject: Re: Looking for some XS MAGIC examples...
21258  Branch: perl
21259        ! pod/perlguts.pod
21260 ____________________________________________________________________________
21261 [  1830] By: gsar                                  on 1998/09/23  07:16:43
21262     Log: From: pvhp@forte.com (Peter Prymmer)
21263          Date: Mon, 31 Aug 98 17:13:49 PDT
21264          Message-Id: <9809010013.AA06737@forte.com>
21265          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
21266  Branch: perl
21267        ! README.os390
21268 ____________________________________________________________________________
21269 [  1829] By: gsar                                  on 1998/09/23  07:15:08
21270     Log: fix problematic typecast in filter_del()
21271          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
21272          Date: Mon, 31 Aug 1998 21:13:11 GMT
21273          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
21274          Subject: perl5.005_02 does not build on Cray T90
21275  Branch: perl
21276        ! toke.c
21277 ____________________________________________________________________________
21278 [  1828] By: gsar                                  on 1998/09/23  07:11:34
21279     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21280          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
21281          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
21282          Subject: [PATCH 5.005_5*] (?>) broken in RE
21283  Branch: perl
21284        ! regexec.c t/op/re_tests
21285 ____________________________________________________________________________
21286 [  1827] By: gsar                                  on 1998/09/23  07:09:50
21287     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
21288  Branch: perl
21289        ! t/op/grent.t t/op/groups.t
21290 ____________________________________________________________________________
21291 [  1826] By: gsar                                  on 1998/09/23  07:03:16
21292     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21293          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
21294          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
21295          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
21296  Branch: perl
21297        - interp.sym
21298        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
21299 ____________________________________________________________________________
21300 [  1825] By: gsar                                  on 1998/09/23  06:56:40
21301     Log: re-introduce change#1703
21302  Branch: perl
21303        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
21304 ____________________________________________________________________________
21305 [  1824] By: gsar                                  on 1998/09/23  06:44:19
21306     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21307          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
21308          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
21309          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
21310  Branch: perl
21311        ! lib/perl5db.pl
21312 ____________________________________________________________________________
21313 [  1823] By: gsar                                  on 1998/09/23  06:41:34
21314         Log: From: Joe Buehler <jhpb@hekimian.com>
21315              Date: 29 Aug 1998 17:13:28 -0400
21316              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
21317              Subject: patches for perl 5.005_51 under U/WIN
21318      Branch: perl
21319            + hints/uwin.sh
21320            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
21321            ! t/lib/posix.t
21322 ____________________________________________________________________________
21323 [  1822] By: gsar                                  on 1998/09/23  06:36:59
21324         Log: add missing C<no utf8;> tweak from Larry
21325      Branch: perl
21326            ! t/op/subst.t
21327 ____________________________________________________________________________
21328 [  1821] By: gsar                                  on 1998/09/23  06:27:51
21329         Log: s/runops/CALLRUNOPS/
21330      Branch: perl
21331            ! cc_runtime.h
21332 ____________________________________________________________________________
21333 [  1820] By: gsar                                  on 1998/09/23  06:24:49
21334         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
21335      Branch: perl
21336           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
21337           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
21338           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
21339           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
21340           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
21341           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
21342           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
21343           +> t/pragma/warn/util
21344            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
21345            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
21346            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
21347            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
21348            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
21349            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
21350            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
21351            - t/pragma/warn-util
21352            ! MANIFEST t/pragma/warning.t
21353 ____________________________________________________________________________
21354 [  1819] By: gsar                                  on 1998/09/23  06:08:46
21355         Log: make \(%foo) return refs to values (not copies of values)
21356              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21357              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
21358              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
21359              --
21360              From: Roderick Schertler <roderick@argon.org>
21361              Date: Sat, 29 Aug 1998 00:58:33 -0400
21362              Message-ID: <29894.904366713@eeyore.ibcinc.com>
21363              Subject: Re: \(%x) problems
21364      Branch: perl
21365            ! doop.c pod/perlref.pod
21366 ____________________________________________________________________________
21367 [  1818] By: gsar                                  on 1998/09/23  06:05:08
21368         Log: make h2xs generate ANSI prototypes
21369      Branch: perl
21370            ! utils/h2xs.PL
21371 ____________________________________________________________________________
21372 [  1817] By: gsar                                  on 1998/09/23  05:57:16
21373         Log: updated usethreads hints for hpux 10.X
21374              From: Matthew T Harden <mthard@mthard1.monsanto.com>
21375              Date: Fri, 28 Aug 1998 14:10:42 GMT
21376              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
21377              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
21378      Branch: perl
21379            ! hints/hpux.sh perl.h
21380 ____________________________________________________________________________
21381 [  1816] By: gsar                                  on 1998/09/23  05:53:31
21382         Log: don't create empty directories in installperl
21383              From: Robin Barker <rmb1@cise.npl.co.uk>
21384              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
21385              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
21386              Subject: [PATCH 5.005_02] install: empty dirs
21387      Branch: perl
21388            ! installperl
21389 ____________________________________________________________________________
21390 [  1815] By: gsar                                  on 1998/09/23  05:50:36
21391         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
21392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21393              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
21394              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
21395              Subject: Re: your mail
21396      Branch: perl
21397            ! regexec.c t/op/re_tests
21398 ____________________________________________________________________________
21399 [  1814] By: gsar                                  on 1998/09/23  05:45:17
21400         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21401              Date: Thu, 20 Aug 1998 20:59:03 -0400
21402              Message-ID: <19980820205903.A12908@O2.chapin.edu>
21403              Subject: [PATCH] h2ph misquotes #error directives
21404      Branch: perl
21405            ! t/lib/h2ph.pht utils/h2ph.PL
21406 ____________________________________________________________________________
21407 [  1813] By: gsar                                  on 1998/09/23  05:42:41
21408         Log: patch to support computed regular subexpressions
21409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21410              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
21411              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
21412              Subject: [5.005_5* PATCH] Postponed RE - now!
21413      Branch: perl
21414            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
21415            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
21416 ____________________________________________________________________________
21417 [  1812] By: gsar                                  on 1998/09/23  05:26:26
21418         Log: better CR-handling on shebang line and in formats (fixed variant of
21419              patch suggested by Igor Sysoev <igor@nitek.ru>)
21420      Branch: perl
21421            ! perl.c toke.c
21422 ____________________________________________________________________________
21423 [  1811] By: gsar                                  on 1998/09/23  04:35:46
21424         Log: document non-loopish blocks better
21425              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21426              Date: Tue, 18 Aug 1998 12:28:36 +0100
21427              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
21428              Subject: Re: next in do {} while block gives error message
21429      Branch: perl
21430            ! pod/perlfunc.pod
21431 ____________________________________________________________________________
21432 [  1810] By: gsar                                  on 1998/09/23  04:12:05
21433         Log: fix bogus integerization of pop()'s return value
21434              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21435              Date: Sat, 15 Aug 1998 23:27:54 -0400
21436              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
21437              Subject: Re: Complex expression does integer arithmetic 
21438      Branch: perl
21439            ! opcode.h opcode.pl
21440 ____________________________________________________________________________
21441 [  1809] By: gsar                                  on 1998/09/23  04:09:43
21442         Log: tweak README.win32
21443      Branch: perl
21444            ! README.win32
21445 ____________________________________________________________________________
21446 [  1808] By: gsar                                  on 1998/09/23  03:40:57
21447         Log: better diagnostic for do{} used as lvalue
21448      Branch: perl
21449            ! op.c pod/perlport.pod
21450 ____________________________________________________________________________
21451 [  1807] By: gsar                                  on 1998/09/23  03:38:30
21452         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
21453              From: hansm@icgroup.nl
21454              Date: Tue, 11 Aug 98 21:08:51 +0200
21455              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
21456              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21457      Branch: perl
21458            ! malloc.c
21459 ____________________________________________________________________________
21460 [  1806] By: gsar                                  on 1998/09/23  03:36:08
21461         Log: support make written in perl (aka "pmake") on win32
21462      Branch: perl
21463            ! lib/ExtUtils/MM_Win32.pm
21464 ____________________________________________________________________________
21465 [  1805] By: gsar                                  on 1998/09/23  03:30:07
21466         Log: fix mismatched UV/U32 types for to_utf8_*()
21467      Branch: perl
21468            ! utf8.c
21469 ____________________________________________________________________________
21470 [  1804] By: gsar                                  on 1998/09/23  03:22:22
21471         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21472              Date: Sun, 9 Aug 1998 22:38:23 +0200
21473              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
21474              Subject: [PATCH 5.5002] dos-djgpp update
21475      Branch: perl
21476            ! t/io/fs.t
21477 ____________________________________________________________________________
21478 [  1803] By: gsar                                  on 1998/09/23  03:20:13
21479         Log: apply minimal variant of patch (sent via private mail)
21480              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
21481              Date: Wed, 12 Aug 1998 15:42:35 +0300
21482              Message-Id: <199808121242.PAA29761@comanche.spices>
21483              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
21484      Branch: perl
21485            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21486            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21487 ____________________________________________________________________________
21488 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21489         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21490              From: pvhp@forte.com (Peter Prymmer)
21491              Date: Thu, 6 Aug 98 18:09:39 PDT
21492              Message-Id: <9808070109.AA06158@forte.com>
21493              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21494      Branch: perl
21495            ! README.os390 t/lib/searchdict.t
21496 ____________________________________________________________________________
21497 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21498         Log: silence redefined warning for XS(INIT) {}
21499      Branch: perl
21500            ! op.c
21501 ____________________________________________________________________________
21502 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21503         Log: support match indices via special variables @- and @+
21504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21505              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21506              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21507              Subject: [PATCH 5.004_76] @- and @+
21508      Branch: perl
21509            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21510            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21511 ____________________________________________________________________________
21512 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21513         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21514              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21515              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
21516              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
21517      Branch: perl
21518            ! regcomp.c t/op/re_tests
21519 ____________________________________________________________________________
21520 [  1798] By: gsar                                  on 1998/09/23  01:39:23
21521         Log: integrate maint-5.005 changes (except conflicting change#1794)
21522      Branch: perl
21523            ! Changes
21524           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
21525           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
21526           !> win32/win32.h
21527 ____________________________________________________________________________
21528 [  1797] By: gsar                                  on 1998/09/23  01:32:36
21529         Log: add note to win32/Makefile about setting CCHOME
21530      Branch: perl
21531            ! win32/Makefile win32/makefile.mk
21532 ____________________________________________________________________________
21533 [  1796] By: gsar                                  on 1998/09/23  01:31:32
21534         Log: perl.pod tweak
21535      Branch: perl
21536            ! pod/perl.pod
21537 ____________________________________________________________________________
21538 [  1795] By: gsar                                  on 1998/09/21  20:34:10
21539         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
21540      Branch: perl
21541            ! lib/ExtUtils/xsubpp
21542 ____________________________________________________________________________
21543 [  1789] By: gsar                                  on 1998/09/18  18:01:37
21544         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
21545      Branch: perl
21546            ! cop.h t/cmd/for.t
21547 ____________________________________________________________________________
21548 [  1788] By: gsar                                  on 1998/09/17  02:19:11
21549         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
21550      Branch: perl
21551            ! win32/config.bc win32/config.gc win32/config.vc
21552 ____________________________________________________________________________
21553 [  1787] By: gsar                                  on 1998/09/17  01:45:14
21554         Log: suppress bogus warning on C<sub x {} x()>
21555      Branch: perl
21556            ! toke.c
21557 ____________________________________________________________________________
21558 [  1786] By: gsar                                  on 1998/09/17  01:42:51
21559         Log: ntohl typo in objXSUB.h
21560      Branch: perl
21561            ! objXSUB.h
21562 ____________________________________________________________________________
21563 [  1785] By: gsar                                  on 1998/09/17  01:41:48
21564         Log: fill gaps in sig_* entries in win32/config.?c
21565      Branch: perl
21566            ! win32/config.bc win32/config.gc win32/config.vc
21567 ____________________________________________________________________________
21568 [  1781] By: larry                                 on 1998/09/05  23:48:24
21569         Log: tr/// logic was hosed under utf8
21570      Branch: perl
21571            ! doop.c op.c op.h pp.c proto.h
21572 ____________________________________________________________________________
21573 [  1780] By: larry                                 on 1998/09/05  23:44:16
21574         Log: several new tests needed tweaking to work under utf8
21575      Branch: perl
21576            ! t/comp/require.t t/op/pack.t t/op/substr.t
21577 ____________________________________________________________________________
21578 [  1779] By: larry                                 on 1998/09/05  23:41:42
21579         Log: index() applied BM optimization to wrong argument
21580      Branch: perl
21581            ! op.c util.c
21582 ____________________________________________________________________________
21583 [  1778] By: larry                                 on 1998/09/05  23:38:29
21584         Log: Implicit require during compile reset line numbering
21585      Branch: perl
21586            ! pp_ctl.c
21587
21588 ----------------
21589 Version 5.005_51
21590 ----------------
21591
21592 ____________________________________________________________________________
21593 [  1777] By: gsar                                  on 1998/08/10  07:02:38
21594         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
21595              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
21596              lexical warning testsuite for win32
21597      Branch: perl
21598            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
21599            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
21600            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
21601            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
21602            ! win32/Makefile win32/makefile.mk
21603 ____________________________________________________________________________
21604 [  1776] By: gsar                                  on 1998/08/09  17:53:48
21605         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
21606      Branch: perl
21607            ! Changes MANIFEST perl.c pod/perlhist.pod
21608 ____________________________________________________________________________
21609 [  1775] By: gsar                                  on 1998/08/09  14:35:33
21610         Log: tweak warning test
21611      Branch: perl
21612            ! t/pragma/warn-toke
21613 ____________________________________________________________________________
21614 [  1774] By: gsar                                  on 1998/08/09  14:13:46
21615         Log: add missing dTHR; notes for test failures due to small stacksize
21616      Branch: perl
21617            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
21618            ! toke.c universal.c util.c
21619 ____________________________________________________________________________
21620 [  1773] By: gsar                                  on 1998/08/09  11:31:53
21621         Log: lexical warnings; tweaks to places that didn't apply correctly
21622              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
21623              Date:    Wed, 29 Jul 1998 09:28:45 BST
21624              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
21625              Subject: lexical warnings patch for 5.005_50
21626      Branch: perl
21627            + README.lexwarn lib/warning.pm t/pragma/warn-2use
21628            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
21629            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
21630            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
21631            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
21632            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
21633            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
21634            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
21635            + warning.h warning.pl
21636            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
21637            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
21638            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
21639            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
21640            ! universal.c util.c
21641 ____________________________________________________________________________
21642 [  1772] By: gsar                                  on 1998/08/08  23:06:00
21643         Log: bump patchlevel to 5.005_51
21644      Branch: perl
21645            ! patchlevel.h win32/Makefile win32/config_H.bc
21646            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21647 ____________________________________________________________________________
21648 [  1771] By: gsar                                  on 1998/08/08  23:01:57
21649         Log: fix bogus warning on "\x{123}"
21650              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
21651              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
21652              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
21653              Subject: [5.005_50 PATCH] Some unicode problems
21654      Branch: perl
21655            ! regcomp.c toke.c
21656 ____________________________________________________________________________
21657 [  1770] By: gsar                                  on 1998/08/08  22:56:55
21658         Log: hide dup symbol for static build of ext/re
21659              From: Dominic Dunlop <domo@ppp72.vo.lu>
21660              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
21661              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
21662              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
21663      Branch: perl
21664            ! regcomp.c
21665 ____________________________________________________________________________
21666 [  1769] By: gsar                                  on 1998/08/08  22:45:06
21667         Log: fix double free on -Mutf8 -e '$b=uc("")'
21668              From: larry@wall.org (Larry Wall)
21669              Date: Fri, 7 Aug 1998 14:42:43 -0700
21670              Message-Id: <199808072142.OAA14920@wall.org>
21671              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
21672      Branch: perl
21673            ! pp.c
21674 ____________________________________________________________________________
21675 [  1768] By: gsar                                  on 1998/08/08  22:42:29
21676         Log: substr() assumes utf8 without say-so
21677              From: larry@wall.org (Larry Wall)
21678              Date: Fri, 7 Aug 1998 12:25:12 -0700
21679              Message-Id: <199808071925.MAA13436@wall.org>
21680              Subject: [PATCH 5.005_50] substr bug?
21681      Branch: perl
21682            ! pp.c
21683 ____________________________________________________________________________
21684 [  1767] By: gsar                                  on 1998/08/08  22:38:25
21685         Log: fix intolerance of SWASHes for blank lines
21686              From: Gisle Aas <aas@sn.no>
21687              Date: 06 Aug 1998 23:28:57 +0200
21688              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
21689              Subject: Re: Re[2]: another joyride begins
21690      Branch: perl
21691            ! lib/utf8_heavy.pl
21692 ____________________________________________________________________________
21693 [  1766] By: gsar                                  on 1998/08/08  22:33:10
21694         Log: utf8 doc tweak
21695              From: Gisle Aas <aas@sn.no>
21696              Date: 05 Aug 1998 00:41:04 +0200
21697              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
21698              Subject: Matching clumps
21699      Branch: perl
21700            ! lib/utf8.pm
21701 ____________________________________________________________________________
21702 [  1765] By: gsar                                  on 1998/08/08  22:31:37
21703         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
21704              From: Gisle Aas <aas@sn.no>
21705              Date: 04 Aug 1998 22:56:11 +0200
21706              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
21707              Subject: Re: another joyride begins
21708      Branch: perl
21709            ! lib/utf8_heavy.pl
21710 ____________________________________________________________________________
21711 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21712         Log: From: larry@wall.org (Larry Wall)
21713              Date: Tue, 4 Aug 1998 17:04:51 -0700
21714              Message-Id: <199808050004.RAA22592@wall.org>
21715              Subject: [PATCH 5.005_50] \pX not implemented!
21716      Branch: perl
21717            ! regcomp.c
21718 ____________________________________________________________________________
21719 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21720         Log: From: Stephen McCamant <alias@mcs.com>
21721              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21722              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21723              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21724      Branch: perl
21725            ! op.c
21726 ____________________________________________________________________________
21727 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21728         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21729              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21730              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21731              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21732      Branch: perl
21733            + t/op/grent.t t/op/pwent.t
21734            ! MANIFEST
21735 ____________________________________________________________________________
21736 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21737         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21738              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21739              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21740              Subject: [5.005_50 PATCH] misprint in RE engine
21741      Branch: perl
21742            ! regexec.c t/op/re_tests
21743 ____________________________________________________________________________
21744 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21745         Log: integrate maint-5.005 changes into mainline
21746      Branch: perl
21747           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21748           !> (integrate 138 files)
21749 ____________________________________________________________________________
21750 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21751         Log: create new Changes
21752      Branch: perl
21753            + Changes
21754            ! Changes5.005 MANIFEST
21755 ____________________________________________________________________________
21756 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21757         Log: rename Changes --> Changes5.005
21758      Branch: perl
21759           +> Changes5.005
21760            - Changes
21761 ____________________________________________________________________________
21762 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21763         Log: integrate 5.005_01 changes from maint
21764      Branch: perl
21765            ! Changes
21766           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21767           !> win32/win32.c
21768 ____________________________________________________________________________
21769 [  1667] By: nick                                  on 1998/07/26  14:31:01
21770         Log: Add dTHR so that it compiles miniperl in threaded mode
21771      Branch: perl
21772            ! doop.c mg.c regcomp.c regexec.c
21773 ____________________________________________________________________________
21774 [  1666] By: nick                                  on 1998/07/26  13:01:10
21775         Log: Resolve ansiperl against mainline (@1648?)
21776              Unclear that change number has "taken".
21777      Branch: ansiperl
21778           +> (branch 169 files)
21779            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21780           !> (integrate 131 files)
21781
21782 ----------------
21783 Version 5.005_50
21784 ----------------
21785
21786 ____________________________________________________________________________
21787 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21788         Log: add trailing newline to file
21789      Branch: perl
21790            ! Changes lib/unicode/blocks.txt
21791 ____________________________________________________________________________
21792 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21793         Log: integrate proto.h additions from maint-5.005
21794      Branch: perl
21795           !> pod/perlhist.pod proto.h
21796 ____________________________________________________________________________
21797 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21798         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21799              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21800              add typecasts to silence warnings; tweaks for win32 builds
21801      Branch: perl
21802            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21803            ! win32/Makefile win32/makefile.mk
21804 ____________________________________________________________________________
21805 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21806         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21807      Branch: maint-5.005/perl
21808            ! pod/perlhist.pod proto.h
21809 ____________________________________________________________________________
21810 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21811         Log: up patchlevel to 5.005_50
21812      Branch: perl
21813            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21814            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21815 ____________________________________________________________________________
21816 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21817         Log: integrate utfperl
21818      Branch: perl
21819           +> (branch 162 files)
21820           !> (integrate 29 files)
21821 ____________________________________________________________________________
21822 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21823         Log: integrate maint-5.005 changes
21824      Branch: perl
21825           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21826           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21827           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21828           !> vms/descrip_mms.template vms/subconfigure.com
21829 ____________________________________________________________________________
21830 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21831         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21832              Date: Fri, 24 Jul 1998 11:38:25 -0700
21833              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21834              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21835              --
21836              Date: Fri, 24 Jul 1998 12:30:36 -0700
21837              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21838              Subject: [PATCH 5.005]Tweaks to README.vms
21839              --
21840              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21841              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21842              Subject: [PATCH 5.005] Final build cleanup patch
21843      Branch: maint-5.005/perl
21844            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21845 ____________________________________________________________________________
21846 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21847         Log: another platform where pp_sselect() needs a whole fd_set buffer
21848              From: Lupe Christoph <lupe@alanya.m.isar.de>
21849              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21850              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21851              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21852      Branch: maint-5.005/perl
21853            ! pp_sys.c
21854 ____________________________________________________________________________
21855 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21856         Log: fix problem building modules on dos-djgpp
21857              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21858              Date: Sat, 25 Jul 1998 00:53:39 +0200
21859              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21860              Subject: [PATCH 5.005] dos-djgpp and modules problem
21861      Branch: maint-5.005/perl
21862            ! djgpp/fixpmain
21863 ____________________________________________________________________________
21864 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21865         Log: From: Tom Spindler <dogcow@home.merit.edu>
21866              Date: Wed, 22 Jul 1998 16:11:07 -0400
21867              Message-ID: <19980722161107.A16813@home.merit.edu>
21868              Subject: [PATCH 5.005] BeOS tweak
21869      Branch: maint-5.005/perl
21870            ! hints/beos.sh
21871 ____________________________________________________________________________
21872 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21873         Log: various pod tweaks
21874      Branch: maint-5.005/perl
21875            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21876            ! pod/perltoc.pod
21877 ____________________________________________________________________________
21878 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21879         Log: fix emacs/ptags for PL_* changes
21880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21881              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21882              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21883              Subject: [PATCH 5.004_76] Yet better ptags
21884      Branch: maint-5.005/perl
21885            ! emacs/ptags
21886 ____________________________________________________________________________
21887 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21888         Log: fix behavior of <=> on bigints
21889              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21890              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21891              Date: Fri, 24 Jul 1998 18:29:53 +0100
21892              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21893      Branch: maint-5.005/perl
21894            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21895 ____________________________________________________________________________
21896 [  1651] By: larry                                 on 1998/07/24  05:44:33
21897         Log: Here are the long-expected Unicode/UTF-8 modifications.
21898      Branch: utfperl
21899            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21900            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21901            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21902            + lib/unicode/Decomposition.pl
21903            + lib/unicode/In/AlphabeticPresentationForms.pl
21904            + lib/unicode/In/Arabic.pl
21905            + lib/unicode/In/ArabicPresentationForms-A.pl
21906            + lib/unicode/In/ArabicPresentationForms-B.pl
21907            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21908            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21909            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21910            + lib/unicode/In/BoxDrawing.pl
21911            + lib/unicode/In/CJKCompatibility.pl
21912            + lib/unicode/In/CJKCompatibilityForms.pl
21913            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21914            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21915            + lib/unicode/In/CJKUnifiedIdeographs.pl
21916            + lib/unicode/In/CombiningDiacriticalMarks.pl
21917            + lib/unicode/In/CombiningHalfMarks.pl
21918            + lib/unicode/In/CombiningMarksforSymbols.pl
21919            + lib/unicode/In/ControlPictures.pl
21920            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21921            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21922            + lib/unicode/In/EnclosedAlphanumerics.pl
21923            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21924            + lib/unicode/In/GeneralPunctuation.pl
21925            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21926            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21927            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21928            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21929            + lib/unicode/In/HangulCompatibilityJamo.pl
21930            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21931            + lib/unicode/In/Hebrew.pl
21932            + lib/unicode/In/HighPrivateUseSurrogates.pl
21933            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21934            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21935            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21936            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21937            + lib/unicode/In/LatinExtended-A.pl
21938            + lib/unicode/In/LatinExtended-B.pl
21939            + lib/unicode/In/LatinExtendedAdditional.pl
21940            + lib/unicode/In/LetterlikeSymbols.pl
21941            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21942            + lib/unicode/In/MathematicalOperators.pl
21943            + lib/unicode/In/MiscellaneousSymbols.pl
21944            + lib/unicode/In/MiscellaneousTechnical.pl
21945            + lib/unicode/In/NumberForms.pl
21946            + lib/unicode/In/OpticalCharacterRecognition.pl
21947            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21948            + lib/unicode/In/SmallFormVariants.pl
21949            + lib/unicode/In/SpacingModifierLetters.pl
21950            + lib/unicode/In/Specials.pl
21951            + lib/unicode/In/SuperscriptsandSubscripts.pl
21952            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21953            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21954            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21955            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21956            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21957            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21958            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21959            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21960            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21961            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21962            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21963            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21964            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21965            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21966            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21967            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21968            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21969            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21970            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21971            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21972            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21973            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21974            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21975            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21976            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21977            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21978            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21979            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21980            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21981            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21982            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21983            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21984            + lib/unicode/Name.pl lib/unicode/Number.pl
21985            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21986            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21987            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21988            + lib/unicode/blocks.txt lib/unicode/index2.txt
21989            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21990            + lib/unicode/names2.txt lib/unicode/props2.txt
21991            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21992            + utf8.c utf8.h
21993            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21994            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21995            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21996            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21997            ! t/op/vec.t toke.c util.c vms/vmsish.h
21998 ____________________________________________________________________________
21999 [  1650] By: gsar                                  on 1998/07/24  04:06:48
22000         Log: create utfperl branch
22001      Branch: utfperl
22002           +> (branch 1079 files)
22003 ____________________________________________________________________________
22004 [  1649] By: gsar                                  on 1998/07/24  03:56:56
22005         Log: create maint-5.005 branch
22006      Branch: maint-5.005/perl
22007           +> (branch 1079 files)
22008 ____________________________________________________________________________
22009 [  1648] By: gsar                                  on 1998/07/24  03:36:35
22010         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
22011      Branch: perl
22012            ! Changes
22013