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 [  5030] By: gsar                                  on 2000/02/07  18:17:49
83         Log: thinko in change#5029
84      Branch: perl
85            ! gv.c
86 ____________________________________________________________________________
87 [  5029] By: gsar                                  on 2000/02/07  17:49:58
88         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
89              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
90      Branch: perl
91            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
92            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
93            ! win32/win32.h
94 ____________________________________________________________________________
95 [  5028] By: gsar                                  on 2000/02/07  17:10:03
96         Log: perlport updates (from Peter Prymmer)
97      Branch: perl
98            ! pod/perlport.pod
99 ____________________________________________________________________________
100 [  5027] By: gsar                                  on 2000/02/07  16:53:47
101         Log: fix up Todo-5.6
102      Branch: perl
103            ! Todo-5.6
104 ____________________________________________________________________________
105 [  5026] By: gsar                                  on 2000/02/07  16:32:31
106         Log: rename Todo-5.005 to Todo-5.6
107      Branch: perl
108           +> Todo-5.6
109            - Todo-5.005
110            ! MANIFEST
111 ____________________________________________________________________________
112 [  5025] By: gsar                                  on 2000/02/07  16:09:54
113         Log: ${^Warnings} renamed to ${^WARNING_BITS}
114      Branch: perl
115            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
116            ! toke.c warnings.pl
117 ____________________________________________________________________________
118 [  5024] By: gsar                                  on 2000/02/07  11:47:06
119         Log: various Windows tweaks: make $^E a little less buggy by saving
120              and restoring system error across TLS fetch; avoid needless
121              copying of buffers
122      Branch: perl
123            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
124            ! win32/win32.h
125 ____________________________________________________________________________
126 [  5023] By: gsar                                  on 2000/02/07  11:44:19
127         Log: avoid MakeMaker setting $^W=1
128      Branch: perl
129            ! lib/ExtUtils/MakeMaker.pm
130 ____________________________________________________________________________
131 [  5022] By: gsar                                  on 2000/02/07  10:38:56
132         Log: up to v5.5.650
133      Branch: perl
134            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
135            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
136 ____________________________________________________________________________
137 [  5021] By: gsar                                  on 2000/02/07  10:10:31
138         Log: mention threads status in pod
139      Branch: perl
140            ! ext/Thread/Thread.pm
141 ____________________________________________________________________________
142 [  5020] By: gsar                                  on 2000/02/07  09:57:46
143         Log: tolerate NULL SITELIB_EXP
144      Branch: perl
145            ! perl.c
146 ____________________________________________________________________________
147 [  5019] By: gsar                                  on 2000/02/07  09:46:11
148         Log: NULL-terminate PERL_INC_VERSION_LIST
149      Branch: perl
150            ! Configure perl.c win32/config.bc win32/config.gc
151            ! win32/config.vc win32/config_H.bc win32/config_H.gc
152            ! win32/config_H.vc
153 ____________________________________________________________________________
154 [  5018] By: gsar                                  on 2000/02/07  09:13:10
155         Log: add compatible versions from $Config{inc_ver_list} to search
156              paths automatically (from Tom Hughes <tom@compton.nu>)
157      Branch: perl
158            ! lib/lib.pm perl.c
159 ____________________________________________________________________________
160 [  5017] By: gsar                                  on 2000/02/07  08:58:56
161         Log: makefiles now use exetype.pl to make wperl.exe
162      Branch: perl
163            ! sv.c win32/Makefile win32/makefile.mk
164 ____________________________________________________________________________
165 [  5016] By: gsar                                  on 2000/02/07  08:38:25
166         Log: add exetype.pl (from Jan Dubois)
167      Branch: perl
168            + win32/bin/exetype.pl
169            ! MANIFEST
170 ____________________________________________________________________________
171 [  5015] By: gsar                                  on 2000/02/07  08:29:28
172         Log: pod fixes (from Abigail and M J T Guy)
173      Branch: perl
174            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
175            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
176            ! pod/perlport.pod pod/perlvar.pod
177 ____________________________________________________________________________
178 [  5014] By: gsar                                  on 2000/02/07  07:09:08
179         Log: clarify behavior of vec() when arguments are off the end of the
180              string (from M J T Guy)
181      Branch: perl
182            ! pod/perlfunc.pod
183 ____________________________________________________________________________
184 [  5013] By: gsar                                  on 2000/02/07  07:08:15
185         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
186              now return bytes all the way to 255, they will be transparently
187              coerced (in future) to UTF-8 when they are used in operations
188              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
189      Branch: perl
190            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
191            ! pp.c sv.c
192 ____________________________________________________________________________
193 [  5012] By: gsar                                  on 2000/02/07  06:36:33
194         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
195              per strict reading of standard (says Tom Christiansen)
196      Branch: perl
197            ! lib/Sys/Hostname.pm
198 ____________________________________________________________________________
199 [  5011] By: gsar                                  on 2000/02/07  06:26:30
200         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
201      Branch: perl
202            ! utf8.c utf8.h
203 ____________________________________________________________________________
204 [  5010] By: gsar                                  on 2000/02/06  21:27:03
205         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
206      Branch: perl
207            ! malloc.c
208 ____________________________________________________________________________
209 [  5009] By: gsar                                  on 2000/02/06  20:45:30
210         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
211              years (from Gisle Aas)
212      Branch: perl
213            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
214            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
215            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
216            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
217            ! toke.c utf8.c utf8.h util.c util.h
218 ____________________________________________________________________________
219 [  5008] By: gsar                                  on 2000/02/06  19:28:31
220         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
221              <EFifer@sanwaint.com>)
222      Branch: perl
223            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
224            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
225            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
226            ! unixish.h util.c
227 ____________________________________________________________________________
228 [  5007] By: gsar                                  on 2000/02/06  17:47:01
229         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
230      Branch: perl
231            ! ext/POSIX/POSIX.pm
232 ____________________________________________________________________________
233 [  5006] By: gsar                                  on 2000/02/06  17:28:35
234         Log: integrate cfgperl contents into mainline
235      Branch: perl
236           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
237           !> perl.h pp_sys.c
238 ____________________________________________________________________________
239 [  5005] By: gsar                                  on 2000/02/06  17:18:39
240         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
241      Branch: perl
242            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
243            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
244            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
245            ! vos/vos_dummies.c vos/vosish.h
246 ____________________________________________________________________________
247 [  5004] By: gsar                                  on 2000/02/06  17:00:49
248         Log: fix parse error on C<{ use strict }> and other constructs that
249              make the parser reenter while LEX_KNOWNEXT is active
250      Branch: perl
251            ! t/comp/use.t toke.c
252 ____________________________________________________________________________
253 [  5003] By: gsar                                  on 2000/02/06  14:57:30
254         Log: avoid -Bforcearchive on netbsd too
255      Branch: perl
256            ! Changes hints/netbsd.sh
257 ____________________________________________________________________________
258 [  5002] By: gsar                                  on 2000/02/06  14:45:17
259         Log: revised notes about Pod::Parser & Co.
260      Branch: perl
261            ! lib/Pod/Usage.pm pod/perldelta.pod
262 ____________________________________________________________________________
263 [  5001] By: gsar                                  on 2000/02/06  14:02:43
264         Log: fix description of obsolete diagnostic
265      Branch: perl
266            ! pod/perldiag.pod
267 ____________________________________________________________________________
268 [  5000] By: gsar                                  on 2000/02/06  13:59:58
269         Log: allow "\x{12ab}" even without C<use utf8>
270      Branch: perl
271            ! t/pragma/warn/toke toke.c
272 ____________________________________________________________________________
273 [  4999] By: gsar                                  on 2000/02/06  13:58:31
274         Log: make perlbug use new-style version numbers; improve compatibility
275              (runs with perl 5.005); fix swapped old vs new version reporting
276      Branch: perl
277            ! utils/perlbug.PL
278 ____________________________________________________________________________
279 [  4998] By: gsar                                  on 2000/02/06  13:56:45
280         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
281              fact); add tests for version tuples
282      Branch: perl
283            + t/op/ver.t
284            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
285            ! pod/perlop.pod sv.c toke.c
286 ____________________________________________________________________________
287 [  4997] By: gsar                                  on 2000/02/04  21:40:08
288         Log: change#4970 fallout for useithreads
289      Branch: perl
290            ! sv.c
291 ____________________________________________________________________________
292 [  4996] By: jhi                                   on 2000/02/04  20:09:00
293         Log: Largefilify offsets of tied handles.
294      Branch: cfgperl
295            ! pp_sys.c
296 ____________________________________________________________________________
297 [  4995] By: jhi                                   on 2000/02/04  19:54:25
298         Log: Sanity check for libraries scan.
299      Branch: cfgperl
300            ! Configure config_h.SH
301      Branch: metaconfig
302            ! U/modified/libs.U
303 ____________________________________________________________________________
304 [  4994] By: jhi                                   on 2000/02/04  19:48:42
305         Log: HP-UX largefileness doesn't like lseek being redeclared;
306              no more USE_LONG_LONG.
307      Branch: cfgperl
308            ! perl.h
309 ____________________________________________________________________________
310 [  4993] By: jhi                                   on 2000/02/04  19:18:59
311         Log: fix the description as much as possible; the whole
312              separation into three different symbols lists is
313              pretty broken now.
314      Branch: metaconfig
315            ! U/modified/Cppsym.U
316 ____________________________________________________________________________
317 [  4992] By: jhi                                   on 2000/02/04  19:13:10
318         Log: Use <syslog.h>, not <sys/syslog.h>.
319      Branch: cfgperl
320            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
321 ____________________________________________________________________________
322 [  4991] By: gsar                                  on 2000/02/04  19:11:07
323         Log: dmake is on CPAN now
324      Branch: perl
325            ! README.win32
326 ____________________________________________________________________________
327 [  4990] By: jhi                                   on 2000/02/04  19:04:01
328         Log: Re-introduce #4817 and #4964 wiped out by #4987.
329      Branch: cfgperl
330            ! Configure config_h.SH
331      Branch: metaconfig
332            ! U/threads/usethreads.U
333      Branch: metaconfig/U/perl
334            ! patchlevel.U
335 ____________________________________________________________________________
336 [  4989] By: jhi                                   on 2000/02/04  18:54:00
337         Log: typo fix
338      Branch: cfgperl
339            ! Configure config_h.SH
340      Branch: metaconfig
341            ! U/modified/libs.U
342 ____________________________________________________________________________
343 [  4988] By: jhi                                   on 2000/02/04  18:34:06
344         Log: Integrate with Sarathy.
345      Branch: cfgperl
346           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
347           +> ext/Sys/Syslog/Syslog.xs
348            - lib/Sys/Syslog.pm
349           !> (integrate 37 files)
350 ____________________________________________________________________________
351 [  4987] By: jhi                                   on 2000/02/04  18:31:05
352         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
353              default is to use long long if available; various nits
354              here and there; fixed to hpux 64-bitnes and largefileness.
355      Branch: cfgperl
356            ! Configure config_h.SH hints/hpux.sh perl.h
357      Branch: metaconfig
358            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
359            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
360      Branch: metaconfig/U/perl
361            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
362            ! usemultiplicity.U xs_apiversion.U
363 ____________________________________________________________________________
364 [  4986] By: gsar                                  on 2000/02/04  17:26:37
365         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
366      Branch: perl
367            ! sv.c
368 ____________________________________________________________________________
369 [  4985] By: gsar                                  on 2000/02/04  16:43:49
370         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
371      Branch: perl
372            ! ext/Devel/DProf/DProf.xs
373 ____________________________________________________________________________
374 [  4984] By: gsar                                  on 2000/02/04  08:20:05
375         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
376      Branch: perl
377            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
378 ____________________________________________________________________________
379 [  4983] By: gsar                                  on 2000/02/04  08:00:38
380         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
381      Branch: perl
382            ! hints/openbsd.sh
383 ____________________________________________________________________________
384 [  4982] By: gsar                                  on 2000/02/04  07:54:04
385         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
386      Branch: perl
387            ! lib/Pod/Parser.pm
388 ____________________________________________________________________________
389 [  4981] By: gsar                                  on 2000/02/04  07:34:38
390         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
391      Branch: perl
392            ! Makefile.SH
393 ____________________________________________________________________________
394 [  4980] By: gsar                                  on 2000/02/04  07:29:59
395         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
396      Branch: perl
397            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
398            + ext/Sys/Syslog/Syslog.xs
399            - lib/Sys/Syslog.pm
400            ! MANIFEST pod/perldelta.pod
401 ____________________________________________________________________________
402 [  4979] By: gsar                                  on 2000/02/04  07:13:19
403         Log: pod updates (from David Adler, M J T Guy)
404      Branch: perl
405            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
406 ____________________________________________________________________________
407 [  4978] By: gsar                                  on 2000/02/04  07:08:14
408         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
409      Branch: perl
410            ! config_h.SH
411 ____________________________________________________________________________
412 [  4977] By: gsar                                  on 2000/02/04  07:06:10
413         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
414              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
415      Branch: perl
416            ! Makefile.SH
417 ____________________________________________________________________________
418 [  4976] By: gsar                                  on 2000/02/04  06:33:43
419         Log: VMS update (from Dan Sugalski and Peter Prymmer)
420      Branch: perl
421            ! configure.com vms/descrip_mms.template vms/subconfigure.com
422 ____________________________________________________________________________
423 [  4975] By: gsar                                  on 2000/02/04  05:51:14
424         Log: patch to provide more informative names for evals and anonymous
425              subroutines (from Ilya Zakharevich)
426      Branch: perl
427            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
428            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
429            ! pod/perlvar.pod pp_ctl.c
430 ____________________________________________________________________________
431 [  4974] By: gsar                                  on 2000/02/04  05:05:57
432         Log: off-by-one in malloc.c (from Ilya Zakharevich)
433      Branch: perl
434            ! malloc.c
435 ____________________________________________________________________________
436 [  4973] By: gsar                                  on 2000/02/04  05:03:00
437         Log: OS/2 build fixups from Ilya Zakharevich
438      Branch: perl
439            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
440 ____________________________________________________________________________
441 [  4972] By: gsar                                  on 2000/02/04  04:58:57
442         Log: avoid /* within comment
443      Branch: perl
444            ! xsutils.c
445 ____________________________________________________________________________
446 [  4971] By: gsar                                  on 2000/02/04  04:56:09
447         Log: another HINT_BYTE victim
448      Branch: perl
449            ! lib/charnames.pm
450 ____________________________________________________________________________
451 [  4970] By: gsar                                  on 2000/02/04  04:45:13
452         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
453      Branch: perl
454            ! op.c scope.c scope.h t/op/closure.t toke.c
455 ____________________________________________________________________________
456 [  4969] By: gsar                                  on 2000/02/04  01:09:37
457         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
458      Branch: perl
459            ! lib/byte.pm
460 ____________________________________________________________________________
461 [  4968] By: jhi                                   on 2000/02/02  13:17:25
462         Log: Integrate with Sarathy.
463      Branch: cfgperl
464           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
465            ! Configure
466           !> (integrate 29 files)
467
468 ----------------
469 Version v5.5.640
470 ----------------
471
472 ____________________________________________________________________________
473 [  4967] By: gsar                                  on 2000/02/02  12:22:29
474         Log: update makerel for new version format
475      Branch: perl
476            ! Changes Porting/makerel
477 ____________________________________________________________________________
478 [  4966] By: gsar                                  on 2000/02/02  11:42:03
479         Log: workaround for undefined symbol
480      Branch: perl
481            ! win32/win32.h
482 ____________________________________________________________________________
483 [  4965] By: gsar                                  on 2000/02/02  11:19:19
484         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
485              (from Eric Fifer <EFifer@sanwaint.com>)
486      Branch: perl
487            ! pp_sys.c
488 ____________________________________________________________________________
489 [  4964] By: gsar                                  on 2000/02/02  11:11:15
490         Log: adjust notes on use5005threads
491      Branch: perl
492            ! Configure INSTALL README.threads
493 ____________________________________________________________________________
494 [  4963] By: gsar                                  on 2000/02/02  10:14:30
495         Log: fix typo
496      Branch: perl
497            ! Configure
498 ____________________________________________________________________________
499 [  4962] By: gsar                                  on 2000/02/02  10:13:10
500         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
501      Branch: perl
502           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
503           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
504 ____________________________________________________________________________
505 [  4961] By: gsar                                  on 2000/02/02  09:55:45
506         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
507      Branch: perl
508            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
509            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
510 ____________________________________________________________________________
511 [  4960] By: gsar                                  on 2000/02/02  08:22:31
512         Log: replace misleading docs with a BUGS section
513      Branch: perl
514            ! lib/English.pm
515 ____________________________________________________________________________
516 [  4959] By: gsar                                  on 2000/02/02  08:16:17
517         Log: remove FUD from perlfunc/use (from M J T Guy)
518      Branch: perl
519            ! pod/perlfunc.pod
520 ____________________________________________________________________________
521 [  4958] By: gsar                                  on 2000/02/02  08:13:04
522         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
523              <cedric.auzanne@nist.gov>)
524      Branch: perl
525            ! Changes lib/Benchmark.pm
526 ____________________________________________________________________________
527 [  4957] By: gsar                                  on 2000/02/02  08:04:52
528         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
529      Branch: perl
530            ! pp_hot.c
531 ____________________________________________________________________________
532 [  4956] By: gsar                                  on 2000/02/02  08:02:57
533         Log: flock() pod talks about "adding" in the sense of "or-ing"
534      Branch: perl
535            ! pod/perlfunc.pod
536 ____________________________________________________________________________
537 [  4955] By: gsar                                  on 2000/02/02  07:58:35
538         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
539      Branch: perl
540            ! lib/perl5db.pl pod/perldebug.pod
541 ____________________________________________________________________________
542 [  4954] By: gsar                                  on 2000/02/02  07:53:51
543         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
544      Branch: perl
545            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
546            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
547            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
548            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
549 ____________________________________________________________________________
550 [  4953] By: gsar                                  on 2000/02/02  07:40:33
551         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
552      Branch: perl
553            ! hints/dynixptx.sh
554 ____________________________________________________________________________
555 [  4952] By: gsar                                  on 2000/02/02  07:36:39
556         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
557              Brad Appleton)
558      Branch: perl
559            ! pod/perldelta.pod
560 ____________________________________________________________________________
561 [  4951] By: gsar                                  on 2000/02/02  06:54:22
562         Log: avoid mismatched type warnings
563      Branch: perl
564            ! embed.pl perlapi.h
565 ____________________________________________________________________________
566 [  4950] By: jhi                                   on 2000/02/02  06:49:10
567         Log: Integrate with Sarathy.
568      Branch: cfgperl
569           +> pod/perlunicode.pod
570           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
571           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
572           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
573           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
574           !> vms/descrip_mms.template warnings.pl
575 ____________________________________________________________________________
576 [  4949] By: gsar                                  on 2000/02/02  06:41:17
577         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
578      Branch: perl
579            ! lib/File/Spec/Win32.pm
580 ____________________________________________________________________________
581 [  4948] By: gsar                                  on 2000/02/02  06:30:41
582         Log: makefile tweak
583      Branch: perl
584            ! Makefile.SH
585 ____________________________________________________________________________
586 [  4947] By: gsar                                  on 2000/02/02  06:27:43
587         Log: future-proof unknown warning categories (from Greg Bacon
588              <gbacon@cs.uah.edu>)
589      Branch: perl
590            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
591 ____________________________________________________________________________
592 [  4946] By: gsar                                  on 2000/02/02  06:21:34
593         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
594      Branch: perl
595            ! lib/Text/Tabs.pm
596 ____________________________________________________________________________
597 [  4945] By: gsar                                  on 2000/02/02  06:03:04
598         Log: more meaningful message on invalid pattern argument (from
599              Kevin Meltzer <KMeltzer@USCO.com>)
600      Branch: perl
601            ! utils/perldoc.PL
602 ____________________________________________________________________________
603 [  4944] By: gsar                                  on 2000/02/02  05:43:49
604         Log: XSLoader build patch for VMS (from Craig A. Berry
605              <craig.berry@metamorgs.com>)
606      Branch: perl
607            ! vms/descrip_mms.template
608 ____________________________________________________________________________
609 [  4943] By: gsar                                  on 2000/02/02  03:40:49
610         Log: reword some sections of perlunicode.pod
611      Branch: perl
612            ! pod/perlunicode.pod
613 ____________________________________________________________________________
614 [  4942] By: gsar                                  on 2000/02/01  21:02:01
615         Log: AIX warning on undefined symbol
616      Branch: perl
617            ! makedef.pl
618 ____________________________________________________________________________
619 [  4941] By: gsar                                  on 2000/02/01  20:29:30
620         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
621              perlunicode.pod that reflects changes to unicode support so far
622      Branch: perl
623            + pod/perlunicode.pod
624            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
625            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
626 ____________________________________________________________________________
627 [  4940] By: jhi                                   on 2000/02/01  12:22:30
628         Log: Integrate with Sarathy.
629      Branch: cfgperl
630           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
631           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
632           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
633           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
634 ____________________________________________________________________________
635 [  4939] By: gsar                                  on 2000/02/01  08:52:16
636         Log: export pregexec(), Tk uses it
637      Branch: perl
638            ! embed.pl global.sym objXSUB.h perlapi.c
639 ____________________________________________________________________________
640 [  4938] By: gsar                                  on 2000/02/01  04:00:09
641         Log: mark literal utf8 in string literals properly
642      Branch: perl
643            ! toke.c
644 ____________________________________________________________________________
645 [  4937] By: gsar                                  on 2000/01/31  20:19:34
646         Log: introduce $^U, a global bit to indicate whether system
647              calls should using widechar APIs; chr and sprintf "%c" also
648              follow this flag in the absense of "use byte"; "use utf8"
649              sets $^U=1 (this appears kludgey)
650      Branch: perl
651            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
652            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
653            ! t/lib/charnames.t win32/win32.h
654 ____________________________________________________________________________
655 [  4936] By: jhi                                   on 2000/01/31  20:17:44
656         Log: HP-UX (induced) fixes.
657      Branch: cfgperl
658            ! Configure config_h.SH hints/hpux.sh
659      Branch: metaconfig
660            ! U/modified/Oldconfig.U U/modified/libs.U
661      Branch: metaconfig/U/perl
662            ! quadfio.U
663 ____________________________________________________________________________
664 [  4935] By: jhi                                   on 2000/01/31  19:15:43
665         Log: Cosmetics.
666      Branch: metaconfig
667            ! U/compline/d_gconvert.U
668 ____________________________________________________________________________
669 [  4934] By: jhi                                   on 2000/01/31  19:15:22
670         Log: Cppsym saga continues.
671      Branch: cfgperl
672            ! Configure config_h.SH
673      Branch: metaconfig
674            ! U/modified/Cppsym.U
675 ____________________________________________________________________________
676 [  4933] By: gsar                                  on 2000/01/31  18:45:07
677         Log: !USING_WIDE() branch is busted in win32_stat()
678      Branch: perl
679            ! win32/win32.c
680 ____________________________________________________________________________
681 [  4932] By: jhi                                   on 2000/01/31  06:41:47
682         Log: Reveal even more symbols.
683      Branch: cfgperl
684            ! Configure config_h.SH
685      Branch: metaconfig
686            ! U/modified/Cppsym.U
687 ____________________________________________________________________________
688 [  4931] By: jhi                                   on 2000/01/31  06:21:41
689         Log: Integrate with Sarathy.
690      Branch: cfgperl
691            - lib/caller.pm
692           !> (integrate 29 files)
693 ____________________________________________________________________________
694 [  4930] By: gsar                                  on 2000/01/31  04:57:42
695         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
696              whether to use widechar semantics; lexer and RE engine continue
697              to need "use utf8" to enable unicode awareness in literals
698              and patterns (TODO: this needs to be fixed); $1 et al are marked
699              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
700              it from the data is probably better)
701      Branch: perl
702            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
703            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
704            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
705 ____________________________________________________________________________
706 [  4929] By: gsar                                  on 2000/01/31  04:17:09
707         Log: remove caller.pm from change#3534 (flawed idea)
708      Branch: perl
709            - lib/caller.pm
710            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
711 ____________________________________________________________________________
712 [  4928] By: gsar                                  on 2000/01/31  04:16:01
713         Log: fix factual regression (-e doesn't create temporary files anymore)
714      Branch: perl
715            ! pod/perlfilter.pod
716 ____________________________________________________________________________
717 [  4927] By: gsar                                  on 2000/01/30  21:27:12
718         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
719              document version tuples
720      Branch: perl
721            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
722            ! pod/perlvar.pod
723 ____________________________________________________________________________
724 [  4926] By: gsar                                  on 2000/01/28  18:10:12
725         Log: implement -follow option in find2perl (from Helmut Jarausch
726              <jarausch@igpm.rwth-aachen.de>)
727      Branch: perl
728            ! lib/File/Find.pm x2p/find2perl.PL
729 ____________________________________________________________________________
730 [  4925] By: gsar                                  on 2000/01/28  18:03:28
731         Log: document what chdir() without an argument does (from Mark-Jason
732              Dominus <mjd@plover.com>)
733      Branch: perl
734            ! pod/perlfunc.pod
735 ____________________________________________________________________________
736 [  4924] By: gsar                                  on 2000/01/28  17:49:34
737         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
738      Branch: perl
739            ! README.cygwin
740 ____________________________________________________________________________
741 [  4923] By: gsar                                  on 2000/01/28  17:10:08
742         Log: avoid leaking lexicals into program being debugged (from Ilya
743              Zakharevich)
744      Branch: perl
745            ! lib/perl5db.pl
746 ____________________________________________________________________________
747 [  4922] By: gsar                                  on 2000/01/28  16:36:13
748         Log: perldelta note about export list changes
749      Branch: perl
750            ! Changes pod/perldelta.pod
751 ____________________________________________________________________________
752 [  4921] By: gsar                                  on 2000/01/28  15:49:04
753         Log: alias realpath() to abs_path() (from Tom Christiansen)
754      Branch: perl
755            ! lib/Cwd.pm
756 ____________________________________________________________________________
757 [  4920] By: jhi                                   on 2000/01/28  09:52:47
758         Log: Cppsym fixup from Andy.
759      Branch: cfgperl
760            ! Configure config_h.SH
761      Branch: metaconfig
762            ! U/modified/Cppsym.U
763 ____________________________________________________________________________
764 [  4919] By: jhi                                   on 2000/01/28  09:52:22
765         Log: In HP-UX no largefiles if no 64 bits.
766      Branch: cfgperl
767            ! hints/hpux.sh
768 ____________________________________________________________________________
769 [  4918] By: jhi                                   on 2000/01/28  09:03:37
770         Log: The #4880 was too eager, the $n test is useful too.
771      Branch: cfgperl
772            ! lib/Benchmark.pm
773 ____________________________________________________________________________
774 [  4917] By: jhi                                   on 2000/01/28  06:27:50
775         Log: Integrate with Sarathy.
776      Branch: cfgperl
777           +> pod/perlapi.pod pod/perlintern.pod
778           !> (integrate 39 files)
779 ____________________________________________________________________________
780 [  4916] By: gsar                                  on 2000/01/28  05:29:37
781         Log: more exported symbols needed for build on windows
782      Branch: perl
783            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
784            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
785 ____________________________________________________________________________
786 [  4915] By: gsar                                  on 2000/01/28  03:43:52
787         Log: autogenerate API listing from comments in the source (from Benjamin
788              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
789              flexible for better readability; add missing docs in sv.c; regenerate
790              perltoc
791      Branch: perl
792            + pod/perlapi.pod pod/perlintern.pod
793            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
794            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
795            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
796            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
797            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
798            ! universal.c util.c
799 ____________________________________________________________________________
800 [  4914] By: gsar                                  on 2000/01/27  19:43:35
801         Log: document unimplemented status of forking pipe open() on windows
802      Branch: perl
803            ! pod/perlfork.pod t/op/fork.t
804 ____________________________________________________________________________
805 [  4913] By: jhi                                   on 2000/01/27  11:18:51
806         Log: Integrate with Sarathy.
807      Branch: cfgperl
808           !> (integrate 51 files)
809 ____________________________________________________________________________
810 [  4912] By: jhi                                   on 2000/01/27  10:35:48
811         Log: Cppsym update continues.
812      Branch: cfgperl
813            ! Configure config_h.SH
814      Branch: metaconfig
815            ! U/modified/Cppsym.U
816 ____________________________________________________________________________
817 [  4911] By: gsar                                  on 2000/01/27  08:04:17
818         Log: add missing flag in change#4892
819      Branch: perl
820            ! win32/win32.c
821 ____________________________________________________________________________
822 [  4910] By: gsar                                  on 2000/01/27  03:56:48
823         Log: various pod nits identified by installhtml (all fixed except
824              unresolved links)
825      Branch: perl
826            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
827            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
828            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
829            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
830            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
831            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
832 ____________________________________________________________________________
833 [  4909] By: gsar                                  on 2000/01/26  22:45:28
834         Log: typo
835      Branch: perl
836            ! Porting/p4desc
837 ____________________________________________________________________________
838 [  4908] By: gsar                                  on 2000/01/26  22:41:18
839         Log: update p4 tool
840      Branch: perl
841            ! Porting/p4desc
842 ____________________________________________________________________________
843 [  4907] By: gsar                                  on 2000/01/26  21:45:41
844         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
845              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
846      Branch: perl
847            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
848            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
849            ! t/op/attrs.t toke.c
850 ____________________________________________________________________________
851 [  4906] By: gsar                                  on 2000/01/26  20:16:39
852         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
853      Branch: perl
854            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
855 ____________________________________________________________________________
856 [  4905] By: gsar                                  on 2000/01/26  19:10:26
857         Log: s/STOP/CHECK/ blocks
858      Branch: perl
859            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
860            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
861            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
862            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
863            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
864            ! vms/perly_c.vms
865 ____________________________________________________________________________
866 [  4904] By: jhi                                   on 2000/01/26  13:58:18
867         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
868              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
869      Branch: cfgperl
870            ! ext/IO/IO.xs
871 ____________________________________________________________________________
872 [  4903] By: jhi                                   on 2000/01/26  11:16:34
873         Log: Continue cpp symbol update.
874      Branch: cfgperl
875            ! Configure config_h.SH
876      Branch: metaconfig
877            ! U/modified/Cppsym.U
878 ____________________________________________________________________________
879 [  4902] By: gsar                                  on 2000/01/26  09:28:37
880         Log: tweak exports list on Windows
881      Branch: perl
882            ! makedef.pl t/op/fork.t win32/win32.h
883 ____________________________________________________________________________
884 [  4901] By: jhi                                   on 2000/01/26  08:05:57
885         Log: Integrate with Sarathy.
886      Branch: cfgperl
887           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
888           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
889           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
890           !> win32/win32.c win32/win32.h
891 ____________________________________________________________________________
892 [  4900] By: jhi                                   on 2000/01/26  07:59:05
893         Log: s/d_nvpresuv/d_nv_preserves_uv/;
894              plus cosmetic change for #4899.
895      Branch: cfgperl
896            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
897            ! config_h.SH
898      Branch: metaconfig
899            ! U/modified/Cppsym.U
900      Branch: metaconfig/U/perl
901            ! perlxv.U
902 ____________________________________________________________________________
903 [  4899] By: jhi                                   on 2000/01/26  07:46:56
904         Log: Update the scan of the cpp symbols.
905      Branch: cfgperl
906            ! Configure config_h.SH
907      Branch: metaconfig
908            ! U/modified/Cppsym.U
909 ____________________________________________________________________________
910 [  4898] By: gsar                                  on 2000/01/26  04:49:45
911         Log: allow '--' to terminate argument processing (suggested by
912              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
913      Branch: perl
914            ! lib/Getopt/Std.pm
915 ____________________________________________________________________________
916 [  4897] By: gsar                                  on 2000/01/26  02:42:38
917         Log: change#3744 should have made grep more like map instead of the
918              other way around
919      Branch: perl
920            ! t/op/grep.t toke.c
921 ____________________________________________________________________________
922 [  4896] By: gsar                                  on 2000/01/26  00:56:14
923         Log: integrate cfgperl contents into mainline
924      Branch: perl
925           +> vos/config.def vos/config.pl
926            ! Changes
927           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
928           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
929           !> vos/config.h vos/config_h.SH_orig
930 ____________________________________________________________________________
931 [  4895] By: gsar                                  on 2000/01/26  00:45:45
932         Log: fix parse failure of (my $foo : bar) and similar (from Spider
933              Boardman)
934      Branch: perl
935            ! toke.c
936 ____________________________________________________________________________
937 [  4894] By: gsar                                  on 2000/01/26  00:33:53
938         Log: avoid failure if directories already read by rmtree() are
939              deleted by another process
940      Branch: perl
941            ! lib/File/Path.pm
942 ____________________________________________________________________________
943 [  4893] By: gsar                                  on 2000/01/25  23:19:18
944         Log: typo in change#4892
945      Branch: perl
946            ! win32/win32.c
947 ____________________________________________________________________________
948 [  4892] By: gsar                                  on 2000/01/25  22:16:19
949         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
950              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
951              to call the fixed version of open_osfhandle() only on Windows 9x;
952              updated the makefiles and README.win32 to suit
953      Branch: perl
954            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
955            ! win32/win32.h
956 ____________________________________________________________________________
957 [  4891] By: gsar                                  on 2000/01/25  20:22:01
958         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
959      Branch: perl
960            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
961 ____________________________________________________________________________
962 [  4890] By: gsar                                  on 2000/01/25  19:21:17
963         Log: update Makefile notes on the now deprecated USE_5005THREADS and
964              USE_OBJECT
965      Branch: perl
966            ! win32/Makefile win32/makefile.mk
967 ____________________________________________________________________________
968 [  4889] By: jhi                                   on 2000/01/25  14:44:55
969         Log: Misedit in #4888.
970      Branch: cfgperl
971            ! pp.c
972 ____________________________________________________________________________
973 [  4888] By: jhi                                   on 2000/01/25  14:38:59
974         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
975              rash but it's the best move I can think of right now.
976              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
977              but I think it did in the past.
978              Removing the _CRAYMPP test fixes a legion of pack/unpack
979              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
980              One subtest, t/lib/io_sock.t #14, is still failing.
981      Branch: cfgperl
982            ! Configure config_h.SH hints/unicosmk.sh pp.c
983      Branch: metaconfig
984            ! U/modified/Oldconfig.U
985 ____________________________________________________________________________
986 [  4887] By: jhi                                   on 2000/01/25  06:13:14
987         Log: Integrate with Sarathy.
988      Branch: cfgperl
989           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
990           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
991           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
992           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
993           !> win32/perllib.c win32/win32.c win32/win32.h
994 ____________________________________________________________________________
995 [  4886] By: gsar                                  on 2000/01/25  02:54:00
996         Log: consistently use MAX_PATH+1 buffer sizes
997      Branch: perl
998            ! win32/win32.c
999 ____________________________________________________________________________
1000 [  4885] By: gsar                                  on 2000/01/25  02:51:35
1001         Log: workaround for rename('x','X') bug in Windows NT
1002      Branch: perl
1003            ! t/io/fs.t win32/win32.c
1004 ____________________________________________________________________________
1005 [  4884] By: gsar                                  on 2000/01/25  01:32:57
1006         Log: windows build fixups from uniform DLL name change to perl56.dll
1007      Branch: perl
1008            ! installperl makedef.pl win32/perllib.c
1009 ____________________________________________________________________________
1010 [  4883] By: gsar                                  on 2000/01/25  01:31:27
1011         Log: more fixes for warnings from change#4840
1012      Branch: perl
1013            ! lib/Pod/Html.pm
1014 ____________________________________________________________________________
1015 [  4882] By: gsar                                  on 2000/01/24  15:35:12
1016         Log: assorted little nits
1017      Branch: perl
1018            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
1019            ! win32/win32.c
1020 ____________________________________________________________________________
1021 [  4881] By: gsar                                  on 2000/01/24  14:32:31
1022         Log: add new warnings to perldelta
1023      Branch: perl
1024            ! Changes pod/perldelta.pod pod/perldiag.pod
1025 ____________________________________________________________________________
1026 [  4880] By: jhi                                   on 2000/01/24  14:14:23
1027         Log: From: Stephane Payrard <properler@freesurf.fr>
1028              To: Gurusamy Sarathy <gsar@ActiveState.com>
1029              Cc: perl5-porters@perl.org
1030              Subject: <patch> avoid division by 0 in Benchmark.pm
1031              Date: Mon, 24 Jan 2000 16:15:38 +0100
1032              Message-ID: <20000124161538.A995@freesurf.fr>
1033      Branch: cfgperl
1034            ! lib/Benchmark.pm
1035 ____________________________________________________________________________
1036 [  4879] By: gsar                                  on 2000/01/24  14:14:20
1037         Log: force linkage of the function wrappers for globals in change#4878
1038      Branch: perl
1039            ! embed.pl globals.c perlapi.h win32/win32.h
1040 ____________________________________________________________________________
1041 [  4878] By: gsar                                  on 2000/01/24  13:04:45
1042         Log: enable function wrappers for access to globals under MULTIPLICITY
1043              (provides binary compatibility in the face of changes in interpreter
1044              structure)
1045      Branch: perl
1046            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
1047            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
1048 ____________________________________________________________________________
1049 [  4877] By: jhi                                   on 2000/01/24  11:41:57
1050         Log: perlhist update.
1051      Branch: cfgperl
1052            ! pod/perlhist.pod
1053 ____________________________________________________________________________
1054 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1055         Log: Updates on the large file support status.
1056      Branch: cfgperl
1057            ! pod/perldelta.pod
1058 ____________________________________________________________________________
1059 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1060         Log: Integrate with Sarathy.
1061      Branch: cfgperl
1062           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1063           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1064           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1065 ____________________________________________________________________________
1066 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1067         Log: fix typos; avoid use constant for lowercase constants (produces
1068              warnings now)
1069      Branch: perl
1070            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1071            ! lib/Shell.pm
1072 ____________________________________________________________________________
1073 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1074         Log: avoid warnings when there's no subs to autosplit
1075      Branch: perl
1076            ! lib/AutoSplit.pm
1077 ____________________________________________________________________________
1078 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1079         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1080      Branch: cfgperl
1081            + vos/config.def vos/config.pl
1082            ! MANIFEST vos/config.h vos/config_h.SH_orig
1083 ____________________________________________________________________________
1084 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1085         Log: typos in change#4623
1086      Branch: perl
1087            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1088 ____________________________________________________________________________
1089 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1090         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1091      Branch: cfgperl
1092            ! Configure config_h.SH
1093      Branch: metaconfig
1094            + U/modified/cf_email.U U/modified/so.U
1095      Branch: metaconfig/U/perl
1096            ! dlsrc.U
1097 ____________________________________________________________________________
1098 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1099         Log: Integrate with Sarathy.
1100      Branch: cfgperl
1101           +> t/pragma/diagnostics.t
1102           !> (integrate 120 files)
1103 ____________________________________________________________________________
1104 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1105         Log: on windows, set seek position to end for files opened in append mode
1106              (improves compatibility with Unix, avoids buffering issues)
1107      Branch: perl
1108            ! win32/win32.c
1109 ____________________________________________________________________________
1110 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1111         Log: change#4866 was flawed; revert and add better fix for warning
1112      Branch: perl
1113            ! op.c op.h
1114 ____________________________________________________________________________
1115 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1116         Log: optimize away runtime code for our($foo) (also avoid warnings)
1117      Branch: perl
1118            ! op.c
1119 ____________________________________________________________________________
1120 [  4865] By: gsar                                  on 2000/01/23  13:17:18
1121         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
1122      Branch: perl
1123            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1124            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1125 ____________________________________________________________________________
1126 [  4864] By: gsar                                  on 2000/01/23  13:12:31
1127         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
1128              suggested by Dominic Dunlop <domo@computer.org>)
1129      Branch: perl
1130            ! doio.c
1131 ____________________________________________________________________________
1132 [  4863] By: gsar                                  on 2000/01/23  13:01:35
1133         Log: fix misclassified warnings
1134      Branch: perl
1135            ! pod/perldiag.pod
1136 ____________________________________________________________________________
1137 [  4862] By: gsar                                  on 2000/01/23  12:52:12
1138         Log: document bareword prototype incompatibility
1139      Branch: perl
1140            ! pod/perldelta.pod pod/perlsub.pod
1141 ____________________________________________________________________________
1142 [  4861] By: gsar                                  on 2000/01/23  12:32:25
1143         Log: faulty edit
1144      Branch: perl
1145            ! lib/File/stat.pm
1146 ____________________________________________________________________________
1147 [  4860] By: gsar                                  on 2000/01/23  12:23:48
1148         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
1149      Branch: perl
1150            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
1151            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
1152            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1153            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
1154            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
1155            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
1156            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1157            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
1158            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
1159            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
1160            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1161            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1162            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
1163            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
1164            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1165            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
1166            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1167            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
1168            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
1169            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
1170            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1171            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
1172            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1173            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1174            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
1175            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
1176 ____________________________________________________________________________
1177 [  4859] By: gsar                                  on 2000/01/23  11:29:22
1178         Log: fix diagnostics to report "our" vs "my" correctly
1179      Branch: perl
1180            ! op.c pod/perldiag.pod
1181 ____________________________________________________________________________
1182 [  4858] By: gsar                                  on 2000/01/23  10:14:46
1183         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
1184              more widely)
1185      Branch: perl
1186            ! patchlevel.h
1187 ____________________________________________________________________________
1188 [  4857] By: gsar                                  on 2000/01/23  10:04:03
1189         Log: disallow our($foo::bar)
1190      Branch: perl
1191            ! pod/perldiag.pod toke.c
1192 ____________________________________________________________________________
1193 [  4856] By: gsar                                  on 2000/01/23  09:50:54
1194         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
1195      Branch: perl
1196            ! utils/dprofpp.PL
1197 ____________________________________________________________________________
1198 [  4855] By: gsar                                  on 2000/01/23  09:36:51
1199         Log: new test (from Michael G Schwern <schwern@pobox.com>)
1200      Branch: perl
1201            + t/pragma/diagnostics.t
1202            ! MANIFEST
1203 ____________________________________________________________________________
1204 [  4854] By: gsar                                  on 2000/01/23  09:24:40
1205         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
1206              <schwern@pobox.com>)
1207      Branch: perl
1208            ! utils/h2xs.PL
1209 ____________________________________________________________________________
1210 [  4853] By: gsar                                  on 2000/01/23  09:08:30
1211         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1212      Branch: perl
1213            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
1214 ____________________________________________________________________________
1215 [  4852] By: gsar                                  on 2000/01/23  08:52:44
1216         Log: mark some extensions as "special versions" to avoid CPAN indexer
1217              confusion (from Ilya Zakharevich)
1218      Branch: perl
1219            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1220 ____________________________________________________________________________
1221 [  4851] By: gsar                                  on 2000/01/23  08:48:46
1222         Log: prefer POSIX::uname() rather than syscalls, which require attempting
1223              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
1224      Branch: perl
1225            ! lib/Sys/Hostname.pm
1226 ____________________________________________________________________________
1227 [  4850] By: gsar                                  on 2000/01/23  08:36:43
1228         Log: integrate cfgperl contents into mainline
1229      Branch: perl
1230           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1231           !> Porting/config_H config_h.SH perl.h
1232 ____________________________________________________________________________
1233 [  4849] By: gsar                                  on 2000/01/23  08:17:30
1234         Log: fix localization in while BLOCK when there is a continue BLOCK
1235              by introducing an explicit scope (c.f. change#4848)
1236      Branch: perl
1237            ! op.c pp_ctl.c t/cmd/while.t
1238 ____________________________________________________________________________
1239 [  4848] By: gsar                                  on 2000/01/23  06:43:51
1240         Log: fix scope cleanup when next jumps to a continue block; this is rather
1241              in the nature of a kludge; it doesn't fix the longstanding bug that
1242              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
1243              instead of "1")
1244      Branch: perl
1245            ! pp_ctl.c t/cmd/while.t
1246 ____________________________________________________________________________
1247 [  4847] By: gsar                                  on 2000/01/23  04:47:25
1248         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
1249              C<while (my $x = foo()) { my $x = bar(); }> etc.
1250      Branch: perl
1251            ! op.c
1252 ____________________________________________________________________________
1253 [  4846] By: gsar                                  on 2000/01/23  04:44:17
1254         Log: avoid warnings in change#4839
1255      Branch: perl
1256            ! lib/Carp/Heavy.pm
1257 ____________________________________________________________________________
1258 [  4845] By: gsar                                  on 2000/01/22  13:12:38
1259         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
1260      Branch: perl
1261            ! Changes Configure
1262 ____________________________________________________________________________
1263 [  4844] By: gsar                                  on 2000/01/22  12:46:26
1264         Log: wrong category for exec() warning
1265      Branch: perl
1266            ! op.c pod/perlop.pod
1267 ____________________________________________________________________________
1268 [  4843] By: gsar                                  on 2000/01/22  12:42:40
1269         Log: fix line continuations in argument lists (from Helmut Jarausch)
1270      Branch: perl
1271            ! lib/ExtUtils/xsubpp
1272 ____________________________________________________________________________
1273 [  4842] By: gsar                                  on 2000/01/22  12:34:39
1274         Log: CGI.pm upgraded to v2.56 from CPAN
1275      Branch: perl
1276            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
1277            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
1278            ! t/lib/cgi-html.t
1279 ____________________________________________________________________________
1280 [  4841] By: gsar                                  on 2000/01/22  12:07:23
1281         Log: avoid warnings due to lack of forward declarations
1282      Branch: perl
1283            ! lib/Pod/Html.pm
1284 ____________________________________________________________________________
1285 [  4840] By: gsar                                  on 2000/01/22  12:04:30
1286         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
1287              <wolfgang.laun@alcatel.at>)
1288      Branch: perl
1289            ! lib/Pod/Html.pm
1290 ____________________________________________________________________________
1291 [  4839] By: gsar                                  on 2000/01/22  11:57:24
1292         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
1293              <wolfgang.laun@alcatel.at>)
1294      Branch: perl
1295            ! lib/Carp/Heavy.pm pod/perldelta.pod
1296 ____________________________________________________________________________
1297 [  4838] By: gsar                                  on 2000/01/22  10:53:06
1298         Log: truncate(FH) flushes FH before truncating it
1299      Branch: perl
1300            ! pp_sys.c t/io/fs.t
1301 ____________________________________________________________________________
1302 [  4837] By: gsar                                  on 2000/01/22  10:37:16
1303         Log: #line directives without a filename leave the file name as it was
1304              instead of setting it to the script name (from Andrew Pimlott
1305              <andrew@pimlott.ne.mediaone.net>)
1306      Branch: perl
1307            ! toke.c
1308 ____________________________________________________________________________
1309 [  4836] By: gsar                                  on 2000/01/22  10:06:53
1310         Log: add patch for printf-style format typechecks (from Robin Barker
1311              <rmb1@cise.npl.co.uk>); fixes for problems so identified
1312      Branch: perl
1313            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
1314            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
1315 ____________________________________________________________________________
1316 [  4835] By: gsar                                  on 2000/01/22  08:42:52
1317         Log: From: John Tobey <jtobey@isay.com>
1318              Date: Thu, 16 Dec 1999 20:20:38 -0500
1319              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
1320              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
1321      Branch: perl
1322            ! lib/base.pm lib/fields.pm t/lib/fields.t
1323 ____________________________________________________________________________
1324 [  4834] By: gsar                                  on 2000/01/22  08:08:08
1325         Log: fix deeply nested closures that have no references to lexical in
1326              intervening subs
1327      Branch: perl
1328            ! embed.h embed.pl op.c proto.h t/op/closure.t
1329 ____________________________________________________________________________
1330 [  4833] By: gsar                                  on 2000/01/21  17:04:21
1331         Log: add $VERSION
1332      Branch: perl
1333            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
1334 ____________________________________________________________________________
1335 [  4832] By: gsar                                  on 2000/01/21  16:49:09
1336         Log: fix bug in dumping self-referential scalars
1337      Branch: perl
1338            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1339            ! t/lib/dumper.t
1340 ____________________________________________________________________________
1341 [  4831] By: jhi                                   on 2000/01/21  09:16:07
1342         Log: Integrate with Sarathy.
1343      Branch: cfgperl
1344           +> t/op/exists_sub.t
1345           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
1346           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
1347           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
1348           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1349           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
1350 ____________________________________________________________________________
1351 [  4830] By: gsar                                  on 2000/01/21  04:28:08
1352         Log: patch to report warnings on bogus filehandles passed to flock(),
1353              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
1354              (slightly modified)
1355      Branch: perl
1356            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1357            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
1358            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1359 ____________________________________________________________________________
1360 [  4829] By: gsar                                  on 2000/01/21  03:43:46
1361         Log: typo fix
1362      Branch: perl
1363            ! pod/perlop.pod
1364 ____________________________________________________________________________
1365 [  4828] By: gsar                                  on 2000/01/21  03:32:31
1366         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
1367              fixups of faulty facts and prose
1368      Branch: perl
1369            ! pod/perlvar.pod
1370 ____________________________________________________________________________
1371 [  4827] By: gsar                                  on 2000/01/21  01:45:51
1372         Log: support for C<exists &func> (from Spider Boardman)
1373      Branch: perl
1374            + t/op/exists_sub.t
1375            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
1376            ! pod/perlfunc.pod pp.c
1377 ____________________________________________________________________________
1378 [  4826] By: gsar                                  on 2000/01/21  01:35:46
1379         Log: mention the fact that open(my $foo, ...) covers all handle
1380              constructors
1381      Branch: perl
1382            ! pod/perldelta.pod
1383 ____________________________________________________________________________
1384 [  4825] By: gsar                                  on 2000/01/21  01:03:34
1385         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1386              Date: Wed, 19 Jan 2000 15:05:11 -0500
1387              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
1388              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
1389      Branch: perl
1390            ! utils/h2xs.PL
1391 ____________________________________________________________________________
1392 [  4824] By: gsar                                  on 2000/01/20  19:14:26
1393         Log: INSTALL updates from Andy Dougherty
1394      Branch: perl
1395            ! INSTALL
1396 ____________________________________________________________________________
1397 [  4823] By: gsar                                  on 2000/01/20  08:40:13
1398         Log: sv_true() has a superfluous test
1399      Branch: perl
1400            ! sv.c sv.h
1401 ____________________________________________________________________________
1402 [  4822] By: bailey                                on 2000/01/20  02:03:35
1403         Log: Minor cosmetic updates
1404      Branch: vmsperl
1405            ! configure.com
1406 ____________________________________________________________________________
1407 [  4821] By: bailey                                on 2000/01/20  00:25:30
1408         Log: Quick integration of mainline changes to date
1409      Branch: vmsperl
1410           +> (branch 74 files)
1411            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
1412            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1413            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
1414            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
1415            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
1416            - lib/warning.pm os2/POSIX.mkfifo warning.h
1417           !> (integrate 462 files)
1418 ____________________________________________________________________________
1419 [  4820] By: jhi                                   on 2000/01/19  22:46:42
1420         Log: More robust inc_version_list from Andy.
1421      Branch: cfgperl
1422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1423            ! config_h.SH
1424      Branch: metaconfig
1425            ! U/installdirs/inc_version_list.U
1426 ____________________________________________________________________________
1427 [  4819] By: jhi                                   on 2000/01/19  17:36:56
1428         Log: Add NV_PRESERVES_UV.
1429      Branch: cfgperl
1430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1431            ! config_h.SH perl.h
1432      Branch: metaconfig
1433            ! U/protos/selecttype.U
1434      Branch: metaconfig/U/perl
1435            - nvpresuv.U
1436            ! perlxv.U
1437 ____________________________________________________________________________
1438 [  4818] By: jhi                                   on 2000/01/19  08:13:05
1439         Log: Integrate with Sarathy.
1440      Branch: cfgperl
1441           !> Changes Configure win32/config.bc win32/config.gc
1442           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1443           !> win32/config_H.vc
1444 ____________________________________________________________________________
1445 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1446         Log: regen win32/config*
1447      Branch: perl
1448            ! Configure win32/config.bc win32/config.gc win32/config.vc
1449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1450 ____________________________________________________________________________
1451 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1452         Log: Policy patch from Andy for installation directories,
1453              removing the $apiversion.
1454      Branch: cfgperl
1455            ! Policy_sh.SH
1456 ____________________________________________________________________________
1457 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1458         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1459              as suggested by Andy.
1460      Branch: cfgperl
1461            ! Configure config_h.SH
1462      Branch: metaconfig
1463            ! U/compline/d_gnulibc.U U/modified/cc.U
1464 ____________________________________________________________________________
1465 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1466         Log: integrate cfgperl changes into mainline
1467      Branch: perl
1468            ! Changes
1469           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1470           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1471           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1472 ____________________________________________________________________________
1473 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1474         Log: metaconfig todo note from Andy.
1475      Branch: cfgperl
1476            ! Configure config_h.SH
1477      Branch: metaconfig
1478            ! U/installdirs/inc_version_list.U
1479 ____________________________________________________________________________
1480 [  4812] By: jhi                                   on 2000/01/18  15:02:55
1481         Log: More -V.
1482      Branch: cfgperl
1483            ! perl.c
1484 ____________________________________________________________________________
1485 [  4811] By: jhi                                   on 2000/01/18  10:35:30
1486         Log: More compile-time options shown with -V.
1487      Branch: cfgperl
1488            ! perl.c
1489 ____________________________________________________________________________
1490 [  4810] By: jhi                                   on 2000/01/17  08:35:49
1491         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1492              the strtold() and qgcvt() prototypes for long doubles, but
1493              it should be okay in any case); fix bad assumptions in the
1494              test suite about string->float conversions; though the out
1495              parameter of strtold() (and strtoll()) is unused, it is nicer
1496              to have it in correct type.
1497      Branch: cfgperl
1498            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1499      Branch: metaconfig
1500            ! U/modified/cc.U
1501 ____________________________________________________________________________
1502 [  4809] By: jhi                                   on 2000/01/16  19:21:18
1503         Log: strtoll works better ternary.
1504      Branch: cfgperl
1505            ! perl.h
1506 ____________________________________________________________________________
1507 [  4808] By: jhi                                   on 2000/01/16  19:12:58
1508         Log: Know strtoll.
1509      Branch: cfgperl
1510            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1511            ! config_h.SH perl.h
1512 ____________________________________________________________________________
1513 [  4807] By: jhi                                   on 2000/01/16  17:57:03
1514         Log: Integrate with Sarathy.
1515      Branch: cfgperl
1516           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1517           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1518 ____________________________________________________________________________
1519 [  4806] By: jhi                                   on 2000/01/16  16:37:47
1520         Log: Continue qgcvt work; closer now but not yet there.
1521      Branch: cfgperl
1522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1523            ! config_h.SH doop.c utf8.c
1524      Branch: metaconfig
1525            ! U/compline/d_gconvert.U
1526      Branch: metaconfig/U/perl
1527            ! d_qgcvt.U
1528 ____________________________________________________________________________
1529 [  4805] By: jhi                                   on 2000/01/15  22:26:16
1530         Log: Metaconfig and Porting patches from Andy; start using the new
1531              long long and long double thingies from #4804; regen Configure.
1532      Branch: cfgperl
1533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1534            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1535      Branch: metaconfig
1536            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1537            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1538            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1539            + U/nullified/lib.U
1540            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1541            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1542            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1543            ! U/modified/Oldconfig.U U/modified/Signal.U
1544            ! U/modified/sig_name.U U/threads/usethreads.U
1545      Branch: metaconfig/U/perl
1546            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1547            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1548            ! usemultiplicity.U
1549      Branch: perl
1550            ! perl.h util.c
1551 ____________________________________________________________________________
1552 [  4804] By: jhi                                   on 2000/01/14  14:22:24
1553         Log: Add more quad/long long/long double sciency.
1554      Branch: metaconfig/U/perl
1555            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1556            + d_strtouq.U
1557 ____________________________________________________________________________
1558 [  4803] By: gsar                                  on 2000/01/14  04:40:49
1559         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1560      Branch: perl
1561            ! op.c
1562 ____________________________________________________________________________
1563 [  4802] By: gsar                                  on 2000/01/14  04:35:55
1564         Log: add note about "our"
1565      Branch: perl
1566            ! lib/vars.pm
1567 ____________________________________________________________________________
1568 [  4801] By: gsar                                  on 2000/01/14  04:16:51
1569         Log: nailed "our" declarations, and better warnings on duplicate
1570              "our" declarations
1571      Branch: perl
1572            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1573            ! t/pragma/strict-vars toke.c
1574 ____________________________________________________________________________
1575 [  4800] By: gsar                                  on 2000/01/14  01:27:13
1576         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1577      Branch: perl
1578            ! dump.c op.c op.h
1579 ____________________________________________________________________________
1580 [  4799] By: gsar                                  on 2000/01/14  01:17:15
1581         Log: doc typo
1582      Branch: perl
1583            ! pod/perlfunc.pod
1584 ____________________________________________________________________________
1585 [  4798] By: jhi                                   on 2000/01/13  16:31:34
1586         Log: Integrate with Sarathy.
1587      Branch: cfgperl
1588           +> epoc/config.sh epoc/epocish.c epoc/link.pl
1589           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1590           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1591           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1592           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1593           +> win32/perlhost.h win32/vdir.h win32/vmem.h
1594            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1595            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1596            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1597           !> (integrate 282 files)
1598 ____________________________________________________________________________
1599 [  4797] By: gsar                                  on 2000/01/13  08:12:56
1600         Log: clearer docs for change#4796; faster av_exists()
1601      Branch: perl
1602            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1603 ____________________________________________________________________________
1604 [  4796] By: gsar                                  on 2000/01/13  06:49:03
1605         Log: support delete() and exists() on array, tied array, and pseudo-hash
1606              elements or slices
1607      Branch: perl
1608            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1609            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1610            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1611            ! t/op/avhv.t t/op/delete.t
1612 ____________________________________________________________________________
1613 [  4795] By: gsar                                  on 2000/01/11  20:52:30
1614         Log: extend site_perl changes change#4773 to vendor_perl as well
1615      Branch: perl
1616            ! Configure
1617 ____________________________________________________________________________
1618 [  4794] By: gsar                                  on 2000/01/11  19:18:50
1619         Log: rework INSTALL to reflect new logic for versioning sitelibs
1620      Branch: perl
1621            ! INSTALL
1622 ____________________________________________________________________________
1623 [  4793] By: gsar                                  on 2000/01/11  01:44:00
1624         Log: test for change#4792
1625      Branch: perl
1626            ! t/op/fork.t
1627 ____________________________________________________________________________
1628 [  4792] By: gsar                                  on 2000/01/11  01:22:36
1629         Log: pseudo forked children inherit environment correctly
1630      Branch: perl
1631            ! win32/perlhost.h
1632 ____________________________________________________________________________
1633 [  4791] By: gsar                                  on 2000/01/10  19:14:03
1634         Log: test tweak
1635      Branch: perl
1636            ! t/op/fork.t
1637 ____________________________________________________________________________
1638 [  4790] By: gsar                                  on 2000/01/10  18:56:16
1639         Log: check for USE_ITHREADS sanity was too restrictive
1640      Branch: perl
1641            ! perl.h
1642 ____________________________________________________________________________
1643 [  4789] By: gsar                                  on 2000/01/10  18:30:24
1644         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1645              a real SetCurrentDirectory() in toplevel host
1646      Branch: perl
1647            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1648            ! win32/vdir.h win32/win32.c
1649 ____________________________________________________________________________
1650 [  4782] By: gsar                                  on 2000/01/10  05:27:03
1651         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1652      Branch: perl
1653            + epoc/config.sh epoc/epocish.c epoc/link.pl
1654            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1655            - epoc/perl.pkg
1656            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1657            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1658            ! lib/Sys/Hostname.pm
1659 ____________________________________________________________________________
1660 [  4781] By: gsar                                  on 2000/01/10  05:11:03
1661         Log: pod typos (from Abigail <abigail@delanet.com>)
1662      Branch: perl
1663            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1664 ____________________________________________________________________________
1665 [  4780] By: gsar                                  on 2000/01/10  05:07:35
1666         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1667      Branch: perl
1668            ! t/lib/thread.t
1669 ____________________________________________________________________________
1670 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1671         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1672      Branch: perl
1673            ! perl.c
1674 ____________________________________________________________________________
1675 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1676         Log: useithreads needs usemultiplicity
1677      Branch: perl
1678            ! Configure perl.h
1679 ____________________________________________________________________________
1680 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1681         Log: use $Config{version} rather than $] where appropriate
1682      Branch: perl
1683            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1684            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1685            ! lib/lib.pm
1686 ____________________________________________________________________________
1687 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1688         Log: enable fork.t on windows
1689      Branch: perl
1690            ! t/op/fork.t
1691 ____________________________________________________________________________
1692 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1693         Log: broken test for use5005threads
1694      Branch: perl
1695            ! t/lib/safe2.t
1696 ____________________________________________________________________________
1697 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1698         Log: more windows build tweaks
1699      Branch: perl
1700            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1701            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1702            ! win32/makefile.mk
1703 ____________________________________________________________________________
1704 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1705         Log: more changes for new-style version numbers (versions numbers on
1706              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1707              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1708              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1709              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1710              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1711              completely independent across versions and substantially eliminating
1712              chances of breaking older installations by overwriting newly built
1713              extensions; all this means compatibility inclusions for @INC will need
1714              to take into account older sitelib versions (this still TODO)
1715              
1716              windows, vms, dos tweaks for the above
1717      Branch: perl
1718            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1719            ! config_h.SH configure.com dosish.h installman installperl
1720            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1721            ! win32/config.bc win32/config.gc win32/config.vc
1722            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1723            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1724            ! win32/win32.c
1725 ____________________________________________________________________________
1726 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1727         Log: s/usethreads/use5005threads/g
1728      Branch: perl
1729            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1730 ____________________________________________________________________________
1731 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1732         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1733              slightly altered)
1734      Branch: perl
1735            ! Configure INSTALL Porting/Glossary Porting/config.sh
1736            ! Porting/config_H config_h.SH perl.h win32/Makefile
1737            ! win32/config.bc win32/config.gc win32/config.vc
1738            ! win32/makefile.mk
1739 ____________________________________________________________________________
1740 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1741         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1742      Branch: perl
1743            ! regexec.c
1744 ____________________________________________________________________________
1745 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1746         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1747      Branch: perl
1748            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1749            + ext/ODBM_File/hints/cygwin.pl
1750            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1751            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1752            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1753            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1754 ____________________________________________________________________________
1755 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1756         Log: typo on h2xs.PL (from Helmut Jarausch)
1757      Branch: perl
1758            ! utils/h2xs.PL
1759 ____________________________________________________________________________
1760 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1761         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1762      Branch: perl
1763            ! README.vms configure.com vms/subconfigure.com
1764 ____________________________________________________________________________
1765 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1766         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1767              <sthoenna@efn.org>)
1768      Branch: perl
1769            - os2/POSIX.mkfifo
1770            ! MANIFEST README.os2
1771 ____________________________________________________________________________
1772 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1773         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1774              match /^lib/ won't load properly)
1775      Branch: perl
1776            + ext/DynaLoader/hints/openbsd.pl
1777            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1778 ____________________________________________________________________________
1779 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1780         Log: add undocumented globals for compatibility--find.pl, and find2perl
1781              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1782      Branch: perl
1783            ! lib/File/Find.pm
1784 ____________________________________________________________________________
1785 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1786         Log: fix various C-backend shenanigans
1787      Branch: perl
1788            ! ext/B/B/C.pm
1789 ____________________________________________________________________________
1790 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1791         Log: tweak test in change#4757 for Windows
1792      Branch: perl
1793            ! t/io/open.t
1794 ____________________________________________________________________________
1795 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1796         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1797              they belonged to freed OP_CONSTs)
1798      Branch: perl
1799            ! op.c
1800 ____________________________________________________________________________
1801 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1802         Log: constant ranges could escape bareword check in list context
1803      Branch: perl
1804            ! op.c t/pragma/strict-subs
1805 ____________________________________________________________________________
1806 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1807         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1808              Date: Wed, 05 Jan 2000 15:23:18 EST
1809              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1810              Subject: Re: minimal m//g matches appear busted
1811      Branch: perl
1812            ! regexec.c t/op/pat.t
1813 ____________________________________________________________________________
1814 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1815         Log: various nits identified by warnings unmasked by recent changes
1816      Branch: perl
1817            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1818 ____________________________________________________________________________
1819 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1820         Log: severe bugs in change#3786 fixed
1821      Branch: perl
1822            ! doio.c t/io/open.t
1823 ____________________________________________________________________________
1824 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1825         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1826      Branch: perl
1827            ! ext/Data/Dumper/Dumper.pm
1828 ____________________________________________________________________________
1829 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1830         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1831      Branch: perl
1832            ! Configure util.c utils/perlcc.PL
1833 ____________________________________________________________________________
1834 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1835         Log: avoid expensive Version_check (from Andreas Koenig)
1836      Branch: perl
1837            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1838            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1839 ____________________________________________________________________________
1840 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1841         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1842              Date: 03 Jan 2000 21:56:02 +0100
1843              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1844              Subject: Reloading File::Copy
1845      Branch: perl
1846            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1847 ____________________________________________________________________________
1848 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1849         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1850      Branch: perl
1851            ! win32/Makefile win32/makefile.mk win32/win32.h
1852 ____________________________________________________________________________
1853 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1854         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1855      Branch: perl
1856            ! lib/ExtUtils/MakeMaker.pm
1857 ____________________________________________________________________________
1858 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1859         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1860              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1861              <Haakon.Alstadheim@sds.no>)
1862      Branch: perl
1863            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1864 ____________________________________________________________________________
1865 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1866         Log: disable optimization in change#3612 for join() and quotemeta()--this
1867              removes all the gross hacks for the special cases in that change; fix
1868              pp_concat() for when TARG == arg (modified version of patch suggested
1869              by Ilya Zakharevich)
1870      Branch: perl
1871            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1872 ____________________________________________________________________________
1873 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1874         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1875              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1876      Branch: perl
1877            ! lib/ExtUtils/MakeMaker.pm
1878 ____________________________________________________________________________
1879 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1880         Log: fix 4-arg substr() when used as argument to subroutine
1881      Branch: perl
1882            ! pp.c t/op/substr.t
1883 ____________________________________________________________________________
1884 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1885         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1886      Branch: perl
1887            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1888            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1889            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1890            ! perlapi.c proto.h thread.h util.c
1891 ____________________________________________________________________________
1892 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1893         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1894      Branch: perl
1895            ! ext/Data/Dumper/Dumper.pm regcomp.c
1896 ____________________________________________________________________________
1897 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1898         Log: missing files in previous submit
1899      Branch: perl
1900            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1901            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1902 ____________________________________________________________________________
1903 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1904         Log: various Windows build tweaks
1905      Branch: perl
1906            ! win32/win32.h
1907 ____________________________________________________________________________
1908 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1909         Log: change#4705 breaks code that interpolates $], so leave string value
1910              of $] as it was for compatibility (and perhaps introduce $^V or similar
1911              for the utf8 representation, maybe?)
1912      Branch: perl
1913            ! configpm gv.c
1914 ____________________________________________________________________________
1915 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1916         Log: avoid CRLF in byteloadable files created by perlcc
1917      Branch: perl
1918            ! utils/perlcc.PL
1919 ____________________________________________________________________________
1920 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1921         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1922      Branch: perl
1923            ! pod/perldelta.pod toke.c
1924 ____________________________________________________________________________
1925 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1926         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1927              to allow ByteLoader to work; the DATA filehandles continue to
1928              be left open in text mode for compatibility
1929      Branch: perl
1930            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1931            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1932            ! win32/win32.h
1933 ____________________________________________________________________________
1934 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1935         Log: CR-LF support broken for formats
1936      Branch: perl
1937            ! toke.c
1938 ____________________________________________________________________________
1939 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1940         Log: make DProf functional under pseudo-fork()
1941      Branch: perl
1942            ! ext/Devel/DProf/DProf.xs
1943 ____________________________________________________________________________
1944 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1945         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1946              Mulder)
1947      Branch: perl
1948            ! doio.c pp_hot.c t/io/argv.t
1949 ____________________________________________________________________________
1950 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1951         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1952              Koenig)
1953      Branch: perl
1954            ! Makefile.SH
1955 ____________________________________________________________________________
1956 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1957         Log: Windows build tweaks
1958      Branch: perl
1959            ! INTERN.h sv.c
1960 ____________________________________________________________________________
1961 [  4733] By: gsar                                  on 1999/12/28  20:45:15
1962         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
1963              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1964      Branch: perl
1965            ! pp_sys.c
1966 ____________________________________________________________________________
1967 [  4732] By: gsar                                  on 1999/12/28  20:42:13
1968         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1969              <ralph@inputplus.demon.co.uk>
1970      Branch: perl
1971            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1972 ____________________________________________________________________________
1973 [  4731] By: gsar                                  on 1999/12/28  20:23:17
1974         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1975              not supplied (variant of patch suggested by Ilya Zakharevich)
1976      Branch: perl
1977            ! XSUB.h lib/ExtUtils/xsubpp
1978 ____________________________________________________________________________
1979 [  4730] By: gsar                                  on 1999/12/28  19:55:56
1980         Log: range operator does magical string increment iff both operands
1981              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1982              the "foreach (RANGE)" case as well
1983      Branch: perl
1984            ! pp_ctl.c t/op/range.t
1985 ____________________________________________________________________________
1986 [  4729] By: gsar                                  on 1999/12/28  18:40:19
1987         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1988      Branch: perl
1989            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1990            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1991            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1992            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1993            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1994            ! win32/win32.h
1995 ____________________________________________________________________________
1996 [  4728] By: gsar                                  on 1999/12/28  07:44:19
1997         Log: typecasts needed
1998      Branch: perl
1999            ! toke.c
2000 ____________________________________________________________________________
2001 [  4727] By: gsar                                  on 1999/12/28  06:23:08
2002         Log: change#4721 needed line number adjustments
2003      Branch: perl
2004            ! MANIFEST global.sym proto.h t/pragma/warn/doop
2005            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
2006            ! t/pragma/warn/toke t/pragma/warn/utf8
2007 ____________________________________________________________________________
2008 [  4726] By: gsar                                  on 1999/12/28  04:18:15
2009         Log: integrate utfperl contents into mainline
2010      Branch: perl
2011           +> lib/byte.pm lib/byte_heavy.pl
2012           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
2013           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
2014           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
2015 ____________________________________________________________________________
2016 [  4725] By: gsar                                  on 1999/12/28  04:08:09
2017         Log: integrate mainline contents
2018      Branch: utfperl
2019            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
2020            - lib/unicode/Eq/Unicode
2021           !> (integrate 60 files)
2022 ____________________________________________________________________________
2023 [  4724] By: gsar                                  on 1999/12/28  03:44:10
2024         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
2025      Branch: perl
2026            ! regcomp.c t/op/re_tests
2027 ____________________________________________________________________________
2028 [  4723] By: gsar                                  on 1999/12/28  03:28:39
2029         Log: more ebcdic testsuite fixups (from Peter Prymmer)
2030      Branch: perl
2031            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
2032            ! t/pragma/overload.t t/pragma/utf8.t
2033 ____________________________________________________________________________
2034 [  4722] By: gsar                                  on 1999/12/28  03:14:48
2035         Log: avoid "used once" warning
2036      Branch: perl
2037            ! lib/diagnostics.pm
2038 ____________________________________________________________________________
2039 [  4721] By: gsar                                  on 1999/12/28  03:10:32
2040         Log: ebcdic tweaks for tests from Peter Prymmer
2041      Branch: perl
2042            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
2043            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
2044 ____________________________________________________________________________
2045 [  4720] By: gsar                                  on 1999/12/28  03:08:39
2046         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
2047      Branch: perl
2048            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2049            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2050            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
2051 ____________________________________________________________________________
2052 [  4719] By: gsar                                  on 1999/12/28  03:01:04
2053         Log: perlport v1.45 from Chris Nandor
2054      Branch: perl
2055            ! pod/perlport.pod
2056 ____________________________________________________________________________
2057 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2058         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2059              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2060      Branch: perl
2061            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2062            ! t/pragma/constant.t
2063 ____________________________________________________________________________
2064 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2065         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2066      Branch: perl
2067            - ext/DynaLoader/dl_cygwin.xs
2068            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2069            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2070            ! util.c
2071 ____________________________________________________________________________
2072 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2073         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2074              (from Andy Dougherty)
2075      Branch: perl
2076            ! Configure
2077 ____________________________________________________________________________
2078 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2079         Log: better variant of change#4644 (from Andy Dougherty)
2080      Branch: perl
2081            ! Configure
2082 ____________________________________________________________________________
2083 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2084         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2085      Branch: perl
2086            ! Configure
2087 ____________________________________________________________________________
2088 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2089         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2090              INSTALL (from Andy Dougherty)
2091      Branch: perl
2092            ! Configure
2093 ____________________________________________________________________________
2094 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2095         Log: avoid creating new files during make install
2096      Branch: perl
2097            ! Makefile.SH
2098 ____________________________________________________________________________
2099 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2100         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2101      Branch: perl
2102            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2103            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2104            ! pod/perldelta.pod
2105 ____________________________________________________________________________
2106 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2107         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2108              <sthoenna@efn.org>); add explicit target for opmini.o
2109      Branch: perl
2110            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2111 ____________________________________________________________________________
2112 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2113         Log: partly fix perldiag regressions identified by Tom Christiansen
2114      Branch: perl
2115            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2116            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2117            ! t/pragma/warn/pp_sys
2118 ____________________________________________________________________________
2119 [  4708] By: gsar                                  on 1999/12/27  23:33:24
2120         Log: update perldiag for change#4707
2121      Branch: perl
2122            ! perl.c pod/perldiag.pod
2123 ____________________________________________________________________________
2124 [  4707] By: gsar                                  on 1999/12/27  23:23:39
2125         Log: allow spaces in -I switch argument
2126      Branch: perl
2127            ! perl.c
2128 ____________________________________________________________________________
2129 [  4706] By: gsar                                  on 1999/12/26  23:44:53
2130         Log: fix typos
2131      Branch: utfperl
2132            ! sv.h toke.c
2133 ____________________________________________________________________________
2134 [  4705] By: gsar                                  on 1999/12/24  04:02:35
2135         Log: support for v5.5.640 style version numbers
2136      Branch: utfperl
2137            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
2138            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
2139 ____________________________________________________________________________
2140 [  4704] By: gsar                                  on 1999/12/23  08:54:27
2141         Log: bring in basic threads stuff under USE_ITHREADS
2142      Branch: perl
2143            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
2144            ! util.c
2145 ____________________________________________________________________________
2146 [  4703] By: gsar                                  on 1999/12/23  00:10:06
2147         Log: integrate mainline contents into utfperl
2148      Branch: utfperl
2149           !> (integrate 33 files)
2150 ____________________________________________________________________________
2151 [  4702] By: gsar                                  on 1999/12/20  17:18:23
2152         Log: virtual directory handling broken on paths with trailing slash
2153      Branch: perl
2154            ! win32/Makefile win32/makefile.mk win32/vdir.h
2155 ____________________________________________________________________________
2156 [  4701] By: gsar                                  on 1999/12/20  17:09:55
2157         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
2158              isn't set for all m/$foo/o)
2159      Branch: perl
2160            ! pp_ctl.c
2161 ____________________________________________________________________________
2162 [  4700] By: gsar                                  on 1999/12/20  16:28:51
2163         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
2164              we have a race on our hands)
2165      Branch: perl
2166            ! pp_ctl.c
2167 ____________________________________________________________________________
2168 [  4699] By: gsar                                  on 1999/12/20  16:19:00
2169         Log: pod tweaks
2170      Branch: perl
2171            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
2172 ____________________________________________________________________________
2173 [  4698] By: gsar                                  on 1999/12/20  07:55:07
2174         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
2175      Branch: perl
2176            ! utf8.c
2177 ____________________________________________________________________________
2178 [  4697] By: gsar                                  on 1999/12/18  01:35:50
2179         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
2180              anon hash rather than a block; test case for the same
2181      Branch: perl
2182            ! t/comp/term.t toke.c
2183 ____________________________________________________________________________
2184 [  4696] By: gsar                                  on 1999/12/17  19:55:03
2185         Log: leak in change#4694 spotted by Larry
2186      Branch: perl
2187            ! hv.c
2188 ____________________________________________________________________________
2189 [  4695] By: gsar                                  on 1999/12/17  18:14:11
2190         Log: test case for change#4694
2191      Branch: perl
2192            ! t/op/delete.t
2193 ____________________________________________________________________________
2194 [  4694] By: gsar                                  on 1999/12/17  18:09:08
2195         Log: delete() should return the value as is, not a copy thereof
2196      Branch: perl
2197            ! hv.c pod/perldelta.pod
2198 ____________________________________________________________________________
2199 [  4693] By: gsar                                  on 1999/12/17  17:45:58
2200         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
2201      Branch: perl
2202            ! regexec.c t/op/re_tests
2203 ____________________________________________________________________________
2204 [  4692] By: gsar                                  on 1999/12/17  17:41:10
2205         Log: credits tweak
2206      Branch: perl
2207            ! lib/File/Spec.pm
2208 ____________________________________________________________________________
2209 [  4691] By: gsar                                  on 1999/12/17  07:12:53
2210         Log: DynaLoader doesn't build properly when $(DLSRC) changes
2211              (fix suggested by Hans Mulder)
2212      Branch: perl
2213            ! ext/DynaLoader/Makefile.PL
2214 ____________________________________________________________________________
2215 [  4690] By: gsar                                  on 1999/12/17  06:26:34
2216         Log: add missing new ops
2217      Branch: perl
2218            ! ext/B/ramblings/runtime.porting
2219 ____________________________________________________________________________
2220 [  4689] By: gsar                                  on 1999/12/17  06:16:49
2221         Log: test harness tweak from Hans Mulder
2222      Branch: perl
2223            ! t/TEST
2224 ____________________________________________________________________________
2225 [  4688] By: gsar                                  on 1999/12/17  06:14:23
2226         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
2227              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
2228      Branch: perl
2229            ! Makefile.SH cygwin/Makefile.SHs
2230 ____________________________________________________________________________
2231 [  4687] By: gsar                                  on 1999/12/17  06:06:46
2232         Log: applied suggested patch with whitespace adjustments
2233              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
2234              Date: Thu, 16 Dec 1999 08:57:55 +0100
2235              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
2236              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
2237      Branch: perl
2238            ! lib/File/Find.pm
2239 ____________________________________________________________________________
2240 [  4686] By: gsar                                  on 1999/12/17  05:48:53
2241         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
2242              by Hans Mulder)
2243      Branch: perl
2244            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2245            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2246            ! ext/DynaLoader/dl_rhapsody.xs
2247 ____________________________________________________________________________
2248 [  4685] By: gsar                                  on 1999/12/17  05:37:51
2249         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
2250              <rjk@linguist.dartmouth.edu>)
2251      Branch: perl
2252            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2253 ____________________________________________________________________________
2254 [  4684] By: gsar                                  on 1999/12/16  09:32:48
2255         Log: spell out how to get 4-digit year (from Micheal G Schwern
2256              <schwern@pobox.com>)
2257      Branch: perl
2258            ! pod/perlfunc.pod
2259 ____________________________________________________________________________
2260 [  4683] By: gsar                                  on 1999/12/16  09:26:53
2261         Log: type mismatch for %c format argument (spotted by Robin Barker
2262              <rmb1@cise.npl.co.uk>)
2263      Branch: perl
2264            ! regcomp.c
2265 ____________________________________________________________________________
2266 [  4682] By: gsar                                  on 1999/12/16  08:33:28
2267         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
2268              <sho_pi@hotmail.com>)
2269      Branch: perl
2270            ! win32/win32.c
2271 ____________________________________________________________________________
2272 [  4681] By: gsar                                  on 1999/12/16  08:31:15
2273         Log: missing backslash (spotted by Johan Vromans)
2274      Branch: perl
2275            ! perl.c
2276 ____________________________________________________________________________
2277 [  4680] By: gsar                                  on 1999/12/16  08:26:00
2278         Log: avoid coredump on diagnostics when STDERR is closed
2279      Branch: perl
2280            ! perl.h
2281 ____________________________________________________________________________
2282 [  4679] By: gsar                                  on 1999/12/12  18:09:41
2283         Log: integrate mainline changes
2284      Branch: utfperl
2285           +> (branch 39 files)
2286            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2287            - lib/unicode/UnicodeData-Latest.txt
2288           !> (integrate 447 files)
2289 ____________________________________________________________________________
2290 [  4678] By: gsar                                  on 1999/12/10  01:39:13
2291         Log: interpreter structure should be nulled under -DMULTIPLICITY
2292      Branch: perl
2293            ! perl.c
2294 ____________________________________________________________________________
2295 [  4677] By: gsar                                  on 1999/12/09  11:10:27
2296         Log: update Changes
2297      Branch: perl
2298            ! Changes
2299
2300 ----------------
2301 Version 5.005_63
2302 ----------------
2303
2304 ____________________________________________________________________________
2305 [  4676] By: gsar                                  on 1999/12/09  10:51:43
2306         Log: fix File::Find testsuite bugs in symlink-less places
2307      Branch: perl
2308            ! t/lib/filefind.t
2309 ____________________________________________________________________________
2310 [  4675] By: gsar                                  on 1999/12/09  10:22:31
2311         Log: USE_ITHREADS tweaks and notes
2312      Branch: perl
2313            ! op.c pod/perldelta.pod sv.c
2314 ____________________________________________________________________________
2315 [  4674] By: gsar                                  on 1999/12/09  10:21:53
2316         Log: allow new style sort subs to work under usethreads
2317      Branch: perl
2318            ! pp_ctl.c
2319 ____________________________________________________________________________
2320 [  4673] By: gsar                                  on 1999/12/09  04:00:23
2321         Log: document compatibility issue with literal list slices and NOTOP
2322              (C<not (1,2,3)[0]> is now a syntax error)
2323      Branch: perl
2324            ! pod/perldelta.pod
2325 ____________________________________________________________________________
2326 [  4672] By: gsar                                  on 1999/12/09  01:14:46
2327         Log: avoid mismatched expectation <-> int types for C++ builds
2328      Branch: perl
2329            ! embed.pl intrpvar.h proto.h toke.c
2330 ____________________________________________________________________________
2331 [  4671] By: gsar                                  on 1999/12/09  00:36:24
2332         Log: newer version of File::Find with support for following symlinks and
2333              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
2334      Branch: perl
2335            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
2336 ____________________________________________________________________________
2337 [  4670] By: gsar                                  on 1999/12/09  00:13:06
2338         Log: avoid initializing GvCV slot for autovivified filehandles
2339      Branch: perl
2340            ! pp.c
2341 ____________________________________________________________________________
2342 [  4669] By: gsar                                  on 1999/12/08  19:09:27
2343         Log: apply change#4618 again along with Ilya's patch to fix bugs
2344              in it (see change#4622)
2345      Branch: perl
2346            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
2347            ! t/op/re_tests t/op/subst.t
2348 ____________________________________________________________________________
2349 [  4668] By: gsar                                  on 1999/12/08  18:56:53
2350         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
2351              From: Larry Wall <larry@wall.org>
2352              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
2353              Message-Id: <199912072039.MAA13257@kiev.wall.org>
2354              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
2355      Branch: perl
2356            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
2357 ____________________________________________________________________________
2358 [  4667] By: gsar                                  on 1999/12/08  18:47:37
2359         Log: patch to fix aix hints from ortmann@vnet.ibm.com
2360      Branch: perl
2361            ! hints/aix.sh
2362 ____________________________________________________________________________
2363 [  4666] By: gsar                                  on 1999/12/08  18:29:02
2364         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
2365              Tim Meadowcroft
2366      Branch: perl
2367            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
2368 ____________________________________________________________________________
2369 [  4665] By: gsar                                  on 1999/12/08  02:22:31
2370         Log: introduce save_I8() for saving byte values
2371      Branch: perl
2372            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2373            ! regcomp.c regexec.c scope.c scope.h sv.c
2374 ____________________________________________________________________________
2375 [  4664] By: gsar                                  on 1999/12/08  02:02:33
2376         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
2377      Branch: perl
2378            ! toke.c
2379 ____________________________________________________________________________
2380 [  4663] By: gsar                                  on 1999/12/08  01:11:44
2381         Log: longstanding typo in lexer: PL_lex_expect was not properly
2382              saved on reentry
2383      Branch: perl
2384            ! toke.c
2385 ____________________________________________________________________________
2386 [  4662] By: gsar                                  on 1999/12/07  23:16:21
2387         Log: typos in change#4546
2388      Branch: perl
2389            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
2390 ____________________________________________________________________________
2391 [  4661] By: gsar                                  on 1999/12/07  09:33:50
2392         Log: typos in change#4660
2393      Branch: perl
2394            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
2395 ____________________________________________________________________________
2396 [  4660] By: gsar                                  on 1999/12/06  23:42:55
2397         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
2398              fix bug where lc($readonly) could result in bogus errors
2399      Branch: perl
2400            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
2401            ! pp.c pp_sys.c proto.h sv.c
2402 ____________________________________________________________________________
2403 [  4659] By: gsar                                  on 1999/12/06  15:24:31
2404         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
2405              <jarausch@igpm.rwth-aachen.de>)
2406      Branch: perl
2407            ! perl.h
2408 ____________________________________________________________________________
2409 [  4658] By: gsar                                  on 1999/12/06  15:18:30
2410         Log: fix for -Dp via $^D (suggested by Stephane Payrard
2411              <stef@adnaccess.com>)
2412      Branch: perl
2413            ! mg.c
2414 ____________________________________________________________________________
2415 [  4657] By: gsar                                  on 1999/12/06  06:50:01
2416         Log: change#4641 needs perldiag.pod edit
2417      Branch: perl
2418            - lib/unicode/UnicodeData-Latest.txt
2419            ! pod/perldiag.pod
2420 ____________________________________________________________________________
2421 [  4656] By: gsar                                  on 1999/12/06  01:36:56
2422         Log: Makefile tweak for change#4649
2423      Branch: perl
2424            ! Makefile.SH
2425 ____________________________________________________________________________
2426 [  4655] By: gsar                                  on 1999/12/05  17:23:57
2427         Log: change#4653 was missing a patch reject
2428      Branch: perl
2429            ! win32/makefile.mk
2430 ____________________________________________________________________________
2431 [  4654] By: gsar                                  on 1999/12/05  11:41:04
2432         Log: windows build tweaks for Borland compiler
2433      Branch: perl
2434            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
2435 ____________________________________________________________________________
2436 [  4653] By: gsar                                  on 1999/12/05  11:07:37
2437         Log: applied somewhat modified version of suggested patch
2438              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2439              Date: Thu, 18 Nov 1999 18:45:27 PST
2440              Message-ID: <19991119024527.72749.qmail@hotmail.com>
2441              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
2442      Branch: perl
2443            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2444            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2445            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2446            ! win32/makefile.mk win32/win32.h
2447 ____________________________________________________________________________
2448 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2449         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2450              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2451              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2452              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2453      Branch: perl
2454            ! Changes hints/svr5.sh
2455 ____________________________________________________________________________
2456 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2457         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2458              when given non-existent drive names
2459      Branch: perl
2460            ! lib/File/Path.pm
2461 ____________________________________________________________________________
2462 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2463         Log: windows build tweaks for change#4649
2464      Branch: perl
2465            ! win32/Makefile win32/makefile.mk
2466 ____________________________________________________________________________
2467 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2468         Log: make File::Glob::glob() the default for CORE::glob()
2469              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2470      Branch: perl
2471            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2472            ! win32/makefile.mk
2473 ____________________________________________________________________________
2474 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2475         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2476      Branch: perl
2477            ! lib/Pod/Html.pm
2478 ____________________________________________________________________________
2479 [  4647] By: gsar                                  on 1999/12/05  00:14:01
2480         Log: remove outdated entry
2481      Branch: perl
2482            ! pod/perltrap.pod
2483 ____________________________________________________________________________
2484 [  4646] By: gsar                                  on 1999/12/04  22:48:51
2485         Log: s/block/loop block/ in diagnostics about next, last, redo
2486      Branch: perl
2487            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2488 ____________________________________________________________________________
2489 [  4645] By: gsar                                  on 1999/12/04  22:25:32
2490         Log: readability tweak suggested by GRommel@sears.com
2491      Branch: perl
2492            ! pp.c
2493 ____________________________________________________________________________
2494 [  4644] By: gsar                                  on 1999/12/04  22:05:00
2495         Log: Configure tweak from Peter Prymmer
2496      Branch: perl
2497            ! Configure
2498 ____________________________________________________________________________
2499 [  4643] By: gsar                                  on 1999/12/04  21:55:27
2500         Log: make weak keyword check look for defined(&lock), not
2501              merely defined(*lock)
2502      Branch: perl
2503            ! toke.c
2504 ____________________________________________________________________________
2505 [  4642] By: gsar                                  on 1999/12/04  21:11:51
2506         Log: make eof() open ARGV if it isn't open already; also fixes bug
2507              where eof() would operate on any last-read filehandle, not
2508              just ARGV
2509      Branch: perl
2510            ! pp_sys.c
2511 ____________________________________________________________________________
2512 [  4641] By: gsar                                  on 1999/12/04  04:42:25
2513         Log: make uninitialized value warnings report opcode
2514      Branch: perl
2515            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2516            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2517            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2518            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2519            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2520            ! t/pragma/warn/sv
2521 ____________________________________________________________________________
2522 [  4640] By: gsar                                  on 1999/12/04  02:40:44
2523         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2524              that don't do range checking
2525      Branch: perl
2526            ! lib/Time/Local.pm
2527 ____________________________________________________________________________
2528 [  4639] By: gsar                                  on 1999/12/04  01:00:49
2529         Log: better implementation of change#3326; open(local $foo,...) now
2530              allowed in addition to any uninitialized variable, for consistency
2531              with how autovivification works elsewhere; add code to use the
2532              variable name as the name of the handle for simple variables, so
2533              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2534      Branch: perl
2535            ! op.c pod/perldelta.pod pp.c t/io/open.t
2536 ____________________________________________________________________________
2537 [  4638] By: gsar                                  on 1999/12/03  21:20:00
2538         Log: pod nits
2539      Branch: perl
2540            ! pod/perlfunc.pod pod/perlrun.pod
2541 ____________________________________________________________________________
2542 [  4637] By: gsar                                  on 1999/12/03  08:59:04
2543         Log: change#4431 was flawed
2544      Branch: perl
2545            ! Makefile.SH
2546 ____________________________________________________________________________
2547 [  4636] By: gsar                                  on 1999/12/03  07:59:52
2548         Log: pod embellishments from Nathan Torkington
2549      Branch: perl
2550            ! pod/perlfaq2.pod pod/perlhack.pod
2551 ____________________________________________________________________________
2552 [  4635] By: gsar                                  on 1999/12/03  07:56:04
2553         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2554      Branch: perl
2555            ! pod/perlfaq4.pod
2556 ____________________________________________________________________________
2557 [  4634] By: gsar                                  on 1999/12/03  07:47:47
2558         Log: test tweak for VMS (from Craig A. Berry)
2559      Branch: perl
2560            ! t/io/nargv.t
2561 ____________________________________________________________________________
2562 [  4633] By: gsar                                  on 1999/12/03  07:44:52
2563         Log: patchls tweak from Andreas Koenig
2564      Branch: perl
2565            ! Porting/patchls
2566 ____________________________________________________________________________
2567 [  4632] By: gsar                                  on 1999/12/03  07:42:23
2568         Log: don't mess with the umask()
2569      Branch: perl
2570            ! installhtml installman installperl lib/ExtUtils/Install.pm
2571            ! lib/ExtUtils/Manifest.pm
2572 ____________________________________________________________________________
2573 [  4631] By: gsar                                  on 1999/12/03  06:52:50
2574         Log: support -a switch to append bytecode to an existing file and make
2575              perlcc use it (from Tom Hughes <tom@compton.nu>)
2576      Branch: perl
2577            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2578 ____________________________________________________________________________
2579 [  4630] By: gsar                                  on 1999/12/03  06:46:16
2580         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2581              (from Tom Phoenix)
2582      Branch: perl
2583            ! pod/perltrap.pod
2584 ____________________________________________________________________________
2585 [  4629] By: gsar                                  on 1999/12/03  06:40:15
2586         Log: use PerlIO abstraction rather than straight stdio (from
2587              Chip Salzenberg)
2588      Branch: perl
2589            ! ext/ByteLoader/ByteLoader.xs
2590 ____________________________________________________________________________
2591 [  4628] By: gsar                                  on 1999/12/03  06:15:54
2592         Log: avoid warning in IO::Select::exists() if socket doesn't exist
2593      Branch: perl
2594            ! ext/IO/lib/IO/Select.pm
2595 ____________________________________________________________________________
2596 [  4627] By: gsar                                  on 1999/12/03  06:05:19
2597         Log: two small patches from Peter Prymmer <pvhp@forte.com>
2598      Branch: perl
2599            ! makedepend.SH win32/Makefile win32/makefile.mk
2600 ____________________________________________________________________________
2601 [  4626] By: gsar                                  on 1999/12/03  05:36:38
2602         Log: From: Peter Prymmer <pvhp@forte.com>
2603              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2604              Message-Id: <199911260506.VAA17230@brio.forte.com>
2605              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2606      Branch: perl
2607            ! regcomp.c
2608 ____________________________________________________________________________
2609 [  4625] By: gsar                                  on 1999/12/03  05:20:21
2610         Log: Windows build tweaks due to change#4623
2611      Branch: perl
2612            ! win32/Makefile win32/makefile.mk win32/perlhost.h
2613 ____________________________________________________________________________
2614 [  4624] By: gsar                                  on 1999/12/03  04:58:30
2615         Log: add missing file
2616      Branch: perl
2617            + ext/DynaLoader/XSLoader_pm.PL
2618 ____________________________________________________________________________
2619 [  4623] By: gsar                                  on 1999/12/03  04:47:03
2620         Log: applied suggested patch; removed $VERSION = $VERSION hack
2621              (change#4043 fixed the need for that)
2622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2623              Date: Tue, 16 Nov 1999 01:50:31 EST
2624              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2625              Subject: [PATCH 5.005_62] XSLoader.pm
2626      Branch: perl
2627            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2628            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2629            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2630            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2631            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2632            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2633            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2634            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2635            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2636            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2637            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2638 ____________________________________________________________________________
2639 [  4622] By: gsar                                  on 1999/12/03  04:02:39
2640         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2641      Branch: perl
2642            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2643 ____________________________________________________________________________
2644 [  4621] By: gsar                                  on 1999/12/02  22:24:53
2645         Log: caveat about thread-safety of extensions
2646      Branch: perl
2647            ! pod/perlfork.pod
2648 ____________________________________________________________________________
2649 [  4620] By: gsar                                  on 1999/12/02  20:31:02
2650         Log: XS documentation patches suggested by Ilya, severally adjusted
2651      Branch: perl
2652            ! pod/perlxs.pod pod/perlxstut.pod
2653 ____________________________________________________________________________
2654 [  4619] By: gsar                                  on 1999/12/02  17:52:50
2655         Log: re-add missing Unicode database master
2656      Branch: perl
2657            + lib/unicode/Unicode.300
2658 ____________________________________________________________________________
2659 [  4618] By: gsar                                  on 1999/12/02  06:56:18
2660         Log: applied suggested patch with prototype changes
2661              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2662              Date:    Tue, 23 Nov 1999 22:55:55 EST
2663              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2664              Subject: [PATCH 5.005_62] First char cognizance
2665      Branch: perl
2666            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2667 ____________________________________________________________________________
2668 [  4617] By: gsar                                  on 1999/12/02  06:04:57
2669         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2670      Branch: perl
2671            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2672 ____________________________________________________________________________
2673 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2674         Log: various documentation tweaks suggested by M. J. T. Guy
2675      Branch: perl
2676            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2677 ____________________________________________________________________________
2678 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2679         Log: various File::Glob fixes for DOSISH platforms
2680              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2681              Date: Tue, 02 Nov 1999 11:11:25 GMT
2682              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2683              Subject: File::Glob again. Final patch, honest!
2684      Branch: perl
2685            + t/lib/glob-case.t
2686            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2687            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2688            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2689 ____________________________________________________________________________
2690 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2691         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2692              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2693      Branch: perl
2694            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2695 ____________________________________________________________________________
2696 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2697         Log: ignore yet another known scalar leak
2698      Branch: perl
2699            ! t/pragma/warn/regcomp
2700 ____________________________________________________________________________
2701 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2702         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2703      Branch: perl
2704            ! pp.c
2705 ____________________________________________________________________________
2706 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2707         Log: a somewhat tweaked version of suggested patch
2708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2709              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2710              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2711              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2712      Branch: perl
2713            ! pod/perlfunc.pod
2714 ____________________________________________________________________________
2715 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2716         Log: more accurate require() pseudocode (from James P. Williams
2717              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2718      Branch: perl
2719            ! pod/perlfunc.pod
2720 ____________________________________________________________________________
2721 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2722         Log: avoid "Callback called exit" error on intentional exit()
2723      Branch: perl
2724            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2725 ____________________________________________________________________________
2726 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2727         Log: find_byclass() prototype was incoherent
2728      Branch: perl
2729            ! regexec.c
2730 ____________________________________________________________________________
2731 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2732         Log: better documentation for goto &NAME (from M. J. T. Guy)
2733      Branch: perl
2734            ! pod/perlfunc.pod
2735 ____________________________________________________________________________
2736 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2737         Log: integrate cfgperl contents into mainline
2738      Branch: perl
2739           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2740           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2741            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2742            ! Changes
2743           !> (integrate 210 files)
2744 ____________________________________________________________________________
2745 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2746         Log: avoid PTR->IV cast warnings
2747      Branch: perl
2748            ! mg.c op.c scope.h
2749 ____________________________________________________________________________
2750 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2751         Log: email address changes
2752      Branch: perl
2753            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2754            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2755            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2756            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2757            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2758 ____________________________________________________________________________
2759 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2760         Log: minor USE_ITHREADS tweaks
2761      Branch: perl
2762            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2763            ! win32/perllib.c win32/win32.h
2764 ____________________________________________________________________________
2765 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2766         Log: more complete pseudo-fork() support for Windows
2767      Branch: perl
2768            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2769            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2770            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2771            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2772            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2773            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2774            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2775            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2776            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2777            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2778            ! win32/win32iop.h win32/win32thread.h
2779 ____________________________________________________________________________
2780 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2781         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2782              modified)
2783              From: Graham TerMarsch <grahamt@ActiveState.com>
2784              Date: Sat, 12 Sep 1998 10:46:55 -0700
2785              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2786              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2787      Branch: perl
2788            ! lib/perl5db.pl
2789 ____________________________________________________________________________
2790 [  4600] By: chip                                  on 1999/11/19  21:16:00
2791         Log: Document known limitations of fdopen() on some systems,
2792              as they apply to open() and sysopen().
2793      Branch: perl
2794            ! pod/perlfunc.pod
2795 ____________________________________________________________________________
2796 [  4599] By: chip                                  on 1999/11/19  17:20:19
2797         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2798              (Avoids an irritating warning when compiling with PerlIO.)
2799      Branch: perl
2800            ! perl.h
2801 ____________________________________________________________________________
2802 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2803         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2804      Branch: cfgperl
2805            ! README.vms t/io/open.t
2806 ____________________________________________________________________________
2807 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2808         Log: Replace #4596 with the change done in 5.005_03.
2809      Branch: cfgperl
2810            ! ext/Errno/Errno_pm.PL
2811 ____________________________________________________________________________
2812 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2813         Log: Skip processing a file if the file to be opened is '-'
2814              (can happen in UNICOS)
2815      Branch: cfgperl
2816            ! ext/Errno/Errno_pm.PL
2817 ____________________________________________________________________________
2818 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2819         Log: VMS patches from Peter Prymmer.
2820      Branch: cfgperl
2821            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2822 ____________________________________________________________________________
2823 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2824         Log: The find_byclass prototype is already in proto.h. 
2825      Branch: cfgperl
2826            ! regexec.c
2827 ____________________________________________________________________________
2828 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2829         Log: typo in flag checks
2830      Branch: utfperl
2831            ! sv.h
2832 ____________________________________________________________________________
2833 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2834         Log: Regen Configure.
2835      Branch: cfgperl
2836            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2837      Branch: metaconfig
2838            ! U/a_dvisory/quadtype.U
2839 ____________________________________________________________________________
2840 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2841         Log: Integrate with Sarathy.
2842      Branch: cfgperl
2843           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2844           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2845           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2846           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2847           !> t/pod/poderrs.xr
2848 ____________________________________________________________________________
2849 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2850         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2851      Branch: perl
2852            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2853            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2854            ! t/pod/poderrs.t t/pod/poderrs.xr
2855 ____________________________________________________________________________
2856 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2857         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2858              C<if (fork()) { print "parent" } else { print "child" }> works on
2859              Windows (incidentally running a cloned^2 interpreter :)
2860      Branch: perl
2861            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2862            ! pp_sys.c proto.h sv.c
2863 ____________________________________________________________________________
2864 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2865         Log: cloning the stack (part 1)
2866      Branch: perl
2867            ! cop.h deb.c perl.c sv.c
2868 ____________________________________________________________________________
2869 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2870         Log: Integrate with Sarathy.
2871      Branch: cfgperl
2872           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2873           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2874           !> win32/perllib.c
2875 ____________________________________________________________________________
2876 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2877         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2878      Branch: cfgperl
2879            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2880 ____________________________________________________________________________
2881 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2882         Log: tweak for win32 build
2883      Branch: perl
2884            ! embed.h embed.pl op.c proto.h
2885 ____________________________________________________________________________
2886 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2887         Log: cosmetic tweaks
2888      Branch: perl
2889            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2890            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2891 ____________________________________________________________________________
2892 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2893         Log: fix problem pointer casts
2894      Branch: perl
2895            ! Changes run.c sv.c
2896 ____________________________________________________________________________
2897 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2898         Log: Integrate with Sarathy.
2899      Branch: cfgperl
2900           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2901           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2902           !> vms/perly_c.vms win32/perllib.c
2903 ____________________________________________________________________________
2904 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2905         Log: The separation of 64-bitness and largefileness continues
2906              (with a setback, see hpux.sh).
2907      Branch: cfgperl
2908            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2909            ! hints/solaris_2.sh
2910      Branch: metaconfig
2911            ! U/threads/archname.U U/typedefs/lseektype.U
2912      Branch: metaconfig/U/perl
2913            ! fpossize.U use64bits.U uselfs.U
2914 ____________________________________________________________________________
2915 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2916         Log: Another Unicode update.
2917      Branch: cfgperl
2918            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2919            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2920            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2921            ! (edit 189 files)
2922 ____________________________________________________________________________
2923 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2924         Log: sundry cleanups for cloned interpreters (only known failure mode
2925              is due to regexps keeping non-constant data in their compiled
2926              structures)
2927      Branch: perl
2928            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2929            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2930 ____________________________________________________________________________
2931 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2932         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2933      Branch: perl
2934            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2935 ____________________________________________________________________________
2936 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2937         Log: Change #4576 accidentally leaked also parts of
2938              Ilya's patch that won't apply cleanly anymore.
2939      Branch: cfgperl
2940            ! regexec.c t/op/re_tests
2941 ____________________________________________________________________________
2942 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2943         Log: Integrate with Sarathy.
2944      Branch: cfgperl
2945            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2946           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2947           !> t/op/regexp.t t/pragma/overload.t
2948 ____________________________________________________________________________
2949 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2950         Log: typos in change#4561 and change#4565
2951      Branch: perl
2952            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2953 ____________________________________________________________________________
2954 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2955         Log: revert non-kosher parts of change#4562 (sort order problems
2956              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2957              result and expected lines; /[:ascii:]/ not working should be
2958              fixed, not ignored in regexp.t; result from sort should be
2959              fixed to be ascii portable on ebcdic, not ebcdic-specific)
2960      Branch: perl
2961            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2962 ____________________________________________________________________________
2963 [  4573] By: gsar                                  on 1999/11/13  19:13:04
2964         Log: integrate cfgperl changes into mainline
2965      Branch: perl
2966           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2967           +> lib/unicode/In/BopomofoExtended.pl
2968           +> lib/unicode/In/BraillePatterns.pl
2969           +> lib/unicode/In/CJKRadicalsSupplement.pl
2970           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2971           +> lib/unicode/In/Cherokee.pl
2972           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2973           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2974           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2975           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2976           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2977           +> lib/unicode/In/Thaana.pl
2978           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2979           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2980            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2981           !> (integrate 213 files)
2982 ____________________________________________________________________________
2983 [  4572] By: jhi                                   on 1999/11/13  18:44:50
2984         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2985              To: perl5-porters@perl.org, VMSPERL@perl.org
2986              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2987              Date: Wed, 27 Oct 1999 11:02:54 -0500
2988              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2989      Branch: cfgperl
2990            ! README.vms
2991 ____________________________________________________________________________
2992 [  4571] By: jhi                                   on 1999/11/13  18:33:39
2993         Log: From: jand@activestate.com (Jan Dubois)
2994              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2995              Cc: Douglas Lankshear <dougl@activestate.com>,
2996              Gurusamy Sarathy <gsar@activestate.com>
2997              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2998              Date: Tue, 09 Nov 1999 00:38:33 +0100
2999              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
3000      Branch: cfgperl
3001            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
3002            ! win32/config.gc win32/config.vc win32/config_H.bc
3003            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
3004            ! win32/win32.c win32/win32iop.h
3005 ____________________________________________________________________________
3006 [  4570] By: jhi                                   on 1999/11/13  18:30:37
3007         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3008              To: perl5-porters@perl.org (Mailing list Perl5)
3009              Subject: [PATCH 5.005_62] makedef.pl goof
3010              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
3011              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
3012      Branch: cfgperl
3013            ! makedef.pl
3014 ____________________________________________________________________________
3015 [  4569] By: jhi                                   on 1999/11/13  18:06:54
3016         Log: From: Michael G Schwern <schwern@pobox.com>
3017              To: perl5-porters@perl.org, pod-people@perl.org
3018              Cc: tchrist@mox.perl.com, gnat@frii.com
3019              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
3020              Date: Wed, 10 Nov 1999 17:21:46 -0500
3021              Message-ID: <19991110172146.A23527@athens.aocn.com>
3022      Branch: cfgperl
3023            ! pod/perlfaq9.pod
3024 ____________________________________________________________________________
3025 [  4568] By: jhi                                   on 1999/11/13  18:05:33
3026         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
3027              To: <perl5-porters@perl.org>
3028              Subject: DynaLoader_pm.PL patch (backslashes in strings)
3029              Date: Wed, 10 Nov 1999 22:52:02 -0000
3030              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
3031      Branch: cfgperl
3032            ! ext/DynaLoader/DynaLoader_pm.PL
3033 ____________________________________________________________________________
3034 [  4567] By: jhi                                   on 1999/11/13  18:03:52
3035         Log: From: JD Laub <jdl@access-health.com>
3036              To: perl5-porters@perl.org
3037              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
3038              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
3039              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
3040      Branch: cfgperl
3041            ! lib/Exporter/Heavy.pm
3042 ____________________________________________________________________________
3043 [  4566] By: jhi                                   on 1999/11/13  18:01:24
3044         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
3045              To: perl5-porters@perl.org
3046              Subject: small patch for perldoc
3047              Date: Fri, 12 Nov 1999 23:11:43 GMT
3048              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
3049      Branch: cfgperl
3050            ! utils/perldoc.PL
3051 ____________________________________________________________________________
3052 [  4565] By: jhi                                   on 1999/11/13  17:58:54
3053         Log: From: Scott Gifford <sgifford@tir.com>
3054              To: perl5-porters@perl.org
3055              Cc: gbarr@pobox.com
3056              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3057              Date: 12 Nov 1999 18:55:30 -0500
3058              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3059      Branch: cfgperl
3060            ! ext/IO/lib/IO/Socket.pm
3061 ____________________________________________________________________________
3062 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3063         Log: Applied manually:
3064              From: "Craig A. Berry" <craig.berry@metamor.com>
3065              To: perl5-porters@perl.org, VMSPERL@perl.org
3066              Subject: [PATCH 5.005_62] patches required to build on VMS
3067              Date: Tue, 09 Nov 1999 18:16:14 -0600
3068              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3069      Branch: cfgperl
3070            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3071            ! vms/vms.c vms/vmsish.h
3072 ____________________________________________________________________________
3073 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3074         Log: Regen Unicode tables to include a warning:
3075              Thou Shalt Not Edit Them By Hand; add missing
3076              (Unicode 2.0 -introduced) tables to MANIFEST;
3077              convert the equivalence tables to be valid Perl code.
3078      Branch: cfgperl
3079            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3080            + lib/unicode/In/BopomofoExtended.pl
3081            + lib/unicode/In/BraillePatterns.pl
3082            + lib/unicode/In/CJKRadicalsSupplement.pl
3083            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3084            + lib/unicode/In/Cherokee.pl
3085            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3086            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3087            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3088            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3089            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3090            + lib/unicode/In/Thaana.pl
3091            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3092            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3093            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3094            ! (edit 169 files)
3095 ____________________________________________________________________________
3096 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3097         Log: From: Peter Prymmer <pvhp@forte.com>
3098              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3099              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3100              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3101              Message-Id: <199911102234.OAA01018@brio.forte.com>
3102      Branch: cfgperl
3103            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3104            ! t/pragma/overload.t
3105 ____________________________________________________________________________
3106 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3107         Log: $Config{myarchname} is not a good architecture identifier
3108              because it may contain host/node identification like
3109              CPU serial numbers.
3110      Branch: cfgperl
3111            ! ext/Errno/Errno_pm.PL
3112 ____________________________________________________________________________
3113 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3114         Log: Continue largefileness separation from quadness;
3115              move nv-preserving test out of perl.h into Configure;
3116              use HAS_SETVBUF in IO.
3117      Branch: cfgperl
3118            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3119            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
3120      Branch: metaconfig
3121            ! U/a_dvisory/quadtype.U
3122      Branch: metaconfig/U/perl
3123            + nvpresuv.U
3124            ! d_fseeko.U d_ftello.U io64.U perlxv.U
3125 ____________________________________________________________________________
3126 [  4559] By: jhi                                   on 1999/11/13  13:46:38
3127         Log: Try to fix largefileness so that it "works" without a quad IV.
3128      Branch: cfgperl
3129            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3130            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
3131      Branch: metaconfig
3132            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
3133      Branch: metaconfig/U/perl
3134            ! io64.U
3135 ____________________________________________________________________________
3136 [  4558] By: jhi                                   on 1999/11/13  11:36:19
3137         Log: Undo drift from mainline.
3138      Branch: cfgperl
3139            ! regcomp.c util.c utils/h2xs.PL
3140 ____________________________________________________________________________
3141 [  4557] By: gsar                                  on 1999/11/13  10:54:46
3142         Log: typo
3143      Branch: perl
3144            ! util.c
3145 ____________________________________________________________________________
3146 [  4556] By: gsar                                  on 1999/11/13  10:53:41
3147         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
3148      Branch: perl
3149           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3150           +> epoc/epoc_stubs.c
3151           !> (integrate 48 files)
3152 ____________________________________________________________________________
3153 [  4555] By: jhi                                   on 1999/11/13  10:05:54
3154         Log: Integrate with Sarathy.
3155      Branch: cfgperl
3156           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3157           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3158 ____________________________________________________________________________
3159 [  4554] By: jhi                                   on 1999/11/13  10:03:07
3160         Log: s/_SIGN$/_sign/g;
3161      Branch: metaconfig
3162            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
3163 ____________________________________________________________________________
3164 [  4553] By: gsar                                  on 1999/11/13  02:17:53
3165         Log: cloned interpreters now actually run and pass all but 55/10386
3166              subtests; various subtle bugs, new and old, observed when running
3167              cloned interpreters have been fixed
3168              
3169              still to do:
3170              |  * dup psig_ptr table
3171              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
3172              |    simple-minded and grab one pad entry each, heavily bloating
3173              |    the pad by not avoiding dups)
3174              |  * overloaded constants are not really immutable--they need to
3175              |    be PADOPs
3176              |  * allocator for constants and OPs need to be spelled differently
3177              |    (shared vs interpreter-local allocations)
3178              |  * optree refcounting is still missing locking (macros are in place)
3179              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
3180              |    perl_clone() can be called from within runops*()
3181      Branch: perl
3182            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3183            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3184 ____________________________________________________________________________
3185 [  4552] By: jhi                                   on 1999/11/11  23:17:43
3186         Log: Turn on largefileness always if available and
3187              continue 64-bit fixes.
3188      Branch: cfgperl
3189            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
3190            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
3191            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
3192 ____________________________________________________________________________
3193 [  4551] By: jhi                                   on 1999/11/11  23:16:15
3194         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
3195      Branch: metaconfig
3196            ! U/a_dvisory/quadtype.U
3197      Branch: metaconfig/U/perl
3198            + d_int64t.U
3199            ! i_inttypes.U io64.U
3200 ____________________________________________________________________________
3201 [  4550] By: jhi                                   on 1999/11/11  20:24:55
3202         Log: Fix a thinko in 4548.
3203      Branch: cfgperl
3204            ! pp_sys.c
3205 ____________________________________________________________________________
3206 [  4549] By: jhi                                   on 1999/11/11  19:48:21
3207         Log: Integrate with Sarathy.
3208      Branch: cfgperl
3209           !> (integrate 56 files)
3210 ____________________________________________________________________________
3211 [  4548] By: jhi                                   on 1999/11/11  19:41:56
3212         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
3213              regen Configure.
3214      Branch: cfgperl
3215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3216            ! config_h.SH pp_sys.c
3217 ____________________________________________________________________________
3218 [  4547] By: jhi                                   on 1999/11/11  19:40:38
3219         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
3220      Branch: metaconfig
3221            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
3222            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3223 ____________________________________________________________________________
3224 [  4546] By: gsar                                  on 1999/11/11  10:32:54
3225         Log: avoid stash pointers in optree under USE_ITHREADS
3226      Branch: perl
3227            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
3228            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
3229            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
3230            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3231            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
3232            ! scope.h sv.c
3233 ____________________________________________________________________________
3234 [  4545] By: gsar                                  on 1999/11/11  06:04:20
3235         Log: another change towards a shareable optree: avoid pointer to filegv
3236              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
3237              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
3238              to suit
3239      Branch: perl
3240            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
3241            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3242            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
3243            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
3244            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3245            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
3246            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
3247            ! win32/perllib.c
3248 ____________________________________________________________________________
3249 [  4544] By: gsar                                  on 1999/11/10  18:19:12
3250         Log: more cleanups for change#4539
3251      Branch: perl
3252            ! gv.h op.c op.h pp_ctl.c pp_hot.c
3253 ____________________________________________________________________________
3254 [  4543] By: gsar                                  on 1999/11/10  01:52:22
3255         Log: remove dead branch/infinite looper in change#3612
3256      Branch: perl
3257            ! op.c
3258 ____________________________________________________________________________
3259 [  4542] By: gsar                                  on 1999/11/09  20:05:47
3260         Log: IoDIRP may be fake when used in source filters, mark as such
3261      Branch: perl
3262            ! sv.c sv.h toke.c
3263 ____________________________________________________________________________
3264 [  4541] By: gsar                                  on 1999/11/09  05:47:53
3265         Log: small nits in changes#4538,4539
3266      Branch: perl
3267            ! op.c sv.c
3268 ____________________________________________________________________________
3269 [  4540] By: gsar                                  on 1999/11/08  20:30:58
3270         Log: win32 symbol export tweak
3271      Branch: perl
3272            ! makedef.pl win32/win32.c win32/win32iop.h
3273 ____________________________________________________________________________
3274 [  4539] By: gsar                                  on 1999/11/08  18:50:40
3275         Log: preliminary support for GVOP indirection via pad
3276      Branch: perl
3277            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
3278            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
3279 ____________________________________________________________________________
3280 [  4538] By: gsar                                  on 1999/11/08  11:25:49
3281         Log: preliminary support for perl_clone() (still needs work in
3282              the following areas: SVOPs must indirect via pad; context
3283              stack, scope stack, and runlevels must be cloned; must
3284              hook up the virtualized pseudo-process support provided by
3285              "host"; ...)
3286      Branch: perl
3287            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
3288            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
3289            ! win32/perllib.c win32/win32.c
3290 ____________________________________________________________________________
3291 [  4537] By: gsar                                  on 1999/11/08  11:19:18
3292         Log: more thorough cleanup in perl_destroy()
3293      Branch: perl
3294            ! perl.c util.c
3295 ____________________________________________________________________________
3296 [  4536] By: gsar                                  on 1999/11/08  07:16:10
3297         Log: win32 internal data must be interpreter-local
3298      Branch: perl
3299            ! win32/win32.c win32/win32.h win32/win32sck.c
3300 ____________________________________________________________________________
3301 [  4535] By: gsar                                  on 1999/11/08  04:17:28
3302         Log: tweak change#4502
3303      Branch: perl
3304            ! doio.c perl.c
3305 ____________________________________________________________________________
3306 [  4534] By: jhi                                   on 1999/11/07  13:17:03
3307         Log: Four special class subs, not three.
3308      Branch: cfgperl
3309            ! pod/perlmod.pod
3310 ____________________________________________________________________________
3311 [  4533] By: jhi                                   on 1999/11/07  13:13:15
3312         Log: Integrate with Sarathy.
3313      Branch: cfgperl
3314           !> mg.c t/io/print.t
3315 ____________________________________________________________________________
3316 [  4532] By: jhi                                   on 1999/11/07  12:36:10
3317         Log: More test program maintenance.
3318      Branch: cfgperl
3319            ! Configure config_h.SH
3320      Branch: metaconfig
3321            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3322            ! U/compline/charsize.U U/compline/d_sigaction.U
3323            ! U/compline/doublesize.U U/compline/floatsize.U
3324            ! U/compline/nblock_io.U U/compline/ptrsize.U
3325            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
3326            ! U/typedefs/uidsize.U
3327      Branch: metaconfig/U/perl
3328            ! fpossize.U
3329 ____________________________________________________________________________
3330 [  4531] By: jhi                                   on 1999/11/07  00:34:09
3331         Log: Tidy up the metaconfig test programs.
3332      Branch: cfgperl
3333            ! Configure config_h.SH
3334      Branch: metaconfig
3335            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3336            ! U/compline/charsize.U U/compline/doublesize.U
3337            ! U/compline/nblock_io.U U/compline/ptrsize.U
3338            ! U/modified/d_longlong.U U/typedefs/gidsize.U
3339            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
3340            ! U/typedefs/uidsize.U
3341      Branch: metaconfig/U/perl
3342            ! fpossize.U
3343 ____________________________________________________________________________
3344 [  4530] By: jhi                                   on 1999/11/06  23:51:34
3345         Log: So many printfs, so little time.
3346      Branch: cfgperl
3347            ! op.c perl.c regcomp.c scope.c util.c
3348 ____________________________________________________________________________
3349 [  4529] By: jhi                                   on 1999/11/06  23:27:35
3350         Log: Replace the explicit zeros with NOOPs.
3351      Branch: cfgperl
3352            ! perl.h
3353 ____________________________________________________________________________
3354 [  4528] By: jhi                                   on 1999/11/06  23:10:54
3355         Log: From: jand@activestate.com (Jan Dubois)
3356              To: perl5-porters@perl.org
3357              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
3358              Mark Borgerding <mborgerding@acm.org>
3359              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
3360              Date: Sat, 06 Nov 1999 22:16:43 +0100
3361              Message-ID: <38279207.46448719@smtprelay.t-online.de>
3362      Branch: cfgperl
3363            ! op.c op.h
3364 ____________________________________________________________________________
3365 [  4527] By: jhi                                   on 1999/11/06  20:22:14
3366         Log: ...and fewer.
3367      Branch: cfgperl
3368            ! dump.c
3369 ____________________________________________________________________________
3370 [  4526] By: jhi                                   on 1999/11/06  20:19:04
3371         Log: ...and they are getting fewer.
3372      Branch: cfgperl
3373            ! dump.c op.c util.c
3374 ____________________________________________________________________________
3375 [  4525] By: jhi                                   on 1999/11/06  19:59:59
3376         Log: More printf miscasts flushed out.
3377      Branch: cfgperl
3378            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
3379            ! regexec.c
3380 ____________________________________________________________________________
3381 [  4524] By: jhi                                   on 1999/11/06  15:39:05
3382         Log: Crushing the remaining %ld guerillas.
3383      Branch: cfgperl
3384            ! ext/Devel/DProf/DProf.xs
3385 ____________________________________________________________________________
3386 [  4523] By: jhi                                   on 1999/11/06  15:11:38
3387         Log: Update CPAN sites list.
3388      Branch: cfgperl
3389            ! pod/perlmodlib.pod
3390 ____________________________________________________________________________
3391 [  4522] By: jhi                                   on 1999/11/05  19:50:46
3392         Log: The -n32 is normally part of $cc, not $ccflags.
3393      Branch: cfgperl
3394            ! hints/irix_6.sh
3395 ____________________________________________________________________________
3396 [  4521] By: gsar                                  on 1999/11/05  04:35:30
3397         Log: allow $\ to work right when set to a string with embedded nulls
3398      Branch: perl
3399            ! mg.c t/io/print.t
3400 ____________________________________________________________________________
3401 [  4520] By: jhi                                   on 1999/11/04  23:30:09
3402         Log: Integrate with Sarathy.
3403      Branch: cfgperl
3404           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
3405           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
3406           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
3407           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
3408           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
3409           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
3410 ____________________________________________________________________________
3411 [  4519] By: jhi                                   on 1999/11/04  23:09:25
3412         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3413              To: perl5-porters@perl.org (Mailing list Perl5)
3414              Subject: [PATCH 5.005_62] ref to non-lvalue method
3415              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
3416              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
3417      Branch: cfgperl
3418            ! op.c
3419 ____________________________________________________________________________
3420 [  4518] By: jhi                                   on 1999/11/04  23:07:27
3421         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3422              To: perl5-porters@perl.org (Mailing list Perl5)
3423              Subject: [PATCH 5.005_62] xsubpp dependency
3424              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
3425              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
3426      Branch: cfgperl
3427            ! lib/ExtUtils/MM_Unix.pm
3428 ____________________________________________________________________________
3429 [  4517] By: jhi                                   on 1999/11/04  23:05:59
3430         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3431              To: perl5-porters@perl.org (Mailing list Perl5)
3432              Subject: [PATCH 5.005_62] regexp.h
3433              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
3434              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
3435      Branch: cfgperl
3436            ! regexp.h
3437 ____________________________________________________________________________
3438 [  4516] By: gsar                                  on 1999/11/04  18:25:45
3439         Log: change#4485 didn't do the right thing for B::Bytecode
3440      Branch: perl
3441            ! ext/B/B/Bytecode.pm
3442 ____________________________________________________________________________
3443 [  4515] By: gsar                                  on 1999/11/04  17:28:29
3444         Log: implement STOP blocks and fix compiler to use them (minimally
3445              tested)
3446      Branch: perl
3447            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3448            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3449            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3450            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3451            ! pod/perltodo.pod toke.c
3452 ____________________________________________________________________________
3453 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3454         Log: display BSD license in Glob.pm (for clause #2 conformity)
3455      Branch: perl
3456            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3457            ! ext/File/Glob/bsd_glob.h
3458 ____________________________________________________________________________
3459 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3460         Log: Integrate with Sarathy.
3461      Branch: cfgperl
3462           +> t/io/nargv.t
3463           !> (integrate 34 files)
3464 ____________________________________________________________________________
3465 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3466         Log: Incremental Mac integration from Matthias.
3467      Branch: cfgperl
3468            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3469            ! toke.c util.c
3470 ____________________________________________________________________________
3471 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3472         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3473      Branch: perl
3474            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3475            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3476            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3477            ! xsutils.c
3478 ____________________________________________________________________________
3479 [  4510] By: jhi                                   on 1999/11/02  22:12:29
3480         Log: S_init_interp is a better place to diddle with PL_opargs
3481              than perl_construct.
3482      Branch: cfgperl
3483            ! perl.c
3484 ____________________________________________________________________________
3485 [  4509] By: jhi                                   on 1999/11/02  21:30:02
3486         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3487              To: ben@mucus.advanced.org, perl5-porters@perl.org
3488              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3489              Date: Tue, 02 Nov 1999 21:36:00 +0000
3490              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3491      Branch: cfgperl
3492            ! pod/perlfunc.pod
3493 ____________________________________________________________________________
3494 [  4508] By: jhi                                   on 1999/11/02  20:46:27
3495         Log: Initial integration of the MacPerl changes form Matthias.
3496      Branch: cfgperl
3497            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3498            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3499            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3500 ____________________________________________________________________________
3501 [  4507] By: jhi                                   on 1999/11/01  23:05:07
3502         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3503              To: lvirden@cas.org (Larry W. Virden)
3504              Cc: perl5-porters@perl.org, lvirden@cas.org
3505              Subject: Re: [ID 19991026.001] perl segmentation fault report
3506              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3507              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3508      Branch: cfgperl
3509            ! regexec.c t/op/pat.t
3510 ____________________________________________________________________________
3511 [  4506] By: jhi                                   on 1999/11/01  19:56:28
3512         Log: From: Olaf Flebbe <olaf@science-computing.de>
3513              To: perl5-porters@perl.org
3514              Subject: [PATCH: 5.005_62] Patch for EPOC Support
3515              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3516              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3517      Branch: cfgperl
3518            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3519            + epoc/epoc_stubs.c
3520            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3521            ! epoc/perl.pkg
3522 ____________________________________________________________________________
3523 [  4505] By: gsar                                  on 1999/11/01  17:09:44
3524         Log: macros for COP.cop_filegv access
3525      Branch: perl
3526            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3527            ! util.c
3528 ____________________________________________________________________________
3529 [  4504] By: gsar                                  on 1999/11/01  17:08:28
3530         Log: enable better Win32::DomainName() by demand loading netapi32.dll
3531              (from Jan Dubois)
3532      Branch: perl
3533            ! pod/Win32.pod win32/win32.c
3534 ____________________________________________________________________________
3535 [  4503] By: gsar                                  on 1999/10/31  20:56:06
3536         Log: change#4502 was missing a file
3537      Branch: perl
3538            + t/io/nargv.t
3539 ____________________________________________________________________________
3540 [  4502] By: gsar                                  on 1999/10/31  20:46:02
3541         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3542              in the way ARGV state was handled in readline(); writing a
3543              subroutine to do inplace edits is now possible, provided *ARGV,
3544              *ARGVOUT, $^I and $_ are localized where needed
3545      Branch: perl
3546            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3547            ! pp_hot.c scope.c
3548 ____________________________________________________________________________
3549 [  4501] By: jhi                                   on 1999/10/31  12:43:54
3550         Log: Integrate with Sarathy.
3551      Branch: cfgperl
3552           !> perl.h win32/config.bc win32/config.gc win32/config.vc
3553           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3554 ____________________________________________________________________________
3555 [  4500] By: gsar                                  on 1999/10/31  10:01:17
3556         Log: updated windows config* files
3557      Branch: perl
3558            ! win32/config.bc win32/config.gc win32/config.vc
3559            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3560 ____________________________________________________________________________
3561 [  4499] By: gsar                                  on 1999/10/31  09:15:17
3562         Log: integrate cfgperl contents into mainline
3563      Branch: perl
3564           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3565           !> config_h.SH perl.h
3566 ____________________________________________________________________________
3567 [  4498] By: gsar                                  on 1999/10/31  09:13:41
3568         Log: remove unused struct Outrec
3569      Branch: perl
3570            ! perl.h
3571 ____________________________________________________________________________
3572 [  4497] By: jhi                                   on 1999/10/30  12:41:50
3573         Log: Add HAS_QUAD ($Config{d_quad}); use it.
3574      Branch: cfgperl
3575            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3576            ! config_h.SH perl.h
3577      Branch: metaconfig
3578            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3579            ! U/typedefs/uidf.U
3580      Branch: metaconfig/U/perl
3581            ! perlxv.U
3582 ____________________________________________________________________________
3583 [  4496] By: gsar                                  on 1999/10/30  00:28:32
3584         Log: integrate cfgperl contents into mainline
3585      Branch: perl
3586           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3587           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3588           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3589           !> perl.h pp.c pp.h regexec.c sv.c taint.c
3590 ____________________________________________________________________________
3591 [  4495] By: jhi                                   on 1999/10/29  23:36:19
3592         Log: Continue what #4494 started; introduce uid and gid formats.
3593      Branch: cfgperl
3594            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3595            ! config_h.SH handy.h perl.h
3596      Branch: metaconfig
3597            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3598            - U/typedefs/quadtype.U
3599      Branch: metaconfig/U/perl
3600            ! perlxv.U
3601 ____________________________________________________________________________
3602 [  4494] By: jhi                                   on 1999/10/29  22:09:01
3603         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3604              from perl.h and handy.h.
3605      Branch: cfgperl
3606            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3607            ! config_h.SH handy.h perl.h
3608      Branch: metaconfig/U/perl
3609            + perlxv.U perlxvf.U
3610 ____________________________________________________________________________
3611 [  4493] By: jhi                                   on 1999/10/29  22:08:06
3612         Log: Finetuning the output continues along the lines of #4490 and #4491.
3613      Branch: metaconfig
3614            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3615            ! U/typedefs/fpostype.U
3616      Branch: metaconfig/U/perl
3617            + fpossize.U
3618            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3619            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3620 ____________________________________________________________________________
3621 [  4492] By: jhi                                   on 1999/10/29  21:14:53
3622         Log: Hurd update from Mark Kettenis.
3623      Branch: cfgperl
3624            ! README.hurd
3625 ____________________________________________________________________________
3626 [  4491] By: jhi                                   on 1999/10/29  20:37:02
3627         Log: A new try at what #4490 tried to accomplish.
3628      Branch: metaconfig
3629            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3630      Branch: metaconfig/U/perl
3631            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3632            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3633 ____________________________________________________________________________
3634 [  4490] By: jhi                                   on 1999/10/29  20:19:41
3635         Log: metaconfig nits.
3636      Branch: metaconfig
3637            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3638      Branch: metaconfig/U/perl
3639            + d_iovec_s.U
3640            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3641            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3642 ____________________________________________________________________________
3643 [  4489] By: jhi                                   on 1999/10/29  16:08:43
3644         Log: Integrate with Sarathy.
3645      Branch: cfgperl
3646           !> (integrate 31 files)
3647 ____________________________________________________________________________
3648 [  4488] By: jhi                                   on 1999/10/29  15:30:30
3649         Log: Regen Configure and Glossary.
3650      Branch: cfgperl
3651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3652            ! config_h.SH
3653 ____________________________________________________________________________
3654 [  4487] By: jhi                                   on 1999/10/29  15:24:13
3655         Log: Remove quad logic from perl.h; regen Configure;
3656              add -DUSE_LONG_LONG to ccflags if not already there.
3657      Branch: cfgperl
3658            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3659            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3660 ____________________________________________________________________________
3661 [  4486] By: jhi                                   on 1999/10/29  15:22:38
3662         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3663              fixed the use*.U to define their stuff only iff not already defined
3664              (so that ccflags can have any -DUSE_* it wants);
3665              uselonglong.U added; various small nits fixed.
3666      Branch: metaconfig
3667            + U/typedefs/quadtype.U
3668            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3669            ! U/modified/d_statblks.U U/modified/usenm.U
3670            ! U/threads/usethreads.U
3671      Branch: metaconfig/U/perl
3672            + uselonglong.U
3673            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3674            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3675            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3676            ! usemultiplicity.U useperlio.U usesocks.U
3677 ____________________________________________________________________________
3678 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3679         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3680      Branch: perl
3681            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3682            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3683            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3684            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3685            ! sv.h
3686 ____________________________________________________________________________
3687 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3688         Log: usurp GVOP slot for new PADOP (one small step to making optree
3689              shareable across interpreters)
3690      Branch: perl
3691            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3692            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3693            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3694            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3695            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3696            ! pp_hot.c pp_sys.c regexec.c run.c
3697 ____________________________________________________________________________
3698 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3699         Log: Regen Configure.
3700      Branch: cfgperl
3701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3702            ! config_h.SH
3703 ____________________________________________________________________________
3704 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3705         Log: Installdirs patches from Andy.
3706      Branch: metaconfig
3707            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3708            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3709            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3710            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3711            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3712            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3713            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3714            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3715            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3716 ____________________________________________________________________________
3717 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3718         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3719              can still be directly set)
3720      Branch: perl
3721            ! lib/Time/Local.pm
3722 ____________________________________________________________________________
3723 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3724         Log: Fix printing of uids and gids; regen Configure.
3725      Branch: cfgperl
3726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3727            ! config_h.SH mg.c perl.c perl.h taint.c
3728 ____________________________________________________________________________
3729 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3730         Log: Fix typo.
3731      Branch: metaconfig
3732            ! U/typedefs/gidsize.U
3733 ____________________________________________________________________________
3734 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3735         Log: Integrate with Sarathy.
3736      Branch: cfgperl
3737           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3738           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3739           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3740           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3741 ____________________________________________________________________________
3742 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3743         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3744      Branch: cfgperl
3745            ! Policy_sh.SH
3746 ____________________________________________________________________________
3747 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3748         Log: regen config* stuff for windows
3749      Branch: perl
3750            ! Changes patchlevel.h win32/Makefile win32/config.bc
3751            ! win32/config.gc win32/config.vc win32/config_H.bc
3752            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3753            ! win32/makefile.mk
3754 ____________________________________________________________________________
3755 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3756         Log: integrate cfgperl contents into mainline; merge conflicts
3757      Branch: perl
3758           !> (integrate 46 files)
3759 ____________________________________________________________________________
3760 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3761         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3762              perl; stdout/stderr redirects seem broken as well)
3763      Branch: perl
3764            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3765 ____________________________________________________________________________
3766 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3767         Log: Do not block if no message queues available.
3768      Branch: cfgperl
3769            ! t/lib/ipc_sysv.t
3770 ____________________________________________________________________________
3771 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3772         Log: Remove unused "squatter" symbols; regen Configure.
3773      Branch: cfgperl
3774            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3775            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3776            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3777 ____________________________________________________________________________
3778 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3779         Log: metaconfig; split socket; fix output.
3780      Branch: metaconfig
3781            ! U/modified/d_socket.U U/modified/d_statblks.U
3782      Branch: metaconfig/U/perl
3783            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3784            ! i_sysstatfs.U i_sysvfs.U
3785 ____________________________________________________________________________
3786 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3787         Log: Regen Configure.
3788      Branch: cfgperl
3789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3790            ! config_h.SH perl.c perl.h
3791 ____________________________________________________________________________
3792 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3793         Log: metaconfig; split statfs.
3794      Branch: metaconfig/U/perl
3795            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3796            ! d_statfs.U
3797 ____________________________________________________________________________
3798 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3799         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3800              (Ilya's changes won).
3801      Branch: cfgperl
3802           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3803           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3804           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3805           !> (integrate 65 files)
3806 ____________________________________________________________________________
3807 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3808         Log: Regen Configure.
3809      Branch: cfgperl
3810            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3811            ! config_h.SH
3812 ____________________________________________________________________________
3813 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3814         Log: metaconfig fixes from Andy.
3815      Branch: metaconfig
3816            + U/modified/libnlist.U U/modified/usrinc.U
3817            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3818 ____________________________________________________________________________
3819 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3820         Log: Nosuid checking for statfs() people.
3821      Branch: cfgperl
3822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3823            ! config_h.SH perl.c perl.h pod/perldiag.pod
3824 ____________________________________________________________________________
3825 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3826         Log: metaconfig maintenance; fix Hasfield, statfs;
3827              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3828              split fstatfs away from statfs.
3829      Branch: metaconfig
3830            + U/protos/Hasstruct.U
3831            ! U/protos/Hasfield.U
3832      Branch: metaconfig/U/perl
3833            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3834            + i_ustat.U
3835            ! d_statfs.U
3836 ____________________________________________________________________________
3837 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3838         Log: We need cc to be able to test for cc -v.
3839      Branch: cfgperl
3840            ! hints/dec_osf.sh
3841 ____________________________________________________________________________
3842 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3843         Log: more GCC v2.95 induced adjustments
3844      Branch: perl
3845            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3846            ! win32/makefile.mk win32/win32.c x2p/walk.c
3847 ____________________________________________________________________________
3848 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3849         Log: warnings and const violations identified by compiling in C++ mode
3850              with GCC v2.95
3851      Branch: perl
3852            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3853            ! sv.c taint.c toke.c win32/win32.c
3854 ____________________________________________________________________________
3855 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3856         Log: Regen Configure.
3857      Branch: cfgperl
3858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3859            ! config_h.SH
3860 ____________________________________________________________________________
3861 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3862         Log: Minor rewordings.
3863      Branch: metaconfig/U/perl
3864            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3865 ____________________________________________________________________________
3866 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3867         Log: Fix d_statfsflags; add d_getmnt.
3868      Branch: metaconfig/U/perl
3869            + d_getmnt.U
3870            ! d_statfs.U
3871 ____________________________________________________________________________
3872 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3873         Log: Massive multitypo in #4446.
3874      Branch: cfgperl
3875            ! hints/dec_osf.sh
3876 ____________________________________________________________________________
3877 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3878         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3879              To: Perl 5 Porters <perl5-porters@perl.org>
3880              Subject: [PATCH 5.005_62] dos-djgpp update
3881              Date: Mon, 25 Oct 1999 10:11:30 +0200
3882              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3883      Branch: cfgperl
3884            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3885            ! pod/perldelta.pod t/lib/io_unix.t
3886 ____________________________________________________________________________
3887 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3888         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3889              To: perl5-porters@perl.org (Mailing list Perl5)
3890              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3891              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3892              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3893      Branch: cfgperl
3894            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3895 ____________________________________________________________________________
3896 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3897         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3898              To: perl5-porters@perl.org (Mailing list Perl5)
3899              Subject: [PATCH 5.005_62] Missing REx engine patch
3900              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3901              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3902      Branch: cfgperl
3903            ! pod/perldiag.pod regcomp.c regexec.c
3904 ____________________________________________________________________________
3905 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3906         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3907              To: perl5-porters@perl.org (Mailing list Perl5)
3908              Subject: [PATCH 5.005_62] charnames and UTEST
3909              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3910              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3911      Branch: cfgperl
3912            ! t/lib/charnames.t
3913 ____________________________________________________________________________
3914 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3915         Log: win32 tweak
3916      Branch: perl
3917            ! win32/perllib.c
3918 ____________________________________________________________________________
3919 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3920         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3921              (all bets are off is "C" locale is compromised)
3922      Branch: perl
3923            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3924 ____________________________________________________________________________
3925 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3926         Log: remove unused interpreter globals
3927      Branch: perl
3928            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3929            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3930            ! proto.h toke.c
3931 ____________________________________________________________________________
3932 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3933         Log: Another hints tweak.
3934      Branch: cfgperl
3935            ! hints/aix.sh
3936 ____________________________________________________________________________
3937 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3938         Log: Hints tweak.
3939      Branch: cfgperl
3940            ! hints/dec_osf.sh
3941 ____________________________________________________________________________
3942 [  4445] By: nick                                  on 1999/10/24  21:03:28
3943         Log: Integrate own changes to mainline.
3944      Branch: utfperl
3945           !> installperl pp.c
3946 ____________________________________________________________________________
3947 [  4444] By: nick                                  on 1999/10/24  20:54:06
3948         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3949              (Fix/workround for [ID19991024.001])
3950      Branch: perl
3951            ! pp.c
3952 ____________________________________________________________________________
3953 [  4443] By: nick                                  on 1999/10/24  15:09:51
3954         Log: Follow that camel ... another sync.
3955      Branch: utfperl
3956           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3957           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3958           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3959           !> (integrate 36 files)
3960 ____________________________________________________________________________
3961 [  4442] By: gsar                                  on 1999/10/24  14:40:01
3962         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3963      Branch: perl
3964            ! installperl
3965 ____________________________________________________________________________
3966 [  4441] By: gsar                                  on 1999/10/24  14:33:11
3967         Log: test in change#4428 needs strict interpretation of C modulus
3968      Branch: perl
3969            ! t/op/int.t
3970 ____________________________________________________________________________
3971 [  4440] By: gsar                                  on 1999/10/24  13:47:17
3972         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3973              $? break
3974      Branch: perl
3975            ! perl.c pod/perldelta.pod pod/perldiag.pod
3976 ____________________________________________________________________________
3977 [  4439] By: jhi                                   on 1999/10/24  13:19:17
3978         Log: test for #2835 (yeah, better later than never)
3979      Branch: cfgperl
3980            ! t/op/array.t
3981 ____________________________________________________________________________
3982 [  4438] By: gsar                                  on 1999/10/24  12:59:12
3983         Log: typo, doc tweak
3984      Branch: perl
3985            ! lib/attributes.pm pod/perlop.pod
3986 ____________________________________________________________________________
3987 [  4437] By: gsar                                  on 1999/10/24  11:59:55
3988         Log: allow get() and reftype() functions to be imported (from
3989              Spider Boardman)
3990      Branch: perl
3991            ! lib/attributes.pm
3992 ____________________________________________________________________________
3993 [  4436] By: gsar                                  on 1999/10/24  11:52:53
3994         Log: suppress scalar leak messages for known leaks (from
3995              Robin Barker <rmb1@cise.npl.co.uk>)
3996      Branch: perl
3997            ! Changes t/op/lex_assign.t t/pragma/warn/op
3998 ____________________________________________________________________________
3999 [  4435] By: gsar                                  on 1999/10/24  11:39:42
4000         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
4001      Branch: perl
4002            ! ext/B/defsubs_h.PL
4003 ____________________________________________________________________________
4004 [  4434] By: gsar                                  on 1999/10/24  11:36:08
4005         Log: relax range checking if they ask for it (from John L. Allen
4006              <allen@grumman.com>)
4007      Branch: perl
4008            ! lib/Time/Local.pm
4009 ____________________________________________________________________________
4010 [  4433] By: gsar                                  on 1999/10/24  11:25:51
4011         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
4012      Branch: perl
4013            ! README lib/File/Path.pm
4014 ____________________________________________________________________________
4015 [  4432] By: gsar                                  on 1999/10/24  11:11:02
4016         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4017              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
4018              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
4019              Subject: Re: [PATCH 5.005_62] OS/2 improvements
4020      Branch: perl
4021            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4022            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4023            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4024            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
4025            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
4026            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4027            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4028            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4029            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
4030            ! perl.c perl.h t/io/fs.t t/op/magic.t
4031 ____________________________________________________________________________
4032 [  4431] By: gsar                                  on 1999/10/24  10:50:14
4033         Log: install all README.foo with pod content as podfoo.pod
4034      Branch: perl
4035            ! Makefile.SH installman
4036 ____________________________________________________________________________
4037 [  4430] By: gsar                                  on 1999/10/24  09:28:24
4038         Log: @INC needs ../lib
4039      Branch: perl
4040            ! t/op/int.t
4041 ____________________________________________________________________________
4042 [  4429] By: jhi                                   on 1999/10/23  21:47:49
4043         Log: More printf-fixes (see also #4426).
4044      Branch: cfgperl
4045            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
4046            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
4047            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
4048 ____________________________________________________________________________
4049 [  4428] By: gsar                                  on 1999/10/23  20:28:56
4050         Log: fix accidental C modulo semantics on integer-valued operations
4051              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
4052      Branch: perl
4053            ! op.c t/op/int.t
4054 ____________________________________________________________________________
4055 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4056         Log: Integrate with Sarathy.
4057      Branch: cfgperl
4058           !> sv.c win32/win32.c
4059 ____________________________________________________________________________
4060 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4061         Log: Fix the printfing nits pointed out by using gcc -Wall and
4062              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4063              plus few other warnings in Dumper.xs.
4064      Branch: cfgperl
4065            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4066            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4067 ____________________________________________________________________________
4068 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4069         Log: Configure regen to pick up the new installation directories
4070              from Policy_sh.SH.  The explanations of "public add-ons" and
4071              "vendor-supplied" could do with more work.
4072      Branch: cfgperl
4073            ! Configure config_h.SH
4074 ____________________________________________________________________________
4075 [  4424] By: nick                                  on 1999/10/23  00:46:22
4076         Log: Resolve mainline before possible hacking operertunity this weekend
4077      Branch: utfperl
4078           +> pod/perlfilter.pod
4079           !> (integrate 32 files)
4080 ____________________________________________________________________________
4081 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4082         Log: Update Policy_sh.SH to handle the newer installation directives.
4083              From: Andy Dougherty <doughera@lafayette.edu>
4084              To: Perl Porters <perl5-porters@perl.org>
4085              Subject: [PATCH 5.005_62] Policy_sh.SH update
4086              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4087              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4088      Branch: cfgperl
4089            ! Policy_sh.SH
4090 ____________________________________________________________________________
4091 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4092         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4093      Branch: cfgperl
4094            ! hints/aix.sh
4095 ____________________________________________________________________________
4096 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4097         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4098              C<"%ld", long_val>
4099      Branch: perl
4100            ! sv.c
4101 ____________________________________________________________________________
4102 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4103         Log: win32_utime() on directories should use localtime() rather
4104              than gmtime() (from Jan Dubois)
4105      Branch: perl
4106            ! win32/win32.c
4107 ____________________________________________________________________________
4108 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4109         Log: Integrate with Sarathy.
4110      Branch: cfgperl
4111           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4112           !> t/lib/glob-basic.t t/op/sort.t
4113 ____________________________________________________________________________
4114 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4115         Log: add test for change#4417
4116      Branch: perl
4117            ! t/op/sort.t
4118 ____________________________________________________________________________
4119 [  4417] By: gsar                                  on 1999/10/20  23:45:03
4120         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
4121      Branch: perl
4122            ! op.c
4123 ____________________________________________________________________________
4124 [  4416] By: gsar                                  on 1999/10/20  01:00:50
4125         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
4126      Branch: perl
4127            ! lib/CPAN/FirstTime.pm
4128 ____________________________________________________________________________
4129 [  4415] By: gsar                                  on 1999/10/20  00:52:34
4130         Log: disable optimizing troublesome ops in change#3612
4131              (from Ilya Zakharevich)
4132      Branch: perl
4133            ! Makefile.SH opcode.h opcode.pl
4134 ____________________________________________________________________________
4135 [  4414] By: gsar                                  on 1999/10/20  00:37:46
4136         Log: skip unreadable directory test when running as root
4137      Branch: perl
4138            ! t/lib/glob-basic.t
4139 ____________________________________________________________________________
4140 [  4413] By: jhi                                   on 1999/10/19  09:26:52
4141         Log: Avoid GNU ar if HP cc is being used.
4142      Branch: cfgperl
4143            ! hints/hpux.sh
4144 ____________________________________________________________________________
4145 [  4412] By: jhi                                   on 1999/10/19  07:24:29
4146         Log: Integrate with Sarathy.
4147      Branch: cfgperl
4148           !> perlvars.h
4149 ____________________________________________________________________________
4150 [  4411] By: jhi                                   on 1999/10/19  07:22:34
4151         Log: Long double support: sqrtl et al are not available everywhere,
4152              e.g. not in Solaris, even when long doubles are.
4153      Branch: cfgperl
4154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4155            ! config_h.SH perl.h
4156 ____________________________________________________________________________
4157 [  4410] By: jhi                                   on 1999/10/19  07:21:42
4158         Log: Add sqrtl probe, add echo dependencies.
4159      Branch: metaconfig
4160            ! U/threads/d_pthreadj.U
4161      Branch: metaconfig/U/perl
4162            + d_sqrtl.U
4163            ! i_inttypes.U io64.U
4164 ____________________________________________________________________________
4165 [  4409] By: gsar                                  on 1999/10/19  02:18:54
4166         Log: perl_mutex n/a if !USE_THREADS
4167      Branch: perl
4168            ! perlvars.h
4169 ____________________________________________________________________________
4170 [  4408] By: jhi                                   on 1999/10/18  20:13:02
4171         Log: Forgotten s/warning/warnings/.
4172      Branch: cfgperl
4173            ! Makefile.SH
4174 ____________________________________________________________________________
4175 [  4407] By: jhi                                   on 1999/10/18  20:02:12
4176         Log: Integrate with Sarathy.
4177      Branch: cfgperl
4178           +> pod/perlfilter.pod
4179           !> (integrate 30 files)
4180 ____________________________________________________________________________
4181 [  4406] By: gsar                                  on 1999/10/18  16:32:10
4182         Log: added intro to source filters from Paul Marquess
4183      Branch: perl
4184            + pod/perlfilter.pod
4185            ! MANIFEST pod/perldelta.pod
4186 ____________________________________________________________________________
4187 [  4405] By: gsar                                  on 1999/10/18  05:53:06
4188         Log: missing manpages
4189      Branch: perl
4190            ! installman
4191 ____________________________________________________________________________
4192 [  4404] By: gsar                                  on 1999/10/18  05:09:22
4193         Log: pod updates from Tom Christiansen
4194      Branch: perl
4195            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
4196 ____________________________________________________________________________
4197 [  4403] By: gsar                                  on 1999/10/17  23:43:59
4198         Log: PL_malloc_mutex needs to be global, not per-interpreter
4199              (malloc.c has static data)
4200      Branch: perl
4201            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
4202 ____________________________________________________________________________
4203 [  4402] By: gsar                                  on 1999/10/17  22:30:30
4204         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
4205              windows
4206      Branch: perl
4207            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
4208            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
4209            ! win32/win32.h
4210 ____________________________________________________________________________
4211 [  4401] By: gsar                                  on 1999/10/17  20:33:42
4212         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
4213              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
4214              is one symptom of the problem
4215      Branch: perl
4216            ! pp_ctl.c t/op/eval.t
4217 ____________________________________________________________________________
4218 [  4400] By: gsar                                  on 1999/10/17  18:36:46
4219         Log: remove FileHandle from list of PodParser dependencies (the
4220              difference is 20 files vs 6 files loaded!)
4221      Branch: perl
4222            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
4223            ! t/pod/testcmp.pl
4224 ____________________________________________________________________________
4225 [  4399] By: nick                                  on 1999/10/17  14:51:35
4226         Log: Pre-trip resolve
4227      Branch: utfperl
4228           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
4229 ____________________________________________________________________________
4230 [  4398] By: gsar                                  on 1999/10/17  09:19:24
4231         Log: make installperl ignore RCS files (from Michael G Schwern
4232              <schwern@pobox.com>)
4233      Branch: perl
4234            ! installperl lib/Text/Tabs.pm
4235 ____________________________________________________________________________
4236 [  4397] By: gsar                                  on 1999/10/16  18:30:14
4237         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
4238      Branch: perl
4239            ! perl.c
4240 ____________________________________________________________________________
4241 [  4396] By: jhi                                   on 1999/10/16  17:44:39
4242         Log: Missing comma.
4243      Branch: cfgperl
4244            ! lib/diagnostics.pm
4245 ____________________________________________________________________________
4246 [  4395] By: gsar                                  on 1999/10/16  17:18:36
4247         Log: assumption about @_ always being non-REAL doesn't hold when
4248              debugger is running; DB::sub() can call arbitrary stuff
4249              that modifies @_ at will
4250      Branch: perl
4251            ! pp_hot.c
4252 ____________________________________________________________________________
4253 [  4394] By: nick                                  on 1999/10/16  09:35:20
4254         Log: Resolve utfperl branch against mainline as of _62
4255      Branch: utfperl
4256           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4257           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
4258           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4259           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4260           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4261           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4262           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
4263           +> t/lib/glob-taint.t win32/genmk95.pl
4264            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4265           !> (integrate 144 files)
4266 ____________________________________________________________________________
4267 [  4393] By: gsar                                  on 1999/10/16  04:07:02
4268         Log: OS/2 support bits (from Ilya Zakharevich)
4269      Branch: perl
4270            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
4271 ____________________________________________________________________________
4272 [  4392] By: jhi                                   on 1999/10/15  10:28:09
4273         Log: Integrate with Sarathy.
4274      Branch: cfgperl
4275           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
4276           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
4277           !> win32/Makefile win32/makefile.mk
4278
4279 ----------------
4280 Version 5.005_62
4281 ----------------
4282
4283 ____________________________________________________________________________
4284 [  4391] By: gsar                                  on 1999/10/15  10:12:42
4285         Log: here be 5.005_62
4286      Branch: perl
4287            ! Changes MANIFEST Porting/makerel
4288 ____________________________________________________________________________
4289 [  4390] By: gsar                                  on 1999/10/15  09:45:51
4290         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
4291              avoid tickling it in Pod::Man for now; other nits in
4292              Pod::*
4293      Branch: perl
4294            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
4295            ! pod/perlopentut.pod
4296 ____________________________________________________________________________
4297 [  4389] By: gsar                                  on 1999/10/15  08:55:01
4298         Log: disable internal globbing for miniperl (or build breaks out
4299              in a rash of failed dependencies)
4300      Branch: perl
4301            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
4302 ____________________________________________________________________________
4303 [  4388] By: jhi                                   on 1999/10/15  08:07:49
4304         Log: Integrate with Sarathy.
4305      Branch: cfgperl
4306           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
4307           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
4308 ____________________________________________________________________________
4309 [  4387] By: gsar                                  on 1999/10/15  07:46:24
4310         Log: integrate cfgperl contents into mainline
4311      Branch: perl
4312            ! Changes
4313           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
4314           !> t/pragma/warn/regcomp
4315 ____________________________________________________________________________
4316 [  4386] By: gsar                                  on 1999/10/15  05:45:36
4317         Log: various little goofs in change#4385
4318      Branch: perl
4319            ! win32/include/dirent.h win32/win32.c
4320 ____________________________________________________________________________
4321 [  4385] By: gsar                                  on 1999/10/15  04:49:09
4322         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
4323              rather than win32_opendir() reading all files up front (untested)
4324      Branch: perl
4325            ! win32/include/dirent.h win32/win32.c
4326 ____________________________________________________________________________
4327 [  4384] By: gsar                                  on 1999/10/15  01:34:09
4328         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
4329      Branch: perl
4330            ! lib/Benchmark.pm pod/perldelta.pod
4331 ____________________________________________________________________________
4332 [  4383] By: gsar                                  on 1999/10/15  01:22:32
4333         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
4334              <dha@panix.com>)
4335      Branch: perl
4336            ! pod/perlfaq2.pod
4337 ____________________________________________________________________________
4338 [  4382] By: gsar                                  on 1999/10/15  01:14:22
4339         Log: From: jand@ActiveState.com (Jan Dubois)
4340              Date: Fri, 15 Oct 1999 01:14:23 +0200
4341              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
4342              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
4343      Branch: perl
4344            ! ext/POSIX/POSIX.xs
4345 ____________________________________________________________________________
4346 [  4381] By: jhi                                   on 1999/10/14  22:11:36
4347         Log: Integrate with Sarathy.
4348      Branch: cfgperl
4349           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
4350           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
4351           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
4352           !> win32/makefile.mk
4353 ____________________________________________________________________________
4354 [  4380] By: jhi                                   on 1999/10/14  22:08:22
4355         Log: Warn inside character classes about unknown backslash escapes
4356              (that are not caught earlier because of being completely unknown,
4357              such as \m), such as \z (because they make do sense inside regexen,
4358              but not inside character classes).
4359      Branch: cfgperl
4360            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
4361            ! t/pragma/warn/regcomp
4362 ____________________________________________________________________________
4363 [  4379] By: gsar                                  on 1999/10/14  18:26:56
4364         Log: clarify significance of parens for "x" (from M.J.T. Guy
4365              <mjtg@cus.cam.ac.uk>)
4366      Branch: perl
4367            ! pod/perlop.pod
4368 ____________________________________________________________________________
4369 [  4378] By: gsar                                  on 1999/10/14  18:25:20
4370         Log: make timelocal work better when time is close to the epoch
4371              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
4372      Branch: perl
4373            ! lib/Time/Local.pm
4374 ____________________________________________________________________________
4375 [  4377] By: gsar                                  on 1999/10/14  18:15:11
4376         Log: integrate cfgperl contents into mainline
4377      Branch: perl
4378           +> ext/DB_File/hints/sco.pl
4379           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
4380           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
4381           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
4382 ____________________________________________________________________________
4383 [  4376] By: gsar                                  on 1999/10/14  17:47:35
4384         Log: fix POPSTACK panics that ensued from bad interaction between
4385              runlevels and stack of stacks (change#3988 done right);
4386              basically, we pop the runlevel if the stacklevel is not the
4387              same one we started the runlevel with
4388      Branch: perl
4389            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
4390 ____________________________________________________________________________
4391 [  4375] By: gsar                                  on 1999/10/14  15:54:48
4392         Log: avoid warnings
4393      Branch: perl
4394            ! ext/File/Glob/bsd_glob.c
4395 ____________________________________________________________________________
4396 [  4374] By: jhi                                   on 1999/10/14  10:08:44
4397         Log: Warn about false ranges like \d-\w (see the change #4355).
4398              The invalid ranges (b-a) warning message also enhanced.
4399      Branch: cfgperl
4400            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
4401            ! t/pragma/warn/regcomp
4402 ____________________________________________________________________________
4403 [  4373] By: gsar                                  on 1999/10/14  03:49:54
4404         Log: File::Glob fixes for Windows
4405      Branch: perl
4406            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
4407            ! win32/makefile.mk
4408 ____________________________________________________________________________
4409 [  4372] By: gsar                                  on 1999/10/14  02:21:31
4410         Log: avoid inefficiency in change#3386 (every longjmp() was followed
4411              by an avoidable call to setjmp())
4412      Branch: perl
4413            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
4414            ! proto.h scope.c scope.h
4415 ____________________________________________________________________________
4416 [  4371] By: jhi                                   on 1999/10/13  21:17:17
4417         Log: Integrate with Sarathy.
4418      Branch: cfgperl
4419           !> op.c pod/perldelta.pod
4420 ____________________________________________________________________________
4421 [  4370] By: gsar                                  on 1999/10/13  18:08:45
4422         Log: misc tweaks
4423      Branch: perl
4424            ! op.c pod/perldelta.pod
4425 ____________________________________________________________________________
4426 [  4369] By: jhi                                   on 1999/10/13  16:18:58
4427         Log: Integrate with Sarathy.
4428      Branch: cfgperl
4429           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4430 ____________________________________________________________________________
4431 [  4368] By: gsar                                  on 1999/10/13  16:14:16
4432         Log: pod nits from various perl porters
4433      Branch: perl
4434            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4435 ____________________________________________________________________________
4436 [  4367] By: jhi                                   on 1999/10/13  12:10:30
4437         Log: From: Vlad Harchev <hvv@hippo.ru>
4438              To: perl5-porters@perl.org
4439              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
4440              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
4441              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
4442      Branch: cfgperl
4443            ! pod/perlop.pod
4444 ____________________________________________________________________________
4445 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4446         Log: typos and language goofs pointed out by Hugo van der Sanden
4447              <hv@crypt.compulink.co.uk>
4448      Branch: perl
4449            ! pod/perldelta.pod pod/perldiag.pod
4450 ____________________________________________________________________________
4451 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4452         Log: Integrate with Sarathy.
4453      Branch: cfgperl
4454           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4455           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4456           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4457           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4458           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4459           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4460           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4461           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4462           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4463 ____________________________________________________________________________
4464 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4465         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4466      Branch: perl
4467            ! lib/perl5db.pl
4468 ____________________________________________________________________________
4469 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4470         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4471              To: perl5-porters@perl.org
4472              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4473              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4474              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4475      Branch: cfgperl
4476            ! hints/svr5.sh
4477 ____________________________________________________________________________
4478 [  4362] By: jhi                                   on 1999/10/13  06:57:16
4479         Log: Add DB_File hint for SCO ODT.
4480              From: hops@sco.com
4481              To: perl5-porters@perl.org
4482              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4483              Date: Tue, 12 Oct 1999 20:16:04 PDT
4484              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4485      Branch: cfgperl
4486            + ext/DB_File/hints/sco.pl
4487            ! MANIFEST
4488 ____________________________________________________________________________
4489 [  4361] By: gsar                                  on 1999/10/13  06:56:08
4490         Log: PL_numeric_radix used without being defined (from Ilya
4491              Zakharevich)
4492      Branch: perl
4493            ! util.c
4494 ____________________________________________________________________________
4495 [  4360] By: gsar                                  on 1999/10/13  06:43:03
4496         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
4497              From: hops@sco.com
4498              Date: Tue, 12 Oct 1999 20:16:04 PDT
4499              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4500              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4501      Branch: perl
4502            + ext/NDBM_File/hints/sco.pl
4503            ! MANIFEST ext/ODBM_File/hints/sco.pl
4504 ____________________________________________________________________________
4505 [  4359] By: gsar                                  on 1999/10/13  06:34:53
4506         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4507      Branch: perl
4508            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
4509            ! pod/perlport.pod
4510 ____________________________________________________________________________
4511 [  4358] By: gsar                                  on 1999/10/12  19:10:27
4512         Log: perldelta updates
4513      Branch: perl
4514            ! pod/perldelta.pod
4515 ____________________________________________________________________________
4516 [  4357] By: gsar                                  on 1999/10/12  17:11:18
4517         Log: update perldelta for change#4356
4518      Branch: perl
4519            ! Changes pod/perldelta.pod
4520 ____________________________________________________________________________
4521 [  4356] By: gsar                                  on 1999/10/12  16:53:31
4522         Log: add File::BSDGlob as File::Glob and load it at compile-time
4523              if perl was built with -DPERL_INTERNAL_GLOB
4524              
4525              TODO: we currently get a compile-time failure if File/Glob.pm
4526              can't be found; such failure needs to be made to emit a warning
4527              and use the csh implementation instead
4528      Branch: perl
4529            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
4530            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4531            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4532            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
4533            + t/lib/glob-global.t t/lib/glob-taint.t
4534            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
4535            ! t/pragma/overload.t
4536 ____________________________________________________________________________
4537 [  4355] By: jhi                                   on 1999/10/12  15:30:05
4538         Log: Revert the parts of #3926 that outlawed character ranges
4539              that have character classes such as \w as either endpoint.
4540              This change re-establishes the old behavior which meant that
4541              such ranges weren't really ranges, the "-" was literal.
4542              Moreover, this change also fixes the old behavior to be
4543              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
4544              Now they all do work as described above.  The #3926 outlawed
4545              all of those.
4546      Branch: cfgperl
4547            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
4548 ____________________________________________________________________________
4549 [  4354] By: jhi                                   on 1999/10/12  09:58:59
4550         Log: Integrate with Sarathy.
4551      Branch: cfgperl
4552           !> (integrate 33 files)
4553 ____________________________________________________________________________
4554 [  4353] By: gsar                                  on 1999/10/12  05:53:40
4555         Log: apply parts of LynxOS patches from Alan Johnson
4556              <johnson@alonn.gemse.fr>
4557      Branch: perl
4558            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
4559            ! t/op/groups.t
4560 ____________________________________________________________________________
4561 [  4352] By: gsar                                  on 1999/10/12  05:24:39
4562         Log: allow any unpack specifier to take a count via '/'
4563              (from Ilya Zakharevich)
4564      Branch: perl
4565            ! pp.c t/op/pack.t
4566 ____________________________________________________________________________
4567 [  4351] By: gsar                                  on 1999/10/12  05:02:35
4568         Log: avoid warnings
4569      Branch: perl
4570            ! malloc.c
4571 ____________________________________________________________________________
4572 [  4350] By: gsar                                  on 1999/10/12  04:50:52
4573         Log: various cleanups
4574      Branch: perl
4575            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
4576            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
4577            ! win32/config.gc win32/config.vc win32/config_H.bc
4578            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4579 ____________________________________________________________________________
4580 [  4349] By: gsar                                  on 1999/10/12  00:23:11
4581         Log: update Changes, patchlevel etc.
4582      Branch: perl
4583            ! Changes Porting/findvars patchlevel.h win32/Makefile
4584            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4585            ! win32/makefile.mk
4586 ____________________________________________________________________________
4587 [  4348] By: gsar                                  on 1999/10/11  23:11:57
4588         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
4589      Branch: perl
4590            ! pod/perlfunc.pod
4591 ____________________________________________________________________________
4592 [  4347] By: jhi                                   on 1999/10/11  21:25:03
4593         Log: Sparc Linux -Duseshrplib fix.
4594              
4595              From: Brian Jepson <bjepson@home.com>
4596              To: Nick Ing-Simmons <nick@ing-simmons.net>
4597              cc: perl5-porters@perl.org
4598              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
4599              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
4600              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
4601      Branch: cfgperl
4602            ! hints/linux.sh
4603 ____________________________________________________________________________
4604 [  4346] By: gsar                                  on 1999/10/11  20:28:32
4605         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
4606              the behavior of 'Z*' and 'Z3' to always pack a trailing
4607              null byte; changed documentation to suit; added test
4608      Branch: perl
4609            ! pod/perlfunc.pod pp.c t/op/pack.t
4610 ____________________________________________________________________________
4611 [  4345] By: gsar                                  on 1999/10/11  19:15:46
4612         Log: writing to perllocal.pod fails if it was never created;
4613              tweak pseudo-hash example (both suggested by Michael G Schwern
4614              <schwern@pobox.com>)
4615      Branch: perl
4616            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
4617 ____________________________________________________________________________
4618 [  4344] By: gsar                                  on 1999/10/11  17:57:31
4619         Log: slightly edited variant of suggested patch
4620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4621              Date: Thu, 9 Sep 1999 18:35:37 -0400
4622              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
4623              Subject: [PATCH 5.005_58] How RExen match?
4624      Branch: perl
4625            ! pod/perlre.pod
4626 ____________________________________________________________________________
4627 [  4343] By: gsar                                  on 1999/10/11  16:55:48
4628         Log: change#4327 was inefficient
4629      Branch: perl
4630            ! lib/lib.pm
4631 ____________________________________________________________________________
4632 [  4342] By: jhi                                   on 1999/10/11  07:01:46
4633         Log: Integrate with Sarathy.
4634      Branch: cfgperl
4635           +> pod/perlhack.pod
4636           !> (integrate 28 files)
4637 ____________________________________________________________________________
4638 [  4341] By: jhi                                   on 1999/10/11  06:37:47
4639         Log: The 2.5th cut at the AIX C++ extension problems.
4640      Branch: cfgperl
4641            ! hints/aix.sh
4642 ____________________________________________________________________________
4643 [  4340] By: gsar                                  on 1999/10/10  23:48:07
4644         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
4645      Branch: perl
4646            + pod/perlhack.pod
4647            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4648 ____________________________________________________________________________
4649 [  4339] By: gsar                                  on 1999/10/10  20:42:40
4650         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
4651              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
4652              void(*)(pTHX_ void*)
4653      Branch: perl
4654            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
4655            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
4656            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
4657            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
4658 ____________________________________________________________________________
4659 [  4338] By: gsar                                  on 1999/10/10  20:38:59
4660         Log: add missing new diagnostics to perldelta
4661      Branch: perl
4662            ! pod/perldelta.pod
4663 ____________________________________________________________________________
4664 [  4337] By: gsar                                  on 1999/10/10  17:40:13
4665         Log: update perldelta for change#3406
4666      Branch: perl
4667            ! embed.pl pod/perldata.pod pod/perldelta.pod
4668 ____________________________________________________________________________
4669 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4670         Log: integrate cfgperl contents into mainline
4671      Branch: perl
4672           +> ext/DynaLoader/hints/aix.pl
4673           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4674           !> makedef.pl perl.h pod/perldelta.pod
4675 ____________________________________________________________________________
4676 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4677         Log: Update perldelta.
4678      Branch: cfgperl
4679            ! pod/perldelta.pod
4680 ____________________________________________________________________________
4681 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4682         Log: Integrate with Sarathy.
4683      Branch: cfgperl
4684           +> win32/genmk95.pl
4685           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4686           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4687           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4688           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4689           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4690           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4691           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4692           !> utils/perldoc.PL win32/makefile.mk
4693 ____________________________________________________________________________
4694 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4695         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4696              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4697      Branch: perl
4698            ! installperl lib/diagnostics.pm utils/perldoc.PL
4699 ____________________________________________________________________________
4700 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4701         Log: add $VERSION
4702      Branch: perl
4703            ! lib/Exporter.pm
4704 ____________________________________________________________________________
4705 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4706         Log: describe what can go in an export list (from Anno Siegel
4707              <anno4000@lublin.zrz.tu-berlin.de>)
4708      Branch: perl
4709            ! lib/Exporter.pm
4710 ____________________________________________________________________________
4711 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4712         Log: more basic support for building modules under Windows 95/98
4713              (applied relevant parts from a patch suggested by
4714              Jochen Wiedmann <joe@ispsoft.de>)
4715      Branch: perl
4716            ! lib/ExtUtils/MM_Unix.pm
4717 ____________________________________________________________________________
4718 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4719         Log: rudimentary support for building under Windows 95/98 (from
4720              Benjamin Stuhl <sho_pi@hotmail.com>)
4721      Branch: perl
4722            + win32/genmk95.pl
4723            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4724            ! win32/makefile.mk
4725 ____________________________________________________________________________
4726 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4727         Log: fix two leaks in Thread.xs (from Eugene Alterman
4728              <Eugene.Alterman@bremer-inc.com>); convert places with
4729              'use attrs' to new attributes syntax
4730      Branch: perl
4731            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4732            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4733            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4734            ! ext/Thread/sync2.t
4735 ____________________________________________________________________________
4736 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4737         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4738              (suggested by Tod Irwin <irwin@stockmaster.com>)
4739      Branch: perl
4740            ! lib/lib.pm
4741 ____________________________________________________________________________
4742 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4743         Log: better documentation for recv() (from Anton Berezin
4744              <tobez@plab.ku.dk>)
4745      Branch: perl
4746            ! pod/perlfunc.pod
4747 ____________________________________________________________________________
4748 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4749         Log: perldelta updates (see TODO markers)
4750      Branch: perl
4751            ! Changes pod/perldelta.pod pp_sys.c
4752 ____________________________________________________________________________
4753 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4754         Log: fix Exporter::export_to_level() documentation
4755      Branch: perl
4756            ! lib/Exporter.pm
4757 ____________________________________________________________________________
4758 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4759         Log: don't run END blocks when running under -c switch (older,
4760              rarely useful behavior may still be obtained by putting
4761              BEGIN { $^C = 0; exit; } at the end of the script)
4762      Branch: perl
4763            ! perl.c
4764 ____________________________________________________________________________
4765 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4766         Log: While awaiting a good test program to detect the broken gcc.
4767              From: Thomas Conté <tom@fr.uu.net>
4768              To: <jhi@iki.fi>
4769              Cc: <perl5-porters@perl.org>
4770              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4771              Date: Wed, 6 Oct 1999 19:56:29 +0200
4772              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4773      Branch: cfgperl
4774            ! hints/irix_6.sh perl.h
4775 ____________________________________________________________________________
4776 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4777         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4778              clear entries in the CV's pad, leading to coredumps when CV had no
4779              other references to it; this is a slightly edited version of the
4780              patch suggested by Russel O'Connor <roconnor@world.std.com>
4781      Branch: perl
4782            ! cop.h pp_ctl.c pp_hot.c
4783 ____________________________________________________________________________
4784 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4785         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4786              situation (assumptions about cx invalidation are not valid
4787              anymore)
4788      Branch: perl
4789            ! cop.h pp_ctl.c pp_hot.c
4790 ____________________________________________________________________________
4791 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4792         Log: Integrate with Sarathy.
4793      Branch: cfgperl
4794           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4795           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4796           !> t/comp/bproto.t thrdvar.h toke.c util.c
4797 ____________________________________________________________________________
4798 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4799         Log: The second cut at AIX C++ extension troubles.
4800      Branch: cfgperl
4801            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4802            ! hints/aix.sh
4803 ____________________________________________________________________________
4804 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4805         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4806              statics don't get initialized right.  This patch at least
4807              doesn't seem to break the build in my AIX, but unfortunately
4808              I don't have the IBM C++ to do further testing.
4809              
4810              Problem reported by Stephanie Beals in
4811              From: bealzy@us.ibm.com
4812              To: perl5-porters@perl.org
4813              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4814              Date: Thu, 7 Oct 1999 15:05:54 -0400
4815              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4816      Branch: cfgperl
4817            + ext/DynaLoader/hints/aix.pl
4818            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4819 ____________________________________________________________________________
4820 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4821         Log: remove kludgey duplicate background error avoidance (caused
4822              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4823              only repeats of most recent error are now avoided
4824      Branch: perl
4825            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4826 ____________________________________________________________________________
4827 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4828         Log: Fix omission.
4829      Branch: cfgperl
4830            ! makedef.pl
4831 ____________________________________________________________________________
4832 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4833         Log: extend change#2299 to C<use> (fixes scoping problems in
4834              C<if (...) { use foo; ... }>)
4835      Branch: perl
4836            ! op.c
4837 ____________________________________________________________________________
4838 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4839         Log: small tweak for change#4309
4840      Branch: perl
4841            ! op.c
4842 ____________________________________________________________________________
4843 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4844         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4845              From: Larry Wall <larry@wall.org>
4846              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4847              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4848              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4849      Branch: perl
4850            ! opcode.h t/comp/bproto.t toke.c
4851 ____________________________________________________________________________
4852 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4853         Log: typo
4854      Branch: perl
4855            ! pp_sys.c
4856 ____________________________________________________________________________
4857 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4858         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4859              Brian Mitchell <brian@chele.cais.net>)
4860      Branch: perl
4861            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4862 ____________________________________________________________________________
4863 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4864         Log: change#3728 was flawed (loop contexts saw the wrong statement
4865              info, causing loop control constructs to not find the label);
4866              disable OP_SETSTATE entirely and add a fix that is specifically
4867              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4868              which was what the original patch was supposed to fix
4869              
4870              TODO: remove the remainder of the setstate logic if it can't
4871              be used anywhere else (it isn't used anywhere now)
4872      Branch: perl
4873            ! cop.h op.c perly.c perly.y
4874 ____________________________________________________________________________
4875 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4876         Log: Integrate with Sarathy.
4877      Branch: cfgperl
4878           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4879 ____________________________________________________________________________
4880 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4881         Log: update to podlators-0.08 from Russ Allbery
4882      Branch: perl
4883            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4884 ____________________________________________________________________________
4885 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4886         Log: Integrate with Sarathy.
4887      Branch: cfgperl
4888           !> (integrate 45 files)
4889 ____________________________________________________________________________
4890 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4891         Log: some versions of mingw32 have __int64, define iff it isn't
4892      Branch: perl
4893            ! win32/win32.h
4894 ____________________________________________________________________________
4895 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4896         Log: fix typos in change#4288
4897      Branch: perl
4898            ! Changes dump.c sv.c
4899 ____________________________________________________________________________
4900 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4901         Log: integrate cfgperl contents into mainline
4902      Branch: perl
4903           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4904            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4905           !> (integrate 31 files)
4906 ____________________________________________________________________________
4907 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4908         Log: make die/warn and other diagnostics go to wherever STDERR happens
4909              to point at; change places that meant Perl_debug_log rather than
4910              PerlIO_stderr()
4911      Branch: perl
4912            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4913            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4914            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4915            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4916            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4917            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4918            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4919            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4920            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4921            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4922            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4923 ____________________________________________________________________________
4924 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4925         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4926              To: François Désarménien <desar@club-internet.fr>
4927              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4928              Subject: Re: Strange RE engine breakage in 5_61
4929              Date: Mon, 4 Oct 1999 19:58:03 -0400
4930              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4931              
4932              (had to apply pat.t part manually because there
4933              already were more tests than there was in _61)
4934      Branch: cfgperl
4935            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4936 ____________________________________________________________________________
4937 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4938         Log: From: Andy Dougherty <doughera@lafayette.edu>
4939              To: Jarkko Hietaniemi <jhi@iki.fi>
4940              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4941              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4942              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4943              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4944      Branch: cfgperl
4945            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4946            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4947            ! MANIFEST ext/B/defsubs_h.PL
4948 ____________________________________________________________________________
4949 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4950         Log: From: Michael G Schwern <schwern@pobox.com>
4951              To: perl5-porters@perl.org
4952              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4953              Date: Sun, 3 Oct 1999 17:34:17 -0400
4954              Message-ID: <19991003173417.A4351@blackrider>
4955      Branch: cfgperl
4956            ! t/lib/fields.t t/pragma/constant.t
4957 ____________________________________________________________________________
4958 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4959         Log: some compatibility macros were busted
4960      Branch: perl
4961            ! embed.h embed.pl toke.c
4962 ____________________________________________________________________________
4963 [  4297] By: jhi                                   on 1999/10/03  17:50:59
4964         Log: A better version of #4296.
4965              
4966              From: Michael G Schwern <schwern@pobox.com>
4967              To: perl5-porters@perl.org
4968              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4969              Date: Sun, 3 Oct 1999 13:54:23 -0400
4970              Message-ID: <19991003135423.A3050@blackrider>
4971      Branch: cfgperl
4972            ! av.c op.c pod/perldiag.pod
4973 ____________________________________________________________________________
4974 [  4296] By: jhi                                   on 1999/10/03  17:21:01
4975         Log: (Replaced by #4297.)
4976              
4977              From: Michael G Schwern <schwern@pobox.com>
4978              To: perl5-porters@perl.org
4979              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
4980              Date: Sun, 3 Oct 1999 13:16:47 -0400
4981              Message-ID: <19991003131647.A2816@blackrider>
4982              
4983              plus changed the error message to say "No such pseudo-hash field"
4984              as discussed in the above mail message.
4985      Branch: cfgperl
4986            ! av.c pod/perldiag.pod
4987 ____________________________________________________________________________
4988 [  4295] By: gsar                                  on 1999/10/03  16:09:36
4989         Log: avoid doing irrelevant things on 'make perl'
4990      Branch: perl
4991            ! Makefile.SH
4992 ____________________________________________________________________________
4993 [  4294] By: jhi                                   on 1999/10/03  14:16:24
4994         Log: Fix a typo in #4293 spotted by Graham Barr.
4995      Branch: cfgperl
4996            ! pod/perlref.pod
4997 ____________________________________________________________________________
4998 [  4293] By: jhi                                   on 1999/10/03  11:31:22
4999         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
5000              To: perl5-porters@perl.org
5001              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
5002              Date: Sun, 3 Oct 1999 02:34:01 -0400
5003              Message-ID: <19991003023401.A1520@blackrider>
5004      Branch: cfgperl
5005            ! pod/perlfunc.pod pod/perlref.pod
5006 ____________________________________________________________________________
5007 [  4292] By: jhi                                   on 1999/10/03  09:23:16
5008         Log: From: Barrie Slaymaker <barries@slaysys.com>
5009              To: perl5-porters@perl.org
5010              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
5011              Date: Sun, 3 Oct 1999 00:09:51 -0400
5012              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
5013      Branch: cfgperl
5014            ! lib/Benchmark.pm
5015 ____________________________________________________________________________
5016 [  4291] By: jhi                                   on 1999/10/02  23:43:53
5017         Log: Be understanding about large file systems.
5018      Branch: cfgperl
5019            ! t/lib/syslfs.t t/op/lfs.t
5020 ____________________________________________________________________________
5021 [  4290] By: jhi                                   on 1999/10/02  23:39:16
5022         Log: Configure fixfest continues.
5023      Branch: cfgperl
5024            ! Configure config_h.SH
5025      Branch: metaconfig
5026            ! U/modified/d_longdbl.U U/modified/d_longlong.U
5027            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5028            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
5029            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5030      Branch: metaconfig/U/perl
5031            ! i_inttypes.U io64.U
5032 ____________________________________________________________________________
5033 [  4289] By: jhi                                   on 1999/10/02  23:12:54
5034         Log: Regen Porting stuff.
5035      Branch: cfgperl
5036            ! Porting/Glossary Porting/config.sh Porting/config_H
5037 ____________________________________________________________________________
5038 [  4288] By: jhi                                   on 1999/10/02  23:05:50
5039         Log: Untangle the IV_IS_QUAD jungle by introduding
5040              macros to be used when doing formatted printing:
5041              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
5042      Branch: cfgperl
5043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5044            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
5045            ! regcomp.c sv.c taint.c toke.c util.c
5046 ____________________________________________________________________________
5047 [  4287] By: jhi                                   on 1999/10/02  22:54:18
5048         Log: metaconfig maintenance.
5049      Branch: metaconfig
5050            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
5051            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
5052            ! U/typedefs/uidsize.U
5053 ____________________________________________________________________________
5054 [  4286] By: nick                                  on 1999/10/02  11:11:44
5055         Log: Incremental merge of mainline
5056      Branch: utfperl
5057           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5058           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5059           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5060           +> t/pod/podselect.t t/pod/podselect.xr
5061            - lib/Pod/PlainText.pm
5062           !> (integrate 148 files)
5063 ____________________________________________________________________________
5064 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5065         Log: Battle namespace pollution.
5066      Branch: cfgperl
5067            ! lib/Benchmark.pm
5068 ____________________________________________________________________________
5069 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5070         Log: Regen Configure, all of xs_apiversion didn't take.
5071      Branch: cfgperl
5072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5073            ! config_h.SH patchlevel.h
5074 ____________________________________________________________________________
5075 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5076         Log: Integrate with Sarathy.
5077      Branch: cfgperl
5078           +> lib/Pod/Man.pm t/pod/multiline_items.t
5079           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5080           +> t/pod/podselect.t t/pod/podselect.xr
5081            - lib/Pod/PlainText.pm
5082           !> (integrate 50 files)
5083 ____________________________________________________________________________
5084 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5085         Log: update pod2man, pod2text and related Pod:: modules with the
5086              ones in podlators-0.07 from Russ Allbery
5087      Branch: perl
5088            + lib/Pod/Man.pm
5089            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5090            ! pod/pod2man.PL pod/pod2text.PL
5091 ____________________________________________________________________________
5092 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5093         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5094      Branch: perl
5095            - lib/Pod/PlainText.pm
5096            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5097            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5098            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5099            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5100            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5101            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5102            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5103 ____________________________________________________________________________
5104 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5105         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5106      Branch: perl
5107            + t/pod/multiline_items.t t/pod/multiline_items.xr
5108            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5109            + t/pod/podselect.xr
5110            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5111            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5112            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5113            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5114            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5115            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5116            ! t/pod/testp2pt.pl
5117 ____________________________________________________________________________
5118 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5119         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
5120              by Michael G Schwern <schwern@pobox.com>)
5121      Branch: perl
5122            ! av.c t/op/avhv.t
5123 ____________________________________________________________________________
5124 [  4278] By: gsar                                  on 1999/10/02  02:36:55
5125         Log: deprecate C<use attrs>
5126      Branch: perl
5127            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
5128            ! t/lib/thread.t t/pragma/sub_lval.t
5129 ____________________________________________________________________________
5130 [  4277] By: gsar                                  on 1999/10/02  01:43:25
5131         Log: add notes about effect of loop control statements inside
5132              LABEL BLOCK continue BLOCK
5133      Branch: perl
5134            ! pod/perlfunc.pod
5135 ____________________________________________________________________________
5136 [  4276] By: gsar                                  on 1999/10/02  01:23:02
5137         Log: indent nested =items properly (suggested by Bill Fenner
5138              <fenner@research.att.com>)
5139      Branch: perl
5140            ! pod/pod2man.PL
5141 ____________________________________________________________________________
5142 [  4275] By: gsar                                  on 1999/10/02  01:09:16
5143         Log: updated ptags generator from Ilya Zakharevich
5144      Branch: perl
5145            ! emacs/ptags
5146 ____________________________________________________________________________
5147 [  4274] By: gsar                                  on 1999/10/01  23:08:52
5148         Log: update Changes
5149      Branch: perl
5150            ! Changes
5151 ____________________________________________________________________________
5152 [  4273] By: gsar                                  on 1999/10/01  22:58:55
5153         Log: typo, whitespace adjustments
5154      Branch: perl
5155            ! utils/h2xs.PL
5156 ____________________________________________________________________________
5157 [  4272] By: gsar                                  on 1999/10/01  22:46:06
5158         Log: remove dup hunks
5159      Branch: perl
5160            ! configure.com vms/vms.c
5161 ____________________________________________________________________________
5162 [  4271] By: gsar                                  on 1999/10/01  22:33:02
5163         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
5164              by declaring new globals "our" (XXX this means h2xs generated code
5165              won't run on earlier versions; a switch to generate compatible
5166              source is needed)
5167      Branch: perl
5168           !> (integrate 35 files)
5169 ____________________________________________________________________________
5170 [  4270] By: jhi                                   on 1999/10/01  12:05:56
5171         Log: Integrate with Sarathy.
5172      Branch: cfgperl
5173           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5174           !> pod/perldiag.pod util.c
5175 ____________________________________________________________________________
5176 [  4269] By: jhi                                   on 1999/10/01  10:26:19
5177         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
5178              To: perl5-porters@perl.org
5179              Subject: [ID 19991001.001] perlguts man page error
5180              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
5181              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
5182      Branch: cfgperl
5183            ! pod/perlguts.pod
5184 ____________________________________________________________________________
5185 [  4268] By: jhi                                   on 1999/10/01  07:32:33
5186         Log: There *is* a month called October.
5187      Branch: cfgperl
5188            ! t/op/time.t
5189 ____________________________________________________________________________
5190 [  4267] By: jhi                                   on 1999/10/01  06:58:10
5191         Log: Temp file cleanliness.
5192      Branch: cfgperl
5193            ! t/lib/filecopy.t
5194 ____________________________________________________________________________
5195 [  4266] By: jhi                                   on 1999/10/01  06:46:56
5196         Log: From: Barrie Slaymaker <barries@slaysys.com>
5197              To: perl5-porters@perl.org
5198              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
5199              Date: Thu, 30 Sep 1999 22:16:26 -0400
5200              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
5201      Branch: cfgperl
5202            ! lib/Benchmark.pm
5203 ____________________________________________________________________________
5204 [  4265] By: jhi                                   on 1999/09/30  20:25:35
5205         Log: From: Barrie Slaymaker <barries@slaysys.com>
5206              To: perl5-porters@perl.org
5207              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
5208              Date: Thu, 30 Sep 1999 15:44:00 -0400
5209              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
5210              (Replaces #4175.)
5211      Branch: cfgperl
5212            ! lib/Benchmark.pm
5213 ____________________________________________________________________________
5214 [  4264] By: gsar                                  on 1999/09/30  17:59:26
5215         Log: re-add missing "Out of memory!" entry
5216      Branch: perl
5217            ! pod/perldiag.pod
5218 ____________________________________________________________________________
5219 [  4263] By: jhi                                   on 1999/09/30  17:05:43
5220         Log: Regenerate Configure.
5221      Branch: cfgperl
5222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5223            ! config_h.SH
5224 ____________________________________________________________________________
5225 [  4261] By: jhi                                   on 1999/09/30  16:15:05
5226         Log: From: Andy Dougherty <doughera@lafayette.edu>
5227              To: Perl Porters <perl5-porters@perl.org>
5228              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
5229              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
5230              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
5231      Branch: cfgperl
5232            ! pod/perldelta.pod
5233 ____________________________________________________________________________
5234 [  4260] By: jhi                                   on 1999/09/30  15:48:56
5235         Log: From: Andy Dougherty <doughera@lafayette.edu>
5236              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
5237              Subject: Re: Possible skeletal structure for searching multiple versions
5238              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
5239              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
5240      Branch: metaconfig
5241            ! U/mkglossary
5242      Branch: metaconfig/U/perl
5243            + xs_apiversion.U
5244            ! patchlevel.U
5245 ____________________________________________________________________________
5246 [  4259] By: jhi                                   on 1999/09/30  15:07:16
5247         Log: Further ?idsize.U fixing.
5248      Branch: metaconfig
5249            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5250 ____________________________________________________________________________
5251 [  4258] By: jhi                                   on 1999/09/30  15:00:14
5252         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
5253      Branch: metaconfig
5254            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5255            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5256 ____________________________________________________________________________
5257 [  4257] By: jhi                                   on 1999/09/30  09:48:33
5258         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5259              To: Gurusamy Sarathy <gsar@ActiveState.com>
5260              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
5261              The Perl Porters Mailing List <perl5-porters@perl.org>
5262              Subject: [PATCH] (Was: deprecating SIGDIE)
5263              Date: Wed, 29 Sep 1999 15:16:50 -0400
5264              Message-ID: <19990929151650.E26675@O2.chapin.edu>
5265      Branch: cfgperl
5266            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
5267 ____________________________________________________________________________
5268 [  4256] By: jhi                                   on 1999/09/30  09:45:22
5269         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5270              To: Gurusamy Sarathy <gsar@activestate.com>
5271              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
5272              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
5273              Date: Wed, 29 Sep 1999 18:58:23 -0400
5274              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
5275      Branch: cfgperl
5276            ! Makefile.SH opcode.pl
5277 ____________________________________________________________________________
5278 [  4255] By: gsar                                  on 1999/09/30  09:03:48
5279         Log: remove prehistoric XFree() gunk
5280      Branch: perl
5281            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5282 ____________________________________________________________________________
5283 [  4254] By: gsar                                  on 1999/09/30  08:40:14
5284         Log: From: Vishal Bhatia <vishal@gol.com>
5285              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
5286              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
5287              Subject: [patch _61] Minor corrections in C.pm
5288      Branch: perl
5289            ! ext/B/B/C.pm
5290 ____________________________________________________________________________
5291 [  4253] By: gsar                                  on 1999/09/30  08:36:27
5292         Log: off-by-one in fbm_compile() (spotted by John Bley
5293              <jbley@cs.cmu.edu>); whitespace adjustments
5294      Branch: perl
5295            ! util.c
5296 ____________________________________________________________________________
5297 [  4251] By: jhi                                   on 1999/09/30  08:09:13
5298         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5299              To: perl5-porters@perl.org (Mailing list Perl5)
5300              Subject: [PATCH 5.00561+]  Followup h2xs patch
5301              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
5302              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
5303      Branch: cfgperl
5304            ! utils/h2xs.PL
5305 ____________________________________________________________________________
5306 [  4250] By: jhi                                   on 1999/09/29  19:11:32
5307         Log: Integrate with Sarathy.
5308      Branch: cfgperl
5309           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
5310           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
5311           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
5312 ____________________________________________________________________________
5313 [  4249] By: bailey                                on 1999/09/29  02:21:31
5314         Log: resync with mainline
5315      Branch: vmsperl
5316           +> (branch 32 files)
5317            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5318            - lib/unicode/blocks.txt lib/unicode/index2.txt
5319            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5320            - lib/unicode/props2.txt lib/unicode/readme.txt
5321            - t/lib/bigfloatpm.t
5322           !> (integrate 240 files)
5323 ____________________________________________________________________________
5324 [  4248] By: jhi                                   on 1999/09/28  18:14:39
5325         Log: From: Andy Dougherty <doughera@lafayette.edu>
5326              To: Perl Porters <perl5-porters@perl.org>
5327              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
5328              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
5329              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
5330              
5331              From: Andy Dougherty <doughera@lafayette.edu>
5332              To: Perl Porters <perl5-porters@perl.org>
5333              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
5334              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
5335              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
5336      Branch: cfgperl
5337            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
5338            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
5339            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
5340            ! hints/next_4.sh
5341 ____________________________________________________________________________
5342 [  4247] By: gsar                                  on 1999/09/28  17:36:59
5343         Log: revert change#4115 (breaks libwww's base/date.t); could be 
5344              reworked to enable it conditional on $Time::Local::nocroak
5345              or some such
5346      Branch: perl
5347            ! lib/Time/Local.pm
5348 ____________________________________________________________________________
5349 [  4246] By: gsar                                  on 1999/09/28  17:33:14
5350         Log: tweak for win32 build
5351      Branch: perl
5352            ! win32/Makefile win32/makefile.mk
5353 ____________________________________________________________________________
5354 [  4245] By: gsar                                  on 1999/09/28  17:31:34
5355         Log: change#4236 fallout
5356      Branch: perl
5357            ! lib/ExtUtils/MM_Unix.pm
5358 ____________________________________________________________________________
5359 [  4244] By: gsar                                  on 1999/09/28  17:29:31
5360         Log: remove doubled new_xpv
5361      Branch: perl
5362            ! embed.h embed.pl proto.h
5363 ____________________________________________________________________________
5364 [  4243] By: jhi                                   on 1999/09/27  19:13:20
5365         Log: Artistic fine-tuning.
5366      Branch: cfgperl
5367            ! ext/B/defsubs_h.PL
5368 ____________________________________________________________________________
5369 [  4242] By: gsar                                  on 1999/09/27  17:05:22
5370         Log: avoid implicit split to @_ in change#4181; binary -> text file
5371              types in p4
5372      Branch: perl
5373            ! djgpp/configure.bat lib/Exporter/Heavy.pm
5374            ! t/pragma/locale/latin1
5375 ____________________________________________________________________________
5376 [  4241] By: jhi                                   on 1999/09/27  07:48:19
5377         Log: Integrate with Sarathy.
5378      Branch: cfgperl
5379           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
5380           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
5381 ____________________________________________________________________________
5382 [  4240] By: jhi                                   on 1999/09/27  07:47:11
5383         Log: Finalize change #4232.
5384              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5385              To: Jarkko Hietaniemi <jhi@iki.fi>
5386              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
5387              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
5388              Date: Sun, 26 Sep 1999 16:52:31 -0400
5389              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
5390      Branch: cfgperl
5391            ! lib/ExtUtils/xsubpp
5392 ____________________________________________________________________________
5393 [  4239] By: gsar                                  on 1999/09/27  02:48:42
5394         Log: add notes in INSTALL about Configure -Accflags=-DFOO
5395      Branch: perl
5396            ! INSTALL
5397 ____________________________________________________________________________
5398 [  4238] By: gsar                                  on 1999/09/27  02:03:48
5399         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
5400              it automatically
5401      Branch: perl
5402            ! embed.h embed.pl
5403 ____________________________________________________________________________
5404 [  4237] By: gsar                                  on 1999/09/27  01:52:47
5405         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5406              Date: Fri, 24 Sep 1999 23:25:36 -0400
5407              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
5408              Subject: [PATCH 5.005_61] Malloc fixes and docs
5409      Branch: perl
5410            ! malloc.c pod/perldiag.pod
5411 ____________________________________________________________________________
5412 [  4236] By: gsar                                  on 1999/09/27  01:31:32
5413         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
5414              <vkonovalov@lucent.com>)
5415      Branch: perl
5416            ! win32/Makefile win32/makefile.mk
5417 ____________________________________________________________________________
5418 [  4235] By: gsar                                  on 1999/09/26  17:02:03
5419         Log: fix buggy popping of subroutine contexts in the lvalue
5420              subroutines implementation (change#4081); correct the
5421              plethora of cases where DIE() was more appropriate than
5422              croak()
5423      Branch: perl
5424            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
5425 ____________________________________________________________________________
5426 [  4234] By: jhi                                   on 1999/09/26  12:06:28
5427         Log: Fix #endif.
5428      Branch: cfgperl
5429            ! XSUB.h
5430 ____________________________________________________________________________
5431 [  4233] By: jhi                                   on 1999/09/26  11:59:18
5432         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
5433              I kept my (Ilya's) version.
5434      Branch: cfgperl
5435           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
5436           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5437           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5438           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5439           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5440           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5441 ____________________________________________________________________________
5442 [  4232] By: jhi                                   on 1999/09/26  09:53:43
5443         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5444              To: Mailing list Perl5 <perl5-porters@perl.org>
5445              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5446              Date: Sun, 26 Sep 1999 01:36:09 -0400
5447              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5448              
5449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5450              To: Mailing list Perl5 <perl5-porters@perl.org>
5451              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5452              Date: Sun, 26 Sep 1999 03:00:50 -0400
5453              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5454      Branch: cfgperl
5455            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5456 ____________________________________________________________________________
5457 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5458         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5459              To: perl5-porters@perl.org
5460              Subject: misprint in perlguts
5461              Date: Sun, 26 Sep 1999 12:48:36 +0400
5462              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5463      Branch: cfgperl
5464            ! pod/perlguts.pod
5465 ____________________________________________________________________________
5466 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5467         Log: add $installarchlib/CORE to default linker search path on windows
5468      Branch: perl
5469            ! win32/Makefile win32/makefile.mk
5470 ____________________________________________________________________________
5471 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5472         Log: support C<use Shell> on Windows (reworked a patch suggested
5473              by Jenda Krynicky <Jenda@McCann.cz>)
5474      Branch: perl
5475            ! lib/Shell.pm
5476 ____________________________________________________________________________
5477 [  4228] By: gsar                                  on 1999/09/25  07:03:34
5478         Log: integrate cfgperl contents into mainline
5479      Branch: perl
5480           +> hints/svr5.sh
5481           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
5482           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5483           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
5484           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
5485 ____________________________________________________________________________
5486 [  4227] By: gsar                                  on 1999/09/25  06:44:47
5487         Log: From: Larry Wall <larry@wall.org>
5488              Date: Fri, 24 Sep 1999 21:59:37 PDT
5489              Message-Id: <199909250459.VAA27506@kiev.wall.org>
5490              Subject: Re: [PATCH 5.005_61] "our" declarations
5491      Branch: perl
5492            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
5493            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5494            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5495            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5496            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5497            ! utils/h2xs.PL
5498 ____________________________________________________________________________
5499 [  4226] By: jhi                                   on 1999/09/24  23:10:52
5500         Log: Integrate with Sarathy.
5501      Branch: cfgperl
5502           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5503           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
5504           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
5505 ____________________________________________________________________________
5506 [  4225] By: gsar                                  on 1999/09/24  18:19:54
5507         Log: avoid infinite recursive exec()s of perl.exe when shebang
5508              contains "Perl" rather than "perl" on DOSISH platforms
5509      Branch: perl
5510            ! toke.c
5511 ____________________________________________________________________________
5512 [  4224] By: gsar                                  on 1999/09/24  16:09:23
5513         Log: support cygwin and other platforms that link to import libraries
5514              rather than directly with shared libraries (from a suggestion
5515              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
5516      Branch: perl
5517            ! utils/perlcc.PL
5518 ____________________________________________________________________________
5519 [  4223] By: gsar                                  on 1999/09/24  05:05:06
5520         Log: normalize time for strftime() (without the isdst effects of
5521              mktime()) using a custom mini_mktime()
5522              From: spider-perl@Orb.Nashua.NH.US
5523              Date: Thu, 23 Sep 1999 17:54:53 -0400
5524              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
5525              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
5526      Branch: perl
5527            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5528            ! ext/POSIX/hints/linux.pl t/lib/posix.t
5529 ____________________________________________________________________________
5530 [  4222] By: gsar                                  on 1999/09/23  06:44:42
5531         Log: change "#" to a comment starter in pack templates; "/" now
5532              used for specifying counted types
5533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5534              Date: Wed, 22 Sep 1999 19:41:30 -0400
5535              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
5536              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
5537      Branch: perl
5538            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
5539 ____________________________________________________________________________
5540 [  4221] By: gsar                                  on 1999/09/23  06:26:54
5541         Log: From: Vishal Bhatia <vishal@gol.com>
5542              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
5543              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
5544              Subject: [patch _61] perlcc changes
5545      Branch: perl
5546            ! utils/perlcc.PL
5547 ____________________________________________________________________________
5548 [  4220] By: gsar                                  on 1999/09/23  01:12:24
5549         Log: add include guard
5550      Branch: perl
5551            ! XSUB.h
5552 ____________________________________________________________________________
5553 [  4219] By: jhi                                   on 1999/09/22  20:38:15
5554         Log: Cleanup cleanup.
5555      Branch: cfgperl
5556            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
5557 ____________________________________________________________________________
5558 [  4218] By: jhi                                   on 1999/09/22  19:26:58
5559         Log: Tweak the equivalence tables once again.
5560      Branch: cfgperl
5561            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5562            ! lib/unicode/mktables.PL
5563 ____________________________________________________________________________
5564 [  4215] By: jhi                                   on 1999/09/22  06:47:03
5565         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5566              To: Mailing list Perl5 <perl5-porters@perl.org>
5567              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
5568              Date: Tue, 21 Sep 1999 19:50:00 -0400
5569              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
5570              
5571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5572              To: Mailing list Perl5 <perl5-porters@perl.org>
5573              Subject: [PATCH 5.005_61] More verbose -Mre=debug
5574              Date: Tue, 21 Sep 1999 22:29:55 -0400
5575              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
5576      Branch: cfgperl
5577            ! regcomp.c regexec.c
5578 ____________________________________________________________________________
5579 [  4214] By: jhi                                   on 1999/09/21  21:08:43
5580         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
5581              Reply-To: gerberb@zenez.com
5582              To: perl5-porters@perl.org
5583              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
5584              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
5585              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
5586              
5587              (Snipped away the last lines of svr5.sh a la change #3725)
5588      Branch: cfgperl
5589            + hints/svr5.sh
5590            ! Configure MANIFEST config_h.SH hints/sco.sh
5591      Branch: metaconfig
5592            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5593 ____________________________________________________________________________
5594 [  4213] By: jhi                                   on 1999/09/21  20:48:01
5595         Log: From: Kragen Sitaker <kragen@dnaco.net>
5596              To: perl5-porters@perl.org
5597              Subject: [ID 19990921.013] accidental list context in perlfaq9
5598              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
5599              Reply-To: kragen@pobox.com
5600              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
5601      Branch: cfgperl
5602            ! pod/perlfaq9.pod
5603 ____________________________________________________________________________
5604 [  4212] By: jhi                                   on 1999/09/20  19:55:42
5605         Log: Integrate with Sarathy.
5606      Branch: cfgperl
5607           +> README.Y2K
5608           !> Changes MANIFEST
5609 ____________________________________________________________________________
5610 [  4211] By: jhi                                   on 1999/09/20  19:44:44
5611         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
5612      Branch: cfgperl
5613            ! Configure config_h.SH pod/perldelta.pod
5614      Branch: metaconfig/U/perl
5615            ! use64bits.U uselfs.U uselongdbl.U
5616 ____________________________________________________________________________
5617 [  4210] By: jhi                                   on 1999/09/20  19:38:26
5618         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
5619      Branch: cfgperl
5620            ! Configure config_h.SH
5621      Branch: metaconfig
5622            ! U/modified/Options.U
5623 ____________________________________________________________________________
5624 [  4209] By: gsar                                  on 1999/09/20  19:35:39
5625         Log: integrate cfgperl changes into mainline
5626      Branch: perl
5627           +> lib/unicode/Unicode.html
5628            ! Changes
5629           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5630           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
5631 ____________________________________________________________________________
5632 [  4208] By: gsar                                  on 1999/09/20  18:28:44
5633         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
5634      Branch: perl
5635            + README.Y2K
5636            ! MANIFEST
5637 ____________________________________________________________________________
5638 [  4207] By: jhi                                   on 1999/09/20  11:06:13
5639         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
5640      Branch: cfgperl
5641            ! pod/perldelta.pod
5642 ____________________________________________________________________________
5643 [  4206] By: jhi                                   on 1999/09/20  09:53:15
5644         Log: Do not test for gccish things in non-gccish platforms.
5645      Branch: cfgperl
5646            ! Configure config_h.SH
5647      Branch: metaconfig
5648            ! U/compline/ccflags.U
5649 ____________________________________________________________________________
5650 [  4205] By: jhi                                   on 1999/09/20  09:41:22
5651         Log: Prompt for uselfs.
5652      Branch: cfgperl
5653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5654            ! config_h.SH
5655      Branch: metaconfig
5656            ! U/mksample
5657      Branch: metaconfig/U/perl
5658            ! use64bits.U uselfs.U
5659 ____________________________________________________________________________
5660 [  4204] By: jhi                                   on 1999/09/20  09:09:29
5661         Log: Add usemorebits and uselfs.
5662      Branch: cfgperl
5663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5664            ! config_h.SH doio.c perl.h
5665      Branch: metaconfig/U/perl
5666            + uselfs.U usemorebits.U
5667            ! use64bits.U uselongdbl.U
5668 ____________________________________________________________________________
5669 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5670         Log: Dethinko.
5671      Branch: cfgperl
5672            ! pod/perlfunc.pod
5673 ____________________________________________________________________________
5674 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5675         Log: Fix a bug in the description of endianness.  Reported in
5676              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5677              To: perl5-porters@perl.org
5678              Subject: BUG: perldoc -f pack
5679              Date: Mon, 20 Sep 1999 09:43:49 +0400
5680              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5681      Branch: cfgperl
5682            ! pod/perlfunc.pod
5683 ____________________________________________________________________________
5684 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5685         Log: Integrate with Sarathy.
5686      Branch: cfgperl
5687           +> t/op/args.t
5688           !> (integrate 31 files)
5689 ____________________________________________________________________________
5690 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5691         Log: From: Russ Allbery <rra@stanford.edu>
5692              Date: 19 Aug 1999 04:35:44 -0700
5693              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5694              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5695      Branch: perl
5696            ! lib/File/Find.pm
5697 ____________________________________________________________________________
5698 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5699         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5700      Branch: perl
5701            ! ext/B/B/Terse.pm
5702 ____________________________________________________________________________
5703 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5704         Log: add arenas for managing allocations of remaining xpv*v structures
5705              From: Vishal Bhatia <vishal@gol.com>
5706              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5707              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5708              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5709      Branch: perl
5710            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5711            ! proto.h sv.c
5712 ____________________________________________________________________________
5713 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5714         Log: queue errors due to strictures rather than printing them as
5715              warnings; symbols that violate strictures do *not* end up in
5716              the symbol table anyway, making multiple evals of the same piece
5717              of code produce the same errors; errors indicate all locations
5718              of a global symbol rather than just the first one; these
5719              changes make compile-time failures within evals reliably
5720              visible via the return value or contents of $@, and trappable
5721              using __DIE__ hooks
5722      Branch: perl
5723            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5724            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5725            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5726            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5727 ____________________________________________________________________________
5728 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5729         Log: control change#1914 via hints (causes problems on some platforms)
5730      Branch: perl
5731            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5732            ! ext/POSIX/hints/linux.pl
5733 ____________________________________________________________________________
5734 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5735         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5736              in passing around references to @_, eg C<sub foo { \@_ }>; add
5737              tests for the same
5738      Branch: perl
5739            + t/op/args.t
5740            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5741 ____________________________________________________________________________
5742 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5743         Log: Integrate with Sarathy.
5744      Branch: cfgperl
5745           !> opcode.h opcode.pl
5746 ____________________________________________________________________________
5747 [  4193] By: nick                                  on 1999/09/18  15:24:56
5748         Log: Re-integrate mainline
5749              Basic SvUTF8 stuff in headers, no functional changes yet.
5750      Branch: utfperl
5751            + lib/byte.pm lib/byte_heavy.pl
5752           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5753           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5754           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5755           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5756           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5757           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5758           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5759           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5760           +> lib/unicode/Names.txt lib/unicode/Props.txt
5761           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5762           +> t/lib/bigfltpm.t
5763            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5764            - lib/unicode/blocks.txt lib/unicode/index2.txt
5765            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5766            - lib/unicode/props2.txt lib/unicode/readme.txt
5767            - t/lib/bigfloatpm.t
5768            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5769            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5770            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5771            ! warnings.h
5772           !> (integrate 142 files)
5773 ____________________________________________________________________________
5774 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5775         Log: more op description tweaks
5776      Branch: perl
5777            ! opcode.h opcode.pl
5778 ____________________________________________________________________________
5779 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5780         Log: Integrate with Sarathy.
5781      Branch: cfgperl
5782           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5783           !> t/pragma/warn/op
5784 ____________________________________________________________________________
5785 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5786         Log: Add description of the Unicode database files.
5787      Branch: cfgperl
5788            + lib/unicode/Unicode.html
5789 ____________________________________________________________________________
5790 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5791         Log: tweak some op names in change#4177 (will any of this break code that
5792              gropes $@ ?)
5793      Branch: perl
5794            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5795            ! t/pragma/warn/op
5796 ____________________________________________________________________________
5797 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5798         Log: Pick up the typo fix.
5799      Branch: cfgperl
5800           !> t/io/open.t
5801 ____________________________________________________________________________
5802 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5803         Log: fix typo
5804      Branch: perl
5805            ! t/io/open.t
5806 ____________________________________________________________________________
5807 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5808         Log: integrate cfgperl change
5809      Branch: perl
5810           !> vms/subconfigure.com
5811 ____________________________________________________________________________
5812 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5813         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5814      Branch: cfgperl
5815            ! vms/subconfigure.com
5816 ____________________________________________________________________________
5817 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5818         Log: integrate cfgperl contents into mainline
5819      Branch: perl
5820           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5821           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5822           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5823           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5824           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5825           +> lib/unicode/SpecCase.txt
5826            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5827            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5828            - lib/unicode/names2.txt lib/unicode/props2.txt
5829            - lib/unicode/readme.txt
5830           !> (integrate 73 files)
5831 ____________________________________________________________________________
5832 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5833         Log: Integrate with Sarathy.
5834      Branch: cfgperl
5835           !> configure.com ext/ByteLoader/byterun.h
5836           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5837           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5838           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5839           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5840 ____________________________________________________________________________
5841 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5842         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5843              vmsperl contents have prevailed)
5844      Branch: perl
5845           !> configure.com ext/ByteLoader/byterun.h
5846           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5847           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5848           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5849           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5850 ____________________________________________________________________________
5851 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5852         Log: From: Michael G Schwern <schwern@pobox.com>
5853              To: perl5-porters@perl.org
5854              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5855              Date: Thu, 19 Aug 1999 21:30:01 -0400
5856              Message-ID: <19990819213001.A22512@athens.aocn.com>
5857      Branch: cfgperl
5858            ! lib/Exporter/Heavy.pm
5859 ____________________________________________________________________________
5860 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5861         Log: perlhist additions
5862      Branch: perl
5863            ! pod/perlhist.pod
5864 ____________________________________________________________________________
5865 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5866         Log: The change #4176 should've undone only the test, not the code patch.
5867      Branch: cfgperl
5868            ! doio.c
5869 ____________________________________________________________________________
5870 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5871         Log: From: Ian Phillipps <ian@dial.pipex.com>
5872              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5873              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5874              Date: Sat, 21 Aug 1999 12:36:12 +0100
5875              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5876      Branch: cfgperl
5877            ! pod/perlsyn.pod
5878 ____________________________________________________________________________
5879 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5880         Log: More descriptive names for operators.
5881              
5882              From: Michael G Schwern <schwern@pobox.com>
5883              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5884              Cc: perl5-porters@perl.org
5885              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5886              Date: Tue, 17 Aug 1999 18:35:45 -0400
5887              Message-ID: <19990817183545.A23073@toldyouso.com>
5888              
5889              From: Michael G Schwern <schwern@pobox.com>
5890              To: perl5-porters@perl.org
5891              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5892              Date: Wed, 18 Aug 1999 03:53:38 -0400
5893              Message-ID: <19990818035337.A31505@athens.aocn.com>
5894      Branch: cfgperl
5895            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5896            ! t/pragma/warn/op t/pragma/warn/sv
5897 ____________________________________________________________________________
5898 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5899         Log: Take away the infamous io/dup.t #7.
5900              It seems there simply is no way to portably
5901              "flush" an input file handle.
5902      Branch: cfgperl
5903            ! doio.c t/io/dup.t
5904 ____________________________________________________________________________
5905 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5906         Log: From: Barrie Slaymaker <barries@slaysys.com>
5907              To: perl5-porters@perl.org
5908              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5909              Date: Fri, 17 Sep 1999 11:16:48 -0400
5910              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5911      Branch: cfgperl
5912            ! lib/Benchmark.pm
5913 ____________________________________________________________________________
5914 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5915         Log: UNICOS does support large files but doesn't support sparse files
5916              so we cannot easily test for large file support.
5917      Branch: cfgperl
5918            ! t/lib/syslfs.t t/op/lfs.t
5919 ____________________________________________________________________________
5920 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5921         Log: UNICOS has sloppy division/modulo for floating point numbers.
5922      Branch: cfgperl
5923            ! t/op/arith.t
5924 ____________________________________________________________________________
5925 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5926         Log: Portable blocksize (replaces #4171).
5927      Branch: cfgperl
5928            ! t/lib/syslfs.t t/op/lfs.t
5929 ____________________________________________________________________________
5930 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5931         Log: (replaced by #4172)
5932      Branch: cfgperl
5933            ! t/lib/syslfs.t t/op/lfs.t
5934 ____________________________________________________________________________
5935 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5936         Log: Detypo #4169.
5937      Branch: cfgperl
5938            ! t/lib/syslfs.t t/op/lfs.t
5939 ____________________________________________________________________________
5940 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5941         Log: Diagnose possible quota limits.
5942      Branch: cfgperl
5943            ! t/lib/syslfs.t t/op/lfs.t
5944 ____________________________________________________________________________
5945 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5946         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5947              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5948              does have getpgrp(void) so Perl getpgrp() is happy.
5949      Branch: cfgperl
5950            ! hints/unicos.sh
5951 ____________________________________________________________________________
5952 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5953         Log: Filesystem quotas may stop you from using large files.
5954      Branch: cfgperl
5955            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5956 ____________________________________________________________________________
5957 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5958         Log: Too strict pattern for parsing group lists.
5959      Branch: cfgperl
5960            ! t/op/groups.t
5961 ____________________________________________________________________________
5962 [  4165] By: jhi                                   on 1999/09/17  09:06:18
5963         Log: Configure maintenance. It's sigaction.sa_flags
5964              and the Glossary regen'ed.
5965      Branch: cfgperl
5966            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5967            ! config_h.SH
5968      Branch: metaconfig
5969            ! U/compline/d_sigaction.U
5970 ____________________________________________________________________________
5971 [  4164] By: jhi                                   on 1999/09/15  06:57:51
5972         Log: Integrate with Sarathy.
5973      Branch: cfgperl
5974           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5975           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5976           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5977           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
5978           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
5979           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
5980           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
5981           !> jpl/PerlInterpreter/Makefile.PL
5982           !> jpl/PerlInterpreter/PerlInterpreter.c
5983           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5984           !> jpl/Sample/Makefile.PL jpl/install-jpl
5985           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
5986           !> t/op/pat.t
5987 ____________________________________________________________________________
5988 [  4163] By: gsar                                  on 1999/09/15  05:17:27
5989         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
5990      Branch: perl
5991            ! lib/File/Spec/Functions.pm
5992 ____________________________________________________________________________
5993 [  4162] By: gsar                                  on 1999/09/15  05:09:14
5994         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
5995      Branch: perl
5996            ! Changes embed.h embed.pl
5997 ____________________________________________________________________________
5998 [  4161] By: gsar                                  on 1999/09/15  04:08:25
5999         Log: missing perlhist dates from Jeff Okamoto
6000      Branch: perl
6001            ! pod/perlhist.pod
6002 ____________________________________________________________________________
6003 [  4160] By: gsar                                  on 1999/09/15  03:13:08
6004         Log: jpl tweak
6005      Branch: perl
6006            ! MANIFEST jpl/JNI/Makefile.PL
6007 ____________________________________________________________________________
6008 [  4159] By: gsar                                  on 1999/09/15  02:57:08
6009         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
6010              Jepson <bjepson@home.com>)
6011      Branch: perl
6012            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6013            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6014            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6015            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
6016            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6017            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
6018            ! jpl/PerlInterpreter/Makefile.PL
6019            ! jpl/PerlInterpreter/PerlInterpreter.c
6020            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6021            ! jpl/Sample/Makefile.PL jpl/install-jpl
6022 ____________________________________________________________________________
6023 [  4158] By: gsar                                  on 1999/09/15  01:27:14
6024         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6025              Date:    Tue, 14 Sep 1999 21:26:15 EDT
6026              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
6027              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
6028      Branch: perl
6029            ! regexec.c t/op/pat.t
6030 ____________________________________________________________________________
6031 [  4157] By: jhi                                   on 1999/09/14  21:18:09
6032         Log: config.h will define USE_64_BITS if need be.
6033      Branch: cfgperl
6034            ! hints/irix_6.sh
6035 ____________________________________________________________________________
6036 [  4156] By: jhi                                   on 1999/09/14  20:30:00
6037         Log: Change #4149 necessitates also a small code change.
6038      Branch: cfgperl
6039            ! ext/B/defsubs_h.PL
6040 ____________________________________________________________________________
6041 [  4155] By: jhi                                   on 1999/09/14  20:15:53
6042         Log: Update EPOC libdir names.
6043      Branch: cfgperl
6044            ! epoc/config.h
6045 ____________________________________________________________________________
6046 [  4154] By: jhi                                   on 1999/09/14  20:13:41
6047         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
6048              deceased HAS.*DBM.*64 mumblings.
6049      Branch: cfgperl
6050            ! Configure config_h.SH epoc/config.h
6051 ____________________________________________________________________________
6052 [  4153] By: jhi                                   on 1999/09/14  20:04:53
6053         Log: Configure nits.
6054      Branch: cfgperl
6055            ! Configure config_h.SH
6056      Branch: metaconfig
6057            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6058 ____________________________________________________________________________
6059 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6060         Log: Integrate with Sarathy.
6061      Branch: cfgperl
6062           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6063            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6064           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6065           !> win32/config_sh.PL
6066 ____________________________________________________________________________
6067 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6068         Log: Update Unicode database and recompute the tables.
6069              Rename the .txt files to be more Unicode 3.0-like.
6070              Unihan-3.0.txt not included because it is 16 MB.
6071              syllables.txt is manually maintained.
6072              See ReadMe.txt for description of the .txt files.
6073              (not all of them are used yet)
6074      Branch: cfgperl
6075            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6076            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6077            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6078            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6079            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6080            + lib/unicode/SpecCase.txt
6081            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6082            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6083            - lib/unicode/names2.txt lib/unicode/props2.txt
6084            - lib/unicode/readme.txt
6085            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6086            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6087            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6088            ! lib/unicode/Decomposition.pl
6089            ! lib/unicode/In/ArabicPresentationForms-B.pl
6090            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6091            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6092            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6093            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6094            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6095            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6096            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6097            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6098            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6099            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6100            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6101            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6102            ! lib/unicode/mktables.PL
6103 ____________________________________________________________________________
6104 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6105         Log: INSTALL tweak
6106      Branch: perl
6107            ! INSTALL
6108 ____________________________________________________________________________
6109 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6110         Log: change some filenames to be 8.3-friendly
6111      Branch: perl
6112           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6113            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6114            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6115 ____________________________________________________________________________
6116 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6117         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6118      Branch: perl
6119            ! win32/config_sh.PL
6120 ____________________________________________________________________________
6121 [  4147] By: jhi                                   on 1999/09/14  08:07:49
6122         Log: Not that UVSIZE normally differs that much from IVSIZE...
6123      Branch: cfgperl
6124            ! perl.h
6125 ____________________________________________________________________________
6126 [  4146] By: jhi                                   on 1999/09/14  08:04:40
6127         Log: Integrate with Sarathy.
6128      Branch: cfgperl
6129           !> Changes ext/DB_File/DB_File.xs
6130 ____________________________________________________________________________
6131 [  4145] By: jhi                                   on 1999/09/14  07:10:02
6132         Log: I_PTHREAD was PTHREADEAD.
6133      Branch: cfgperl
6134            ! Configure config_h.SH
6135      Branch: metaconfig
6136            ! U/threads/i_pthread.U
6137 ____________________________________________________________________________
6138 [  4144] By: gsar                                  on 1999/09/14  06:46:47
6139         Log: change#4113 was missing DB_File.xs changes
6140      Branch: perl
6141            ! ext/DB_File/DB_File.xs
6142 ____________________________________________________________________________
6143 [  4143] By: jhi                                   on 1999/09/13  20:16:20
6144         Log: Small doc and whitespace edits.
6145      Branch: cfgperl
6146            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6147            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6148            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6149            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6150            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6151            ! pod/perldelta.pod
6152 ____________________________________________________________________________
6153 [  4142] By: gsar                                  on 1999/09/13  19:32:31
6154         Log: integrate cfgperl contents into mainline, update Changes
6155      Branch: perl
6156           +> ext/DB_File/version.c
6157            ! Changes
6158           !> (integrate 44 files)
6159 ____________________________________________________________________________
6160 [  4141] By: jhi                                   on 1999/09/13  16:16:56
6161         Log: Scan for <pthread.h> always.
6162      Branch: cfgperl
6163            ! Configure config_h.SH perl.h
6164      Branch: metaconfig
6165            ! U/threads/i_pthread.U
6166 ____________________________________________________________________________
6167 [  4140] By: jhi                                   on 1999/09/13  16:00:08
6168         Log: Integrate with Sarathy.
6169      Branch: cfgperl
6170           !> (integrate 27 files)
6171 ____________________________________________________________________________
6172 [  4139] By: jhi                                   on 1999/09/13  15:35:18
6173         Log: Add -A option to Configure to diddle with variables
6174              after the hints file has been applied.
6175      Branch: cfgperl
6176            ! Configure config_h.SH
6177      Branch: metaconfig
6178            ! U/modified/Oldconfig.U U/modified/Options.U
6179 ____________________________________________________________________________
6180 [  4138] By: jhi                                   on 1999/09/13  13:42:56
6181         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
6182      Branch: cfgperl
6183            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6184            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6185            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6186            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6187            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6188 ____________________________________________________________________________
6189 [  4137] By: jhi                                   on 1999/09/13  13:25:31
6190         Log: Applying change #4136 manually introduced patch residue.
6191      Branch: cfgperl
6192            ! perl.h
6193 ____________________________________________________________________________
6194 [  4136] By: jhi                                   on 1999/09/13  13:23:04
6195         Log: Replace change #4100 with
6196              From: Robin Barker <rmb1@cise.npl.co.uk>
6197              To: gsar@activestate.com
6198              Cc: perl5-porters@perl.org
6199              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
6200              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
6201              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
6202      Branch: cfgperl
6203            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6204            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6205            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6206            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6207            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6208 ____________________________________________________________________________
6209 [  4135] By: jhi                                   on 1999/09/13  10:22:31
6210         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6211              To: perl5-porters@perl.org (Mailing list Perl5)
6212              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6213              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
6214              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
6215              
6216              From: andreas.koenig@anima.de (Andreas J. Koenig)
6217              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6218              Cc: perl5-porters@perl.org (Mailing list Perl5)
6219              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6220              Date: 11 Sep 1999 15:36:26 +0200
6221              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
6222      Branch: cfgperl
6223            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6224 ____________________________________________________________________________
6225 [  4134] By: jhi                                   on 1999/09/13  10:20:14
6226         Log: From: Tom Phoenix <rootbeer@redcat.com>
6227              To: Perl Porters Mailing List <perl5-porters@perl.org>
6228              Subject: [DOCPATCH] Server errors and perldiag
6229              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
6230              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
6231      Branch: cfgperl
6232            ! pod/perldiag.pod
6233 ____________________________________________________________________________
6234 [  4133] By: gsar                                  on 1999/09/13  03:25:43
6235         Log: avoid assertion failure on C<@a'>
6236      Branch: perl
6237            ! toke.c
6238 ____________________________________________________________________________
6239 [  4132] By: gsar                                  on 1999/09/13  03:03:57
6240         Log: add -DPERL_Y2KWARN build option that will generate additional
6241              warnings on "19$yy" etc (reworked a patch suggested by
6242              Ulrich Pfeifer <upf@de.uu.net>)
6243      Branch: perl
6244            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
6245            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
6246 ____________________________________________________________________________
6247 [  4131] By: gsar                                  on 1999/09/12  22:06:25
6248         Log: fix DATA leaks; reword documentation about the DATA filehandle
6249      Branch: perl
6250            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
6251 ____________________________________________________________________________
6252 [  4130] By: gsar                                  on 1999/09/12  20:08:56
6253         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
6254              formatted result looks nonstandard
6255      Branch: perl
6256            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
6257            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6258            ! t/pragma/locale.t thrdvar.h
6259 ____________________________________________________________________________
6260 [  4129] By: gsar                                  on 1999/09/12  17:04:11
6261         Log: From: Doug MacEachern <dougm@cp.net>
6262              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
6263              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
6264              Subject: [PATCH 5.005_57] B::clearsym
6265      Branch: perl
6266            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
6267 ____________________________________________________________________________
6268 [  4128] By: gsar                                  on 1999/09/12  16:59:12
6269         Log: better debugger help output (from Ilya Zakharevich)
6270      Branch: perl
6271            ! lib/perl5db.pl
6272 ____________________________________________________________________________
6273 [  4127] By: jhi                                   on 1999/09/11  20:50:37
6274         Log: Integrate with Sarathy.
6275      Branch: cfgperl
6276           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
6277           +> t/lib/gol-linkage.t
6278           !> (integrate 43 files)
6279 ____________________________________________________________________________
6280 [  4126] By: nick                                  on 1999/09/10  20:44:22
6281         Log: Get resolve -at mainline
6282      Branch: utfperl
6283           +> (branch 297 files)
6284            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
6285            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6286            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
6287            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
6288            - t/pragma/warn-1global t/pragma/warning.t thread.sym
6289            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
6290            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6291            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
6292            - win32/makeperldef.pl win32/perlhost.h
6293           !> (integrate 847 files)
6294 ____________________________________________________________________________
6295 [  4125] By: gsar                                  on 1999/09/10  19:22:14
6296         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
6297              etc.)
6298      Branch: perl
6299            ! XSUB.h pp.h
6300 ____________________________________________________________________________
6301 [  4124] By: gsar                                  on 1999/09/10  19:14:35
6302         Log: rewrote substantive parts of patch
6303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6304              Date: Fri, 27 Aug 1999 19:02:18 -0400
6305              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
6306              Subject: [PATCH 5.005_58] REx documentation
6307      Branch: perl
6308            ! pod/perlre.pod
6309 ____________________________________________________________________________
6310 [  4123] By: gsar                                  on 1999/09/10  18:21:53
6311         Log: note about AVf_*
6312      Branch: perl
6313            ! av.h
6314 ____________________________________________________________________________
6315 [  4122] By: gsar                                  on 1999/09/10  17:55:42
6316         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
6317              <lichtin@bivio.com>)
6318      Branch: perl
6319            ! lib/Pod/Html.pm
6320 ____________________________________________________________________________
6321 [  4121] By: gsar                                  on 1999/09/10  17:49:35
6322         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
6323      Branch: perl
6324            ! AUTHORS Changes README.dos djgpp/config.over
6325            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
6326            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
6327            ! pod/podselect.PL sv.h t/io/openpid.t util.c
6328 ____________________________________________________________________________
6329 [  4120] By: gsar                                  on 1999/09/10  12:25:01
6330         Log: add perlcompile.pod (edited content from Nathan Torkington
6331              <gnat@frii.com> and others)
6332      Branch: perl
6333            + pod/perlcompile.pod
6334            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
6335 ____________________________________________________________________________
6336 [  4119] By: gsar                                  on 1999/09/10  11:05:13
6337         Log: avoid leaking static local_patches unless patchlevel.h is
6338              explicitly included
6339      Branch: perl
6340            ! patchlevel.h perl.c
6341 ____________________________________________________________________________
6342 [  4118] By: gsar                                  on 1999/09/10  10:44:54
6343         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
6344              <jvromans@squirrel.nl>)
6345      Branch: perl
6346            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6347            ! Changes MANIFEST lib/Getopt/Long.pm
6348 ____________________________________________________________________________
6349 [  4116] By: jhi                                   on 1999/09/09  15:56:52
6350         Log: perldeltify change #4115.
6351      Branch: cfgperl
6352            ! pod/perldelta.pod
6353 ____________________________________________________________________________
6354 [  4115] By: jhi                                   on 1999/09/09  15:48:56
6355         Log: From: "John L. Allen" <allen@grumman.com> 
6356              To: perl5-porters@perl.org 
6357              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
6358              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
6359              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
6360      Branch: cfgperl
6361            ! lib/Time/Local.pm
6362 ____________________________________________________________________________
6363 [  4114] By: jhi                                   on 1999/09/09  15:42:30
6364         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6365              To: perl5-porters@perl.org
6366              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
6367              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
6368              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
6369      Branch: cfgperl
6370            ! pp_sys.c
6371 ____________________________________________________________________________
6372 [  4113] By: jhi                                   on 1999/09/09  10:17:45
6373         Log: From: paul.marquess@bt.com
6374              To: gsar@ActiveState.com
6375              Cc: perl5-porters@perl.org
6376              Subject: [PATCH 5.005_61] DB_File 1.71
6377              Date: Thu, 9 Sep 1999 11:20:13 +0100
6378              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
6379      Branch: cfgperl
6380            + ext/DB_File/version.c
6381            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6382            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
6383            ! t/lib/db-btree.t
6384 ____________________________________________________________________________
6385 [  4112] By: jhi                                   on 1999/09/09  09:05:32
6386         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6387              To: perl5-porters@perl.org (Mailing list Perl5)
6388              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
6389              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
6390              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
6391      Branch: cfgperl
6392            ! regexec.c t/op/pat.t
6393 ____________________________________________________________________________
6394 [  4110] By: jhi                                   on 1999/09/09  07:29:17
6395         Log: Tidy up 64-bit situation in perldelta.
6396      Branch: cfgperl
6397            ! pod/perldelta.pod
6398 ____________________________________________________________________________
6399 [  4109] By: jhi                                   on 1999/09/09  07:26:53
6400         Log: Clear up PL_regcc issues.
6401              
6402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6403              To: perl5-porters@perl.org (Mailing list Perl5)
6404              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
6405              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
6406              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
6407      Branch: cfgperl
6408            ! regexec.c
6409 ____________________________________________________________________________
6410 [  4108] By: gsar                                  on 1999/09/08  20:52:51
6411         Log: avoid ass_u_ming uppercase types are not user objects (spotted
6412              by Kurt Starsinic)
6413      Branch: perl
6414            ! ext/Data/Dumper/Dumper.pm
6415 ____________________________________________________________________________
6416 [  4107] By: gsar                                  on 1999/09/08  20:35:18
6417         Log: From: akim@epita.fr (DEMAILLE Akim)
6418              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
6419              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
6420              Subject: [ID 19990908.014] s2p does not quote @
6421      Branch: perl
6422            ! x2p/s2p.PL
6423 ____________________________________________________________________________
6424 [  4106] By: gsar                                  on 1999/09/08  20:25:12
6425         Log: integrate cfgperl contents into mainline
6426      Branch: perl
6427           !> (integrate 30 files)
6428 ____________________________________________________________________________
6429 [  4105] By: jhi                                   on 1999/09/08  09:02:37
6430         Log: Minor touches at the [:class:] description.
6431      Branch: cfgperl
6432            ! pod/perlre.pod
6433 ____________________________________________________________________________
6434 [  4104] By: jhi                                   on 1999/09/08  08:57:58
6435         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6436              To: Mailing list Perl5 <perl5-porters@perl.org>
6437              Subject: [PATCH 5.005_58] Fix debugging output for REx
6438              Date: Wed, 8 Sep 1999 05:02:02 -0400
6439              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
6440      Branch: cfgperl
6441            ! regcomp.c
6442 ____________________________________________________________________________
6443 [  4103] By: gsar                                  on 1999/09/08  00:53:50
6444         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6445      Branch: perl
6446            ! pp.c
6447 ____________________________________________________________________________
6448 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6449         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6450      Branch: perl
6451            ! cop.h pp_hot.c
6452 ____________________________________________________________________________
6453 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6454         Log: various fixups for windows
6455      Branch: perl
6456            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6457            ! win32/Makefile win32/makefile.mk xsutils.c
6458 ____________________________________________________________________________
6459 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6460         Log: Fix pointer casts.
6461              
6462              From: Robin Barker <rmb1@cise.npl.co.uk>
6463              To: perl5-porters@perl.org
6464              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6465              -Duse64bits
6466              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6467              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6468      Branch: cfgperl
6469            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6470            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6471            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6472            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6473            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6474 ____________________________________________________________________________
6475 [  4099] By: jhi                                   on 1999/09/07  10:29:04
6476         Log: Add sig/pid/uid size and sign probes.
6477      Branch: metaconfig
6478            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6479            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6480 ____________________________________________________________________________
6481 [  4098] By: jhi                                   on 1999/09/07  10:27:06
6482         Log: Band-aid until we've got %{Uid_t} or something similar
6483              for sv_catpvfn().
6484      Branch: cfgperl
6485            ! taint.c
6486 ____________________________________________________________________________
6487 [  4097] By: jhi                                   on 1999/09/07  09:41:23
6488         Log: Fix a printf thinko: now quads must have the ll L q prefix.
6489              (in other words, a bare %d is an int/unsigned)
6490      Branch: cfgperl
6491            ! pp_sys.c sv.c t/op/64bit.t
6492 ____________________________________________________________________________
6493 [  4096] By: jhi                                   on 1999/09/07  07:36:17
6494         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
6495              
6496              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6497              To: perl5-porters@perl.org
6498              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
6499              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
6500              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
6501      Branch: cfgperl
6502            ! hints/hpux.sh perl.h
6503 ____________________________________________________________________________
6504 [  4095] By: gsar                                  on 1999/09/06  20:47:02
6505         Log: applied suggested patch with suitable test to detect MSVC
6506              From: "Vishal Bhatia" <vishalb@my-deja.com>
6507              Date: Wed, 11 Aug 1999 01:43:28 -0700
6508              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
6509              Subject: compiler on  win32
6510      Branch: perl
6511            ! ext/B/B/C.pm
6512 ____________________________________________________________________________
6513 [  4094] By: jhi                                   on 1999/09/06  20:34:44
6514         Log: Integrate with Sarathy.
6515      Branch: cfgperl
6516           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6517           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
6518 ____________________________________________________________________________
6519 [  4093] By: jhi                                   on 1999/09/06  20:33:43
6520         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
6521              so that they overflow also on 64-bit platforms.
6522      Branch: cfgperl
6523            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
6524 ____________________________________________________________________________
6525 [  4092] By: gsar                                  on 1999/09/06  20:16:58
6526         Log: support bytecode and C backends in perlcc (patch suggested
6527              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
6528              C backend the default; describe new switches in pod; introduce
6529              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
6530              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
6531              entries
6532      Branch: perl
6533            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6534            ! t/harness utils/Makefile utils/perlcc.PL
6535 ____________________________________________________________________________
6536 [  4091] By: jhi                                   on 1999/09/06  19:10:41
6537         Log: Integrate with Sarathy.
6538      Branch: cfgperl
6539           +> t/pragma/sub_lval.t
6540           !> (integrate 52 files)
6541 ____________________________________________________________________________
6542 [  4090] By: gsar                                  on 1999/09/06  19:09:06
6543         Log: propagate changed error text
6544      Branch: perl
6545            ! t/pragma/sub_lval.t
6546 ____________________________________________________________________________
6547 [  4089] By: gsar                                  on 1999/09/06  18:54:43
6548         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
6549      Branch: perl
6550            ! pod/perlfunc.pod
6551 ____________________________________________________________________________
6552 [  4088] By: gsar                                  on 1999/09/06  18:52:10
6553         Log: From: paul.marquess@bt.com
6554              Date: Sun, 5 Sep 1999 15:11:08 +0100 
6555              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
6556              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
6557      Branch: perl
6558            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
6559            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6560            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
6561            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
6562            ! toke.c
6563 ____________________________________________________________________________
6564 [  4087] By: gsar                                  on 1999/09/06  18:06:06
6565         Log: change#3612 is buggy when quotemeta argument matches target
6566              (hope this is the last of the optimized-OP_SASSIGN bugs)
6567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6568              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
6569              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
6570              Subject: Re: [BUG: quotemeta]
6571      Branch: perl
6572            ! Changes op.c t/op/lex_assign.t
6573 ____________________________________________________________________________
6574 [  4086] By: gsar                                  on 1999/09/06  17:57:52
6575         Log: misc tweaks
6576      Branch: perl
6577            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
6578 ____________________________________________________________________________
6579 [  4085] By: gsar                                  on 1999/09/06  03:54:23
6580         Log: applied patch suggested by Hans Mulder to fix problems on
6581              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
6582              when they ask for bincompat (platforms that used to default
6583              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
6584              (appears unsalvageable on some platforms)
6585      Branch: perl
6586            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
6587 ____________________________________________________________________________
6588 [  4084] By: bailey                                on 1999/09/06  02:39:11
6589         Log: Integrate mainline 5.05_61
6590      Branch: vmsperl
6591           +> (branch 32 files)
6592            - lib/unicode/EthiopicSyllables.txt
6593            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
6594            - warning.pl
6595            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6596            ! vms/perly_h.vms vms/vms.c
6597           !> (integrate 346 files)
6598 ____________________________________________________________________________
6599 [  4083] By: gsar                                  on 1999/09/06  00:10:40
6600         Log: optional warning on join(/foo/...) (reworked suggested patch
6601              by Mark-Jason Dominus <mjd@plover.com>)
6602      Branch: perl
6603            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
6604            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
6605            ! pp_proto.h t/pragma/warn/op
6606 ____________________________________________________________________________
6607 [  4082] By: gsar                                  on 1999/09/05  22:28:57
6608         Log: fix data loss when more than one block is read from SDBM
6609              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
6610      Branch: perl
6611            ! ext/SDBM_File/sdbm/sdbm.c
6612 ____________________________________________________________________________
6613 [  4081] By: gsar                                  on 1999/09/05  22:07:18
6614         Log: initial implementation of lvalue subroutines (slightly fixed
6615              version of patch suggested by Ilya Zakharevich, which in turn
6616              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
6617      Branch: perl
6618            + t/pragma/sub_lval.t
6619            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
6620            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
6621            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
6622            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
6623            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
6624 ____________________________________________________________________________
6625 [  4080] By: jhi                                   on 1999/09/05  22:02:18
6626         Log: Undo #4055 (related to #4079).
6627      Branch: cfgperl
6628            ! pod/perlop.pod
6629 ____________________________________________________________________________
6630 [  4079] By: jhi                                   on 1999/09/05  21:30:54
6631         Log: Time is not yet ripe.
6632      Branch: cfgperl
6633            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
6634 ____________________________________________________________________________
6635 [  4078] By: gsar                                  on 1999/09/05  18:17:32
6636         Log: modified suggested patch to handle cross-refs and qr// objects
6637              correctly; unfollowed refs are represented as simple string
6638              value, not just the bare type; $VERSION stays the same until
6639              it is ready for prime time (avoids CPAN confustication)
6640              From:    John Nolan <jpnolan@Op.Net>
6641              Date:    Wed, 04 Aug 1999 20:21:10 EDT
6642              Message-Id: <199908050021.UAA09693@monet.op.net>
6643              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
6644      Branch: perl
6645            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6646            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
6647 ____________________________________________________________________________
6648 [  4077] By: jhi                                   on 1999/09/04  21:54:42
6649         Log: timesum() wasn't @EXPORTed as promised by the documentation.
6650              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
6651      Branch: cfgperl
6652            ! lib/Benchmark.pm
6653 ____________________________________________________________________________
6654 [  4076] By: gsar                                  on 1999/09/04  20:21:59
6655         Log: integrate cfgperl contents into mainline
6656      Branch: perl
6657           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
6658           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
6659           +> warnings.h warnings.pl xsutils.c
6660            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6661           !> (integrate 109 files)
6662 ____________________________________________________________________________
6663 [  4075] By: jhi                                   on 1999/09/04  18:04:47
6664         Log: use integer on the problematic subtest.
6665      Branch: cfgperl
6666            ! t/op/misc.t
6667 ____________________________________________________________________________
6668 [  4074] By: jhi                                   on 1999/09/04  17:57:40
6669         Log: Warn about numconvert.t in case somebody
6670              wants to make sv_2pv more 64-bit aware.
6671      Branch: cfgperl
6672            ! sv.c
6673 ____________________________________________________________________________
6674 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6675         Log: Comment upgrading: the quad situation isn't quite as
6676              bad as it used to be.
6677      Branch: cfgperl
6678            ! perl.h
6679 ____________________________________________________________________________
6680 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6681         Log: Integrate with Sarathy.
6682      Branch: cfgperl
6683           !> win32/win32.c
6684 ____________________________________________________________________________
6685 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6686         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6687              
6688              From: Robin Barker <rmb1@cise.npl.co.uk>
6689              To: perl5-porters@perl.org
6690              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6691              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6692              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6693              
6694              and later (in private email) found to be dependent
6695              on useperlio.
6696              
6697              Mental note: the cpp magic done in perlsdio.h (and assumedly
6698              also in perlsfio.h) may cause trouble later with lfs because
6699              both the perlio scheme by Perl and the lfs support by vendors
6700              like to play cpp games to map the stdio namespace back and forth.
6701              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6702              just the beginning.
6703      Branch: cfgperl
6704            ! perlio.c
6705 ____________________________________________________________________________
6706 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6707         Log: Enable 64-bit clean bit ops.
6708              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6709      Branch: cfgperl
6710            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6711            ! t/op/misc.t
6712 ____________________________________________________________________________
6713 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6714         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6715      Branch: cfgperl
6716            ! perl.h
6717 ____________________________________________________________________________
6718 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6719         Log: Fix from Spider for the sub attributes (there was an undocumented
6720              dependency between force_word() and skipspace()).
6721      Branch: cfgperl
6722            ! toke.c
6723 ____________________________________________________________________________
6724 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6725         Log: From: John Tobey <spam@john-edwin-tobey.org>
6726              To: ilya@math.ohio-state.edu
6727              CC: perl5-porters@perl.org
6728              Subject: Re: [PATCH 5.005_60] distclean forgot two
6729              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6730              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6731      Branch: cfgperl
6732            ! t/lib/dprof.t
6733 ____________________________________________________________________________
6734 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6735         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6736              To: perl5-porters@perl.org
6737              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6738              Date: Fri, 20 Aug 1999 15:37:27 +0100
6739              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6740      Branch: cfgperl
6741            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6742            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6743            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6744 ____________________________________________________________________________
6745 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6746         Log: From: Dominic Dunlop <domo@vo.lu>
6747              To: perl5-porters@perl.org
6748              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6749              (UNINSTALLED) [PATCH]
6750              Date: Thu, 19 Aug 1999 09:48:03 +0200
6751              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6752              
6753              The PERL_POLLUTE_MALLOC part had to be manually applied.
6754      Branch: cfgperl
6755            ! hints/machten.sh perl.h
6756 ____________________________________________________________________________
6757 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6758         Log: From: Martin Lichtin <lichtin@bivio.com>
6759              To: jhi@iki.fi
6760              CC: perl5-porters@perl.org
6761              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6762              Date: Wed, 01 Sep 1999 15:50:04 +0200
6763              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6764      Branch: cfgperl
6765            ! lib/ExtUtils/Install.pm
6766 ____________________________________________________________________________
6767 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6768         Log: Enhance lfs tests: check every seek and sysseek
6769              and test also that -e and -f detect largefiles.
6770      Branch: cfgperl
6771            ! t/lib/syslfs.t t/op/lfs.t
6772 ____________________________________________________________________________
6773 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6774         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6775              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6776              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6777              The Perl Porters Mailing List <perl5-porters@perl.org>
6778              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6779              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6780              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6781      Branch: cfgperl
6782            ! pod/perldiag.pod
6783 ____________________________________________________________________________
6784 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6785         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6786              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6787              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6788              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6789              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6790              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6791      Branch: cfgperl
6792            ! op.c t/op/join.t
6793 ____________________________________________________________________________
6794 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6795         Log: IV_DIG and NV_DIG fixes.
6796      Branch: cfgperl
6797            ! perl.h
6798 ____________________________________________________________________________
6799 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6800         Log: \C{} -> \N{} residue.
6801      Branch: cfgperl
6802            ! toke.c
6803 ____________________________________________________________________________
6804 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6805         Log: avoid hiding child process window
6806      Branch: perl
6807            ! win32/win32.c
6808 ____________________________________________________________________________
6809 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6810         Log: Document the undefinedness of overshifting.
6811      Branch: cfgperl
6812            ! pod/perlop.pod
6813 ____________________________________________________________________________
6814 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6815         Log: History fixes and updates.
6816      Branch: cfgperl
6817            ! pod/perlhist.pod
6818 ____________________________________________________________________________
6819 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6820         Log: Shell quoting thinko broke installdirs.
6821              From: JVromans@Squirrel.nl (Johan Vromans)
6822              To: perl5-porters@perl.org
6823              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6824              installprefix
6825              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6826              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6827      Branch: cfgperl
6828            ! Configure config_h.SH
6829      Branch: metaconfig
6830            ! U/installdirs/archlib.U U/installdirs/bin.U
6831            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6832            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6833            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6834            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6835            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6836            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6837            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6838            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6839            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6840            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6841            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6842            ! U/installdirs/vendorscriptdir.U
6843 ____________________________________________________________________________
6844 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6845         Log: Use \N{named characters} instead of \C.
6846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6847              To: jhi@iki.fi
6848              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6849              perl5-porters@perl.org (Mailing list Perl5)
6850              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6851              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6852              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6853      Branch: cfgperl
6854            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6855            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6856 ____________________________________________________________________________
6857 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6858         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6859              To: perl5-porters@perl.org
6860              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6861              don't mix
6862              Date: Sun, 29 Aug 1999 19:04:53 -0400
6863              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6864      Branch: cfgperl
6865            ! universal.c
6866 ____________________________________________________________________________
6867 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6868         Log: Conditionally socksify the LIBS of Socket.
6869      Branch: cfgperl
6870            ! ext/Socket/Makefile.PL
6871 ____________________________________________________________________________
6872 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6873         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6874              To: Mailing list Perl5 <perl5-porters@perl.org>
6875              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6876              Date: Wed, 25 Aug 1999 16:19:58 -0400
6877              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6878      Branch: cfgperl
6879            ! lib/perl5db.pl
6880 ____________________________________________________________________________
6881 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6882         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6883              To: perl5-porters@perl.org
6884              Subject: [PATCH _61] Lost arguments to simplified sort
6885              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6886              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6887      Branch: cfgperl
6888            ! op.c t/op/sort.t
6889 ____________________________________________________________________________
6890 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6891         Log: From: Olaf Flebbe <olaf@science-computing.de>
6892              Sender: owner-perl5-porters@perl.org
6893              To: perl5-porters@perl.org
6894              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6895              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6896      Branch: cfgperl
6897            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6898            ! epoc/perl.mmp epoc/perl.pkg
6899 ____________________________________________________________________________
6900 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6901         Log: From: pvhp@forte.com (Peter Prymmer)
6902              To: perl5-porters@perl.org
6903              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6904              Date: Fri, 27 Aug 99 18:51:04 PDT
6905              Message-Id: <9908280151.AA05010@forte.com>
6906      Branch: cfgperl
6907            ! t/lib/cgi-html.t
6908 ____________________________________________________________________________
6909 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6910         Log: Fix scalar gmtime (and localtime) in quad environments,
6911              bug reported by Robin Parker.
6912              
6913              From: Robin Barker <rmb1@cise.npl.co.uk>
6914              To: jhi@iki.fi
6915              Cc: perl5-porters@perl.org
6916              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6917              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6918              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6919      Branch: cfgperl
6920            ! pp_sys.c t/op/time.t
6921 ____________________________________________________________________________
6922 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6924              To: perl5-porters@perl.org (Mailing list Perl5)
6925              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6926              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6927              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6928              
6929              Addendum: it's "only" 33% speedup.
6930      Branch: cfgperl
6931            ! dump.c op.c op.h pp.h
6932 ____________________________________________________________________________
6933 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6934         Log: From: spider-perl@Orb.Nashua.NH.US
6935              To: Mailing list Perl5 <perl5-porters@perl.org>
6936              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6937              Date: Sun, 29 Aug 1999 03:02:11 -0400
6938              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6939      Branch: cfgperl
6940            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6941            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6942            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6943            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6944            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6945            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6946            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6947 ____________________________________________________________________________
6948 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6949         Log: Turn off gcc-2.95's strict-alias optimization.
6950              This, of course, should be only temporary.
6951              From Andy Dougherty.
6952      Branch: cfgperl
6953            ! Configure config_h.SH
6954      Branch: metaconfig
6955            ! U/compline/ccflags.U U/modified/cc.U
6956 ____________________________________________________________________________
6957 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6958         Log: Fix a typo in #4036.
6959      Branch: cfgperl
6960            ! mg.c
6961 ____________________________________________________________________________
6962 [  4040] By: jhi                                   on 1999/08/29  10:34:58
6963         Log: Add a missing #endif forgotten by #4035.
6964      Branch: cfgperl
6965            ! doop.c
6966 ____________________________________________________________________________
6967 [  4039] By: jhi                                   on 1999/08/29  10:31:19
6968         Log: Remove an extra #endif introduced by #4036.
6969      Branch: cfgperl
6970            ! perl.h
6971 ____________________________________________________________________________
6972 [  4038] By: jhi                                   on 1999/08/29  10:18:59
6973         Log: Rename warning to warnings, from Paul Marquess.
6974      Branch: cfgperl
6975            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
6976            + t/pragma/warnings.t warnings.h warnings.pl
6977            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6978            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
6979            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
6980            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
6981            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
6982            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
6983            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
6984            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6985            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6986            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6987            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6988            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6989            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
6990 ____________________________________________________________________________
6991 [  4037] By: jhi                                   on 1999/08/29  10:08:47
6992         Log: Create the equivalence tables based on
6993              the real Unicode decomposition, not on
6994              the character name.
6995      Branch: cfgperl
6996            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6997            ! lib/unicode/mktables.PL
6998 ____________________________________________________________________________
6999 [  4036] By: jhi                                   on 1999/08/29  09:29:08
7000         Log: Integrate with Sarathy.
7001      Branch: cfgperl
7002           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7003           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7004           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7005           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7006           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7007           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7008           !> (integrate 190 files)
7009 ____________________________________________________________________________
7010 [  4035] By: jhi                                   on 1999/08/29  08:56:15
7011         Log: Implement 64-bit vec().
7012      Branch: cfgperl
7013            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7014            ! pp.h t/op/64bit.t
7015 ____________________________________________________________________________
7016 [  4034] By: gsar                                  on 1999/08/29  03:35:18
7017         Log: deadcode removal
7018      Branch: perl
7019            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
7020            ! pp_ctl.c proto.h run.c sv.c
7021 ____________________________________________________________________________
7022 [  4033] By: jhi                                   on 1999/08/28  17:31:07
7023         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7024              To: perl5-porters@perl.org
7025              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7026              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7027              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7028      Branch: cfgperl
7029            ! perl.h
7030 ____________________________________________________________________________
7031 [  4032] By: gsar                                  on 1999/08/26  23:53:33
7032         Log: new thread should set current interp in TLS
7033      Branch: perl
7034            ! ext/Thread/Thread.xs
7035 ____________________________________________________________________________
7036 [  4031] By: bailey                                on 1999/08/23  03:40:07
7037         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
7038      Branch: vmsperl
7039            ! lib/ExtUtils/MM_VMS.pm
7040 ____________________________________________________________________________
7041 [  4030] By: bailey                                on 1999/08/23  03:37:43
7042         Log: Patch up holes in realclean target
7043      Branch: vmsperl
7044            ! vms/descrip_mms.template
7045 ____________________________________________________________________________
7046 [  4029] By: bailey                                on 1999/08/23  03:36:24
7047         Log: Fix handling of PERL_POLLUTE
7048      Branch: vmsperl
7049            ! lib/ExtUtils/MM_VMS.pm
7050 ____________________________________________________________________________
7051 [  4028] By: bailey                                on 1999/08/23  03:34:08
7052         Log: Update VMS version of perly.h
7053      Branch: vmsperl
7054            ! vms/perly_h.vms
7055 ____________________________________________________________________________
7056 [  4027] By: bailey                                on 1999/08/23  03:32:45
7057         Log: Update dependencies in Descrip.MMS
7058      Branch: vmsperl
7059            ! vms/descrip_mms.template
7060 ____________________________________________________________________________
7061 [  4026] By: bailey                                on 1999/08/23  03:30:01
7062         Log: Fix prototypes in perlapi.c (64-bit?)
7063              Clear prior definition of getenv_len before defining VMS-specific macro
7064      Branch: vmsperl
7065            ! perlapi.c vms/vmsish.h
7066 ____________________________________________________________________________
7067 [  4025] By: bailey                                on 1999/08/23  03:25:51
7068         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7069      Branch: vmsperl
7070            ! configure.com
7071 ____________________________________________________________________________
7072 [  4024] By: bailey                                on 1999/08/23  03:23:34
7073         Log: Skip open() tests that rely on Unix fork semantics
7074      Branch: vmsperl
7075            ! t/io/open.t
7076 ____________________________________________________________________________
7077 [  4023] By: bailey                                on 1999/08/23  03:21:46
7078         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7079      Branch: vmsperl
7080            ! vms/gen_shrfls.pl
7081 ____________________________________________________________________________
7082 [  4022] By: bailey                                on 1999/08/23  03:17:33
7083         Log: update MM_VMS to use new File::Spec routines
7084      Branch: vmsperl
7085            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7086 ____________________________________________________________________________
7087 [  4021] By: bailey                                on 1999/08/23  03:13:40
7088         Log: byteperl is now part of the ByteLoader ext
7089      Branch: vmsperl
7090            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7091 ____________________________________________________________________________
7092 [  4020] By: bailey                                on 1999/08/23  03:10:41
7093         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7094      Branch: vmsperl
7095            ! vms/vms.c
7096 ____________________________________________________________________________
7097 [  4019] By: bailey                                on 1999/08/23  03:07:28
7098         Log: Update calls for new thread context handling
7099      Branch: vmsperl
7100            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7101            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7102 ____________________________________________________________________________
7103 [  4018] By: bailey                                on 1999/08/23  03:01:31
7104         Log: Allow for file versions in library when looking for .bs files
7105      Branch: vmsperl
7106            ! ext/DynaLoader/DynaLoader_pm.PL
7107 ____________________________________________________________________________
7108 [  4017] By: bailey                                on 1999/08/23  02:58:55
7109         Log: Update VMS configuration procedures for 5.005_60
7110      Branch: vmsperl
7111            ! configure.com vms/subconfigure.com
7112 ____________________________________________________________________________
7113 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7114         Log: update Changes
7115      Branch: perl
7116            ! Changes
7117
7118 ----------------
7119 Version 5.005_61
7120 ----------------
7121
7122 ____________________________________________________________________________
7123 [  4015] By: gsar                                  on 1999/08/20  22:17:41
7124         Log: perl_free() should use PerlMem_free()
7125      Branch: perl
7126            ! perl.c
7127 ____________________________________________________________________________
7128 [  4014] By: gsar                                  on 1999/08/20  22:10:46
7129         Log: win32 tweaks
7130      Branch: perl
7131            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
7132            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7133            ! win32/config_H.vc
7134 ____________________________________________________________________________
7135 [  4013] By: gsar                                  on 1999/08/20  22:09:56
7136         Log: DEBUG_m() adjusted to internalize dTHX
7137      Branch: perl
7138            ! malloc.c perl.h util.c
7139 ____________________________________________________________________________
7140 [  4012] By: gsar                                  on 1999/08/20  17:51:06
7141         Log: make autogenerated files writable
7142      Branch: perl
7143            ! (edit 171 files)
7144 ____________________________________________________________________________
7145 [  4011] By: gsar                                  on 1999/08/20  17:43:47
7146         Log: update Changes
7147      Branch: perl
7148            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
7149 ____________________________________________________________________________
7150 [  4010] By: gsar                                  on 1999/08/20  17:21:53
7151         Log: up patchlevel &c
7152      Branch: perl
7153            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7154            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7155 ____________________________________________________________________________
7156 [  4009] By: gsar                                  on 1999/08/20  16:46:26
7157         Log: add missing Is/Syl*.pl files
7158      Branch: perl
7159            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7160            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7161            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7162            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7163            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7164            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7165 ____________________________________________________________________________
7166 [  4008] By: gsar                                  on 1999/08/20  16:31:02
7167         Log: integrate cfgperl contents into mainline
7168      Branch: perl
7169           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
7170           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7171           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
7172           +> t/op/lfs.t
7173            - lib/unicode/EthiopicSyllables.txt
7174            - lib/unicode/MakeEthiopicSyllables.PL
7175           !> (integrate 261 files)
7176 ____________________________________________________________________________
7177 [  4007] By: gsar                                  on 1999/08/20  15:24:08
7178         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
7179              USE_THREADS and MULTIPLICITY; minor pod adjustments
7180      Branch: perl
7181            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
7182            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
7183 ____________________________________________________________________________
7184 [  4006] By: jhi                                   on 1999/08/19  19:01:41
7185         Log: Tighten the vec() code so that naughty BITS cause an error.
7186      Branch: cfgperl
7187            ! doop.c
7188 ____________________________________________________________________________
7189 [  4005] By: jhi                                   on 1999/08/19  15:55:09
7190         Log: Don't document ill-defined vec() bits cases
7191              (for which the code doesn't work right in any case)
7192      Branch: cfgperl
7193            ! pod/perldiag.pod pod/perlfunc.pod
7194 ____________________________________________________________________________
7195 [  4004] By: jhi                                   on 1999/08/19  12:49:41
7196         Log: Removed duplicated code (in pp.c and mg.c) by introducing
7197              do_vecget().  NOTE: the calling convention of do_vecset()
7198              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
7199              in pp_vec() is no more multiplied by `size' in pp_vec(),
7200              the multiplication is now done in do_vecset().
7201              
7202              Also fix a cpp thinko in change #4002.
7203      Branch: cfgperl
7204            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
7205            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
7206            ! proto.h
7207 ____________________________________________________________________________
7208 [  4003] By: jhi                                   on 1999/08/18  08:27:22
7209         Log: Warn about small spherical distances.
7210      Branch: cfgperl
7211            ! lib/Math/Trig.pm
7212 ____________________________________________________________________________
7213 [  4002] By: jhi                                   on 1999/08/17  09:11:51
7214         Log: Enhance IV_FITS_IN_IV (though it's still unused).
7215      Branch: cfgperl
7216            ! perl.h
7217 ____________________________________________________________________________
7218 [  4001] By: jhi                                   on 1999/08/17  08:13:34
7219         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7220              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
7221              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
7222              Subject: [PATCH] overload.pm str/num confu
7223              Date: 17 Aug 1999 08:21:12 +0200
7224      Branch: cfgperl
7225            ! lib/overload.pm
7226 ____________________________________________________________________________
7227 [  4000] By: jhi                                   on 1999/08/17  07:20:23
7228         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
7229              To: perl5-porters@perl.org
7230              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
7231              Date: 16 Aug 1999 14:24:28 -0700
7232              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
7233      Branch: cfgperl
7234            ! pod/perlobj.pod
7235 ____________________________________________________________________________
7236 [  3999] By: jhi                                   on 1999/08/16  19:49:09
7237         Log: Integrate with Nick.
7238      Branch: cfgperl
7239           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
7240 ____________________________________________________________________________
7241 [  3998] By: jhi                                   on 1999/08/16  19:44:29
7242         Log: Fix most of the pod2man moanings reported in
7243              
7244              From: "Larry W. Virden" <lvirden@cas.org>
7245              To: perl5-porters@perl.org
7246              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
7247              (UNINSTALLED)
7248              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
7249              Message-Id: <199908031935.PAA27692@cas.org>
7250              
7251              Configure regen'ed.
7252      Branch: cfgperl
7253            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7254            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
7255            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
7256            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
7257            ! utils/h2xs.PL utils/perlcc.PL
7258 ____________________________________________________________________________
7259 [  3997] By: jhi                                   on 1999/08/16  19:20:37
7260         Log: A fix of sorts for the flush-before-dup scenario.
7261      Branch: cfgperl
7262            ! doio.c
7263 ____________________________________________________________________________
7264 [  3996] By: jhi                                   on 1999/08/16  19:14:37
7265         Log: More paranoia.
7266      Branch: cfgperl
7267            ! sv.c
7268 ____________________________________________________________________________
7269 [  3995] By: jhi                                   on 1999/08/16  18:55:35
7270         Log: Batch of small 64-bit/long double/large file support tweaks:
7271              - scan for LDBL_DIG
7272              - from DBL_DIG and LDBL_DIG select NV_DIG
7273              - introduce IVSIZE, UVSIZE, NVSIZE
7274              - introduce IV_DIG
7275              - remove stdio64
7276              - AIX uses `oslevel` when others use `uname -r`
7277              - already AIX 4.2 goes 64-bit
7278              - in HP-UX require the 64-bit libc, just the directory isn't enough
7279              - group ids are not NVs
7280              - #undef USE_LONG_DOUBLE if long double is no better than double
7281              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
7282              - mention large file support in perldelta
7283              - introduce quad TOPpin' and POPpin'
7284              - the svcat... buffer was tiny for printing quads in %b
7285              - fix the multiplication test in 64bit.t
7286              - try to make VMS to comply with all this removal and "introducal"
7287              of symbols
7288      Branch: cfgperl
7289            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
7290            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
7291            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
7292      Branch: metaconfig
7293            ! U/modified/d_longdbl.U
7294      Branch: metaconfig/U/perl
7295            + d_ldbl_dig.U
7296 ____________________________________________________________________________
7297 [  3994] By: jhi                                   on 1999/08/16  07:53:44
7298         Log: More Configure/subconfigure.com syncing.
7299      Branch: cfgperl
7300            ! vms/subconfigure.com
7301 ____________________________________________________________________________
7302 [  3993] By: jhi                                   on 1999/08/14  22:09:26
7303         Log: Remove from VMS what the change #3982 took away from Configure lands.
7304      Branch: cfgperl
7305            ! vms/subconfigure.com
7306 ____________________________________________________________________________
7307 [  3992] By: jhi                                   on 1999/08/14  13:29:13
7308         Log: Small test tweaks.
7309      Branch: cfgperl
7310            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
7311 ____________________________________________________________________________
7312 [  3991] By: jhi                                   on 1999/08/14  13:08:41
7313         Log: Augment filesize limit note.
7314      Branch: cfgperl
7315            ! doio.c
7316 ____________________________________________________________________________
7317 [  3990] By: jhi                                   on 1999/08/14  13:06:12
7318         Log: Note about filesize limits.
7319      Branch: cfgperl
7320            ! doio.c pp_sys.c
7321 ____________________________________________________________________________
7322 [  3989] By: jhi                                   on 1999/08/14  11:31:58
7323         Log: Catch the case of filesize limits.
7324      Branch: cfgperl
7325            ! t/lib/syslfs.t t/op/lfs.t
7326 ____________________________________________________________________________
7327 [  3988] By: nick                                  on 1999/08/14  09:20:58
7328         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
7329              this causes a POPSTACK panic. The problem seems to be that although
7330              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
7331              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
7332              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
7333              messing with CATCH_SET() in call_sv, use it in perl_vdie().
7334              Add test to op/eval.t which will fail (panic) if bug comes back.
7335              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
7336      Branch: perl
7337            ! cop.h perl.c t/op/eval.t util.c
7338 ____________________________________________________________________________
7339 [  3987] By: jhi                                   on 1999/08/13  23:57:52
7340         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7341              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
7342              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
7343              Date: Fri, 13 Aug 1999 17:42:47 -0500
7344              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
7345      Branch: cfgperl
7346            ! lib/ExtUtils/MM_VMS.pm
7347 ____________________________________________________________________________
7348 [  3986] By: jhi                                   on 1999/08/13  23:56:44
7349         Log: Don't quit before printing out the message.
7350      Branch: cfgperl
7351            ! t/lib/syslfs.t t/op/lfs.t
7352 ____________________________________________________________________________
7353 [  3985] By: jhi                                   on 1999/08/13  23:35:49
7354         Log: Remove more t/ trash on target "clean".
7355      Branch: cfgperl
7356            ! Makefile.SH
7357 ____________________________________________________________________________
7358 [  3984] By: jhi                                   on 1999/08/13  23:02:53
7359         Log: Avoid double long double. 
7360      Branch: cfgperl
7361            ! Configure config_h.SH
7362      Branch: metaconfig/U/perl
7363            ! uselongdbl.U
7364 ____________________________________________________________________________
7365 [  3983] By: jhi                                   on 1999/08/13  22:59:56
7366         Log: BYTEORDER fix.
7367      Branch: cfgperl
7368            ! Configure config_h.SH
7369      Branch: metaconfig
7370            ! U/compline/byteorder.U
7371 ____________________________________________________________________________
7372 [  3982] By: jhi                                   on 1999/08/13  22:48:40
7373         Log: Jumbo Configure and large file support update.
7374              Remove a lot of unneeded 64-bitness cruft;
7375              re-introduce BYTEORDER; update 64-bitness hints;
7376              lfs should now work in Solaris; long doubles in AIX.
7377      Branch: cfgperl
7378            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
7379            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
7380            ! perlsdio.h pp.h pp_sys.c
7381      Branch: metaconfig
7382            ! U/compline/byteorder.U U/compline/ccflags.U
7383      Branch: metaconfig/U/perl
7384            ! d_dlsymun.U io64.U uselongdbl.U
7385 ____________________________________________________________________________
7386 [  3980] By: jhi                                   on 1999/08/13  15:09:11
7387         Log: Introduce HAS_LLSEEK.
7388      Branch: cfgperl
7389            ! Configure config_h.SH perl.h
7390 ____________________________________________________________________________
7391 [  3979] By: jhi                                   on 1999/08/13  14:29:47
7392         Log: From: <dan@sidhe.org>
7393              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
7394              sarathy@activestate.com
7395              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
7396              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
7397              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
7398      Branch: cfgperl
7399            ! vms/vms.c
7400 ____________________________________________________________________________
7401 [  3978] By: jhi                                   on 1999/08/13  09:56:46
7402         Log: Make the 64-bit tests more paranoid.
7403      Branch: cfgperl
7404            ! t/op/64bit.t
7405 ____________________________________________________________________________
7406 [  3976] By: jhi                                   on 1999/08/12  21:49:16
7407         Log: IRIX64 needs more -mabi=64 with gcc.
7408      Branch: cfgperl
7409            ! hints/irix_6.sh
7410 ____________________________________________________________________________
7411 [  3975] By: jhi                                   on 1999/08/12  21:02:03
7412         Log: Reincarnate change #3967, now in more modest form.
7413      Branch: cfgperl
7414            ! hints/irix_6.sh
7415 ____________________________________________________________________________
7416 [  3974] By: jhi                                   on 1999/08/12  20:49:36
7417         Log: Remove rt from libswanted (I added it many moons ago
7418              when I thought it would be useful in Digital UNIX,
7419              I was wrong); undo the recent IRIX hints changes,
7420              getting rid of one warning brought new ones.
7421      Branch: cfgperl
7422            ! Configure config_h.SH hints/irix_6.sh
7423      Branch: metaconfig
7424            ! U/modified/Myinit.U
7425 ____________________________________________________________________________
7426 [  3973] By: jhi                                   on 1999/08/12  19:42:53
7427         Log: st_blocks is in 512 byte blocks.
7428      Branch: cfgperl
7429            ! t/lib/syslfs.t t/op/lfs.t
7430 ____________________________________________________________________________
7431 [  3972] By: jhi                                   on 1999/08/12  19:27:31
7432         Log: Don't claim defeat too early.
7433      Branch: cfgperl
7434            ! Configure config_h.SH
7435      Branch: metaconfig/U/perl
7436            ! longdblfio.U
7437 ____________________________________________________________________________
7438 [  3971] By: jhi                                   on 1999/08/12  19:24:14
7439         Log: IRIX 64-bit hint tweak. 
7440      Branch: cfgperl
7441            ! hints/irix_6.sh
7442 ____________________________________________________________________________
7443 [  3970] By: nick                                  on 1999/08/12  19:17:20
7444         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7445              tests i.e. RV2AV and RV2HV
7446      Branch: perl
7447            ! op.c t/pragma/warn/op
7448 ____________________________________________________________________________
7449 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7450         Log: Add Configure -Duselongdouble and add a missing semicolon.
7451      Branch: cfgperl
7452            ! Configure config_h.SH sv.c
7453      Branch: metaconfig/U/perl
7454            + uselongdbl.U
7455 ____________________________________________________________________________
7456 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7457         Log: Simply exit() early if lfs support seems unlikely.
7458      Branch: cfgperl
7459            ! t/lib/syslfs.t t/op/lfs.t
7460 ____________________________________________________________________________
7461 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7462         Log: Suffer silently for unused libraries.
7463      Branch: cfgperl
7464            ! hints/irix_6.sh
7465 ____________________________________________________________________________
7466 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7467         Log: Update MANIFEST to follow change #3965.
7468      Branch: cfgperl
7469            ! MANIFEST
7470 ____________________________________________________________________________
7471 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7472         Log: Regenerate Unicode tables based on new syllable lists
7473              from Daniel Yacob.
7474      Branch: cfgperl
7475            ! (edit 159 files)
7476 ____________________________________________________________________________
7477 [  3964] By: jhi                                   on 1999/08/12  10:06:24
7478         Log: Remove more spurious casting.
7479      Branch: cfgperl
7480            ! pp_sys.c
7481 ____________________________________________________________________________
7482 [  3963] By: jhi                                   on 1999/08/12  08:18:53
7483         Log: Minor niggles on the lfs tests.
7484      Branch: cfgperl
7485            ! t/lib/syslfs.t t/op/lfs.t
7486 ____________________________________________________________________________
7487 [  3962] By: jhi                                   on 1999/08/11  22:48:25
7488         Log: Don't bother with lfs testing if off_t is too small.
7489      Branch: cfgperl
7490            ! t/lib/syslfs.t t/op/lfs.t
7491 ____________________________________________________________________________
7492 [  3961] By: jhi                                   on 1999/08/11  22:22:54
7493         Log: Long double patches from Dan Sugalski.
7494      Branch: cfgperl
7495            ! sv.c
7496 ____________________________________________________________________________
7497 [  3960] By: jhi                                   on 1999/08/11  22:17:55
7498         Log: Flush buffer before duplicating file descriptor.
7499              
7500              From: Mark-Jason Dominus <mjd@plover.com>
7501              To: Graham Barr <gbarr@pobox.com>
7502              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
7503              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
7504              Date: Wed, 11 Aug 1999 15:56:09 -0400
7505              Message-ID: <19990811195610.5933.qmail@plover.com>
7506              
7507              From: Mark-Jason Dominus <mjd@plover.com>
7508              To: perl5-porters@perl.org
7509              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
7510              Date: Wed, 11 Aug 1999 16:05:46 -0400
7511              Message-ID: <19990811200546.6165.qmail@plover.com>
7512      Branch: cfgperl
7513            ! doio.c pod/perldelta.pod
7514 ____________________________________________________________________________
7515 [  3959] By: jhi                                   on 1999/08/11  22:11:35
7516         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
7517              
7518              From: "Craig A. Berry" <craig.berry@metamor.com>
7519              Sender: owner-perl5-porters@perl.org
7520              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
7521              bailey@newman.upenn.edu
7522              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
7523              problem
7524              Date: Wed, 11 Aug 1999 14:31:11 -0500
7525              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
7526      Branch: cfgperl
7527            ! vms/vms.c
7528 ____________________________________________________________________________
7529 [  3958] By: jhi                                   on 1999/08/11  15:35:45
7530         Log: Add a hopefully comforting message if there seems to be no LFS. 
7531              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
7532              The tests will fail on lfs tests only if quad is available,
7533              if ENOQUAD, the lfs tests will be skipped.
7534      Branch: cfgperl
7535            ! t/lib/syslfs.t t/op/lfs.t
7536 ____________________________________________________________________________
7537 [  3957] By: jhi                                   on 1999/08/11  12:25:59
7538         Log: Unapply an experimental patch that accidentally escaped
7539              from the lab by piggybacking with the change #3955.
7540      Branch: cfgperl
7541            ! pp.c pp.h pp_hot.c
7542 ____________________________________________________________________________
7543 [  3956] By: jhi                                   on 1999/08/11  08:19:23
7544         Log: Add sysio large file support testing.
7545      Branch: cfgperl
7546            + t/lib/syslfs.t
7547            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
7548 ____________________________________________________________________________
7549 [  3955] By: jhi                                   on 1999/08/10  22:39:11
7550         Log: From: <dan@sidhe.org>
7551              To: vmsperl@perl.org, perl5-porters@perl.org,
7552              sarathy@activestate.com, bailey@newman.upenn.edu
7553              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
7554              threads on VMS
7555              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
7556              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
7557      Branch: cfgperl
7558            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7559            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
7560            ! vms/writemain.pl
7561 ____________________________________________________________________________
7562 [  3954] By: jhi                                   on 1999/08/10  20:37:55
7563         Log: LFS testing robustness.
7564      Branch: cfgperl
7565            ! t/op/lfs.t
7566 ____________________________________________________________________________
7567 [  3953] By: jhi                                   on 1999/08/10  19:54:50
7568         Log: From: <dan@sidhe.org>
7569              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
7570              sarathy@activestate.com
7571              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
7572              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
7573              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
7574      Branch: cfgperl
7575            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7576            ! vms/subconfigure.com vms/vmsish.h
7577 ____________________________________________________________________________
7578 [  3952] By: jhi                                   on 1999/08/10  17:18:57
7579         Log: AIX is different, again.  Now in cc -E output.
7580      Branch: cfgperl
7581            ! Configure config_h.SH
7582      Branch: metaconfig
7583            ! U/modified/cppstdin.U
7584 ____________________________________________________________________________
7585 [  3951] By: jhi                                   on 1999/08/10  14:37:08
7586         Log: Use Pid_t on pgrp matters.
7587      Branch: cfgperl
7588            ! pp_sys.c
7589 ____________________________________________________________________________
7590 [  3950] By: jhi                                   on 1999/08/10  14:35:30
7591         Log: Use Pid_t.
7592      Branch: cfgperl
7593            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7594            ! pp_sys.c proto.h util.c
7595 ____________________________________________________________________________
7596 [  3949] By: jhi                                   on 1999/08/10  14:11:15
7597         Log: Use Mode_t.
7598      Branch: cfgperl
7599            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7600            ! perlapi.h pp_sys.c proto.h
7601 ____________________________________________________________________________
7602 [  3948] By: jhi                                   on 1999/08/10  13:53:19
7603         Log: Small perlbug doc tweaks from Jon Orwant.
7604      Branch: cfgperl
7605            ! utils/perlbug.PL
7606 ____________________________________________________________________________
7607 [  3947] By: jhi                                   on 1999/08/10  09:55:11
7608         Log: Large file support testing.
7609      Branch: cfgperl
7610            + t/op/lfs.t
7611            ! MANIFEST t/op/64bit.t
7612 ____________________________________________________________________________
7613 [  3946] By: jhi                                   on 1999/08/10  09:13:54
7614         Log: Remove I32 casting from time-related functions.
7615      Branch: cfgperl
7616            ! pp_sys.c
7617 ____________________________________________________________________________
7618 [  3945] By: jhi                                   on 1999/08/10  09:06:42
7619         Log: Gratuitous uid and gid casts to I32s and ints removed.
7620              There are still problem spots in printfing such ids:
7621              width (%d vs %ld) and signedness %d vs %u.
7622      Branch: cfgperl
7623            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
7624            ! perl.c perlapi.c pp_hot.c proto.h
7625 ____________________________________________________________________________
7626 [  3944] By: jhi                                   on 1999/08/10  07:43:03
7627         Log: Remove I32 casts from pp_stat, these make stat()
7628              very broken e.g. on files larger than 2 gigabytes.
7629              Reported by
7630              From: Phil Lobbes <phil@finchcomputer.com>
7631              To: perl5-porters@perl.org
7632              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
7633              UNIX Perl 5.005_03
7634              Date: Mon, 09 Aug 1999 21:38:54 -0700
7635              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
7636              
7637              There are more of these I32 casts all over pp_sys.c,
7638              all of them should be checked.
7639      Branch: cfgperl
7640            ! pp_sys.c
7641 ____________________________________________________________________________
7642 [  3943] By: jhi                                   on 1999/08/10  07:38:30
7643         Log: Remove blathering.
7644      Branch: cfgperl
7645            ! lib/unicode/mktables.PL
7646 ____________________________________________________________________________
7647 [  3942] By: jhi                                   on 1999/08/09  20:35:13
7648         Log: lexwarn maintenance: new warning class unsafe
7649              subclasses 'overflow' and 'portable' created,
7650              used by the recent integer overflow warnings.
7651              Class syntax subclass 'octal' renamed to 'digit',
7652              binary and hexadecimal parsing errors also 'digit' warnings.
7653      Branch: cfgperl
7654            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
7655            ! util.c warning.h warning.pl
7656 ____________________________________________________________________________
7657 [  3941] By: jhi                                   on 1999/08/09  10:40:47
7658         Log: Integrate with Nick.
7659      Branch: cfgperl
7660           +> opnames.h
7661           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
7662           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
7663 ____________________________________________________________________________
7664 [  3940] By: jhi                                   on 1999/08/09  10:32:43
7665         Log: Regenerate the Unicode tables after having updated the Unicode
7666              database (change #3939).
7667      Branch: cfgperl
7668            ! (edit 157 files)
7669 ____________________________________________________________________________
7670 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7671         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7672      Branch: cfgperl
7673            ! lib/unicode/UnicodeData-Latest.txt
7674 ____________________________________________________________________________
7675 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7676         Log: Ethiopic changes via private email from Daniel Yacob,
7677              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7678              Canadian Syllabics and Yi under construction.
7679      Branch: cfgperl
7680            + lib/unicode/syllables.txt
7681            - lib/unicode/EthiopicSyllables.txt
7682            - lib/unicode/MakeEthiopicSyllables.PL
7683            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7684            ! lib/unicode/mktables.PL
7685 ____________________________________________________________________________
7686 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7687         Log: Move the equivalence class creation last.
7688      Branch: cfgperl
7689            ! lib/unicode/mktables.PL
7690 ____________________________________________________________________________
7691 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7692         Log: Compute equivalence classes (diacritics stripping) only
7693              for letters, not for ligatures.
7694      Branch: cfgperl
7695            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7696            ! lib/unicode/mktables.PL
7697 ____________________________________________________________________________
7698 [  3935] By: nick                                  on 1999/08/08  13:53:57
7699         Log: Will now correctly re-call 
7700              bootstrap "Foo";
7701              if requested. This should allow build on Win32 and other
7702              platforms where you cannot link to loadables directly.
7703      Branch: perl
7704            ! ext/B/B/C.pm
7705 ____________________________________________________________________________
7706 [  3934] By: nick                                  on 1999/08/07  12:23:55
7707         Log: Vishal Bhatia <vishalb@my-deja.com>
7708              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7709              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7710      Branch: perl
7711            ! ext/B/B/CC.pm
7712 ____________________________________________________________________________
7713 [  3933] By: nick                                  on 1999/08/07  12:19:46
7714         Log: B::C changes to get simple Tk app. compiling again
7715      Branch: perl
7716            ! ext/B/B/C.pm
7717 ____________________________________________________________________________
7718 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7719         Log: Regen Configure to include change #3915.
7720      Branch: cfgperl
7721            ! Configure config_h.SH
7722 ____________________________________________________________________________
7723 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7724         Log: Todo update.
7725      Branch: cfgperl
7726            ! Todo Todo-5.005 lib/unicode/mktables.PL
7727 ____________________________________________________________________________
7728 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7729         Log: Character class equivalence tables.
7730      Branch: cfgperl
7731            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7732            ! MANIFEST lib/unicode/mktables.PL
7733 ____________________________________________________________________________
7734 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7735         Log: More Fcntl constants.  (This process really needs
7736              to be automated, at least partly, see the Errno extension.)
7737              Now also the SEEK_ constants are available via the Fcntl.
7738              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7739              but now Fcntl is a one-stop shopping mall for all your
7740              file-related constants.    
7741      Branch: cfgperl
7742            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7743 ____________________________________________________________________________
7744 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7745         Log: Protect against pack/unpack repeat count overflows,
7746              based on:
7747              
7748              From: Nathan Torkington <gnat@frii.com>
7749              To: Brian Keefer <mgomes@cwix.com>
7750              Cc: perl5-porters@perl.org
7751              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7752              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7753              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7754      Branch: cfgperl
7755            ! pod/perldiag.pod pp.c
7756 ____________________________________________________________________________
7757 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7758         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7759              
7760              From: Nathan Torkington <gnat@frii.com>
7761              To: perl5-porters@perl.org
7762              Subject: Bugfix for my bugfix
7763              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7764              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7765      Branch: cfgperl
7766            ! ext/B/B/Assembler.pm
7767 ____________________________________________________________________________
7768 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7769         Log: Fix regex charclass parsing so that bogus ranges
7770              like [0-\d] and [[:word:]-z] are no more allowed.
7771              The anomaly was noticed by Guy Decoux.
7772      Branch: cfgperl
7773            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7774 ____________________________________________________________________________
7775 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7776         Log: split /^/ deprecation warning should not be on by default.
7777      Branch: cfgperl
7778            ! pp.c
7779 ____________________________________________________________________________
7780 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7781         Log: From: paul.marquess@bt.com
7782              To: jhi@iki.fi, paul.marquess@bt.com
7783              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7784              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7785              Date: Thu, 5 Aug 1999 09:33:14 +0100
7786              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7787      Branch: cfgperl
7788            ! t/lib/anydbm.t
7789 ____________________________________________________________________________
7790 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7791         Log: From: paul.marquess@bt.com
7792              To: perl5-porters@perl.org
7793              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7794              randy@theoryx5.uwinnipeg.ca
7795              Subject:  [PATCH 5.005_60] DB_File 1.70
7796              Date: Wed, 4 Aug 1999 23:22:22 +0100
7797              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7798              
7799              (Replaces change #3917)
7800      Branch: cfgperl
7801            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7802            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7803 ____________________________________________________________________________
7804 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7805         Log: From: Nathan Torkington <gnat@frii.com>
7806              To: perl5-porters@perl.org
7807              Subject: [5.005_60 PATCH] Make B::Bytecode work
7808              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7809              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7810      Branch: cfgperl
7811            ! ext/B/B/Assembler.pm
7812 ____________________________________________________________________________
7813 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7814         Log: Update history records.
7815      Branch: cfgperl
7816            ! pod/perlhist.pod
7817 ____________________________________________________________________________
7818 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7819         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7820      Branch: cfgperl
7821            ! perlio.c
7822 ____________________________________________________________________________
7823 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7824         Log: (Replaced by change #3921)
7825              From: paul.marquess@bt.com
7826              To: gsar@activestate.com
7827              Cc: perl5-porters@perl.org
7828              Subject: [PATCH 5.005_60] DB_File 1.69
7829              Date: Tue, 3 Aug 1999 22:55:00 +0100
7830              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7831      Branch: cfgperl
7832            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7833            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7834 ____________________________________________________________________________
7835 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7836         Log: Introduce the charnames pragma.
7837              
7838              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7839              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7840              To: Chip Salzenberg <[11]chip@perlsupport.com>
7841              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7842              Date: Sat, 31 Jul 1999 05:44:05 -0400
7843              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7844              
7845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7846              To: Mailing list Perl5 <perl5-porters@perl.org>
7847              Subject: [PATCH 5.005_58] Named characters in Perl
7848              Date: Mon, 2 Aug 1999 19:25:40 -0400
7849              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7850      Branch: cfgperl
7851            + lib/charnames.pm t/lib/charnames.t
7852            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7853            ! pod/perlre.pod regcomp.c toke.c
7854 ____________________________________________________________________________
7855 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7856         Log: Support Configure -Dmake=pmake.
7857              Via private email from Andy.
7858              NOTE: assumes "basename" command.
7859      Branch: metaconfig
7860            ! U/modified/Config_sh.U
7861 ____________________________________________________________________________
7862 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7863         Log: The op/filetest.t failed subtest 7 if testing as root.
7864              
7865              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7866              To: perl5-porters@perl.org
7867              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7868              Date: Tue, 27 Jul 1999 22:54:05 +0200
7869              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7870      Branch: cfgperl
7871            ! t/op/filetest.t
7872 ____________________________________________________________________________
7873 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7874         Log: The "-Dusethreads -Duseperlio" combination failed.
7875              
7876              From: Spider Boardman <spider@leggy.zk3.dec.com>
7877              To: perl5-porters@perl.org
7878              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7879              4.0 (UNINSTALLED)
7880              Date: Tue, 3 Aug 1999 14:25:00 -0400
7881              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7882              
7883              See also change #3912.
7884      Branch: cfgperl
7885            ! perlio.c
7886 ____________________________________________________________________________
7887 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7888         Log: From: Chris Nandor <pudge@pobox.com>
7889              To: perl5-porters@perl.org
7890              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7891              Date: Wed, 28 Jul 1999 23:42:49 -0400
7892              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7893      Branch: cfgperl
7894            ! utils/perlbug.PL
7895 ____________________________________________________________________________
7896 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7897         Log: Hints for building ByteLoader in SunoS.  Based on
7898              From: Andy Dougherty <doughera@lafayette.edu>
7899              To: Gurusamy Sarathy <gsar@activestate.com>
7900              Cc: Perl Porters <perl5-porters@perl.org>
7901              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7902              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7903              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7904      Branch: cfgperl
7905            + ext/ByteLoader/hints/sunos.pl
7906            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7907 ____________________________________________________________________________
7908 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7909         Log: Clarify RE engine code; inline a static function to a macro;
7910              make exact string nodes smaller.
7911              
7912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7913              To: perl5-porters@perl.org (Mailing list Perl5)
7914              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7915              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7916              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7917      Branch: cfgperl
7918            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7919            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7920            ! regnodes.h warning.h
7921 ____________________________________________________________________________
7922 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7923         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7924              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7925              
7926              From: Spider Boardman <spider@leggy.zk3.dec.com>
7927              To: perl5-porters@perl.org
7928              Subject: [ID 19990802.016] Not OK: perl 5.00559
7929              Date: Mon, 2 Aug 1999 16:11:13 -0400
7930              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7931      Branch: cfgperl
7932            ! embed.pl
7933 ____________________________________________________________________________
7934 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7935         Log: Change #3790 redemption: with a little additional
7936              patch from Ilya it works okay.
7937      Branch: cfgperl
7938            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7939            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7940 ____________________________________________________________________________
7941 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7942         Log: this will be 5.005_60
7943      Branch: perl
7944            ! Changes
7945
7946 ----------------
7947 Version 5.005_60
7948 ----------------
7949
7950 ____________________________________________________________________________
7951 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7952         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7953              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7954              regen headers
7955      Branch: perl
7956            ! embed.h embed.pl global.sym opcode.h perlapi.c
7957 ____________________________________________________________________________
7958 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7959         Log: native int pack/unpack fixes (from Spider Boardman
7960              <spider@leggy.zk3.dec.com>)
7961      Branch: perl
7962            ! pp.c
7963 ____________________________________________________________________________
7964 [  3902] By: gsar                                  on 1999/08/02  20:24:41
7965         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
7966              <spider@leggy.zk3.dec.com>)
7967      Branch: perl
7968            + opnames.h
7969            ! Changes MANIFEST opcode.pl perl.h
7970 ____________________________________________________________________________
7971 [  3901] By: gsar                                  on 1999/08/02  18:51:18
7972         Log: integrate cfgperl contents
7973      Branch: perl
7974           !> INSTALL README pod/perldelta.pod
7975 ____________________________________________________________________________
7976 [  3900] By: jhi                                   on 1999/08/02  18:46:21
7977         Log: Update README and INSTALL; partly based on the message
7978              
7979              From: "John L. Allen" <allen@grumman.com>
7980              To: Jarkko Hietaniemi <jhi@iki.fi>
7981              cc: perl5-porters@perl.org
7982              Subject: Re: Perl Installation Problem
7983              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
7984              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
7985              
7986              and private email from Andy Dougherty.
7987      Branch: cfgperl
7988            ! INSTALL README
7989 ____________________________________________________________________________
7990 [  3899] By: jhi                                   on 1999/08/02  18:36:35
7991         Log: Integrate with Sarathy.
7992      Branch: cfgperl
7993           !> op.c
7994 ____________________________________________________________________________
7995 [  3898] By: jhi                                   on 1999/08/02  18:34:49
7996         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
7997      Branch: cfgperl
7998            ! pod/perldelta.pod
7999 ____________________________________________________________________________
8000 [  3897] By: gsar                                  on 1999/08/02  18:18:37
8001         Log: optimizations could sometimes bypass bareword check
8002      Branch: perl
8003            ! op.c
8004 ____________________________________________________________________________
8005 [  3896] By: jhi                                   on 1999/08/02  18:18:34
8006         Log: Integrate with Sarathy.
8007      Branch: cfgperl
8008           !> Changes makedef.pl patchlevel.h win32/Makefile
8009           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8010           !> win32/makefile.mk
8011 ____________________________________________________________________________
8012 [  3895] By: gsar                                  on 1999/08/02  17:22:40
8013         Log: up patchlevel etc.
8014      Branch: perl
8015            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8016            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8017 ____________________________________________________________________________
8018 [  3894] By: gsar                                  on 1999/08/02  17:12:31
8019         Log: integrate change#3893, make it conditional on bincompat5005
8020      Branch: perl
8021            ! makedef.pl
8022 ____________________________________________________________________________
8023 [  3893] By: jhi                                   on 1999/08/02  16:49:08
8024         Log: PERL_BINCOMPAT_5005 symbol translation.
8025              (AIX wouldn't link neither perl nor extensions.)
8026      Branch: cfgperl
8027            ! makedef.pl
8028 ____________________________________________________________________________
8029 [  3892] By: gsar                                  on 1999/08/02  16:09:13
8030         Log: integrate cfgperl contents into mainline
8031      Branch: perl
8032           +> t/op/64bit.t
8033            ! Changes
8034           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
8035           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
8036           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
8037 ____________________________________________________________________________
8038 [  3891] By: jhi                                   on 1999/08/02  14:52:40
8039         Log: AIX long long probing requires LL suffix for
8040              the ll constant.  The suffix doesn't seem
8041              to bother other ll platforms.
8042      Branch: cfgperl
8043            ! Configure config_h.SH hints/aix.sh
8044      Branch: metaconfig/U/perl
8045            ! quadfio.U
8046 ____________________________________________________________________________
8047 [  3890] By: jhi                                   on 1999/08/02  14:21:55
8048         Log: Exact path to perl for open -|.
8049      Branch: cfgperl
8050            ! t/io/open.t
8051 ____________________________________________________________________________
8052 [  3889] By: jhi                                   on 1999/08/02  14:18:03
8053         Log: Integrate with Sarathy.
8054      Branch: cfgperl
8055           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8056           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8057           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8058 ____________________________________________________________________________
8059 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8060         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8061      Branch: cfgperl
8062            ! hints/aix.sh
8063 ____________________________________________________________________________
8064 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8065         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8066              emacs code indentation doesn't get wrong ideas--
8067              in other words, introduce a couple of "redundant" if:s.
8068      Branch: cfgperl
8069            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8070            ! util.c
8071 ____________________________________________________________________________
8072 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8073         Log: Mention that also *BSD systems with glibc are known to stumble.
8074      Branch: cfgperl
8075            ! t/pragma/warn/pp_hot
8076 ____________________________________________________________________________
8077 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8078         Log: Allow also non-long long but still quad platforms print quads.
8079      Branch: cfgperl
8080            ! Configure config_h.SH
8081      Branch: metaconfig/U/perl
8082            ! longdblfio.U quadfio.U
8083 ____________________________________________________________________________
8084 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8085         Log: Fix regclass utf8 hex ranges for quads.
8086      Branch: cfgperl
8087            ! regcomp.c
8088 ____________________________________________________________________________
8089 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8090         Log: Enhance the description of how to detect quad support.
8091      Branch: cfgperl
8092            ! pod/perlfunc.pod
8093 ____________________________________________________________________________
8094 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8095         Log: Fix printf %D %U %O for quads.
8096      Branch: cfgperl
8097            ! sv.c t/op/64bit.t
8098 ____________________________________________________________________________
8099 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8100         Log: Document quad printing.
8101      Branch: cfgperl
8102            ! pod/perlfunc.pod
8103 ____________________________________________________________________________
8104 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8105         Log: More 64-bit fixing.  One known bug of that kind
8106              remains, 32-bit platforms using long long in
8107              the test t/pragma/utf8 subtests 1-3 fail.
8108              (Update: change    #3884 fixed that one.)
8109      Branch: cfgperl
8110            + t/op/64bit.t
8111            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8112
8113 ----------------
8114 Version 5.005_59
8115 ----------------
8116
8117 ____________________________________________________________________________
8118 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8119         Log: integrate cfgperl changes into mainline
8120      Branch: perl
8121           !> Configure config_h.SH sv.c
8122 ____________________________________________________________________________
8123 [  3878] By: gsar                                  on 1999/08/02  08:13:16
8124         Log: change#3692 had an unintentional patch leak through!
8125              (this would explain the mysterious C<next LABEL> failures
8126              people have seen)
8127      Branch: perl
8128            ! pp_ctl.c
8129 ____________________________________________________________________________
8130 [  3877] By: gsar                                  on 1999/08/02  08:00:29
8131         Log: up patchlevel to 59
8132      Branch: perl
8133            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8134            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8135            ! win32/makefile.mk
8136 ____________________________________________________________________________
8137 [  3876] By: gsar                                  on 1999/08/02  07:51:18
8138         Log: fix coredump under usethreads+debug
8139      Branch: perl
8140            ! util.c
8141 ____________________________________________________________________________
8142 [  3875] By: jhi                                   on 1999/08/02  07:50:51
8143         Log: d_bincompat5005 could be left empty.
8144      Branch: cfgperl
8145            ! Configure config_h.SH
8146      Branch: metaconfig/U/perl
8147            ! bincompat5005.U
8148 ____________________________________________________________________________
8149 [  3874] By: jhi                                   on 1999/08/02  07:42:45
8150         Log: Fix printf %d when IV is quad.
8151      Branch: cfgperl
8152            ! sv.c
8153 ____________________________________________________________________________
8154 [  3873] By: gsar                                  on 1999/08/02  07:41:03
8155         Log: fix d_bincompat5005='' junking config.h
8156      Branch: perl
8157            ! Configure
8158 ____________________________________________________________________________
8159 [  3872] By: gsar                                  on 1999/08/02  07:38:48
8160         Log: C needs parameter list, not merely type
8161      Branch: perl
8162            ! win32/win32.c
8163 ____________________________________________________________________________
8164 [  3871] By: jhi                                   on 1999/08/02  07:20:51
8165         Log: Integrate with Sarathy.
8166      Branch: cfgperl
8167           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
8168 ____________________________________________________________________________
8169 [  3870] By: gsar                                  on 1999/08/02  07:12:18
8170         Log: integrate cfgperl changes into mainline
8171      Branch: perl
8172            ! Changes
8173           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8174           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
8175           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
8176           !> toke.c util.c
8177 ____________________________________________________________________________
8178 [  3869] By: gsar                                  on 1999/08/02  06:59:09
8179         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8180              Date: Sat, 31 Jul 1999 19:08:33 -0700
8181              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
8182              Subject: [PATCH 5.005_58] "use constant" in the compiler
8183      Branch: perl
8184            ! ext/B/B/C.pm ext/B/B/CC.pm
8185 ____________________________________________________________________________
8186 [  3868] By: gsar                                  on 1999/08/02  06:55:51
8187         Log: debug build tweak
8188      Branch: perl
8189            ! regexec.c
8190 ____________________________________________________________________________
8191 [  3867] By: gsar                                  on 1999/08/02  06:35:18
8192         Log: create vmsperl branch (to be owned and operated by: cbailey)
8193      Branch: vmsperl
8194           +> (branch 1476 files)
8195 ____________________________________________________________________________
8196 [  3866] By: jhi                                   on 1999/08/01  23:34:40
8197         Log: so_locations once is enough.
8198      Branch: cfgperl
8199            ! Makefile.SH
8200 ____________________________________________________________________________
8201 [  3865] By: jhi                                   on 1999/08/01  23:13:05
8202         Log: Simplicate duplicated code.
8203      Branch: cfgperl
8204            ! util.c
8205 ____________________________________________________________________________
8206 [  3864] By: jhi                                   on 1999/08/01  22:41:41
8207         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
8208      Branch: cfgperl
8209           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8210           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8211            - README.cygwin32 cygwin32/Makefile.SHs
8212            - cygwin32/build-instructions.READFIRST
8213            - cygwin32/build-instructions.charles-wilson
8214            - cygwin32/build-instructions.sebastien-barre
8215            - cygwin32/build-instructions.steven-morlock
8216            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8217            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8218            - hints/cygwin32.sh
8219           !> (integrate 61 files)
8220 ____________________________________________________________________________
8221 [  3863] By: jhi                                   on 1999/08/01  22:36:02
8222         Log: Regen Configure and Glossary once again.
8223      Branch: cfgperl
8224            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8225            ! config_h.SH
8226 ____________________________________________________________________________
8227 [  3862] By: jhi                                   on 1999/08/01  22:26:09
8228         Log: Glossary update for #3861.
8229      Branch: cfgperl
8230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8231            ! config_h.SH
8232 ____________________________________________________________________________
8233 [  3861] By: jhi                                   on 1999/08/01  22:22:51
8234         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
8235              with -Duse64bits (using long long).
8236              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
8237              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
8238              'print unpack "q", pack "q", 12345678901'
8239              should work on such 32-bit platforms.
8240              Still a lot of printf()s behind -D which wrongly assume
8241              that %ld/%lx and (long) are a good combination.
8242              Introducing a slew of new macros intended to be used in printf()
8243              format strings: e. g. PERL_PRId64 is the string to be used
8244              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
8245              The PRI... naming follows the C9X naming of <inttypes.h> macros.
8246      Branch: cfgperl
8247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8248            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
8249            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
8250      Branch: metaconfig/U/perl
8251            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
8252 ____________________________________________________________________________
8253 [  3860] By: gsar                                  on 1999/08/01  21:23:18
8254         Log: integrate cfgperl contents into mainline
8255      Branch: perl
8256            ! toke.c
8257           !> (integrate 29 files)
8258 ____________________________________________________________________________
8259 [  3859] By: gsar                                  on 1999/08/01  21:13:09
8260         Log: From: Nathan Torkington <gnat@frii.com>
8261              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
8262              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
8263              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
8264      Branch: perl
8265            ! ext/B/B/Disassembler.pm
8266 ____________________________________________________________________________
8267 [  3858] By: gsar                                  on 1999/08/01  21:09:15
8268         Log: DB_File 1.68 update from Paul Marquess
8269      Branch: perl
8270            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8271            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8272            ! t/lib/db-recno.t
8273 ____________________________________________________________________________
8274 [  3857] By: gsar                                  on 1999/08/01  21:05:54
8275         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8276              Date: Sat, 31 Jul 1999 05:13:38 -0400
8277              Message-Id: <199907311407.IAA25038@localhost.frii.com>
8278              Subject: [PATCH 5.005_58] More optimizations to REx engine
8279      Branch: perl
8280            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
8281            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
8282 ____________________________________________________________________________
8283 [  3856] By: gsar                                  on 1999/08/01  20:59:59
8284         Log: slightly modified version of suggested patch
8285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8286              Date: Sat, 31 Jul 1999 04:45:12 -0400
8287              Message-Id: <199907311406.IAA25034@localhost.frii.com>
8288              Subject: [PATCH 5.005_58] Fix OS/2 build
8289      Branch: perl
8290            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
8291            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
8292 ____________________________________________________________________________
8293 [  3855] By: gsar                                  on 1999/08/01  20:49:06
8294         Log: cygwin update
8295              From: "Fifer, Eric" <EFifer@sanwaint.com>
8296              Date: Fri, 30 Jul 1999 18:31:48 +0100
8297              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
8298              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
8299      Branch: perl
8300            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
8301            ! pp_sys.c unixish.h util.c
8302 ____________________________________________________________________________
8303 [  3854] By: gsar                                  on 1999/08/01  20:41:53
8304         Log: fixes from Stephen McCamant that address bugs in change#3612
8305              (the optimization shouldn't be enabled in expressions where
8306              the variable is introduced), and fix Deparse to grok the
8307              optimization
8308              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
8309              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
8310              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
8311              --
8312              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
8313              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
8314              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
8315              --
8316              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
8317              Message-Id: <199907310326.VAA24376@localhost.frii.com>
8318              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
8319      Branch: perl
8320            ! ext/B/B/Deparse.pm op.c
8321 ____________________________________________________________________________
8322 [  3853] By: gsar                                  on 1999/08/01  20:31:32
8323         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8324              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
8325              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
8326              Subject: [PATCH _58] Two one-liner LOGOP tweaks
8327      Branch: perl
8328            ! op.c opcode.h opcode.pl
8329 ____________________________________________________________________________
8330 [  3852] By: gsar                                  on 1999/08/01  20:29:17
8331         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
8332      Branch: perl
8333            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
8334            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
8335            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
8336            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
8337            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
8338            ! pod/perlport.pod pp_sys.c util.c
8339 ____________________________________________________________________________
8340 [  3851] By: gsar                                  on 1999/08/01  20:20:05
8341         Log: move files around for s/cygwin32/cygwin/ renaming
8342      Branch: perl
8343           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8344           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8345            - README.cygwin32 cygwin32/Makefile.SHs
8346            - cygwin32/build-instructions.READFIRST
8347            - cygwin32/build-instructions.charles-wilson
8348            - cygwin32/build-instructions.sebastien-barre
8349            - cygwin32/build-instructions.steven-morlock
8350            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8351            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8352            - hints/cygwin32.sh
8353            ! MANIFEST
8354 ____________________________________________________________________________
8355 [  3850] By: gsar                                  on 1999/08/01  20:05:14
8356         Log: posix-bc hints tweak (via private mail from Thomas Dorner
8357              <Thomas.Dorner@start.de>)
8358      Branch: perl
8359            ! Changes hints/posix-bc.sh
8360 ____________________________________________________________________________
8361 [  3849] By: gsar                                  on 1999/08/01  19:50:20
8362         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
8363              <gnat@frii.com>)
8364      Branch: perl
8365            ! perl.h pod/perldelta.pod pod/perlguts.pod
8366 ____________________________________________________________________________
8367 [  3848] By: gsar                                  on 1999/08/01  18:34:41
8368         Log: fix defined(@foo) encarpments
8369      Branch: perl
8370            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
8371            ! pod/perltrap.pod
8372 ____________________________________________________________________________
8373 [  3847] By: jhi                                   on 1999/08/01  17:17:07
8374         Log: Undo #3790 and the patches that attempted to fix it
8375              (#3837, #3838, #3845).  The #3790 caused linkage failures
8376              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
8377              IRIX 6.5.
8378      Branch: cfgperl
8379            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
8380            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8381            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8382 ____________________________________________________________________________
8383 [  3846] By: jhi                                   on 1999/08/01  11:41:52
8384         Log: Reading 64-bit decimal numbers was broken because
8385              the NV was cast to an I32, not an IV.
8386      Branch: cfgperl
8387            ! toke.c
8388 ____________________________________________________________________________
8389 [  3845] By: jhi                                   on 1999/08/01  11:00:24
8390         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
8391      Branch: cfgperl
8392            + ext/SDBM_File/hints/solaris.pl
8393 ____________________________________________________________________________
8394 [  3844] By: jhi                                   on 1999/08/01  10:55:44
8395         Log: Enable Solaris largefiles support only if -Duse64bits is used.
8396              (Effectively removes #3311).
8397      Branch: cfgperl
8398            ! hints/solaris_2.sh
8399 ____________________________________________________________________________
8400 [  3843] By: jhi                                   on 1999/07/31  22:44:56
8401         Log: Integer overflow iteration.
8402      Branch: cfgperl
8403            ! t/op/oct.t toke.c util.c
8404 ____________________________________________________________________________
8405 [  3842] By: jhi                                   on 1999/07/31  22:11:03
8406         Log: Remove a lot of unused regnode codes.
8407              Noticed by Ilya.
8408      Branch: cfgperl
8409            ! regcomp.c regcomp.sym regexec.c regnodes.h
8410 ____________________________________________________________________________
8411 [  3841] By: jhi                                   on 1999/07/31  21:53:54
8412         Log: Make the use64bits and usethreads friendlier/braver;
8413              they no more wimp out if the platform is unknown.
8414              On use64bits if gcc used -DUSE_LONG_LONG is added
8415              to the ccflags (this dependency on gcc caused a slightly weird
8416              reordering of Configure, but things still seem to work.)
8417      Branch: cfgperl
8418            ! Configure README.threads config_h.SH
8419      Branch: metaconfig
8420            ! U/threads/usethreads.U
8421      Branch: metaconfig/U/perl
8422            ! use64bits.U
8423 ____________________________________________________________________________
8424 [  3840] By: jhi                                   on 1999/07/31  20:26:22
8425         Log: Hack the "integer overflow" code some more.
8426      Branch: cfgperl
8427            ! perl.h toke.c util.c
8428 ____________________________________________________________________________
8429 [  3839] By: jhi                                   on 1999/07/31  20:22:00
8430         Log: Test oct() at the 2^32-1 limit.
8431      Branch: cfgperl
8432            ! t/op/oct.t
8433 ____________________________________________________________________________
8434 [  3838] By: jhi                                   on 1999/07/31  20:08:43
8435         Log: Update MANIFEST for #3837.
8436      Branch: cfgperl
8437            ! MANIFEST
8438 ____________________________________________________________________________
8439 [  3837] By: jhi                                   on 1999/07/31  20:02:40
8440         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
8441              (a core dump with a corrput stack ensues).
8442      Branch: cfgperl
8443            + ext/SDBM_File/hints/dec_osf.pl
8444 ____________________________________________________________________________
8445 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8446         Log: Allow for Configure -Ubincompat5005 override.
8447      Branch: cfgperl
8448            ! Configure config_h.SH
8449      Branch: metaconfig/U/perl
8450            ! bincompat5005.U
8451 ____________________________________________________________________________
8452 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8453         Log: Make Configure support PERL_BINCOMPAT_5005.
8454      Branch: cfgperl
8455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8456            ! config_h.SH
8457      Branch: metaconfig/U/perl
8458            + bincompat5005.U
8459 ____________________________________________________________________________
8460 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8461         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8462      Branch: cfgperl
8463            ! Makefile.SH
8464 ____________________________________________________________________________
8465 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8466         Log: Integrate with Sarathy.  I overruled on perldelta
8467              and perldiag.
8468      Branch: cfgperl
8469           !> README.win32 emacs/cperl-mode.el globals.c installperl
8470           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8471           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8472           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8473           !> win32/perllib.c win32/win32.c
8474 ____________________________________________________________________________
8475 [  3832] By: jhi                                   on 1999/07/29  14:02:50
8476         Log: Repent and make overly large integerish
8477              constants non-fatal.  They are now promoted
8478              to NVs, accompanied by an overflow warning that
8479              is by default on.
8480      Branch: cfgperl
8481            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
8482            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
8483            ! toke.c util.c
8484 ____________________________________________________________________________
8485 [  3831] By: jhi                                   on 1999/07/29  11:40:04
8486         Log: AIX exhibits different error on failed system().
8487              Slightly modified patch via private email from
8488              David R. Favor <dfavor@austin.ibm.com>
8489      Branch: cfgperl
8490            ! t/op/exec.t
8491 ____________________________________________________________________________
8492 [  3830] By: gsar                                  on 1999/07/29  07:46:11
8493         Log: cperl-mode.el v4.19
8494      Branch: perl
8495            ! emacs/cperl-mode.el
8496 ____________________________________________________________________________
8497 [  3829] By: gsar                                  on 1999/07/29  07:30:35
8498         Log: From: jan.dubois@ibm.net (Jan Dubois)
8499              Date: Wed, 28 Jul 1999 22:01:42 +0200
8500              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
8501              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
8502      Branch: perl
8503            ! win32/bin/pl2bat.pl
8504 ____________________________________________________________________________
8505 [  3828] By: gsar                                  on 1999/07/29  07:19:27
8506         Log: tweak previous change for multiple hits
8507      Branch: perl
8508            ! utils/perldoc.PL
8509 ____________________________________________________________________________
8510 [  3827] By: gsar                                  on 1999/07/29  07:10:00
8511         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
8512              really needs a pod2text() compatibility function)
8513      Branch: perl
8514            ! utils/perldoc.PL
8515 ____________________________________________________________________________
8516 [  3826] By: gsar                                  on 1999/07/29  01:33:46
8517         Log: minor tweaks to pods and toke.c comments
8518      Branch: perl
8519            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
8520 ____________________________________________________________________________
8521 [  3825] By: gsar                                  on 1999/07/29  00:12:52
8522         Log: integrate cfgperl changes into mainline
8523      Branch: perl
8524           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8525           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
8526           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8527           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
8528           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8529           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
8530           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
8531           !> t/pragma/warn/util toke.c util.c
8532 ____________________________________________________________________________
8533 [  3824] By: jhi                                   on 1999/07/28  21:15:04
8534         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
8535      Branch: cfgperl
8536            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8537            ! ext/IO/lib/IO/Socket/INET.pm
8538 ____________________________________________________________________________
8539 [  3823] By: jhi                                   on 1999/07/28  20:29:17
8540         Log: Continue pack() doc honing.
8541      Branch: cfgperl
8542            ! pod/perlfunc.pod
8543 ____________________________________________________________________________
8544 [  3822] By: jhi                                   on 1999/07/28  20:17:37
8545         Log: Enhance pack() doc.
8546      Branch: cfgperl
8547            ! pod/perlfunc.pod
8548 ____________________________________________________________________________
8549 [  3821] By: jhi                                   on 1999/07/28  18:34:50
8550         Log: UNIX Domain Sockets are not implemented under QNX.
8551              
8552              From: Norton Allen <allen@huarp.harvard.edu>
8553              To: perl5-porters@perl.org
8554              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
8555              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
8556              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
8557      Branch: cfgperl
8558            ! t/lib/io_unix.t
8559 ____________________________________________________________________________
8560 [  3820] By: jhi                                   on 1999/07/28  18:13:37
8561         Log: IO::* enhancements.
8562              
8563              1) write() and syswrite() will now accept a single-argument
8564              form of the call, for consistency with Perl's syswrite().
8565              2) You can create a TCP-based IO::Socket::INET without forcing
8566              a connect attempt.  This allows you to configure its options
8567              (like making it non-blocking) and then call connect() manually.
8568              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
8569              from ever returning the correct value.
8570              
8571              From: Lincoln Stein <lstein@formaggio.cshl.org>
8572              To: Graham Barr <gbarr@pobox.com>
8573              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
8574              Subject: Re: patch for IO::*
8575              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
8576              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
8577      Branch: cfgperl
8578            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8579            ! ext/IO/lib/IO/Socket/INET.pm
8580 ____________________________________________________________________________
8581 [  3819] By: gsar                                  on 1999/07/28  18:08:06
8582         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
8583      Branch: perl
8584            ! README.win32 globals.c installperl iperlsys.h makedef.pl
8585            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
8586            ! win32/win32.c
8587 ____________________________________________________________________________
8588 [  3818] By: jhi                                   on 1999/07/28  17:48:16
8589         Log: Need to add QNX to the list for DONT_DECLARE_STD.
8590              (The elimination of use of the _() macro apparently triggered
8591              an incompatability with a #define of atof)
8592              
8593              From: Norton Allen <allen@huarp.harvard.edu>
8594              To: perl5-porters@perl.org
8595              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
8596              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
8597              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
8598      Branch: cfgperl
8599            ! perl.h
8600 ____________________________________________________________________________
8601 [  3817] By: jhi                                   on 1999/07/28  17:46:30
8602         Log: Need to add some more conditions to deal with the case
8603              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
8604              which is true for QNX4.
8605              From: Norton Allen <allen@huarp.harvard.edu>
8606              To: perl5-porters@perl.org
8607              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
8608              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
8609              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
8610      Branch: cfgperl
8611            ! pp_sys.c
8612 ____________________________________________________________________________
8613 [  3816] By: jhi                                   on 1999/07/28  17:43:40
8614         Log: The QNX shell needs a couple more semicolons.
8615              
8616              From: Norton Allen <allen@huarp.harvard.edu>
8617              To: perl5-porters@perl.org
8618              Subject: [ID 19990728.007] Patch:Configure _58 QNX
8619              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
8620              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
8621              
8622              plus silence metalint moanings on vendorprefix.
8623      Branch: cfgperl
8624            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8625            ! config_h.SH
8626 ____________________________________________________________________________
8627 [  3815] By: jhi                                   on 1999/07/28  17:31:11
8628         Log: Silence metalint on vendorprefix.U.
8629      Branch: metaconfig
8630            ! U/installdirs/vendorprefix.U
8631 ____________________________________________________________________________
8632 [  3814] By: jhi                                   on 1999/07/28  17:13:29
8633         Log: QNX shell needs more semicolons.
8634      Branch: metaconfig/U/perl
8635            ! Extensions.U
8636 ____________________________________________________________________________
8637 [  3813] By: jhi                                   on 1999/07/28  17:05:08
8638         Log: Integrate with Sarathy.
8639      Branch: cfgperl
8640           !> lib/ExtUtils/MM_Unix.pm
8641 ____________________________________________________________________________
8642 [  3812] By: jhi                                   on 1999/07/28  16:20:17
8643         Log: Fix a typo, un-shout, and reformat the installation output.
8644      Branch: cfgperl
8645            ! lib/ExtUtils/Install.pm
8646 ____________________________________________________________________________
8647 [  3811] By: gsar                                  on 1999/07/28  15:41:11
8648         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
8649      Branch: perl
8650            ! lib/ExtUtils/MM_Unix.pm
8651 ____________________________________________________________________________
8652 [  3810] By: jhi                                   on 1999/07/28  13:55:57
8653         Log: Talk more about subsecond things in perlfunc.
8654              (Yes, redundant with perlfaq8.)
8655      Branch: cfgperl
8656            ! pod/perlfunc.pod
8657 ____________________________________________________________________________
8658 [  3809] By: jhi                                   on 1999/07/28  07:23:48
8659         Log: Integrate with Sarathy.
8660      Branch: cfgperl
8661           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
8662           !> t/op/pwent.t
8663 ____________________________________________________________________________
8664 [  3808] By: jhi                                   on 1999/07/28  07:23:03
8665         Log: Document toke.c.
8666              From: Nathan Torkington <gnat@frii.com>
8667              To: perl5-porters@perl.org
8668              Subject: Re: toke.c patch, work in progress
8669              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8670              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8671      Branch: cfgperl
8672            ! toke.c
8673 ____________________________________________________________________________
8674 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8675         Log: perlre clarification.
8676              
8677              From: Ian Phillipps <ian@dial.pipex.com>
8678              To: Perl 5 Porters <perl5-porters@perl.org>
8679              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8680              Date: Tue, 27 Jul 1999 10:46:29 +0100
8681              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8682      Branch: cfgperl
8683            ! pod/perlre.pod
8684 ____________________________________________________________________________
8685 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8686         Log: fix the perl -V breakage
8687              
8688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8689              To: Jarkko Hietaniemi <jhi@iki.fi>
8690              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8691              gsar@activestate.com
8692              Subject: Re: Follow up to: _58 on AIX 431
8693              Date: Tue, 27 Jul 1999 17:42:00 -0400
8694              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8695      Branch: perl
8696            ! configpm
8697 ____________________________________________________________________________
8698 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8699         Log: avoid warning (from Doug MacEachern)
8700      Branch: perl
8701            ! perl.h
8702 ____________________________________________________________________________
8703 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8704         Log: Pod::Html tweak
8705              
8706              From: jan.dubois@ibm.net (Jan Dubois)
8707              To: perl5-porters@perl.org
8708              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8709              Date: Tue, 27 Jul 1999 22:14:12 +0200
8710              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8711      Branch: perl
8712            ! lib/Pod/Html.pm
8713 ____________________________________________________________________________
8714 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8715         Log: freebsd hints update
8716              
8717              From: Anton Berezin <tobez@plab.ku.dk>
8718              To: perl5-porters@perl.org
8719              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8720              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8721              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8722      Branch: perl
8723            ! hints/freebsd.sh
8724 ____________________________________________________________________________
8725 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8726         Log: cosmetic testsuite patch
8727              
8728              From: Graham Barr <gbarr@ti.com>
8729              To: Perl5 Porters <perl5-porters@perl.org>
8730              Subject: 5.005_58 build
8731              Date: Tue, 27 Jul 1999 08:09:25 -0500
8732              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8733      Branch: perl
8734            ! t/op/grent.t t/op/pwent.t
8735 ____________________________________________________________________________
8736 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8737         Log: Minuscule cleanup of the integer overflow patch.
8738      Branch: cfgperl
8739            ! util.c
8740 ____________________________________________________________________________
8741 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8742         Log: Test hex('x...').
8743      Branch: cfgperl
8744            ! t/op/oct.t
8745 ____________________________________________________________________________
8746 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8747         Log: Integrate with Sarathy (5.005_58).
8748      Branch: cfgperl
8749            - ext/B/byteperl.c
8750           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8751           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8752           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8753           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8754           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8755           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8756           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8757           !> win32/config_H.vc
8758 ____________________________________________________________________________
8759 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8760         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8761              they used to be just optional lexical warnings.
8762              Also, with warnings turned on, constants > 2**32-1
8763              trigger a non-portability warning.
8764      Branch: cfgperl
8765            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8766            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8767            ! util.c
8768 ____________________________________________________________________________
8769 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8770         Log: here lies 5.005_58
8771      Branch: perl
8772            - ext/B/byteperl.c
8773            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8774            ! pod/perlfaq9.pod pod/perlhist.pod
8775
8776 ----------------
8777 Version 5.005_58
8778 ----------------
8779
8780 ____________________________________________________________________________
8781 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8782         Log: regenerate win32/config_H.?c
8783      Branch: perl
8784            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8785 ____________________________________________________________________________
8786 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8787         Log: From: Tye McQueen <tye@metronet.com>
8788              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8789              Message-Id: <199907270019.AA08223@metronet.com>
8790              Subject: Patch pl2bat.pl so batch file can fail
8791      Branch: perl
8792            ! win32/bin/pl2bat.pl
8793 ____________________________________________________________________________
8794 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8795         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8796              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8797              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8798              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8799      Branch: perl
8800            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8801            ! lib/SelfLoader.pm
8802 ____________________________________________________________________________
8803 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8804         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8805              (from Andy Dougherty)
8806      Branch: perl
8807            ! embed.h embed.pl
8808 ____________________________________________________________________________
8809 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8810         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8811              and Brad Appleton)
8812      Branch: perl
8813            ! lib/Pod/Parser.pm
8814 ____________________________________________________________________________
8815 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8816         Log: cover case where CLK_TCK is a float, not integer (from
8817              alexander smishlajev <als@turnhere.com>)
8818      Branch: perl
8819            ! ext/Devel/DProf/DProf.xs
8820 ____________________________________________________________________________
8821 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8822         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8823              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8824      Branch: perl
8825            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8826            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8827 ____________________________________________________________________________
8828 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8829         Log: Integrate with Sarathy.
8830      Branch: cfgperl
8831           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8832           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8833           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8834           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8835           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8836           !> proto.h t/comp/proto.t t/io/open.t
8837 ____________________________________________________________________________
8838 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8839         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8840              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8841              s/pod2txt/pod2text/ etc.
8842      Branch: perl
8843            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8844            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8845 ____________________________________________________________________________
8846 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8847         Log: From: Andy Dougherty <doughera@lafayette.edu>
8848              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8849              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8850              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8851      Branch: perl
8852            ! ext/SDBM_File/sdbm/sdbm.h
8853 ____________________________________________________________________________
8854 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8855         Log: applied suggested patch; added missing prototype changes to
8856              opcode.pl along with documentation typos (feature still needs
8857              to be described in perlopentut.pod and summarized in
8858              perldelta.pod)
8859              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8860              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8861              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8862              Subject: [PATCH 5.00557] 3-arg open
8863      Branch: perl
8864            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8865            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8866            ! proto.h t/comp/proto.t t/io/open.t
8867 ____________________________________________________________________________
8868 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8869         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8870              <roland.bauer@fff.at>)
8871      Branch: perl
8872            ! lib/Pod/Html.pm
8873 ____________________________________________________________________________
8874 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8875         Log: change#3762 wasn't needed
8876      Branch: perl
8877            ! ext/B/B/CC.pm
8878 ____________________________________________________________________________
8879 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8880         Log: Integrate with Sarathy.
8881      Branch: cfgperl
8882           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8883           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8884           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8885 ____________________________________________________________________________
8886 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8887         Log: update Changes, patchlevel &c.
8888      Branch: perl
8889            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8890            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8891 ____________________________________________________________________________
8892 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8893         Log: a more correct fix for change#2744
8894              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8895              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8896              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8897              Subject: [PATCH _57] Re: toke.c questions 
8898      Branch: perl
8899            ! toke.c
8900 ____________________________________________________________________________
8901 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8902         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8903      Branch: perl
8904            ! pod/perlfunc.pod
8905 ____________________________________________________________________________
8906 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8907         Log: Dusting off.
8908      Branch: cfgperl
8909            ! README.threads
8910 ____________________________________________________________________________
8911 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8912         Log: avoid DIVZERO
8913      Branch: perl
8914            ! utils/dprofpp.PL
8915 ____________________________________________________________________________
8916 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8917         Log: warnings identified by Borland compiler
8918      Branch: perl
8919            ! makedef.pl pp_ctl.c
8920 ____________________________________________________________________________
8921 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8922         Log: Integrate with Sarathy.
8923      Branch: cfgperl
8924           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8925 ____________________________________________________________________________
8926 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8927         Log: avoid infinite recursion when Thread.pm croaks during
8928              bootstrap
8929      Branch: perl
8930            ! lib/Carp/Heavy.pm
8931 ____________________________________________________________________________
8932 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8933         Log: integrate cfgperl contents into mainline
8934      Branch: perl
8935           +> lib/Carp/Heavy.pm
8936           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8937           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8938           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8939           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8940           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8941 ____________________________________________________________________________
8942 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8943         Log: Use long doubles only if they are useful.
8944      Branch: cfgperl
8945            ! ext/POSIX/POSIX.xs
8946 ____________________________________________________________________________
8947 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8948         Log: typo in change#3768
8949      Branch: perl
8950            ! pp_hot.c
8951 ____________________________________________________________________________
8952 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8953         Log: alpha-stage support for user-hooks in @INC
8954              From: Ken Fox <kfox@ford.com>
8955              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8956              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8957              Subject: Re: loading remote modules
8958      Branch: perl
8959            ! pp_ctl.c
8960 ____________________________________________________________________________
8961 [  3770] By: jhi                                   on 1999/07/26  11:38:36
8962         Log: Back out #3735.  Needs more work.
8963      Branch: cfgperl
8964            ! Makefile.SH cflags.SH configpm ext/util/make_ext
8965            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
8966            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8967            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8968            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
8969 ____________________________________________________________________________
8970 [  3769] By: jhi                                   on 1999/07/26  11:24:45
8971         Log: Integrate with Sarathy.
8972      Branch: cfgperl
8973           !> (integrate 35 files)
8974 ____________________________________________________________________________
8975 [  3768] By: gsar                                  on 1999/07/26  11:03:07
8976         Log: optimize method name lookup
8977              From: Chip Salzenberg <chip@perlsupport.com>
8978              Date: Thu, 22 Jul 1999 13:43:36 -0400
8979              Message-ID: <19990722134336.Q391@perlsupport.com>
8980              Subject: [PATCH] OP_METHOD_NAMED
8981      Branch: perl
8982            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
8983            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
8984            ! proto.h
8985 ____________________________________________________________________________
8986 [  3767] By: gsar                                  on 1999/07/26  10:44:11
8987         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
8988              foo()->()); rework grammar to remove conflicts
8989              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8990              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
8991              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
8992              Subject: [PATCH _57, long] Re: optional arrow asymmetry
8993      Branch: perl
8994            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
8995            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
8996            ! vms/perly_c.vms vms/perly_h.vms
8997 ____________________________________________________________________________
8998 [  3766] By: jhi                                   on 1999/07/26  10:18:56
8999         Log: Use $< instead of $*.c in *perlmain.o rules.
9000      Branch: cfgperl
9001            ! Makefile.SH
9002 ____________________________________________________________________________
9003 [  3765] By: gsar                                  on 1999/07/26  09:28:48
9004         Log: From: Ian Phillipps <ian@dial.pipex.com>
9005              Date: Fri, 23 Jul 1999 23:35:56 +0100
9006              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
9007              Subject: (Version 2) Extending unpack to deal with counted strings
9008      Branch: perl
9009            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9010 ____________________________________________________________________________
9011 [  3764] By: jhi                                   on 1999/07/26  09:17:26
9012         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9013              To: perl5-porters@perl.org (Mailing list Perl5)
9014              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
9015              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
9016              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
9017              
9018              The patch was based on 5_57 so had to re-apply lib/Carp.pm
9019              parts of changes #3498, #3696, and #3702 for the new
9020              lib/Carp/Heavy.pm.
9021      Branch: cfgperl
9022            + lib/Carp/Heavy.pm
9023            ! MANIFEST lib/Carp.pm
9024 ____________________________________________________________________________
9025 [  3763] By: gsar                                  on 1999/07/26  09:03:17
9026         Log: ~ isn't valid in VMS filenames
9027      Branch: perl
9028            ! lib/Pod/Html.pm
9029 ____________________________________________________________________________
9030 [  3762] By: gsar                                  on 1999/07/26  08:59:47
9031         Log: setstate stop-gap from Vishal Bhatia
9032      Branch: perl
9033            ! ext/B/B/CC.pm
9034 ____________________________________________________________________________
9035 [  3761] By: gsar                                  on 1999/07/26  08:06:39
9036         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
9037              add B::OP::name() method that returns just the op_name;
9038              convert Deparse et all to use that instead of B::OP::ppaddr();
9039              add support for OP_SETSTATE in Deparse
9040      Branch: perl
9041            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9042            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9043            ! ext/B/B/Xref.pm opcode.h opcode.pl
9044 ____________________________________________________________________________
9045 [  3760] By: jhi                                   on 1999/07/26  07:14:43
9046         Log: Integrate with Sarathy.
9047      Branch: cfgperl
9048           !> (integrate 43 files)
9049 ____________________________________________________________________________
9050 [  3759] By: gsar                                  on 1999/07/26  05:12:24
9051         Log: add disclaimer about perl 4 libraries (modified version of
9052              patch suggested by Clinton Pierce <cpierce1@ford.com>)
9053      Branch: perl
9054            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9055            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9056            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9057            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9058            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9059 ____________________________________________________________________________
9060 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9061         Log: make reset() behave with high-bit characters
9062              From: Ian Phillipps <ian@dial.pipex.com>
9063              Date: Thu, 22 Jul 1999 22:48:59 +0100
9064              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9065              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9066      Branch: perl
9067            ! sv.c
9068 ____________________________________________________________________________
9069 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9070         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9071      Branch: perl
9072            ! pod/perlport.pod
9073 ____________________________________________________________________________
9074 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9075         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9076      Branch: perl
9077            ! utils/dprofpp.PL
9078 ____________________________________________________________________________
9079 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9080         Log: disable VPATH for now (breaks x2p build)
9081      Branch: perl
9082            ! x2p/Makefile.SH
9083 ____________________________________________________________________________
9084 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9085         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9086              (%! has the necessary magic); misc typos
9087      Branch: perl
9088            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9089            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9090            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9091            ! utils/h2xs.PL
9092 ____________________________________________________________________________
9093 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9094         Log: integrate cfgperl contents into mainline
9095      Branch: perl
9096           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9097           !> (integrate 53 files)
9098 ____________________________________________________________________________
9099 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9100         Log: ensure implicitly closed handles don't set $? or $!
9101      Branch: perl
9102            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9103 ____________________________________________________________________________
9104 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9105         Log: change#3534 didn't preserve undef return values from caller()
9106      Branch: perl
9107            ! Changes pp_ctl.c
9108 ____________________________________________________________________________
9109 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9110         Log: Back up a tiny bit from #3735.
9111              This may break builds outside the source directory
9112              but then again, they do not work that ell yet anyway.
9113      Branch: cfgperl
9114            ! Makefile.SH
9115 ____________________________________________________________________________
9116 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9117         Log: Back up a tiny bit from #3735.
9118              This may break builds outside the source directory
9119              but then again, they do not work that ell yet anyway.
9120      Branch: cfgperl
9121            ! Makefile.SH
9122 ____________________________________________________________________________
9123 [  3749] By: jhi                                   on 1999/07/25  19:15:55
9124         Log: Integrate with Sarathy.
9125      Branch: cfgperl
9126           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
9127 ____________________________________________________________________________
9128 [  3748] By: jhi                                   on 1999/07/25  19:06:59
9129         Log: Recode locale.t so that the change in #3730
9130              is not needed and locale.t works both without
9131              and with the utf8 pragma.
9132      Branch: cfgperl
9133            + t/pragma/locale/latin1 t/pragma/locale/utf8
9134            ! MANIFEST t/pragma/locale.t
9135 ____________________________________________________________________________
9136 [  3747] By: jhi                                   on 1999/07/25  19:01:46
9137         Log: Like #3743.
9138      Branch: cfgperl
9139            ! utils/perlbug.PL
9140 ____________________________________________________________________________
9141 [  3746] By: gsar                                  on 1999/07/25  18:08:58
9142         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
9143              append a HISTORY section to POD if option is used
9144      Branch: perl
9145            ! utils/h2xs.PL
9146 ____________________________________________________________________________
9147 [  3745] By: gsar                                  on 1999/07/25  17:40:03
9148         Log: warn rather than die when parse_version() can't cut it (from
9149              Michael G Schwern <schwern@pobox.com>)
9150      Branch: perl
9151            ! lib/ExtUtils/MM_Unix.pm
9152 ____________________________________________________________________________
9153 [  3744] By: gsar                                  on 1999/07/25  16:32:48
9154         Log: make map behave like grep wrt indirect object slot when
9155              there are parentheses; revert an experimental mod by Larry
9156              in change#2038 that failed to parse %{{qw(a b c)}} properly
9157              (this means C<map {use Foo; ...} ...> still needs a proper
9158              fix)
9159      Branch: perl
9160            ! toke.c
9161 ____________________________________________________________________________
9162 [  3743] By: jhi                                   on 1999/07/25  16:24:55
9163         Log: Fix a typo in #3725.
9164      Branch: cfgperl
9165            ! utils/perlbug.PL
9166 ____________________________________________________________________________
9167 [  3742] By: jhi                                   on 1999/07/25  16:14:39
9168         Log: Integrate with Sarathy.
9169      Branch: cfgperl
9170           !> (integrate 26 files)
9171 ____________________________________________________________________________
9172 [  3741] By: jhi                                   on 1999/07/25  16:02:28
9173         Log: Cut-and-pasto in #3737.
9174      Branch: cfgperl
9175            ! perl.c
9176 ____________________________________________________________________________
9177 [  3740] By: gsar                                  on 1999/07/25  15:59:34
9178         Log: add note about glibc bug
9179      Branch: perl
9180            ! t/pragma/warn/pp_hot
9181 ____________________________________________________________________________
9182 [  3739] By: gsar                                  on 1999/07/25  15:48:40
9183         Log: fix bug in change#3728 that might free COPs prematurely;
9184              null(op) now does more thorough scrubbing of the op, which
9185              fixes a few compile-time memory "leaks"
9186      Branch: perl
9187            ! dump.c embed.h embed.pl op.c proto.h
9188 ____________________________________________________________________________
9189 [  3738] By: jhi                                   on 1999/07/25  14:15:26
9190         Log: In accordance with #3737.
9191      Branch: metaconfig
9192            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
9193            ! U/modified/Oldconfig.U
9194      Branch: metaconfig/U/perl
9195            ! Extensions.U
9196 ____________________________________________________________________________
9197 [  3737] By: jhi                                   on 1999/07/25  14:12:34
9198         Log: Use vendorprefixlib.
9199      Branch: cfgperl
9200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9201            ! config_h.SH perl.c
9202 ____________________________________________________________________________
9203 [  3736] By: jhi                                   on 1999/07/25  13:10:03
9204         Log: Populate metaconfig branch.
9205      Branch: metaconfig
9206            + (add 1468 files)
9207      Branch: metaconfig/U/perl
9208            + (add 101 files)
9209 ____________________________________________________________________________
9210 [  3735] By: jhi                                   on 1999/07/25  12:27:20
9211         Log: First steps of making builds outside the source
9212              directory possible.  These should get us as far
9213              as miniperl, then building DynaLoader falls into
9214              tiny twinkling pieces as MakeMaker knows nothing
9215              of VPATH mindset.
9216      Branch: cfgperl
9217            ! Configure Makefile.SH cflags.SH config_h.SH configpm
9218            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
9219            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
9220            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
9221            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
9222 ____________________________________________________________________________
9223 [  3734] By: jhi                                   on 1999/07/25  11:19:28
9224         Log: Poor Glossary--are we fixed yet?
9225      Branch: cfgperl
9226            ! Porting/Glossary
9227 ____________________________________________________________________________
9228 [  3733] By: jhi                                   on 1999/07/25  11:15:06
9229         Log: Change #3732 mistakenly clobbered Glossary.
9230      Branch: cfgperl
9231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9232            ! config_h.SH
9233 ____________________________________________________________________________
9234 [  3732] By: jhi                                   on 1999/07/25  10:46:39
9235         Log: Andy's new installation scheme (note: a lot of this
9236              leaked in already with change #3731).  The vendor*
9237              stuff is not used anywhere (in *.SH, say), so it
9238              isn't in Configure, either.
9239      Branch: cfgperl
9240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9241            ! config_h.SH
9242 ____________________________________________________________________________
9243 [  3731] By: jhi                                   on 1999/07/25  10:12:07
9244         Log: Circumcode a strange shell(?) bug in AIX found
9245              while trying to do -Duse64bits (which I couldn't do
9246              in the end because the CPU isn't 64-bit in that box,
9247              but at least now the probing doesn't crash.)
9248      Branch: cfgperl
9249            ! Configure config_h.SH hints/aix.sh
9250 ____________________________________________________________________________
9251 [  3730] By: gsar                                  on 1999/07/25  04:56:56
9252         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
9253              a utf8 bug in one of the new RE optimizations
9254      Branch: perl
9255            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
9256            ! t/pragma/locale.t
9257 ____________________________________________________________________________
9258 [  3729] By: jhi                                   on 1999/07/23  19:56:27
9259         Log: From: Andy Dougherty <doughera@lafayette.edu>
9260              To: Perl Porters <perl5-porters@perl.org>
9261              Subject: [PATCH 5.005_57] INSTALL-1.58
9262              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
9263              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
9264              
9265              plus
9266              
9267              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9268              To: Andy Dougherty <doughera@lafayette.edu>
9269              Cc: Perl Porters <perl5-porters@perl.org>
9270              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
9271              Date: Fri, 23 Jul 1999 13:38:25 -0400
9272              Message-ID: <19990723133825.A12033@O2.chapin.edu>
9273      Branch: cfgperl
9274            ! INSTALL
9275 ____________________________________________________________________________
9276 [  3728] By: gsar                                  on 1999/07/23  17:24:42
9277         Log: applied suggested patch for tracking line numbers correctly in
9278              optimized blocks with a single statement; changed setcop to
9279              setstate and added code for -Dx dumps
9280              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9281              Date: Wed, 23 Jun 1999 17:27:42 +0100
9282              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
9283              Subject: [PATCH 5.005_57] Line number error in optimised else() 
9284      Branch: perl
9285            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
9286            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
9287            ! pp_proto.h t/op/misc.t
9288 ____________________________________________________________________________
9289 [  3727] By: gsar                                  on 1999/07/23  15:56:04
9290         Log: avoid useless use of target for pp_each(); also fixes bugs due to
9291              refcount held by the target
9292      Branch: perl
9293            ! opcode.h opcode.pl pp.c t/op/each.t
9294 ____________________________________________________________________________
9295 [  3726] By: jhi                                   on 1999/07/23  12:08:30
9296         Log: Change #3725 aftershock.
9297      Branch: cfgperl
9298            ! INSTALL jpl/JNI/JNI.pm
9299 ____________________________________________________________________________
9300 [  3725] By: jhi                                   on 1999/07/23  11:58:49
9301         Log: Introduce $Config{ldlibpthname} which contains
9302              the name of the environment variable holding the
9303              dynamic library search path, often LD_LIBRARY_PATH.
9304              Use this new feature all over.
9305              Also removed remnants of admonition "add LD_LIBRARY_PATH
9306              before running make" because Makefile.SH does this for you. 
9307      Branch: cfgperl
9308            ! Configure Makefile.SH config_h.SH
9309            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
9310            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
9311            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
9312            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
9313            ! jpl/install-jpl utils/perlbug.PL
9314 ____________________________________________________________________________
9315 [  3724] By: jhi                                   on 1999/07/23  08:03:36
9316         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
9317              To: perl5-porters@perl.org
9318              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
9319              Date: Thu, 22 Jul 1999 19:58:34 -0400
9320              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
9321      Branch: cfgperl
9322            ! av.c
9323 ____________________________________________________________________________
9324 [  3723] By: gsar                                  on 1999/07/23  00:01:29
9325         Log: emit warning about function calls that were encountered too early
9326              to enforce their prototype
9327      Branch: perl
9328            ! op.c op.h pod/perldiag.pod
9329 ____________________________________________________________________________
9330 [  3722] By: jhi                                   on 1999/07/22  21:19:59
9331         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9332              To: perl5-porters@perl.org
9333              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
9334              Subject: [PATCH] MakeMaker documentation
9335              Date: Wed, 21 Jul 1999 14:15:42 -0400
9336              Message-ID: <19990721141542.A1800@O2.chapin.edu>
9337      Branch: cfgperl
9338            ! lib/ExtUtils/MakeMaker.pm
9339 ____________________________________________________________________________
9340 [  3721] By: jhi                                   on 1999/07/22  21:05:19
9341         Log: From: pvhp@forte.com (Peter Prymmer)
9342              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
9343              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
9344              Date: Wed, 21 Jul 99 17:15:39 PDT
9345              Message-Id: <9907220015.AA11931@forte.com>
9346      Branch: cfgperl
9347            ! hints/os390.sh
9348 ____________________________________________________________________________
9349 [  3720] By: jhi                                   on 1999/07/22  20:51:17
9350         Log: AIX magic: ccdlflags needs to be different for
9351              Perl itself and for extra-core extensions
9352              (as used by ExtUtilss::embed::ldopts).
9353              Based on the problems described in
9354              
9355              From: Mike W Ellwood <mwe@rl.ac.uk>
9356              To: perl5-porters@perl.org
9357              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
9358              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
9359              Reply-To: m.w.ellwood@rl.ac.uk
9360              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
9361      Branch: cfgperl
9362            ! Configure Makefile.SH config_h.SH hints/aix.sh
9363 ____________________________________________________________________________
9364 [  3719] By: jhi                                   on 1999/07/22  08:23:53
9365         Log: Update history records.
9366      Branch: cfgperl
9367            ! pod/perlhist.pod
9368 ____________________________________________________________________________
9369 [  3718] By: jhi                                   on 1999/07/21  13:54:42
9370         Log: Todododobedobedo.
9371      Branch: cfgperl
9372            ! Todo
9373 ____________________________________________________________________________
9374 [  3717] By: jhi                                   on 1999/07/21  12:10:48
9375         Log: Even more Todo.
9376      Branch: cfgperl
9377            ! Todo
9378 ____________________________________________________________________________
9379 [  3716] By: jhi                                   on 1999/07/21  11:40:39
9380         Log: Use Errno more extensively so that error
9381              messages are more portable (another way
9382              would be to muck around with LC_MESSAGES).
9383              Problem reported in
9384              
9385              From: oracle@pcr8.pcr.com
9386              To: perl5-porters@perl.org
9387              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
9388              Date: Mon, 19 Jul 1999 18:39:13 -0400
9389              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
9390      Branch: cfgperl
9391            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9392            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
9393            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
9394 ____________________________________________________________________________
9395 [  3715] By: jhi                                   on 1999/07/21  11:05:36
9396         Log: Slightly modified patch.
9397              From: Sean Sheedy <seans@ncube.com>
9398              To: perl5-porters@perl.org
9399              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
9400              Date: Tue, 20 Jul 1999 09:52:06 -0700
9401              Message-Id: <3794A935.1C150E54@ncube.com>
9402      Branch: cfgperl
9403            ! cflags.SH x2p/cflags.SH
9404 ____________________________________________________________________________
9405 [  3714] By: jhi                                   on 1999/07/20  21:26:19
9406         Log: More Todo.
9407      Branch: cfgperl
9408            ! Todo
9409 ____________________________________________________________________________
9410 [  3713] By: jhi                                   on 1999/07/20  18:02:45
9411         Log: Integrate with Sarathy.
9412      Branch: cfgperl
9413           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9414           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9415           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
9416           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
9417           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
9418           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
9419           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
9420           +> utils/dprofpp.PL
9421           !> INSTALL MAINTAIN MANIFEST configure.com
9422           !> ext/Devel/Peek/Makefile.PL installman installperl
9423           !> pod/roffitall utils/Makefile vms/descrip_mms.template
9424           !> win32/Makefile win32/makefile.mk win32/win32.h
9425 ____________________________________________________________________________
9426 [  3712] By: gsar                                  on 1999/07/20  15:29:01
9427         Log: DProf tweak
9428      Branch: perl
9429            ! ext/Devel/DProf/DProf.xs
9430 ____________________________________________________________________________
9431 [  3711] By: gsar                                  on 1999/07/20  07:56:19
9432         Log: another DProf build tweak
9433      Branch: perl
9434            ! utils/dprofpp.PL
9435 ____________________________________________________________________________
9436 [  3710] By: gsar                                  on 1999/07/20  07:36:36
9437         Log: move DProf things around to where they are supposed to be
9438      Branch: perl
9439            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
9440            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
9441            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
9442            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
9443            + t/lib/dprof/test6_t t/lib/dprof/test6_v
9444           +> utils/dprofpp.PL
9445            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9446            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9447            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9448            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9449            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9450            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9451            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9452            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9453            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9454            ! installperl pod/roffitall utils/Makefile
9455            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9456 ____________________________________________________________________________
9457 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9458         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9459      Branch: perl
9460            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9461            ! ext/Devel/Peek/Makefile.PL
9462 ____________________________________________________________________________
9463 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9464         Log: move DProf to Devel/DProf
9465      Branch: perl
9466           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9467           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9468           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9469           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9470           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9471           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9472           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9473           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9474           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9475           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
9476           +> ext/Devel/DProf/test.pl
9477            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9478            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9479            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9480            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9481            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9482            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9483            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9484            ! MAINTAIN MANIFEST configure.com win32/Makefile
9485            ! win32/makefile.mk
9486 ____________________________________________________________________________
9487 [  3707] By: gsar                                  on 1999/07/20  05:39:11
9488         Log: add Devel::DProf v19990108 from CPAN, as it was
9489      Branch: perl
9490            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9491            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9492            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9493            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9494            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9495            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9496            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9497            ! MANIFEST
9498 ____________________________________________________________________________
9499 [  3706] By: gsar                                  on 1999/07/20  04:52:25
9500         Log: C<union any> needs no PERL_OBJECT-treatment
9501      Branch: perl
9502            ! win32/win32.h
9503 ____________________________________________________________________________
9504 [  3705] By: gsar                                  on 1999/07/20  04:11:54
9505         Log: fix problem in default build
9506      Branch: perl
9507            ! win32/Makefile win32/makefile.mk
9508 ____________________________________________________________________________
9509 [  3704] By: jhi                                   on 1999/07/19  07:06:36
9510         Log: Integrate with Sarathy.
9511      Branch: cfgperl
9512           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
9513           !> win32/win32.c
9514 ____________________________________________________________________________
9515 [  3703] By: gsar                                  on 1999/07/19  05:55:57
9516         Log: win32 nits
9517      Branch: perl
9518            ! makedef.pl sv.h
9519 ____________________________________________________________________________
9520 [  3702] By: gsar                                  on 1999/07/19  04:29:34
9521         Log: don't display tid from main thread (or testsuite breaks)
9522      Branch: perl
9523            ! lib/Carp.pm util.c
9524 ____________________________________________________________________________
9525 [  3701] By: gsar                                  on 1999/07/19  00:47:52
9526         Log: remove several doubled (and tripled!) entries
9527      Branch: perl
9528            ! pod/perldiag.pod
9529 ____________________________________________________________________________
9530 [  3700] By: gsar                                  on 1999/07/19  00:42:34
9531         Log: integrate cfgperl contents into mainline
9532      Branch: perl
9533           +> makedef.pl
9534            - perl_exp.SH win32/makedef.pl
9535           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9536           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
9537           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
9538           !> utf8.c util.c win32/Makefile win32/makefile.mk
9539 ____________________________________________________________________________
9540 [  3699] By: gsar                                  on 1999/07/19  00:33:59
9541         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
9542      Branch: perl
9543            ! Changes win32/win32.c
9544 ____________________________________________________________________________
9545 [  3698] By: jhi                                   on 1999/07/18  21:33:57
9546         Log: Integrate with Sarathy.
9547      Branch: cfgperl
9548           +> t/op/chars.t
9549           !> (integrate 57 files)
9550 ____________________________________________________________________________
9551 [  3697] By: gsar                                  on 1999/07/18  05:22:36
9552         Log: From: pvhp@forte.com (Peter Prymmer)
9553              Date: Thu, 1 Jul 99 19:31:24 PDT
9554              Message-Id: <9907020231.AA16942@forte.com>
9555              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
9556      Branch: perl
9557            + t/op/chars.t
9558            ! MANIFEST ebcdic.c t/op/ord.t
9559 ____________________________________________________________________________
9560 [  3696] By: gsar                                  on 1999/07/18  05:11:02
9561         Log: display thread id in diagnostics (suggested by Dan Sugalski)
9562      Branch: perl
9563            ! lib/Carp.pm util.c
9564 ____________________________________________________________________________
9565 [  3695] By: gsar                                  on 1999/07/18  04:57:47
9566         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
9567      Branch: perl
9568            ! pod/perldiag.pod
9569 ____________________________________________________________________________
9570 [  3694] By: gsar                                  on 1999/07/18  04:56:28
9571         Log: cache [NIUP]V conversions of defined READONLY values
9572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9573              Date: Sun, 11 Jul 1999 04:39:44 -0400
9574              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
9575              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
9576      Branch: perl
9577            ! sv.c
9578 ____________________________________________________________________________
9579 [  3693] By: gsar                                  on 1999/07/18  03:53:38
9580         Log: From: jan.dubois@ibm.net (Jan Dubois)
9581              Date: Sat, 17 Jul 1999 10:58:29 +0200
9582              Message-ID: <379144ad.13616689@smtp1.ibm.net>
9583              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
9584      Branch: perl
9585            ! lib/ExtUtils/Manifest.pm
9586 ____________________________________________________________________________
9587 [  3692] By: gsar                                  on 1999/07/18  03:51:03
9588         Log: remove spurious newSTATEOP() that causes goto to enter one too many
9589              contexts when jumping between if and elsif blocks
9590      Branch: perl
9591            ! perly.c perly.y pp_ctl.c t/op/goto.t
9592 ____________________________________________________________________________
9593 [  3691] By: gsar                                  on 1999/07/18  01:49:59
9594         Log: detypo, update Changes
9595      Branch: perl
9596            ! Changes doio.c
9597 ____________________________________________________________________________
9598 [  3690] By: gsar                                  on 1999/07/18  01:16:59
9599         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
9600      Branch: perl
9601            ! lib/integer.pm
9602 ____________________________________________________________________________
9603 [  3689] By: gsar                                  on 1999/07/18  00:47:17
9604         Log: ensure __END__ appears on a line by itself in wrapped
9605              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
9606              mention caveat about successfull kill()
9607      Branch: perl
9608            ! pod/perlfunc.pod win32/bin/pl2bat.pl
9609 ____________________________________________________________________________
9610 [  3688] By: gsar                                  on 1999/07/17  20:47:44
9611         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
9612      Branch: perl
9613            ! ext/SDBM_File/sdbm/Makefile.PL
9614 ____________________________________________________________________________
9615 [  3687] By: gsar                                  on 1999/07/17  20:43:27
9616         Log: make CC.pm use a distinct CCPP() macro rather than PP()
9617              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
9618      Branch: perl
9619            ! cc_runtime.h ext/B/B/CC.pm
9620 ____________________________________________________________________________
9621 [  3686] By: gsar                                  on 1999/07/17  20:39:08
9622         Log: tiny bug in vars.pm (from John Dlugosz)
9623      Branch: perl
9624            ! lib/vars.pm
9625 ____________________________________________________________________________
9626 [  3685] By: gsar                                  on 1999/07/17  20:37:27
9627         Log: applied suggested patch, along with later tweak
9628              From: jan.dubois@ibm.net (Jan Dubois)
9629              Date: Wed, 14 Jul 1999 23:53:43 +0200
9630              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
9631              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
9632      Branch: perl
9633            ! lib/Pod/Html.pm
9634 ____________________________________________________________________________
9635 [  3684] By: gsar                                  on 1999/07/17  20:24:32
9636         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
9637      Branch: perl
9638            ! thrdvar.h
9639 ____________________________________________________________________________
9640 [  3683] By: gsar                                  on 1999/07/17  20:21:01
9641         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9642              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
9643              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
9644              Subject: [PATCH 5.005_57] Segfaults if $^P
9645      Branch: perl
9646            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
9647            ! proto.h
9648 ____________________________________________________________________________
9649 [  3682] By: gsar                                  on 1999/07/17  20:04:17
9650         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
9651              and prefix/lib/perl5/man are ass_u_med only if those directories
9652              actually exist; else prefix/{lib,man} are used)
9653      Branch: perl
9654            ! lib/ExtUtils/MM_Unix.pm
9655 ____________________________________________________________________________
9656 [  3681] By: gsar                                  on 1999/07/17  19:12:33
9657         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
9658      Branch: perl
9659            ! op.c t/comp/proto.t
9660 ____________________________________________________________________________
9661 [  3680] By: gsar                                  on 1999/07/17  18:23:55
9662         Log: fix vec() on magic values
9663              From: Ian Phillipps <ian@dial.pipex.com>
9664              Date: Mon, 12 Jul 1999 12:30:05 +0100
9665              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
9666              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
9667      Branch: perl
9668            ! doop.c t/op/tie.t
9669 ____________________________________________________________________________
9670 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9671         Log: make system() return -1 and set $! if exec of child failed
9672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9673              Date: Fri, 9 Jul 1999 05:21:13 -0400
9674              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9675              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9676      Branch: perl
9677            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9678            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9679 ____________________________________________________________________________
9680 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9681         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9682              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9683              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9684              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9685      Branch: perl
9686            ! util.c
9687 ____________________________________________________________________________
9688 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9689         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9690              converted Ken's documentation outline into pod
9691      Branch: perl
9692            ! x2p/find2perl.PL
9693 ____________________________________________________________________________
9694 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9695         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9696              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9697              Steve Lidie
9698      Branch: perl
9699            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9700            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9701            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9702            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9703            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9704            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9705 ____________________________________________________________________________
9706 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9707         Log: backout redundant change#3628
9708      Branch: perl
9709            ! Changes hints/bsdos.sh
9710 ____________________________________________________________________________
9711 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9712         Log: Fix the bin/oct/hex constant overflow tests for
9713              long long platforms.
9714      Branch: cfgperl
9715            ! t/pragma/warn/util
9716 ____________________________________________________________________________
9717 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9718         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9719              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9720              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9721              Hijacked win32/makedef.pl for more general purpose export
9722              list building, now it is used (as toplevel makedef.pl)
9723              for win32 and AIX (perl_exp.SH made unnecessary).
9724              Because the export lists are now correct in AIX, no more linker
9725              warnings about "Exported symbol not defined" should appear.
9726      Branch: cfgperl
9727            + makedef.pl
9728            - perl_exp.SH win32/makedef.pl
9729            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9730            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9731            ! win32/makefile.mk
9732 ____________________________________________________________________________
9733 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9734         Log: minor efficiency tweak
9735      Branch: perl
9736            ! pp_ctl.c
9737 ____________________________________________________________________________
9738 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9739         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9740              if its caller re_intuit_start() was entered with strend == strpos
9741              because end_shift ended up as -1.  The patch ain't necessarily
9742              correct but least the core dump is avoided.
9743      Branch: cfgperl
9744            ! regexec.c
9745 ____________________________________________________________________________
9746 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9747         Log: Integrate with Sarathy.
9748      Branch: cfgperl
9749            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9750            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9751           !> (integrate 67 files)
9752 ____________________________________________________________________________
9753 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9754         Log: fixups for sundry warnings about function pointers
9755      Branch: perl
9756            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9757            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9758            ! win32/win32.c win32/win32.h
9759 ____________________________________________________________________________
9760 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9761         Log: tweaks for win32/borland
9762      Branch: perl
9763            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9764 ____________________________________________________________________________
9765 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9766         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9767              builds; passing the implicit context is unified among the three
9768              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9769              flavors (see the top of perl.h) for testing; all varargs functions
9770              foo() have a va_list-taking variant vfoo() for generating the
9771              context-free versions; the PERL_OBJECT build should now be
9772              hyper-compatible with CPAN extensions (C++ is totally out of
9773              the picture)
9774              
9775              result has only been tested on Windows
9776              
9777              TODO: write docs on the THX rationale and idiomatic usage of
9778              the Perl API
9779      Branch: perl
9780            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9781            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9782            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9783            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9784            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9785            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9786            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9787            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9788            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9789            ! global.sym globals.c intrpvar.h iperlsys.h
9790            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9791            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9792            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9793            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9794            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9795            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9796            ! win32/dl_win32.xs win32/include/dirent.h
9797            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9798            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9799            ! win32/win32iop.h win32/win32sck.c
9800 ____________________________________________________________________________
9801 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9802         Log: Integrate with Sarathy.
9803      Branch: cfgperl
9804           !> op.c t/op/lex_assign.t
9805 ____________________________________________________________________________
9806 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9807         Log: More manual sync.
9808      Branch: cfgperl
9809            ! pod/perldelta.pod
9810 ____________________________________________________________________________
9811 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9812         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9813              remedy and related tests via private mail
9814      Branch: perl
9815            ! op.c t/op/lex_assign.t
9816 ____________________________________________________________________________
9817 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9818         Log: Manual synchronization with Sarathy (some files
9819              had drifted apart for no apparent reason), plus
9820              I had a typo in dl_vms.xs Sarathy had fixed.
9821      Branch: cfgperl
9822            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9823 ____________________________________________________________________________
9824 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9825         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9826              to adapt to the underlying platform (the binary, 0b1..., test
9827              was broken in 64-bit platforms).  Also change "hex" in the
9828              warning messages to "hexadecimal" to match "binary" and "octal".
9829      Branch: cfgperl
9830            ! pod/perldiag.pod t/pragma/warn/util util.c
9831 ____________________________________________________________________________
9832 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9833         Log: Integrate with Sarathy.
9834      Branch: cfgperl
9835           +> perlapi.c perlapi.h
9836           !> (integrate 43 files)
9837 ____________________________________________________________________________
9838 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9839         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9840      Branch: perl
9841            + perlapi.c perlapi.h
9842            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9843            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9844            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9845            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9846            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9847            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9848            ! win32/win32.h
9849 ____________________________________________________________________________
9850 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9851         Log: sundry cleanups for clean build on windows
9852      Branch: perl
9853            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9854 ____________________________________________________________________________
9855 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9856         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9857              type mismatch problems
9858      Branch: perl
9859            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9860            ! t/pragma/warn/op toke.c utf8.c util.c
9861 ____________________________________________________________________________
9862 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9863         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9864      Branch: cfgperl
9865            ! pod/perldiag.pod
9866           !> Changes configure.com ext/B/B/Deparse.pm
9867           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9868           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9869           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9870           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9871           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9872           !> t/pragma/overload.t thread.h vms/vms.c
9873 ____________________________________________________________________________
9874 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9875         Log: integrate cfgperl contents
9876      Branch: perl
9877           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9878           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9879           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9880            ! Changes
9881           !> (integrate 45 files)
9882 ____________________________________________________________________________
9883 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9884         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9885              <pvhp@forte.com>
9886      Branch: perl
9887            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9888 ____________________________________________________________________________
9889 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9890         Log: change#1889 mistakenly removed F_SETLK
9891      Branch: perl
9892            ! ext/Fcntl/Fcntl.xs
9893 ____________________________________________________________________________
9894 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9895         Log: B::Deparse update
9896              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9897              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9898              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9899              Subject: [PATCH _57, long] B::Deparse 0.58
9900      Branch: perl
9901            ! ext/B/B/Deparse.pm
9902 ____________________________________________________________________________
9903 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9904         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9905              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9906              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9907              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9908      Branch: perl
9909            ! gv.c t/pragma/overload.t
9910 ____________________________________________________________________________
9911 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9912         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9913      Branch: perl
9914            ! perlsfio.h
9915 ____________________________________________________________________________
9916 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9917         Log: applied new parts of suggested patch
9918              From: Charles Bailey <BAILEY@newman.upenn.edu>
9919              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9920              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9921              Subject: [PATCH 5.005_57] Consolidated VMS patch
9922      Branch: perl
9923            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9924            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9925            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9926            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9927            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9928 ____________________________________________________________________________
9929 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9930         Log: Sync regcomp warn with reality.
9931      Branch: cfgperl
9932            ! t/pragma/warn/regcomp
9933 ____________________________________________________________________________
9934 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9935         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9936              resolved manually.
9937      Branch: cfgperl
9938           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9939           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9940           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9941            - README.lexwarn
9942           !> (integrate 79 files)
9943 ____________________________________________________________________________
9944 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9945         Log: From: jan.dubois@ibm.net (Jan Dubois)
9946              Date: Thu, 01 Jul 1999 11:17:53 +0200
9947              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9948              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9949      Branch: perl
9950            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9951            ! lib/ExtUtils/MakeMaker.pm
9952 ____________________________________________________________________________
9953 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9954         Log: fix undocumented IO::Handle functions as suggested
9955              by cj10@cam.ac.uk
9956      Branch: perl
9957            ! ext/IO/lib/IO/Handle.pm
9958 ____________________________________________________________________________
9959 [  3645] By: gsar                                  on 1999/07/07  10:18:55
9960         Log: prohibit thread join()ing itself (from Dan Sugalski)
9961      Branch: perl
9962            ! ext/Thread/Thread.xs
9963 ____________________________________________________________________________
9964 [  3644] By: gsar                                  on 1999/07/07  10:14:26
9965         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9966              Date: Wed, 30 Jun 1999 14:02:42 -0700
9967              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
9968              Subject:  [PATCH 5.005_57] Compiler and XSUBS
9969      Branch: perl
9970            ! ext/B/B/C.pm
9971 ____________________________________________________________________________
9972 [  3643] By: gsar                                  on 1999/07/07  10:08:38
9973         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
9974              (from François Désarménien <desar@club-internet.fr>)
9975      Branch: perl
9976            ! pod/perlsyn.pod
9977 ____________________________________________________________________________
9978 [  3642] By: gsar                                  on 1999/07/07  10:03:24
9979         Log: From: Doug MacEachern <dougm@cp.net>
9980              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
9981              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
9982              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
9983      Branch: perl
9984            ! ext/B/B.xs
9985 ____________________________________________________________________________
9986 [  3641] By: gsar                                  on 1999/07/07  10:00:57
9987         Log: slightly modified version of suggested patch
9988              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
9989              Date: Mon, 28 Jun 1999 14:23:59 -0400
9990              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
9991              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
9992      Branch: perl
9993            ! ext/POSIX/POSIX.xs
9994 ____________________________________________________________________________
9995 [  3640] By: gsar                                  on 1999/07/07  09:45:43
9996         Log: lexical warnings update (warning.t fails one test
9997              due to leaked scalar, investigation pending)
9998              From: paul.marquess@bt.com
9999              Date: Sat, 26 Jun 1999 23:19:52 +0100
10000              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
10001              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
10002      Branch: perl
10003            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10004            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10005            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10006            - README.lexwarn
10007            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
10008            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10009            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
10010            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
10011            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10012            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
10013            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
10014            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10015            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10016            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10017            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10018            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10019            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
10020            ! warning.h warning.pl win32/win32.c
10021 ____________________________________________________________________________
10022 [  3639] By: gsar                                  on 1999/07/07  08:09:30
10023         Log: From: Brian Jepson <bjepson@home.com>
10024              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
10025              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
10026              Subject: Patch to JPL example program
10027      Branch: perl
10028            ! jpl/JPL_Rolo/JPL_Rolo.jpl
10029 ____________________________________________________________________________
10030 [  3638] By: jhi                                   on 1999/07/07  08:07:58
10031         Log: Integrate with Sarathy.
10032      Branch: cfgperl
10033           !> (integrate 34 files)
10034 ____________________________________________________________________________
10035 [  3637] By: gsar                                  on 1999/07/07  08:07:49
10036         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10037              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
10038              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
10039              Subject: [PATCH _57, long] Eliminate CONDOPs
10040      Branch: perl
10041            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
10042            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10043            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
10044            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
10045            ! pod/perltoc.pod pp_ctl.c pp_hot.c
10046 ____________________________________________________________________________
10047 [  3636] By: gsar                                  on 1999/07/07  07:50:51
10048         Log: adapted suggested patch for IO-1.20x
10049              From: ian@dial.pipex.com
10050              Date:  Fri, 25 Jun 1999 10:39:42 +0100
10051              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
10052              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
10053      Branch: perl
10054            ! ext/IO/lib/IO/Socket.pm
10055 ____________________________________________________________________________
10056 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10057         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10058      Branch: perl
10059            ! hints/powerux.sh
10060 ____________________________________________________________________________
10061 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10062         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10063              Date: Wed, 23 Jun 1999 16:16:05 +0100
10064              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10065              Subject: [PATCH 5.005_57] memleak in optimizer
10066      Branch: perl
10067            ! embed.h embed.pl objXSUB.h op.c proto.h
10068 ____________________________________________________________________________
10069 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10070         Log: add do-not-edit caveats for files generated by opcode.pl
10071              (suggested by Hugo van der Sanden)
10072      Branch: perl
10073            ! opcode.h opcode.pl pp.sym pp_proto.h
10074 ____________________________________________________________________________
10075 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10076         Log: better diagnostics on read operations from write-only
10077              filehandles
10078      Branch: perl
10079            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10080            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10081 ____________________________________________________________________________
10082 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10083         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10084              by David Muir Sharnoff <muir@idiom.com>)
10085      Branch: perl
10086            ! lib/Sys/Hostname.pm
10087 ____________________________________________________________________________
10088 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10089         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10090              Date: Sun, 20 Jun 1999 17:17:17 -0700
10091              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10092              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10093      Branch: perl
10094            ! ext/B/B/CC.pm
10095 ____________________________________________________________________________
10096 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10097         Log: installperl should write normal messages to STDOUT, not STDERR
10098      Branch: perl
10099            ! installperl
10100 ____________________________________________________________________________
10101 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10102         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10103      Branch: perl
10104            ! hints/bsdos.sh
10105 ____________________________________________________________________________
10106 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10107         Log: make diagnostic on C<my $^I> etc., more readable
10108      Branch: perl
10109            ! op.c
10110 ____________________________________________________________________________
10111 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10112         Log: From: Andy Dougherty <doughera@lafayette.edu>
10113              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10114              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10115              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10116      Branch: perl
10117            ! Makefile.SH utils/Makefile
10118 ____________________________________________________________________________
10119 [  3625] By: jhi                                   on 1999/07/06  21:50:46
10120         Log: Some new files of #3624 missing from MANIFEST.
10121      Branch: cfgperl
10122            ! MANIFEST
10123 ____________________________________________________________________________
10124 [  3624] By: jhi                                   on 1999/07/06  21:47:04
10125         Log: POSIX [[:character class:]] support for standard, locale,
10126              and utf8.  If both utf8 and locale are on, utf8 wins.
10127              I don't fully understand why so many tables changed in
10128              lib/unicode because of "make" -- maybe it was just overdue.
10129      Branch: cfgperl
10130            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10131            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10132            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10133            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
10134            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
10135            ! lib/unicode/Block.pl lib/unicode/Category.pl
10136            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10137            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
10138            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
10139            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
10140            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
10141            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
10142            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
10143            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
10144            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
10145            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
10146            ! t/pragma/warn/regcomp utf8.c
10147 ____________________________________________________________________________
10148 [  3623] By: gsar                                  on 1999/07/06  20:52:48
10149         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10150              Date: Wed, 16 Jun 1999 14:57:22 -0400
10151              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
10152              Subject: [PATCH 5.00557] Devel::Peek
10153      Branch: perl
10154            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10155 ____________________________________________________________________________
10156 [  3622] By: gsar                                  on 1999/07/06  20:22:59
10157         Log: applied patch after demunging headers with appropriate paths
10158              From: "Vishal Bhatia" <vishalb@my-deja.com>
10159              Date: Sat, 12 Jun 1999 08:23:59 -0700
10160              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
10161              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
10162      Branch: perl
10163            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
10164            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
10165 ____________________________________________________________________________
10166 [  3621] By: gsar                                  on 1999/07/06  20:10:50
10167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10168              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
10169              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
10170              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
10171      Branch: perl
10172            ! doio.c
10173 ____________________________________________________________________________
10174 [  3620] By: jhi                                   on 1999/07/06  19:16:47
10175         Log: Mention EPOC and SOCKS.
10176      Branch: cfgperl
10177            ! pod/perldelta.pod
10178 ____________________________________________________________________________
10179 [  3619] By: gsar                                  on 1999/07/06  16:52:37
10180         Log: fix int vs STRLEN issue
10181      Branch: perl
10182            ! pp.c
10183 ____________________________________________________________________________
10184 [  3618] By: jhi                                   on 1999/07/06  16:52:20
10185         Log: There ain't Perl_atonv().
10186      Branch: cfgperl
10187            ! ext/ByteLoader/bytecode.h
10188 ____________________________________________________________________________
10189 [  3617] By: jhi                                   on 1999/07/06  15:55:22
10190         Log: Integrate with Sarathy.
10191      Branch: cfgperl
10192           !> Makefile.SH
10193 ____________________________________________________________________________
10194 [  3616] By: jhi                                   on 1999/07/06  15:54:09
10195         Log: Tweak for #3613.
10196      Branch: cfgperl
10197            ! Configure config_h.SH
10198 ____________________________________________________________________________
10199 [  3615] By: gsar                                  on 1999/07/06  11:00:21
10200         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10201              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
10202              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
10203              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
10204      Branch: perl
10205            ! Makefile.SH
10206 ____________________________________________________________________________
10207 [  3614] By: jhi                                   on 1999/07/06  10:44:48
10208         Log: Integrate with Sarathy.
10209      Branch: cfgperl
10210           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
10211           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
10212 ____________________________________________________________________________
10213 [  3613] By: jhi                                   on 1999/07/06  10:43:20
10214         Log: From: Nathan Kurz <nate@valleytel.net>
10215              Subject: [ID 19990612.001 compiling three deep modules within ext/]
10216              ply-To: nate@valleytel.net
10217              erl5-porters@perl.org
10218              Date: Sat, 12 Jun 1999 01:26:04 -0500
10219              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
10220      Branch: cfgperl
10221            ! Configure config_h.SH
10222 ____________________________________________________________________________
10223 [  3612] By: gsar                                  on 1999/07/06  10:17:52
10224         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10225              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
10226              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
10227              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
10228      Branch: perl
10229            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
10230 ____________________________________________________________________________
10231 [  3611] By: gsar                                  on 1999/07/06  09:51:20
10232         Log: From: pvhp@forte.com (Peter Prymmer)
10233              Date: Fri, 11 Jun 99 17:07:19 PDT
10234              Message-Id: <9906120007.AA13802@forte.com>
10235              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
10236      Branch: perl
10237            ! ext/IO/lib/IO/File.pm
10238 ____________________________________________________________________________
10239 [  3610] By: gsar                                  on 1999/07/06  09:37:37
10240         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
10241              tweak)
10242              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10243              Date: Wed, 09 Jun 1999 18:27:51 +0100
10244              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
10245              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
10246      Branch: perl
10247            ! perl.h t/base/rs.t
10248 ____________________________________________________________________________
10249 [  3609] By: jhi                                   on 1999/07/06  09:28:48
10250         Log: Integrate with Sarathy.
10251      Branch: cfgperl
10252           !> (integrate 49 files)
10253 ____________________________________________________________________________
10254 [  3608] By: gsar                                  on 1999/07/06  09:28:21
10255         Log: test tweak
10256      Branch: perl
10257            ! t/pragma/warn/op
10258 ____________________________________________________________________________
10259 [  3607] By: jhi                                   on 1999/07/06  09:22:48
10260         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
10261      Branch: cfgperl
10262            ! Configure config_h.SH
10263 ____________________________________________________________________________
10264 [  3606] By: gsar                                  on 1999/07/06  09:05:02
10265         Log: applied slightly tweaked version of suggested patch for
10266              improved RE API
10267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10268              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
10269              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
10270              Subject: [PATCH 5.005_57] REx engine rehash
10271      Branch: perl
10272            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
10273            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
10274            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
10275            ! util.c
10276 ____________________________________________________________________________
10277 [  3605] By: gsar                                  on 1999/07/06  08:54:03
10278         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
10279      Branch: perl
10280            ! sv.c
10281 ____________________________________________________________________________
10282 [  3604] By: gsar                                  on 1999/07/06  07:08:30
10283         Log: From: paul.marquess@bt.com
10284              Date: Tue, 8 Jun 1999 22:37:58 +0100 
10285              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
10286              Subject: [PATCH 5.005_57] DB_File 1.67
10287      Branch: perl
10288            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10289            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10290 ____________________________________________________________________________
10291 [  3603] By: gsar                                  on 1999/07/06  07:04:50
10292         Log: From: paul.marquess@bt.com
10293              Date: Tue, 8 Jun 1999 22:34:01 +0100 
10294              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
10295              Subject: [PATCH 5.005_57] DBM Filters
10296      Branch: perl
10297            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10298            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
10299            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10300            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
10301 ____________________________________________________________________________
10302 [  3602] By: gsar                                  on 1999/07/06  07:00:01
10303         Log: slightly tweaked version of suggested patch
10304              From: Dan Sugalski <sugalskd@ous.edu>
10305              Date: Tue, 08 Jun 1999 14:09:38 -0700
10306              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
10307              Subject: [PATCH 5.005_57]Use NV instead of double in the core
10308      Branch: perl
10309            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
10310            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
10311            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
10312            ! proto.h sv.c sv.h toke.c universal.c util.c
10313 ____________________________________________________________________________
10314 [  3601] By: gsar                                  on 1999/07/06  06:52:57
10315         Log: integrate cfgperl contents into mainline
10316      Branch: perl
10317           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10318           +> epoc/perl.mmp epoc/perl.pkg
10319           !> (integrate 30 files)
10320 ____________________________________________________________________________
10321 [  3598] By: jhi                                   on 1999/07/05  20:02:55
10322         Log: Integrate with mainperl.
10323      Branch: cfgperl
10324           +> lib/CGI/Pretty.pm
10325           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10326           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
10327           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
10328           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
10329           !> vms/vmsish.h
10330 ____________________________________________________________________________
10331 [  3597] By: jhi                                   on 1999/07/05  19:59:48
10332         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
10333              that addresses the notorious "Additional libraries" question.
10334      Branch: cfgperl
10335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10336            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
10337            ! pp_sys.c
10338 ____________________________________________________________________________
10339 [  3596] By: gsar                                  on 1999/07/05  18:30:51
10340         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10341              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
10342              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
10343              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
10344      Branch: perl
10345            ! pp_sys.c t/lib/io_udp.t
10346 ____________________________________________________________________________
10347 [  3595] By: gsar                                  on 1999/07/05  18:29:08
10348         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10349              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
10350              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
10351              Subject: [PATCH 5.00557] Setting $^E wipes out $!
10352      Branch: perl
10353            ! mg.c
10354 ____________________________________________________________________________
10355 [  3594] By: gsar                                  on 1999/07/05  18:24:53
10356         Log: hand-apply whitespace mutiliated patch
10357              From: Dan Sugalski <sugalskd@osshe.edu>
10358              Date: Mon, 07 Jun 1999 14:46:42 -0700
10359              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
10360              Subject: [PATCH 5.005_57]Updated VMS patch
10361      Branch: perl
10362            ! thread.h vms/descrip_mms.template vms/subconfigure.com
10363            ! vms/vms.c vms/vmsish.h
10364 ____________________________________________________________________________
10365 [  3593] By: gsar                                  on 1999/07/05  17:53:04
10366         Log: applied parts not duplicated by previous patches
10367              From: "Vishal Bhatia" <vishalb@my-deja.com>
10368              Date: Sat, 05 Jun 1999 08:42:17 -0700
10369              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
10370              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
10371      Branch: perl
10372            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10373            ! ext/B/B/Stackobj.pm
10374 ____________________________________________________________________________
10375 [  3592] By: jhi                                   on 1999/07/05  17:17:22
10376         Log: AIX threaded build, plus few more on the side.
10377      Branch: cfgperl
10378            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
10379            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10380            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
10381            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
10382 ____________________________________________________________________________
10383 [  3591] By: gsar                                  on 1999/07/05  16:52:34
10384         Log: "\e" and "\a" didn't produce right escape under EBCDIC
10385              From: pvhp@forte.com (Peter Prymmer)
10386              Date: Fri, 4 Jun 99 12:00:27 PDT
10387              Message-Id: <9906041900.AA28387@forte.com>
10388              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
10389      Branch: perl
10390            ! toke.c
10391 ____________________________________________________________________________
10392 [  3590] By: gsar                                  on 1999/07/05  16:40:01
10393         Log: s/scalar ref constructor/single ref constructor/ (suggested
10394              by Stephen McCamant)
10395      Branch: perl
10396            ! opcode.h opcode.pl
10397 ____________________________________________________________________________
10398 [  3589] By: gsar                                  on 1999/07/05  16:34:06
10399         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
10400      Branch: perl
10401            ! ext/GDBM_File/GDBM_File.xs
10402 ____________________________________________________________________________
10403 [  3588] By: gsar                                  on 1999/07/05  16:29:39
10404         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
10405              is unchanged still)
10406      Branch: perl
10407            ! op.c
10408 ____________________________________________________________________________
10409 [  3587] By: jhi                                   on 1999/07/05  10:31:43
10410         Log: Make perl_exp.SH smarter about what to include and what to exclude.
10411      Branch: cfgperl
10412            ! perl_exp.SH
10413 ____________________________________________________________________________
10414 [  3586] By: jhi                                   on 1999/07/05  09:29:31
10415         Log: Remove unnecessary and extraneous my $i = 0.
10416      Branch: cfgperl
10417            ! bytecode.pl
10418 ____________________________________________________________________________
10419 [  3585] By: jhi                                   on 1999/07/05  07:28:59
10420         Log: Integrate with mainperl.
10421      Branch: cfgperl
10422           !> (integrate 30 files)
10423 ____________________________________________________________________________
10424 [  3584] By: gsar                                  on 1999/07/05  05:36:28
10425         Log: From: Vishal Bhatia <vishalb@hotmail.com>
10426              Date: Thu, 03 Jun 1999 00:57:48 PDT
10427              Message-ID: <19990603075749.86665.qmail@hotmail.com>
10428              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
10429      Branch: perl
10430            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10431 ____________________________________________________________________________
10432 [  3583] By: gsar                                  on 1999/07/05  05:31:19
10433         Log: suppress fancy display when in verbose mode (suggested by
10434              Paul Johnson <pjcj@transeda.com>)
10435      Branch: perl
10436            ! lib/Test/Harness.pm
10437 ____________________________________________________________________________
10438 [  3582] By: gsar                                  on 1999/07/05  05:17:12
10439         Log: cygwin32 update
10440              From: "Fifer, Eric" <EFifer@sanwaint.com>
10441              Date:  Wed, 2 Jun 1999 15:16:05 +0100
10442              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
10443              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
10444      Branch: perl
10445            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10446            ! cygwin32/build-instructions.READFIRST
10447            ! cygwin32/build-instructions.charles-wilson
10448            ! cygwin32/build-instructions.sebastien-barre
10449            ! cygwin32/build-instructions.steven-morlock
10450            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10451            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10452            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10453            ! t/op/magic.t util.c
10454 ____________________________________________________________________________
10455 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10456         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10457      Branch: perl
10458            ! util.c
10459 ____________________________________________________________________________
10460 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10461         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10462              Date: Mon, 31 May 1999 18:18:13 -0600
10463              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10464              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10465      Branch: perl
10466            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10467 ____________________________________________________________________________
10468 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10469         Log: compatibility tweak for Class::Struct
10470      Branch: perl
10471            ! lib/Class/Struct.pm
10472 ____________________________________________________________________________
10473 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10474         Log: Miscellaneus AIX fixes + SOCKS support.
10475      Branch: cfgperl
10476            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10477            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
10478            ! hints/aix.sh pp_sys.c
10479 ____________________________________________________________________________
10480 [  3577] By: gsar                                  on 1999/07/04  23:07:39
10481         Log: test tweak
10482      Branch: perl
10483            ! t/io/openpid.t
10484 ____________________________________________________________________________
10485 [  3576] By: jhi                                   on 1999/07/04  22:39:23
10486         Log: Integrate with mainperl.
10487      Branch: cfgperl
10488           +> t/io/openpid.t
10489            - win32/perlhost.h
10490           !> (integrate 51 files)
10491 ____________________________________________________________________________
10492 [  3575] By: jhi                                   on 1999/07/04  22:26:48
10493         Log: Added 64-bit support for AIX 4.3 or better
10494              based on Martin H. Rusoff's observations.
10495      Branch: cfgperl
10496            ! Configure config_h.SH hints/aix.sh
10497 ____________________________________________________________________________
10498 [  3574] By: jhi                                   on 1999/07/04  21:34:47
10499         Log: Do not throw away gccvers compilation errors.
10500              From: Andy Dougherty <doughera@lafayette.edu>
10501              To: Ron Seguin <rseguin@on.bell.ca>
10502              Cc: Perl Porters <perl5-porters@perl.org>
10503              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
10504              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
10505              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
10506      Branch: cfgperl
10507            ! Configure config_h.SH
10508 ____________________________________________________________________________
10509 [  3573] By: gsar                                  on 1999/07/04  21:10:32
10510         Log: adapted suggested tests for addition to testsuite
10511              From: RonaldWS@aol.com
10512              Date:  Sun, 30 May 1999 16:27:28 EDT
10513              Message-Id:  <25cd799f.2482f930@aol.com>
10514              Subject: [19990530.007] Open with pipe | does not return pid under win32
10515      Branch: perl
10516            + t/io/openpid.t
10517            ! MANIFEST win32/win32.c
10518 ____________________________________________________________________________
10519 [  3572] By: gsar                                  on 1999/07/04  20:29:32
10520         Log: perl_run() should call my_exit(0) for normal completion
10521      Branch: perl
10522            ! perl.c
10523 ____________________________________________________________________________
10524 [  3571] By: jhi                                   on 1999/07/04  20:10:44
10525         Log: Add test for change #3568 plus general cleanup.
10526      Branch: cfgperl
10527            ! t/pragma/locale.t
10528 ____________________________________________________________________________
10529 [  3570] By: gsar                                  on 1999/07/04  20:03:21
10530         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
10531              overloading
10532      Branch: perl
10533            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10534            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
10535 ____________________________________________________________________________
10536 [  3569] By: gsar                                  on 1999/07/04  18:04:48
10537         Log: make AIX dynaloading work when libperl is shared (and thus under
10538              mod_perl etc.)
10539              From: Jens-Uwe Mager <jum@helios.de>
10540              Date:  Sat, 29 May 1999 17:09:52 +0200
10541              Message-Id:  <199905291509.RAA43978@ans.helios.de>
10542              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
10543      Branch: perl
10544            ! ext/DynaLoader/dl_aix.xs
10545 ____________________________________________________________________________
10546 [  3568] By: jhi                                   on 1999/07/04  14:54:23
10547         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
10548              This resulted for example in the 'o' magic not being cleared by
10549              magic_setcollxfrm(), which resulted in strange cmp results.
10550              The bug was reported originally in the message
10551              Subject: Bug with locale
10552              From: Jan Starzynski <jan@planet.de> 
10553              To: perlbug@perl.com 
10554              Date: Fri, 09 Apr 1999 13:23:07 +0200 
10555              Message-ID: <370DE31B.DAEE1332@planet.de> 
10556      Branch: cfgperl
10557            ! pp.c
10558 ____________________________________________________________________________
10559 [  3567] By: gsar                                  on 1999/07/04  02:38:34
10560         Log: remove misleading info on defined(&func), unclutter deprecation
10561              about defined(@array)
10562      Branch: perl
10563            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10564            ! t/pragma/warn/op
10565 ____________________________________________________________________________
10566 [  3566] By: gsar                                  on 1999/07/04  01:46:31
10567         Log: From: jan.dubois@ibm.net (Jan Dubois)
10568              Date: Wed, 26 May 1999 22:07:17 +0200
10569              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
10570              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
10571      Branch: perl
10572            ! Changes win32/win32.c win32/win32.h
10573 ____________________________________________________________________________
10574 [  3565] By: gsar                                  on 1999/07/04  01:26:02
10575         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
10576              for win32 issues)
10577      Branch: perl
10578            ! pod/perlxstut.pod
10579 ____________________________________________________________________________
10580 [  3564] By: gsar                                  on 1999/07/02  03:09:04
10581         Log: avoid warnings
10582      Branch: perl
10583            ! ext/Thread/Thread/Specific.pm lib/fields.pm
10584 ____________________________________________________________________________
10585 [  3563] By: gsar                                  on 1999/06/28  19:23:47
10586         Log: inc version (for CPAN.pm sanity)
10587      Branch: perl
10588            ! lib/Text/ParseWords.pm
10589 ____________________________________________________________________________
10590 [  3562] By: gsar                                  on 1999/06/28  19:19:01
10591         Log: regen perltoc
10592      Branch: perl
10593            ! pod/perltoc.pod
10594 ____________________________________________________________________________
10595 [  3561] By: gsar                                  on 1999/06/28  19:08:41
10596         Log: From: Damian Conway <damian@cs.monash.edu.au>
10597              Date: Wed, 26 May 1999 00:58:35 -0400
10598              Message-Id: <199905260458.AAA06411@defender.perl.org>
10599              Subject: [19990526.002] Misc. improvements to Class:Struct
10600      Branch: perl
10601            ! MANIFEST lib/Class/Struct.pm
10602 ____________________________________________________________________________
10603 [  3560] By: gsar                                  on 1999/06/28  18:50:52
10604         Log: remove bogus PL_optype_size
10605      Branch: perl
10606            ! bytecode.pl ext/ByteLoader/byterun.h
10607 ____________________________________________________________________________
10608 [  3559] By: gsar                                  on 1999/06/28  18:22:26
10609         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
10610      Branch: perl
10611            + lib/CGI/Pretty.pm
10612            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
10613            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
10614            ! t/lib/cgi-html.t t/lib/cgi-request.t
10615 ____________________________________________________________________________
10616 [  3558] By: jhi                                   on 1999/06/28  07:30:21
10617         Log: Change Olaf Lebbe's email address.
10618      Branch: cfgperl
10619            ! README.epoc
10620 ____________________________________________________________________________
10621 [  3557] By: gsar                                  on 1999/06/28  00:07:33
10622         Log: make autogenerated files writable
10623      Branch: perl
10624            - win32/perlhost.h
10625            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
10626            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
10627            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
10628            ! proto.h regnodes.h warning.h win32/config_H.bc
10629            ! win32/config_H.gc win32/config_H.vc
10630 ____________________________________________________________________________
10631 [  3556] By: jhi                                   on 1999/06/27  19:22:53
10632         Log: Update MANIFEST to match #3555.
10633      Branch: cfgperl
10634            ! MANIFEST
10635 ____________________________________________________________________________
10636 [  3555] By: jhi                                   on 1999/06/27  19:16:22
10637         Log: EPOC port to Psion5.
10638              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10639              To: Jarkko Hietaniemi <jhi@iki.fi>
10640              Cc: perl5-porters@perl.org
10641              Subject: Re: Psion5
10642              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
10643              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
10644      Branch: cfgperl
10645            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10646            + epoc/perl.mmp epoc/perl.pkg
10647            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
10648            ! perl.h sv.c util.c
10649 ____________________________________________________________________________
10650 [  3554] By: jhi                                   on 1999/06/27  18:50:52
10651         Log: Integrate from mainperl.
10652      Branch: cfgperl
10653           !> (integrate 48 files)
10654 ____________________________________________________________________________
10655 [  3553] By: gsar                                  on 1999/06/27  14:28:49
10656         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
10657              gone from the public API); PERL_OBJECT builds again on
10658              windows
10659              
10660              TODO: namespace-clean the typedefs in iperlsys.h and
10661              elsewhere; remove C++ remnants from public headers
10662      Branch: perl
10663            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
10664            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10665            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10666            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
10667            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
10668            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
10669            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10670            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10671            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10672            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10673            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10674            ! win32/win32sck.c
10675 ____________________________________________________________________________
10676 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10677         Log: integrate cfgperl changes into mainline
10678      Branch: perl
10679           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10680           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10681           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10682           !> util.c
10683 ____________________________________________________________________________
10684 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10685         Log: fix indents
10686      Branch: perl
10687            ! op.c
10688 ____________________________________________________________________________
10689 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10690         Log: update Changes
10691      Branch: perl
10692            ! Changes
10693 ____________________________________________________________________________
10694 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10695         Log: avoid race condition in the CAPI extension bootstrap handler
10696      Branch: perl
10697            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10698 ____________________________________________________________________________
10699 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10700         Log: sanity check to cover the case when perl is installed into the
10701              X:\ (drive root)
10702      Branch: perl
10703            ! win32/win32.c
10704 ____________________________________________________________________________
10705 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10706         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10707      Branch: perl
10708            ! lib/Tie/RefHash.pm
10709 ____________________________________________________________________________
10710 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10711         Log: Tidy up #3542 and #3543. 
10712      Branch: cfgperl
10713            ! t/pragma/locale.t util.c
10714 ____________________________________________________________________________
10715 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10716         Log: Spice up locale.t.
10717      Branch: cfgperl
10718            ! t/pragma/locale.t
10719 ____________________________________________________________________________
10720 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10721         Log: Fixed two long-standing locale bugs.
10722              
10723              Both problems were related to numeric locale which
10724              controls the radix character aka the decimal separator.
10725              (1) printf (and sprintf) were resetting the numeric locale to C.
10726              (2) Using locale-numerically formatted floating point
10727              numbers (e.g. "1,23") together with -w caused warnings about
10728              "isn't numeric".  The operations were working fine, though,
10729              because atof() was using the local locale.
10730              Both problems reported by Stefan Vogtner.
10731              
10732              Introduced a wrapper for atof() that attempts to convert
10733              the string both ways.  This helps Perl to understand
10734              numbers like this "4.56" even when using a local locale
10735              makes atof() understand only numbers like this "7,89".
10736              
10737              Remaining related problems, both of which existed before
10738              this patch and continue to exist after this patch:
10739              (a) The behaviour of print() is _not_ as documented by perllocale.
10740              Instead of always using the C locale, print() does use the
10741              local locale, just like the *printf() do.  This may be fixable
10742              now that switching to-and-fro between locales has been made
10743              more consistent, but fixing print() would change existing
10744              behaviour.  perllocale is not changed by this patch.
10745              (b) If a number has been stringified (say, via "$number") under
10746              a local locale, the cached string value persists even under
10747              "no locale".  This may or may not be a problem: operations
10748              work fine because the original number is still there, but
10749              that the string form keeps its locale-ish outlook may be
10750              somewhat confusing.
10751      Branch: cfgperl
10752            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10753            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10754            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10755            ! util.c
10756 ____________________________________________________________________________
10757 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10758         Log: Integrate from mainperl.
10759      Branch: cfgperl
10760           !> ext/Data/Dumper/Dumper.pm op.c
10761 ____________________________________________________________________________
10762 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10763         Log: dump C<0> as such, not C<'0'>
10764      Branch: perl
10765            ! ext/Data/Dumper/Dumper.pm
10766 ____________________________________________________________________________
10767 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10768         Log: fix coredumper in change#3498
10769      Branch: perl
10770            ! op.c
10771 ____________________________________________________________________________
10772 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10773         Log: Integrate from mainperl.
10774      Branch: cfgperl
10775           +> lib/caller.pm
10776           !> (integrate 36 files)
10777 ____________________________________________________________________________
10778 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10779         Log: EXTERN_C declarations for global arrays in various
10780              headers, so perl can be built even in C++ mode; win32
10781              build fixups; regen headers
10782      Branch: perl
10783            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10784            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10785 ____________________________________________________________________________
10786 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10787         Log: caller.pm typos
10788      Branch: perl
10789            ! lib/caller.pm
10790 ____________________________________________________________________________
10791 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10792         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10793              is temporarily gone
10794      Branch: perl
10795            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10796            ! pod/perldelta.pod proto.h win32/perllib.c
10797 ____________________________________________________________________________
10798 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10799         Log: implement C<use caller 'encoding'>
10800      Branch: perl
10801            + lib/caller.pm
10802            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10803 ____________________________________________________________________________
10804 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10805         Log: truncate() has a peculiar exemption from strict barewords, even
10806              though it has a non-filehandle prototype
10807      Branch: perl
10808            ! op.c t/io/fs.t
10809 ____________________________________________________________________________
10810 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10811         Log: GDBM tweak
10812      Branch: perl
10813            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10814 ____________________________________________________________________________
10815 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10816         Log: part of the platform changes for IMPLICIT_CONTEXT
10817      Branch: perl
10818            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10819            ! jpl/PerlInterpreter/PerlInterpreter.c
10820            ! jpl/PerlInterpreter/PerlInterpreter.h
10821            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10822            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10823 ____________________________________________________________________________
10824 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10825         Log: Integrate from mainperl.
10826      Branch: cfgperl
10827           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10828 ____________________________________________________________________________
10829 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10830         Log: DB_File tweaks for IMPLICIT CONTEXT
10831      Branch: perl
10832            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10833 ____________________________________________________________________________
10834 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10835         Log: Integrate from mainperl.
10836      Branch: cfgperl
10837           !> (integrate 105 files)
10838 ____________________________________________________________________________
10839 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10840         Log: most globals are now interpreter local; locale initialization
10841              was too early, defer it until interpreter is allocated and
10842              initialized; multiple interpreters should now be
10843              concurrency-safe (untested)
10844      Branch: perl
10845            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10846            ! perlvars.h
10847 ____________________________________________________________________________
10848 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10849         Log: fix small nits
10850      Branch: perl
10851            ! cc_runtime.h ext/B/B/CC.pm run.c
10852 ____________________________________________________________________________
10853 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10854         Log: win32 build fixes
10855      Branch: perl
10856            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10857            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10858            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10859            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10860            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10861            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10862            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10863            ! win32/win32.c win32/win32.h win32/win32sck.c
10864            ! win32/win32thread.c win32/win32thread.h
10865 ____________________________________________________________________________
10866 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10867         Log: more complete support for implicit thread/interpreter pointer,
10868              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10869              without that enabled):
10870              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10871              is a noop; tests pass on Solaris; should be faster now!
10872              - MULTIPLICITY has been tested with and without
10873              PERL_IMPLICIT_CONTEXT on Solaris
10874              - improved function database now merged with embed.pl
10875              - everything except the varargs functions have foo(a,b,c) macros
10876              to provide compatibility
10877              - varargs functions default to compatibility variants that
10878              get the context pointer using dTHX
10879              - there should be almost no source compatibility issues as a
10880              result of all this
10881              - dl_foo.xs changes other than dl_dlopen.xs untested
10882              - still needs documentation, fixups for win32 etc
10883              Next step: migrate most non-mutex variables from perlvars.h
10884              to intrpvar.h
10885      Branch: perl
10886            - proto.pl
10887            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10888            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10889            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10890            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10891            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10892            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10893            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10894            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10895            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10896            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10897            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10898            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10899            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10900            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10901            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10902            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10903            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10904            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10905            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10906            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10907 ____________________________________________________________________________
10908 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10909         Log: missed a file
10910      Branch: perl
10911            + proto.pl
10912            ! MANIFEST
10913 ____________________________________________________________________________
10914 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10915         Log: initial stub implementation of implicit thread/this
10916              pointer    argument; builds/tests on Solaris, win32
10917              hasn't been fixed up yet; proto.h, global.sym and
10918              static function decls are now generated from a common
10919              database in proto.pl; some inconsistently named
10920              perl_foo() things are now Perl_foo(), compatibility
10921              #defines provided; perl_foo() (lowercase 'p') reserved
10922              for functions that take an explicit context argument;
10923              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10924      Branch: perl
10925            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10926            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10927            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10928            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10929            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10930            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10931            ! universal.c utf8.c util.c
10932 ____________________________________________________________________________
10933 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10934         Log: clean up some stray "global" symbols
10935      Branch: perl
10936            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10937            ! pp_proto.h proto.h
10938 ____________________________________________________________________________
10939 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10940         Log: Integrate from mainperl.
10941      Branch: cfgperl
10942           !> (integrate 94 files)
10943 ____________________________________________________________________________
10944 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10945         Log: avoid dereferencing null pointer from getpwent() et al
10946      Branch: perl
10947            ! pp_sys.c
10948 ____________________________________________________________________________
10949 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10950         Log: remove _() non-ansism
10951      Branch: perl
10952            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10953            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10954            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10955            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10956            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10957            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10958            ! ext/re/re.xs handy.h hv.c iperlsys.h
10959            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
10960            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
10961            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
10962            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
10963            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
10964            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
10965            ! vms/vmsish.h vms/writemain.pl vos/config.h
10966            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
10967            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
10968            ! win32/perllib.c win32/runperl.c win32/win32.h
10969            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
10970            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
10971 ____________________________________________________________________________
10972 [  3517] By: gsar                                  on 1999/06/02  02:17:51
10973         Log: missed a few files
10974      Branch: perl
10975            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
10976 ____________________________________________________________________________
10977 [  3516] By: gsar                                  on 1999/06/02  01:37:33
10978         Log: integrate cfgperl contents into mainline
10979      Branch: perl
10980           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10981           +> ext/ByteLoader/byterun.h
10982            - bytecode.h byterun.c byterun.h
10983            ! Changes
10984           !> (integrate 58 files)
10985 ____________________________________________________________________________
10986 [  3515] By: gsar                                  on 1999/06/02  00:48:50
10987         Log: remove stray K&R-isms
10988      Branch: perl
10989            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10990            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
10991            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
10992            ! toke.c util.c win32/win32.c x2p/hash.c
10993 ____________________________________________________________________________
10994 [  3514] By: gsar                                  on 1999/06/01  15:55:55
10995         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
10996              strict 'subs'
10997      Branch: perl
10998            ! op.c t/pragma/strict-subs
10999 ____________________________________________________________________________
11000 [  3513] By: jhi                                   on 1999/06/01  07:17:05
11001         Log: Patch applying of #3499 had gone awry.
11002      Branch: cfgperl
11003            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
11004 ____________________________________________________________________________
11005 [  3512] By: gsar                                  on 1999/05/31  19:21:30
11006         Log: tighter -help output
11007      Branch: perl
11008            ! perl.c
11009 ____________________________________________________________________________
11010 [  3511] By: gsar                                  on 1999/05/31  17:18:23
11011         Log: fix memory leak in C<eval 'return sub {...}'>
11012      Branch: perl
11013            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
11014 ____________________________________________________________________________
11015 [  3510] By: gsar                                  on 1999/05/31  14:11:46
11016         Log: tweak C++isms
11017      Branch: perl
11018            ! win32/dl_win32.xs win32/win32.c
11019 ____________________________________________________________________________
11020 [  3509] By: jhi                                   on 1999/05/30  13:02:26
11021         Log: Cleanup of #3488.
11022      Branch: cfgperl
11023            ! Configure config_h.SH
11024 ____________________________________________________________________________
11025 [  3508] By: jhi                                   on 1999/05/30  11:16:01
11026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11027              To: Mailing list Perl5 <perl5-porters@perl.org>
11028              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
11029              Date: Sat, 29 May 1999 20:18:13 -0400
11030              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
11031      Branch: cfgperl
11032            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
11033 ____________________________________________________________________________
11034 [  3507] By: jhi                                   on 1999/05/29  20:05:40
11035         Log: From: Mark-Jason Dominus <mjd@plover.com>
11036              To: perl5-porters@perl.com
11037              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
11038              Date: Sat, 29 May 1999 14:45:10 -0400
11039              Message-ID: <19990529184510.27557.qmail@plover.com>
11040      Branch: cfgperl
11041            ! op.h
11042 ____________________________________________________________________________
11043 [  3506] By: gsar                                  on 1999/05/29  16:49:39
11044         Log: avoid gv_check() recursive pit
11045      Branch: perl
11046            ! gv.c
11047 ____________________________________________________________________________
11048 [  3505] By: jhi                                   on 1999/05/29  11:38:16
11049         Log: From: jan.dubois@ibm.net (Jan Dubois)
11050              To: Gurusamy Sarathy <gsar@activestate.com>
11051              Cc: perl5-porters@perl.org
11052              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
11053              Date: Sat, 29 May 1999 08:46:22 +0200
11054              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11055      Branch: cfgperl
11056            ! t/op/grent.t t/op/pwent.t
11057 ____________________________________________________________________________
11058 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11059         Log: QNX needs <sys/select.h> to define fd_set.
11060              
11061              From: Norton Allen <allen@huarp.harvard.edu>
11062              To: perl5-porters@perl.org
11063              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11064              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11065              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11066      Branch: cfgperl
11067            ! ext/IO/poll.c
11068 ____________________________________________________________________________
11069 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11070         Log: From: jan.dubois@ibm.net (Jan Dubois)
11071              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11072              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11073              Date: Fri, 28 May 1999 20:14:35 +0200
11074              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11075      Branch: cfgperl
11076            ! lib/Math/BigFloat.pm
11077 ____________________________________________________________________________
11078 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11079         Log: Make Configure support the change #3367,
11080              SysV shadow passwords.
11081      Branch: cfgperl
11082            ! Configure config_h.SH pp_sys.c
11083 ____________________________________________________________________________
11084 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11085         Log: add wide versions of win32 system calls (first step in
11086              globalization); delayload winsock for performance if compiling
11087              with VC 6.0
11088      Branch: perl
11089            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11090            ! win32/win32.c win32/win32.h
11091 ____________________________________________________________________________
11092 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11093         Log: The new t/lib/io_linenum.t was using stricture
11094              before @INC was set up.
11095      Branch: cfgperl
11096            ! t/lib/io_linenum.t
11097 ____________________________________________________________________________
11098 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11099         Log: From: Tom Hughes <tom@compton.nu>
11100              To: perl5-porters@perl.org
11101              Subject: [PATCH 5.005_57] ByteLoader mark 2
11102              Date: Wed, 26 May 1999 23:59:49 +0100
11103              Message-ID: <bf337a0849.tom@compton.compton.nu>
11104              
11105              plus resolve tiny conflict with #3479
11106              plus regen_headers.
11107      Branch: cfgperl
11108            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11109            + ext/ByteLoader/byterun.h
11110            - bytecode.h byterun.c byterun.h
11111            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11112            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11113            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11114            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11115            ! perl.h perlvars.h proto.h util.c utils/Makefile
11116 ____________________________________________________________________________
11117 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11118         Log: From: Mark-Jason Dominus <mjd@plover.com>
11119              To: perl5-porters@perl.com
11120              Subject: PATCH (5.005_57): defined(@a) now deprecated
11121              Date: Thu, 27 May 1999 16:05:44 -0400
11122              Message-ID: <19990527200544.13330.qmail@plover.com>
11123      Branch: cfgperl
11124            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
11125            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
11126 ____________________________________________________________________________
11127 [  3497] By: jhi                                   on 1999/05/28  16:50:54
11128         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11129              To: perl5-porters@perl.org (Mailing list Perl5)
11130              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
11131              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
11132              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
11133      Branch: cfgperl
11134            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
11135            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
11136 ____________________________________________________________________________
11137 [  3496] By: jhi                                   on 1999/05/28  16:48:39
11138         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11139              To: perl5-porters@perl.org (Mailing list Perl5)
11140              Subject: [PATCH 5.00557] Required OS/2-related patches
11141              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
11142              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
11143      Branch: cfgperl
11144            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
11145            ! t/op/stat.t util.c
11146 ____________________________________________________________________________
11147 [  3495] By: jhi                                   on 1999/05/28  16:45:56
11148         Log: From: Paul Johnson <pjcj@transeda.com>
11149              To: perl5-porters <perl5-porters@perl.org>
11150              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
11151              Date: Fri, 28 May 1999 15:13:54 +0100
11152              Message-ID: <19990528151354.B289@west-tip.transeda.com>
11153      Branch: cfgperl
11154            ! t/TEST
11155 ____________________________________________________________________________
11156 [  3494] By: jhi                                   on 1999/05/28  16:44:34
11157         Log: From: Paul Johnson <pjcj@transeda.com>
11158              To: perl5-porters <perl5-porters@perl.org>
11159              Subject: [PATCH 5.005_57] Fixes related to working local $.
11160              Date: Fri, 28 May 1999 15:11:18 +0100
11161              Message-ID: <19990528151118.A289@west-tip.transeda.com>
11162      Branch: cfgperl
11163            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
11164 ____________________________________________________________________________
11165 [  3493] By: gsar                                  on 1999/05/28  16:37:26
11166         Log: change#3449 wasn't doing enough
11167      Branch: perl
11168            ! op.c t/comp/proto.t
11169 ____________________________________________________________________________
11170 [  3492] By: jhi                                   on 1999/05/28  08:12:23
11171         Log: From: paul.marquess@bt.com
11172              To: doughera@lafayette.edu
11173              Cc: perl5-porters@perl.org
11174              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
11175              Date: Thu, 27 May 1999 23:31:38 +0100
11176              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
11177              
11178              Had to be applied manually; some mailer had munged the patch slightly.
11179      Branch: cfgperl
11180            ! ext/NDBM_File/NDBM_File.xs
11181 ____________________________________________________________________________
11182 [  3491] By: jhi                                   on 1999/05/28  07:51:17
11183         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11184              To: perl5-porters@perl.org
11185              Subject: [PATCH 5.005_57] fixing eval in the compiler
11186              Date: Thu, 27 May 1999 07:56:54 -0700
11187              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
11188      Branch: cfgperl
11189            ! cc_runtime.h scope.h
11190 ____________________________________________________________________________
11191 [  3490] By: jhi                                   on 1999/05/28  07:47:06
11192         Log: From: Andy Dougherty <doughera@lafayette.edu>
11193              To: perlbug@perl.com
11194              Cc: Jarkko Hietaniemi <jhi@iki.fi>
11195              Subject: [PATCH] Configure updates for ISC 4.1
11196              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
11197              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
11198      Branch: cfgperl
11199            ! Configure config_h.SH
11200 ____________________________________________________________________________
11201 [  3489] By: jhi                                   on 1999/05/28  07:39:17
11202         Log: Integrate from mainperl.
11203      Branch: cfgperl
11204           !> malloc.c win32/makedef.pl win32/win32.c
11205 ____________________________________________________________________________
11206 [  3488] By: jhi                                   on 1999/05/27  16:57:19
11207         Log: From: Andy Dougherty <doughera@lafayette.edu>
11208              To: Perl Porters <perl5-porters@perl.org>
11209              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
11210              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
11211              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
11212      Branch: cfgperl
11213            ! Configure config_h.SH hints/sunos_4_1.sh util.c
11214 ____________________________________________________________________________
11215 [  3487] By: gsar                                  on 1999/05/27  03:56:20
11216         Log: make win32_spawnvp() inherit standard handles even when they
11217              may be redirected
11218      Branch: perl
11219            ! win32/win32.c
11220 ____________________________________________________________________________
11221 [  3486] By: jhi                                   on 1999/05/26  19:55:52
11222         Log: From: Andy Dougherty <doughera@lafayette.edu>
11223              To: perl5-porters@perl.org
11224              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
11225              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
11226              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
11227      Branch: cfgperl
11228            ! util.c
11229 ____________________________________________________________________________
11230 [  3485] By: chip                                  on 1999/05/26  17:19:11
11231         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
11232      Branch: maint-5.004/perl
11233            ! Configure
11234 ____________________________________________________________________________
11235 [  3484] By: gsar                                  on 1999/05/26  01:56:28
11236         Log: fix missing exported symbol
11237      Branch: perl
11238            ! malloc.c win32/makedef.pl
11239 ____________________________________________________________________________
11240 [  3483] By: jhi                                   on 1999/05/25  23:08:07
11241         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
11242              
11243              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11244              To: perlbug@perl.com
11245              Subject: OpenBSD hints file update
11246              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
11247              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
11248      Branch: cfgperl
11249            ! hints/openbsd.sh
11250 ____________________________________________________________________________
11251 [  3482] By: jhi                                   on 1999/05/25  23:01:25
11252         Log: From: Tom Hughes <tom@compton.nu>
11253              To: perl5-porters@perl.org
11254              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
11255              Date: Tue, 25 May 1999 23:10:23 +0100
11256              Message-ID: <1ed7f10749.tom@compton.compton.nu>
11257      Branch: cfgperl
11258            ! Configure config_h.SH
11259 ____________________________________________________________________________
11260 [  3481] By: jhi                                   on 1999/05/25  22:31:50
11261         Log: 3479, 3480, 3481 seems logical.
11262      Branch: cfgperl
11263           !> hints/aix.sh
11264 ____________________________________________________________________________
11265 [  3480] By: jhi                                   on 1999/05/25  22:13:39
11266         Log: The change #3479 wasn't perfect.
11267      Branch: perl
11268            ! hints/aix.sh
11269 ____________________________________________________________________________
11270 [  3479] By: jhi                                   on 1999/05/25  21:59:21
11271         Log: Cures for _57 in AIX 4.1.5.0.
11272              (1) The lddlflags lost its -lc by change #3660
11273              (and the politeness of change #3257).
11274              (2) optype_size must end up in perl.exp (as PL_optype_size).
11275              Added it to perlvars.h, fixed bytecode.pl,
11276              regen'ed the relevant headers.
11277      Branch: cfgperl
11278            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
11279            ! perlvars.h
11280      Branch: perl
11281            ! hints/aix.sh
11282 ____________________________________________________________________________
11283 [  3478] By: jhi                                   on 1999/05/25  20:13:47
11284         Log: Integrate from mainperl.
11285      Branch: cfgperl
11286           +> pod/perltootc.pod
11287           !> (integrate 101 files)
11288 ____________________________________________________________________________
11289 [  3477] By: gsar                                  on 1999/05/25  10:43:48
11290         Log: here be 5.005_57
11291      Branch: perl
11292            ! Changes MANIFEST Porting/makerel
11293           !> Changes5.005
11294
11295 ----------------
11296 Version 5.005_57
11297 ----------------
11298
11299 ____________________________________________________________________________
11300 [  3476] By: gsar                                  on 1999/05/25  09:23:43
11301         Log: up patchlevel &c
11302      Branch: perl
11303            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11304            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11305            ! win32/makefile.mk
11306 ____________________________________________________________________________
11307 [  3475] By: gsar                                  on 1999/05/25  09:14:51
11308         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11309              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
11310              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
11311              Subject: [PATCH 5.005_56] REx engine improvements
11312      Branch: perl
11313            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
11314            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
11315            ! thrdvar.h util.c
11316 ____________________________________________________________________________
11317 [  3474] By: gsar                                  on 1999/05/25  08:39:56
11318         Log: test case for change#3470
11319      Branch: perl
11320            ! t/lib/bigintpm.t
11321 ____________________________________________________________________________
11322 [  3473] By: gsar                                  on 1999/05/25  08:36:52
11323         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
11324      Branch: perl
11325            ! Changes pod/perlport.pod
11326 ____________________________________________________________________________
11327 [  3472] By: gsar                                  on 1999/05/25  08:28:57
11328         Log: assorted tweaks
11329      Branch: perl
11330            ! doio.c iperlsys.h win32/config.bc win32/config.gc
11331            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11332            ! win32/config_H.vc win32/makedef.pl
11333 ____________________________________________________________________________
11334 [  3471] By: gsar                                  on 1999/05/25  06:06:04
11335         Log: perlref update from Tom Christiansen
11336      Branch: perl
11337            ! pod/perlref.pod
11338 ____________________________________________________________________________
11339 [  3470] By: gsar                                  on 1999/05/25  06:03:27
11340         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11341              Date: Mon, 24 May 1999 17:43:56 -0400
11342              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
11343              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
11344      Branch: perl
11345            ! hv.c
11346 ____________________________________________________________________________
11347 [  3469] By: gsar                                  on 1999/05/25  05:59:22
11348         Log: avoid temporary files that have a constant name (from a suggestion
11349              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
11350      Branch: perl
11351            ! lib/ExtUtils/MM_Unix.pm
11352 ____________________________________________________________________________
11353 [  3468] By: gsar                                  on 1999/05/25  05:54:29
11354         Log: From: pvhp@forte.com (Peter Prymmer)
11355              Date: Mon, 24 May 99 11:20:25 PDT
11356              Message-Id: <9905241820.AA28071@forte.com>
11357              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
11358      Branch: perl
11359            ! lib/Pod/Text.pm
11360 ____________________________________________________________________________
11361 [  3467] By: gsar                                  on 1999/05/25  04:08:50
11362         Log: fix glob() bug that resulted in missing symlinks that don't point
11363              anywhere
11364      Branch: perl
11365            ! pp_hot.c
11366 ____________________________________________________________________________
11367 [  3466] By: gsar                                  on 1999/05/25  03:00:00
11368         Log: avoid enumerating @INC contents in diagnostic if @INC was never
11369              searched
11370      Branch: perl
11371            ! pod/perldiag.pod pp_ctl.c
11372 ____________________________________________________________________________
11373 [  3465] By: gsar                                  on 1999/05/25  02:24:08
11374         Log: add caveat about close(PIPE) carelessness
11375      Branch: perl
11376            ! pod/perlfunc.pod
11377 ____________________________________________________________________________
11378 [  3464] By: gsar                                  on 1999/05/24  23:55:53
11379         Log: fix bogus line numbers for void context warnings
11380              (change#2548 was overeager)
11381      Branch: perl
11382            ! op.c
11383 ____________________________________________________________________________
11384 [  3463] By: gsar                                  on 1999/05/24  23:31:58
11385         Log: change#3455 had a typo
11386      Branch: perl
11387            ! pp_ctl.c
11388 ____________________________________________________________________________
11389 [  3462] By: gsar                                  on 1999/05/24  17:32:20
11390         Log: more pod updates from Tom Christiansen; regen perltoc
11391      Branch: perl
11392            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
11393            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
11394 ____________________________________________________________________________
11395 [  3461] By: gsar                                  on 1999/05/24  07:41:32
11396         Log: perlmod notes from Damian Conway (via Tom Christiansen)
11397      Branch: perl
11398            ! pod/perlmod.pod
11399 ____________________________________________________________________________
11400 [  3460] By: gsar                                  on 1999/05/24  07:24:11
11401         Log: major pod update from Tom Christiansen
11402      Branch: perl
11403            + pod/perltootc.pod
11404            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
11405            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
11406            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
11407            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
11408            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
11409            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
11410            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
11411            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
11412            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
11413            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
11414            ! pod/perlxs.pod pod/pod2man.PL
11415 ____________________________________________________________________________
11416 [  3459] By: gsar                                  on 1999/05/24  06:26:48
11417         Log: perlfaq update from Tom Christiansen
11418      Branch: perl
11419            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11420            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11421            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11422            ! pod/perlfaq9.pod
11423 ____________________________________________________________________________
11424 [  3458] By: gsar                                  on 1999/05/24  05:55:11
11425         Log: updated to v1.50 from CPAN
11426      Branch: perl
11427            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11428 ____________________________________________________________________________
11429 [  3457] By: gsar                                  on 1999/05/24  05:46:20
11430         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11431              Date: Sun, 23 May 1999 16:35:07 +0100
11432              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
11433              Subject: [PATCH 5.005_56] name PL_in_eval bits
11434      Branch: perl
11435            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
11436 ____________________________________________________________________________
11437 [  3456] By: gsar                                  on 1999/05/24  05:18:06
11438         Log: make -t mode the default on emacs/dumb terminals
11439      Branch: perl
11440            ! Changes utils/perldoc.PL
11441 ____________________________________________________________________________
11442 [  3455] By: gsar                                  on 1999/05/24  05:05:19
11443         Log: return 0 rather than "" when scalar grep has nothing to iterate
11444              on (brings behavior in line with documentation)
11445      Branch: perl
11446            ! pp_ctl.c
11447 ____________________________________________________________________________
11448 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11449         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11450              Date: Thu, 20 May 1999 13:27:02 -1000
11451              Message-Id: <E10kcDN-0007TA-00@lapaki>
11452              Subject: Problem with MM_Unix in 5.005_03
11453      Branch: perl
11454            ! lib/ExtUtils/MM_Unix.pm
11455 ____________________________________________________________________________
11456 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11457         Log: avoid removing duplicates in user-generated warnings
11458              From: byron@omix.com (Byron Brummer)
11459              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11460              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11461              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11462      Branch: perl
11463            ! lib/diagnostics.pm
11464 ____________________________________________________________________________
11465 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11466         Log: straighten some code to avoid NeXT compiler bugs (from
11467              Geoff Kuenning <geoff@cs.hmc.edu>)
11468      Branch: perl
11469            ! pp_ctl.c
11470 ____________________________________________________________________________
11471 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11472         Log: minor logic tweak for reserved word warning
11473      Branch: perl
11474            ! lib/Test/Harness.pm toke.c
11475 ____________________________________________________________________________
11476 [  3450] By: gsar                                  on 1999/05/24  02:34:20
11477         Log: oops, some files missing in change#3449
11478      Branch: perl
11479            ! op.c op.h toke.c
11480 ____________________________________________________________________________
11481 [  3449] By: gsar                                  on 1999/05/24  02:33:12
11482         Log: allow '*' prototype to autoquote even barewords that happen to be
11483              function names; parens or ampersand continue to force the other
11484              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
11485              do the right thing, for example
11486      Branch: perl
11487            ! t/comp/proto.t
11488 ____________________________________________________________________________
11489 [  3448] By: gsar                                  on 1999/05/24  01:51:24
11490         Log: remove vestiges of PL_last_proto
11491      Branch: perl
11492            ! embedvar.h intrpvar.h objXSUB.h
11493 ____________________________________________________________________________
11494 [  3447] By: gsar                                  on 1999/05/24  01:49:20
11495         Log: redo change#2061 and parts of change#1169 with code in the
11496              parser; PL_last_proto hackery gone, strict 'subs' in now
11497              implemented in the optimizer where specifying the exceptional
11498              cases is much more robust; '*' (bareword) prototype now works
11499              reliably when used in second and subsequent arguments
11500      Branch: perl
11501            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
11502 ____________________________________________________________________________
11503 [  3446] By: gsar                                  on 1999/05/23  05:00:55
11504         Log: remove redundant part of change#1169 superceded by change#2061;
11505              avoid "future reserved word" warning on prototypical bearwords
11506      Branch: perl
11507            ! t/lib/fatal.t toke.c
11508 ____________________________________________________________________________
11509 [  3445] By: gsar                                  on 1999/05/21  23:36:49
11510         Log: s/isspace/isSPACE/g and make sure the CRT version is always
11511              passed an unsigned char (fixes random occurrence of spaces in
11512              arguments containing high-bit chars passed to spawned children,
11513              on win32)
11514      Branch: perl
11515            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
11516 ____________________________________________________________________________
11517 [  3444] By: gsar                                  on 1999/05/21  23:08:55
11518         Log: integrate Configure changes from cfgperl
11519      Branch: perl
11520           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11521           !> config_h.SH
11522 ____________________________________________________________________________
11523 [  3443] By: jhi                                   on 1999/05/21  22:00:56
11524         Log: Integrate from mainperl.
11525      Branch: cfgperl
11526           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
11527           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
11528           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
11529           !> win32/perlhost.h win32/win32.c x2p/walk.c
11530 ____________________________________________________________________________
11531 [  3442] By: jhi                                   on 1999/05/21  21:59:46
11532         Log: fflush.
11533      Branch: cfgperl
11534            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11535            ! config_h.SH
11536 ____________________________________________________________________________
11537 [  3441] By: gsar                                  on 1999/05/21  17:48:55
11538         Log: integrate cfgperl changes
11539      Branch: perl
11540           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11541           !> config_h.SH hints/sunos_4_1.sh installperl
11542 ____________________________________________________________________________
11543 [  3440] By: gsar                                  on 1999/05/21  17:42:49
11544         Log: test tweak
11545      Branch: perl
11546            ! t/comp/proto.t
11547 ____________________________________________________________________________
11548 [  3439] By: gsar                                  on 1999/05/21  17:31:26
11549         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
11550              (Configure fflush(NULL) detection seems broken on Solaris, which
11551              is why I hit the problem)
11552      Branch: perl
11553            ! Changes perl.h
11554 ____________________________________________________________________________
11555 [  3438] By: gsar                                  on 1999/05/20  16:41:01
11556         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
11557      Branch: perl
11558            ! pod/perlport.pod
11559 ____________________________________________________________________________
11560 [  3437] By: jhi                                   on 1999/05/20  07:14:39
11561         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
11562              (via private email).
11563      Branch: cfgperl
11564            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11565            ! config_h.SH hints/sunos_4_1.sh
11566 ____________________________________________________________________________
11567 [  3436] By: gsar                                  on 1999/05/20  05:18:26
11568         Log: various little nits
11569      Branch: perl
11570            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11571            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
11572            ! win32/perlhost.h win32/win32.c x2p/walk.c
11573 ____________________________________________________________________________
11574 [  3435] By: jhi                                   on 1999/05/18  16:25:49
11575         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11576              To: perl5-porters@perl.org
11577              Subject: installperl
11578              Date: Fri, 14 May 1999 21:34:58 +0100
11579              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
11580      Branch: cfgperl
11581            ! installperl
11582 ____________________________________________________________________________
11583 [  3434] By: jhi                                   on 1999/05/17  21:25:54
11584         Log: Integrate from mainperl.
11585      Branch: cfgperl
11586           +> lib/ExtUtils/MM_Cygwin.pm
11587            - cygwin32/impure_ptr.c
11588           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11589           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11590           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
11591           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
11592           !> x2p/find2perl.PL
11593 ____________________________________________________________________________
11594 [  3433] By: gsar                                  on 1999/05/17  09:49:01
11595         Log: integrate cfgperl changes into mainline
11596      Branch: perl
11597           !> Configure INSTALL config_h.SH configure.com embed.h
11598           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
11599           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
11600           !> util.c
11601 ____________________________________________________________________________
11602 [  3432] By: gsar                                  on 1999/05/17  09:06:45
11603         Log: emit more appropriate diagnostic for failed glob (variant
11604              of patch suggested by Graham Barr)
11605      Branch: perl
11606            ! gv.c pod/perldiag.pod pp.c pp_hot.c
11607 ____________________________________________________________________________
11608 [  3431] By: gsar                                  on 1999/05/17  08:38:09
11609         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11610              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
11611              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
11612              Subject: find2perl does not grok the 'c' suffix to the -size argument
11613      Branch: perl
11614            ! x2p/find2perl.PL
11615 ____________________________________________________________________________
11616 [  3430] By: gsar                                  on 1999/05/17  08:26:21
11617         Log: additional cleanups for cygwin32 port
11618              From: "Fifer, Eric" <EFifer@sanwaint.com>
11619              Date: Wed, 12 May 1999 20:25:54 +0100
11620              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
11621              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
11622      Branch: perl
11623            + lib/ExtUtils/MM_Cygwin.pm
11624            - cygwin32/impure_ptr.c
11625            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11626            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11627            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
11628            ! perl.h util.c
11629 ____________________________________________________________________________
11630 [  3429] By: gsar                                  on 1999/05/17  08:01:04
11631         Log: From: Andy Dougherty <doughera@lafayette.edu>
11632              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11633              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11634              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11635      Branch: perl
11636            ! INSTALL
11637 ____________________________________________________________________________
11638 [  3428] By: jhi                                   on 1999/05/17  07:03:26
11639         Log: Integrate from mainperl modulo the Socket.xs change.
11640      Branch: cfgperl
11641           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
11642           !> win32/win32.c win32/win32.h
11643 ____________________________________________________________________________
11644 [  3427] By: jhi                                   on 1999/05/16  22:09:11
11645         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11646              To: perl5-porters@perl.org (Mailing list Perl5)
11647              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
11648              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
11649              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
11650      Branch: cfgperl
11651            ! ext/Devel/Peek/Peek.xs
11652 ____________________________________________________________________________
11653 [  3426] By: jhi                                   on 1999/05/16  22:07:11
11654         Log: From: Mark-Jason Dominus <mjd@plover.com>
11655              To: perl5-porters@perl.com
11656              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
11657              Date: Sat, 15 May 1999 12:43:47 -0400
11658              Message-ID: <19990515164348.7313.qmail@plover.com>
11659      Branch: cfgperl
11660            ! pod/perldiag.pod
11661 ____________________________________________________________________________
11662 [  3425] By: nick                                  on 1999/05/15  15:56:10
11663         Log: Mingw32 + w32api-0.1.5 tweaks
11664              - now more like other Win32 compilers
11665      Branch: perl
11666            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
11667            ! win32/win32.h
11668 ____________________________________________________________________________
11669 [  3424] By: nick                                  on 1999/05/14  21:04:22
11670         Log: Experimental "slab" allocator for ops.
11671              To try it -DPL_OP_SLAB_ALLOC for op.c 
11672              This is for proof of concept only, it leaks memory 
11673              (ops are not free'd) so don't use in embedded apps.
11674              If this minimalist version does not show performance 
11675              gain then whole idea is worthless. 
11676              Nick see's approx 12% speed up vs perlmalloc running
11677              perl -Ilib -MCPAN -e '' 
11678              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11679      Branch: perl
11680            ! op.c
11681 ____________________________________________________________________________
11682 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11683         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11684              found (brings sitelib intuition in line with privlib)
11685      Branch: perl
11686            ! win32/win32.c
11687 ____________________________________________________________________________
11688 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11689         Log: From: pvhp@forte.com (Peter Prymmer)
11690              To: perl5-porters@perl.org, vmsperl@perl.org
11691              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11692              Date: Thu, 13 May 99 15:29:57 PDT
11693              Message-Id: <9905132229.AA15854@forte.com>
11694      Branch: cfgperl
11695            ! configure.com
11696 ____________________________________________________________________________
11697 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11698         Log: Integrate from mainperl.
11699      Branch: cfgperl
11700           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11701 ____________________________________________________________________________
11702 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11703         Log: Still fflushing.
11704      Branch: cfgperl
11705            ! Configure config_h.SH util.c
11706 ____________________________________________________________________________
11707 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11708         Log: mortalize string allocations by win32_get_{priv,site}lib()
11709              (fixes small memory leak in interpreter)
11710      Branch: perl
11711            ! win32/win32.c
11712 ____________________________________________________________________________
11713 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11714         Log: make win32_longname() preserve kind of slashes in argument
11715      Branch: perl
11716            ! win32/win32.c
11717 ____________________________________________________________________________
11718 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11719         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11720      Branch: perl
11721            ! lib/ExtUtils/MM_Unix.pm
11722 ____________________________________________________________________________
11723 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11724         Log: Integrate from mainperl.
11725      Branch: cfgperl
11726           !> pp_ctl.c
11727 ____________________________________________________________________________
11728 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11729         Log: Fixes from Andy Dougherty (via private email).
11730      Branch: cfgperl
11731            ! Configure config_h.SH
11732 ____________________________________________________________________________
11733 [  3414] By: nick                                  on 1999/05/13  20:04:26
11734         Log: valist vs va_list typo
11735      Branch: perl
11736            ! pp_ctl.c
11737 ____________________________________________________________________________
11738 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11739         Log: From: Andy Dougherty <doughera@lafayette.edu>
11740              To: perlbug@perl.com
11741              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11742              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11743              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11744      Branch: cfgperl
11745            ! INSTALL
11746 ____________________________________________________________________________
11747 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11748         Log: Integrate from mainperl.
11749      Branch: cfgperl
11750           !> pp_ctl.c
11751 ____________________________________________________________________________
11752 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11753         Log: docatch_body() declaration mismatch
11754      Branch: perl
11755            ! pp_ctl.c
11756 ____________________________________________________________________________
11757 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11758         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11759      Branch: cfgperl
11760            ! Configure config_h.SH perl.h
11761 ____________________________________________________________________________
11762 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11763         Log: Still fflushing strong.
11764      Branch: cfgperl
11765            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11766            ! proto.h util.c
11767 ____________________________________________________________________________
11768 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11769         Log: Integrate from mainperl.
11770      Branch: cfgperl
11771           !> (integrate 30 files)
11772 ____________________________________________________________________________
11773 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11774         Log: Be tidier with fflush(NULL) testing.
11775      Branch: cfgperl
11776            ! Configure config_h.SH
11777 ____________________________________________________________________________
11778 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11779         Log: better range-checking on list slices, with test
11780              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11781              Date: Sun, 02 May 1999 17:02:53 +0100
11782              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11783              Subject: Re: List slice of undefs returns 0 items 
11784      Branch: perl
11785            ! pp.c t/op/list.t
11786 ____________________________________________________________________________
11787 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11788         Log: change#3397 needs test tweak
11789      Branch: perl
11790            ! Changes t/pragma/warn/sv
11791 ____________________________________________________________________________
11792 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11793         Log: typo in change#3397
11794      Branch: perl
11795            ! doop.c
11796 ____________________________________________________________________________
11797 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11798         Log: From: Stephen Zander <gibreel@pobox.com>
11799              Date: 12 May 1999 01:22:31 -0700
11800              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11801              Subject: Re: Test::Harness runs tainted tests with wrong library path
11802      Branch: perl
11803            ! lib/Test/Harness.pm
11804 ____________________________________________________________________________
11805 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11806         Log: typo in change#3400
11807      Branch: perl
11808            ! ext/B/B/Deparse.pm
11809 ____________________________________________________________________________
11810 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11811         Log: A better, shinier, and possibly even correctly working
11812              reincarnation of #3398.
11813      Branch: cfgperl
11814            ! Configure config_h.SH
11815 ____________________________________________________________________________
11816 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11817         Log: deparse \&func() as \(&func()) for clarity
11818              From: Albert Dvornik <bert@genscan.com>
11819              Date: 11 May 1999 13:32:04 -0400
11820              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11821              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11822      Branch: perl
11823            ! ext/B/B/Deparse.pm
11824 ____________________________________________________________________________
11825 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11826         Log: more testsuite smarts (many of them courtesy Ilya)
11827      Branch: perl
11828            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11829            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11830            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11831            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11832            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11833            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11834            ! t/op/pwent.t
11835 ____________________________________________________________________________
11836 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11837         Log: Detect whether fflush(NULL) works as per change #3352.
11838      Branch: cfgperl
11839            ! Configure config_h.SH perl.h
11840 ____________________________________________________________________________
11841 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11842         Log: From: jan.dubois@ibm.net (Jan Dubois)
11843              Date: Wed, 12 May 1999 01:01:00 +0200
11844              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11845              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11846      Branch: perl
11847            ! doop.c
11848 ____________________________________________________________________________
11849 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11850         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11851              stat() behaves similarly
11852      Branch: perl
11853            ! win32/win32.c
11854 ____________________________________________________________________________
11855 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11856         Log: Redo parts of #3341 and #3358 that #3394 undid.
11857      Branch: cfgperl
11858            ! Configure config_h.SH
11859 ____________________________________________________________________________
11860 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11861         Log: Add I_NETINET_TCP to help change #3391.
11862      Branch: cfgperl
11863            ! Configure config_h.SH ext/Socket/Socket.xs
11864 ____________________________________________________________________________
11865 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11866         Log: Integrate from mainperl.
11867      Branch: cfgperl
11868           !> (integrate 55 files)
11869 ____________________________________________________________________________
11870 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11871         Log: update embedvar.h
11872      Branch: perl
11873            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11874 ____________________________________________________________________________
11875 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11876         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11877              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11878              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11879              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11880      Branch: perl
11881            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11882 ____________________________________________________________________________
11883 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11884         Log: display more frequent progress messages when STDOUT is a tty
11885      Branch: perl
11886            ! lib/Test/Harness.pm
11887 ____________________________________________________________________________
11888 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11889         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11890              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11891              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11892              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11893      Branch: perl
11894            ! lib/Test/Harness.pm
11895 ____________________________________________________________________________
11896 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11897         Log: avoid creating spurious subroutine stubs on failed subroutine
11898              call and other places of sv_2cv() misuse; fixes problems with
11899              failed subroutine calls "hiding" later attempts to lookup methods
11900              in base classes
11901      Branch: perl
11902            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11903 ____________________________________________________________________________
11904 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11905         Log: various fixes for clean build and test on win32; configpm broken,
11906              needed to open myconfig.SH rather than myconfig; sundry adjustments
11907              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11908              work under win32; getenv_sv() changed to getenv_len() since SVs
11909              aren't visible in the lower echelons; remove bogus exports from
11910              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11911              IoDIRP in filter_del() or sv_free() will attempt to close it
11912      Branch: perl
11913            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11914            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11915            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11916            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11917            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11918            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11919            ! win32/config.gc win32/config.vc win32/makedef.pl
11920            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11921            ! win32/win32.c win32/win32.h
11922 ____________________________________________________________________________
11923 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11924         Log: gutsupport for C++ exceptions
11925              From: Chip Salzenberg <chip@perlsupport.com>
11926              Date: Tue, 9 Mar 1999 11:51:57 -0500
11927              Message-ID: <19990309115157.E7911@perlsupport.com>
11928              Subject: [PATCH 5.005] Flexible Exceptions
11929      Branch: perl
11930            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11931            ! scope.c scope.h thrdvar.h util.c
11932 ____________________________________________________________________________
11933 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11934         Log: "weak" references internals, still needs perlguts documentation
11935              (somewhat modified version of patch suggested by Tuomas J. Lukka
11936              <lukka@fas.harvard.edu>)
11937      Branch: perl
11938            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11939            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11940 ____________________________________________________________________________
11941 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11942         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11943              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11944      Branch: cfgperl
11945            ! INSTALL hints/dec_osf.sh
11946 ____________________________________________________________________________
11947 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11948         Log: Integrate from mainperl.
11949      Branch: cfgperl
11950           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11951           +> cygwin32/build-instructions.charles-wilson
11952           +> cygwin32/build-instructions.sebastien-barre
11953           +> cygwin32/build-instructions.steven-morlock
11954           +> cygwin32/build-instructions.steven-morlock2
11955           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11956           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11957           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11958           +> t/op/numconvert.t utils/perlbc.PL
11959            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11960            - cygwin32/perlld
11961           !> (integrate 105 files)
11962 ____________________________________________________________________________
11963 [  3380] By: gsar                                  on 1999/05/10  12:27:14
11964         Log: regen regnodes.h
11965      Branch: perl
11966            ! Changes regnodes.h
11967 ____________________________________________________________________________
11968 [  3379] By: gsar                                  on 1999/05/10  12:17:26
11969         Log: From: jan.dubois@ibm.net (Jan Dubois)
11970              Date: Sat, 01 May 1999 22:55:36 +0200
11971              Message-ID: <373067e9.56194713@smtp1.ibm.net>
11972              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
11973      Branch: perl
11974            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
11975            ! win32/config_H.vc
11976 ____________________________________________________________________________
11977 [  3378] By: gsar                                  on 1999/05/10  12:07:13
11978         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11979              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
11980              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
11981              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
11982      Branch: perl
11983            + t/op/numconvert.t
11984            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
11985            ! util.c
11986 ____________________________________________________________________________
11987 [  3377] By: gsar                                  on 1999/05/10  11:39:48
11988         Log: pp_modulo comment tweak from Ilya
11989      Branch: perl
11990            ! pp.c
11991 ____________________________________________________________________________
11992 [  3376] By: gsar                                  on 1999/05/10  11:30:40
11993         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11994              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
11995              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
11996              Subject: Test.pm update [PATCH _56]
11997      Branch: perl
11998            ! lib/Test.pm
11999 ____________________________________________________________________________
12000 [  3375] By: gsar                                  on 1999/05/10  11:28:30
12001         Log: From: jan.dubois@ibm.net (Jan Dubois)
12002              Date: Fri, 07 May 1999 00:59:54 +0200
12003              Message-ID: <373318ae.19292461@smtp1.ibm.net>
12004              Subject: Re: Using existing memory for an SV's PV 
12005      Branch: perl
12006            ! sv.c
12007 ____________________________________________________________________________
12008 [  3374] By: gsar                                  on 1999/05/10  11:23:44
12009         Log: From: jan.dubois@ibm.net (Jan Dubois)
12010              Date: Fri, 07 May 1999 00:59:52 +0200
12011              Message-ID: <37321800.19118320@smtp1.ibm.net>
12012              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
12013      Branch: perl
12014            ! perl.h
12015 ____________________________________________________________________________
12016 [  3373] By: gsar                                  on 1999/05/10  11:22:10
12017         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12018              Date: Thu, 6 May 1999 18:17:28 -0400
12019              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
12020              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
12021      Branch: perl
12022            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
12023            ! util.c
12024 ____________________________________________________________________________
12025 [  3372] By: gsar                                  on 1999/05/10  10:57:49
12026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12027              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
12028              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
12029              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
12030      Branch: perl
12031            ! regcomp.c regcomp.pl
12032 ____________________________________________________________________________
12033 [  3371] By: gsar                                  on 1999/05/10  10:54:01
12034         Log: From: lane@duphy4.physics.drexel.edu
12035              Date: Tue, 04 May 1999 10:19:25 -0700
12036              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
12037              Subject: [PATCH 5.005.56] pod->html VMS fixes
12038      Branch: perl
12039            ! installhtml lib/Pod/Html.pm
12040 ____________________________________________________________________________
12041 [  3370] By: gsar                                  on 1999/05/10  10:45:52
12042         Log: testsuite nits
12043      Branch: perl
12044            ! t/lib/io_linenum.t t/op/filetest.t
12045 ____________________________________________________________________________
12046 [  3369] By: gsar                                  on 1999/05/10  10:35:22
12047         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12048              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
12049              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
12050              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
12051      Branch: perl
12052            ! os2/os2ish.h os2/os2thread.h
12053 ____________________________________________________________________________
12054 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12055         Log: From: Albert Dvornik <bert@genscan.com>
12056              Date: 03 May 1999 12:20:57 -0400
12057              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12058              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12059      Branch: perl
12060            ! dump.c
12061 ____________________________________________________________________________
12062 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12063         Log: shadow password support for Solaris (needs Configure help to
12064              determine HAS_GETSPENT)
12065              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12066              Date: Sat, 01 May 1999 19:41:17 -0400
12067              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12068              Subject: getpwent() under solaris
12069      Branch: perl
12070            ! pp_sys.c
12071 ____________________________________________________________________________
12072 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12073         Log: From: jan.dubois@ibm.net (Jan Dubois)
12074              Date: Sat, 01 May 1999 23:45:47 +0200
12075              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12076              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12077      Branch: perl
12078            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12079            ! pod/perldelta.pod
12080 ____________________________________________________________________________
12081 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12082         Log: test suite and fix input_line_number()
12083              From: Paul Johnson <pjcj@transeda.com>
12084              Date: Thu, 29 Apr 1999 06:28:14 +0100
12085              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12086              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12087      Branch: perl
12088            + t/lib/io_linenum.t
12089            ! MANIFEST ext/IO/lib/IO/Handle.pm
12090 ____________________________________________________________________________
12091 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12092         Log: fix overeager [:foo:] parsing
12093              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12094              Date: Fri, 30 Apr 1999 09:26:18 +0100
12095              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12096              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12097      Branch: perl
12098            ! regcomp.c t/op/re_tests
12099 ____________________________________________________________________________
12100 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12101         Log: documentation for Win32 builtins (somewhat modified)
12102              From: jan.dubois@ibm.net (Jan Dubois)
12103              Date: Tue, 30 Mar 1999 08:05:03 +0200
12104              Message-ID: <37006783.1926460@smtp1.ibm.net>
12105              Subject: Re: Issues with build 509 
12106      Branch: perl
12107            + pod/Win32.pod
12108            ! MANIFEST
12109 ____________________________________________________________________________
12110 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12111         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12112      Branch: perl
12113            ! lib/File/Copy.pm win32/win32.c
12114 ____________________________________________________________________________
12115 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12116         Log: escape ampersands in <pre> sections
12117      Branch: perl
12118            ! Changes lib/Pod/Html.pm
12119 ____________________________________________________________________________
12120 [  3360] By: gsar                                  on 1999/05/10  08:04:14
12121         Log: AIX hints enhancements (threads build, SOCKS support)
12122              From: "David R. Favor" <dfavor@austin.ibm.com>
12123              Date: Wed, 28 Apr 1999 08:45:28 -0500
12124              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
12125              Subject: Working build for AIX + gcc + threading
12126      Branch: perl
12127            ! hints/aix.sh
12128 ____________________________________________________________________________
12129 [  3359] By: gsar                                  on 1999/05/10  07:49:26
12130         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
12131              Date: Tue, 27 Apr 1999 23:47:24 PDT
12132              Message-ID: <19990428064724.95244.qmail@hotmail.com>
12133              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
12134              --
12135              Date: Thu, 29 Apr 1999 18:21:06 -0700
12136              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
12137              Subject: [PATCH 5.005_56] double constants ( C.pm)
12138              --
12139              Date: Mon, 03 May 1999 20:21:31 PDT
12140              Message-ID: <19990504032131.81113.qmail@hotmail.com>
12141              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
12142              --
12143              Date: Thu, 06 May 1999 17:57:09 -0700
12144              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
12145              Subject: Stash.pm
12146      Branch: perl
12147            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
12148            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
12149 ____________________________________________________________________________
12150 [  3358] By: gsar                                  on 1999/05/10  04:39:15
12151         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
12152              From: alexander smishlajev <als@turnhere.com>
12153              Date: Sun, 25 Apr 1999 14:58:29 +0300
12154              Message-ID: <37230365.5F68B460@turnhere.com>
12155              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
12156      Branch: perl
12157            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12158            + cygwin32/build-instructions.charles-wilson
12159            + cygwin32/build-instructions.sebastien-barre
12160            + cygwin32/build-instructions.steven-morlock
12161            + cygwin32/build-instructions.steven-morlock2
12162            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12163            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12164            - cygwin32/perlld
12165            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
12166            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
12167            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
12168            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
12169            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
12170            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
12171 ____________________________________________________________________________
12172 [  3357] By: gsar                                  on 1999/05/10  04:07:07
12173         Log: applied suggested patch, modulo already applied parts
12174              From: Charles Bailey <BAILEY@newman.upenn.edu>
12175              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
12176              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
12177              Subject: [Patch 5.005_56] VMS consolidated patch #2
12178      Branch: perl
12179            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
12180            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
12181            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
12182            ! vms/subconfigure.com vms/test.com vms/vms.c
12183 ____________________________________________________________________________
12184 [  3356] By: gsar                                  on 1999/05/10  03:48:08
12185         Log: applied suggested patch, with win32 and PERL_OBJECT additions
12186              From: Tom Hughes <tom@compton.nu>
12187              Date: Sat, 24 Apr 1999 18:11:59 +0100
12188              Message-ID: <609bdff748.tom@compton.compton.nu>
12189              Subject: ByteLoader patch
12190      Branch: perl
12191            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12192            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
12193            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
12194            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12195            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
12196            ! utils/Makefile win32/Makefile win32/makefile.mk
12197 ____________________________________________________________________________
12198 [  3355] By: gsar                                  on 1999/05/10  03:22:49
12199         Log: document 'test' attribute (from Andreas Koenig)
12200      Branch: perl
12201            ! lib/ExtUtils/MakeMaker.pm
12202 ____________________________________________________________________________
12203 [  3354] By: gsar                                  on 1999/05/10  03:12:37
12204         Log: From: pmarquess@bfsec.bt.co.uk
12205              Date: Thu, 22 Apr 1999 23:12:08 +0100
12206              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
12207              Subject: PATCH for small bug in scan_bin
12208      Branch: perl
12209            ! util.c
12210 ____________________________________________________________________________
12211 [  3353] By: gsar                                  on 1999/05/10  02:39:33
12212         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
12213              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
12214      Branch: perl
12215            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
12216            ! win32/win32iop.h
12217 ____________________________________________________________________________
12218 [  3352] By: gsar                                  on 1999/05/09  22:47:39
12219         Log: flush all open output buffers before fork(), exec(), system, qx//
12220              and pipe open() operations, simplifying buffering headaches faced
12221              by users; uses fflush(NULL), which may need Configure test
12222      Branch: perl
12223            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
12224            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
12225 ____________________________________________________________________________
12226 [  3351] By: gsar                                  on 1999/05/09  21:11:51
12227         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
12228              Leroy <jll@skynet.be>)
12229      Branch: perl
12230            ! utils/perlcc.PL
12231 ____________________________________________________________________________
12232 [  3350] By: gsar                                  on 1999/05/09  20:39:11
12233         Log: normalize $^X to full pathname on win32
12234      Branch: perl
12235            ! win32/runperl.c
12236 ____________________________________________________________________________
12237 [  3349] By: gsar                                  on 1999/05/09  20:23:07
12238         Log: allow readline($globref), <$globref> already works
12239      Branch: perl
12240            ! pp_hot.c
12241 ____________________________________________________________________________
12242 [  3348] By: gsar                                  on 1999/05/09  20:00:09
12243         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
12244              <lemburg@online-club.de>)
12245      Branch: perl
12246            ! utils/perldoc.PL
12247 ____________________________________________________________________________
12248 [  3347] By: gsar                                  on 1999/05/09  18:47:21
12249         Log: additions to Thread.pm docs from Tuomas J. Lukka
12250              <lukka@fas.harvard.edu>
12251      Branch: perl
12252            ! ext/Thread/Thread.pm
12253 ____________________________________________________________________________
12254 [  3346] By: gsar                                  on 1999/05/09  18:38:00
12255         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12256              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
12257              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
12258              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
12259      Branch: perl
12260            ! ext/B/B/Xref.pm
12261 ____________________________________________________________________________
12262 [  3345] By: gsar                                  on 1999/05/09  18:22:43
12263         Log: work around mangled archname on win32 while finding privlib/sitelib;
12264              normalize lib paths to forward slashes internally
12265      Branch: perl
12266            ! win32/win32.c
12267 ____________________________________________________________________________
12268 [  3344] By: gsar                                  on 1999/05/09  03:20:06
12269         Log: fix typo in dbm filters that caused odbm.t to fail
12270      Branch: perl
12271            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
12272 ____________________________________________________________________________
12273 [  3343] By: gsar                                  on 1999/05/09  02:02:59
12274         Log: tweak test totals
12275      Branch: perl
12276            ! Changes t/lib/tie-stdhandle.t
12277 ____________________________________________________________________________
12278 [  3342] By: gsar                                  on 1999/05/09  01:42:06
12279         Log: import list propagation busted (pointed out by Ton Hospel
12280              <thospel@mail.dma.be>)
12281      Branch: perl
12282            ! lib/autouse.pm
12283 ____________________________________________________________________________
12284 [  3341] By: gsar                                  on 1999/05/09  00:54:18
12285         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
12286              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
12287      Branch: perl
12288            ! Configure Makefile.SH
12289 ____________________________________________________________________________
12290 [  3340] By: gsar                                  on 1999/05/09  00:40:41
12291         Log: generate manpages for newly added utils
12292      Branch: perl
12293            ! installman
12294 ____________________________________________________________________________
12295 [  3339] By: gsar                                  on 1999/05/09  00:33:50
12296         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12297              Date: Sun, 02 May 1999 17:59:24 +0100
12298              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
12299              Subject: [PATCH] Re: ptr to realloced memory in yylex
12300      Branch: perl
12301            ! toke.c
12302 ____________________________________________________________________________
12303 [  3338] By: jhi                                   on 1999/05/08  22:40:29
12304         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
12305      Branch: cfgperl
12306            ! INSTALL
12307 ____________________________________________________________________________
12308 [  3337] By: jhi                                   on 1999/05/08  22:22:26
12309         Log: Integrate from mainperl.
12310      Branch: cfgperl
12311           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
12312           !> (integrate 54 files)
12313 ____________________________________________________________________________
12314 [  3336] By: gsar                                  on 1999/05/08  21:48:22
12315         Log: make perldoc -f grok nested =items
12316      Branch: perl
12317            ! utils/perldoc.PL
12318 ____________________________________________________________________________
12319 [  3335] By: gsar                                  on 1999/05/08  19:48:11
12320         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
12321      Branch: perl
12322            ! op.c t/lib/fields.t
12323 ____________________________________________________________________________
12324 [  3334] By: gsar                                  on 1999/05/08  19:09:41
12325         Log: update test totals
12326      Branch: perl
12327            ! t/lib/bigintpm.t
12328 ____________________________________________________________________________
12329 [  3333] By: gsar                                  on 1999/05/08  16:56:02
12330         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
12331      Branch: perl
12332            ! pod/perlfunc.pod
12333 ____________________________________________________________________________
12334 [  3332] By: gsar                                  on 1999/05/08  16:46:44
12335         Log: applied suggested patch, added tests
12336              From: William Mann <wmann@avici.com>
12337              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
12338              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
12339              Subject: BigInt.pm extensions for logical operations
12340      Branch: perl
12341            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
12342 ____________________________________________________________________________
12343 [  3331] By: gsar                                  on 1999/05/08  16:09:33
12344         Log: avoid temporary files named 'tmp'
12345      Branch: perl
12346            ! Makefile.SH pp.c
12347 ____________________________________________________________________________
12348 [  3330] By: nick                                  on 1999/05/08  14:16:30
12349         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
12350              Provide Tie::StdHandle
12351              Basic update of docs.
12352      Branch: perl
12353            + t/lib/tie-stdhandle.t
12354            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
12355 ____________________________________________________________________________
12356 [  3329] By: nick                                  on 1999/05/08  12:03:45
12357         Log: Tweaks to open(my $fh,...) stuff
12358      Branch: perl
12359            ! op.c pp.c pp_sys.c t/io/open.t
12360 ____________________________________________________________________________
12361 [  3328] By: nick                                  on 1999/05/08  11:18:42
12362         Log: Bring SDBM_File.xs into line with new typemap
12363      Branch: perl
12364            ! ext/SDBM_File/SDBM_File.xs
12365 ____________________________________________________________________________
12366 [  3327] By: gsar                                  on 1999/05/08  00:07:11
12367         Log: add test case for AUTOLOAD reentrancy fix in change#3279
12368      Branch: perl
12369            ! t/lib/autoloader.t
12370 ____________________________________________________________________________
12371 [  3326] By: nick                                  on 1999/05/07  21:24:50
12372         Log: Implement open( my $fh, ...) and similar.
12373              Set flag in op.c for "constructor ops"
12374              In pp_rv2gv, if flag is set and arg is PADSV and uninit
12375              vivify as reference to a detached GV.
12376              (Name of GV is the pad name.)
12377              This scheme should "just work" for pipe/socket etc. too.
12378              
12379              #if 0 out the open(FH,undef) for now.
12380              Change t/io/open.t to test open(my $fh,...)
12381      Branch: perl
12382            ! op.c pp.c pp_sys.c t/io/open.t
12383 ____________________________________________________________________________
12384 [  3325] By: nick                                  on 1999/05/07  21:18:42
12385         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
12386      Branch: perl
12387            ! util.c
12388 ____________________________________________________________________________
12389 [  3324] By: gsar                                  on 1999/05/07  20:28:31
12390         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
12391              intervening code has to allocate SVs)
12392      Branch: perl
12393            ! util.c
12394 ____________________________________________________________________________
12395 [  3323] By: gsar                                  on 1999/05/07  19:45:08
12396         Log: allow line numbers to show in diagnostics during global destruction
12397      Branch: perl
12398            ! util.c
12399 ____________________________________________________________________________
12400 [  3322] By: gsar                                  on 1999/05/07  09:38:11
12401         Log: From: Dan Sugalski <sugalskd@ous.edu>
12402              Date: Fri, 09 Apr 1999 16:16:39 -0700
12403              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
12404              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
12405      Branch: perl
12406            ! lib/ExtUtils/MM_VMS.pm
12407 ____________________________________________________________________________
12408 [  3321] By: gsar                                  on 1999/05/07  09:08:23
12409         Log: From: kwzh@gnu.org (Karl Heuer)
12410              Date: Wed, 7 Apr 1999 23:58:58 -0400
12411              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
12412              Subject: [perl-5.005.02] detect lack of /dev/tty
12413      Branch: perl
12414            ! Makefile.SH
12415 ____________________________________________________________________________
12416 [  3320] By: gsar                                  on 1999/05/07  08:52:14
12417         Log: allow distinct prefix for versioned executables
12418              From: Roderick Schertler <roderick@argon.org>
12419              Date: Wed, 07 Apr 1999 15:34:56 -0400
12420              Message-ID: <3003.923513696@eeyore.ibcinc.com>
12421              Subject: perl55.00503 -> perl5.00503 patch for installperl
12422      Branch: perl
12423            ! INSTALL installperl
12424 ____________________________________________________________________________
12425 [  3319] By: gsar                                  on 1999/05/07  08:07:02
12426         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12427              Date: Mon, 05 Apr 1999 15:38:42 -0700
12428              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
12429              Subject: Re: chomp fails with $/ in fixed-length record mode
12430              --
12431              From: Roderick Schertler <roderick@argon.org>
12432              Date: Tue, 06 Apr 1999 21:11:37 -0400
12433              Message-ID: <2795.923447497@eeyore.ibcinc.com>
12434              Subject: Re: chomp fails with $/ in fixed-length record mode
12435      Branch: perl
12436            ! doop.c pod/perlfunc.pod t/op/chop.t
12437 ____________________________________________________________________________
12438 [  3318] By: gsar                                  on 1999/05/07  07:56:35
12439         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12440              Date: Tue, 6 Apr 1999 01:40:36 -0400
12441              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
12442              Subject: [PATCH 5.005_*] Make % use fmod()
12443      Branch: perl
12444            ! pp.c t/op/arith.t
12445 ____________________________________________________________________________
12446 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12447         Log: DBM Filters (via private mail)
12448              From: pmarquess@bfsec.bt.co.uk
12449              Date: Sun, 18 Apr 1999 21:05:52 +0100
12450              Message-Id: <199904182009.NAA19152@activestate.com>
12451              Subject: DBM Filters
12452      Branch: perl
12453            + pod/perldbmfilter.pod
12454            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12455            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12456            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12457            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12458            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12459            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12460            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12461            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12462            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12463            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12464            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12465            ! t/lib/sdbm.t
12466 ____________________________________________________________________________
12467 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12468         Log: avoid negative return value from Win32::GetTickCount()
12469              From: jan.dubois@ibm.net (Jan Dubois)
12470              Date: Sat, 03 Apr 1999 19:04:18 +0200
12471              Message-ID: <37084742.22824479@smtp1.ibm.net>
12472              Subject: Re: Win32::GetTickCount
12473      Branch: perl
12474            ! win32/win32.c
12475 ____________________________________________________________________________
12476 [  3314] By: gsar                                  on 1999/05/06  08:01:23
12477         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
12478              Date: Tue, 30 Mar 1999 23:40:34 PST
12479              Message-ID: <19990331074034.6117.qmail@hotmail.com>
12480              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
12481              --
12482              Date: Wed, 07 Apr 1999 00:28:23 -0800
12483              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
12484              Subject: [PATCH 5.005_56] function prototypes(B.pm)
12485              --
12486              Date: Thu, 22 Apr 1999 23:40:52 -0700
12487              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
12488              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
12489              --
12490              Date: Tue, 27 Apr 1999 01:14:49 PDT
12491              Message-ID: <19990427081449.28615.qmail@hotmail.com>
12492              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
12493      Branch: perl
12494            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
12495            ! t/op/ref.t
12496 ____________________________________________________________________________
12497 [  3313] By: jhi                                   on 1999/05/06  07:59:52
12498         Log: Integrate from mainperl.
12499      Branch: cfgperl
12500           !> (integrate 33 files)
12501 ____________________________________________________________________________
12502 [  3312] By: gsar                                  on 1999/05/06  07:11:50
12503         Log: add Ethiopic section to unicode master database (from Ken
12504              Whistler <kenw@sybase.com>)
12505      Branch: perl
12506            ! lib/unicode/UnicodeData-Latest.txt
12507 ____________________________________________________________________________
12508 [  3311] By: gsar                                  on 1999/05/06  05:37:55
12509         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
12510              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
12511              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
12512              Subject: Largefiles for Solaris
12513      Branch: perl
12514            ! hints/solaris_2.sh
12515 ____________________________________________________________________________
12516 [  3310] By: gsar                                  on 1999/05/06  05:14:35
12517         Log: emit more accurate diagnostic for syntax errors involving <>
12518              within eval""
12519      Branch: perl
12520            ! toke.c utils/perldoc.PL
12521 ____________________________________________________________________________
12522 [  3309] By: gsar                                  on 1999/05/06  04:36:31
12523         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
12524      Branch: perl
12525            ! t/lib/open3.t
12526 ____________________________________________________________________________
12527 [  3308] By: gsar                                  on 1999/05/06  03:19:16
12528         Log: applied first part of suggested patch (bug described cannot be
12529              reproduced any longer, so the second inconclusive part has not
12530              been applied)
12531              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12532              Date: Sun, 28 Mar 1999 04:51:34 +0100
12533              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
12534              Subject: [PATCH 5.005_56] Re: A core dump 
12535      Branch: perl
12536            ! toke.c
12537 ____________________________________________________________________________
12538 [  3307] By: gsar                                  on 1999/05/06  01:56:06
12539         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
12540              change#3180)
12541      Branch: perl
12542            ! op.c
12543 ____________________________________________________________________________
12544 [  3306] By: gsar                                  on 1999/05/05  17:17:34
12545         Log: applied non-conflicting parts of suggested patch
12546              From: Charles Bailey <BAILEY@newman.upenn.edu>
12547              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
12548              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
12549              Subject: [Patch 5.005_56] Revised VMS patch
12550      Branch: perl
12551            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
12552            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
12553 ____________________________________________________________________________
12554 [  3305] By: gsar                                  on 1999/05/05  16:20:19
12555         Log: make perldoc use backslashed pathnames within system() on win32
12556      Branch: perl
12557            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
12558 ____________________________________________________________________________
12559 [  3304] By: gsar                                  on 1999/05/05  07:29:43
12560         Log: upgrade Pod::Parser to v1.081 from CPAN
12561      Branch: perl
12562            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12563            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12564            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12565 ____________________________________________________________________________
12566 [  3303] By: gsar                                  on 1999/05/05  07:02:07
12567         Log: From: Andy Dougherty <doughera@lafayette.edu>
12568              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
12569              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
12570              Subject: [PATCH 5.005_03-MT3] INSTALL patches
12571      Branch: perl
12572            ! INSTALL
12573 ____________________________________________________________________________
12574 [  3302] By: gsar                                  on 1999/05/05  06:55:21
12575         Log: load base packages based on nonexistent $VERSION
12576              From: andreas.koenig@anima.de (Andreas J. Koenig)
12577              Date: 19 Mar 1999 06:00:28 +0100
12578              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
12579              Subject: Re: base.pm flaw
12580      Branch: perl
12581            ! lib/base.pm lib/locale.pm
12582 ____________________________________________________________________________
12583 [  3301] By: gsar                                  on 1999/05/04  05:41:08
12584         Log: pod2man outputs switched date and revision label (fix suggested by
12585              EthanSasiela@mede.com)
12586      Branch: perl
12587            ! pod/pod2man.PL
12588 ____________________________________________________________________________
12589 [  3300] By: gsar                                  on 1999/05/03  18:48:25
12590         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
12591              (makes opendir(D,"c:") work reliably)
12592      Branch: perl
12593            ! win32/win32.c
12594 ____________________________________________________________________________
12595 [  3299] By: gsar                                  on 1999/05/02  19:39:55
12596         Log: add test case for change#3298
12597      Branch: perl
12598            ! sv.c t/op/readdir.t
12599 ____________________________________________________________________________
12600 [  3298] By: gsar                                  on 1999/05/02  19:24:41
12601         Log: close directory handles properly when localized
12602      Branch: perl
12603            ! sv.c
12604 ____________________________________________________________________________
12605 [  3297] By: jhi                                   on 1999/04/30  11:42:14
12606         Log: Integrate from mainperl.
12607      Branch: cfgperl
12608           !> Changes config_h.SH configure.com lib/AutoLoader.pm
12609           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
12610           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
12611           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
12612           !> vms/subconfigure.com win32/win32.c
12613 ____________________________________________________________________________
12614 [  3293] By: chip                                  on 1999/04/29  18:50:49
12615         Log: Fix shebang lines.
12616      Branch: maint-5.004/perl
12617            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
12618            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
12619            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
12620            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
12621            ! x2p/find2perl.PL x2p/s2p.PL
12622 ____________________________________________________________________________
12623 [  3284] By: gsar                                  on 1999/04/27  00:48:42
12624         Log: integrate change#3279 from maint-5.004
12625      Branch: perl
12626            ! lib/AutoLoader.pm
12627 ____________________________________________________________________________
12628 [  3279] By: chip                                  on 1999/04/26  23:09:26
12629         Log: Make &AutoLoad::AUTOLOAD reentrant.
12630      Branch: maint-5.004/perl
12631            ! lib/AutoLoader.pm
12632 ____________________________________________________________________________
12633 [  3276] By: chip                                  on 1999/04/26  22:34:36
12634         Log: Make porting scripts executable.
12635      Branch: maint-5.004/perl
12636            ! Changes Porting/genlog Porting/makerel Porting/p4desc
12637            ! Porting/patchls
12638 ____________________________________________________________________________
12639 [  3274] By: gsar                                  on 1999/04/26  17:30:31
12640         Log: allow embedded null characters in diagnostics
12641      Branch: perl
12642            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
12643 ____________________________________________________________________________
12644 [  3273] By: gsar                                  on 1999/04/26  08:27:22
12645         Log: hand-applied conflicting parts of suggested patch
12646              From: Charles Bailey <BAILEY@newman.upenn.edu>
12647              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
12648              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
12649              Subject: [PATCH 5.005_56] VMS configuration/build
12650      Branch: perl
12651            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12652            ! vms/munchconfig.c vms/subconfigure.com
12653 ____________________________________________________________________________
12654 [  3272] By: gsar                                  on 1999/04/26  08:25:41
12655         Log: update Changes; tweak minor regressions
12656      Branch: perl
12657            ! Changes lib/AutoSplit.pm lib/File/Path.pm
12658 ____________________________________________________________________________
12659 [  3271] By: gsar                                  on 1999/04/26  07:52:51
12660         Log: integrate change#3229 from maint-5.004
12661      Branch: perl
12662            ! pp_ctl.c util.c
12663 ____________________________________________________________________________
12664 [  3270] By: gsar                                  on 1999/04/25  22:58:27
12665         Log: fix buggy reference count on refs to SVs with autoviv magic
12666              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
12667              accessing free()d memory)
12668      Branch: perl
12669            ! pp.c t/op/ref.t
12670 ____________________________________________________________________________
12671 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12672         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12673              on win32)
12674      Branch: perl
12675            ! win32/win32.c
12676 ____________________________________________________________________________
12677 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12678         Log: kill dup hunk
12679      Branch: perl
12680            ! config_h.SH
12681 ____________________________________________________________________________
12682 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12683         Log: integrate cfgperl changes into mainline
12684      Branch: perl
12685           +> myconfig.SH
12686            - myconfig
12687            ! pod/perlre.pod
12688           !> (integrate 38 files)
12689 ____________________________________________________________________________
12690 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12691         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12692              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12693              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12694              Cc: Lionel Cons <lionel.cons@cern.ch>,
12695              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12696              David Hayes <david@bdel.com>
12697              Subject: [PATCH] h2ph
12698              Date: Fri, 23 Apr 1999 12:37:23 -0400
12699              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12700      Branch: cfgperl
12701            ! utils/h2ph.PL
12702 ____________________________________________________________________________
12703 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12704         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12705              To: perlbug@perl.org
12706              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12707              Date: Wed, 21 Apr 1999 08:17:54 -0700
12708              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12709      Branch: cfgperl
12710            ! vms/descrip_mms.template
12711 ____________________________________________________________________________
12712 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12713         Log: From: Andy Dougherty <doughera@lafayette.edu>
12714              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12715              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12716              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12717              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12718      Branch: cfgperl
12719            ! Porting/pumpkin.pod
12720 ____________________________________________________________________________
12721 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12722         Log: From: Chip Salzenberg <chip@perlsupport.com>
12723              To: Perl 5 Porters <perl5-porters@perl.org>
12724              Subject: [PATCH 5.005_56] Configure: $sig_count
12725              Date: Sun, 18 Apr 1999 17:54:36 -0400
12726              Message-ID: <19990418175436.A27496@perlsupport.com>
12727      Branch: cfgperl
12728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12729            ! config_h.SH
12730 ____________________________________________________________________________
12731 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12732         Log: Subject: PATCH wrong faq reference in perlbook.pod
12733              From: Robin Barker <rmb1@cise.npl.co.uk>
12734              To: perlbug@perl.com
12735              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12736              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12737      Branch: cfgperl
12738            ! pod/perlbook.pod
12739 ____________________________________________________________________________
12740 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12741         Log: From: Andy Dougherty <doughera@lafayette.edu>
12742              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12743              Cc: Perl Porters <perl5-porters@perl.org>
12744              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12745              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12746              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12747      Branch: cfgperl
12748            ! hints/solaris_2.sh
12749 ____________________________________________________________________________
12750 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12751         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12752              To: pumpkings@jhereg.perl.com
12753              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12754              Date: Thu, 15 Apr 1999 07:13:41 -0600
12755              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12756      Branch: cfgperl
12757            ! pod/perldata.pod
12758 ____________________________________________________________________________
12759 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12760         Log: LDLIBPTH also on 'clean' targets.
12761      Branch: cfgperl
12762            ! Makefile.SH
12763 ____________________________________________________________________________
12764 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12765         Log: Add information about the two DEC C compiler optimizer bugs
12766              (what patch levels of the compilers fix them).
12767      Branch: cfgperl
12768            ! pp.c t/op/repeat.t
12769 ____________________________________________________________________________
12770 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12771         Log: Be polite about ccdlflags and lddflags, too.
12772              Avoid Perl's malloc only when threaded.
12773      Branch: cfgperl
12774            ! hints/aix.sh
12775 ____________________________________________________________________________
12776 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12777         Log: Croak if no known ways to semctl() (don't assume union semun).
12778      Branch: cfgperl
12779            ! doio.c perl.h
12780 ____________________________________________________________________________
12781 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12782         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12783              To: perl5-porters@perl.org, vmsperl@perl.org
12784              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12785              Date: Mon, 12 Apr 1999 13:36:48 -0700
12786              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12787      Branch: cfgperl
12788            ! lib/ExtUtils/MM_VMS.pm
12789 ____________________________________________________________________________
12790 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12791         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12792              To: perlbug@perl.com
12793              Subject: Update for OpenBSD hints
12794              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12795              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12796      Branch: cfgperl
12797            ! hints/openbsd.sh
12798 ____________________________________________________________________________
12799 [  3229] By: chip                                  on 1999/04/13  04:04:14
12800         Log: Preserve errno from importunities of sfio.
12801      Branch: maint-5.004/perl
12802            ! pp_ctl.c util.c
12803 ____________________________________________________________________________
12804 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12805         Log: If both ways to call semctl are broken,    skip the tests.
12806      Branch: cfgperl
12807            ! t/lib/ipc_sysv.t
12808 ____________________________________________________________________________
12809 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12810         Log: From: Andy Dougherty <doughera@lafayette.edu>
12811              To: dsembr01@ox.slug.louisville.edu
12812              Cc: perlbug@perl.com
12813              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12814              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12815              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12816      Branch: cfgperl
12817            ! ext/POSIX/POSIX.xs
12818 ____________________________________________________________________________
12819 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12820         Log: From: Andy Dougherty <doughera@lafayette.edu>
12821              To: Perl Porters <perl5-porters@perl.org>
12822              Subject: [PATCH 5.005_56] Re: prefix= in hints
12823              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12824              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12825              
12826              (Overrides change #3204 from Kurt)
12827      Branch: cfgperl
12828            ! hints/linux.sh
12829 ____________________________________________________________________________
12830 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12831         Log: Understand Apollo's //node notation.
12832              
12833              From: Johann Klasek <jk@auto.tuwien.ac.at>
12834              To: jhi@iki.fi
12835              Subject: Re: DomainPerl
12836              Date: Fri, 9 Apr 1999 18:21:37 +0200
12837              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12838      Branch: cfgperl
12839            ! lib/Cwd.pm
12840 ____________________________________________________________________________
12841 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12842         Log: Integrate from mainperl.
12843      Branch: cfgperl
12844           !> (integrate 39 files)
12845 ____________________________________________________________________________
12846 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12847         Log: tweak previous change
12848      Branch: maint-5.005/perl
12849            ! win32/win32.c
12850 ____________________________________________________________________________
12851 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12852         Log: be careful about extending the stack for the Win32:: builtins
12853      Branch: maint-5.005/perl
12854            ! win32/win32.c
12855 ____________________________________________________________________________
12856 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12857         Log: correct places that said newSVpv() when they meant newSVpvn()
12858      Branch: perl
12859            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12860            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12861            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12862            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12863            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12864            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12865            ! win32/win32.c
12866 ____________________________________________________________________________
12867 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12868         Log: avoid duplicate code
12869      Branch: perl
12870            ! sv.c
12871 ____________________________________________________________________________
12872 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12873         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12874              STRESS_REALLOC testing
12875      Branch: perl
12876            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12877            ! sv.c
12878 ____________________________________________________________________________
12879 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12880         Log: scrounge and save three extra branches in pp_entersub()
12881      Branch: perl
12882            ! cv.h pp_ctl.c pp_hot.c
12883 ____________________________________________________________________________
12884 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12885         Log: remove duplicate code and an extra branch in sv_setsv() and
12886              other hot code by making SvTHINKFIRST() think about FAKE SVs
12887      Branch: perl
12888            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12889            ! proto.h scope.c sv.c sv.h
12890 ____________________________________________________________________________
12891 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12892         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12893              
12894              From: John Bley <jbb6@acpub.duke.edu>
12895              To: perlbug@perl.org
12896              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12897              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12898              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12899      Branch: cfgperl
12900            ! doio.c pp_sys.c
12901 ____________________________________________________________________________
12902 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12903         Log: Change #3210 was rather unportable.  This is better.
12904      Branch: cfgperl
12905            ! Configure config_h.SH
12906 ____________________________________________________________________________
12907 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12908         Log: Avoid Digital UNIX' ksh.
12909              
12910              From: Jarkko Hietaniemi <jhi@iki.fi> 
12911              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12912              Cc: perlbug@perl.com, ht000@foa.dk 
12913              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12914              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12915              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12916      Branch: cfgperl
12917            ! Configure config_h.SH
12918 ____________________________________________________________________________
12919 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12920         Log: Integrate from mainperl.
12921      Branch: cfgperl
12922           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12923 ____________________________________________________________________________
12924 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12925         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12926              
12927              From: Lionel Cons <lionel.cons@cern.ch>
12928              To: jhi@iki.fi
12929              Cc: perlbug@perl.com, kstar@isinet.com,
12930              Philippe Defert <philippe.defert@cern.ch>
12931              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12932              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12933              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12934      Branch: cfgperl
12935            ! hints/irix_6.sh
12936 ____________________________________________________________________________
12937 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12938         Log: Be polite about usemymalloc.
12939      Branch: cfgperl
12940            ! hints/aix.sh
12941 ____________________________________________________________________________
12942 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12943         Log: a typo in change#3205
12944      Branch: perl
12945            ! t/lib/bigfloatpm.t
12946 ____________________________________________________________________________
12947 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12948         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12949              returns NaNs faithfully)
12950      Branch: perl
12951            ! t/lib/bigfloatpm.t
12952 ____________________________________________________________________________
12953 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12954         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12955              
12956              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12957              To: perl5-porters@perl.org
12958              Subject: linux hints nit
12959              Date: Fri, 2 Apr 1999 16:49:47 -0500
12960              Message-ID: <19990402164947.E80926@O2.chapin.edu>
12961      Branch: cfgperl
12962            ! hints/linux.sh
12963 ____________________________________________________________________________
12964 [  3203] By: jhi                                   on 1999/04/02  22:00:56
12965         Log: Display exact glibc version in Linux. 
12966              
12967              From: Andy Dougherty <doughera@lafayette.edu>
12968              To: Perl Porters <perl5-porters@perl.org>
12969              Subject: Displaying glibc version on Linux
12970              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
12971              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
12972      Branch: cfgperl
12973            ! hints/linux.sh
12974 ____________________________________________________________________________
12975 [  3202] By: gsar                                  on 1999/04/02  21:23:18
12976         Log: various little goofs
12977      Branch: perl
12978            ! Changes Makefile.SH README installperl
12979 ____________________________________________________________________________
12980 [  3201] By: jhi                                   on 1999/04/02  13:13:39
12981         Log: Configure regen.
12982              
12983              Add llseek + offset_t probing.
12984              Change CONFIG to CONFIGDOTSH.
12985              'unset foo' is unportable, use foo=''.
12986      Branch: cfgperl
12987            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12988            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
12989            ! perl_exp.SH writemain.SH
12990 ____________________________________________________________________________
12991 [  3200] By: jhi                                   on 1999/04/02  12:06:22
12992         Log: Introduce myconfig.SH.
12993              
12994              From: Andy Dougherty <doughera@lafayette.edu>
12995              To: Jarkko Hietaniemi <jhi@iki.fi>
12996              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
12997              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
12998              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
12999              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
13000      Branch: cfgperl
13001            + myconfig.SH
13002            - myconfig
13003            ! MANIFEST
13004 ____________________________________________________________________________
13005 [  3195] By: jhi                                   on 1999/03/28  16:42:54
13006         Log: Update perlhist on 5_03.
13007      Branch: maint-5.005/perl
13008            ! pod/perlhist.pod
13009 ____________________________________________________________________________
13010 [  3194] By: jhi                                   on 1999/03/28  12:30:01
13011         Log: Integrate from mainperl.
13012      Branch: cfgperl
13013           +> t/op/grep.t
13014            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13015            ! t/lib/bigintpm.t
13016           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
13017           !> t/lib/thread.t
13018 ____________________________________________________________________________
13019 [  3189] By: gsar                                  on 1999/03/28  08:22:00
13020         Log: various pod niggles
13021      Branch: maint-5.005/perl
13022            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
13023            ! pod/perlfunc.pod pod/perlhist.pod
13024 ____________________________________________________________________________
13025 [  3187] By: gsar                                  on 1999/03/28  07:31:16
13026         Log: regularize CAPI declarations (CAPI extensions now build under
13027              the Borland compiler)
13028      Branch: maint-5.005/perl
13029            ! win32/GenCAPI.pl
13030 ____________________________________________________________________________
13031 [  3186] By: gsar                                  on 1999/03/28  07:26:33
13032         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
13033              -DPERL_CAPI
13034      Branch: maint-5.005/perl
13035            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13036 ____________________________________________________________________________
13037 [  3183] By: gsar                                  on 1999/03/28  06:00:46
13038         Log: update p4 utility to ignore non-text files
13039      Branch: perl
13040            ! Porting/p4desc
13041 ____________________________________________________________________________
13042 [  3181] By: gsar                                  on 1999/03/28  03:37:23
13043         Log: integrate change#3179 from maint-5.005
13044      Branch: perl
13045           !> ext/Thread/Thread.xs t/lib/thread.t
13046 ____________________________________________________________________________
13047 [  3180] By: gsar                                  on 1999/03/28  02:28:20
13048         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
13049              (sometimes caused bizarreness in the BLOCK)
13050      Branch: perl
13051            + t/op/grep.t
13052            ! MANIFEST op.c
13053 ____________________________________________________________________________
13054 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13055         Log: fix thread segfault when passing large number of arguments to child
13056              a la C<Thread->new($foo, 1..1000)>
13057      Branch: maint-5.005/perl
13058            ! ext/Thread/Thread.xs t/lib/thread.t
13059 ____________________________________________________________________________
13060 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13061         Log: fix $Config{'usethreads'} typo in perlthrtut
13062              
13063              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13064              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13065              Message-Id: <199903251540.QAA02439@wsblob.>
13066              Subject: perlthrtut documentation error
13067      Branch: maint-5.005/perl
13068            ! pod/perlthrtut.pod
13069 ____________________________________________________________________________
13070 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13071         Log: Update Test.pm to VERSION 1.122 from CPAN
13072      Branch: maint-5.005/perl
13073            ! lib/Test.pm
13074 ____________________________________________________________________________
13075 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13076         Log: Integrate from mainperl.
13077      Branch: cfgperl
13078           !> (integrate 37 files)
13079 ____________________________________________________________________________
13080 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13081         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13082              prefer 'brace' or 'curly bracket' over 'curly brace'
13083      Branch: perl
13084            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13085            ! t/op/misc.t t/op/re_tests toke.c
13086 ____________________________________________________________________________
13087 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13088         Log: better description of "Integer overflow" diagnostic
13089      Branch: perl
13090            ! pod/perldiag.pod
13091 ____________________________________________________________________________
13092 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13093         Log: applied needful parts of suggested patch
13094              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13095              Date: Tue, 23 Mar 1999 16:21:43 -0800
13096              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13097              Subject: [PATCH 5.005_56] pp_formline correction
13098      Branch: perl
13099            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13100 ____________________________________________________________________________
13101 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13102         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13103              <mjd@plover.com>)
13104      Branch: perl
13105            ! pod/perlsyn.pod
13106 ____________________________________________________________________________
13107 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13108         Log: describe current behavior on local($foo{nothere}) (suggested by
13109              Lionel Cons <lionel.cons@cern.ch>)
13110      Branch: perl
13111            ! pod/perlsub.pod
13112 ____________________________________________________________________________
13113 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13114         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13115              <vishalb@hotmail.com>)
13116      Branch: perl
13117            ! ext/B/B/C.pm
13118 ____________________________________________________________________________
13119 [  3164] By: gsar                                  on 1999/03/25  06:17:27
13120         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13121              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
13122              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
13123              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
13124      Branch: perl
13125            ! ext/B/B.xs op.h opcode.pl
13126 ____________________________________________________________________________
13127 [  3163] By: gsar                                  on 1999/03/25  06:15:49
13128         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
13129              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
13130              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
13131              Subject: [PATCH _56] B::Deparse 0.57
13132              --
13133              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
13134              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
13135              Subject: Re: [PATCH _56] B::Deparse 0.57 
13136      Branch: perl
13137            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
13138 ____________________________________________________________________________
13139 [  3162] By: gsar                                  on 1999/03/25  06:11:46
13140         Log: fix a few places that said 'int', but meant 'STRLEN'
13141      Branch: perl
13142            ! pod/perlguts.pod proto.h sv.c
13143 ____________________________________________________________________________
13144 [  3161] By: gsar                                  on 1999/03/25  06:01:18
13145         Log: From: Russ Allbery <rra@stanford.edu>
13146              Date: 22 Mar 1999 04:26:26 -0800
13147              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
13148              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
13149      Branch: perl
13150            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
13151            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
13152            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
13153            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
13154 ____________________________________________________________________________
13155 [  3160] By: gsar                                  on 1999/03/25  02:26:31
13156         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
13157      Branch: perl
13158            ! opcode.h opcode.pl
13159 ____________________________________________________________________________
13160 [  3159] By: gsar                                  on 1999/03/25  02:18:17
13161         Log: add statement-modifier loops to :base_loop class
13162      Branch: perl
13163            ! ext/Opcode/Opcode.pm
13164 ____________________________________________________________________________
13165 [  3158] By: gsar                                  on 1999/03/25  00:36:57
13166         Log: integrate changes#3105,3130,3154 from maint-5.005
13167      Branch: perl
13168           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
13169 ____________________________________________________________________________
13170 [  3157] By: gsar                                  on 1999/03/25  00:24:17
13171         Log: remove bogus panic()
13172      Branch: perl
13173            ! Changes lib/Math/BigFloat.pm
13174 ____________________________________________________________________________
13175 [  3156] By: jhi                                   on 1999/03/24  22:43:43
13176         Log: Integrate from mainperl.
13177      Branch: cfgperl
13178           +> (branch 38 files)
13179           !> (integrate 68 files)
13180 ____________________________________________________________________________
13181 [  3155] By: jhi                                   on 1999/03/24  22:12:17
13182         Log: Configure regenerated because of changes #3130/#3154 and #3147.
13183      Branch: cfgperl
13184            ! Configure config_h.SH
13185 ____________________________________________________________________________
13186 [  3154] By: jhi                                   on 1999/03/24  21:40:51
13187         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
13188              based on suggestions from Andy Dougherty.
13189      Branch: maint-5.005/perl
13190            ! INSTALL
13191 ____________________________________________________________________________
13192 [  3153] By: gsar                                  on 1999/03/24  10:38:05
13193         Log: applied suggested patch, modulo superceded parts
13194              From: Charles Bailey <BAILEY@newman.upenn.edu>
13195              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
13196              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
13197              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
13198      Branch: perl
13199            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13200            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
13201            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13202            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
13203 ____________________________________________________________________________
13204 [  3152] By: gsar                                  on 1999/03/24  10:30:51
13205         Log: applied suggested patch, modulo superceded parts
13206              From: Charles Bailey <BAILEY@newman.upenn.edu>
13207              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
13208              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
13209              Subject: [PATCH 5.005_56] Miscellaneous small fixes
13210      Branch: perl
13211            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
13212            ! lib/File/Basename.pm
13213 ____________________________________________________________________________
13214 [  3151] By: gsar                                  on 1999/03/24  10:15:00
13215         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
13216      Branch: perl
13217            ! pod/perlop.pod
13218 ____________________________________________________________________________
13219 [  3150] By: gsar                                  on 1999/03/24  10:09:13
13220         Log: missing integration in previous change
13221      Branch: perl
13222           !> README.apollo
13223 ____________________________________________________________________________
13224 [  3149] By: gsar                                  on 1999/03/24  10:06:44
13225         Log: integrate changes#3116,3119 from maint-5.005
13226      Branch: perl
13227            + README.apollo
13228           +> apollo/netinet/in.h
13229           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
13230 ____________________________________________________________________________
13231 [  3148] By: gsar                                  on 1999/03/24  10:01:56
13232         Log: integrate changes#3091-3094 from maint-5.005
13233      Branch: perl
13234           !> README.hurd vms/subconfigure.com vos/config.h
13235           !> vos/config_h.SH_orig
13236 ____________________________________________________________________________
13237 [  3147] By: gsar                                  on 1999/03/24  09:31:49
13238         Log: warn about newfangled vfork() caveats
13239      Branch: perl
13240            ! Configure
13241 ____________________________________________________________________________
13242 [  3146] By: jhi                                   on 1999/03/24  09:20:14
13243         Log: Bring in changes #2808 and #2812 (from mainline perl)
13244              that enhance the perlbug checklist.
13245      Branch: maint-5.005/perl
13246            ! utils/perlbug.PL
13247 ____________________________________________________________________________
13248 [  3145] By: gsar                                  on 1999/03/24  08:37:02
13249         Log: integrate change#3115 from maint-5.005
13250      Branch: perl
13251           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13252           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13253 ____________________________________________________________________________
13254 [  3144] By: gsar                                  on 1999/03/24  08:33:59
13255         Log: add note about map in scalar context
13256      Branch: perl
13257            ! pod/perlfunc.pod
13258 ____________________________________________________________________________
13259 [  3143] By: gsar                                  on 1999/03/24  08:25:59
13260         Log: doc tweak
13261      Branch: perl
13262            ! lib/Time/Local.pm
13263 ____________________________________________________________________________
13264 [  3142] By: gsar                                  on 1999/03/24  08:20:37
13265         Log: applied suggested patch, modulo bogus hunk
13266              From: "Vishal Bhatia" <vishalb@hotmail.com>
13267              Date: Thu, 11 Mar 1999 07:40:27 PST
13268              Message-ID: <19990311154027.25891.qmail@hotmail.com>
13269              Subject: [PATCH 5.005_56] Minor fixes in perlcc
13270      Branch: perl
13271            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
13272 ____________________________________________________________________________
13273 [  3141] By: gsar                                  on 1999/03/24  08:06:12
13274         Log: integrate change#3104 from maint-5.005
13275      Branch: perl
13276           !> README.os390 t/lib/posix.t
13277 ____________________________________________________________________________
13278 [  3140] By: gsar                                  on 1999/03/24  06:34:56
13279         Log: fix failure of C<&locked_sub;> under -Dusethreads
13280      Branch: perl
13281            ! pp_hot.c t/lib/thread.t
13282 ____________________________________________________________________________
13283 [  3139] By: gsar                                  on 1999/03/24  05:52:00
13284         Log: debugger tweak (wasn't printing a newline after recalled commands)
13285      Branch: perl
13286            ! lib/perl5db.pl
13287 ____________________________________________________________________________
13288 [  3138] By: gsar                                  on 1999/03/24  05:33:28
13289         Log: document OO exceptions (based on a suggestion by Andreas Koenig
13290              <andreas.koenig@anima.de>)
13291      Branch: perl
13292            ! pod/perlfunc.pod
13293 ____________________________________________________________________________
13294 [  3137] By: gsar                                  on 1999/03/24  02:50:20
13295         Log: better "Illegal %s digit ignored" warnings
13296      Branch: perl
13297            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
13298            ! toke.c util.c
13299 ____________________________________________________________________________
13300 [  3136] By: gsar                                  on 1999/03/24  02:26:38
13301         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
13302      Branch: perl
13303            + t/pragma/utf8.t
13304            ! regcomp.c
13305 ____________________________________________________________________________
13306 [  3135] By: gsar                                  on 1999/03/24  01:29:09
13307         Log: flip release & version in win32_uname()
13308      Branch: perl
13309            ! win32/win32.c
13310 ____________________________________________________________________________
13311 [  3134] By: gsar                                  on 1999/03/24  01:08:33
13312         Log: support POSIX::uname() via win32_uname()
13313      Branch: perl
13314            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
13315            ! win32/config.gc win32/config.vc win32/config_H.bc
13316            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
13317            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13318 ____________________________________________________________________________
13319 [  3133] By: gsar                                  on 1999/03/23  22:20:10
13320         Log: From: jan.dubois@ibm.net (Jan Dubois)
13321              Date: Sat, 06 Mar 1999 21:42:56 +0100
13322              Message-ID: <36e49281.50337171@smtp1.ibm.net>
13323              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
13324      Branch: perl
13325            ! pod/perldelta.pod
13326 ____________________________________________________________________________
13327 [  3132] By: gsar                                  on 1999/03/23  22:17:45
13328         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
13329              Date: Sat, 06 Mar 1999 17:50:49 +0100
13330              Message-ID: <36e25209.33833760@smtp1.ibm.net>
13331              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
13332              --
13333              Date: Sat, 06 Mar 1999 18:15:00 +0100
13334              Message-ID: <36e36222.37954195@smtp1.ibm.net>
13335              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
13336      Branch: perl
13337            + t/lib/filefunc.t
13338            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
13339            ! pod/perldelta.pod pod/perlmodlib.pod
13340 ____________________________________________________________________________
13341 [  3131] By: gsar                                  on 1999/03/23  22:07:59
13342         Log: integrate cfgperl changes into mainline
13343      Branch: perl
13344           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13345           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
13346           !> installperl malloc.c perl.c perl.h pod/perl.pod
13347           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
13348 ____________________________________________________________________________
13349 [  3130] By: jhi                                   on 1999/03/23  22:02:23
13350         Log: Don't use config.msg to remind about the
13351              LD_LIBRARY_PATH because Makefile.SH takes
13352              care of that.
13353              
13354              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
13355              This used to be the default but in some MT or another it
13356              was dropped because of some transient error or another.
13357      Branch: maint-5.005/perl
13358            ! Configure hints/dec_osf.sh
13359 ____________________________________________________________________________
13360 [  3129] By: gsar                                  on 1999/03/23  21:38:03
13361         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
13362              to size    and better maintainability)
13363      Branch: perl
13364            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13365            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13366            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13367            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
13368            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
13369            + t/pod/include.xr t/pod/included.t t/pod/included.xr
13370            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
13371            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
13372            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
13373            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
13374            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
13375            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
13376            ! win32/Makefile win32/makefile.mk win32/pod.mak
13377 ____________________________________________________________________________
13378 [  3128] By: jhi                                   on 1999/03/23  10:14:54
13379         Log: Integrate from mainperl.
13380      Branch: cfgperl
13381           !> (integrate 46 files)
13382 ____________________________________________________________________________
13383 [  3127] By: gsar                                  on 1999/03/23  06:57:30
13384         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
13385              Date: Thu, 4 Mar 1999 10:54:01 -0800
13386              Message-Id: <9903041854.AA46868@frc0000>
13387              Subject: patch for useless Math::BigInt warnings
13388      Branch: perl
13389            ! lib/Math/BigInt.pm
13390 ____________________________________________________________________________
13391 [  3126] By: gsar                                  on 1999/03/23  05:54:37
13392         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
13393              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13394              Date: Fri, 19 Feb 1999 15:47:59 -0500
13395              Message-ID: <19990219154759.A32350@O2.chapin.edu>
13396              Subject: [PATCH] OSF/1 hints
13397      Branch: perl
13398            ! hints/dec_osf.sh
13399 ____________________________________________________________________________
13400 [  3125] By: gsar                                  on 1999/03/23  00:56:38
13401         Log: avoid typeglob persistence in pp_readline()
13402      Branch: perl
13403            ! sv.c t/op/gv.t
13404 ____________________________________________________________________________
13405 [  3124] By: gsar                                  on 1999/03/22  21:12:23
13406         Log: update copyright years
13407      Branch: perl
13408            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
13409            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
13410            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
13411            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13412            ! sv.c sv.h toke.c utf8.c utf8.h util.c
13413 ____________________________________________________________________________
13414 [  3123] By: gsar                                  on 1999/03/22  07:07:06
13415         Log: implement win32_spawnvp() internally, making it return true PIDs
13416              for asynchronous spawns; fix win32_kill() to always deal with
13417              PIDs
13418      Branch: perl
13419            ! win32/win32.c win32/win32.h
13420 ____________________________________________________________________________
13421 [  3122] By: jhi                                   on 1999/03/19  21:12:14
13422         Log: Describe the new Benchmark feature in more detail.
13423      Branch: cfgperl
13424            ! pod/perldelta.pod
13425      Branch: maint-5.005/perl
13426            ! pod/perldelta.pod
13427 ____________________________________________________________________________
13428 [  3121] By: jhi                                   on 1999/03/19  08:16:12
13429         Log: AVAILABILITY tuning.
13430      Branch: cfgperl
13431            ! pod/perl.pod
13432      Branch: maint-5.005/perl
13433            ! pod/perl.pod
13434 ____________________________________________________________________________
13435 [  3120] By: jhi                                   on 1999/03/17  14:52:17
13436         Log: Rhapsody change assumed too much.
13437      Branch: cfgperl
13438            ! t/op/stat.t
13439 ____________________________________________________________________________
13440 [  3119] By: jhi                                   on 1999/03/17  14:33:43
13441         Log: More Apollo fixes.
13442      Branch: maint-5.005/perl
13443            ! README.apollo hints/apollo.sh t/lib/io_udp.t
13444 ____________________________________________________________________________
13445 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13446         Log: Nada.
13447      Branch: maint-5.005/perl
13448            ! README.apollo
13449 ____________________________________________________________________________
13450 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13451         Log: Apollo DomainOS AVAILABILITY.
13452      Branch: cfgperl
13453            ! pod/perl.pod
13454      Branch: maint-5.005/perl
13455            ! pod/perl.pod
13456 ____________________________________________________________________________
13457 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13458         Log: Apollo DomainOS patch
13459              From: Johann Klasek <jk@auto.tuwien.ac.at>
13460              Subject: Re: DomainPerl
13461              Date: Tue, 16 Mar 1999 17:46:32 +0100
13462              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13463      Branch: maint-5.005/perl
13464            + README.apollo apollo/netinet/in.h
13465            ! MANIFEST hints/apollo.sh
13466 ____________________________________________________________________________
13467 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13468         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13469              To: Gurusamy Sarathy <gsar@activestate.com>,
13470              Graham Barr <gbarr@pobox.com>
13471              Cc: Perl5 Porters <perl5-porters@perl.org>,
13472              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13473              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13474              Date: Sun, 14 Mar 1999 14:43:57 -0000
13475              Message-Id: <199903141841.NAA17040@defender.perl.org>
13476      Branch: maint-5.005/perl
13477            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13478            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13479 ____________________________________________________________________________
13480 [  3114] By: jhi                                   on 1999/03/16  12:42:20
13481         Log: Mention Rhapsody in 5.005_5X perldelta,
13482              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
13483              *planned* AVAILABILITY.
13484      Branch: cfgperl
13485            ! pod/perl.pod pod/perldelta.pod
13486      Branch: maint-5.005/perl
13487            ! pod/perl.pod
13488 ____________________________________________________________________________
13489 [  3113] By: jhi                                   on 1999/03/16  10:38:53
13490         Log: perldelta niggling.
13491      Branch: cfgperl
13492            ! pod/perldelta.pod
13493      Branch: maint-5.005/perl
13494            ! pod/perldelta.pod
13495 ____________________________________________________________________________
13496 [  3112] By: jhi                                   on 1999/03/16  10:35:21
13497         Log: Integrate from mainperl.
13498      Branch: cfgperl
13499           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13500           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13501 ____________________________________________________________________________
13502 [  3111] By: jhi                                   on 1999/03/16  10:28:10
13503         Log: AVAILABILITY update: still mention PowerUX,
13504              Novell Netware now has sources available.
13505      Branch: cfgperl
13506            ! pod/perl.pod
13507      Branch: maint-5.005/perl
13508            ! pod/perl.pod
13509 ____________________________________________________________________________
13510 [  3110] By: gsar                                  on 1999/03/16  04:34:23
13511         Log: sundry pod niggles
13512      Branch: perl
13513            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13514            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13515 ____________________________________________________________________________
13516 [  3109] By: jhi                                   on 1999/03/15  17:00:11
13517         Log: Integrate from mainperl.
13518      Branch: cfgperl
13519           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13520           +> lib/unicode/Is/Syllable.pl
13521           +> lib/unicode/MakeEthiopicSyllables.PL
13522           +> lib/unicode/README.Ethiopic
13523           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13524           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13525           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13526           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13527           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13528           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13529           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13530           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
13531 ____________________________________________________________________________
13532 [  3108] By: jhi                                   on 1999/03/15  16:58:12
13533         Log: First pass of integrating the Rhapsody port,
13534              
13535              From: Wilfredo Sanchez <wsanchez@apple.com> 
13536              Subject: Keeping the world in sync.
13537              Reply-To: wsanchez@apple.com 
13538              To: perlbug@perl.com 
13539              Date: Fri, 13 Nov 1998 17:11:30 -0800 
13540              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
13541      Branch: cfgperl
13542            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13543            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
13544            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
13545            ! x2p/util.c
13546 ____________________________________________________________________________
13547 [  3107] By: gsar                                  on 1999/03/15  03:22:10
13548         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
13549              From: Daniel Yacob <dmulholl@cs.indiana.edu>
13550              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
13551              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
13552              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
13553      Branch: perl
13554            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13555            + lib/unicode/Is/Syllable.pl
13556            + lib/unicode/MakeEthiopicSyllables.PL
13557            + lib/unicode/README.Ethiopic
13558            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13559            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13560            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13561            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13562            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13563            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13564            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13565            ! lib/unicode/Name.pl lib/unicode/Number.pl
13566 ____________________________________________________________________________
13567 [  3106] By: gsar                                  on 1999/03/12  20:35:36
13568         Log: change#3067 failed package.t due to needless creation of $a and $b;
13569              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
13570      Branch: perl
13571            ! op.c
13572 ____________________________________________________________________________
13573 [  3105] By: jhi                                   on 1999/03/12  15:54:57
13574         Log: Recognize the NetBSD packages collection.
13575      Branch: maint-5.005/perl
13576            ! hints/netbsd.sh
13577 ____________________________________________________________________________
13578 [  3104] By: jhi                                   on 1999/03/12  09:07:04
13579         Log: From: pvhp@forte.com (Peter Prymmer)
13580              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
13581              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
13582              Date: Thu, 11 Mar 99 14:24:54 PST
13583              Message-Id: <9903112224.AA24346@forte.com>
13584      Branch: maint-5.005/perl
13585            ! README.os390 t/lib/posix.t
13586 ____________________________________________________________________________
13587 [  3103] By: jhi                                   on 1999/03/10  11:07:46
13588         Log: Integrate from mainperl.
13589      Branch: cfgperl
13590           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
13591           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
13592           !> t/pragma/warn/1global toke.c win32/makedef.pl
13593 ____________________________________________________________________________
13594 [  3102] By: jhi                                   on 1999/03/10  11:01:20
13595         Log: From: pvhp@forte.com (Peter Prymmer)
13596              To: perl5-porters@perl.org
13597              Subject: [5.005_03-MT6]Patch: time passes
13598              Date: Tue, 9 Mar 99 18:42:17 PST
13599              Message-Id: <9903100242.AA29057@forte.com>
13600      Branch: maint-5.005/perl
13601            ! perl.c
13602 ____________________________________________________________________________
13603 [  3101] By: jhi                                   on 1999/03/10  10:30:15
13604         Log: From: Mark-Jason Dominus <mjd@plover.com>
13605              To: perl5-porters@perl.com
13606              Subject: Minor fix to perlfunc.pod
13607              Date: Mon, 08 Mar 1999 20:05:53 -0500
13608              Message-ID: <19990309010553.13757.qmail@plover.com>
13609      Branch: maint-5.005/perl
13610            ! pod/perlfunc.pod
13611 ____________________________________________________________________________
13612 [  3100] By: gsar                                  on 1999/03/09  23:04:44
13613         Log: change#3060 had the wrong quotes
13614      Branch: perl
13615            ! pod/pod2man.PL
13616 ____________________________________________________________________________
13617 [  3099] By: jhi                                   on 1999/03/09  12:52:21
13618         Log: d_uname was broken (probably since _53), reported by
13619              
13620              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13621              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
13622              cpan-testers@perl.org
13623              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
13624              Date: Mon, 08 Mar 1999 13:22:31 +0000
13625              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
13626              
13627              and
13628              
13629              From: lvirden@cas.org (Larry W. Virden)
13630              To: perlbug@perl.com
13631              Subject: configure not correctly identifying uname posix compatibility
13632              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
13633              Message-Id: <199903081136.GAA23682@cas.org>
13634      Branch: cfgperl
13635            ! Configure config_h.SH
13636 ____________________________________________________________________________
13637 [  3098] By: gsar                                  on 1999/03/09  03:16:07
13638         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
13639      Branch: perl
13640            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
13641 ____________________________________________________________________________
13642 [  3097] By: gsar                                  on 1999/03/09  02:50:43
13643         Log: use yyerror() instead of croak() so that compile-time failures in
13644              my(LIST) don't confuse globals with lexicals
13645      Branch: perl
13646            ! op.c toke.c
13647 ____________________________________________________________________________
13648 [  3096] By: gsar                                  on 1999/03/09  02:47:36
13649         Log: adjust testsuite for change#3067
13650      Branch: perl
13651            ! t/pragma/warn/1global
13652 ____________________________________________________________________________
13653 [  3095] By: gsar                                  on 1999/03/08  21:04:48
13654         Log: remove bogus symbols from global.sym
13655      Branch: perl
13656            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
13657            ! perl.h win32/makedef.pl
13658 ____________________________________________________________________________
13659 [  3094] By: jhi                                   on 1999/03/06  16:16:15
13660         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13661              To: jhi@iki.fi
13662              Subject: Oops
13663              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
13664              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
13665      Branch: maint-5.005/perl
13666            ! README.hurd
13667 ____________________________________________________________________________
13668 [  3093] By: jhi                                   on 1999/03/06  15:59:46
13669         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13670              To: jhi@iki.fi
13671              Subject: New Hurd README
13672              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13673              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13674      Branch: maint-5.005/perl
13675            ! README.hurd
13676 ____________________________________________________________________________
13677 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13678         Log: From: Paul_Green@stratus.com
13679              To: perl5-porters@perl.org
13680              Cc: jhi@iki.fi, Paul_Green@stratus.com
13681              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13682              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13683              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13684      Branch: maint-5.005/perl
13685            ! vos/config.h vos/config_h.SH_orig
13686 ____________________________________________________________________________
13687 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13688         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13689              To: perl5-porters@perl.org, vmsperl@perl.org
13690              Subject: [PATCH 5.005_03-MT6]VMS build patch
13691              Date: Fri, 05 Mar 1999 12:36:19 -0800
13692              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13693      Branch: maint-5.005/perl
13694            ! vms/subconfigure.com
13695 ____________________________________________________________________________
13696 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13697         Log: integrate change#3089 from mainline
13698              
13699              tolerate CRs after options
13700      Branch: maint-5.005/perl
13701           !> perl.c
13702 ____________________________________________________________________________
13703 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13704         Log: tolerate CRs after options
13705      Branch: perl
13706            ! perl.c
13707 ____________________________________________________________________________
13708 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13709         Log: Integrate from mainperl.
13710      Branch: cfgperl
13711           +> README.hurd
13712           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13713 ____________________________________________________________________________
13714 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13715         Log: adjust timeouts to accomodate slow/busy systems
13716      Branch: perl
13717            ! t/lib/io_sock.t
13718 ____________________________________________________________________________
13719 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13720         Log: integrate change#3081 from maint-5.005
13721      Branch: perl
13722           !> ext/Errno/Errno_pm.PL
13723 ____________________________________________________________________________
13724 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13725         Log: integrate change#2904 from maint-5.005
13726      Branch: perl
13727           +> README.hurd
13728           !> MANIFEST
13729 ____________________________________________________________________________
13730 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13731         Log: protect against doubled backslashes
13732      Branch: maint-5.005/perl
13733            ! ext/Errno/Errno_pm.PL
13734 ____________________________________________________________________________
13735 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13736         Log: Integrate from mainperl.
13737      Branch: cfgperl
13738           +> ext/B/B/Stash.pm
13739           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13740           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13741           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13742           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13743 ____________________________________________________________________________
13744 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13745         Log: Regen config_h.SH once more because of *size, 
13746              noticed by
13747              
13748              From: Hans Mulder <hansm@icgned.icgroup.nl>
13749              To: Jarkko Hietaniemi <jhi@iki.fi>
13750              Cc: perl5-porters@perl.org
13751              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13752              Date: Thu,  4 Mar 99 00:10:45 +0100
13753              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13754      Branch: cfgperl
13755            ! Configure config_h.SH
13756 ____________________________________________________________________________
13757 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13758         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13759              Date: Thu,  4 Mar 99 00:10:45 +0100
13760              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13761              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13762      Branch: perl
13763            ! config_h.SH
13764 ____________________________________________________________________________
13765 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13766         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13767              From: Graham Barr <gbarr@ti.com>
13768              Date: Wed, 3 Mar 1999 17:23:56 -0600
13769              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13770              Subject: Re: 'use strict' doesn't work for one-letter variables
13771      Branch: perl
13772            ! gv.c op.c
13773 ____________________________________________________________________________
13774 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13775         Log: updates to compiler modules
13776              From: "Vishal Bhatia" <vishalb@hotmail.com>
13777              Date: Tue, 02 Mar 1999 23:27:25 PST
13778              Message-ID: <19990303072725.779.qmail@hotmail.com>
13779              Subject: PATCH 5.005_56 + Test procedure
13780      Branch: perl
13781            + ext/B/B/Stash.pm
13782            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13783            ! lib/Test/Harness.pm utils/perlcc.PL
13784 ____________________________________________________________________________
13785 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13786         Log: more s/s_/s!/ etc.
13787      Branch: perl
13788            ! pod/perldelta.pod pod/perlfunc.pod
13789 ____________________________________________________________________________
13790 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13791         Log: integrate cfgperl contents into mainline
13792      Branch: perl
13793           !> Configure README.vms bytecode.h config_h.SH configure.com
13794           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13795           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13796           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13797 ____________________________________________________________________________
13798 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13799         Log: HP-UX has yet another spelling for /NaNQ?/
13800      Branch: perl
13801            ! t/lib/bigfloatpm.t
13802 ____________________________________________________________________________
13803 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13804         Log: error-check for accept() test
13805      Branch: perl
13806            ! t/lib/io_sock.t
13807 ____________________________________________________________________________
13808 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13809         Log: allow custom comparison function in File::Compare::compare_text()
13810              From: jan.dubois@ibm.net (Jan Dubois)
13811              Date: Fri, 26 Feb 1999 21:56:09 +0100
13812              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13813              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13814      Branch: perl
13815            ! lib/File/Compare.pm
13816 ____________________________________________________________________________
13817 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13818         Log: better version of change#3038
13819              From: abigail@fnx.com
13820              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13821              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13822              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13823      Branch: perl
13824            ! pod/pod2man.PL
13825 ____________________________________________________________________________
13826 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13827         Log: Configure regen to
13828              (1) match maint-5.005 patches #3056 and #3057
13829              (2) better version of PHOSTNAME of #3050
13830              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13831      Branch: cfgperl
13832            ! Configure config_h.SH
13833 ____________________________________________________________________________
13834 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13835         Log: Change #3053 missed perldelta.
13836      Branch: cfgperl
13837            ! pod/perldelta.pod
13838 ____________________________________________________________________________
13839 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13840         Log: Use '!' to mark native integer packings instead of '_'.
13841      Branch: cfgperl
13842            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13843 ____________________________________________________________________________
13844 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13845         Log: The HP-UX threads patch (change #3028) is needed also here.
13846      Branch: cfgperl
13847            ! hints/hpux.sh thread.h
13848 ____________________________________________________________________________
13849 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13850         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13851              To: perl5-porters@perl.org, vmsperl@perl.org
13852              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13853              Date: Mon, 01 Mar 1999 16:10:57 -0800
13854              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13855      Branch: cfgperl
13856            ! README.vms
13857      Branch: maint-5.005/perl
13858            ! README.vms
13859 ____________________________________________________________________________
13860 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13861         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13862              To: perl5-porters@perl.org, vmsperl@perl.org
13863              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13864              Date: Mon, 01 Mar 1999 16:06:29 -0800
13865              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13866              
13867              From: Dan Sugalski <sugalskd@osshe.edu>
13868              To: perl5-porters@perl.org, vmsperl@perl.org
13869              Subject: [PATCH 5.005_56]vmsish.pm patch
13870              Date: Mon, 01 Mar 1999 20:19:04 -0800
13871              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13872              
13873              plus Configure regen containing a "solution" to the
13874              crosscompile/multiarch problem.
13875      Branch: cfgperl
13876            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13877            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13878 ____________________________________________________________________________
13879 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13880         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13881              To: perl5-porters@perl.org
13882              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13883              Date: Mon, 01 Mar 1999 17:27:59 -0500
13884              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13885      Branch: cfgperl
13886            ! bytecode.h
13887      Branch: maint-5.005/perl
13888            ! bytecode.h
13889 ____________________________________________________________________________
13890 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13891         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13892      Branch: perl
13893            ! MANIFEST README.hpux
13894 ____________________________________________________________________________
13895 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13896         Log: Integrate from mainperl.
13897      Branch: cfgperl
13898           +> README.hpux lib/File/Spec/Functions.pm
13899           !> (integrate 28 files)
13900 ____________________________________________________________________________
13901 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13902         Log: this is 5.005_56
13903      Branch: perl
13904            ! Changes
13905
13906 ----------------
13907 Version 5.005_56
13908 ----------------
13909
13910 ____________________________________________________________________________
13911 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13912         Log: destroy PL_svref_mutex in perl_destruct()
13913      Branch: perl
13914            ! perl.c
13915 ____________________________________________________________________________
13916 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13917         Log: up patchlevel &c.
13918      Branch: perl
13919            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13920            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13921            ! win32/makefile.mk
13922 ____________________________________________________________________________
13923 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13924         Log: integrate cfgperl contents into mainline
13925      Branch: perl
13926            ! pod/perldelta.pod
13927           !> Configure config_h.SH
13928 ____________________________________________________________________________
13929 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13930         Log: slightly edited version of suggested patch
13931              From: jan.dubois@ibm.net (Jan Dubois)
13932              Date: Mon, 01 Mar 1999 00:32:05 +0100
13933              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13934              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13935      Branch: perl
13936            + lib/File/Spec/Functions.pm
13937            ! MANIFEST lib/File/Spec.pm
13938 ____________________________________________________________________________
13939 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13940         Log: fix subtle bug in eval'' testsuite
13941      Branch: perl
13942            ! t/op/eval.t
13943 ____________________________________________________________________________
13944 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13945         Log: avoid literal control characters in change#3039
13946      Branch: perl
13947            ! t/base/lex.t
13948 ____________________________________________________________________________
13949 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13950         Log: todo item: permit extended control variables a la ${^Foo} (patch
13951              courtesy Mark-Jason Dominus <mjd@plover.com>)
13952      Branch: perl
13953            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13954            ! t/base/lex.t toke.c
13955 ____________________________________________________________________________
13956 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13957         Log: From: abigail@fnx.com
13958              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13959              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
13960              Subject: Recognize -> and => inside [A-Z]<> sequences.
13961      Branch: perl
13962            ! pod/pod2man.PL
13963 ____________________________________________________________________________
13964 [  3037] By: gsar                                  on 1999/02/28  21:12:22
13965         Log: fix longstanding bug: searches for lexicals originating within eval''
13966              weren't stopping at the subroutine boundary correctly
13967      Branch: perl
13968            ! op.c proto.h t/op/eval.t
13969 ____________________________________________________________________________
13970 [  3036] By: gsar                                  on 1999/02/28  20:02:29
13971         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
13972              as stacked list values
13973              From: jan.dubois@ibm.net (Jan Dubois)
13974              Date: Sat, 27 Feb 1999 18:24:17 +0100
13975              Message-ID: <36e22849.36531259@smtp1.ibm.net>
13976              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
13977      Branch: perl
13978            ! win32/win32.c
13979 ____________________________________________________________________________
13980 [  3035] By: gsar                                  on 1999/02/28  19:48:54
13981         Log: remove superfluous stack_sp decl
13982      Branch: perl
13983            ! jpl/JNI/JNI.xs
13984 ____________________________________________________________________________
13985 [  3034] By: gsar                                  on 1999/02/28  19:34:58
13986         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
13987      Branch: perl
13988            ! lib/Getopt/Std.pm
13989 ____________________________________________________________________________
13990 [  3033] By: gsar                                  on 1999/02/28  19:23:41
13991         Log: add File::Compare::compare_text()
13992              From: jan.dubois@ibm.net (Jan Dubois)
13993              Date: Fri, 26 Feb 1999 00:20:41 +0100
13994              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
13995              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13996      Branch: perl
13997            ! lib/File/Compare.pm pod/perltodo.pod
13998 ____________________________________________________________________________
13999 [  3032] By: gsar                                  on 1999/02/28  19:01:33
14000         Log: add README.hpux
14001      Branch: perl
14002            + README.hpux
14003            ! MAINTAIN MANIFEST
14004 ____________________________________________________________________________
14005 [  3031] By: gsar                                  on 1999/02/28  18:49:08
14006         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
14007              James Cromie <jcromie@fossil.uswc.uswest.com>
14008      Branch: perl
14009            ! lib/Pod/Html.pm
14010 ____________________________________________________________________________
14011 [  3030] By: gsar                                  on 1999/02/28  18:35:09
14012         Log: From: jan.dubois@ibm.net (Jan Dubois)
14013              Date: Wed, 24 Feb 1999 22:34:56 +0100
14014              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
14015              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
14016      Branch: perl
14017            ! lib/Test/Harness.pm
14018 ____________________________________________________________________________
14019 [  3029] By: gsar                                  on 1999/02/28  18:28:18
14020         Log: add note about env pollution
14021      Branch: perl
14022            ! INSTALL pod/perltodo.pod
14023 ____________________________________________________________________________
14024 [  3028] By: jhi                                   on 1999/02/26  14:40:00
14025         Log: HP-UX 11 threads.
14026              
14027              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14028              To: perl5-porters@perl.org
14029              Cc: jhi@cc.hut.fi
14030              Subject: Maint 5 and _54 with threading on HP-UX 11.00
14031              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
14032              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
14033              
14034              NOTE from jhi: the hpux hints could still be more robust by
14035              disabling gdbm when necessary.
14036              
14037              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
14038              linking -lgdbm -lpthread creates an executable that instantly
14039              core dumps on a pthreads internal panic:
14040              
14041              ./gdpt
14042              
14043              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
14044              Return Pointer is 0xc082bf33
14045              17639 quit (core dumped)  ./gdpt
14046              
14047              You don't have to *use* either gdbm or pthreads in the executable,
14048              just linking them together is enough.  Workaround is to recompile
14049              the GDBM under HP-UX 11, that makes the problem go away.
14050      Branch: maint-5.005/perl
14051            ! hints/hpux.sh thread.h
14052 ____________________________________________________________________________
14053 [  3025] By: jhi                                   on 1999/02/25  20:41:07
14054         Log: Temporary workaround for the config_h.SH versus
14055              crosscompile and multiarch plus introduce 'rt'
14056              to $libswanted: in UNIX98 sched_yield() lives there.
14057      Branch: cfgperl
14058            ! Configure config_h.SH
14059 ____________________________________________________________________________
14060 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14061         Log: Integrate from mainperl.
14062      Branch: cfgperl
14063           +> t/lib/fatal.t
14064           !> (integrate 44 files)
14065 ____________________________________________________________________________
14066 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14067         Log: integrate cfgperl contents
14068      Branch: perl
14069           !> (integrate 30 files)
14070 ____________________________________________________________________________
14071 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14072         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14073              Date: 23 Feb 1999 17:53:22 -0700
14074              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14075              Subject: [PATCH: _55] perldoc -q broken
14076      Branch: perl
14077            ! utils/perldoc.PL
14078 ____________________________________________________________________________
14079 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14080         Log: ansify perlio.c, fix PerlIO-ish typos
14081      Branch: perl
14082            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14083            ! iperlsys.h perlio.c
14084 ____________________________________________________________________________
14085 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14086         Log: adjust a Perl_malloc() flag for NeXT
14087              From: Hans Mulder <hansm@icgned.icgroup.nl>
14088              Date: Tue, 23 Feb 99 00:26:25 +0100
14089              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14090              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14091      Branch: perl
14092            ! perl.h
14093 ____________________________________________________________________________
14094 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14095         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14096      Branch: perl
14097            ! pod/perltodo.pod
14098 ____________________________________________________________________________
14099 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14100         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14101              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14102              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14103              Subject: improved error message [PATCH _55] [RESEND]
14104      Branch: perl
14105            ! sv.c
14106 ____________________________________________________________________________
14107 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14108         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14109              Date: Sun, 21 Feb 1999 20:02:18 -0700
14110              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14111              Subject: perlfunc updates (against 55)
14112      Branch: perl
14113            ! pod/perlfunc.pod
14114 ____________________________________________________________________________
14115 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14116         Log: testsuite adjustments
14117              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14118              Date: Sat, 20 Feb 1999 15:24:57 +0000
14119              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
14120              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
14121      Branch: perl
14122            ! t/lib/io_sock.t t/op/lex_assign.t
14123 ____________________________________________________________________________
14124 [  3015] By: gsar                                  on 1999/02/24  02:54:47
14125         Log: avoid modifying readonly values from qw()
14126      Branch: perl
14127            ! lib/ExtUtils/MM_Unix.pm
14128 ____________________________________________________________________________
14129 [  3014] By: gsar                                  on 1999/02/24  02:49:04
14130         Log: more "correct" utbuf for utime()
14131      Branch: perl
14132            ! doio.c
14133 ____________________________________________________________________________
14134 [  3013] By: jhi                                   on 1999/02/22  19:27:44
14135         Log: Fix MacPerl version, change PowerUX to PowerMAX.
14136              
14137              From: Chris Nandor <pudge@pobox.com>
14138              To: jhi@iki.fi
14139              Cc: perl5-porters@perl.org
14140              Subject: Re: perl current availability as documented by perl.pod
14141              Date: Sun, 21 Feb 1999 11:06:03 -0500
14142              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
14143              
14144              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
14145              To: jhi@iki.fi
14146              Cc: perl5-porters@perl.org
14147              Subject: Re: perl current availability as documented by perl.pod
14148              Date: Mon, 22 Feb 1999 13:08:30 GMT
14149              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
14150      Branch: cfgperl
14151            ! pod/perl.pod
14152      Branch: maint-5.005/perl
14153            ! pod/perl.pod
14154 ____________________________________________________________________________
14155 [  3012] By: jhi                                   on 1999/02/22  10:26:11
14156         Log: Snapshot the cross-compilation/multiarchitecture stuff
14157              (currently broken in next)
14158      Branch: cfgperl
14159            ! Configure config_h.SH pp.c
14160 ____________________________________________________________________________
14161 [  3011] By: jhi                                   on 1999/02/22  10:24:51
14162         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14163              To: gsar@activestate.com (Gurusamy Sarathy)
14164              Cc: perl5-porters@perl.org (Perl5 Porters)
14165              Subject: [PATCH 5.005_55] DB_File 1.64 patch
14166              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
14167              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
14168      Branch: cfgperl
14169            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14170            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
14171 ____________________________________________________________________________
14172 [  3009] By: jhi                                   on 1999/02/22  09:14:26
14173         Log: Scratch #3008 and introduce $crosscompile and $multiarch
14174              also in non-Configure lands.
14175      Branch: cfgperl
14176            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
14177            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
14178            ! win32/config.gc win32/config.vc win32/config_H.bc
14179            ! win32/config_H.gc win32/config_H.vc
14180 ____________________________________________________________________________
14181 [  3008] By: jhi                                   on 1999/02/22  08:58:04
14182         Log: Add -DMULTIARCH (see change #3006).
14183      Branch: cfgperl
14184            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
14185 ____________________________________________________________________________
14186 [  3007] By: jhi                                   on 1999/02/22  08:54:06
14187         Log: Undo the references to local{lib,arch} introduced by #3006.
14188      Branch: cfgperl
14189            ! Configure config_h.SH
14190 ____________________________________________________________________________
14191 [  3006] By: jhi                                   on 1999/02/22  08:43:50
14192         Log: From: hansm@icgned.icgroup.nl
14193              To: perlbug@perl.com
14194              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
14195              Date: Sun, 21 Feb 1999 22:58:55 +0100
14196              Reply-To: hansmu@xs4all.nl
14197              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
14198              
14199              plus other Configure changes: prepare for cross-compilation/
14200              multiarchitecture builds.
14201      Branch: cfgperl
14202            ! Configure config_h.SH
14203 ____________________________________________________________________________
14204 [  3005] By: jhi                                   on 1999/02/22  08:35:30
14205         Log: Configure/Perl knew how to look for use Mach cthreads
14206              but Configure didn't let them to be used ($osname 'next').
14207      Branch: cfgperl
14208            ! Configure config_h.SH
14209      Branch: maint-5.005/perl
14210            ! Configure
14211 ____________________________________________________________________________
14212 [  3004] By: jhi                                   on 1999/02/21  15:46:02
14213         Log: Update Acorn AVAILABILITY.
14214      Branch: cfgperl
14215            ! pod/perl.pod
14216      Branch: maint-5.005/perl
14217            ! pod/perl.pod
14218 ____________________________________________________________________________
14219 [  3003] By: jhi                                   on 1999/02/21  14:50:42
14220         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14221              To: perl5-porters@perl.org (Perl 5 Porters)
14222              Subject: PATCH: perlref.pod - symbolic ref example
14223              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
14224              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
14225      Branch: cfgperl
14226            ! pod/perlref.pod
14227      Branch: maint-5.005/perl
14228            ! pod/perlref.pod
14229 ____________________________________________________________________________
14230 [  3002] By: jhi                                   on 1999/02/21  14:35:22
14231         Log: Sync cfgperl with maint-5.005 change #3000.
14232      Branch: cfgperl
14233            ! pod/perlfunc.pod t/op/pack.t
14234 ____________________________________________________________________________
14235 [  2999] By: gsar                                  on 1999/02/20  22:48:30
14236         Log: From:    John Bley <jbb6@acpub.duke.edu>
14237              Date:    Sat, 20 Feb 1999 16:02:34 EST
14238              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
14239              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
14240      Branch: perl
14241            ! regcomp.c
14242 ____________________________________________________________________________
14243 [  2998] By: jhi                                   on 1999/02/20  14:13:06
14244         Log: Enhanced the endianness description.
14245      Branch: cfgperl
14246            ! pod/perlfunc.pod
14247 ____________________________________________________________________________
14248 [  2996] By: jhi                                   on 1999/02/20  13:55:41
14249         Log: Glossary now mostly fixed.
14250      Branch: cfgperl
14251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14252            ! config_h.SH
14253 ____________________________________________________________________________
14254 [  2994] By: jhi                                   on 1999/02/20  11:58:33
14255         Log: Perldeltify GNU/Hurd.
14256      Branch: cfgperl
14257            ! pod/perldelta.pod
14258 ____________________________________________________________________________
14259 [  2993] By: gsar                                  on 1999/02/20  00:59:10
14260         Log: fix typo in Perl_sbrk()
14261              From: hansm@icgned.icgroup.nl
14262              Date: Fri, 19 Feb 1999 23:19:31 +0100
14263              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
14264              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
14265      Branch: perl
14266            ! malloc.c
14267 ____________________________________________________________________________
14268 [  2992] By: gsar                                  on 1999/02/20  00:51:08
14269         Log: integrate change#2980 from maint-5.005
14270      Branch: perl
14271           !> utils/h2xs.PL
14272 ____________________________________________________________________________
14273 [  2991] By: gsar                                  on 1999/02/20  00:34:01
14274         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14275              Date: Thu, 18 Feb 1999 18:51:38 +0000
14276              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
14277              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
14278      Branch: perl
14279            ! pp_hot.c t/op/pat.t
14280 ____________________________________________________________________________
14281 [  2990] By: gsar                                  on 1999/02/20  00:30:48
14282         Log: From: jan.dubois@ibm.net (Jan Dubois)
14283              Date: Thu, 18 Feb 1999 19:14:07 +0100
14284              Message-ID: <36d15809.40853323@smtp1.ibm.net>
14285              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
14286      Branch: perl
14287            ! win32/win32.c
14288 ____________________________________________________________________________
14289 [  2989] By: gsar                                  on 1999/02/20  00:27:01
14290         Log: do poll() emulation unless HAS_POLL && I_POLL
14291      Branch: perl
14292            ! ext/IO/poll.h
14293 ____________________________________________________________________________
14294 [  2988] By: gsar                                  on 1999/02/19  23:52:12
14295         Log: tweak RE for NaNQ? recognition
14296      Branch: perl
14297            ! t/lib/bigfloatpm.t
14298 ____________________________________________________________________________
14299 [  2987] By: gsar                                  on 1999/02/19  23:29:59
14300         Log: mention C<use utf8> and C<use warning> in perldelta
14301      Branch: perl
14302            ! pod/perldelta.pod
14303 ____________________________________________________________________________
14304 [  2985] By: jhi                                   on 1999/02/19  20:43:19
14305         Log: pack/unpack better in (network-)short-non-16-bits and
14306              (network-)long-non-32-bits systems such as Cray C90.
14307      Branch: cfgperl
14308            ! perl.h pp.c t/op/pack.t
14309 ____________________________________________________________________________
14310 [  2984] By: jhi                                   on 1999/02/19  20:38:54
14311         Log: Regen Configure.
14312      Branch: cfgperl
14313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14314            ! perl.c
14315 ____________________________________________________________________________
14316 [  2982] By: jhi                                   on 1999/02/19  19:51:49
14317         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
14318              not probed for and         
14319              
14320              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14321              To: Chaim Frenkel <chaimf@pobox.com>,
14322              Russ Allbery <rra@stanford.edu>,
14323              Jarkko Hietaniemi <jhi@iki.fi>,
14324              Gurusamy Sarathy <gsar@activestate.com>,
14325              Graham Barr <gbarr@pobox.com>
14326              Cc: bdensch@ameritech.net, perlbug@perl.com
14327              Subject: [PATCH] Re: Solaris 7 for Intel
14328              Message-ID: <19990219124404.A30182@O2.chapin.edu>
14329              
14330              Glossary is still missing some terms because
14331              mkglossary is misbehaving (change #2981 updated
14332              Glossary manually)
14333      Branch: cfgperl
14334            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14335            ! Porting/config_H
14336 ____________________________________________________________________________
14337 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
14338         Log: Make result of h2xs work when user adds C<use strict>
14339      Branch: maint-5.005/perl
14340            ! utils/h2xs.PL
14341 ____________________________________________________________________________
14342 [  2979] By: gsar                                  on 1999/02/19  05:24:29
14343         Log: doc for change#2978
14344      Branch: perl
14345            ! pod/perlsub.pod
14346 ____________________________________________________________________________
14347 [  2978] By: gsar                                  on 1999/02/19  05:08:29
14348         Log: bring '*' prototype closer to how it behaves internally
14349      Branch: perl
14350            + t/lib/fatal.t
14351            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
14352 ____________________________________________________________________________
14353 [  2977] By: gsar                                  on 1999/02/19  02:50:31
14354         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
14355      Branch: perl
14356            ! perly.h
14357 ____________________________________________________________________________
14358 [  2975] By: gsar                                  on 1999/02/18  21:41:57
14359         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
14360              of lexical searches in BEGIN|INIT|END)
14361      Branch: perl
14362            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
14363            ! vms/perly_c.vms
14364 ____________________________________________________________________________
14365 [  2974] By: gsar                                  on 1999/02/18  21:03:06
14366         Log: missing PERL_POLLUTE_MALLOC
14367      Branch: perl
14368            ! ext/SDBM_File/sdbm/sdbm.h
14369 ____________________________________________________________________________
14370 [  2973] By: gsar                                  on 1999/02/18  17:10:49
14371         Log: From:    Andy Dougherty <doughera@lafayette.edu>
14372              Date:    Wed, 17 Feb 1999 17:22:50 EST
14373              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
14374              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
14375      Branch: perl
14376            ! lib/dotsh.pl
14377 ____________________________________________________________________________
14378 [  2972] By: gsar                                  on 1999/02/18  17:04:12
14379         Log: s/#defined/#define/
14380      Branch: perl
14381            ! ext/Data/Dumper/Dumper.xs
14382 ____________________________________________________________________________
14383 [  2970] By: gsar                                  on 1999/02/18  03:26:43
14384         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
14385      Branch: perl
14386            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14387            ! ext/GDBM_File/typemap
14388 ____________________________________________________________________________
14389 [  2969] By: gsar                                  on 1999/02/17  23:30:47
14390         Log: correct slurp mode doc
14391      Branch: perl
14392            ! pod/perlfunc.pod pod/perlop.pod
14393 ____________________________________________________________________________
14394 [  2968] By: jhi                                   on 1999/02/17  23:15:49
14395         Log: Ultrix hints update.
14396              
14397              From: Spider Boardman <spider@zk3.dec.com>
14398              To: perlbug@perl.com
14399              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
14400              Date: Tue, 16 Feb 1999 23:04:28 -0500
14401              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
14402      Branch: cfgperl
14403            ! hints/ultrix_4.sh
14404 ____________________________________________________________________________
14405 [  2966] By: jhi                                   on 1999/02/17  23:09:21
14406         Log: Change #2965 wiped out some Sarathy's _55 changes.
14407              Now unwiped.
14408      Branch: cfgperl
14409            ! Configure pp.c t/op/pack.t
14410 ____________________________________________________________________________
14411 [  2965] By: jhi                                   on 1999/02/17  23:00:04
14412         Log: Configure tweaks.
14413              
14414              Fix the Unixware/SCO uname scan:
14415              
14416              From: Tom Hughes <thh@cyberscience.com>
14417              To: perlbug@perl.com
14418              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
14419              Date: 17 Feb 1999 15:34:15 +0000    
14420              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
14421              
14422              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
14423              
14424              From: Joe Buehler <jhpb@hekimian.com>
14425              To: perl5-porters@perl.org
14426              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
14427              Date: 12 Feb 1999 11:25:21 -0500
14428              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
14429              
14430              Make the pthreads joinable constant scan to output to fd 4, not 2.
14431      Branch: cfgperl
14432            ! Configure
14433 ____________________________________________________________________________
14434 [  2964] By: gsar                                  on 1999/02/17  21:30:07
14435         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14436              Date: Wed, 17 Feb 1999 06:53:13 -0700
14437              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
14438              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
14439      Branch: perl
14440            ! lib/Pod/Functions.pm
14441 ____________________________________________________________________________
14442 [  2963] By: gsar                                  on 1999/02/17  21:18:21
14443         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
14444              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14445              Date: Wed, 17 Feb 1999 10:06:01 +0000
14446              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14447              Subject: Re: [5.005_53] panic: pad_free curpad 
14448      Branch: perl
14449            ! regcomp.c regexec.c t/op/misc.t
14450 ____________________________________________________________________________
14451 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14452         Log: NaNQ? tweak
14453      Branch: perl
14454            ! t/lib/bigfloatpm.t
14455 ____________________________________________________________________________
14456 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14457         Log: Integrate from mainperl.
14458      Branch: cfgperl
14459           !> (integrate 37 files)
14460 ____________________________________________________________________________
14461 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14462         Log: undo change#2465 (qw[] is a real list now)
14463      Branch: perl
14464            ! pod/perlop.pod
14465 ____________________________________________________________________________
14466 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14467         Log: this was 5.005_55
14468      Branch: perl
14469            ! Changes
14470
14471 ----------------
14472 Version 5.005_55
14473 ----------------
14474
14475 ____________________________________________________________________________
14476 [  2958] By: gsar                                  on 1999/02/16  06:18:27
14477         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
14478              elide dups and non-dependents from Changes
14479      Branch: perl
14480            ! Changes pod/perlhist.pod
14481           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
14482           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
14483           !> pod/perlport.pod pp.c t/op/pack.t
14484 ____________________________________________________________________________
14485 [  2957] By: gsar                                  on 1999/02/16  04:09:47
14486         Log: propagate PERL_VERSION everywhere, add to pod
14487      Branch: perl
14488            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
14489            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
14490            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
14491            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
14492            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
14493            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
14494            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
14495            ! win32/config.gc win32/config.vc win32/config_sh.PL
14496            ! win32/win32.c x2p/a2py.c
14497 ____________________________________________________________________________
14498 [  2955] By: jhi                                   on 1999/02/15  16:15:03
14499         Log: The pack tests now better in C90 (after the packnative patches).
14500      Branch: cfgperl
14501            ! t/op/pack.t
14502 ____________________________________________________________________________
14503 [  2954] By: gsar                                  on 1999/02/15  14:11:50
14504         Log: tweak Configure to follow new PERL_VERSION etc.
14505      Branch: perl
14506            ! Configure patchlevel.h pod/perlhist.pod
14507 ____________________________________________________________________________
14508 [  2953] By: jhi                                   on 1999/02/15  14:02:21
14509         Log: Integrate from mainperl.
14510      Branch: cfgperl
14511           !> MANIFEST Porting/makerel
14512 ____________________________________________________________________________
14513 [  2952] By: jhi                                   on 1999/02/15  13:50:07
14514         Log: Enhance the packnative patch: use the packnative code
14515              only if required.  Also added hefty testing (hopefully
14516              I didn't assume too much...).  Tested on alpha, ix86, sparc.
14517      Branch: cfgperl
14518            ! pod/perlfunc.pod pp.c t/op/pack.t
14519 ____________________________________________________________________________
14520 [  2951] By: jhi                                   on 1999/02/15  13:46:56
14521         Log: AVAILABILITY from 5.005_03-tobe, will of course
14522              require updating when 5.006 comes out.
14523      Branch: cfgperl
14524            ! pod/perl.pod
14525 ____________________________________________________________________________
14526 [  2949] By: gsar                                  on 1999/02/15  13:28:51
14527         Log: will this be it for 5.005_55?
14528      Branch: perl
14529            ! MANIFEST Porting/makerel
14530 ____________________________________________________________________________
14531 [  2948] By: jhi                                   on 1999/02/15  13:23:52
14532         Log: Integrate from mainperl.
14533      Branch: cfgperl
14534           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
14535           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14536           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14537           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
14538           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
14539           !> win32/config.gc win32/config.vc win32/config_H.bc
14540           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14541 ____________________________________________________________________________
14542 [  2947] By: jhi                                   on 1999/02/15  13:20:41
14543         Log: perlport.pod 1.39 from Chris.
14544      Branch: cfgperl
14545            ! pod/perlport.pod
14546 ____________________________________________________________________________
14547 [  2946] By: jhi                                   on 1999/02/15  13:09:58
14548         Log: Import Ultrix update, change #2864, 
14549              
14550              From: Spider Boardman <spider@zk3.dec.com>
14551              To: perlbug@perl.com
14552              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14553              Date: Wed, 10 Feb 1999 23:33:31 -0500
14554              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14555      Branch: cfgperl
14556            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14557 ____________________________________________________________________________
14558 [  2945] By: jhi                                   on 1999/02/15  13:04:50
14559         Log: OpenBSD sparc SHMLBA.
14560      Branch: cfgperl
14561            ! ext/IPC/SysV/SysV.xs
14562 ____________________________________________________________________________
14563 [  2944] By: gsar                                  on 1999/02/15  12:09:52
14564         Log: update win32/config* stuff, Changes
14565      Branch: perl
14566            ! Changes win32/Makefile win32/config.bc win32/config.gc
14567            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14568            ! win32/config_H.vc win32/makefile.mk
14569 ____________________________________________________________________________
14570 [  2943] By: gsar                                  on 1999/02/15  11:54:08
14571         Log: #include patchlevel.h by default, provide
14572              PERL_{REVISION,VERSION,SUBVERSION}
14573      Branch: perl
14574            ! patchlevel.h perl.h
14575 ____________________________________________________________________________
14576 [  2942] By: gsar                                  on 1999/02/15  10:26:59
14577         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
14578              misc fixes
14579      Branch: perl
14580            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
14581 ____________________________________________________________________________
14582 [  2941] By: gsar                                  on 1999/02/15  10:24:37
14583         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
14584              Message-ID: <19990207002851.B9185@toldyouso.com>
14585              Message-ID: <19990207212152.A9765@toldyouso.com>
14586              Message-ID: <19990207212041.A9622@toldyouso.com>
14587              Message-ID: <19990207213127.A10244@toldyouso.com>
14588              Message-ID: <19990207212559.A9950@toldyouso.com>
14589              Message-ID: <19990207212842.A9994@toldyouso.com>
14590              Message-ID: <19990207212500.A9860@toldyouso.com>
14591              Message-ID: <19990207213013.A10105@toldyouso.com>
14592      Branch: perl
14593            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14594            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14595            ! pod/perlmodlib.pod pod/perltoc.pod
14596 ____________________________________________________________________________
14597 [  2940] By: gsar                                  on 1999/02/15  10:07:08
14598         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
14599              of suggested patch)
14600              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14601              Date: Mon, 08 Feb 1999 01:14:41 -0000
14602              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
14603              Subject: [PATCH 5.005_54] some pending C.pm stuff 
14604      Branch: perl
14605            ! ext/B/B/C.pm
14606 ____________________________________________________________________________
14607 [  2939] By: jhi                                   on 1999/02/15  08:40:18
14608         Log: Integrate from mainperl.
14609      Branch: cfgperl
14610           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
14611            - lib/File/PathConvert.pm
14612           !> (integrate 81 files)
14613 ____________________________________________________________________________
14614 [  2938] By: gsar                                  on 1999/02/15  06:56:39
14615         Log: change#2839 was bogus, redo
14616      Branch: perl
14617           !> t/lib/h2ph.pht
14618 ____________________________________________________________________________
14619 [  2937] By: gsar                                  on 1999/02/15  06:38:15
14620         Log: support Win32::GetFullPathName() and Win32::SetLastError()
14621              From: jan.dubois@ibm.net (Jan Dubois)
14622              Date: Tue, 09 Feb 1999 22:27:31 +0100
14623              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
14624              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
14625      Branch: perl
14626            ! win32/win32.c
14627 ____________________________________________________________________________
14628 [  2936] By: gsar                                  on 1999/02/15  06:26:39
14629         Log: support native integers, pack("L_",...) etc. (via private mail)
14630              From: Jarkko Hietaniemi <jhi@iki.fi>
14631              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
14632              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
14633              Subject: the "packnative" patch
14634      Branch: perl
14635            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
14636            ! t/lib/ipc_sysv.t t/op/pack.t
14637 ____________________________________________________________________________
14638 [  2935] By: gsar                                  on 1999/02/15  06:04:02
14639         Log: From: Michael G Schwern <schwern@pobox.com>
14640              Date: Tue, 9 Feb 1999 04:13:12 -0500
14641              Message-ID: <19990209041312.A15788@toldyouso.com>
14642              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
14643      Branch: perl
14644            ! utils/h2xs.PL
14645 ____________________________________________________________________________
14646 [  2934] By: gsar                                  on 1999/02/15  05:30:13
14647         Log: fix bugs in the handling of negative numbers, among other things
14648              From: Steven Knight <knight@theopera.baldmt.citilink.com>
14649              Date: Mon, 8 Feb 1999 01:16:24 -0600
14650              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
14651              Subject: Math::BigFloat and Math::BigInt
14652      Branch: perl
14653            + t/lib/bigfloat.t t/lib/bigfloatpm.t
14654            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14655            ! t/lib/bigintpm.t
14656 ____________________________________________________________________________
14657 [  2933] By: gsar                                  on 1999/02/15  04:57:52
14658         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
14659              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
14660              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
14661              Subject: s2p incorrectly handles hold space commands
14662      Branch: perl
14663            ! x2p/s2p.PL
14664 ____________________________________________________________________________
14665 [  2932] By: gsar                                  on 1999/02/15  04:45:55
14666         Log: clarify what a "line" is
14667      Branch: perl
14668            ! pod/perlfunc.pod pod/perlvar.pod
14669 ____________________________________________________________________________
14670 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14671         Log: backout change#2811 and add newer version based on File::Spec
14672              From: Barrie Slaymaker <rbs@telerama.com>
14673              Date: Thu, 11 Feb 1999 16:29:24 -0500
14674              Message-ID: <36C34BB4.A62090E0@telerama.com>
14675              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14676      Branch: perl
14677            - lib/File/PathConvert.pm
14678            ! MANIFEST installhtml lib/Pod/Html.pm
14679 ____________________________________________________________________________
14680 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14681         Log: From: Barrie Slaymaker <rbs@telerama.com>
14682              Date: Thu, 11 Feb 1999 19:39:48 -0500
14683              Message-ID: <36C37854.707D139@telerama.com>
14684              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14685      Branch: perl
14686            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14687 ____________________________________________________________________________
14688 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14689         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14690              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14691              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14692              Subject: [PATCH]5.005_54 (DOC) fix many typos
14693              --
14694              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14695              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14696              Subject: [PATCH]5.005_54 (DOC) typos
14697      Branch: perl
14698            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14699            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14700            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14701            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14702            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14703            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14704            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14705            ! pod/perlvar.pod pod/perlxs.pod
14706 ____________________________________________________________________________
14707 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14708         Log: allow the Carp routines to pass through exception objects
14709      Branch: perl
14710            ! lib/Carp.pm
14711 ____________________________________________________________________________
14712 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14713         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14714      Branch: perl
14715            ! pod/perlfaq8.pod
14716 ____________________________________________________________________________
14717 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14718         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14719              have done that, but didn't)
14720      Branch: perl
14721           !> utils/h2ph.PL
14722 ____________________________________________________________________________
14723 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14724         Log: integrate cfgperl changes into mainline
14725      Branch: perl
14726            ! Changes
14727           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14728           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14729           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14730           !> vms/subconfigure.com
14731 ____________________________________________________________________________
14732 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14733         Log: add const qualifier to most char* prototypes, handle ripple effect
14734      Branch: perl
14735            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14736            ! universal.c util.c
14737 ____________________________________________________________________________
14738 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14739         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14740              Date: Thu, 04 Feb 1999 02:37:31 +0000
14741              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14742              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14743      Branch: perl
14744            ! pp_ctl.c t/op/range.t
14745 ____________________________________________________________________________
14746 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14747         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14748              Date: Sun, 31 Jan 1999 01:50:06 +0000
14749              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14750              Subject: [PATCH 5.005_03t4] regexp flags bug
14751      Branch: perl
14752            ! regcomp.c t/op/re_tests
14753 ____________________________________________________________________________
14754 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14755         Log: use New() et al., rather than safemalloc() et al.
14756              From: jan.dubois@ibm.net (Jan Dubois)
14757              Date: Fri, 29 Jan 1999 23:27:22 +0100
14758              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14759              Subject: [PATCH _03-MT5] POSIX.xs memory API
14760      Branch: perl
14761            ! ext/POSIX/POSIX.xs
14762 ____________________________________________________________________________
14763 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14764         Log: tweak READ() docs to mention $buffer must be altered by reference
14765      Branch: perl
14766            ! pod/perltie.pod
14767 ____________________________________________________________________________
14768 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14769         Log: applied suggested patch, with several language/readability tweaks
14770              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14771              Date: Fri, 29 Jan 1999 00:25:02 -0500
14772              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14773              Subject: Re: [PATCH 5.005_*] Better parsing docs
14774      Branch: perl
14775            ! pod/perlop.pod
14776 ____________________________________________________________________________
14777 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14778         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14779              of silently returning bogus values)
14780              From: Peter Chines <pchines@nhgri.nih.gov>
14781              Date: Wed, 27 Jan 1999 16:11:31 -0500
14782              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14783              Subject: Time::Local
14784      Branch: perl
14785            ! lib/Time/Local.pm pod/perldelta.pod
14786 ____________________________________________________________________________
14787 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14788         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14789              Date: Thu, 28 Jan 1999 10:02:20 -0500
14790              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14791              Subject: Re: [PATCH 5.005_53] Better perldoc
14792      Branch: perl
14793            ! utils/perldoc.PL
14794 ____________________________________________________________________________
14795 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14796         Log: back out change#2751, apply updated version 
14797              From: jan.dubois@ibm.net (Jan Dubois)
14798              Date: Sat, 06 Feb 1999 01:06:29 +0100
14799              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14800              Subject: [PATCH] Cleanup of File::Spec module
14801      Branch: perl
14802            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14803            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14804            ! lib/File/Spec/Win32.pm
14805 ____________________________________________________________________________
14806 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14807         Log: tweak select() test
14808      Branch: perl
14809            ! pod/perlipc.pod t/op/fh.t
14810 ____________________________________________________________________________
14811 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14812         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14813      Branch: perl
14814            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14815 ____________________________________________________________________________
14816 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14817         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14818              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14819              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14820              Subject: Re: SvOPV() or SvPV_nolen() or ...
14821      Branch: perl
14822            ! pod/perlguts.pod
14823 ____________________________________________________________________________
14824 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14825         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14826              From: jan.dubois@ibm.net (Jan Dubois)
14827              Date: Sun, 24 Jan 1999 02:45:32 +0100
14828              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14829              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14830      Branch: perl
14831            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14832            ! sv.h
14833 ____________________________________________________________________________
14834 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14835         Log: elide stray effluvium
14836      Branch: perl
14837            ! pod/perldelta.pod
14838 ____________________________________________________________________________
14839 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14840         Log: slurping an empty file should return '' rather than undef, with
14841              commensurate effects on ARGV processing
14842      Branch: perl
14843            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14844            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14845 ____________________________________________________________________________
14846 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14847         Log: perly_c.diff typo
14848      Branch: perl
14849            ! perly.c perly_c.diff vms/perly_c.vms
14850 ____________________________________________________________________________
14851 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14852         Log: From: jan.dubois@ibm.net (Jan Dubois)
14853              Date: Sat, 13 Feb 1999 13:25:53 +0100
14854              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14855              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14856      Branch: perl
14857            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14858 ____________________________________________________________________________
14859 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14860         Log: Integrate from mainperl.
14861      Branch: cfgperl
14862           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14863           !> (integrate 150 files)
14864 ____________________________________________________________________________
14865 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14866         Log: From: jan.dubois@ibm.net (Jan Dubois)
14867              Date: Sun, 24 Jan 1999 01:12:00 +0100
14868              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14869              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14870      Branch: perl
14871            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14872            ! proto.h sv.c sv.h
14873 ____________________________________________________________________________
14874 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14875         Log: script to generate ctags from etags
14876              From: Colin Kuskie <ckuskie@cadence.com>
14877              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14878              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14879              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14880      Branch: perl
14881            + emacs/e2ctags.pl
14882            ! Makefile.SH pod/perlfaq3.pod
14883 ____________________________________________________________________________
14884 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14885         Log: allow boolean assign ops to be lvalues
14886              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14887              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14888              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14889              --
14890              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14891              Date: Mon, 18 Jan 1999 10:04:00 +0000
14892              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14893              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14894      Branch: perl
14895            + t/op/lop.t
14896            ! MANIFEST op.c
14897 ____________________________________________________________________________
14898 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14899         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14900      Branch: cfgperl
14901            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14902            ! config_h.SH hints/openbsd.sh
14903 ____________________________________________________________________________
14904 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14905         Log: support win32_putenv()
14906      Branch: perl
14907            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14908            ! win32/win32.c win32/win32iop.h
14909 ____________________________________________________________________________
14910 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14911         Log: add missing hunk in change#2657
14912      Branch: perl
14913            ! ext/B/B/CC.pm
14914 ____________________________________________________________________________
14915 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14916         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14917              Date: Tue, 19 Jan 1999 20:13:15 -0500
14918              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14919              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14920      Branch: perl
14921            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14922            ! t/pragma/subs.t t/pragma/warning.t
14923 ____________________________________________________________________________
14924 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14925         Log: update change#2670 to later version
14926              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14927              Date: Sun, 31 Jan 1999 16:16:14 +0000
14928              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14929              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14930      Branch: perl
14931            ! t/op/subst.t toke.c
14932 ____________________________________________________________________________
14933 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14934         Log: make testsuite somewhat location independent
14935      Branch: perl
14936            ! (edit 117 files)
14937 ____________________________________________________________________________
14938 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14939         Log: add $AutoLoader::VERSION
14940      Branch: perl
14941            ! lib/AutoLoader.pm
14942 ____________________________________________________________________________
14943 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14944         Log: tweak PERL_STRICT_CR notes
14945      Branch: perl
14946            ! pod/perl5005delta.pod
14947 ____________________________________________________________________________
14948 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14949         Log: add note about test-notty target
14950      Branch: perl
14951            ! README.win32
14952 ____________________________________________________________________________
14953 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14954         Log: add perltodo.pod
14955      Branch: perl
14956            + pod/perltodo.pod
14957            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14958            ! win32/pod.mak
14959 ____________________________________________________________________________
14960 [  2886] By: jhi                                   on 1999/02/12  08:52:14
14961         Log: Integrate from mainperl.
14962      Branch: cfgperl
14963           +> t/op/fh.t
14964           !> (integrate 30 files)
14965 ____________________________________________________________________________
14966 [  2885] By: gsar                                  on 1999/02/12  08:42:10
14967         Log: note how to find REG_INFTY limit
14968      Branch: perl
14969            ! pod/perlre.pod
14970 ____________________________________________________________________________
14971 [  2884] By: jhi                                   on 1999/02/12  08:36:14
14972         Log: OpenBSD pthreads awareness, thanks to
14973              David Leonard <david.leonard@csee.uq.edu.au>
14974      Branch: maint-5.005/perl
14975            ! Configure hints/openbsd.sh
14976 ____________________________________________________________________________
14977 [  2882] By: gsar                                  on 1999/02/12  08:05:20
14978         Log: IO is maintained by p5p (per Graham Barr's wishes)
14979      Branch: perl
14980            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
14981            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
14982            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14983            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14984 ____________________________________________________________________________
14985 [  2881] By: gsar                                  on 1999/02/12  07:57:13
14986         Log: fh.t typo
14987      Branch: perl
14988            ! t/op/fh.t
14989 ____________________________________________________________________________
14990 [  2880] By: gsar                                  on 1999/02/12  07:38:16
14991         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
14992      Branch: perl
14993            ! perl.c pod/perlrun.pod
14994 ____________________________________________________________________________
14995 [  2879] By: gsar                                  on 1999/02/12  05:39:29
14996         Log: fix ops that are not filehandle constructors to not create GV if it
14997              doesn't already exist (avoids leaks); extend semantics of defined()
14998              so that defined(*{$foo}) works (experimental)
14999      Branch: perl
15000            + t/op/fh.t
15001            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
15002            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
15003 ____________________________________________________________________________
15004 [  2877] By: jhi                                   on 1999/02/11  20:44:00
15005         Log: From: Chris Nandor <pudge@pobox.com>
15006              To: perl5-porters@perl.org
15007              Subject: [PATCH] perlport.pod 1.39
15008              Date: Thu, 11 Feb 1999 12:28:35 -0500
15009              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
15010      Branch: cfgperl
15011            ! pod/perlport.pod
15012 ____________________________________________________________________________
15013 [  2870] By: gsar                                  on 1999/02/11  11:17:08
15014         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
15015      Branch: perl
15016            ! ext/IO/lib/IO/Pipe.pm
15017 ____________________________________________________________________________
15018 [  2869] By: gsar                                  on 1999/02/11  11:00:56
15019         Log: update win32/pod.mak
15020      Branch: perl
15021            ! win32/pod.mak
15022 ____________________________________________________________________________
15023 [  2868] By: gsar                                  on 1999/02/11  10:42:44
15024         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
15025              Date: Fri, 08 Jan 1999 14:36:53 +1100
15026              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
15027              Subject: Re: [Fwd: IO::Socket::connect and blocking]
15028      Branch: perl
15029            ! ext/IO/lib/IO/Socket.pm
15030 ____________________________________________________________________________
15031 [  2867] By: gsar                                  on 1999/02/11  09:43:03
15032         Log: av_extend() doc tweak from Jan Dubois
15033      Branch: perl
15034            ! pod/perlguts.pod
15035 ____________________________________________________________________________
15036 [  2866] By: gsar                                  on 1999/02/11  09:27:17
15037         Log: display full pathname of unreadable files
15038      Branch: perl
15039            ! utils/perldoc.PL
15040 ____________________________________________________________________________
15041 [  2865] By: gsar                                  on 1999/02/11  09:02:31
15042         Log: missing patch in change#2522
15043      Branch: perl
15044            ! lib/Pod/Text.pm
15045 ____________________________________________________________________________
15046 [  2864] By: jhi                                   on 1999/02/11  08:45:00
15047         Log: From: Spider Boardman <spider@zk3.dec.com>
15048              To: perlbug@perl.com
15049              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15050              Date: Wed, 10 Feb 1999 23:33:31 -0500
15051              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15052      Branch: maint-5.005/perl
15053            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15054 ____________________________________________________________________________
15055 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15056         Log: integrate changes#2738,2740 from maint-5.005
15057      Branch: perl
15058           !> lib/ExtUtils/MakeMaker.pm
15059 ____________________________________________________________________________
15060 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15061         Log: Integrate from mainperl.
15062      Branch: cfgperl
15063           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15064           !> t/op/range.t win32/config.gc
15065 ____________________________________________________________________________
15066 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15067         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15068              <newspost@morlock.net>)
15069      Branch: perl
15070            ! perl.h
15071 ____________________________________________________________________________
15072 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15073         Log: update Changes
15074      Branch: perl
15075            ! Changes
15076           !> pod/perl5005delta.pod
15077 ____________________________________________________________________________
15078 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15079         Log: integrate perldelta changes from maint-5.005
15080      Branch: perl
15081           !> pod/perl5005delta.pod
15082 ____________________________________________________________________________
15083 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15084         Log: applied suggested patch; added tests
15085              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15086              Date: Sat, 12 Dec 98 15:30:18 -0600
15087              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15088              Subject: Range operation doesn't handle IV_MAX
15089      Branch: perl
15090            ! pp_ctl.c t/op/range.t
15091 ____________________________________________________________________________
15092 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15093         Log: compatibility fix: magic non-propagation in foreach implicit localization
15094      Branch: perl
15095            ! pp_ctl.c t/op/local.t win32/config.gc
15096 ____________________________________________________________________________
15097 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15098         Log: fair warning about -Dusethreads
15099      Branch: maint-5.005/perl
15100            ! Configure INSTALL README.threads
15101 ____________________________________________________________________________
15102 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15103         Log: Integrate from mainperl.
15104      Branch: cfgperl
15105           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15106           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15107 ____________________________________________________________________________
15108 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15109         Log: a modified version of suggested patch for pack template 'Z'; added docs
15110              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15111              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15112              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15113              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15114      Branch: perl
15115            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15116 ____________________________________________________________________________
15117 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15118         Log: clarify docs for change#2835
15119      Branch: perl
15120            ! pod/perldelta.pod pod/perlop.pod
15121 ____________________________________________________________________________
15122 [  2844] By: gsar                                  on 1999/02/08  23:40:57
15123         Log: addendum to change#2823
15124              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15125              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
15126              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
15127              Subject: [PATCH] Docs and tests for method-call syntax
15128      Branch: perl
15129            ! pod/perlobj.pod t/op/method.t
15130 ____________________________________________________________________________
15131 [  2843] By: jhi                                   on 1999/02/08  21:06:28
15132         Log: Ultrix mmap tidbit.
15133      Branch: cfgperl
15134            ! hints/ultrix_4.sh
15135 ____________________________________________________________________________
15136 [  2842] By: jhi                                   on 1999/02/08  20:22:55
15137         Log: Integrate from mainperl.
15138      Branch: cfgperl
15139           +> t/op/subst_wamp.t
15140           !> (integrate 35 files)
15141 ____________________________________________________________________________
15142 [  2841] By: jhi                                   on 1999/02/08  18:23:26
15143         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15144              To: Mailing list Perl5 <perl5-porters@perl.org>
15145              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15146              Date: Sun, 7 Feb 1999 17:25:22 -0500
15147              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15148      Branch: cfgperl
15149            + t/op/subst_amp.t
15150            ! MANIFEST regcomp.c t/op/subst.t
15151 ____________________________________________________________________________
15152 [  2840] By: jhi                                   on 1999/02/08  18:16:54
15153         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15154              To: Mailing list Perl5 <perl5-porters@perl.org>
15155              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15156              Date: Sun, 7 Feb 1999 17:00:10 -0500
15157              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15158      Branch: cfgperl
15159            ! pp_hot.c t/op/pat.t
15160 ____________________________________________________________________________
15161 [  2839] By: jhi                                   on 1999/02/08  17:25:30
15162         Log: A require was missing.
15163      Branch: cfgperl
15164            ! t/lib/h2ph.pht
15165 ____________________________________________________________________________
15166 [  2838] By: jhi                                   on 1999/02/08  16:38:41
15167         Log: Bring in the change #2809 (the Configure part has been
15168              modified rather a lot since the #2809, though.)
15169      Branch: cfgperl
15170            ! Configure utils/h2ph.PL
15171 ____________________________________________________________________________
15172 [  2835] By: gsar                                  on 1999/02/08  14:40:23
15173         Log: make qw() into a true list at compile time (slightly modified
15174              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
15175      Branch: perl
15176            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
15177 ____________________________________________________________________________
15178 [  2834] By: gsar                                  on 1999/02/08  13:23:16
15179         Log: make safesysmalloc() etc., always available; safemalloc() et al are
15180              now macros that point to the right malloc; fix various places in
15181              sources that need to always use safesysmalloc() et al
15182      Branch: perl
15183            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
15184            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
15185 ____________________________________________________________________________
15186 [  2833] By: gsar                                  on 1999/02/08  10:56:16
15187         Log: remove spurious #endif in last change
15188      Branch: perl
15189            ! perl.h
15190 ____________________________________________________________________________
15191 [  2832] By: gsar                                  on 1999/02/08  10:34:55
15192         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
15193              them ask for insanity (untested)
15194      Branch: perl
15195            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
15196            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
15197            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
15198 ____________________________________________________________________________
15199 [  2831] By: jhi                                   on 1999/02/08  08:33:33
15200         Log: Update vms/subconfigure.com along the lines of change #2829.
15201      Branch: cfgperl
15202            ! vms/subconfigure.com
15203 ____________________________________________________________________________
15204 [  2830] By: gsar                                  on 1999/02/08  00:19:46
15205         Log: integrate cfgperl changes into mainline
15206      Branch: perl
15207           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
15208           +> lib/File/PathConvert.pm pod/perlthrtut.pod
15209            ! Changes
15210           !> (integrate 93 files)
15211 ____________________________________________________________________________
15212 [  2829] By: jhi                                   on 1999/02/07  23:49:46
15213         Log: Configure update.
15214              
15215              Probe for mmap() et alia.
15216              The *cc*symbols patch (just Configure, no h2ph).
15217      Branch: cfgperl
15218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15219            ! config_h.SH perl.h
15220 ____________________________________________________________________________
15221 [  2828] By: gsar                                  on 1999/02/07  23:38:47
15222         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15223              Date: Sun, 7 Feb 1999 17:25:22 -0500
15224              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15225              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15226      Branch: perl
15227            + t/op/subst_amp.t t/op/subst_wamp.t
15228            ! MANIFEST regcomp.c t/op/subst.t
15229 ____________________________________________________________________________
15230 [  2827] By: gsar                                  on 1999/02/07  23:27:32
15231         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15232              Date: Sun, 7 Feb 1999 17:00:10 -0500
15233              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15234              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15235      Branch: perl
15236            ! pp_hot.c t/op/pat.t
15237 ____________________________________________________________________________
15238 [  2826] By: gsar                                  on 1999/02/07  23:26:04
15239         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
15240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15241              Date: Sun, 7 Feb 1999 15:07:27 -0500
15242              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
15243              Subject: Re: fixing memory leaks in REx compilation
15244      Branch: perl
15245            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
15246            ! regexec.c
15247 ____________________________________________________________________________
15248 [  2825] By: jhi                                   on 1999/02/07  18:05:13
15249         Log: Integrate from mainperl.
15250      Branch: cfgperl
15251           +> lib/DB.pm t/comp/bproto.t
15252           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
15253           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
15254           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
15255           !> toke.c vms/perly_c.vms
15256 ____________________________________________________________________________
15257 [  2824] By: gsar                                  on 1999/02/07  14:21:48
15258         Log: tweak doc on bitwise ops
15259      Branch: perl
15260            ! pod/perlop.pod
15261 ____________________________________________________________________________
15262 [  2823] By: gsar                                  on 1999/02/07  13:38:31
15263         Log: applied suggested patch; regen perly* and vms/perly*
15264              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15265              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
15266              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
15267              Subject: [PATCH] Re: Suggestion for perlobj man page
15268      Branch: perl
15269            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
15270 ____________________________________________________________________________
15271 [  2822] By: gsar                                  on 1999/02/07  12:39:09
15272         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
15273              disabled, fails tests)
15274      Branch: perl
15275            ! regcomp.h
15276 ____________________________________________________________________________
15277 [  2821] By: gsar                                  on 1999/02/07  11:09:39
15278         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
15279              <Alexander.Barilo@aexp.com>)
15280      Branch: perl
15281            ! lib/Pod/Html.pm
15282 ____________________________________________________________________________
15283 [  2820] By: gsar                                  on 1999/02/07  10:20:35
15284         Log: add draft debugging API implementation
15285      Branch: perl
15286            + lib/DB.pm
15287            ! MANIFEST
15288 ____________________________________________________________________________
15289 [  2819] By: gsar                                  on 1999/02/07  09:58:45
15290         Log: avoid garbage in db->dirbuf
15291              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
15292              Date: Sat, 05 Dec 1998 14:14:54 +0900
15293              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
15294              Subject: SDBM bug
15295      Branch: perl
15296            ! ext/SDBM_File/sdbm/sdbm.c
15297 ____________________________________________________________________________
15298 [  2818] By: gsar                                  on 1999/02/07  09:32:24
15299         Log: missing entry
15300      Branch: perl
15301            ! MANIFEST
15302 ____________________________________________________________________________
15303 [  2817] By: gsar                                  on 1999/02/07  09:30:47
15304         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
15305      Branch: perl
15306            + t/comp/bproto.t
15307            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15308 ____________________________________________________________________________
15309 [  2816] By: gsar                                  on 1999/02/06  00:14:29
15310         Log: minor bug in dumping blessed subrefs
15311      Branch: perl
15312            ! ext/Data/Dumper/Dumper.pm
15313 ____________________________________________________________________________
15314 [  2812] By: jhi                                   on 1999/02/03  22:02:24
15315         Log: Enhance change #2808.
15316              
15317              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15318              To: perl5-porters@perl.org
15319              Subject: Re: [PATCH 5.00*]: perlbug checklist
15320              Date: Wed, 3 Feb 1999 19:02:27 +0000
15321              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
15322      Branch: cfgperl
15323            ! utils/perlbug.PL
15324 ____________________________________________________________________________
15325 [  2811] By: jhi                                   on 1999/02/03  21:53:23
15326         Log: From: Barrie Slaymaker <rbs@telerama.com>
15327              To: perl5-porters@perl.org
15328              CC: pod-people@perl.org
15329              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
15330              Date: Wed, 03 Feb 1999 10:34:18 -0500
15331              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
15332              
15333              Add File::PathConvert.pm.
15334              Fix Pod::Html and installhtml to understand relative urls.
15335      Branch: cfgperl
15336            + lib/File/PathConvert.pm
15337            ! MANIFEST installhtml lib/Pod/Html.pm
15338 ____________________________________________________________________________
15339 [  2810] By: jhi                                   on 1999/02/03  20:25:10
15340         Log: From: Francois Desarmenien <desar@club-internet.fr>
15341              To: Mailing list Perl5 <perl5-porters@perl.org>
15342              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
15343              Date: Wed, 03 Feb 1999 13:13:24 +0000
15344              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
15345              
15346              (note: this patch completely overrides Tom Wolfe's patch,
15347              change #2604)
15348      Branch: cfgperl
15349            + ext/GDBM_File/hints/sco.pl
15350            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
15351 ____________________________________________________________________________
15352 [  2809] By: jhi                                   on 1999/02/03  19:54:16
15353         Log: h2ph fixes + Configure patch to support them.
15354              
15355              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15356              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
15357              Gurusamy Sarathy <gsar@engin.umich.edu>
15358              Cc: perl5-porters@perl.org
15359              Subject: [PATCH 5.00503_MT5] h2ph.PL
15360              Date: Tue, 2 Feb 1999 19:48:06 -0500
15361              Message-ID: <19990202194806.E10647@O2.chapin.edu>
15362      Branch: maint-5.005/perl
15363            ! Configure utils/h2ph.PL
15364 ____________________________________________________________________________
15365 [  2808] By: jhi                                   on 1999/02/03  16:59:55
15366         Log: Enhance the perlbug checklist.
15367      Branch: cfgperl
15368            ! utils/perlbug.PL
15369 ____________________________________________________________________________
15370 [  2807] By: jhi                                   on 1999/02/03  14:01:37
15371         Log: Document the standard strftime %formats.
15372              
15373              From: Dominic Dunlop <domo@vo.lu>
15374              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
15375              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
15376              Date: Tue, 2 Feb 1999 15:55:29 +0100
15377              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
15378      Branch: cfgperl
15379            ! ext/POSIX/POSIX.pod
15380 ____________________________________________________________________________
15381 [  2806] By: jhi                                   on 1999/02/03  13:58:00
15382         Log: Integrate from mainperl.
15383      Branch: cfgperl
15384           !> perl.h
15385 ____________________________________________________________________________
15386 [  2805] By: gsar                                  on 1999/02/03  03:32:31
15387         Log: PL_uuemap[] init needs help for sizeof()
15388      Branch: perl
15389            ! perl.h
15390 ____________________________________________________________________________
15391 [  2804] By: jhi                                   on 1999/02/02  20:44:30
15392         Log: These should've been already in #2803.
15393      Branch: cfgperl
15394            ! Configure config_h.SH vms/subconfigure.com
15395 ____________________________________________________________________________
15396 [  2803] By: jhi                                   on 1999/02/02  20:38:45
15397         Log: telldir prototype issue, from mists of time...
15398      Branch: cfgperl
15399            ! hints/netbsd.sh pp_sys.c
15400 ____________________________________________________________________________
15401 [  2801] By: jhi                                   on 1999/02/02  17:40:14
15402         Log: From: John Bley <jbb6@acpub.duke.edu>
15403              To: perlbug@perl.org
15404              Subject: [PATCH]5.005_54 (DOC) fix minor typos
15405              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
15406              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
15407      Branch: cfgperl
15408            ! pod/perlre.pod
15409 ____________________________________________________________________________
15410 [  2800] By: jhi                                   on 1999/02/02  17:26:49
15411         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
15412      Branch: cfgperl
15413            ! Todo-5.005
15414 ____________________________________________________________________________
15415 [  2799] By: jhi                                   on 1999/02/02  17:18:51
15416         Log: Update FindBin from maint-5.005.
15417      Branch: cfgperl
15418            ! lib/FindBin.pm
15419 ____________________________________________________________________________
15420 [  2798] By: jhi                                   on 1999/02/02  17:16:07
15421         Log: Fix typecasts in #2797
15422              
15423              From: "G. Del Merritt" <del@intranetics.com>
15424              Date: Fri, 29 Jan 1999 11:47:25 -0700
15425              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
15426              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
15427      Branch: cfgperl
15428            ! ext/POSIX/POSIX.xs
15429 ____________________________________________________________________________
15430 [  2797] By: jhi                                   on 1999/02/02  17:14:37
15431         Log: From: Ted Law <tedlaw@cibcwg.com>
15432              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
15433              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
15434              Subject: POSIX::strftime buffer overflow problem
15435      Branch: cfgperl
15436            ! ext/POSIX/POSIX.xs
15437 ____________________________________________________________________________
15438 [  2796] By: jhi                                   on 1999/02/02  17:13:23
15439         Log: Do not use File::Slurp.
15440      Branch: cfgperl
15441            ! t/lib/textfill.t
15442 ____________________________________________________________________________
15443 [  2795] By: jhi                                   on 1999/02/02  17:11:48
15444         Log: perlhist update from maint-5.005.
15445      Branch: cfgperl
15446            ! pod/perlhist.pod
15447 ____________________________________________________________________________
15448 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15449         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15450      Branch: cfgperl
15451            ! ext/POSIX/POSIX.pm
15452 ____________________________________________________________________________
15453 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15454         Log: Missed the html test from change #2787. 
15455      Branch: cfgperl
15456            ! t/lib/cgi-html.t
15457 ____________________________________________________________________________
15458 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15459         Log: Update Getopt::Long to 2.19.
15460      Branch: cfgperl
15461            ! lib/Getopt/Long.pm
15462 ____________________________________________________________________________
15463 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15464         Log: overload syntax is no longer experimental
15465      Branch: cfgperl
15466            ! lib/overload.pm
15467 ____________________________________________________________________________
15468 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15469         Log: Still doc fixes.
15470      Branch: cfgperl
15471            ! lib/diagnostics.pm
15472 ____________________________________________________________________________
15473 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15474         Log: Doc fixes.
15475      Branch: cfgperl
15476            ! lib/CGI.pm lib/diagnostics.pm
15477 ____________________________________________________________________________
15478 [  2787] By: jhi                                   on 1999/02/02  16:38:55
15479         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
15480              where applicable).
15481      Branch: cfgperl
15482            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
15483            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15484            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15485            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
15486            ! eg/cgi/frameset.cgi eg/cgi/index.html
15487            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15488            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15489            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15490            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15491            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15492            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
15493 ____________________________________________________________________________
15494 [  2786] By: jhi                                   on 1999/02/02  16:17:52
15495         Log: Update CPAN to 1.47.
15496      Branch: cfgperl
15497            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15498 ____________________________________________________________________________
15499 [  2785] By: jhi                                   on 1999/02/02  16:09:03
15500         Log: From: Mark-Jason Dominus <mjd@plover.com>
15501              Date: Sat, 16 Jan 1999 17:22:06 -0500
15502              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
15503              Message-ID: <19990116222206.3674.qmail@plover.com>
15504      Branch: cfgperl
15505            ! pod/perlsub.pod
15506 ____________________________________________________________________________
15507 [  2784] By: jhi                                   on 1999/02/02  16:01:31
15508         Log: Fix incorrect "used only once" warnings
15509              
15510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15511              Date: Fri, 8 Jan 1999 04:37:10 -0500
15512              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
15513              Subject: Re: change#965 flakiness
15514      Branch: cfgperl
15515            ! gv.c
15516 ____________________________________________________________________________
15517 [  2783] By: jhi                                   on 1999/02/02  15:50:38
15518         Log: perldelta updates.
15519      Branch: cfgperl
15520            ! pod/perldelta.pod
15521 ____________________________________________________________________________
15522 [  2782] By: jhi                                   on 1999/02/02  14:28:26
15523         Log: Mirror change #2781.
15524      Branch: cfgperl
15525            ! hints/linux.sh
15526 ____________________________________________________________________________
15527 [  2781] By: jhi                                   on 1999/02/02  14:27:01
15528         Log: Update the MkLinux note.
15529      Branch: maint-5.005/perl
15530            ! hints/linux.sh
15531 ____________________________________________________________________________
15532 [  2780] By: jhi                                   on 1999/02/02  14:10:59
15533         Log: Update todo.
15534      Branch: cfgperl
15535            ! Todo-5.005
15536 ____________________________________________________________________________
15537 [  2779] By: jhi                                   on 1999/02/02  14:00:25
15538         Log: Integrate from mainperl.
15539      Branch: cfgperl
15540            ! t/lib/textfill.t t/lib/textwrap.t
15541           !> (integrate 32 files)
15542 ____________________________________________________________________________
15543 [  2778] By: jhi                                   on 1999/02/02  13:56:23
15544         Log: VMS update, applicable parts of
15545              
15546              From: Dan Sugalski <sugalskd@osshe.edu>
15547              To: perl5-porters@perl.org
15548              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15549              Date: Wed, 20 Jan 1999 12:05:18 -0800
15550              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15551              
15552              From: Dan Sugalski <sugalskd@osshe.edu>
15553              To: perlbug@perl.com, vmsperl@perl.org
15554              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
15555              Date: Tue, 26 Jan 1999 14:40:38 -0800
15556              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
15557              
15558              From: Dan Sugalski <sugalskd@osshe.edu>
15559              To: perl5-porters@perl.org, vmsperl@perl.org
15560              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
15561              Date: Tue, 26 Jan 1999 14:55:29 -0800
15562              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
15563      Branch: cfgperl
15564            ! vms/ext/Stdio/test.pl vms/subconfigure.com
15565 ____________________________________________________________________________
15566 [  2777] By: jhi                                   on 1999/02/02  13:43:24
15567         Log: Synch usethreads parts from maint-5.005.
15568      Branch: cfgperl
15569            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
15570            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15571            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15572            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15573 ____________________________________________________________________________
15574 [  2776] By: jhi                                   on 1999/02/02  13:17:16
15575         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
15576      Branch: cfgperl
15577            ! Makefile.SH hints/freebsd.sh
15578 ____________________________________________________________________________
15579 [  2774] By: jhi                                   on 1999/02/02  13:10:39
15580         Log: Add perlthrtut, update pod/* machinery.
15581              (a pod/Makefile.SH is sorely needed)
15582      Branch: cfgperl
15583            + pod/perlthrtut.pod
15584            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
15585 ____________________________________________________________________________
15586 [  2773] By: jhi                                   on 1999/02/02  12:54:24
15587         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15588              To: perl5-porters@perl.org
15589              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
15590              Date: Tue, 26 Jan 1999 22:25:07 +0000
15591              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
15592      Branch: cfgperl
15593            ! pod/perlguts.pod
15594 ____________________________________________________________________________
15595 [  2771] By: jhi                                   on 1999/02/02  12:47:34
15596         Log: Use perlbug instead of personal email address.
15597      Branch: cfgperl
15598            ! Configure
15599 ____________________________________________________________________________
15600 [  2770] By: jhi                                   on 1999/02/02  12:42:06
15601         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15602              
15603              From: "G. Del Merritt" <del@intranetics.com>
15604              To: perlbug@perl.com
15605              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15606              Date: Tue, 26 Jan 1999 12:09:09 -0700
15607              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15608      Branch: cfgperl
15609            ! iperlsys.h
15610 ____________________________________________________________________________
15611 [  2769] By: jhi                                   on 1999/02/02  12:37:57
15612         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15613              To: Mailing list Perl5 <perl5-porters@perl.org>
15614              Subject: [PATCH 5.005_*] OS/2 threads
15615              Date: Tue, 26 Jan 1999 13:39:46 -0500
15616              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
15617      Branch: cfgperl
15618            ! os2/os2ish.h
15619 ____________________________________________________________________________
15620 [  2768] By: jhi                                   on 1999/02/02  12:36:16
15621         Log: Apply change #2711 from maint-5.005:
15622              
15623              make ok", "make okfile", and "make nok" were broken
15624              with -Duseshrplib, because of a shared typo.
15625              
15626              From: Spider Boardman <spider@web.zk3.dec.com>
15627              To: perlbug@perl.com
15628              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15629              Date: Wed, 27 Jan 1999 12:27:15 -0500
15630              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15631      Branch: cfgperl
15632            ! Makefile.SH
15633 ____________________________________________________________________________
15634 [  2766] By: jhi                                   on 1999/02/02  12:27:08
15635         Log: Make Configure use "int main()" instead of bare "main()".
15636              Like maint-5.005 change #2703 but now via metaconfig.
15637      Branch: cfgperl
15638            ! Configure
15639 ____________________________________________________________________________
15640 [  2765] By: jhi                                   on 1999/02/02  11:59:30
15641         Log: Undo part of change #2562.
15642      Branch: cfgperl
15643            ! Configure
15644 ____________________________________________________________________________
15645 [  2764] By: jhi                                   on 1999/02/02  11:52:39
15646         Log: NetBSD synch with maint-5.005.
15647      Branch: cfgperl
15648            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15649 ____________________________________________________________________________
15650 [  2763] By: jhi                                   on 1999/02/02  11:44:07
15651         Log: $Config{installusrbinperl}
15652              (maint-5.005 changes #2614 and #2709)
15653      Branch: cfgperl
15654            ! Configure installperl
15655 ____________________________________________________________________________
15656 [  2762] By: jhi                                   on 1999/02/02  11:29:13
15657         Log: Errno update from maint-5.005 (changes #2583, #2710).
15658      Branch: cfgperl
15659            ! Configure ext/Errno/Errno_pm.PL
15660 ____________________________________________________________________________
15661 [  2759] By: jhi                                   on 1999/02/02  10:53:20
15662         Log: Update Trig.pm from maint-5.005.
15663      Branch: cfgperl
15664            ! lib/Math/Trig.pm
15665 ____________________________________________________________________________
15666 [  2757] By: jhi                                   on 1999/02/02  10:41:26
15667         Log: MPE/iX update (mirror maint-5.005 change #2715)
15668      Branch: cfgperl
15669            ! hints/mpeix.sh mpeix/relink
15670 ____________________________________________________________________________
15671 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15672         Log: BeOS update (Mirror maint-5.005 change #2727).
15673      Branch: cfgperl
15674            + ext/DynaLoader/dl_beos.xs
15675            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15676            ! lib/ExtUtils/MM_Unix.pm
15677 ____________________________________________________________________________
15678 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15679         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15680      Branch: perl
15681            ! Porting/pumpkin.pod Todo Todo-5.005
15682 ____________________________________________________________________________
15683 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15684         Log: Todo tweaks
15685      Branch: perl
15686            ! Todo Todo-5.005
15687 ____________________________________________________________________________
15688 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15689         Log: Add perlthrtut.pod.
15690              
15691              From: Dan Sugalski <sugalskd@osshe.edu>
15692              To: perl5-porters@perl.org
15693              Subject: perlthrtut.pod
15694              Date: Mon, 01 Feb 1999 10:57:11 -0800
15695              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15696      Branch: maint-5.005/perl
15697            + pod/perlthrtut.pod
15698            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15699            ! pod/roffitall
15700 ____________________________________________________________________________
15701 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15702         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15703      Branch: perl
15704            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15705            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15706 ____________________________________________________________________________
15707 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15708         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15709              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15710              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15711              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15712      Branch: perl
15713            ! regexec.c
15714 ____________________________________________________________________________
15715 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15716         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15717              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15718              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15719              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15720      Branch: perl
15721            ! regexec.c
15722 ____________________________________________________________________________
15723 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15724         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15725              Date: Thu, 3 Dec 1998 15:10:17 -0500
15726              Message-Id: <199812032010.PAA09692@jik.shore.net>
15727              Subject: sample checksum code in "perlfunc" man page is wrong
15728      Branch: perl
15729            ! pod/perlfunc.pod
15730 ____________________________________________________________________________
15731 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15732         Log: typos in Pod/Text.pm
15733              From: "Greg Chapman" <glc@well.com>
15734              Date: Tue, 1 Dec 1998 10:50:18 -0800
15735              Message-Id: <199812011849.KAA08816@smtp.well.com>
15736              Subject: Glitch in Pod::Text
15737      Branch: perl
15738            ! lib/Pod/Text.pm
15739 ____________________________________________________________________________
15740 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15741         Log: various win32-ish changes merged from maint-5.005
15742      Branch: perl
15743            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15744            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15745            ! win32/Makefile win32/config.bc win32/config.vc
15746            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15747            ! win32/win32.c
15748 ____________________________________________________________________________
15749 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15750         Log: integrate cfgperl changes into mainline
15751      Branch: perl
15752           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15753 ____________________________________________________________________________
15754 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15755         Log: improved diagnostic on syntax errors at EOL
15756      Branch: perl
15757            ! toke.c
15758 ____________________________________________________________________________
15759 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15760         Log: don't attempt connect() to bogus IP addresses
15761              From:    Graham Barr <gbarr@pobox.com>
15762              Date:    Sun, 31 Jan 1999 21:50:45 CST
15763              Message-Id: <19990131215045.A633@pobox.com>
15764      Branch: perl
15765            ! t/lib/io_multihomed.t
15766 ____________________________________________________________________________
15767 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15768         Log: update Changes
15769      Branch: perl
15770            ! Changes pod/perldelta.pod
15771 ____________________________________________________________________________
15772 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15773         Log: CAPI inheritance tweak and doc
15774      Branch: maint-5.005/perl
15775            ! lib/ExtUtils/MakeMaker.pm
15776 ____________________________________________________________________________
15777 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15778         Log: Undo changes #2730 and #2731 and replace them
15779              with an extensively tested patch from
15780              Anton Berezin <tobez@plab.ku.dk> (via private email).
15781      Branch: maint-5.005/perl
15782            ! Makefile.SH hints/freebsd.sh
15783 ____________________________________________________________________________
15784 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15785         Log: fix bogus CAPI inheritance from change#2541
15786      Branch: maint-5.005/perl
15787            ! lib/ExtUtils/MakeMaker.pm
15788 ____________________________________________________________________________
15789 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15790         Log: FreeBSD version numbers can be like "2.2.8-release".
15791      Branch: maint-5.005/perl
15792            ! hints/freebsd.sh
15793 ____________________________________________________________________________
15794 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15795         Log: FreeBSD hints iteration (hopefully convergent).
15796              usethreads: require at least FreeBSD 2.2.8.
15797              signal type: mirror change #2429 in cfgperl.
15798      Branch: maint-5.005/perl
15799            ! hints/freebsd.sh
15800 ____________________________________________________________________________
15801 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15802         Log: From: Tom Spindler <dogcow@isi.net>
15803              Date: Thu, 28 Jan 1999 17:15:11 -0800
15804              Message-ID: <19990128171510.A11778@isi.net>
15805              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15806      Branch: maint-5.005/perl
15807            + ext/DynaLoader/dl_beos.xs
15808            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15809            ! lib/ExtUtils/MM_Unix.pm
15810 ____________________________________________________________________________
15811 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15812         Log: Remove use of File::Slurp in t/lib/textfill.t
15813      Branch: maint-5.005/perl
15814            ! t/lib/textfill.t
15815 ____________________________________________________________________________
15816 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15817         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15818              Date: Wed, 27 Jan 1999 23:14:33 -0800
15819              Message-Id: <199901280714.XAA10176@activestate.com>
15820              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15821      Branch: maint-5.005/perl
15822            ! win32/Makefile win32/makefile.mk
15823 ____________________________________________________________________________
15824 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15825         Log: missing space while munging CCFLAGS for PERL_CAPI
15826      Branch: perl
15827            ! lib/ExtUtils/MM_Unix.pm
15828 ____________________________________________________________________________
15829 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15830         Log: io/fs.t fails test #18 (sense of tests appears to have been
15831              changed incompletely; this patch just skips the test attached,
15832              a la test #17 preceding it).
15833              
15834              From: "G. Del Merritt" <del@intranetics.com>
15835              To: perlbug@perl.com
15836              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15837              Date: Tue, 26 Jan 1999 12:09:09 -0700
15838              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15839      Branch: maint-5.005/perl
15840            ! t/io/fs.t
15841 ____________________________________________________________________________
15842 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15843         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15844              
15845              From: "G. Del Merritt" <del@intranetics.com>
15846              To: perlbug@perl.com
15847              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15848              Date: Tue, 26 Jan 1999 12:09:09 -0700
15849              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15850      Branch: maint-5.005/perl
15851            ! iperlsys.h
15852 ____________________________________________________________________________
15853 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15854         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15855              To: perl5-porters@perl.org
15856              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15857              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15858              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15859      Branch: maint-5.005/perl
15860            ! hints/mpeix.sh mpeix/relink
15861 ____________________________________________________________________________
15862 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15863         Log: Errno fixes:
15864              
15865              From: Spider Boardman <spider@web.zk3.dec.com>
15866              To: perlbug@perl.com
15867              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15868              Date: Wed, 27 Jan 1999 12:27:15 -0500
15869              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15870              
15871              From: Spider Boardman <spider@web.zk3.dec.com>
15872              To: perlbug@perl.com
15873              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15874              Date: Wed, 27 Jan 1999 13:31:16 -0500
15875              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15876      Branch: maint-5.005/perl
15877            ! Configure ext/Errno/Errno_pm.PL
15878 ____________________________________________________________________________
15879 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15880         Log: Fix Configure installusrbinperl:
15881              
15882              From: Spider Boardman <spider@web.zk3.dec.com>
15883              To: jhi@iki.fi
15884              cc: perl5-porters@perl.org
15885              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15886              Date: Wed, 27 Jan 1999 13:03:35 -0500
15887              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15888      Branch: maint-5.005/perl
15889            ! Configure
15890 ____________________________________________________________________________
15891 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15892         Log: Add redef IO::Handle::* for setv?buf()
15893      Branch: maint-5.005/perl
15894            ! ext/POSIX/POSIX.pm
15895 ____________________________________________________________________________
15896 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15897         Log: Mention year-1900 and month 0..11.
15898      Branch: cfgperl
15899            ! lib/Time/Local.pm
15900 ____________________________________________________________________________
15901 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15902         Log: Document Configure -Uinstallusrbinperl.
15903      Branch: cfgperl
15904            ! INSTALL pod/perldelta.pod
15905 ____________________________________________________________________________
15906 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15907         Log: Use only xlc_r for usethreads.
15908      Branch: cfgperl
15909            ! hints/aix.sh
15910 ____________________________________________________________________________
15911 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15912         Log: integrate cfgperl changes into mainline
15913      Branch: perl
15914           +> lib/Exporter/Heavy.pm
15915           !> (integrate 65 files)
15916 ____________________________________________________________________________
15917 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15918         Log: better notes on 'make' on win32
15919      Branch: perl
15920            ! README.win32
15921 ____________________________________________________________________________
15922 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15923         Log: More de-cut-and-pastos.
15924      Branch: cfgperl
15925            ! hints/irix_6.sh hints/os2.sh
15926 ____________________________________________________________________________
15927 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15928         Log: usethreads.cbu cut-and-pasto.
15929      Branch: cfgperl
15930            ! hints/solaris_2.sh
15931 ____________________________________________________________________________
15932 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15933         Log: Better (I hope) LANGUAGE documentation.
15934      Branch: cfgperl
15935            ! pod/perllocale.pod
15936 ____________________________________________________________________________
15937 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15938         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15939              To: perl5-porters@perl.org
15940              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15941              Date: Wed, 20 Jan 1999 12:05:18 -0800
15942              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15943      Branch: cfgperl
15944            ! vms/subconfigure.com
15945 ____________________________________________________________________________
15946 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15947         Log: nosuid getmntent() branch.
15948      Branch: cfgperl
15949            ! perl.c perl.h
15950 ____________________________________________________________________________
15951 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15952         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15953      Branch: cfgperl
15954            ! Configure config_h.SH
15955 ____________________________________________________________________________
15956 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15957         Log: Fixup FindBin to use File::Spec
15958              
15959              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
15960              Date: Wed, 20 Jan 1999 18:51:57 +0000
15961              From: Paul Johnson <pjcj@transeda.com>
15962              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
15963      Branch: maint-5.005/perl
15964            ! lib/FindBin.pm
15965 ____________________________________________________________________________
15966 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
15967         Log: Fix win32 for Borland compiler and spaces in paths
15968              
15969              From: Gurusamy Sarathy <gsar@activestate.com>
15970              Date: Mon, 18 Jan 1999 20:33:17 -0800
15971              Message-Id: <199901190433.UAA03656@activestate.com>
15972              Subject: [PATCH] 5.005_03-trial3 win32 issues
15973      Branch: maint-5.005/perl
15974            ! README.win32 win32/Makefile win32/config_sh.PL
15975            ! win32/makefile.mk win32/runperl.c
15976 ____________________________________________________________________________
15977 [  2670] By: jhi                                   on 1999/01/21  16:12:38
15978         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15979              To: perl5-porters@perl.org
15980              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
15981              Date: Thu, 21 Jan 1999 12:08:01 +0000
15982              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
15983      Branch: cfgperl
15984            ! pod/perldiag.pod t/op/subst.t toke.c
15985 ____________________________________________________________________________
15986 [  2669] By: jhi                                   on 1999/01/21  16:11:46
15987         Log: To: perl5-porters@perl.org
15988              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
15989              From: Anton Berezin <tobez@plab.ku.dk>
15990              Date: 21 Jan 1999 17:07:28 +0100
15991              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
15992      Branch: cfgperl
15993            ! hints/freebsd.sh
15994 ____________________________________________________________________________
15995 [  2668] By: jhi                                   on 1999/01/21  15:38:34
15996         Log: Add Daniel Grisinger <dgris@dimensional.com>.
15997      Branch: cfgperl
15998            ! AUTHORS MAINTAIN
15999 ____________________________________________________________________________
16000 [  2667] By: jhi                                   on 1999/01/21  15:32:28
16001         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16002              To: Mailing list Perl5 <perl5-porters@perl.org>
16003              Subject: [PATCH 5.005_53] Lean Exporter.pm
16004              Date: Thu, 21 Jan 1999 03:25:23 -0500
16005              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
16006      Branch: cfgperl
16007            + lib/Exporter/Heavy.pm
16008            ! MANIFEST lib/Exporter.pm
16009 ____________________________________________________________________________
16010 [  2666] By: jhi                                   on 1999/01/21  15:24:10
16011         Log: From: "W. Phillip Moore" <wpm@ms.com>
16012              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
16013              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
16014              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
16015              Message-ID: <13988.46383.298992.97303@zappa>
16016      Branch: cfgperl
16017            ! lib/File/Path.pm
16018 ____________________________________________________________________________
16019 [  2665] By: jhi                                   on 1999/01/21  15:20:48
16020         Log: CPAN update (CPAN-1.44_54) from Andreas and
16021              jumbo doc patch from Abigail.
16022              
16023              From: abigail@fnx.com
16024              To: perl5-porters@perl.org (Perl Porters)
16025              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
16026              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
16027              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
16028              
16029              From: abigail@fnx.com
16030              To: perl5-porters@perl.org (Perl Porters)
16031              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
16032              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
16033              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
16034              
16035              From: abigail@fnx.com
16036              To: perl5-porters@perl.org (Perl Porters)
16037              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
16038              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
16039              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
16040              
16041              From: abigail@fnx.com
16042              To: perl5-porters@perl.org (Perl Porters)
16043              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
16044              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
16045              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
16046              
16047              From: abigail@fnx.com
16048              To: perl5-porters@perl.org (Perl Porters)
16049              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
16050              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
16051              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
16052              
16053              From: abigail@fnx.com
16054              To: perl5-porters@perl.org (Perl Porters)
16055              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16056              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16057              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16058              
16059              From: abigail@fnx.com
16060              To: perl5-porters@perl.org (Perl Porters)
16061              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16062              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16063              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16064              
16065              From: abigail@fnx.com
16066              To: perl5-porters@perl.org (Perl Porters)
16067              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16068              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16069              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16070              
16071              From: abigail@fnx.com
16072              To: perl5-porters@perl.org (Perl Porters)
16073              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16074              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16075              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16076              
16077              From: abigail@fnx.com
16078              To: perl5-porters@perl.org (Perl Porters)
16079              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16080              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16081              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16082              
16083              From: abigail@fnx.com
16084              To: perl5-porters@perl.org (Perl Porters)
16085              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16086              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16087              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16088              
16089              From: abigail@fnx.com
16090              To: perl5-porters@perl.org (Perl Porters)
16091              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16092              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16093              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16094              
16095              From: abigail@fnx.com
16096              To: perl5-porters@perl.org (Perl Porters)
16097              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16098              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16099              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16100      Branch: cfgperl
16101            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16102            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16103            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16104            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16105 ____________________________________________________________________________
16106 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16107         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16108              To: Mailing list Perl5 <perl5-porters@perl.org>
16109              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16110              Date: Thu, 21 Jan 1999 03:58:29 -0500
16111              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16112      Branch: cfgperl
16113            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16114 ____________________________________________________________________________
16115 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16116         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16117              To: Mailing list Perl5 <perl5-porters@perl.org>
16118              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16119              Date: Thu, 21 Jan 1999 02:46:34 -0500
16120              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
16121      Branch: cfgperl
16122            ! ext/Errno/Errno_pm.PL
16123 ____________________________________________________________________________
16124 [  2662] By: jhi                                   on 1999/01/21  14:42:42
16125         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16126              To: Francois Desarmenien <desar@club-internet.fr>
16127              Cc: Gurusamy Sarathy <gsar@activestate.com>,
16128              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
16129              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
16130              Date: 21 Jan 1999 00:17:35 -0700
16131              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
16132      Branch: cfgperl
16133            ! Porting/patching.pod
16134 ____________________________________________________________________________
16135 [  2661] By: jhi                                   on 1999/01/21  14:41:13
16136         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16137              To: Mailing list Perl5 <perl5-porters@perl.org>
16138              Subject: [PATCH 5.00*] makedepend
16139              Date: Thu, 21 Jan 1999 02:08:27 -0500
16140              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
16141      Branch: cfgperl
16142            ! makedepend.SH
16143 ____________________________________________________________________________
16144 [  2660] By: jhi                                   on 1999/01/21  14:36:45
16145         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16146              To: Mailing list Perl5 <perl5-porters@perl.org>
16147              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
16148              Date: Tue, 19 Jan 1999 20:06:45 -0500
16149              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
16150      Branch: cfgperl
16151            ! os2/Changes os2/os2.c
16152 ____________________________________________________________________________
16153 [  2657] By: jhi                                   on 1999/01/21  11:40:35
16154         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16155              To: perl5-porters@perl.org
16156              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
16157              Date: Mon, 18 Jan 1999 01:32:31 PST
16158              Message-ID: <19990118093231.18443.qmail@hotmail.com>
16159      Branch: cfgperl
16160            ! ext/B/B/CC.pm
16161 ____________________________________________________________________________
16162 [  2656] By: jhi                                   on 1999/01/21  11:35:34
16163         Log: From: Achim Bohnet <ach@mpe.mpg.de>
16164              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
16165              Date: Wed, 20 Jan 1999 20:25:53 +0100
16166              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
16167      Branch: cfgperl
16168            ! pp.c
16169 ____________________________________________________________________________
16170 [  2655] By: jhi                                   on 1999/01/21  10:46:01
16171         Log: Handle NIS (and NetInfo) more robustly.
16172      Branch: cfgperl
16173            ! t/op/grent.t t/op/pwent.t
16174 ____________________________________________________________________________
16175 [  2654] By: jhi                                   on 1999/01/21  10:17:20
16176         Log: Two-argument eaccess() of SCO.
16177      Branch: cfgperl
16178            ! pp_sys.c
16179 ____________________________________________________________________________
16180 [  2653] By: jhi                                   on 1999/01/21  08:53:14
16181         Log: -DNO_NOSUID_CHECK for those platforms which have no way
16182              of checking for nosuid but still want suidperl.
16183      Branch: cfgperl
16184            ! perl.c
16185 ____________________________________________________________________________
16186 [  2652] By: jhi                                   on 1999/01/21  08:22:50
16187         Log: The LANGUAGE mirrors LC_ALL usage.
16188      Branch: cfgperl
16189            ! Configure config_h.SH
16190 ____________________________________________________________________________
16191 [  2651] By: jhi                                   on 1999/01/20  22:01:21
16192         Log: I_MNTENT was missing.
16193      Branch: cfgperl
16194            ! Configure config_h.SH
16195 ____________________________________________________________________________
16196 [  2650] By: jhi                                   on 1999/01/19  13:42:03
16197         Log: NetBSD update, based on patches from the NetBSD packages system.
16198      Branch: cfgperl
16199            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16200 ____________________________________________________________________________
16201 [  2649] By: jhi                                   on 1999/01/19  12:44:02
16202         Log: Jumbo Configure update.
16203              * -Uinstallusrbinperl: disable /usr/bin/perl installation
16204              by installperl
16205              * usethreads.cbu
16206              * use64bits.cbu
16207              * "nosuid"
16208      Branch: cfgperl
16209            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
16210            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16211            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
16212            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
16213            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
16214            ! pod/perldiag.pod
16215 ____________________________________________________________________________
16216 [  2648] By: jhi                                   on 1999/01/19  09:16:44
16217         Log: Mention /usr/share/locale.
16218      Branch: cfgperl
16219            ! pod/perllocale.pod
16220 ____________________________________________________________________________
16221 [  2647] By: jhi                                   on 1999/01/19  09:11:11
16222         Log: SHMLBA strikes back in NetBSD/sparc.
16223              
16224              From: Dave Nelson <David.Nelson@bellcow.com>
16225              To: jhi@iki.fi
16226              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
16227              Date: Mon, 18 Jan 1999 22:07:56 -0600
16228              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
16229      Branch: cfgperl
16230            ! ext/IPC/SysV/SysV.xs
16231 ____________________________________________________________________________
16232 [  2646] By: jhi                                   on 1999/01/19  08:58:17
16233         Log: Show LANGUAGE env var when needed. (Augment change #2645).
16234      Branch: cfgperl
16235            ! util.c utils/perlbug.PL
16236 ____________________________________________________________________________
16237 [  2645] By: jhi                                   on 1999/01/19  08:52:15
16238         Log: Document the GNU LANGUAGE env var.
16239      Branch: cfgperl
16240            ! pod/perllocale.pod
16241 ____________________________________________________________________________
16242 [  2644] By: jhi                                   on 1999/01/19  08:42:25
16243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16244              To: Mailing list Perl5 <perl5-porters@perl.org>
16245              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
16246              Date: Mon, 18 Jan 1999 20:57:02 -0500
16247              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
16248      Branch: cfgperl
16249            ! pp_hot.c t/op/pat.t
16250 ____________________________________________________________________________
16251 [  2643] By: jhi                                   on 1999/01/18  11:23:41
16252         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
16253      Branch: cfgperl
16254            ! Makefile.SH
16255 ____________________________________________________________________________
16256 [  2642] By: jhi                                   on 1999/01/18  11:03:38
16257         Log: GNU libc locale system has LANGUAGE env var that partly
16258              overrides even LC_ALL.
16259      Branch: cfgperl
16260            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
16261 ____________________________________________________________________________
16262 [  2641] By: jhi                                   on 1999/01/18  10:55:04
16263         Log: Integrate from mainperl.
16264      Branch: cfgperl
16265           +> ext/B/defsubs.h.PL
16266            ! t/op/groups.t
16267           !> (integrate 38 files)
16268 ____________________________________________________________________________
16269 [  2640] By: gsar                                  on 1999/01/18  10:06:29
16270         Log: a few random cleanups
16271      Branch: perl
16272            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
16273 ____________________________________________________________________________
16274 [  2639] By: gsar                                  on 1999/01/18  05:56:21
16275         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
16276              Date:    Sun, 17 Jan 1999 16:41:10 PST
16277              Message-Id: <19990118004111.29667.qmail@hotmail.com>
16278              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
16279      Branch: perl
16280            ! ext/B/B/C.pm
16281 ____________________________________________________________________________
16282 [  2638] By: gsar                                  on 1999/01/18  05:41:21
16283         Log: From:    jan.dubois@ibm.net (Jan Dubois)
16284              Date:    Mon, 18 Jan 1999 00:37:41 +0100
16285              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
16286              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
16287      Branch: perl
16288            ! dump.c
16289 ____________________________________________________________________________
16290 [  2633] By: gsar                                  on 1999/01/17  13:39:59
16291         Log: bogus assert()
16292      Branch: perl
16293            ! pp.c t/op/groups.t
16294 ____________________________________________________________________________
16295 [  2632] By: gsar                                  on 1999/01/17  13:22:04
16296         Log: various tweaks for clean build and test on win32
16297      Branch: perl
16298            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
16299            ! op.c t/pragma/warn/doio
16300 ____________________________________________________________________________
16301 [  2631] By: gsar                                  on 1999/01/17  12:28:06
16302         Log: undo change#2336, and add clarification about subversive
16303              CPAN distributions from Andreas Koenig
16304      Branch: perl
16305            ! Porting/pumpkin.pod lib/CPAN.pm
16306 ____________________________________________________________________________
16307 [  2630] By: gsar                                  on 1999/01/17  12:04:06
16308         Log: fix silent taint failures under -U
16309      Branch: perl
16310            ! doio.c
16311 ____________________________________________________________________________
16312 [  2629] By: gsar                                  on 1999/01/17  12:00:23
16313         Log: sanity check piped opens (tweaked version of patch suggested
16314              by Mark-Jason Dominus)
16315      Branch: perl
16316            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
16317            ! t/op/taint.t t/pragma/warn/doio
16318 ____________________________________________________________________________
16319 [  2628] By: gsar                                  on 1999/01/17  11:26:21
16320         Log: regen headers
16321      Branch: perl
16322            ! embed.h embedvar.h objXSUB.h
16323 ____________________________________________________________________________
16324 [  2627] By: gsar                                  on 1999/01/17  11:23:37
16325         Log: PERL_OBJECTness for change#2595
16326      Branch: perl
16327            ! embed.pl op.c pod/perlport.pod proto.h
16328 ____________________________________________________________________________
16329 [  2626] By: gsar                                  on 1999/01/17  09:47:07
16330         Log: PERL_OBJECT tweaks for change#2426
16331      Branch: perl
16332            ! embed.pl proto.h regcomp.c
16333 ____________________________________________________________________________
16334 [  2625] By: gsar                                  on 1999/01/17  09:37:58
16335         Log: documentation in change#2596 is not quite right; fix it
16336      Branch: perl
16337            ! lib/Math/BigFloat.pm pod/perlguts.pod
16338 ____________________________________________________________________________
16339 [  2624] By: gsar                                  on 1999/01/17  09:28:34
16340         Log: undo change#2571; C<use File::Spec> instead
16341      Branch: perl
16342            ! lib/FindBin.pm
16343 ____________________________________________________________________________
16344 [  2623] By: gsar                                  on 1999/01/17  09:20:42
16345         Log: change#2572 is not applicable; undo, retaining scan_bin addition
16346              to global.sym
16347      Branch: perl
16348            ! global.sym perl.c proto.h
16349 ____________________________________________________________________________
16350 [  2622] By: gsar                                  on 1999/01/17  09:17:42
16351         Log: change#2576 is based on a wrong premise; undo it
16352      Branch: perl
16353            ! pp_ctl.c
16354 ____________________________________________________________________________
16355 [  2621] By: gsar                                  on 1999/01/17  09:12:42
16356         Log: fix change#2602 to not used hard coded constants
16357      Branch: perl
16358            ! ext/B/B/C.pm ext/B/defsubs.h.PL
16359 ____________________________________________________________________________
16360 [  2620] By: gsar                                  on 1999/01/17  09:02:07
16361         Log: integrate cfgperl changes into mainline, fix conflicts
16362      Branch: perl
16363           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
16364           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
16365           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
16366           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
16367           +> pod/perlopentut.pod
16368           !> (integrate 162 files)
16369 ____________________________________________________________________________
16370 [  2619] By: gsar                                  on 1999/01/17  08:42:04
16371         Log: a few doc typos
16372      Branch: perl
16373            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
16374 ____________________________________________________________________________
16375 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
16376         Log: Win32 changes from Jan
16377              
16378              From: jan.dubois@ibm.net (Jan Dubois)
16379              Date: Fri, 15 Jan 1999 23:38:35 +0100
16380              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
16381              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
16382              
16383              From: jan.dubois@ibm.net (Jan Dubois)
16384              Date: Sat, 16 Jan 1999 13:02:45 +0100
16385              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
16386              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
16387      Branch: maint-5.005/perl
16388            ! README.win32 win32/Makefile win32/makefile.mk
16389 ____________________________________________________________________________
16390 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
16391         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
16392              
16393              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16394              Date: Thu, 07 Jan 1999 00:12:00 -0500
16395              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
16396              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16397              
16398              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16399              Date: Thu, 14 Jan 1999 19:21:46 -0500
16400              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
16401              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16402      Branch: maint-5.005/perl
16403            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
16404            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
16405            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
16406            ! win32/makedef.pl win32/runperl.c win32/win32.c
16407 ____________________________________________________________________________
16408 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
16409         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16410              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
16411              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
16412              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
16413              
16414              From: Jarkko Hietaniemi <jhi@iki.fi>
16415              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
16416              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
16417              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
16418              
16419              From: Jarkko Hietaniemi <jhi@iki.fi>
16420              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
16421              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
16422              Subject: the promised "installusrbinperl + NetBSD" fix
16423      Branch: maint-5.005/perl
16424            ! Configure Makefile.SH hints/netbsd.sh installperl
16425            ! makedepend.SH unixish.h
16426 ____________________________________________________________________________
16427 [  2611] By: jhi                                   on 1999/01/14  12:16:14
16428         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16429              To: pumpkings@jhereg.perl.com
16430              Subject: perlopentut.pod
16431              Date: Sat, 09 Jan 1999 08:13:18 -0700
16432              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
16433      Branch: cfgperl
16434            + pod/perlopentut.pod
16435            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
16436 ____________________________________________________________________________
16437 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
16438         Log: Added Carp::cluck to perldelta.pod
16439      Branch: maint-5.005/perl
16440            ! pod/perldelta.pod
16441 ____________________________________________________________________________
16442 [  2605] By: jhi                                   on 1999/01/13  18:26:19
16443         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
16444              To: "'cpan@perl.org'" <cpan@perl.org>
16445              Subject: "Bug" fix for File::Find.pm
16446              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16447              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16448      Branch: cfgperl
16449            ! lib/File/Find.pm
16450 ____________________________________________________________________________
16451 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16452         Log: From: Peter Wolfe <wolfe@teloseng.com>
16453              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16454              To: perlbug@perl.com
16455              Date: 11 Jan 1999 23:00:05 +0200
16456              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16457      Branch: cfgperl
16458            ! hints/sco.sh
16459 ____________________________________________________________________________
16460 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16461         Log: From: hans@icgroup.nl (Hans Mulder)
16462              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16463              To: perlbug@perl.com
16464              Cc: hansmu@xs4all.nl
16465              Date: 11 Jan 1999 22:22:45 +0200
16466              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16467      Branch: cfgperl
16468            ! ext/re/re.pm regcomp.c
16469 ____________________________________________________________________________
16470 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16471         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16472              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16473              Date: 11 Jan 1999 08:02:41 +0200
16474              Lines: 134
16475              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
16476      Branch: cfgperl
16477            ! ext/B/B.xs ext/B/B/C.pm
16478 ____________________________________________________________________________
16479 [  2601] By: jhi                                   on 1999/01/13  18:01:53
16480         Log: From: James FitzGibbon <james@ican.net>
16481              Subject: Trivial patch for HP-UX 11 and shared libperl
16482              To: perl5-porters@perl.org
16483              Date: 8 Jan 1999 19:13:23 +0200
16484              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
16485      Branch: cfgperl
16486            ! Makefile.SH
16487 ____________________________________________________________________________
16488 [  2600] By: jhi                                   on 1999/01/13  17:59:45
16489         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16490              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
16491              To: perl5-porters@perl.org
16492              Date: 8 Jan 1999 12:43:36 +0200
16493              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
16494      Branch: cfgperl
16495            ! ext/B/B/CC.pm
16496 ____________________________________________________________________________
16497 [  2599] By: jhi                                   on 1999/01/13  17:50:11
16498         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16499              Subject: PATCH to installperl
16500              To: perl5-porters@perl.org
16501              Date: 4 Jan 1999 16:15:18 +0200
16502              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
16503      Branch: cfgperl
16504            ! installperl
16505 ____________________________________________________________________________
16506 [  2598] By: jhi                                   on 1999/01/13  17:34:51
16507         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16508              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
16509              Cc: perl5-porters@perl.org
16510              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
16511              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
16512              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
16513      Branch: cfgperl
16514            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16515            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16516 ____________________________________________________________________________
16517 [  2597] By: jhi                                   on 1999/01/13  17:30:33
16518         Log: From: David Dyck <dcd@tc.fluke.com>
16519              To: Perl Porters <perl5-porters@perl.org>,
16520              Gurusamy Sarathy <gsar@engin.umich.edu>
16521              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
16522              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
16523              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
16524      Branch: cfgperl
16525            ! pod/perldsc.pod
16526 ____________________________________________________________________________
16527 [  2596] By: jhi                                   on 1999/01/13  17:26:44
16528         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16529              To: perl5-porters@perl.org
16530              Subject: [PATCH] modglobal w/ spelling fixes
16531              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
16532              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
16533      Branch: cfgperl
16534            ! pod/perlguts.pod
16535 ____________________________________________________________________________
16536 [  2595] By: jhi                                   on 1999/01/13  17:24:59
16537         Log: From: Hans Mulder <hansm@icgroup.nl>
16538              Optimize common sort routines.  Thread started by the message
16539              
16540              From: Hans Mulder <hansm@icgroup.nl>
16541              Sender: owner-perl5-porters@perl.org
16542              To: perl5-porters@perl.org
16543              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
16544              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
16545              
16546              and the patch from the message
16547              
16548              From: Hans Mulder <hans@icgroup.nl>
16549              To: jhi@iki.fi
16550              Cc: perl5-porters@perl.org
16551              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
16552              $b }
16553              Date: Wed, 13 Jan 1999 17:39:35 +0100
16554              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
16555      Branch: cfgperl
16556            ! Todo op.c op.h pp_ctl.c t/op/sort.t
16557 ____________________________________________________________________________
16558 [  2594] By: jhi                                   on 1999/01/13  16:50:17
16559         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
16560              (the diffs were based on 5.004_02).  Tested by Guido
16561              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
16562      Branch: cfgperl
16563            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
16564            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
16565            + mint/sys/time.h mint/time.h
16566            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
16567            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
16568 ____________________________________________________________________________
16569 [  2593] By: jhi                                   on 1999/01/09  16:54:26
16570         Log: Detypo.
16571      Branch: cfgperl
16572            ! hints/dec_osf.sh
16573 ____________________________________________________________________________
16574 [  2592] By: jhi                                   on 1999/01/09  16:17:13
16575         Log: Move usethreads and use64bits logic from hints to Configure.
16576      Branch: cfgperl
16577            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
16578            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16579            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16580            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16581 ____________________________________________________________________________
16582 [  2591] By: jhi                                   on 1999/01/09  14:45:24
16583         Log: Missing dTHRs added.
16584      Branch: cfgperl
16585            ! regcomp.c toke.c
16586 ____________________________________________________________________________
16587 [  2590] By: jhi                                   on 1999/01/08  15:27:17
16588         Log: Finalize change #2589 and add better AIX nm scanning from:
16589              
16590              Message-Id: <m0zyNW0-00017VC@gentoo.com>
16591              From: bll@gentoo.com (Brad Lanam)
16592              Subject: Re: mailhelp returned a non-zero status
16593              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
16594              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
16595      Branch: cfgperl
16596            ! Configure hints/freebsd.sh hints/linux.sh
16597 ____________________________________________________________________________
16598 [  2589] By: jhi                                   on 1999/01/08  15:14:54
16599         Log: Undo change #2581.
16600      Branch: cfgperl
16601            ! Configure hints/freebsd.sh hints/linux.sh
16602 ____________________________________________________________________________
16603 [  2588] By: jhi                                   on 1999/01/08  11:51:52
16604         Log: FAQ jumbo patch from tchrist.
16605              
16606              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
16607              From: Tom Christiansen <tchrist@jhereg.perl.com>
16608              To: pumpkings@jhereg.perl.com
16609              Subject: newest version of perlfaq.pod
16610              Date: Thu, 7 Jan 1999 23:05:02 -0700
16611              
16612              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
16613              From: Tom Christiansen <tchrist@jhereg.perl.com>
16614              To: pumpkings@jhereg.perl.com
16615              Subject: newest version of perlfaq1.pod
16616              Date: Thu, 7 Jan 1999 23:05:02 -0700
16617              
16618              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
16619              From: Tom Christiansen <tchrist@jhereg.perl.com>
16620              To: pumpkings@jhereg.perl.com
16621              Subject: newest version of perlfaq2.pod
16622              Date: Thu, 7 Jan 1999 23:05:02 -0700
16623              
16624              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
16625              From: Tom Christiansen <tchrist@jhereg.perl.com>
16626              To: pumpkings@jhereg.perl.com
16627              Subject: newest version of perlfaq3.pod
16628              Date: Thu, 7 Jan 1999 23:05:02 -0700
16629              
16630              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
16631              From: Tom Christiansen <tchrist@jhereg.perl.com>
16632              To: pumpkings@jhereg.perl.com
16633              Subject: newest version of perlfaq4.pod
16634              Date: Thu, 7 Jan 1999 23:05:02 -0700
16635              
16636              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
16637              From: Tom Christiansen <tchrist@jhereg.perl.com>
16638              To: pumpkings@jhereg.perl.com
16639              Subject: newest version of perlfaq5.pod
16640              Date: Thu, 7 Jan 1999 23:05:02 -0700
16641              
16642              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
16643              From: Tom Christiansen <tchrist@jhereg.perl.com>
16644              To: pumpkings@jhereg.perl.com
16645              Subject: newest version of perlfaq6.pod
16646              Date: Thu, 7 Jan 1999 23:05:02 -0700
16647              
16648              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
16649              From: Tom Christiansen <tchrist@jhereg.perl.com>
16650              To: pumpkings@jhereg.perl.com
16651              Subject: newest version of perlfaq7.pod
16652              Date: Thu, 7 Jan 1999 23:05:03 -0700
16653              
16654              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
16655              From: Tom Christiansen <tchrist@jhereg.perl.com>
16656              To: pumpkings@jhereg.perl.com
16657              Subject: newest version of perlfaq8.pod
16658              Date: Thu, 7 Jan 1999 23:05:03 -0700
16659              
16660              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
16661              From: Tom Christiansen <tchrist@jhereg.perl.com>
16662              To: pumpkings@jhereg.perl.com
16663              Subject: newest version of perlfaq9.pod
16664              Date: Thu, 7 Jan 1999 23:05:03 -0700
16665      Branch: cfgperl
16666            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16667            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16668            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16669            ! pod/perlfaq9.pod
16670 ____________________________________________________________________________
16671 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16672         Log: More doc fixes from Abigail.
16673      Branch: cfgperl
16674            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16675            ! lib/User/pwent.pm
16676 ____________________________________________________________________________
16677 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16678         Log: Change #2584 from maint-5.005:
16679              
16680              implemented Ilya's suggested fix, and added a testcase
16681              
16682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16683              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16684              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16685              Subject: Re: Text::ParseWords: regex fix
16686      Branch: cfgperl
16687            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16688 ____________________________________________________________________________
16689 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16690         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16691              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16692              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16693              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16694      Branch: maint-5.005/perl
16695            ! ext/Errno/Errno_pm.PL
16696 ____________________________________________________________________________
16697 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16698         Log: Configure update:
16699              - usethreads, use64bits, and usemultiplicity
16700              are no more interactively asked by Configure
16701              - "int main()" (vs bare "main()") enforced in test programs
16702      Branch: cfgperl
16703            ! Configure hints/freebsd.sh hints/linux.sh
16704 ____________________________________________________________________________
16705 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16706         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16707              Date: Wed, 06 Jan 1999 13:47:34 -0800
16708              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16709              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16710      Branch: cfgperl
16711            ! vms/vms.c
16712 ____________________________________________________________________________
16713 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16714         Log: Another set of doc patches from Abigail
16715              
16716              From: abigail@fnx.com
16717              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16718              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16719              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16720              
16721              From: abigail@fnx.com
16722              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16723              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16724              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16725              
16726              From: abigail@fnx.com
16727              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16728              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16729              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16730              
16731              From: abigail@fnx.com
16732              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16733              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16734              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16735              
16736              From: abigail@fnx.com
16737              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16738              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16739              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16740              
16741              From: abigail@fnx.com
16742              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16743              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16744              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16745              
16746              From: abigail@fnx.com
16747              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16748              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16749              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16750              
16751              From: abigail@fnx.com
16752              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16753              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16754              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16755              
16756              From: abigail@fnx.com
16757              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16758              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16759              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16760              
16761              From: abigail@fnx.com
16762              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16763              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16764              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16765              
16766              From: abigail@fnx.com
16767              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16768              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16769              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16770              
16771              From: abigail@fnx.com
16772              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16773              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16774              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16775              
16776              From: abigail@fnx.com
16777              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16778              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16779              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16780              
16781              From: abigail@fnx.com
16782              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16783              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16784              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16785      Branch: cfgperl
16786            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16787            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16788            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16789            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16790            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16791 ____________________________________________________________________________
16792 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16793         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16794      Branch: cfgperl
16795            ! pp_ctl.c
16796 ____________________________________________________________________________
16797 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16798         Log: Enhance the great_circle_distance() documentation.
16799      Branch: cfgperl
16800            ! lib/Math/Trig.pm
16801 ____________________________________________________________________________
16802 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16803         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16804              To: perlbug@perl.com
16805              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16806              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16807              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16808      Branch: cfgperl
16809            ! t/op/sysio.t
16810 ____________________________________________________________________________
16811 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16812         Log: From: "W. Phillip Moore" <wpm@ms.com>
16813              To: perlbug@perl.org
16814              Subject: [PATCH] POSIX getpgrp is not -w clean
16815              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16816              Message-ID: <13970.20107.190314.549471@zappa>
16817      Branch: cfgperl
16818            ! ext/POSIX/POSIX.pm
16819 ____________________________________________________________________________
16820 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16821         Log: Based on
16822              From: jan.dubois@ibm.net (Jan Dubois)
16823              To: perl5-porters@perl.org
16824              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16825              Date: Wed, 06 Jan 1999 01:24:09 +0100
16826              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16827              except that
16828              - objXSUB.h was already okay
16829              - embed.h patching is futile, global.sym patched instead
16830              - objpp.h does not exist
16831              - proto.h addition applied manually
16832              - win32/GenCAPI.pl was already okay
16833              - win32/makedef.pl was already okay
16834      Branch: cfgperl
16835            ! global.sym perl.c proto.h
16836 ____________________________________________________________________________
16837 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16838         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16839              To: perlbug@perl.com
16840              Subject: FindBin.pm on Win32 systems
16841              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16842              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16843      Branch: cfgperl
16844            ! lib/FindBin.pm
16845 ____________________________________________________________________________
16846 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16847         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16848              To: perl5-porters@perl.org, vmsperl@perl.org
16849              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16850              Date: Tue, 05 Jan 1999 16:47:31 -0800
16851              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16852              
16853              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16854              it was a leftover from #2569)
16855      Branch: cfgperl
16856            ! ext/IO/lib/IO/Socket.pm taint.c
16857 ____________________________________________________________________________
16858 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16859         Log: Jumbo doc patch from Abigail (almost identical to
16860              the 5.005-maint change #2562 except for the
16861              ext/IO/lib/IO/Socket.pm patch which was not
16862              applicable because the IO version of 5.005-devel
16863              is somewhat different (why?))
16864              
16865              From: abigail@fnx.com
16866              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16867              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16868              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16869              
16870              From: abigail@fnx.com
16871              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16872              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16873              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16874              
16875              From: abigail@fnx.com
16876              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16877              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16878              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16879              
16880              From: abigail@fnx.com
16881              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16882              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16883              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16884              
16885              From: abigail@fnx.com
16886              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16887              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16888              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16889              
16890              From: abigail@fnx.com
16891              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16892              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16893              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16894              
16895              From: abigail@fnx.com
16896              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16897              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16898              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16899              
16900              From: abigail@fnx.com
16901              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16902              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16903              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16904              
16905              From: abigail@fnx.com
16906              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16907              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16908              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16909              
16910              From: abigail@fnx.com
16911              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16912              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16913              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16914      Branch: cfgperl
16915            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16916            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16917            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16918            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16919            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16920 ____________________________________________________________________________
16921 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16922         Log: From: jan.dubois@ibm.net (Jan Dubois)
16923              Date: Wed, 06 Jan 1999 01:24:09 +0100
16924              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16925              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16926      Branch: maint-5.005/perl
16927            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16928            ! win32/GenCAPI.pl win32/makedef.pl
16929 ____________________________________________________________________________
16930 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16931         Log: From: "W. Phillip Moore" <wpm@ms.com>
16932              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16933              Message-ID: <13970.20107.190314.549471@zappa>
16934              Subject: [PATCH] POSIX getpgrp is not -w clean
16935      Branch: maint-5.005/perl
16936            ! ext/POSIX/POSIX.pm
16937 ____________________________________________________________________________
16938 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16939         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16940              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16941              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16942              Subject: FindBin.pm on Win32 systems
16943      Branch: maint-5.005/perl
16944            ! lib/FindBin.pm
16945 ____________________________________________________________________________
16946 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16947         Log: Reword the setlocale() 1-arg case better.
16948      Branch: cfgperl
16949            ! ext/POSIX/POSIX.pod
16950 ____________________________________________________________________________
16951 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16952         Log: From: Blair Zajac <bzajac@geostaff.com>
16953              Date: Wed, 23 Dec 1998 17:13:32 -0800
16954              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16955              Subject: Tie::SubstrHash patch
16956      Branch: maint-5.005/perl
16957            ! lib/Tie/SubstrHash.pm
16958 ____________________________________________________________________________
16959 [  2554] By: jhi                                   on 1999/01/02  14:55:06
16960         Log: Object destruction order testing.
16961      Branch: cfgperl
16962            ! t/op/misc.t
16963 ____________________________________________________________________________
16964 [  2553] By: jhi                                   on 1999/01/02  14:49:40
16965         Log: perldelta the Dumpvalue.pm of change #2513.
16966      Branch: cfgperl
16967            ! lib/Dumpvalue.pm pod/perldelta.pod
16968 ____________________________________________________________________________
16969 [  2552] By: nick                                  on 1999/01/02  14:45:38
16970         Log: Tone down Makefile.PL so it works on Win32
16971      Branch: perl
16972            ! ext/B/Makefile.PL
16973 ____________________________________________________________________________
16974 [  2551] By: nick                                  on 1999/01/02  14:06:30
16975         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
16976              Use them in various B::* rather than have local defs.
16977      Branch: perl
16978            + ext/B/defsubs.h.PL
16979            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
16980            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16981            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
16982 ____________________________________________________________________________
16983 [  2550] By: nick                                  on 1999/01/02  10:04:02
16984         Log: Integrate ext/B changes from //depot/cfgperl
16985      Branch: perl
16986           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16987 ____________________________________________________________________________
16988 [  2549] By: jhi                                   on 1999/01/01  13:54:16
16989         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
16990              To: perlbug@perl.com
16991              Subject: op/groups.t fails test 1 on HP-UX 10.20
16992              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
16993              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
16994      Branch: cfgperl
16995            ! t/op/groups.t
16996 ____________________________________________________________________________
16997 [  2548] By: jhi                                   on 1999/01/01  13:53:31
16998         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16999              To: perl5-porters@perl.org
17000              cc: hv@crypt0.demon.co.uk
17001              Subject: [bug 5.004_54] duplicate error message
17002              Date: Thu, 31 Dec 1998 04:05:25 +0000
17003              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
17004              
17005              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
17006              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17007              To: hv@crypt0.demon.co.uk
17008              Cc: perl5-porters@perl.org
17009              Subject: [PATCH _54] Re: duplicate error message
17010              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
17011              
17012              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
17013              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17014              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
17015              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
17016              Subject: [TEST PATCH _54] Re: duplicate error message 
17017              Date: Fri, 01 Jan 1999 07:32:14 +0000
17018      Branch: cfgperl
17019            ! op.c t/pragma/warn/op
17020 ____________________________________________________________________________
17021 [  2547] By: jhi                                   on 1998/12/31  14:15:04
17022         Log: From: Chris Nandor <pudge@pobox.com>
17023              To: jhi@iki.fi
17024              Cc: perl5-porters@perl.org
17025              Subject: Re: [PATCH] perlport.pod 1.38
17026              Date: Thu, 31 Dec 1998 09:06:48 -0500
17027              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
17028      Branch: cfgperl
17029            ! pod/perlport.pod
17030 ____________________________________________________________________________
17031 [  2546] By: jhi                                   on 1998/12/31  11:18:17
17032         Log: From: Wilson P. Snyder II
17033              To: perl5-porters@perl.org
17034              Subject: [PATCH v5.5.53] REV2: Binary number support
17035              Date: 1998/11/30
17036              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
17037      Branch: cfgperl
17038            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
17039            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
17040            ! toke.c util.c
17041 ____________________________________________________________________________
17042 [  2545] By: jhi                                   on 1998/12/31  09:27:40
17043         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17044              To: perlbug@perl.com
17045              Subject: "perl -T -P" dumps core on OpenBSD and Linux
17046              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
17047              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
17048      Branch: cfgperl
17049            ! taint.c
17050 ____________________________________________________________________________
17051 [  2544] By: jhi                                   on 1998/12/31  09:21:45
17052         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
17053              To: perlbug@perl.com 
17054              Subject: bug in pod2man search for perl binary [5.005_5x]
17055              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17056              Message-ID: <19981212230851.A20578@ig.co.uk> 
17057      Branch: cfgperl
17058            ! pod/pod2man.PL
17059 ____________________________________________________________________________
17060 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17061         Log: From: jan.dubois@ibm.net (Jan Dubois)
17062              Date: Wed, 23 Dec 1998 21:26:38 +0100
17063              Message-ID: <36895086.8849224@smtp1.ibm.net>
17064              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17065      Branch: maint-5.005/perl
17066            ! lib/ExtUtils/MakeMaker.pm
17067 ____________________________________________________________________________
17068 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17069         Log: Evermore AUTHORS and MAINTAIN.
17070      Branch: cfgperl
17071            ! AUTHORS MAINTAIN
17072 ____________________________________________________________________________
17073 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17074         Log: More AUTHORS and MAINTAIN.
17075      Branch: cfgperl
17076            ! AUTHORS MAINTAIN
17077 ____________________________________________________________________________
17078 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17079         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17080              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17081              Message-ID: <13942.32480.700000.640927@utensil>
17082              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17083              (mirror change#2531 in the 5.005-maint)
17084      Branch: cfgperl
17085            ! lib/AutoSplit.pm
17086 ____________________________________________________________________________
17087 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17088         Log: change in_pod pattern to /^=\w/ from /^=/
17089              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17090              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17091              Message-ID: <13942.32480.700000.640927@utensil>
17092              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17093      Branch: maint-5.005/perl
17094            ! lib/AutoSplit.pm
17095 ____________________________________________________________________________
17096 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17097         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17098              To: perl5-porters@perl.org
17099              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17100              Date: 16 Dec 1998 03:17:03 +0200
17101              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17102      Branch: cfgperl
17103            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17104 ____________________________________________________________________________
17105 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17106         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17107              To: perl5-porters@perl.org
17108              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17109              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17110              Date: 10 Dec 1998 08:30:02 +0200
17111              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17112              
17113              (Nick's part was applied earlier, in change #2460)
17114      Branch: cfgperl
17115            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17116 ____________________________________________________________________________
17117 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17118         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17119              To: nick@ni-s.u-net.com
17120              Cc: perl5-porters@perl.org
17121              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
17122              Date: 9 Dec 1998 06:50:30 +0200
17123              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
17124      Branch: cfgperl
17125            ! ext/B/B/CC.pm
17126 ____________________________________________________________________________
17127 [  2522] By: jhi                                   on 1998/12/29  12:15:18
17128         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
17129              To: perl5-porters@perl.org (Perl 5 Porters)
17130              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
17131              Date: 25 Dec 1998 23:02:28 +0200
17132              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
17133      Branch: cfgperl
17134            ! lib/Pod/Text.pm
17135 ____________________________________________________________________________
17136 [  2521] By: jhi                                   on 1998/12/29  12:07:54
17137         Log: Undo #2519 (breaks universal.c).
17138      Branch: cfgperl
17139            ! XSUB.h
17140 ____________________________________________________________________________
17141 [  2519] By: jhi                                   on 1998/12/29  11:41:10
17142         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17143              To: perl5-porters@perl.org
17144              Cc: perl-xs@perl.org
17145              Subject: XSUB.h refinement [PATCH]
17146              Date: 18 Dec 1998 03:58:44 +0200
17147              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
17148      Branch: cfgperl
17149            ! XSUB.h
17150 ____________________________________________________________________________
17151 [  2518] By: jhi                                   on 1998/12/29  11:36:19
17152         Log: From: abigail@fnx.com
17153              To: perl5-porters@perl.org (Perl Porters)
17154              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
17155              Date: 28 Dec 1998 21:39:15 +0200
17156              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
17157      Branch: cfgperl
17158            ! lib/fields.pm
17159 ____________________________________________________________________________
17160 [  2517] By: jhi                                   on 1998/12/29  11:35:03
17161         Log: Document change #2516.
17162      Branch: cfgperl
17163            ! pod/perldelta.pod
17164 ____________________________________________________________________________
17165 [  2516] By: jhi                                   on 1998/12/29  11:32:26
17166         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17167              To: perl5-porters@perl.org (Mailing list Perl5)
17168              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
17169              Date: 9 Dec 1998 10:39:31 +0200
17170              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
17171      Branch: cfgperl
17172            ! pod/perldiag.pod regcomp.c toke.c
17173 ____________________________________________________________________________
17174 [  2515] By: jhi                                   on 1998/12/29  11:27:11
17175         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17176              To: perl5-porters@perl.org (Mailing list Perl5)
17177              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
17178              Date: 8 Dec 1998 09:02:04 +0200
17179              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
17180              
17181              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
17182      Branch: cfgperl
17183            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
17184 ____________________________________________________________________________
17185 [  2514] By: jhi                                   on 1998/12/29  11:21:31
17186         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17187              To: perl5-porters@perl.org (Mailing list Perl5)
17188              Subject: [PATCH 5.005_53] Regexp tests and UTF8
17189              Date: 8 Dec 1998 07:02:01 +0200
17190              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
17191      Branch: cfgperl
17192            ! regcomp.c
17193 ____________________________________________________________________________
17194 [  2513] By: jhi                                   on 1998/12/29  11:18:34
17195         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17196              Subject: [PATCH 5.005_*] Dumpvar.pm
17197              To: perl5-porters@perl.org (Mailing list Perl5)
17198              Date: 7 Dec 1998 10:17:35 +0200
17199              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
17200      Branch: cfgperl
17201            + lib/Dumpvalue.pm
17202            ! MANIFEST
17203 ____________________________________________________________________________
17204 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
17205         Log: From: jan.dubois@ibm.net (Jan Dubois)
17206              Date: Tue, 01 Dec 1998 00:07:33 +0100
17207              Message-ID: <366921b5.14512598@smtp1.ibm.net>
17208              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
17209              
17210              From: jan.dubois@ibm.net (Jan Dubois)
17211              Date: Wed, 02 Dec 1998 00:24:54 +0100
17212              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
17213              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
17214      Branch: maint-5.005/perl
17215            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
17216            ! win32/config.bc win32/config.gc win32/config.vc
17217            ! win32/config_sh.PL win32/makedef.pl
17218 ____________________________________________________________________________
17219 [  2509] By: jhi                                   on 1998/12/28  13:00:31
17220     Log: Kickstart AUTHORS and MAINTAIN.
17221  Branch: cfgperl
17222        + AUTHORS MAINTAIN
17223        ! MANIFEST
17224 ____________________________________________________________________________
17225 [  2508] By: jhi                                   on 1998/12/28  08:04:00
17226     Log: From: Nathan Torkington <gnat@frii.com>
17227          To: perlbug@perl.com
17228          Subject: [PATCH] perlxstut.pod fix
17229          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
17230          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
17231  Branch: cfgperl
17232        ! pod/perlxstut.pod
17233 ____________________________________________________________________________
17234 [  2507] By: jhi                                   on 1998/12/28  07:59:00
17235     Log: From: abigail@fnx.com
17236          To: perlbug@perl.com
17237          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
17238          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
17239          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
17240          (slightly modified, a part of the patch was rejected)
17241          (strange, I thought I had already submitted this one
17242          but Perforce disagrees with me...)
17243  Branch: cfgperl
17244        ! pod/perlop.pod
17245 ____________________________________________________________________________
17246 [  2506] By: jhi                                   on 1998/12/28  07:56:59
17247     Log: From: Artur <artur@vogon-solutions.com>
17248          To: perlbug@perl.com
17249          Subject: PATCH: perlmodlib.pod
17250          Date: Fri, 25 Dec 1998 00:48:39 +0000
17251          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
17252  Branch: cfgperl
17253        ! pod/perlmodlib.pod pod/perlop.pod
17254 ____________________________________________________________________________
17255 [  2505] By: jhi                                   on 1998/12/28  07:46:06
17256     Log: From: abigail@fnx.com
17257          To: perl5-porters@perl.org (Perl Porters)
17258          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
17259          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
17260          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
17261  Branch: cfgperl
17262        ! pod/pod2html.PL
17263 ____________________________________________________________________________
17264 [  2504] By: jhi                                   on 1998/12/28  07:44:35
17265     Log: From: Jim Avera <avera@fjst.com>
17266          To: perlbug@perl.com
17267          Subject: perlbug bug - shows dates reversed
17268          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
17269          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
17270  Branch: cfgperl
17271        ! utils/perlbug.PL
17272 ____________________________________________________________________________
17273 [  2503] By: jhi                                   on 1998/12/28  07:41:39
17274     Log: From: jan.dubois@ibm.net (Jan Dubois)
17275          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
17276          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17277          Date: Wed, 23 Dec 1998 21:26:38 +0100
17278          Message-ID: <36895086.8849224@smtp1.ibm.net>
17279  Branch: cfgperl
17280        ! lib/ExtUtils/MakeMaker.pm
17281 ____________________________________________________________________________
17282 [  2502] By: jhi                                   on 1998/12/28  07:39:20
17283     Log: From: Blair Zajac <bzajac@geostaff.com>
17284          To: perl5-porters@perl.org
17285          Subject: Tie::SubstrHash patch
17286          Date: Wed, 23 Dec 1998 17:13:32 -0800
17287          Message-ID: <3681953C.8B6A90AA@geostaff.com>
17288  Branch: cfgperl
17289        ! lib/Tie/SubstrHash.pm
17290 ____________________________________________________________________________
17291 [  2501] By: jhi                                   on 1998/12/28  07:37:16
17292     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
17293          To: perlbug@perl.com
17294          Subject: perlfaq9 minor error
17295          Date: Wed, 23 Dec 1998 14:54:19 -0800
17296          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
17297  Branch: cfgperl
17298        ! pod/perlfaq9.pod
17299 ____________________________________________________________________________
17300 [  2500] By: jhi                                   on 1998/12/23  10:38:18
17301     Log: More porting notes about filesystems, AmigaOS, and MiNT.
17302  Branch: cfgperl
17303        ! pod/perlport.pod
17304 ____________________________________________________________________________
17305 [  2499] By: jhi                                   on 1998/12/22  09:26:49
17306     Log: Add few MSG_ and uio constants.
17307  Branch: cfgperl
17308        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
17309 ____________________________________________________________________________
17310 [  2498] By: jhi                                   on 1998/12/22  08:39:30
17311     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
17312          a Digital C compiler optimizer bug that broke the 'x'
17313          operator under certain circumstances.  See t/op/repeat.t
17314          test #20 for graphic details.  Reported in
17315          
17316          From: Gisle Aas <gisle@aas.no>
17317          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
17318          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
17319          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
17320          Date: 18 Dec 1998 14:27:40 +0100
17321          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
17322          
17323          and discussed further in the thread
17324          
17325          From: Jarkko Hietaniemi <jhi@iki.fi>
17326          To: Gisle Aas <gisle@aas.no>
17327          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
17328          cpan-testers@perl.org, perl5-porters@perl.org
17329          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
17330          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
17331          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
17332  Branch: cfgperl
17333        ! t/op/repeat.t util.c
17334 ____________________________________________________________________________
17335 [  2497] By: jhi                                   on 1998/12/21  14:18:57
17336     Log: Change #2483 update.
17337  Branch: cfgperl
17338        ! t/op/tr.t
17339 ____________________________________________________________________________
17340 [  2496] By: jhi                                   on 1998/12/21  14:07:41
17341     Log: Update on change #2493.
17342  Branch: cfgperl
17343        ! t/pragma/warn/op
17344 ____________________________________________________________________________
17345 [  2495] By: jhi                                   on 1998/12/21  13:52:00
17346     Log: Change #2487 aftershock.
17347  Branch: cfgperl
17348        ! warning.pl
17349 ____________________________________________________________________________
17350 [  2494] By: jhi                                   on 1998/12/21  12:35:00
17351     Log: From: Chris Nandor <pudge@pobox.com>
17352          To: perl5-porters@perl.org
17353          Subject: [PATCH] perlport.pod v1.37
17354          Date: Sat, 19 Dec 1998 12:54:34 -0500
17355          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
17356  Branch: cfgperl
17357        ! pod/perlport.pod
17358 ____________________________________________________________________________
17359 [  2493] By: jhi                                   on 1998/12/21  12:22:44
17360     Log: From: Mark-Jason Dominus <mjd@plover.com>
17361          To: perl5-porters@perl.com
17362          Subject: PATCH (5.005_02): Dejargonizing
17363          Date: Sun, 20 Dec 1998 14:35:20 -0500
17364          Message-ID: <19981220193520.11230.qmail@plover.com>
17365          
17366          From: Mark-Jason Dominus <mjd@plover.com>
17367          To: perl5-porters@perl.com
17368          Subject: PATCH (5.005_02): Spelling correction in warning message
17369          Date: Sun, 20 Dec 1998 13:51:30 -0500
17370          Message-ID: <19981220185130.11067.qmail@plover.com>
17371  Branch: cfgperl
17372        ! doio.c op.c
17373 ____________________________________________________________________________
17374 [  2492] By: jhi                                   on 1998/12/21  09:00:05
17375     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17376          To: perl5-porters@perl.org
17377          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
17378          Date: Sun, 20 Dec 1998 19:03:25 PST
17379          Message-ID: <19981221030326.27660.qmail@hotmail.com>
17380          
17381          (slightly reformatted)
17382  Branch: cfgperl
17383        ! ext/B/B/CC.pm
17384 ____________________________________________________________________________
17385 [  2491] By: nick                                  on 1998/12/20  14:21:29
17386     Log: Save _all_ GV's which have SV, AV or HV set.
17387  Branch: perl
17388        ! ext/B/B/C.pm
17389 ____________________________________________________________________________
17390 [  2490] By: jhi                                   on 1998/12/18  15:13:19
17391     Log: Add idea about generalising cpp symbol probing of Errno.
17392  Branch: cfgperl
17393        ! Todo
17394 ____________________________________________________________________________
17395 [  2489] By: jhi                                   on 1998/12/18  14:47:57
17396     Log: Address some of the issues of:
17397          
17398          From: Tom Christiansen <tchrist@jhereg.perl.com>
17399          To: perl-porters-active@jhereg.perl.com
17400          Subject: Undocumentation Issues for 5.005
17401          Date: Thu, 17 Dec 1998 14:46:24 -0700
17402          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
17403  Branch: cfgperl
17404        ! pod/perl5005delta.pod
17405 ____________________________________________________________________________
17406 [  2488] By: jhi                                   on 1998/12/18  11:26:32
17407     Log: From: root <root@dubravka.in-berlin.de>
17408          To: perlbug@perl.com
17409          Cc: k@dubravka.in-berlin.de
17410          Subject: Please add no_modify to PERL_POLLUTE
17411          Date: Fri, 18 Dec 1998 10:45:52 +0100
17412          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
17413          
17414          (Really from Andreas König)
17415  Branch: cfgperl
17416        ! embed.pl
17417 ____________________________________________________________________________
17418 [  2487] By: jhi                                   on 1998/12/17  14:05:52
17419     Log: Some (by far not all) issues of the below message addressed.
17420          
17421          From: Tom Christiansen <tchrist@jhereg.perl.com>
17422          To: The Perl Porters Mailing List <perl5-porters@perl.org>
17423          Subject: important UNDOC issues for 5.005_54
17424          Date: Wed, 16 Dec 1998 21:14:53 -0700
17425          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
17426  Branch: cfgperl
17427        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
17428 ____________________________________________________________________________
17429 [  2486] By: jhi                                   on 1998/12/17  12:47:15
17430     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17431          To: domo@computer.org
17432          Cc: jhi@iki.fi, perl5-porters@perl.org
17433          Subject: Re: stuff related to malloc.c
17434          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
17435          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
17436  Branch: cfgperl
17437        ! malloc.c
17438 ____________________________________________________________________________
17439 [  2485] By: jhi                                   on 1998/12/17  12:17:19
17440     Log: More porting notes.
17441  Branch: cfgperl
17442        ! Porting/pumpkin.pod
17443 ____________________________________________________________________________
17444 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17445     Log: Undo #2386 and #2205.
17446  Branch: cfgperl
17447        ! pod/perlfunc.pod
17448 ____________________________________________________________________________
17449 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17450     Log: lib was missing from @INC.
17451  Branch: cfgperl
17452        ! t/op/tr.t
17453 ____________________________________________________________________________
17454 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17455     Log: Was missing use Text::Wrap.
17456  Branch: cfgperl
17457        ! t/lib/textfill.t
17458 ____________________________________________________________________________
17459 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17460     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17461          
17462          From: Jonathan Roy <roy@idle.com>
17463          To: perl5-porters@perl.org
17464          Subject: nlist.h add to Configure checks?
17465          Date: Sun, 13 Dec 1998 22:22:49 -0500
17466          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17467  Branch: cfgperl
17468        + ext/DynaLoader/hints/linux.pl
17469        ! MANIFEST
17470 ____________________________________________________________________________
17471 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17472     Log: Give up completely using nm in AIX.
17473          
17474          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17475          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
17476          Cc: perl5-porters@perl.org
17477          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
17478          Date: Thu, 10 Dec 1998 00:51:46 -0500
17479          Message-ID: <19981210005146.B29986@O2.chapin.edu>
17480  Branch: cfgperl
17481        ! hints/aix.sh
17482 ____________________________________________________________________________
17483 [  2479] By: jhi                                   on 1998/12/14  14:39:52
17484     Log: AIX' error messages are different.
17485          
17486          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17487          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17488          Cc: perl5-porters@perl.org
17489          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
17490          Date: Thu, 10 Dec 1998 00:42:36 -0500
17491          Message-ID: <19981210004236.A29986@O2.chapin.edu>
17492          
17493          From: Michael Engel <engel@nms1.cc.huji.ac.il>
17494          To: perlbug@perl.com
17495          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
17496          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
17497          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
17498  Branch: cfgperl
17499        ! t/pragma/warn/doio
17500 ____________________________________________________________________________
17501 [  2475] By: jhi                                   on 1998/12/13  12:35:55
17502     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17503          To: jhi@iki.fi
17504          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
17505          Subject: Re: stuff related to malloc.c
17506          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
17507          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
17508  Branch: cfgperl
17509        ! malloc.c
17510 ____________________________________________________________________________
17511 [  2474] By: jhi                                   on 1998/12/13  12:32:42
17512     Log: Some notes about porting issues.
17513  Branch: cfgperl
17514        ! Porting/pumpkin.pod
17515 ____________________________________________________________________________
17516 [  2473] By: jhi                                   on 1998/12/13  12:03:58
17517     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
17518          To: Perl 5 Porters <perl5-porters@perl.org>
17519          Subject: [patch 5.005_02] dos-djgpp update
17520          Date: Sun, 13 Dec 1998 00:08:44 +0100
17521          Message-ID: <19981213000844.C264@beeblebrox>
17522  Branch: cfgperl
17523        ! djgpp/config.over
17524 ____________________________________________________________________________
17525 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
17526     Log: undo changes to Exporter.pm from #2312
17527  Branch: maint-5.005/perl
17528        ! lib/Exporter.pm
17529 ____________________________________________________________________________
17530 [  2465] By: jhi                                   on 1998/12/12  12:31:21
17531     Log: Document that qw() taints.
17532          
17533          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
17534          To: perlbug@perl.com 
17535          Subject: taint problems
17536          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
17537          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
17538  Branch: cfgperl
17539        ! pod/perlop.pod
17540 ____________________________________________________________________________
17541 [  2464] By: jhi                                   on 1998/12/11  14:09:51
17542     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
17543          To: dist-users@foretune.co.jp
17544          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
17545          Date: Mon, 07 Dec 1998 20:13:04 -0400
17546          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
17547  Branch: cfgperl
17548        ! Configure
17549 ____________________________________________________________________________
17550 [  2463] By: jhi                                   on 1998/12/11  13:29:54
17551     Log: MAXPATHLEN.
17552  Branch: cfgperl
17553        ! perl.h
17554 ____________________________________________________________________________
17555 [  2462] By: jhi                                   on 1998/12/11  08:37:58
17556     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
17557          To: perl5-porters@perl.org
17558          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
17559          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
17560          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
17561  Branch: cfgperl
17562        + hints/gnu.sh
17563 ____________________________________________________________________________
17564 [  2461] By: nick                                  on 1998/12/10  21:00:50
17565     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
17566          From: Vishal Bhatia <vishalb@hotmail.com>
17567          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
17568          2. Fixes the bug  regarding return value of c-functions generated out 
17569          of perl subs. ( Just includes the patch I sent earlier)
17570          3. Incorporates the other changes that need to be done to get CC.pm
17571          use ISA search for packages and methods on the same lines as C.pm
17572          
17573          Vishal would appreciate comments about B::Stackobj changes from 
17574          someone knowing that module well.
17575  Branch: perl
17576        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17577 ____________________________________________________________________________
17578 [  2460] By: jhi                                   on 1998/12/08  08:11:27
17579     Log: Integrate from mainperl.
17580  Branch: cfgperl
17581       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17582       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
17583       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
17584       !> toke.c util.c
17585 ____________________________________________________________________________
17586 [  2459] By: jhi                                   on 1998/12/07  07:50:11
17587     Log: From: hansm@icgroup.nl 
17588          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17589          Reply-To: hansmu@xs4all.nl 
17590          To: perlbug@perl.com 
17591          Date: Sun, 6 Dec 98 22:19:54 +0100 
17592          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
17593  Branch: cfgperl
17594        ! util.c
17595 ____________________________________________________________________________
17596 [  2458] By: gsar                                  on 1998/12/07  06:00:55
17597     Log: fix dup lexical
17598  Branch: perl
17599        ! ext/B/B/Deparse.pm t/lib/io_unix.t
17600 ____________________________________________________________________________
17601 [  2457] By: gsar                                  on 1998/12/06  14:38:59
17602     Log: mention limit on line numbers reported by diagnostics
17603  Branch: perl
17604        ! pod/perl.pod toke.c
17605 ____________________________________________________________________________
17606 [  2456] By: gsar                                  on 1998/12/06  13:49:02
17607     Log: branch perldelta.pod
17608  Branch: maint-5.005/perl
17609       +> pod/perldelta.pod
17610 ____________________________________________________________________________
17611 [  2455] By: gsar                                  on 1998/12/06  13:47:21
17612     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
17613  Branch: maint-5.005/perl
17614        - pod/perldelta.pod
17615 ____________________________________________________________________________
17616 [  2454] By: gsar                                  on 1998/12/06  13:35:31
17617     Log: fix outdated/incorrect info about arbitrary limits
17618  Branch: perl
17619        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
17620        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
17621 ____________________________________________________________________________
17622 [  2453] By: nick                                  on 1998/12/05  16:14:42
17623     Log: Avoid hard-coding op numbers
17624          Update CC.pm to save %INC, and to co-exist with new C.pm
17625  Branch: perl
17626        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17627 ____________________________________________________________________________
17628 [  2452] By: nick                                  on 1998/12/05  10:44:28
17629     Log: B.xs had its own code to calculate hash() which differed from
17630          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
17631          which meant that run-time require was re-done.
17632          Removed some debug from C.pm
17633  Branch: perl
17634        ! ext/B/B.xs ext/B/B/C.pm
17635 ____________________________________________________________________________
17636 [  2451] By: nick                                  on 1998/12/04  21:58:49
17637     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
17638          well as _54, but with pre-scan for classes and save the ISA scheme.
17639  Branch: perl
17640        ! ext/B/B/C.pm
17641 ____________________________________________________________________________
17642 [  2450] By: nick                                  on 1998/12/04  17:58:44
17643     Log: Vishal Bhatia's patch as a basis.
17644  Branch: perl
17645        ! ext/B/B/C.pm ext/B/B/CC.pm
17646 ____________________________________________________________________________
17647 [  2449] By: jhi                                   on 1998/12/04  16:39:21
17648     Log: Integrate from mainperl.
17649  Branch: cfgperl
17650       !> t/op/goto.t t/op/tr.t
17651 ____________________________________________________________________________
17652 [  2448] By: gsar                                  on 1998/12/04  06:06:49
17653     Log: tweak test for UTEST
17654  Branch: perl
17655        ! t/op/tr.t
17656 ____________________________________________________________________________
17657 [  2444] By: jhi                                   on 1998/12/03  14:37:22
17658     Log: s/\bthe the\b/the/g *.pod
17659  Branch: cfgperl
17660        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
17661 ____________________________________________________________________________
17662 [  2443] By: jhi                                   on 1998/12/03  13:39:53
17663     Log: Change#2441 aftermath.
17664  Branch: cfgperl
17665        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17666        ! config_h.SH thread.h vms/subconfigure.com
17667 ____________________________________________________________________________
17668 [  2441] By: jhi                                   on 1998/12/03  08:15:13
17669     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17670          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17671          Subject: [PATCH 5.005_54]Initial VMS patches
17672          Date: 3 Dec 1998 01:05:55 +0200
17673          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17674          
17675          The patch to config_h.SH requires more study because
17676          metaconfig needs to agree.
17677  Branch: cfgperl
17678        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17679        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17680        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17681 ____________________________________________________________________________
17682 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17683     Log: add failed check-in of goto.t from change#1867
17684  Branch: perl
17685        ! t/op/goto.t
17686 ____________________________________________________________________________
17687 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17688     Log: Fix most of the bad L<> links of
17689          
17690          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17691          Subject: bad L<> links
17692          Reply-to: tchrist@perl.com 
17693          To: perlbug@jhereg.perl.com 
17694          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17695          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17696          
17697          The ones not fixed may require darker Pod::HTML magic,
17698          for example the perlguts.html#tags should work fine, IMHO.
17699  Branch: cfgperl
17700        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17701        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17702        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17703        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17704        ! pod/perlvar.pod
17705 ____________________________________________________________________________
17706 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17707     Log: One paste too many in #2345.
17708  Branch: cfgperl
17709        ! lib/Pod/Html.pm
17710 ____________________________________________________________________________
17711 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17712     Log: Pod::Html and Pod::Text were not locale-savvy:
17713          for example in =head1 all non-ASCII-\w-runs were
17714          turned into underscores in NAME tags.  This could
17715          result in several NAME tags becoming identical.
17716          Reported by:
17717          
17718          From: Fyodor Krasnov <fyodor@aha.ru> 
17719          Subject: pod2html vs Russian Characters
17720          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17721          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17722          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17723  Branch: cfgperl
17724        ! lib/Pod/Html.pm lib/Pod/Text.pm
17725 ____________________________________________________________________________
17726 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17727     Log: The real Mc5_54 integration.
17728  Branch: cfgperl
17729       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17730 ____________________________________________________________________________
17731 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17732     Log: From: Andy Dougherty <doughera@lafayette.edu>
17733          To: Perl Porters <perl5-porters@perl.org>
17734          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17735          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17736          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17737  Branch: cfgperl
17738        ! Configure
17739 ____________________________________________________________________________
17740 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17741     Log: From: Andy Dougherty <doughera@lafayette.edu>
17742          To: Perl Porters <perl5-porters@perl.org>
17743          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17744          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17745          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17746  Branch: cfgperl
17747        ! Configure
17748 ____________________________________________________________________________
17749 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17750     Log: From: achampio@lehman.com (Alan Champion)
17751          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17752          To: perlbug@perl.com
17753          Date: 1 Dec 1998 17:36:33 +0200
17754          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17755          
17756          Skip NIS includes.
17757  Branch: cfgperl
17758        ! t/op/pwent.t
17759 ____________________________________________________________________________
17760 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17761     Log: 5.005_54, as released
17762  Branch: perl
17763        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17764 ____________________________________________________________________________
17765 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17766     Log: From: Anton Berezin <tobez@plab.ku.dk>
17767          To: perl5-porters@perl.org
17768          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17769          Date: 30 Nov 1998 19:46:24 +0100
17770          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17771  Branch: cfgperl
17772        ! hints/freebsd.sh
17773 ____________________________________________________________________________
17774 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17775     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17776  Branch: cfgperl
17777       +> (branch 30 files)
17778       !> (integrate 71 files)
17779 ____________________________________________________________________________
17780 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17781     Log: Default to accepting a hinted $randfunc even when $csym
17782          does not find it.  (the previous defaylt behaviour was not
17783          to accept).
17784  Branch: cfgperl
17785        ! Configure
17786 ____________________________________________________________________________
17787 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17788     Log: Separated the [:foo:] parsing to its own function.
17789          Passes all tests.
17790  Branch: cfgperl
17791        ! regcomp.c
17792 ____________________________________________________________________________
17793 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17794     Log: Typo in comments.
17795  Branch: cfgperl
17796        ! regexec.c
17797 ____________________________________________________________________________
17798 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17799     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17800          Subject: [PATCH 5.005_*] Debugger 'v' command
17801          To: perl5-porters@perl.org (Mailing list Perl5)
17802          Date: 1 Dec 1998 07:55:11 +0200
17803          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17804  Branch: cfgperl
17805        ! lib/perl5db.pl
17806 ____________________________________________________________________________
17807 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17808     Log: From: pvhp@forte.com (Peter Prymmer)
17809          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17810          To: perl5-porters@perl.org
17811          Date: 1 Dec 1998 07:27:11 +0200
17812          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17813  Branch: cfgperl
17814        ! hints/os390.sh
17815 ____________________________________________________________________________
17816 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17817     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17818  Branch: cfgperl
17819        ! ext/Socket/Socket.xs
17820 ____________________________________________________________________________
17821 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17822     Log: Undo #2395, seems more like a problem in netbsd-current.
17823  Branch: cfgperl
17824        ! util.c
17825
17826 ----------------
17827 Version 5.005_54
17828 ----------------
17829
17830 ____________________________________________________________________________
17831 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17832     Log: more JPL tweaks
17833  Branch: perl
17834        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17835        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17836 ____________________________________________________________________________
17837 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17838     Log: stub bin/jpl that just runs JPL::Compile::files()
17839  Branch: perl
17840        + jpl/bin/jpl
17841 ____________________________________________________________________________
17842 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17843     Log: delete symlink
17844  Branch: perl
17845        - jpl/bin/jpl
17846 ____________________________________________________________________________
17847 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17848     Log: branch jpl from perlext to perl
17849  Branch: perl
17850       +> (branch 30 files)
17851 ____________________________________________________________________________
17852 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17853     Log: JPL tweaks to build with 5.005
17854  Branch: perlext
17855        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17856        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17857 ____________________________________________________________________________
17858 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17859     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17860  Branch: perl
17861        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17862 ____________________________________________________________________________
17863 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17864     Log: patchlevel up to 54
17865  Branch: perl
17866        ! patchlevel.h win32/Makefile win32/config_H.bc
17867        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17868 ____________________________________________________________________________
17869 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17870     Log: integrate cfgperl changes into mainline
17871  Branch: perl
17872       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17873       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17874 ____________________________________________________________________________
17875 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17876     Log: sync Text::Wrap version number
17877  Branch: perl
17878        ! lib/Text/Wrap.pm
17879 ____________________________________________________________________________
17880 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17881     Log: textfill.t tweak
17882  Branch: perl
17883        ! t/lib/textfill.t
17884 ____________________________________________________________________________
17885 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17886     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17887          <muir@idiom.com>
17888  Branch: perl
17889        + t/lib/textfill.t
17890        ! MANIFEST lib/Text/Wrap.pm
17891 ____________________________________________________________________________
17892 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17893     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17894          has happened without the authors knowledge or consent; the subversive
17895          version (which is in 5.00502) breaks one of the tests in the
17896          authors testsuite; attempts are being made to find a fix that
17897          avoids breaking code already running with the 5.005_02 version
17898          From:    David Muir Sharnoff <muir@idiom.com>
17899          Date:    Sat, 28 Nov 1998 04:34:17 PST
17900          Message-Id: <199811281234.EAA03082@idiom.com>
17901          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17902  Branch: perl
17903        ! lib/Text/Wrap.pm t/lib/textwrap.t
17904 ____________________________________________________________________________
17905 [  2397] By: nick                                  on 1998/11/29  20:13:58
17906     Log: Update docs and English.pm for $^C
17907  Branch: perl
17908        ! lib/English.pm pod/perlvar.pod
17909 ____________________________________________________________________________
17910 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17911     Log: Mirror #2384.
17912  Branch: cfgperl
17913        ! t/op/pwent.t
17914 ____________________________________________________________________________
17915 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17916     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17917  Branch: cfgperl
17918        ! util.c
17919 ____________________________________________________________________________
17920 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17921     Log: updated perlreftut.pod
17922  Branch: perl
17923        ! pod/perlreftut.pod
17924 ____________________________________________________________________________
17925 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17926     Log: misc tweaks
17927  Branch: perl
17928        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17929 ____________________________________________________________________________
17930 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17931     Log: notes about -DPERL_POLLUTE
17932  Branch: perl
17933        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17934 ____________________________________________________________________________
17935 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17936     Log: explain various win32 build caveats more clearly
17937  Branch: perl
17938        ! README.win32 win32/Makefile win32/makefile.mk
17939 ____________________________________________________________________________
17940 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17941     Log: remove I_POLL detection (Configure will do that now)
17942  Branch: perl
17943        ! ext/IO/Makefile.PL
17944 ____________________________________________________________________________
17945 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17946     Log: Add I_POLL for IO 1.20.
17947  Branch: cfgperl
17948        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17949        ! config_h.SH
17950 ____________________________________________________________________________
17951 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17952     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17953  Branch: perl
17954        + Porting/p4desc
17955        ! MANIFEST
17956 ____________________________________________________________________________
17957 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17958     Log: another threads reliability fix: serialize writes to thr->threadsv
17959          avoid most uses of PL_na (which is much more inefficient than a
17960          simple local); update docs to suit; PL_na now being thr->Tna may
17961          be a minor compatibility issue for extensions--will require dTHR
17962          outside of XSUBs (those get automatic dTHR)
17963  Branch: perl
17964        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
17965        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
17966        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
17967        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
17968        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
17969        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
17970        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
17971        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
17972        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
17973 ____________________________________________________________________________
17974 [  2386] By: jhi                                   on 1998/11/29  15:40:42
17975     Log: Tune the "if" entry.
17976  Branch: cfgperl
17977        ! pod/perlfunc.pod
17978 ____________________________________________________________________________
17979 [  2385] By: gsar                                  on 1998/11/29  12:40:28
17980     Log: various fixes for race conditions under threads: mutex locks based
17981          on PL_threadnum were seriously flawed, since it means more than one
17982          thread could enter the critical region; PL_na was global instead of
17983          thread-local; child thread could finish and free thr structures
17984          before Thread->new() got around to creating the Thread object;
17985          cv_clone() needed locking, as it mucks with PL_comppad and other
17986          global data; new_struct_thread() needed to lock template-thread's
17987          mutex while copying its data
17988  Branch: perl
17989        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
17990        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
17991 ____________________________________________________________________________
17992 [  2384] By: gsar                                  on 1998/11/29  10:54:38
17993     Log: s/warn/print/ on multiply defined groups
17994  Branch: perl
17995        ! t/op/grent.t
17996 ____________________________________________________________________________
17997 [  2383] By: gsar                                  on 1998/11/29  10:48:39
17998     Log: backout change#2334
17999  Branch: perl
18000        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18001 ____________________________________________________________________________
18002 [  2382] By: jhi                                   on 1998/11/29  10:33:40
18003     Log: Better NetInfo behaviour.
18004  Branch: cfgperl
18005        ! t/op/grent.t t/op/pwent.t
18006 ____________________________________________________________________________
18007 [  2381] By: jhi                                   on 1998/11/29  10:08:15
18008     Log: Integrate from mainperl.
18009  Branch: cfgperl
18010       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18011       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18012       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
18013       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
18014       +> t/lib/io_poll.t t/lib/io_unix.t
18015       !> (integrate 58 files)
18016 ____________________________________________________________________________
18017 [  2380] By: gsar                                  on 1998/11/29  08:22:49
18018     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
18019          Tim Bunce)
18020  Branch: perl
18021        ! gv.c
18022 ____________________________________________________________________________
18023 [  2379] By: gsar                                  on 1998/11/29  07:06:43
18024     Log: fix for pat.t failure under USE_THREADS
18025  Branch: perl
18026        ! pp_ctl.c regexec.c
18027 ____________________________________________________________________________
18028 [  2378] By: nick                                  on 1998/11/28  22:46:57
18029     Log: More C.pm tweaks
18030          Save globs even if we have saved cv itself before - may be imported.
18031          
18032          While we don't save "bootstrap" CV we need to provide a stub,
18033          so that if we require it later we don't fall through and attempt
18034          to DynaLoad module again.
18035          
18036          Attempt to save %INC so that "require" does not reload things
18037          we have compiled-in (does not work right yet - seems to be due
18038          to PL_incgv being created in perl_parse() current scheme setting 
18039          GvHV() is "better" than saving the glob, but still does not 
18040          work as I expect). 
18041  Branch: perl
18042        ! ext/B/B/C.pm
18043 ____________________________________________________________________________
18044 [  2377] By: gsar                                  on 1998/11/28  22:30:38
18045     Log: various tweaks; result passes all tests for normal build on Solaris;
18046          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
18047          win32 due to lack of select() that works on non-socket fds
18048  Branch: perl
18049        ! ext/IO/poll.c regcomp.c regexec.c scope.c
18050        ! t/lib/io_multihomed.t win32/makefile.mk
18051 ____________________________________________________________________________
18052 [  2376] By: gsar                                  on 1998/11/28  20:44:39
18053     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
18054  Branch: perl
18055        ! myconfig
18056 ____________________________________________________________________________
18057 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18058     Log: integrate cfgperl changes into mainline
18059  Branch: perl
18060       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18061       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18062 ____________________________________________________________________________
18063 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18064     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18065          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18066          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18067          Subject: [PATCH 5.00553] Yet another OS/2 patch
18068  Branch: perl
18069        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18070 ____________________________________________________________________________
18071 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18072     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18073          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18074          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18075          Subject: [PATCH 5.005_53] Change $#+
18076  Branch: perl
18077        ! mg.c pod/perlvar.pod t/op/pat.t
18078 ____________________________________________________________________________
18079 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18080     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18081          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18082          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18083          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18084  Branch: perl
18085        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18086        ! thrdvar.h
18087 ____________________________________________________________________________
18088 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18089     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18090          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18091          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18092          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18093  Branch: perl
18094        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18095 ____________________________________________________________________________
18096 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18097     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18098          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18099          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18100          Subject: [PATCH 5.005_*] regcolors
18101  Branch: perl
18102        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18103 ____________________________________________________________________________
18104 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18105     Log: allow final period in a file (not followed by a newline) to
18106          terminate format spec
18107  Branch: perl
18108        ! toke.c
18109 ____________________________________________________________________________
18110 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18111     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18112          add C<$Config{installarchlib}/CORE> to the default locations searched
18113          on win32
18114  Branch: perl
18115        ! lib/ExtUtils/Liblist.pm
18116 ____________________________________________________________________________
18117 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18118     Log: applied suggested patch with PERL_OBJECT tweaks
18119          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18120          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
18121          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
18122          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
18123  Branch: perl
18124        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
18125        ! regexec.c t/op/pat.t thrdvar.h
18126 ____________________________________________________________________________
18127 [  2366] By: gsar                                  on 1998/11/28  18:38:34
18128     Log: additional documentation for qr//
18129          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18130          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
18131          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
18132          Subject: [PATCH 5.005_*] Documentation (fwd)
18133  Branch: perl
18134        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
18135 ____________________________________________________________________________
18136 [  2365] By: gsar                                  on 1998/11/28  18:35:35
18137     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18138          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
18139          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
18140          Subject: [PATCH 5.005_*] Fix \G in REx without //g
18141  Branch: perl
18142        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
18143        ! regexp.h t/op/pat.t thrdvar.h
18144 ____________________________________________________________________________
18145 [  2364] By: gsar                                  on 1998/11/28  18:24:20
18146     Log: update Test.pm to Test-1.12; tweak 're' detection
18147  Branch: perl
18148        ! lib/Test.pm
18149 ____________________________________________________________________________
18150 [  2363] By: gsar                                  on 1998/11/28  18:12:04
18151     Log: avoid command-line quoting portability problems in lex_assign.t
18152  Branch: perl
18153        ! t/op/lex_assign.t
18154 ____________________________________________________________________________
18155 [  2362] By: gsar                                  on 1998/11/28  18:08:50
18156     Log: From: John Tobey <jtobey@channel1.com>
18157          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
18158          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
18159          Subject: PATCH: document English.pm sawampersand and thread issues
18160  Branch: perl
18161        ! lib/English.pm pod/perlvar.pod
18162 ____________________________________________________________________________
18163 [  2361] By: gsar                                  on 1998/11/28  18:03:04
18164     Log: fix uninitialized warnings
18165          From: Brian Callaghan <callagh@itginc.com>
18166          Date: Thu, 19 Nov 1998 17:49:10 -0800
18167          Message-Id: <3654CA96.B64FCAEB@itginc.com>
18168          Subject: Complete.pm patch (version 1.1)
18169  Branch: perl
18170        ! lib/Term/Complete.pm
18171 ____________________________________________________________________________
18172 [  2360] By: gsar                                  on 1998/11/28  17:59:16
18173     Log: s/Array/List/ suggested by John Tobey
18174  Branch: perl
18175        ! pod/perldata.pod
18176 ____________________________________________________________________________
18177 [  2359] By: gsar                                  on 1998/11/28  17:47:48
18178     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
18179  Branch: perl
18180        ! lib/Tie/Handle.pm pod/perlfunc.pod
18181 ____________________________________________________________________________
18182 [  2358] By: jhi                                   on 1998/11/28  17:23:15
18183     Log: Revamp the locale tests.
18184          (0) Instead of rewiring a few locales scan for them.
18185          (1) Bogus test #101 removed.
18186          (2) All the locales are checked, the lists of failed
18187          and non-failed ones are displayed.
18188          (3) The test #103 is again 'active' so that it may fail.
18189          (4) To balance (3) a hopefully pacifying message is shown
18190          if the #103 fails.
18191  Branch: cfgperl
18192        ! t/pragma/locale.t
18193 ____________________________________________________________________________
18194 [  2357] By: gsar                                  on 1998/11/28  17:21:07
18195     Log: add perlreftut.pod
18196  Branch: perl
18197        + pod/perlreftut.pod
18198        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
18199        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
18200        ! win32/pod.mak
18201 ____________________________________________________________________________
18202 [  2356] By: jhi                                   on 1998/11/28  16:58:01
18203     Log: Change #2346 fallout.
18204  Branch: cfgperl
18205        ! t/op/undef.t
18206 ____________________________________________________________________________
18207 [  2355] By: gsar                                  on 1998/11/28  16:46:43
18208     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
18209          ANSI prototypes
18210  Branch: perl
18211        ! ext/IO/IO.xs
18212 ____________________________________________________________________________
18213 [  2354] By: gsar                                  on 1998/11/28  16:08:07
18214     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
18215          keep platform hacks that aren't in the 1.20 dist; add new files
18216          to MANIFEST; hack Makefile.PL; result hasn't been tested
18217          anywhere
18218  Branch: perl
18219        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18220        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18221        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
18222        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
18223        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18224        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18225        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
18226        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18227        ! t/lib/io_sock.t t/lib/io_udp.t
18228 ____________________________________________________________________________
18229 [  2353] By: jhi                                   on 1998/11/28  15:51:03
18230     Log: Locale collation, ctype, and numeric, were initialized wrong
18231          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
18232          as reported by
18233          
18234          From: Ilya.Sandler@etak.com (Ilya Sandler)
18235          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
18236          To: perlbug@perl.com
18237          Date: 25 Nov 1998 04:53:52 +0200
18238          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
18239  Branch: cfgperl
18240        ! util.c
18241 ____________________________________________________________________________
18242 [  2352] By: nick                                  on 1998/11/28  15:21:59
18243     Log: Implement $^C to allow perl access to -c flag - I think this 
18244          was agreed once...
18245  Branch: perl
18246        ! gv.c mg.c
18247 ____________________________________________________________________________
18248 [  2351] By: jhi                                   on 1998/11/28  15:14:24
18249     Log: Change #2251 fixup.
18250  Branch: cfgperl
18251        ! myconfig
18252 ____________________________________________________________________________
18253 [  2350] By: jhi                                   on 1998/11/28  14:58:19
18254     Log: Integrate from mainperl.
18255  Branch: cfgperl
18256       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18257       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18258       +> pod/perl5005delta.pod
18259       !> (integrate 49 files)
18260 ____________________________________________________________________________
18261 [  2349] By: jhi                                   on 1998/11/28  14:27:36
18262     Log: Passwd and group file groveling.
18263  Branch: cfgperl
18264        ! t/op/grent.t t/op/pwent.t
18265 ____________________________________________________________________________
18266 [  2348] By: gsar                                  on 1998/11/28  14:09:50
18267     Log: more conservative version of changes#2345,2346,2347; those break
18268          C<defined(@{"foo::ISA"})> which seems to be extensively used in
18269          the libs :-(
18270  Branch: perl
18271        ! pp.c t/op/method.t
18272 ____________________________________________________________________________
18273 [  2347] By: gsar                                  on 1998/11/28  13:36:08
18274     Log: tweak bogus test
18275  Branch: perl
18276        ! t/op/method.t
18277 ____________________________________________________________________________
18278 [  2346] By: gsar                                  on 1998/11/28  13:20:34
18279     Log: test cases for previous change
18280  Branch: perl
18281        ! t/op/undef.t
18282 ____________________________________________________________________________
18283 [  2345] By: gsar                                  on 1998/11/28  13:07:17
18284     Log: fix typo in pp_defined() causing C<defined %tied> to fail
18285  Branch: perl
18286        ! pp.c
18287 ____________________________________________________________________________
18288 [  2344] By: gsar                                  on 1998/11/28  13:03:29
18289     Log: s/comment/comment_t/ tweak (suggested by John Gorman
18290          <jgorman@webbysoft.com>)
18291  Branch: perl
18292        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18293 ____________________________________________________________________________
18294 [  2343] By: gsar                                  on 1998/11/28  12:52:40
18295     Log: add (stub) perldelta.pod
18296  Branch: perl
18297        + pod/perldelta.pod
18298 ____________________________________________________________________________
18299 [  2342] By: gsar                                  on 1998/11/28  12:49:26
18300     Log: rename perldelta.pod to perl5005delta.pod in preparation for
18301          starting a new one
18302  Branch: perl
18303       +> pod/perl5005delta.pod
18304        - pod/perldelta.pod
18305        ! MANIFEST pod/perl.pod
18306 ____________________________________________________________________________
18307 [  2341] By: gsar                                  on 1998/11/28  12:41:55
18308     Log: fix MALLOC_LOCK #define
18309  Branch: perl
18310        ! malloc.c
18311 ____________________________________________________________________________
18312 [  2340] By: gsar                                  on 1998/11/28  12:18:23
18313     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18314          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
18315          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
18316          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
18317  Branch: perl
18318        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
18319 ____________________________________________________________________________
18320 [  2339] By: jhi                                   on 1998/11/28  11:59:01
18321     Log: Add -lm to dynix/ptx POSIX hints.
18322          From: "Martin J. Bligh" <mbligh@sequent.com>
18323          To: jhi@iki.fi
18324          Subject: Re: Making Perl work on DYNIX/ptx
18325          Date: Wed, 25 Nov 1998 10:34:41 -0800
18326          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
18327  Branch: cfgperl
18328        ! ext/POSIX/hints/dynixptx.pl
18329 ____________________________________________________________________________
18330 [  2338] By: jhi                                   on 1998/11/28  11:57:19
18331     Log: Detypo.
18332  Branch: cfgperl
18333        ! lib/filetest.pm
18334 ____________________________________________________________________________
18335 [  2337] By: jhi                                   on 1998/11/28  11:56:29
18336     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
18337  Branch: cfgperl
18338        ! Configure
18339 ____________________________________________________________________________
18340 [  2336] By: gsar                                  on 1998/11/28  11:41:14
18341     Log: teach CPAN.pm to ignore beta perl distributions when looking for
18342          modules
18343          From: root@dogberry.rutgers.edu (root)
18344          Date: Thu, 12 Nov 1998 23:08:39 -0500
18345          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
18346          Subject: recompile tries getting a perl distribution
18347  Branch: perl
18348        ! lib/CPAN.pm
18349 ____________________________________________________________________________
18350 [  2335] By: gsar                                  on 1998/11/28  11:27:46
18351     Log: make $1 et al readonly under threads; make C<undef $1> fail like
18352          C<$1 = undef> does
18353  Branch: perl
18354        ! op.c pp.c t/op/undef.t
18355 ____________________________________________________________________________
18356 [  2334] By: gsar                                  on 1998/11/28  10:24:52
18357     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
18358  Branch: perl
18359        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18360 ____________________________________________________________________________
18361 [  2333] By: gsar                                  on 1998/11/28  09:36:40
18362     Log: document changed PERL_HASH()
18363  Branch: perl
18364        ! pod/perlfunc.pod pod/perlguts.pod
18365 ____________________________________________________________________________
18366 [  2332] By: nick                                  on 1998/11/27  21:10:27
18367     Log: Handle INIT list in C.pm
18368          1. Provide init_av() from B.xs
18369          2. Export it in B.pm
18370          3. Use it in C.pm
18371          Also disable some pruning in savecv() which seems to undo
18372          my previous patch.
18373          Experimental feature - save pathnames of .so files in easily 
18374          grep-able form for use in wrapper to feed to linker.  
18375  Branch: perl
18376        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18377 ____________________________________________________________________________
18378 [  2327] By: gsar                                  on 1998/11/27  15:12:01
18379     Log: integrate change#2315 from maint-5.005
18380  Branch: perl
18381        ! t/op/sort.t
18382       !> op.c sv.c
18383 ____________________________________________________________________________
18384 [  2326] By: gsar                                  on 1998/11/27  15:00:42
18385     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
18386  Branch: perl
18387       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
18388       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18389       !> lib/ExtUtils/typemap
18390 ____________________________________________________________________________
18391 [  2325] By: gsar                                  on 1998/11/27  14:46:18
18392     Log: malloc bugfix and documentation from Ilya Zakharevich
18393          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
18394          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
18395          Subject: [PATCH 5.005_*] Re: Internal coredump
18396          --
18397          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
18398          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
18399          Subject: [PATCH 5.005_*] malloc.c documentation
18400  Branch: perl
18401        ! malloc.c
18402 ____________________________________________________________________________
18403 [  2324] By: gsar                                  on 1998/11/27  14:41:38
18404     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
18405  Branch: perl
18406        ! ext/B/B/C.pm
18407 ____________________________________________________________________________
18408 [  2323] By: gsar                                  on 1998/11/27  14:33:44
18409     Log: From: maeda@src.ricoh.co.jp
18410          Date: Tue, 24 Nov 1998 10:37:45 +0900
18411          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
18412          Subject: format "..." bug
18413  Branch: perl
18414        ! pp_ctl.c t/op/write.t
18415 ____________________________________________________________________________
18416 [  2322] By: gsar                                  on 1998/11/27  14:20:12
18417     Log: add ext/Devel/Peek
18418          From: jan.dubois@ibm.net (Jan Dubois)
18419          Date: Mon, 23 Nov 1998 00:48:11 +0100
18420          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
18421          Subject: [PATCH 5.005_53] Devel::Peek integration
18422  Branch: perl
18423        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18424        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18425        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
18426        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
18427        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18428 ____________________________________________________________________________
18429 [  2321] By: gsar                                  on 1998/11/27  13:03:08
18430     Log: ensure 'make regen_headers' even without perl installed
18431          (suggested by Ilya Zakharevich)
18432  Branch: perl
18433        ! bytecode.pl warning.pl
18434 ____________________________________________________________________________
18435 [  2320] By: gsar                                  on 1998/11/27  12:58:36
18436     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18437          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
18438          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
18439          Subject: [PATCH 5.005_*] Cosmetic malloc patch
18440  Branch: perl
18441        ! malloc.c
18442 ____________________________________________________________________________
18443 [  2319] By: gsar                                  on 1998/11/27  12:56:13
18444     Log: eliminate dup hunk from integration
18445  Branch: perl
18446        ! lib/filetest.pm perl.h
18447 ____________________________________________________________________________
18448 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18449     Log: integrate cfgperl changes into mainline
18450  Branch: perl
18451       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18452        ! pod/perlfaq4.pod
18453       !> (integrate 30 files)
18454 ____________________________________________________________________________
18455 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18456     Log: C<-x>.
18457  Branch: cfgperl
18458        ! lib/filetest.pm
18459 ____________________________________________________________________________
18460 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18461     Log: Integrate from mainperl.
18462  Branch: cfgperl
18463       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18464       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18465       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18466       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18467       !> win32/win32sck.c
18468 ____________________________________________________________________________
18469 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18470     Log: integrate change#2246 from mainline, while still allowing
18471          C<sort $globref @foo>
18472          
18473          allow C<sort $coderef @foo>
18474  Branch: maint-5.005/perl
18475        ! op.c sv.c
18476       !> t/op/sort.t
18477 ____________________________________________________________________________
18478 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
18479     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
18480          forwarded by Jarkko Hietaniemi from Mark Bixby
18481  Branch: maint-5.005/perl
18482        ! ext/DynaLoader/dl_mpeix.xs installperl
18483 ____________________________________________________________________________
18484 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
18485     Log: Allow PL_FILES to have multiple targets from one source by allowing
18486          an array ref as the value in the hash
18487  Branch: maint-5.005/perl
18488        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18489        ! lib/ExtUtils/MakeMaker.pm
18490 ____________________________________________________________________________
18491 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
18492     Log: fix unsigned variables to use SvUV and sv_setuv
18493  Branch: maint-5.005/perl
18494        ! lib/ExtUtils/typemap
18495 ____________________________________________________________________________
18496 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
18497     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
18498  Branch: maint-5.005/perl
18499        ! lib/ExtUtils/MM_Unix.pm
18500 ____________________________________________________________________________
18501 [  2301] By: gsar                                  on 1998/11/26  10:16:54
18502     Log: fix PL_defoutgv leak under threads
18503  Branch: perl
18504        ! ext/Thread/Thread.xs
18505 ____________________________________________________________________________
18506 [  2300] By: gsar                                  on 1998/11/26  09:04:44
18507     Log: properly free temporaries created by threads
18508  Branch: perl
18509        ! ext/Thread/Thread.xs
18510 ____________________________________________________________________________
18511 [  2299] By: gsar                                  on 1998/11/26  06:51:16
18512     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
18513          to set the package for the block properly
18514  Branch: perl
18515        ! op.c t/comp/package.t t/lib/dumper.t
18516 ____________________________________________________________________________
18517 [  2298] By: nick                                  on 1998/11/24  22:04:20
18518     Log: Part-1 of tweaks to allow Tk to be "compiled"
18519          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
18520          (May also need attention to exports etc. - to follow.)
18521  Branch: perl
18522        ! universal.c
18523 ____________________________________________________________________________
18524 [  2294] By: jhi                                   on 1998/11/23  10:44:26
18525     Log: The new socket tests need in some platforms
18526          to #include <sys/types.h>.
18527  Branch: cfgperl
18528        ! Configure
18529 ____________________________________________________________________________
18530 [  2293] By: jhi                                   on 1998/11/23  10:33:42
18531     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18532          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18533          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18534          Date: Mon, 23 Nov 1998 10:07:04 +0100
18535          Message-Id: <9811230907.AA06484@AWT.nl>
18536          
18537          NeXTstep NetInfo uses nidump to get the user/group databases.
18538  Branch: cfgperl
18539        ! t/op/grent.t t/op/pwent.t
18540 ____________________________________________________________________________
18541 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
18542     Log: Updated Porting/patchls utility.
18543  Branch: maint-5.004/perl
18544        ! Porting/patchls
18545 ____________________________________________________________________________
18546 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
18547     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
18548          From:  Henrik Tougaard <ht.000@foa.dk>
18549          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
18550          Files:  lib/Sys/Syslog.pm
18551  Branch: maint-5.004/perl
18552        ! lib/Sys/Syslog.pm
18553 ____________________________________________________________________________
18554 [  2286] By: jhi                                   on 1998/11/22  19:08:42
18555     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
18556  Branch: cfgperl
18557        ! ext/Socket/Socket.xs
18558 ____________________________________________________________________________
18559 [  2285] By: jhi                                   on 1998/11/22  18:21:07
18560     Log: MSG_PROXY for GNU/Hurd (previously we believed that
18561          all GNU libc platforms have MSG_PROXY.  Untrue).
18562          In fact this ended up as a major MSG_* and SCM_*
18563          update.  The MSG_XXX known to be enums in some
18564          versions of the glibc are now probed for and respective
18565          HAS_MSG_XXX are defined.  While I was at it I noticed
18566          SCM_RIGHTS being similarly an enum.  This reminded me of
18567          an ancient discussion in perl5-porters:
18568          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
18569          The BSD socket interface has a nifty feature for passing
18570          file descriptors and credentials--via sockets.  It may be
18571          too late to add this functionality to the CORE but
18572          at least Configure now probes for the functions,
18573          structs, and includes, defining the appropriate
18574          HAS_YYY and I_ZZZ, and the Socket extension exports
18575          the constants, in case somebody wants to write an
18576          extension for this interface.
18577  Branch: cfgperl
18578        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18579        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
18580        ! iperlsys.h
18581 ____________________________________________________________________________
18582 [  2284] By: jhi                                   on 1998/11/22  18:13:21
18583     Log: perlhist.pod 1.54, containing 5_53.
18584  Branch: cfgperl
18585        ! pod/perlhist.pod
18586 ____________________________________________________________________________
18587 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
18588     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
18589  Branch: maint-5.004/perl
18590        ! doio.c
18591 ____________________________________________________________________________
18592 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
18593     Log: Improve op/die_exit.t test for implicit close changing $!
18594  Branch: maint-5.004/perl
18595        ! t/op/die_exit.t
18596 ____________________________________________________________________________
18597 [  2268] By: jhi                                   on 1998/11/22  14:44:11
18598     Log: Fix thinko.
18599  Branch: cfgperl
18600        ! hints/dynixptx.sh
18601 ____________________________________________________________________________
18602 [  2267] By: jhi                                   on 1998/11/22  13:19:41
18603     Log: Document the d_socket override.
18604  Branch: cfgperl
18605        ! hints/dynixptx.sh
18606 ____________________________________________________________________________
18607 [  2266] By: jhi                                   on 1998/11/22  12:12:29
18608     Log: From: John Tobey <jtobey@channel1.com>
18609          Subject: [PATCH] perlfaq typos
18610          To: perl5-porters@perl.com
18611          Date: 22 Nov 1998 04:25:15 +0200
18612          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
18613  Branch: cfgperl
18614        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18615        ! pod/perlfaq7.pod pod/perlfaq8.pod
18616 ____________________________________________________________________________
18617 [  2265] By: jhi                                   on 1998/11/22  12:06:29
18618     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18619          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
18620          Newsgroups: hut.lists.perl5-porters
18621          To: gsar@engin.umich.edu (Gurusamy Sarathy)
18622          Cc: perl5-porters@perl.org (Perl5 Porters)
18623          Date: 20 Nov 1998 12:20:41 +0200
18624  Branch: cfgperl
18625        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18626        ! ext/DB_File/DB_File.xs
18627 ____________________________________________________________________________
18628 [  2264] By: jhi                                   on 1998/11/22  11:55:09
18629     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
18630          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18631          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18632          To: perlbug@perl.com
18633          Date: 20 Nov 1998 18:39:06 +0200
18634          Lines: 47
18635          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18636  Branch: cfgperl
18637        ! t/op/grent.t t/op/pwent.t
18638 ____________________________________________________________________________
18639 [  2263] By: jhi                                   on 1998/11/22  11:42:59
18640     Log: Permission testing is tricky when we have too much power.
18641          Problem reported in
18642          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18643          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18644          To: perlbug@perl.com
18645          Date: 20 Nov 1998 18:39:06 +0200
18646          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18647  Branch: cfgperl
18648        ! t/op/filetest.t
18649 ____________________________________________________________________________
18650 [  2262] By: gsar                                  on 1998/11/22  11:37:02
18651     Log: fix broken CAPI generation
18652  Branch: perl
18653        ! win32/GenCAPI.pl
18654 ____________________________________________________________________________
18655 [  2261] By: jhi                                   on 1998/11/22  11:17:00
18656     Log: -x should be C<-x>, reported by Gerben Wierda.
18657  Branch: cfgperl
18658        ! pod/perlfunc.pod
18659 ____________________________________________________________________________
18660 [  2260] By: gsar                                  on 1998/11/22  11:12:02
18661     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
18662  Branch: perl
18663        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
18664        ! proto.h
18665 ____________________________________________________________________________
18666 [  2259] By: jhi                                   on 1998/11/22  11:06:40
18667     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18668          Subject: Re: [PATCH] Re: pod2man bug in date generated line
18669          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18670          Cc: perlbug@perl.com
18671          Date: 20 Nov 1998 21:30:17 +0200
18672          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18673  Branch: cfgperl
18674        ! pod/pod2man.PL
18675 ____________________________________________________________________________
18676 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18677     Log: From: Thomas Bowditch <bowditch@inmet.com>
18678          Subject: Benchmark.pm suggestion
18679          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18680          Date: Fri, 20 Nov 1998 17:43:46 -0500
18681          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18682          
18683          Added timesum().
18684  Branch: cfgperl
18685        ! lib/Benchmark.pm
18686 ____________________________________________________________________________
18687 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18688     Log: another win32 portability fix: make sysread() and syswrite()
18689          work on sockets
18690  Branch: perl
18691        ! pp_sys.c win32/win32.h
18692 ____________________________________________________________________________
18693 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18694     Log: win32_recvfrom() compatibility fix
18695  Branch: perl
18696        ! win32/win32sck.c
18697 ____________________________________________________________________________
18698 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18699     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18700          To: jhi@iki.fi
18701          Subject: MPE/iX Perl 5.005_02 oops
18702          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18703          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18704  Branch: cfgperl
18705        ! ext/DynaLoader/dl_mpeix.xs installperl
18706 ____________________________________________________________________________
18707 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18708     Log: mess_sv tweak for change#2249
18709  Branch: perl
18710        ! util.c
18711 ____________________________________________________________________________
18712 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18713     Log: Display use64bits and usemultiplicity but only if necessary.
18714  Branch: cfgperl
18715        ! myconfig
18716 ____________________________________________________________________________
18717 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18718     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18719          Subject: pp.c uses 'unsigned Quad_t'
18720          To: perlbug@perl.com 
18721          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18722          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18723  Branch: cfgperl
18724        ! perl.h pp.c
18725 ____________________________________________________________________________
18726 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18727     Log: use PL_mess_sv only during global destruction (fixes problems with
18728          overlapping invocations of form()/warn()/die()/croak() trampling on
18729          each other's messages)
18730  Branch: perl
18731        ! mg.c util.c
18732 ____________________________________________________________________________
18733 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18734     Log: tweak change#2245 to skip previous message if any
18735  Branch: perl
18736        ! pp_ctl.c t/pragma/warn/pp_ctl
18737 ____________________________________________________________________________
18738 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18739     Log: Integrate from mainperl.
18740  Branch: cfgperl
18741       !> (integrate 26 files)
18742 ____________________________________________________________________________
18743 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18744     Log: allow C<sort $coderef @foo>
18745  Branch: perl
18746        ! op.c t/op/sort.t t/pragma/overload.t
18747 ____________________________________________________________________________
18748 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18749     Log: propagate failures in DESTROY() as (optional) warnings
18750  Branch: perl
18751        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18752 ____________________________________________________________________________
18753 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18754     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18755  Branch: perl
18756        ! perl.c thrdvar.h
18757 ____________________________________________________________________________
18758 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18759     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18760  Branch: perl
18761        ! lib/warning.pm warning.h warning.pl
18762 ____________________________________________________________________________
18763 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18764     Log: fix skipspace() to properly account for newlines in eval''-ed
18765          strings (caused bogus line numbers in diagnostics and debugger)
18766  Branch: perl
18767        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18768 ____________________________________________________________________________
18769 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18770     Log: s/Perl_utf8skip/PL_utf8skip/g
18771  Branch: perl
18772        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18773 ____________________________________________________________________________
18774 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18775     Log: rework op/groups.t
18776  Branch: perl
18777        ! t/op/filetest.t t/op/groups.t
18778 ____________________________________________________________________________
18779 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18780     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18781  Branch: perl
18782        ! op.c
18783 ____________________________________________________________________________
18784 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18785     Log: update Changes
18786  Branch: perl
18787        ! Changes win32/config.bc win32/config.gc win32/config.vc
18788 ____________________________________________________________________________
18789 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18790     Log: doc tweak
18791  Branch: perl
18792        ! README.win32
18793 ____________________________________________________________________________
18794 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18795     Log: Allow hints file override for d_socket
18796          (based on Sequent-induced change #2229).
18797  Branch: cfgperl
18798        ! Configure
18799 ____________________________________________________________________________
18800 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18801     Log: 
18802          From: "Martin J. Bligh" <mbligh@sequent.com>
18803          To: jhi@iki.fi
18804          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18805          Subject: Re: Making Perl work on DYNIX/ptx
18806          Date: Tue, 10 Nov 1998 16:24:26 -0800
18807          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18808  Branch: cfgperl
18809        ! hints/dynixptx.sh
18810 ____________________________________________________________________________
18811 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18812     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18813          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18814          To: jhi@iki.fi
18815          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18816          Subject: Re: Making Perl work on DYNIX/ptx
18817          Date: Tue, 10 Nov 1998 18:01:10 -0800
18818  Branch: cfgperl
18819        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18820 ____________________________________________________________________________
18821 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18822     Log: Integrate from mainperl.
18823  Branch: cfgperl
18824       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18825       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18826       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18827       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18828       !> win32/win32.c x2p/s2p.PL
18829 ____________________________________________________________________________
18830 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18831     Log: provide -DPERL_POLLUTE
18832  Branch: perl
18833        ! embed.pl embedvar.h
18834 ____________________________________________________________________________
18835 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18836     Log: From: Hans Mulder <hansm@icgroup.nl>
18837          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18838          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18839          perl5-porters@perl.org
18840          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18841          (UNINSTALLED)
18842          Date: Sun,  8 Nov 98 22:20:23 +0100
18843          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18844  Branch: cfgperl
18845        ! malloc.c perl.h
18846 ____________________________________________________________________________
18847 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18848     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18849          Christoph <lupe@alanya.m.isar.de>)
18850  Branch: perl
18851        ! lib/Text/Wrap.pm
18852 ____________________________________________________________________________
18853 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18854     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18855          <lionel.fourquaux@wanadoo.fr>)
18856  Branch: perl
18857        ! x2p/s2p.PL
18858 ____________________________________________________________________________
18859 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18860     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18861          Date: Wed, 04 Nov 1998 12:19:44 +0000
18862          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18863          Subject: [PATCH] Re: [5.005_53] read overflow? 
18864          --
18865          Date: Wed, 04 Nov 1998 13:15:18 +0000
18866          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18867          Subject: [PATCH 5.005_53] perl -V fix
18868  Branch: perl
18869        ! perl.c regexec.c
18870 ____________________________________________________________________________
18871 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18872     Log: From: jan.dubois@ibm.net (Jan Dubois)
18873          Date: Sun, 01 Nov 1998 00:05:01 +0100
18874          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18875          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18876  Branch: perl
18877        ! Changes win32/makedef.pl
18878 ____________________________________________________________________________
18879 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18880     Log: integrate changes#2120,2168,2218 from maint-5.005;
18881          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18882          enum; make regen_headers
18883  Branch: perl
18884        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18885        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18886 ____________________________________________________________________________
18887 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18888     Log: integrate cfgperl changes into mainline
18889  Branch: perl
18890       +> README.vmesa
18891       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18892       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18893       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18894       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18895       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18896       !> thread.h vms/subconfigure.com vos/config.h
18897 ____________________________________________________________________________
18898 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18899     Log: From: Graham Barr <gbarr@ti.com>
18900          Date: Mon, 2 Nov 1998 07:38:52 -0600
18901          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18902          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18903  Branch: maint-5.005/perl
18904        ! ext/IPC/SysV/Msg.pm
18905 ____________________________________________________________________________
18906 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18907     Log: set close-on-exec bit on pipe() FDs
18908  Branch: perl
18909        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18910 ____________________________________________________________________________
18911 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18912     Log: typo in newHVhv()
18913  Branch: perl
18914        ! hv.c
18915 ____________________________________________________________________________
18916 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18917     Log: Finalize the Mach CThreads support.
18918          
18919          From: Hans Mulder <hansm@icgroup.nl>
18920          Date: Sat,  7 Nov 98 22:06:20 +0100
18921          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18922          Cc: jhi@iki.fi, perl5-porters@perl.org
18923          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18924          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18925  Branch: cfgperl
18926        ! malloc.c perl.h
18927 ____________________________________________________________________________
18928 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18929     Log: fix AvREALISH bogusness
18930  Branch: perl
18931        ! av.c t/op/array.t
18932 ____________________________________________________________________________
18933 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18934     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18935          ASSERT() causes problems in {NeXTStep,OpenStep}.
18936          
18937          From: Hans Mulder <hansm@icgroup.nl>
18938          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18939          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18940          Date: Fri,  6 Nov 98 01:27:41 +0100
18941          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18942          
18943          and
18944          
18945          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18946          Subject: Re: ASSERT() in malloc.c
18947          To: jhi@iki.fi
18948          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18949          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18950  Branch: cfgperl
18951        ! malloc.c
18952 ____________________________________________________________________________
18953 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18954     Log: Mach CThreads needs #include <mach/cthreads.h>.
18955  Branch: cfgperl
18956        ! perl.h
18957 ____________________________________________________________________________
18958 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18959     Log: PERL_BADLANG wrongly documented.
18960          
18961          From: ts <decoux@moulon.inra.fr>
18962          To: jhi@cc.hut.fi
18963          Subject: Re: Locale warning messages
18964          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
18965          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
18966          
18967          and
18968          
18969          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18970          Subject: Re: PERL_BADLANG
18971          To: jhi@iki.fi
18972          Subject: Re: PERL_BADLANG
18973          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
18974          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
18975  Branch: cfgperl
18976        ! pod/perllocale.pod
18977 ____________________________________________________________________________
18978 [  2205] By: jhi                                   on 1998/11/05  14:24:33
18979     Log: Document all the control flow keywords in perlfunc
18980          so that "perlfunc -f while" works.
18981  Branch: cfgperl
18982        ! pod/perlfunc.pod
18983 ____________________________________________________________________________
18984 [  2204] By: jhi                                   on 1998/11/05  12:46:02
18985     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
18986          (from vos/config.h).  Update Porting/{Glossary,config*}.
18987  Branch: cfgperl
18988        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18989        ! config_h.SH vos/config.h
18990 ____________________________________________________________________________
18991 [  2203] By: jhi                                   on 1998/11/05  08:34:39
18992     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
18993  Branch: cfgperl
18994        ! hints/vmesa.sh vms/subconfigure.com
18995 ____________________________________________________________________________
18996 [  2202] By: jhi                                   on 1998/11/05  08:03:20
18997     Log: Integrate from mainperl.
18998  Branch: cfgperl
18999       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
19000       !> win32/Makefile win32/makefile.mk win32/win32.c
19001 ____________________________________________________________________________
19002 [  2201] By: gsar                                  on 1998/11/05  04:40:44
19003     Log: another POPSTACK victim
19004  Branch: perl
19005        ! cop.h sv.c
19006 ____________________________________________________________________________
19007 [  2196] By: gsar                                  on 1998/11/05  02:07:54
19008     Log: fix a location affected by change#2191, add note about POPSTACK
19009  Branch: perl
19010        ! cop.h gv.c pp_ctl.c
19011 ____________________________________________________________________________
19012 [  2195] By: gsar                                  on 1998/11/05  02:04:45
19013     Log: makefile notes
19014  Branch: perl
19015        ! win32/Makefile win32/makefile.mk
19016 ____________________________________________________________________________
19017 [  2192] By: gsar                                  on 1998/11/04  23:48:53
19018     Log: indeterminate order-of-evaluation fixes
19019  Branch: perl
19020        ! mg.c
19021 ____________________________________________________________________________
19022 [  2191] By: gsar                                  on 1998/11/04  23:02:16
19023     Log: refetch local stack pointer in POPSTACK
19024  Branch: perl
19025        ! cop.h perl.c
19026 ____________________________________________________________________________
19027 [  2190] By: jhi                                   on 1998/11/04  08:50:40
19028     Log: Configure update.
19029          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
19030          
19031          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19032          To: Martin Bligh <mbligh@sequent.com>
19033          Cc: Jarkko Hietaniemi <jhi@iki.fi>
19034          Subject: Re: Perl 5's configure on DYNIX/ptx
19035          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
19036          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
19037          
19038          find sockets also from libsocket, not just libnet.
19039          OS390: $compile_ok instead of $compile for <inttypes.h>,
19040          
19041          From: pvhp@forte.com (Peter Prymmer)
19042          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
19043          Subject: _53 not OK on os390 but looking better than ever
19044          Date: Tue, 3 Nov 98 17:33:22 PST
19045          Message-Id: <9811040133.AA09450@forte.com>
19046  Branch: cfgperl
19047        ! Configure
19048 ____________________________________________________________________________
19049 [  2189] By: jhi                                   on 1998/11/04  07:43:58
19050     Log: sysio.t failure: fix undefined order of evaluation, from
19051          
19052          From: Spider Boardman <spider@web.zk3.dec.com>
19053          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
19054          To: perlbug@perl.com
19055          Date: 4 Nov 1998 01:22:30 +0200
19056          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19057  Branch: cfgperl
19058        ! pp_sys.c
19059 ____________________________________________________________________________
19060 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19061     Log: fix return value of win32_pclose()
19062  Branch: perl
19063        ! win32/win32.c
19064 ____________________________________________________________________________
19065 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19066     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19067  Branch: perl
19068        ! Changes doop.c gv.c util.c
19069 ____________________________________________________________________________
19070 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19071     Log: Document quads in pack.
19072  Branch: cfgperl
19073        ! pod/perlfunc.pod
19074 ____________________________________________________________________________
19075 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19076     Log: (IV) vs (I32) vs I_V()
19077          
19078          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19079          From: Anton Berezin <tobez@plab.ku.dk> 
19080          To: "p5p" <perl5-porters@perl.org> 
19081          Date: 01 Nov 1998 15:09:11 +0100 
19082          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19083          
19084          and
19085          
19086          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19087          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19088          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19089  Branch: cfgperl
19090        ! sv.c
19091 ____________________________________________________________________________
19092 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19093     Log: VM/ESA updates.
19094  Branch: cfgperl
19095        + README.vmesa
19096        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19097 ____________________________________________________________________________
19098 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19099     Log: The id(1)-parsing is real fun.
19100  Branch: cfgperl
19101        ! t/op/groups.t
19102 ____________________________________________________________________________
19103 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19104     Log: Decommission the symlink test.
19105  Branch: cfgperl
19106        ! t/op/lex_assign.t
19107 ____________________________________________________________________________
19108 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19109     Log: Replace ATTR_JOINABLE with true Configure probe
19110          for PTHREAD_CREATE_JOINABLE (or equivalent:
19111          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19112          Remove ATTR_JOINABLE itself: Thread.xs uses
19113          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19114          
19115          Really scan for <mach/cthreads.h> only if usethreads.
19116  Branch: cfgperl
19117        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19118 ____________________________________________________________________________
19119 [  2180] By: jhi                                   on 1998/11/02  11:07:34
19120     Log: In HP-UX 10.X usethreads only if the required files are present.
19121  Branch: cfgperl
19122        ! hints/hpux.sh
19123 ____________________________________________________________________________
19124 [  2179] By: jhi                                   on 1998/11/02  09:10:33
19125     Log: Prefer groups(1).
19126          id -Gn can be broken.
19127          id -a can save the day.
19128  Branch: cfgperl
19129        ! t/op/groups.t
19130 ____________________________________________________________________________
19131 [  2178] By: jhi                                   on 1998/11/02  08:35:29
19132     Log: Detrail enum comma.
19133  Branch: cfgperl
19134        ! perl.h
19135 ____________________________________________________________________________
19136 [  2177] By: jhi                                   on 1998/11/02  08:24:12
19137     Log: 0**0 = 1, from
19138          
19139          From: d-lewart@uiuc.edu (Daniel S. Lewart)
19140          Subject: Math::Complex 0**0 patches
19141          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
19142          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
19143          To: jhi@iki.fi (Jarkko Hietaniemi),
19144          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
19145  Branch: cfgperl
19146        ! lib/Math/Complex.pm t/lib/complex.t
19147 ____________________________________________________________________________
19148 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
19149     Log: From: jan.dubois@ibm.net (Jan Dubois)   
19150          Date: Fri, 09 Oct 1998 23:28:31 +0200
19151          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
19152          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
19153  Branch: maint-5.005/perl
19154        ! XSUB.h
19155 ____________________________________________________________________________
19156 [  2164] By: jhi                                   on 1998/10/31  15:50:02
19157     Log: Integrate from mainperl.
19158  Branch: cfgperl
19159       +> t/op/lex_assign.t
19160       !> (integrate 45 files)
19161
19162 ----------------
19163 Version 5.005_53
19164 ----------------
19165
19166 ____________________________________________________________________________
19167 [  2163] By: gsar                                  on 1998/10/31  11:31:12
19168     Log: bump patchlevel; other minor fixes for clean build and test on
19169          Solaris and win32
19170  Branch: perl
19171        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
19172        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
19173        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
19174        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19175        ! x2p/a2p.c
19176 ____________________________________________________________________________
19177 [  2162] By: gsar                                  on 1998/10/31  09:40:31
19178     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19179          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
19180          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
19181          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
19182  Branch: perl
19183        ! pp.h
19184 ____________________________________________________________________________
19185 [  2161] By: gsar                                  on 1998/10/31  09:39:13
19186     Log: From: Albert Dvornik <bert@genscan.com>
19187          Date: 30 Oct 1998 17:50:04 -0500
19188          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
19189          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
19190  Branch: perl
19191        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
19192 ____________________________________________________________________________
19193 [  2160] By: gsar                                  on 1998/10/31  09:35:03
19194     Log: fix for bugs in -x mode
19195          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19196          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
19197          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
19198          Subject: [PATCH 5.00552] Fix h2xs
19199  Branch: perl
19200        ! utils/h2xs.PL
19201 ____________________________________________________________________________
19202 [  2159] By: gsar                                  on 1998/10/31  09:31:36
19203     Log: Data::Dumper update
19204  Branch: perl
19205        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19206        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
19207 ____________________________________________________________________________
19208 [  2153] By: gsar                                  on 1998/10/30  21:40:09
19209     Log: add testsuite portion of patch
19210          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19211          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
19212          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
19213          Subject: [PATCH 5.00321 ;-)] 87% speedup
19214  Branch: perl
19215        + t/op/lex_assign.t
19216        ! MANIFEST
19217 ____________________________________________________________________________
19218 [  2152] By: gsar                                  on 1998/10/30  21:08:11
19219     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
19220  Branch: perl
19221        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
19222 ____________________________________________________________________________
19223 [  2151] By: gsar                                  on 1998/10/30  20:18:09
19224     Log: From: Mark-Jason Dominus <mjd@plover.com>
19225          Date: Fri, 30 Oct 1998 14:24:23 EST
19226          Message-Id: <19981030192423.27276.qmail@plover.com>
19227          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
19228  Branch: perl
19229        ! x2p/walk.c
19230 ____________________________________________________________________________
19231 [  2150] By: gsar                                  on 1998/10/30  20:08:57
19232     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19233          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
19234          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
19235          Subject: [PATCH 5.00552] Overloaded <> and deref again
19236  Branch: perl
19237        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
19238        ! t/pragma/overload.t toke.c
19239 ____________________________________________________________________________
19240 [  2149] By: gsar                                  on 1998/10/30  19:38:15
19241     Log: From: Roderick Schertler <roderick@argon.org>
19242          Date: Thu, 29 Oct 1998 14:50:18 -0500
19243          Message-ID: <17625.909690618@eeyore.ibcinc.com>
19244          Subject: patch for daemonization docs in perlipc
19245  Branch: perl
19246        ! pod/perlipc.pod
19247 ____________________________________________________________________________
19248 [  2148] By: gsar                                  on 1998/10/30  19:36:07
19249     Log: From: Anton Berezin <tobez@plab.ku.dk>
19250          Date: 29 Oct 1998 17:06:25 +0100
19251          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
19252          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
19253  Branch: perl
19254        ! win32/win32.c
19255 ____________________________________________________________________________
19256 [  2147] By: gsar                                  on 1998/10/30  19:31:37
19257     Log: tweaked version of suggested patch
19258          From: Anton Berezin <tobez@plab.ku.dk>
19259          Date: 29 Oct 1998 14:48:54 +0100
19260          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
19261          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
19262  Branch: perl
19263        ! win32/win32.c
19264 ____________________________________________________________________________
19265 [  2146] By: gsar                                  on 1998/10/30  19:03:50
19266     Log: hand-apply whitespace-mutiliated patch
19267          From: "vishal bhatia" <vishalb@hotmail.com>
19268          Date: Wed, 28 Oct 1998 23:45:32 PST
19269          Message-ID: <19981029074534.2334.qmail@hotmail.com>
19270          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
19271  Branch: perl
19272        ! ext/B/B/C.pm ext/B/B/CC.pm
19273 ____________________________________________________________________________
19274 [  2145] By: gsar                                  on 1998/10/30  18:46:58
19275     Log: remaining PL_foo stragglers
19276  Branch: perl
19277        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
19278        ! op.h os2/os2.c vms/gen_shrfls.pl
19279 ____________________________________________________________________________
19280 [  2144] By: gsar                                  on 1998/10/30  17:38:36
19281     Log: integrate cfgperl tweaks into mainline
19282  Branch: perl
19283       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
19284       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19285 ____________________________________________________________________________
19286 [  2143] By: jhi                                   on 1998/10/30  13:27:39
19287     Log: There can be multiple yacc/bison errors.
19288  Branch: cfgperl
19289        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19290 ____________________________________________________________________________
19291 [  2142] By: jhi                                   on 1998/10/30  13:18:43
19292     Log: README.posix-bc update.
19293  Branch: cfgperl
19294        ! README.posix-bc
19295 ____________________________________________________________________________
19296 [  2141] By: jhi                                   on 1998/10/30  09:12:59
19297     Log: #2133 fallout.
19298  Branch: cfgperl
19299        ! doio.c ext/POSIX/POSIX.xs
19300 ____________________________________________________________________________
19301 [  2140] By: jhi                                   on 1998/10/30  08:43:18
19302     Log: Integrate from mainperl.
19303  Branch: cfgperl
19304       +> globvar.sym pp.sym
19305        - objpp.h thread.sym
19306       !> (integrate 61 files)
19307 ____________________________________________________________________________
19308 [  2133] By: gsar                                  on 1998/10/30  02:51:39
19309     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
19310          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
19311          should soon be automated also; the global variables that
19312          escaped the PL_foo conversion are now reined in; renamed
19313          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
19314          type of same name; duplicated lists of pp_things in various
19315          places is now gone; result has only been tested on win32
19316  Branch: perl
19317        + globvar.sym pp.sym
19318        - objpp.h thread.sym
19319        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
19320        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
19321        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
19322        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
19323        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
19324        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
19325        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
19326        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
19327        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19328        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19329        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
19330 ____________________________________________________________________________
19331 [  2130] By: jhi                                   on 1998/10/29  15:31:26
19332     Log: Pure bison yylex() proto was broken.
19333  Branch: cfgperl
19334        ! proto.h
19335 ____________________________________________________________________________
19336 [  2126] By: jhi                                   on 1998/10/29  08:35:54
19337     Log: Integrate mainperl.
19338  Branch: cfgperl
19339       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19340       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
19341       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
19342       !> t/pragma/warn/doio toke.c win32/makefile.mk
19343 ____________________________________________________________________________
19344 [  2125] By: jhi                                   on 1998/10/29  08:32:38
19345     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
19346  Branch: cfgperl
19347        ! Makefile.SH
19348 ____________________________________________________________________________
19349 [  2124] By: jhi                                   on 1998/10/29  08:06:44
19350     Log: EBCDIC Makefile.SH tuneup.
19351  Branch: cfgperl
19352        ! Makefile.SH
19353 ____________________________________________________________________________
19354 [  2119] By: gsar                                  on 1998/10/28  23:24:04
19355     Log: remove doubled hunk from integration
19356  Branch: perl
19357        ! pp.c
19358 ____________________________________________________________________________
19359 [  2118] By: gsar                                  on 1998/10/28  22:03:31
19360     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19361          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
19362          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
19363          Subject: [PATCH 5.00552] Minor debugger tweaks
19364  Branch: perl
19365        ! lib/perl5db.pl
19366 ____________________________________________________________________________
19367 [  2117] By: gsar                                  on 1998/10/28  22:02:30
19368     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19369          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
19370          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
19371          Subject: [PATCH 5.00552] Make sort respect overloading
19372  Branch: perl
19373        ! pp_ctl.c proto.h t/pragma/overload.t
19374 ____________________________________________________________________________
19375 [  2116] By: gsar                                  on 1998/10/28  21:51:11
19376     Log: MM patches from Ilya Zakharevich
19377          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
19378          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
19379          Subject: [PATCH 5.00552] Make MakeMaker more verbose
19380          --
19381          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
19382          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
19383          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
19384  Branch: perl
19385        ! lib/ExtUtils/MakeMaker.pm
19386 ____________________________________________________________________________
19387 [  2115] By: gsar                                  on 1998/10/28  21:46:19
19388     Log: add explicit references to perl source path in ld2 and gcc2
19389  Branch: perl
19390        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19391 ____________________________________________________________________________
19392 [  2114] By: gsar                                  on 1998/10/28  21:39:56
19393     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19394          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
19395          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
19396          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
19397  Branch: perl
19398        ! INSTALL
19399 ____________________________________________________________________________
19400 [  2113] By: gsar                                  on 1998/10/28  21:21:16
19401     Log: integrate cfgperl into mainline
19402  Branch: perl
19403       +> t/op/filetest.t
19404       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
19405       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
19406       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19407       !> thread.h toke.c vmesa/Makefile
19408 ____________________________________________________________________________
19409 [  2112] By: gsar                                  on 1998/10/28  21:14:18
19410     Log: minor cleanup
19411  Branch: perl
19412        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
19413 ____________________________________________________________________________
19414 [  2111] By: gsar                                  on 1998/10/28  18:52:10
19415     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
19416  Branch: perl
19417        ! toke.c
19418 ____________________________________________________________________________
19419 [  2110] By: jhi                                   on 1998/10/28  15:07:54
19420     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
19421  Branch: cfgperl
19422        ! Makefile.SH
19423 ____________________________________________________________________________
19424 [  2109] By: jhi                                   on 1998/10/28  13:39:54
19425     Log: a2p.y needs to generate also y.tab.h.
19426  Branch: cfgperl
19427        ! Makefile.SH
19428 ____________________________________________________________________________
19429 [  2108] By: jhi                                   on 1998/10/28  10:33:36
19430     Log: The "parse error" must be converted to "syntax error",
19431          just matching it aint' enough.
19432  Branch: cfgperl
19433        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19434        ! t/pragma/warning.t
19435 ____________________________________________________________________________
19436 [  2107] By: jhi                                   on 1998/10/28  10:23:05
19437     Log: Regen sig_n{ame,umber}* if slightest doubt.
19438  Branch: cfgperl
19439        ! Configure
19440 ____________________________________________________________________________
19441 [  2106] By: jhi                                   on 1998/10/28  08:44:49
19442     Log: Bison says 'parse error', not 'parser error'.
19443  Branch: cfgperl
19444        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19445        ! t/pragma/warning.t
19446 ____________________________________________________________________________
19447 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19448     Log: yylex() parametrization.
19449  Branch: cfgperl
19450        ! proto.h toke.c
19451 ____________________________________________________________________________
19452 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19453     Log: Bring in #2102.
19454  Branch: cfgperl
19455        ! pp.c
19456 ____________________________________________________________________________
19457 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19458     Log: From: Dominic Dunlop <domo@vo.lu>
19459          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19460          Date: 27 Oct 1998 20:47:25 +0200
19461          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19462  Branch: cfgperl
19463        ! t/op/groups.t
19464 ____________________________________________________________________________
19465 [  2102] By: larry                                 on 1998/10/27  18:58:55
19466     Log: utf8 change to quotemeta broke EBCDIC
19467  Branch: perl
19468        ! pp.c
19469 ____________________________________________________________________________
19470 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19471     Log: $Config{sig_num_init}.
19472          Also, a new approach to the 'pthreads-created-joinable': drop
19473          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19474          directly. (See also #2096).
19475  Branch: cfgperl
19476        ! Configure config_h.SH
19477 ____________________________________________________________________________
19478 [  2100] By: jhi                                   on 1998/10/27  10:48:55
19479     Log: Regenerated perly_c.diff.
19480  Branch: cfgperl
19481        ! perly_c.diff
19482 ____________________________________________________________________________
19483 [  2099] By: jhi                                   on 1998/10/27  08:42:25
19484     Log: First the mangler was Netscape, then it was me.
19485  Branch: cfgperl
19486        ! vmesa/Makefile
19487 ____________________________________________________________________________
19488 [  2098] By: jhi                                   on 1998/10/27  08:34:40
19489     Log: `id -Gn` might be available where `groups` is not.
19490  Branch: cfgperl
19491        ! t/op/groups.t
19492 ____________________________________________________________________________
19493 [  2097] By: jhi                                   on 1998/10/27  08:05:17
19494     Log: Netscape had mangled the tabs.
19495  Branch: cfgperl
19496        ! vmesa/Makefile
19497 ____________________________________________________________________________
19498 [  2096] By: jhi                                   on 1998/10/27  08:03:05
19499     Log: ATTR_JOINABLE logic, based on (private email)
19500          
19501          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19502          Subject: Some little diffs
19503          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
19504          Date: Tue, 27 Oct 1998 13:44:42 +1300
19505  Branch: cfgperl
19506        ! thread.h
19507 ____________________________________________________________________________
19508 [  2095] By: jhi                                   on 1998/10/27  07:56:57
19509     Log: Mach cthreads support based on:
19510          
19511          From: brie@corp.home.net (Brian Harrison)
19512          Subject: perl5.005_02 patch for mthreads
19513          To: perl5-porters@perl.org
19514          Date: 24 Oct 1998 01:01:55 +0300
19515          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
19516          
19517          Pthread yield probe (dejavu)
19518          Cosmetic nanochange for the union semun output.
19519          Better inttypes.h probe.
19520          Undo the 'void *' $selecttype probe from #1971 because
19521          it breaks the $selectminbits test.
19522  Branch: cfgperl
19523        ! Configure config_h.SH perl.h thread.h
19524 ____________________________________________________________________________
19525 [  2094] By: jhi                                   on 1998/10/26  13:02:07
19526     Log: Also posix-bc wants to reyacc.
19527  Branch: cfgperl
19528        ! Makefile.SH
19529 ____________________________________________________________________________
19530 [  2093] By: jhi                                   on 1998/10/26  10:17:21
19531     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
19532          5_02 and really breaking things in non-ASCII worlds.
19533  Branch: cfgperl
19534        ! pp.c
19535 ____________________________________________________________________________
19536 [  2092] By: jhi                                   on 1998/10/26  09:08:00
19537     Log: More robustness.
19538  Branch: cfgperl
19539        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19540        ! t/pragma/warning.t
19541 ____________________________________________________________________________
19542 [  2091] By: jhi                                   on 1998/10/26  08:47:32
19543     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
19544          Bison really wants YYLEX_PARAM.
19545  Branch: cfgperl
19546        ! perly.y proto.h toke.c
19547 ____________________________________________________________________________
19548 [  2090] By: jhi                                   on 1998/10/26  08:21:25
19549     Log: s/YYLEX_PARAM/YYLEXPARAM/
19550  Branch: cfgperl
19551        ! perly.y
19552 ____________________________________________________________________________
19553 [  2089] By: jhi                                   on 1998/10/26  08:17:33
19554     Log: Indicate skipped subtests.
19555  Branch: cfgperl
19556        ! t/io/pipe.t
19557 ____________________________________________________________________________
19558 [  2088] By: jhi                                   on 1998/10/26  08:11:36
19559     Log: Integrate from mainperl.
19560  Branch: cfgperl
19561       !> (integrate 54 files)
19562 ____________________________________________________________________________
19563 [  2087] By: jhi                                   on 1998/10/26  08:08:02
19564     Log: Add test for filetests.
19565  Branch: cfgperl
19566        + t/op/filetest.t
19567        ! MANIFEST
19568 ____________________________________________________________________________
19569 [  2086] By: gsar                                  on 1998/10/26  02:44:44
19570     Log: various win32 tweaks; disable new xs_cpp section (it creates
19571          ambiguous inference graph for %.xs --> %.o)
19572  Branch: perl
19573        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
19574        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
19575        ! win32/config.gc win32/config_H.gc win32/makedef.pl
19576        ! win32/makefile.mk win32/win32.h
19577 ____________________________________________________________________________
19578 [  2085] By: gsar                                  on 1998/10/26  00:50:02
19579     Log: sanity-check $Config{drand01} in rand.t
19580  Branch: perl
19581        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
19582        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19583 ____________________________________________________________________________
19584 [  2078] By: gsar                                  on 1998/10/25  10:22:04
19585     Log: update win32/config*.?c
19586  Branch: perl
19587        ! Changes win32/config.bc win32/config.gc win32/config.vc
19588        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19589 ____________________________________________________________________________
19590 [  2077] By: gsar                                  on 1998/10/25  08:39:25
19591     Log: From: Graham Barr <gbarr@pobox.com>
19592          Date: Sat, 24 Oct 1998 21:45:50 -0500
19593          Message-ID: <19981024214550.C508@pobox.com>
19594          Subject: Re: die with a reference  should use overload "" operator
19595  Branch: perl
19596        ! pp_ctl.c
19597 ____________________________________________________________________________
19598 [  2076] By: gsar                                  on 1998/10/25  08:37:49
19599     Log: From: Graham Barr <gbarr@pobox.com>
19600          Date: Sat, 24 Oct 1998 12:45:21 -0500
19601          Message-ID: <19981024124521.C512@pobox.com>
19602          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
19603  Branch: perl
19604        ! sv.c
19605 ____________________________________________________________________________
19606 [  2075] By: gsar                                  on 1998/10/25  08:24:09
19607     Log: fix C<print $n += 5;> etc.
19608  Branch: perl
19609        ! toke.c
19610 ____________________________________________________________________________
19611 [  2074] By: gsar                                  on 1998/10/25  08:12:28
19612     Log: list builtins with portability caveats
19613          From: Jarkko Hietaniemi <jhi@iki.fi>
19614          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
19615          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
19616          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
19617  Branch: perl
19618        ! pod/perlfunc.pod
19619 ____________________________________________________________________________
19620 [  2073] By: gsar                                  on 1998/10/25  07:55:43
19621     Log: fix stack overrun in file test operators
19622  Branch: perl
19623        ! pp_sys.c
19624 ____________________________________________________________________________
19625 [  2072] By: gsar                                  on 1998/10/25  07:29:45
19626     Log: implement C<goto &func> and other fixes (via private mail)
19627          From:    "vishal bhatia" <vishalb@hotmail.com>
19628          Date:    Wed, 21 Oct 1998 22:59:03 PDT
19629          Message-Id: <19981022055904.20083.qmail@hotmail.com>
19630          Subject: [PATCH 5.005_52] More fixes for B
19631  Branch: perl
19632        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
19633 ____________________________________________________________________________
19634 [  2071] By: gsar                                  on 1998/10/25  07:14:41
19635     Log: From: Graham Barr <gbarr@pobox.com>
19636          Date: Sat, 17 Oct 1998 20:42:41 -0500
19637          Message-ID: <19981017204241.G510@pobox.com>
19638          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
19639  Branch: perl
19640        ! pp_ctl.c
19641 ____________________________________________________________________________
19642 [  2070] By: gsar                                  on 1998/10/25  07:07:29
19643     Log: avoid bogus line number in XSUB redefined warnings
19644  Branch: perl
19645        ! op.c
19646 ____________________________________________________________________________
19647 [  2069] By: gsar                                  on 1998/10/25  06:59:03
19648     Log: From: Martijn Koster <mak@excitecorp.com>
19649          Date: Wed, 21 Oct 1998 13:12:03 +0100
19650          Message-ID: <19981021131203.A15661@excitecorp.com>
19651          Subject: File::Path::mkpath reports the wrong error
19652  Branch: perl
19653        ! lib/File/Path.pm
19654 ____________________________________________________________________________
19655 [  2068] By: gsar                                  on 1998/10/25  06:54:43
19656     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
19657          Date: Tue, 20 Oct 1998 20:52:20 -0500
19658          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
19659          Subject: Exporter.pm's export_to_level() argument handling buggy
19660  Branch: perl
19661        ! lib/Exporter.pm
19662 ____________________________________________________________________________
19663 [  2067] By: gsar                                  on 1998/10/25  06:50:19
19664     Log: From: jan.dubois@ibm.net (Jan Dubois)
19665          Date: Wed, 21 Oct 1998 00:55:51 +0200
19666          Message-ID: <36380269.55370608@smtp1.ibm.net>
19667          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
19668  Branch: perl
19669        ! ext/DynaLoader/DynaLoader_pm.PL
19670 ____________________________________________________________________________
19671 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19672     Log: recognize '%' as a shell metachar for win32
19673          From: jan.dubois@ibm.net (Jan Dubois)
19674          Date: Tue, 20 Oct 1998 21:57:35 +0200
19675          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19676          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19677  Branch: perl
19678        ! win32/win32.c
19679 ____________________________________________________________________________
19680 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19681     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19682  Branch: perl
19683        ! sv.c
19684 ____________________________________________________________________________
19685 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19686     Log: From: Gisle Aas <gisle@aas.no>
19687          Date: 20 Oct 1998 14:24:44 +0200
19688          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19689          Subject: ord() and unpack("U*",...) should not be negative
19690  Branch: perl
19691        ! pp.c
19692 ____________________________________________________________________________
19693 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19694     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19695          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19696          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19697          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19698  Branch: perl
19699        ! os2/os2.c
19700 ____________________________________________________________________________
19701 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19702     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19703          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19704          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19705          Subject: [PATCH 5.005_*] Speed up aassign
19706  Branch: perl
19707        ! pp_hot.c
19708 ____________________________________________________________________________
19709 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19710     Log: From: Graham Barr <gbarr@pobox.com>
19711          Date: Sat, 17 Oct 1998 22:22:02 -0500
19712          Message-ID: <19981017222202.J510@pobox.com>
19713          Subject: Re: '*' prototype does not allow bareword with strict
19714  Branch: perl
19715        ! toke.c
19716 ____________________________________________________________________________
19717 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19718     Log: handle '::' in section names properly
19719          From: Graham Barr <gbarr@pobox.com>
19720          Date: Sat, 17 Oct 1998 12:57:54 -0500
19721          Message-ID: <19981017125754.C510@pobox.com>
19722          Subject: Re: pod2html
19723  Branch: perl
19724        ! lib/Pod/Html.pm
19725 ____________________________________________________________________________
19726 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19727     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19728  Branch: perl
19729       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19730       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19731 ____________________________________________________________________________
19732 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19733     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19734  Branch: perl
19735        ! win32/makedef.pl
19736 ____________________________________________________________________________
19737 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19738     Log: integrate change#2053 from maint-5.005
19739  Branch: perl
19740       !> cop.h t/cmd/while.t
19741 ____________________________________________________________________________
19742 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19743     Log: commented version of a patch suggested by Drago Goricanec
19744          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19745          Date: 16 Oct 1998 15:24:45 +0300
19746          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19747          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19748  Branch: perl
19749        ! pp_sys.c
19750 ____________________________________________________________________________
19751 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19752     Log: include eof() in description of buffering caveats
19753          From: Anton Berezin <tobez@plab.ku.dk>
19754          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19755          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19756          Subject: [DOCPATCH] pod/perlfunc.pod
19757  Branch: perl
19758        ! pod/perlfunc.pod
19759 ____________________________________________________________________________
19760 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19761     Log: disallow 'x' in hex numbers (except leading '0x')
19762          From: Gisle Aas <gisle@aas.no>
19763          Date: 16 Oct 1998 16:33:12 +0200
19764          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19765          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19766  Branch: perl
19767        ! perlvars.h t/op/oct.t util.c
19768 ____________________________________________________________________________
19769 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19770     Log: avoid the circular refcnt logic in magic_mutexfree()
19771  Branch: perl
19772        ! mg.c pp.c pp_hot.c
19773 ____________________________________________________________________________
19774 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19775     Log: properly restore PL_rsfp_filters after require
19776  Branch: perl
19777        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19778        ! scope.h
19779 ____________________________________________________________________________
19780 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19781     Log: integrate cfgperl changes back into mainline
19782  Branch: perl
19783       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19784       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19785       !> (integrate 33 files)
19786 ____________________________________________________________________________
19787 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19788     Log: avoid "mysterious" compile-time failures without messages
19789  Branch: perl
19790        ! gv.c
19791 ____________________________________________________________________________
19792 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19793     Log: checkin jpl under //depot/perlext/jpl/...
19794  Branch: perlext
19795        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19796        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19797        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19798        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19799        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19800        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19801        + jpl/PerlInterpreter/Makefile.PL
19802        + jpl/PerlInterpreter/PerlInterpreter.c
19803        + jpl/PerlInterpreter/PerlInterpreter.h
19804        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19805        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19806        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19807        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19808        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19809 ____________________________________________________________________________
19810 [  2040] By: larry                                 on 1998/10/23  19:31:42
19811     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19812  Branch: perl
19813        ! pp.c
19814 ____________________________________________________________________________
19815 [  2039] By: larry                                 on 1998/10/23  18:48:34
19816     Log: tr///d does not seem to work
19817  Branch: perl
19818        ! lib/utf8_heavy.pl
19819 ____________________________________________________________________________
19820 [  2038] By: larry                                 on 1998/10/23  18:00:41
19821     Log: Program with utf8 identifiers fails to compile
19822  Branch: perl
19823        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19824 ____________________________________________________________________________
19825 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19826     Log: Test suite portability:
19827          - posix-bc does not write to broken pipes
19828          - filehand #11 only iff we have fork
19829          - warning.t can now match $expected using regular expressions
19830  Branch: cfgperl
19831        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19832        ! t/pragma/warning.t
19833 ____________________________________________________________________________
19834 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19835     Log: yacc clarification.
19836  Branch: cfgperl
19837        ! README.posix-bc
19838 ____________________________________________________________________________
19839 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19840     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19841  Branch: cfgperl
19842        ! mg.c
19843 ____________________________________________________________________________
19844 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19845     Log: Configure update: both for pthread_yield more robust
19846          testing (all variants of pthread_attr_getdetachstate()) --
19847          and because Configure was broken in major way! About 1000
19848          last lines were truncated.
19849  Branch: cfgperl
19850        ! Configure
19851 ____________________________________________________________________________
19852 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19853     Log: DJGPP feedback for #2028.
19854  Branch: cfgperl
19855        ! thread.h
19856 ____________________________________________________________________________
19857 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19858     Log: yielding, the saga continues.
19859  Branch: cfgperl
19860        ! Configure config_h.SH
19861       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19862       !> t/op/goto.t t/pragma/constant.t
19863 ____________________________________________________________________________
19864 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19865     Log: VM/ESA feedback for #2028.
19866  Branch: cfgperl
19867        ! Configure config_h.SH thread.h
19868 ____________________________________________________________________________
19869 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19870     Log: fix handling of mayhaps-extended @_ in goto &sub
19871  Branch: perl
19872        ! av.c pp_ctl.c t/op/goto.t
19873 ____________________________________________________________________________
19874 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19875     Log: restore sanity to "constant" references
19876  Branch: perl
19877        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19878 ____________________________________________________________________________
19879 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19880     Log: OLD_PTHREADS_API reorganizing.
19881  Branch: cfgperl
19882        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19883        ! vmesa/vmesaish.h
19884 ____________________________________________________________________________
19885 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19886     Log: #2026 fallout.
19887  Branch: cfgperl
19888        ! Makefile.SH
19889 ____________________________________________________________________________
19890 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19891     Log: VM/ESA update.
19892  Branch: cfgperl
19893        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19894 ____________________________________________________________________________
19895 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19896     Log: 64-bitness, based on
19897          
19898          From: Scott Henry <scotth@sgi.com>
19899          To: perl-64bit@perl.org
19900          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19901          Subject: Re: Configure problems/questions...
19902          Date: 19 Oct 1998 22:38:06 -0700
19903  Branch: cfgperl
19904        ! hints/irix_6.sh perl.h
19905 ____________________________________________________________________________
19906 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19907     Log: Add lseeksize.
19908  Branch: cfgperl
19909        ! config_h.SH
19910 ____________________________________________________________________________
19911 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19912     Log: Mumble about _yields() only when threaded.
19913  Branch: cfgperl
19914        ! Configure
19915 ____________________________________________________________________________
19916 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19917     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19918  Branch: cfgperl
19919        ! thread.h
19920 ____________________________________________________________________________
19921 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19922     Log: From: Chip Salzenberg <chip@perlsupport.com>
19923          Date: Tue, 6 Oct 1998 13:33:05 -0400
19924          Message-ID: <19981006133305.A2348@perlsupport.com>
19925          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19926  Branch: maint-5.005/perl
19927        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19928        ! t/op/tie.t
19929 ____________________________________________________________________________
19930 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19931     Log: YIELD more robustly.
19932  Branch: cfgperl
19933        ! thread.h
19934 ____________________________________________________________________________
19935 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19936     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19937          the 'new' one (just like DJGPP, it seems).
19938  Branch: cfgperl
19939        ! thread.h
19940 ____________________________________________________________________________
19941 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19942     Log: vmesaish.h doesn't exclude unixish.h.
19943  Branch: cfgperl
19944        ! perl.h
19945 ____________________________________________________________________________
19946 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19947     Log: 1<<$randbits is not good for randbits=48.
19948  Branch: cfgperl
19949        ! t/op/rand.t
19950 ____________________________________________________________________________
19951 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19952     Log: Make #2012 glob pattern more portable.
19953  Branch: cfgperl
19954        ! Makefile.SH
19955 ____________________________________________________________________________
19956 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19957     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19958          as it is output only
19959  Branch: maint-5.005/perl
19960        ! ext/POSIX/POSIX.xs
19961 ____________________________________________________________________________
19962 [  2012] By: jhi                                   on 1998/10/17  15:04:23
19963     Log: clean numbered core dumps and t/tmp[0-9]*.
19964  Branch: cfgperl
19965        ! Makefile.SH
19966 ____________________________________________________________________________
19967 [  2011] By: jhi                                   on 1998/10/17  14:59:15
19968     Log: More robust yacc/bison failure output handling.
19969  Branch: cfgperl
19970        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19971 ____________________________________________________________________________
19972 [  2010] By: jhi                                   on 1998/10/17  14:51:05
19973     Log: BC2000 POSIX update.
19974  Branch: cfgperl
19975        ! MANIFEST
19976 ____________________________________________________________________________
19977 [  2009] By: jhi                                   on 1998/10/17  14:49:46
19978     Log: POSIX BC2000 port from perl-mvs:
19979          
19980          Subject: Ported perl 5.005.02 to BS2000 / POSIX
19981          From: Dorner Thomas <Thomas.Dorner@start.de> 
19982          Date: Tue, 29 Sep 1998 13:29:36 +0100 
19983          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
19984  Branch: cfgperl
19985        + README.posix-bc hints/posix-bc.sh
19986        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
19987        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
19988        ! unixish.h
19989 ____________________________________________________________________________
19990 [  2008] By: jhi                                   on 1998/10/17  14:07:49
19991     Log: VM/ESA-update.
19992  Branch: cfgperl
19993        ! MANIFEST
19994 ____________________________________________________________________________
19995 [  2007] By: jhi                                   on 1998/10/17  13:55:34
19996     Log: Forgot few S_I* imports.
19997  Branch: cfgperl
19998        ! t/lib/ipc_sysv.t
19999 ____________________________________________________________________________
20000 [  2006] By: jhi                                   on 1998/10/17  13:43:54
20001     Log: The VM/ESA port essentials, based on
20002          
20003          perl-mvs:
20004          
20005          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20006          Subject: Re: Can't find Data/Dumper.pm
20007          Date: Mon, 28 Sep 1998 07:40:49 +1300
20008          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
20009          
20010          private email:
20011          
20012          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20013          Subject: Re: Perl thread problems in VM/ESA
20014          Date: Thu, 15 Oct 1998 07:18:35 +1300
20015          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
20016          
20017          and private email:
20018          
20019          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
20020          Subject:  perl archive
20021          Date:  Sun, 11 Oct 1998 19:28:54 EDT
20022          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
20023          which gave a pointer to
20024          
20025          http://pucc.princeton.edu/~neale/perl.tar
20026          
20027          (based on Perl 5.005_51)
20028  Branch: cfgperl
20029        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20030        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
20031        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
20032        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
20033 ____________________________________________________________________________
20034 [  2005] By: jhi                                   on 1998/10/17  13:17:19
20035     Log: Integrate mainperl.
20036  Branch: cfgperl
20037       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
20038       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20039       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
20040       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
20041       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
20042       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
20043       !> win32/makefile.mk
20044 ____________________________________________________________________________
20045 [  2004] By: jhi                                   on 1998/10/17  11:19:06
20046     Log: Removed an extra ' from the int64_t test.
20047  Branch: cfgperl
20048        ! Configure
20049 ____________________________________________________________________________
20050 [  2003] By: gsar                                  on 1998/10/17  04:11:40
20051     Log: silence -w noises (suggested by Greg Bacon)
20052  Branch: perl
20053        ! lib/Term/Complete.pm
20054 ____________________________________________________________________________
20055 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20056     Log: From: Gisle Aas <gisle@aas.no>
20057          Date: 14 Oct 1998 15:53:14 +0200
20058          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20059          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20060  Branch: perl
20061        ! util.c
20062 ____________________________________________________________________________
20063 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20064     Log: From: Gisle Aas <gisle@aas.no>
20065          Date: 14 Oct 1998 15:17:44 +0200
20066          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20067          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20068  Branch: perl
20069        ! toke.c
20070 ____________________________________________________________________________
20071 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20072     Log: From: Gisle Aas <gisle@aas.no>
20073          Date: 14 Oct 1998 00:38:06 +0200
20074          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20075          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20076  Branch: perl
20077        ! sv.c
20078 ____________________________________________________________________________
20079 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20080     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20081          Date: Tue, 13 Oct 1998 15:10:57 -0700
20082          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20083          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20084  Branch: perl
20085        ! vms/ext/Stdio/Stdio.pm
20086 ____________________________________________________________________________
20087 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20088     Log: skip readonly vars and unref references when doing a reset()
20089  Branch: perl
20090        ! sv.c
20091 ____________________________________________________________________________
20092 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20093     Log: fix buggy treatment of large checksums on unicode strings
20094          From: Gisle Aas <gisle@aas.no>
20095          Date: 13 Oct 1998 21:35:39 +0200
20096          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20097          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20098  Branch: perl
20099        ! pp.c
20100 ____________________________________________________________________________
20101 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20102     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20103          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20104          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20105          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20106  Branch: perl
20107        ! os2/Makefile.SHs os2/os2.c
20108 ____________________________________________________________________________
20109 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20110     Log: clarify section name rules for typemaps
20111  Branch: perl
20112        ! pod/perlxs.pod
20113 ____________________________________________________________________________
20114 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20115     Log: whitespace-proof grent.t
20116  Branch: perl
20117        ! t/op/grent.t
20118 ____________________________________________________________________________
20119 [  1993] By: gsar                                  on 1998/10/17  02:27:29
20120     Log: fix bug in B::CC::pp_sassign()
20121          From: "vishal bhatia" <vishalb@hotmail.com>
20122          Date: Sun, 11 Oct 1998 18:41:38 PDT
20123          Message-ID: <19981012014139.19614.qmail@hotmail.com>
20124          Subject: B::CC problems with pp_sassign routine
20125  Branch: perl
20126        ! ext/B/B/CC.pm
20127 ____________________________________________________________________________
20128 [  1992] By: gsar                                  on 1998/10/17  02:17:49
20129     Log: applied suggested patch with small doc tweak
20130          From: Gisle Aas <gisle@aas.no>
20131          Date: 11 Oct 1998 12:53:13 +0200
20132          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
20133          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
20134  Branch: perl
20135        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
20136        ! t/op/tiehandle.t
20137 ____________________________________________________________________________
20138 [  1991] By: gsar                                  on 1998/10/17  02:08:30
20139     Log: apply non-conflicting parts from suggested patch
20140          From: jan.dubois@ibm.net (Jan Dubois)
20141          Date: Sat, 10 Oct 1998 13:15:45 +0200
20142          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
20143          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
20144  Branch: perl
20145        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20146 ____________________________________________________________________________
20147 [  1990] By: gsar                                  on 1998/10/17  02:01:24
20148     Log: provide option to enable optimization with VC (suggested by Jan
20149          Dubois)
20150  Branch: perl
20151        ! win32/Makefile win32/makefile.mk
20152 ____________________________________________________________________________
20153 [  1989] By: gsar                                  on 1998/10/17  01:55:27
20154     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
20155          Dave Leppik <dleppik@gage.com>
20156  Branch: perl
20157        ! perl.h
20158 ____________________________________________________________________________
20159 [  1988] By: gsar                                  on 1998/10/17  01:49:05
20160     Log: stray typo found by Hugo van der Sanden
20161  Branch: perl
20162        ! op.c
20163 ____________________________________________________________________________
20164 [  1987] By: gsar                                  on 1998/10/17  01:45:52
20165     Log: perldoc pod update
20166          From: Daniel Grisinger <dgris@perrin.dimensional.com>
20167          Date: 06 Oct 1998 23:56:51 -0600
20168          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
20169          Subject: [PATCH _02 and _52] perldoc
20170  Branch: perl
20171        ! utils/perldoc.PL
20172 ____________________________________________________________________________
20173 [  1986] By: gsar                                  on 1998/10/17  01:41:40
20174     Log: qualify names of builtins
20175  Branch: perl
20176        ! ext/POSIX/POSIX.pm
20177 ____________________________________________________________________________
20178 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
20179     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20180          Date: Thu, 17 Sep 1998 17:16:06 +0200
20181          Message-ID: <360127B6.E44564A@ispsoft.de>
20182          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20183  Branch: maint-5.005/perl
20184        ! lib/ExtUtils/MakeMaker.pm
20185 ____________________________________________________________________________
20186 [  1978] By: gsar                                  on 1998/10/16  01:58:58
20187     Log: integrate cfgperl mods into mainline
20188  Branch: perl
20189       +> ext/DynaLoader/dl_vmesa.xs
20190        ! Porting/genlog
20191       !> Configure MANIFEST Makefile.SH config_h.SH
20192       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20193       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
20194       !> x2p/Makefile.SH
20195 ____________________________________________________________________________
20196 [  1976] By: gsar                                  on 1998/10/16  00:10:52
20197     Log: stray tweak
20198  Branch: perl
20199        ! op.c
20200 ____________________________________________________________________________
20201 [  1975] By: gsar                                  on 1998/10/15  23:54:38
20202     Log: propagate typeness of lexicals while cloning them
20203  Branch: perl
20204        ! op.c
20205 ____________________________________________________________________________
20206 [  1974] By: gsar                                  on 1998/10/15  23:53:25
20207     Log: s/last/first/ typo in append_list()
20208  Branch: perl
20209        ! op.c
20210 ____________________________________________________________________________
20211 [  1973] By: gsar                                  on 1998/10/15  20:06:17
20212     Log: nuke confperl branch and contents
20213  Branch: confperl
20214        - (delete 1284 files)
20215 ____________________________________________________________________________
20216 [  1972] By: jhi                                   on 1998/10/15  07:07:35
20217     Log: Test #162 had been added but the "print 1..161" had not been updated.
20218  Branch: cfgperl
20219        ! t/op/pat.t
20220 ____________________________________________________________________________
20221 [  1971] By: gsar                                  on 1998/10/15  03:09:58
20222     Log: check in all confperl changes as of change#1964 into cfgperl
20223  Branch: cfgperl
20224        + ext/DynaLoader/dl_vmesa.xs
20225        ! Configure MANIFEST Makefile.SH config_h.SH
20226        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20227        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
20228 ____________________________________________________________________________
20229 [  1970] By: gsar                                  on 1998/10/15  03:05:59
20230     Log: integrate mainline to get tr.t
20231  Branch: cfgperl
20232       +> t/op/tr.t
20233 ____________________________________________________________________________
20234 [  1969] By: gsar                                  on 1998/10/15  03:04:17
20235     Log: add missing tr.t to repository
20236  Branch: perl
20237        + t/op/tr.t
20238 ____________________________________________________________________________
20239 [  1968] By: gsar                                  on 1998/10/15  03:02:43
20240     Log: create cfgperl branch
20241  Branch: cfgperl
20242       +> (branch 1282 files)
20243 ____________________________________________________________________________
20244 [  1967] By: gsar                                  on 1998/10/15  02:46:08
20245     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
20246          (MAN3PODS cannot be set to ' '; stray stricture violation)
20247  Branch: perl
20248        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
20249        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
20250        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
20251        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
20252        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
20253        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
20254        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
20255        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
20256        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
20257        ! lib/ExtUtils/MM_Unix.pm
20258 ____________________________________________________________________________
20259 [  1966] By: gsar                                  on 1998/10/15  02:19:03
20260     Log: tweak to make fix in change#1944 behave correctly for closures
20261          created within eval''
20262  Branch: perl
20263        ! op.c t/op/eval.t
20264 ____________________________________________________________________________
20265 [  1965] By: gsar                                  on 1998/10/14  23:22:41
20266     Log: use better numbers for exitstatus test
20267  Branch: perl
20268        ! t/op/die_exit.t
20269 ____________________________________________________________________________
20270 [  1964] By: jhi                                   on 1998/10/14  17:25:41
20271     Log: Add VM/ESA dynaloading (uses <dll.h>).
20272  Branch: confperl
20273        + ext/DynaLoader/dl_vmesa.xs
20274        ! MANIFEST
20275 ____________________________________________________________________________
20276 [  1963] By: jhi                                   on 1998/10/14  17:17:10
20277     Log: Remove a2p.loadmap in 'clean' target.
20278  Branch: confperl
20279        ! x2p/Makefile.SH
20280 ____________________________________________________________________________
20281 [  1962] By: jhi                                   on 1998/10/14  17:13:11
20282     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
20283  Branch: confperl
20284        ! Makefile.SH
20285 ____________________________________________________________________________
20286 [  1961] By: jhi                                   on 1998/10/14  16:27:39
20287     Log: VM/ESA creates executable.loadmaps.
20288  Branch: confperl
20289        ! Makefile.SH
20290 ____________________________________________________________________________
20291 [  1960] By: jhi                                   on 1998/10/14  15:37:39
20292     Log: Introduce SCHED_YIELD (one of sched_yield(),
20293          pthread_yield(), or pthread_yield(NULL)).
20294          YIELD is then defined using SCHED_YIELD unless
20295          a platform-specific YIELD has already been defined.
20296          
20297          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
20298          
20299          The need for pthread_yield(NULL) and pthread_attr_setdet...
20300          introduced by (private email)
20301          
20302          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20303          Date: Sat, 10 Oct 1998 21:08:15 +1300
20304          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
20305          Subject: Re: Perl thread problems in VM/ESA
20306          
20307          Better select() protoprobe (for AIX), from (private email)
20308          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20309          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
20310          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
20311          Subject: AIX select (fwd)
20312          From: Lars Hecking <lhecking@nmrc.ucc.ie>
20313          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
20314          Date: Fri, 2 Oct 1998 10:40:01 +0100
20315          Subject: AIX select
20316          
20317          Linux-avoid-so.X.Y, based on
20318          From: "Kurt D. Starsinic" <kstar@chapin.edu>
20319          Date: Tue, 13 Oct 1998 15:55:07 -0400
20320          Message-ID: <19981013155507.B4004@O2.chapin.edu>
20321          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
20322  Branch: confperl
20323        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
20324        ! thread.h
20325 ____________________________________________________________________________
20326 [  1959] By: jhi                                   on 1998/10/14  12:51:26
20327     Log: Some old pthread implementations have
20328          pthread_attr_setdetachstate(pthread_attr_t*, int*).
20329  Branch: confperl
20330        ! ext/Thread/Thread.xs
20331 ____________________________________________________________________________
20332 [  1958] By: jhi                                   on 1998/10/14  12:41:11
20333     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
20334          counterparts will follow soon.
20335  Branch: confperl
20336        ! thread.h
20337 ____________________________________________________________________________
20338 [  1957] By: jhi                                   on 1998/10/14  12:38:11
20339     Log: Add tr.t (MANIFEST already knew about it, strange)
20340  Branch: confperl
20341        + t/op/tr.t
20342 ____________________________________________________________________________
20343 [  1956] By: jhi                                   on 1998/10/14  12:24:35
20344     Log: Mutexen should be initialized only once.
20345  Branch: confperl
20346        ! gv.c op.c
20347 ____________________________________________________________________________
20348 [  1955] By: jhi                                   on 1998/10/14  12:19:38
20349     Log: os390 has its own cppstdin.
20350  Branch: confperl
20351        ! hints/os390.sh
20352 ____________________________________________________________________________
20353 [  1954] By: jhi                                   on 1998/10/14  12:15:06
20354     Log: Integrate with mainperl.
20355  Branch: confperl
20356       !> (integrate 1280 files)
20357 ____________________________________________________________________________
20358 [  1953] By: jhi                                   on 1998/10/14  11:48:08
20359     Log: Removed duplicate CMA threads code for HPUX 10.X.
20360          (probably residue of patch(1) being too understanding)
20361          Enhanced 64-bit settings. (redo change#1940)
20362  Branch: confperl
20363        ! hints/hpux.sh
20364 ____________________________________________________________________________
20365 [  1952] By: jhi                                   on 1998/10/14  11:45:16
20366     Log: (redo change#1949) Detypo in the d_open64 warning about
20367          the impending WHOA.
20368  Branch: confperl
20369        ! hints/irix_6.sh
20370 ____________________________________________________________________________
20371 [  1951] By: jhi                                   on 1998/10/14  10:54:16
20372     Log: Mutexen should only be inited once, after they have been New()ed.
20373  Branch: confperl
20374        ! gv.c op.c
20375 ____________________________________________________________________________
20376 [  1950] By: jhi                                   on 1998/10/14  10:41:43
20377     Log: Own cppstdin.
20378  Branch: confperl
20379        ! hints/os390.sh
20380 ____________________________________________________________________________
20381 [  1949] By: jhi                                   on 1998/10/14  10:34:23
20382     Log: Detypo in the d_open64 warning about the impending WHOA.
20383  Branch: confperl
20384        ! hints/irix_6.sh
20385 ____________________________________________________________________________
20386 [  1948] By: gsar                                  on 1998/10/14  05:38:01
20387     Log: two typos
20388  Branch: perl
20389        ! pp_hot.c t/op/eval.t
20390 ____________________________________________________________________________
20391 [  1947] By: gsar                                  on 1998/10/14  05:37:10
20392     Log: let docatch() pass the buck when restartop turns out to be null,
20393          making exceptions in BEGIN{} propagate as expected
20394  Branch: perl
20395        ! pp_ctl.c t/op/misc.t
20396 ____________________________________________________________________________
20397 [  1946] By: gsar                                  on 1998/10/13  03:41:49
20398     Log: add missing file from change#1943
20399  Branch: perl
20400        ! proto.h
20401 ____________________________________________________________________________
20402 [  1945] By: gsar                                  on 1998/10/13  03:32:02
20403     Log: defer "deep recursion" warnings until CXt_SUB context is properly
20404          set up
20405  Branch: perl
20406        ! pp_hot.c t/pragma/warn/pp_hot
20407 ____________________________________________________________________________
20408 [  1944] By: gsar                                  on 1998/10/13  03:15:50
20409     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
20410          fixup the cop_seq value that must be seen by lexical lookups that
20411          emanate within eval''
20412  Branch: perl
20413        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
20414 ____________________________________________________________________________
20415 [  1943] By: gsar                                  on 1998/10/13  02:06:09
20416     Log: ensure recursive attempts to findlex()icals know enough about where
20417          the last eval'' context was encountered
20418  Branch: perl
20419        ! op.c t/op/eval.t
20420 ____________________________________________________________________________
20421 [  1942] By: gsar                                  on 1998/10/13  02:01:24
20422     Log: force copy of substrings when matching against temporaries
20423  Branch: perl
20424        ! pp_hot.c t/op/pat.t
20425 ____________________________________________________________________________
20426 [  1941] By: gsar                                  on 1998/10/13  01:49:16
20427     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
20428          implementation)
20429  Branch: perl
20430        ! pp_ctl.c t/op/runlevel.t
20431 ____________________________________________________________________________
20432 [  1940] By: jhi                                   on 1998/10/12  09:57:44
20433     Log: Removed duplicate CMA threads code for HPUX 10.X.
20434          (probably residue of patch(1) being too understanding)
20435          Enhanced 64-bit settings.
20436  Branch: confperl
20437        ! hints/hpux.sh
20438 ____________________________________________________________________________
20439 [  1939] By: jhi                                   on 1998/10/12  09:53:11
20440     Log: Initial sync from mainline perl.
20441  Branch: confperl
20442        + (add 1282 files)
20443 ____________________________________________________________________________
20444 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20445     Log: fix $/ init for USE_THREADS
20446  Branch: perl
20447        ! perl.c
20448 ____________________________________________________________________________
20449 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20450     Log: fix globals caught by change#1927; builds and tests on Solaris
20451  Branch: perl
20452        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20453        ! warning.h warning.pl
20454 ____________________________________________________________________________
20455 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20456     Log: add test for previous fix
20457  Branch: perl
20458        ! ext/Thread/create.t
20459 ____________________________________________________________________________
20460 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20461     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20462  Branch: perl
20463        ! util.c
20464 ____________________________________________________________________________
20465 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20466     Log: undo bogus part of change#1903 (as pointed out by Larry)
20467  Branch: perl
20468        ! pp_ctl.c
20469 ____________________________________________________________________________
20470 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20471     Log: added tweaked version of suggested patch
20472          From: jan.dubois@ibm.net (Jan Dubois)
20473          Date: Sat, 03 Oct 1998 19:04:48 +0200
20474          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20475          Subject: [PATCH 5.005_52] More MakeMaker  patches
20476  Branch: perl
20477        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20478        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
20479 ____________________________________________________________________________
20480 [  1931] By: gsar                                  on 1998/10/06  04:04:33
20481     Log: use cpp symbols instead of hardwired constants
20482          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20483          Date: Mon, 05 Oct 1998 09:23:33 +0100
20484          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
20485          Subject: [PATCH 5.005_52] By the numbers (resend)
20486  Branch: perl
20487        ! op.c
20488 ____________________________________________________________________________
20489 [  1930] By: gsar                                  on 1998/10/06  04:01:55
20490     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20491          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
20492          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
20493          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
20494  Branch: perl
20495        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
20496        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
20497 ____________________________________________________________________________
20498 [  1929] By: gsar                                  on 1998/10/06  03:50:36
20499     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20500          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
20501          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
20502          Subject: [PATCH 5.00552] Minor test improvement
20503  Branch: perl
20504        ! t/op/magic.t
20505 ____________________________________________________________________________
20506 [  1928] By: gsar                                  on 1998/10/06  03:49:03
20507     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20508          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
20509          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
20510          Subject: [PATCH 5.00552] emacs/ptags inprovements
20511  Branch: perl
20512        ! emacs/ptags
20513 ____________________________________________________________________________
20514 [  1927] By: gsar                                  on 1998/10/06  03:47:44
20515     Log: disable C<#define dirty PL_dirty> et al.
20516  Branch: perl
20517        ! embed.pl embedvar.h
20518 ____________________________________________________________________________
20519 [  1926] By: gsar                                  on 1998/10/06  03:43:32
20520     Log: From: Mark-Jason Dominus <mjd@plover.com>
20521          Date: Sun, 04 Oct 1998 14:48:11 -0400
20522          Message-ID: <19981004184811.16048.qmail@plover.com>
20523          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
20524  Branch: perl
20525        ! utils/perldoc.PL
20526 ____________________________________________________________________________
20527 [  1925] By: gsar                                  on 1998/10/06  03:27:35
20528     Log: disable USE_THREADS when PERL_OBJECT is enabled
20529  Branch: perl
20530        ! win32/Makefile win32/makefile.mk
20531 ____________________________________________________________________________
20532 [  1924] By: gsar                                  on 1998/10/06  03:26:54
20533     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
20534  Branch: perl
20535        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
20536        ! vms/perly_c.vms
20537 ____________________________________________________________________________
20538 [  1923] By: gsar                                  on 1998/10/03  05:19:56
20539     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
20540          overridden
20541  Branch: perl
20542        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
20543        ! proto.h vms/perly_c.vms
20544 ____________________________________________________________________________
20545 [  1922] By: gsar                                  on 1998/10/03  03:59:50
20546     Log: suppress manifypods leak in extensions
20547  Branch: perl
20548        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
20549 ____________________________________________________________________________
20550 [  1921] By: gsar                                  on 1998/10/02  22:30:15
20551     Log: os390 fixes (suggested by Peter Prymmer)
20552  Branch: perl
20553        ! Makefile.SH regcomp.c
20554 ____________________________________________________________________________
20555 [  1920] By: gsar                                  on 1998/10/02  21:41:19
20556     Log: squelch undef warnings
20557          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20558          Date: Fri, 02 Oct 1998 11:01:14 +0100
20559          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
20560          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
20561  Branch: perl
20562        ! Changes lib/Math/BigInt.pm
20563 ____________________________________________________________________________
20564 [  1919] By: gsar                                  on 1998/10/02  04:59:13
20565     Log: add note to INSTALL about ANSI C
20566  Branch: perl
20567        ! INSTALL
20568 ____________________________________________________________________________
20569 [  1918] By: gsar                                  on 1998/10/02  04:21:10
20570     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
20571          From: jan.dubois@ibm.net (Jan Dubois)
20572          Date: Wed, 30 Sep 1998 23:35:30 +0200
20573          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
20574          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
20575  Branch: perl
20576        ! lib/ExtUtils/xsubpp
20577 ____________________________________________________________________________
20578 [  1917] By: gsar                                  on 1998/10/02  04:16:02
20579     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20580          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
20581          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
20582          Subject: Re: Configure test for selectbits busted
20583  Branch: perl
20584        ! Configure
20585 ____________________________________________________________________________
20586 [  1916] By: gsar                                  on 1998/10/02  04:14:17
20587     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20588          Date: Wed, 30 Sep 1998 17:15:20 -0700
20589          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
20590          Subject: [PATCH 5.005_02]VMS config tweaks
20591  Branch: perl
20592        ! vms/descrip_mms.template vms/subconfigure.com
20593 ____________________________________________________________________________
20594 [  1915] By: gsar                                  on 1998/10/02  04:10:47
20595     Log: use Off_t to permit 64-bit seek()
20596          From: Scott Henry <scotth@sgi.com>
20597          Date: 29 Sep 1998 17:38:46 -0700
20598          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
20599          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
20600          --
20601          Date: 28 Sep 1998 18:55:37 -0700
20602          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
20603          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20604  Branch: perl
20605        ! doio.c pp_sys.c proto.h sv.c
20606 ____________________________________________________________________________
20607 [  1914] By: gsar                                  on 1998/10/02  04:05:36
20608     Log: normalize tm struct passed to strftime() with mktime()
20609          From: Spider Boardman <spider@orb.nashua.nh.us>
20610          Date: Wed, 30 Sep 1998 15:12:09 -0400
20611          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
20612          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
20613  Branch: perl
20614        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20615 ____________________________________________________________________________
20616 [  1913] By: gsar                                  on 1998/10/02  03:59:46
20617     Log: don't try to run foo_SH.orig etc.
20618  Branch: perl
20619        ! Configure
20620 ____________________________________________________________________________
20621 [  1912] By: gsar                                  on 1998/10/02  03:45:37
20622     Log: make warning about glob process failure optional
20623  Branch: perl
20624        ! pod/perldiag.pod pp_hot.c
20625 ____________________________________________________________________________
20626 [  1911] By: gsar                                  on 1998/10/02  02:52:21
20627     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
20628          From: Dominic Dunlop <domo@vo.lu>
20629          Date: Tue, 29 Sep 1998 21:06:30 +0000
20630          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
20631          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
20632          --
20633          Date: Wed, 30 Sep 1998 11:46:44 +0000
20634          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
20635          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
20636  Branch: perl
20637        ! pod/perldiag.pod regcomp.c
20638 ____________________________________________________________________________
20639 [  1910] By: gsar                                  on 1998/10/02  02:48:48
20640     Log: minor Configure tweaks (via private mail)
20641          From: Jarkko Hietaniemi <jhi@iki.fi>
20642          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
20643          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
20644          Subject: [PATCH] 5.005_52: the drizzle continues
20645  Branch: perl
20646        ! Configure config_h.SH handy.h
20647 ____________________________________________________________________________
20648 [  1909] By: gsar                                  on 1998/10/02  02:46:39
20649     Log: update SCO hints for dynamic loading
20650          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20651          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
20652          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
20653          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20654          --
20655          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
20656          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
20657          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20658  Branch: perl
20659        ! hints/sco.sh
20660 ____________________________________________________________________________
20661 [  1908] By: gsar                                  on 1998/10/02  02:33:39
20662     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
20663  Branch: perl
20664        ! lib/File/Find.pm
20665 ____________________________________________________________________________
20666 [  1907] By: gsar                                  on 1998/10/02  02:21:52
20667     Log: applied patches, but retained old behavior for win32 (where compilers
20668          can't read from stdin at all)
20669          From: Graham Barr <gbarr@ti.com>
20670          Date: Mon, 28 Sep 1998 09:41:49 -0500
20671          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20672          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20673          --
20674          Date: Tue, 29 Sep 1998 12:35:43 -0500
20675          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20676          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20677  Branch: perl
20678        ! ext/Errno/Errno_pm.PL
20679 ____________________________________________________________________________
20680 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20681     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20682          Hietaniemi)
20683  Branch: perl
20684        ! t/op/grent.t
20685 ____________________________________________________________________________
20686 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20687     Log: win32 caveats about truncate()
20688  Branch: perl
20689        ! pod/perlport.pod
20690 ____________________________________________________________________________
20691 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20692     Log: various Configure and hints updates (prefer drand48() or random()
20693          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20694          applied modulo SCO hints superceded by later patch
20695          From: Jarkko Hietaniemi <jhi@iki.fi>
20696          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20697          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20698          Subject: [PATCH] 5.005_52: Configure et al:
20699  Branch: perl
20700        + ext/IPC/SysV/hints/next_3.pl
20701        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20702        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20703        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20704 ____________________________________________________________________________
20705 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20706     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20707          Date: Mon, 28 Sep 1998 17:41:49 +0100
20708          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20709          Subject: [PATCH 5.005_52] Re: More on ?p 
20710          --
20711          Date: Thu, 01 Oct 1998 09:10:58 +0100
20712          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20713          Subject: [PATCH 5.005_52] ?p fix
20714          --
20715          Date: Thu, 01 Oct 1998 10:45:56 +0100
20716          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20717          Subject: [PATCH 5.005_52] more on ?p
20718  Branch: perl
20719        ! pp_ctl.c
20720 ____________________________________________________________________________
20721 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20722     Log: From: Kenneth Duda <kjd@cisco.com>
20723          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20724          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20725          Subject: writemain dies when there are more than 4000 characters of extensions
20726  Branch: perl
20727        ! writemain.SH
20728 ____________________________________________________________________________
20729 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20730     Log: tweak run_byacc recipe
20731  Branch: perl
20732        ! Makefile.SH Porting/pumpkin.pod
20733 ____________________________________________________________________________
20734 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20735     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20736  Branch: perl
20737        ! perl.h pp_ctl.c
20738 ____________________________________________________________________________
20739 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20740     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20741          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20742          Dvornik)
20743  Branch: perl
20744        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20745 ____________________________________________________________________________
20746 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20747     Log: flush unsubmitted 5.00552 change
20748  Branch: perl
20749        ! MANIFEST
20750 ____________________________________________________________________________
20751 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20752     Log: run vms_yfix.pl
20753  Branch: perl
20754        ! vms/perly_c.vms
20755 ____________________________________________________________________________
20756 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20757     Log: small tweak on last change
20758  Branch: perl
20759        ! win32/win32.c
20760 ____________________________________________________________________________
20761 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20762     Log: fix win32_stat() to do the right thing for share names
20763  Branch: perl
20764        ! win32/win32.c
20765 ____________________________________________________________________________
20766 [  1891] By: larry                                 on 1998/09/25  18:50:40
20767     Log: Fixed apostrophe problem from Mark Knutsen.
20768  Branch: perl
20769        ! sv.h
20770
20771 ----------------
20772 Version 5.005_52
20773 ----------------
20774
20775 ____________________________________________________________________________
20776 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20777     Log: update template config.sh, add new config vars to win32 stuff
20778  Branch: perl
20779        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20780        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20781        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20782        ! win32/config_H.vc win32/win32.h
20783 ____________________________________________________________________________
20784 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20785     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20786          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20787          of full-fledged 64-bit support (including support for: fseeko/ftello,
20788          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20789          in Fcntl)
20790          From: Jarkko Hietaniemi <jhi@iki.fi>
20791          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20792          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20793          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20794          --
20795          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20796          Date: 12 Sep 1998 09:44:25 +0300
20797          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20798          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20799  Branch: perl
20800        + lib/filetest.pm
20801        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20802        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20803        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20804        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20805        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20806        ! win32/makedef.pl
20807 ____________________________________________________________________________
20808 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20809     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20810  Branch: perl
20811        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20812        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20813        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20814 ____________________________________________________________________________
20815 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20816     Log: win32.c tweak
20817  Branch: perl
20818        ! win32/win32.c
20819 ____________________________________________________________________________
20820 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20821     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20822  Branch: perl
20823        ! lib/ExtUtils/MakeMaker.pm
20824 ____________________________________________________________________________
20825 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20826     Log: From: Dominic Dunlop <domo@vo.lu>
20827          Date: Thu, 10 Sep 1998 11:02:46 +0000
20828          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20829          Subject: MM_Unix::canonpath erroneously turns leading // into /
20830  Branch: perl
20831        ! lib/ExtUtils/MM_Unix.pm
20832 ____________________________________________________________________________
20833 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20834     Log: temporarily disable perl malloc for a2p until we clean up
20835          conflicting malloc() declarations everywhere
20836  Branch: perl
20837        ! x2p/Makefile.SH
20838 ____________________________________________________________________________
20839 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20840     Log: remove obsolete win32/bin/*.pl
20841  Branch: perl
20842        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20843        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20844 ____________________________________________________________________________
20845 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20846     Log: missing file in last submit
20847  Branch: perl
20848        ! proto.h
20849 ____________________________________________________________________________
20850 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20851     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20852  Branch: perl
20853        ! sv.c
20854 ____________________________________________________________________________
20855 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20856     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20857          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20858          Date: Thu, 24 Sep 1998 22:01:09 +0900
20859          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20860          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20861  Branch: perl
20862        ! hv.c proto.h
20863 ____________________________________________________________________________
20864 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20865     Log: tweaks to enable PERL_OBJECT to build & test on win32
20866  Branch: perl
20867        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20868        ! win32/GenCAPI.pl
20869 ____________________________________________________________________________
20870 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20871     Log: fix change#1861, which breaks default boot_xxx symbol generation
20872  Branch: perl
20873        ! lib/ExtUtils/Mksymlists.pm
20874 ____________________________________________________________________________
20875 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20876     Log: two tweaks for clean build and test on Solaris
20877  Branch: perl
20878        ! op.c t/op/subst.t
20879 ____________________________________________________________________________
20880 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20881     Log: From: Colin Kuskie <ckuskie@cadence.com>
20882          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20883          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20884          Subject: [PATCH 5.005_51] perlform.pod
20885  Branch: perl
20886        ! pod/perlform.pod
20887 ____________________________________________________________________________
20888 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20889     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20890          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20891          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20892          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20893  Branch: perl
20894        ! regexec.c
20895 ____________________________________________________________________________
20896 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20897     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20898          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20899          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20900          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20901  Branch: perl
20902        ! toke.c
20903 ____________________________________________________________________________
20904 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20905     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20906          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20907          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20908          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20909  Branch: perl
20910        ! Changes regcomp.c
20911 ____________________________________________________________________________
20912 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20913     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20914          Date: Sun, 23 Aug 1998 23:18:38 PDT
20915          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20916          Subject: new irix_6.sh hints file
20917  Branch: perl
20918        ! hints/irix_6.sh
20919 ____________________________________________________________________________
20920 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20921     Log: correct FSF address in various places
20922  Branch: perl
20923        ! Copying README ext/B/README lib/Getopt/Long.pm
20924 ____________________________________________________________________________
20925 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20926     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20927          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20928          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20929          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20930  Branch: perl
20931        ! configure.com
20932 ____________________________________________________________________________
20933 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20934     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20935          From:    Scott Henry <scotth@sgi.com>
20936          Date:    13 Aug 1998 09:52:15 PDT
20937          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20938          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20939  Branch: perl
20940        ! hints/irix_6.sh
20941 ____________________________________________________________________________
20942 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20943     Log: From:    Nathan Torkington <gnat@frii.com>
20944          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20945          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20946          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20947  Branch: perl
20948        ! pod/perlfunc.pod
20949 ____________________________________________________________________________
20950 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20951     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20952          that are autoloaded)
20953  Branch: perl
20954        ! pp_ctl.c
20955 ____________________________________________________________________________
20956 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20957     Log: grandfather deprecated "$$<digit>" no more
20958  Branch: perl
20959        ! pod/perldiag.pod toke.c
20960 ____________________________________________________________________________
20961 [  1865] By: gsar                                  on 1998/09/24  04:52:48
20962     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
20963          low bits (suggested by Ilya Zakharevich)
20964  Branch: perl
20965        ! hv.h
20966 ____________________________________________________________________________
20967 [  1864] By: gsar                                  on 1998/09/24  04:29:14
20968     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
20969          perly_c.diff
20970  Branch: perl
20971        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
20972        ! perly_c.diff toke.c
20973 ____________________________________________________________________________
20974 [  1863] By: gsar                                  on 1998/09/24  03:36:30
20975     Log: provide locked access to string table for USE_THREADS
20976  Branch: perl
20977        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
20978 ____________________________________________________________________________
20979 [  1862] By: gsar                                  on 1998/09/24  03:30:32
20980     Log: remove bogus warn()
20981  Branch: perl
20982        ! embed.pl
20983 ____________________________________________________________________________
20984 [  1861] By: gsar                                  on 1998/09/24  02:58:51
20985     Log: applied suggested patch, adapted for all platforms
20986          From: jan.dubois@ibm.net (Jan Dubois)
20987          Date: Sun, 20 Sep 1998 12:56:38 +0200
20988          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
20989          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
20990  Branch: perl
20991        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20992        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20993        ! lib/ExtUtils/MakeMaker.pm
20994 ____________________________________________________________________________
20995 [  1860] By: gsar                                  on 1998/09/24  02:16:14
20996     Log: upgrade to CPAN-1.40
20997  Branch: perl
20998        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
20999 ____________________________________________________________________________
21000 [  1859] By: gsar                                  on 1998/09/24  02:08:59
21001     Log: use $ENV{MAKEMAKEROPT} to set default command line args
21002  Branch: perl
21003        ! lib/ExtUtils/MakeMaker.pm
21004 ____________________________________________________________________________
21005 [  1857] By: gsar                                  on 1998/09/23  10:58:36
21006     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21007          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
21008          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
21009          Subject: More verbose Test::Harness [PATCH]
21010  Branch: perl
21011        ! lib/Test/Harness.pm
21012 ____________________________________________________________________________
21013 [  1856] By: gsar                                  on 1998/09/23  10:56:24
21014     Log: update hints for OPENSTEP 4.2 on i386
21015          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
21016          Date: Sun, 20 Sep 1998 01:03:18 +0200
21017          Message-Id: <9809192303.AA29190@Spike>
21018          Subject: Perl 5.005_02 compilation problems
21019  Branch: perl
21020        ! hints/next_4.sh
21021 ____________________________________________________________________________
21022 [  1855] By: gsar                                  on 1998/09/23  10:52:27
21023     Log: reset errno after C<require> search (as suggested by Larry)
21024  Branch: perl
21025        ! pp_ctl.c
21026 ____________________________________________________________________________
21027 [  1854] By: gsar                                  on 1998/09/23  10:50:26
21028     Log: misc pod tweaks
21029  Branch: perl
21030        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
21031 ____________________________________________________________________________
21032 [  1853] By: gsar                                  on 1998/09/23  10:46:06
21033     Log: make Pod/Html.pm handle the --title option properly (as suggested
21034          by gml4410@ggr.co.uk)
21035  Branch: perl
21036        ! lib/Pod/Html.pm
21037 ____________________________________________________________________________
21038 [  1852] By: gsar                                  on 1998/09/23  10:41:39
21039     Log: SSNEW() API for allocating memory on the savestack
21040          From: Albert Dvornik <bert@genscan.com>
21041          Date: 17 Sep 1998 19:23:07 -0400
21042          Message-Id: <tqemtae338.fsf@puma.genscan.com>
21043          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
21044  Branch: perl
21045        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
21046        ! perl.h proto.h scope.c scope.h t/io/tell.t
21047 ____________________________________________________________________________
21048 [  1851] By: gsar                                  on 1998/09/23  10:37:05
21049     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21050          Date: Thu, 17 Sep 1998 17:16:06 +0200
21051          Message-ID: <360127B6.E44564A@ispsoft.de>
21052          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21053  Branch: perl
21054        ! lib/ExtUtils/MakeMaker.pm
21055 ____________________________________________________________________________
21056 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21057     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21058          Date: 15 Sep 1998 01:32:31 +0200
21059          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21060          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21061  Branch: perl
21062        ! lib/ExtUtils/MM_Unix.pm
21063 ____________________________________________________________________________
21064 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21065     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21066          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21067          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21068          Subject: Re: extralibs.ld problem in MM_VMS.pm
21069  Branch: perl
21070        ! lib/ExtUtils/MM_VMS.pm
21071 ____________________________________________________________________________
21072 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21073     Log: From: Roderick Schertler <roderick@argon.org>
21074          Date: 11 Sep 1998 16:19:21 -0400
21075          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21076          Subject: Re: Open2 and memory leaks
21077  Branch: perl
21078        ! lib/IPC/Open3.pm
21079 ____________________________________________________________________________
21080 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21081     Log: From: Roderick Schertler <roderick@argon.org>
21082          Date: Wed, 09 Sep 1998 23:52:48 -0400
21083          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21084          Subject: seed srand from /dev/urandom when possible
21085  Branch: perl
21086        ! pod/perlfunc.pod pp.c
21087 ____________________________________________________________________________
21088 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21089     Log: From: Roderick Schertler <roderick@argon.org>
21090          Date: Thu, 10 Sep 1998 00:32:17 -0400
21091          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21092          Subject: doc update for crypt()'s salt
21093  Branch: perl
21094        ! pod/perlfunc.pod
21095 ____________________________________________________________________________
21096 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21097     Log: fix h2ph handling of C<#error "foo">
21098          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21099          Date: Thu, 10 Sep 1998 09:59:33 +0900
21100          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21101          Subject: [5.005_02] h2ph problem
21102  Branch: perl
21103        ! utils/h2ph.PL
21104 ____________________________________________________________________________
21105 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21106     Log: plug strictly private function leaks in API listing
21107  Branch: perl
21108        ! pod/perlguts.pod
21109 ____________________________________________________________________________
21110 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21111     Log: hide symbol for static build
21112          From: Dominic Dunlop <domo@vo.lu>
21113          Date: Tue, 8 Sep 1998 21:40:46 +0000
21114          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21115          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21116  Branch: perl
21117        ! regcomp.c
21118 ____________________________________________________________________________
21119 [  1842] By: gsar                                  on 1998/09/23  09:52:46
21120     Log: define PUT_svindex(), PUT_opindex()
21121  Branch: perl
21122        ! ext/B/B/Assembler.pm
21123 ____________________________________________________________________________
21124 [  1841] By: gsar                                  on 1998/09/23  09:44:25
21125     Log: From: Dominic Dunlop <domo@vo.lu>
21126          Date: Tue, 8 Sep 1998 15:34:53 +0000
21127          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
21128          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
21129  Branch: perl
21130        ! t/pragma/warn/regexec
21131 ____________________________________________________________________________
21132 [  1840] By: gsar                                  on 1998/09/23  09:42:17
21133     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
21134  Branch: perl
21135        ! win32/bin/pl2bat.pl
21136 ____________________________________________________________________________
21137 [  1839] By: gsar                                  on 1998/09/23  09:38:18
21138     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
21139          Date: Mon, 7 Sep 1998 17:36:09 +0900
21140          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
21141          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
21142  Branch: perl
21143        ! ext/Thread/Thread.xs
21144 ____________________________________________________________________________
21145 [  1838] By: gsar                                  on 1998/09/23  09:21:11
21146     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
21147          Date: Thu, 10 Sep 1998 00:02:07 -0400
21148          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
21149          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
21150  Branch: perl
21151        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21152        + vos/config.h vos/config_h.SH_orig vos/perl.bind
21153        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
21154        ! MANIFEST perl.c perl.h pod/perlport.pod
21155 ____________________________________________________________________________
21156 [  1837] By: gsar                                  on 1998/09/23  08:45:58
21157     Log: (via private mail)
21158          From: Charles Bailey <BAILEY@newman.upenn.edu>
21159          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
21160          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
21161          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
21162  Branch: perl
21163        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
21164        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21165        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
21166        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
21167        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
21168        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
21169        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
21170        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
21171        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
21172        ! vms/writemain.pl
21173 ____________________________________________________________________________
21174 [  1836] By: gsar                                  on 1998/09/23  08:17:42
21175     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21176          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
21177          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
21178          Subject: [PATCH 5.005_*] OS/2 spawning typos
21179  Branch: perl
21180        ! os2/os2.c
21181 ____________________________________________________________________________
21182 [  1835] By: gsar                                  on 1998/09/23  08:09:55
21183     Log: warn on C<my($foo,$foo)>
21184  Branch: perl
21185        ! op.c pod/perldiag.pod
21186 ____________________________________________________________________________
21187 [  1834] By: gsar                                  on 1998/09/23  07:35:56
21188     Log: From: pvhp@forte.com (Peter Prymmer)
21189          Date: Fri, 4 Sep 98 13:27:41 PDT
21190          Message-Id: <9809042027.AA04463@forte.com>
21191          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
21192  Branch: perl
21193        ! README.vms
21194 ____________________________________________________________________________
21195 [  1833] By: gsar                                  on 1998/09/23  07:27:34
21196     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21197          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
21198          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
21199          Subject: PATCH: 5.005_02 hint/hpux.sh
21200  Branch: perl
21201        ! hints/hpux.sh
21202 ____________________________________________________________________________
21203 [  1832] By: gsar                                  on 1998/09/23  07:22:40
21204     Log: fix (some) installhtml bugs
21205          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
21206          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
21207          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
21208          Subject: installhtml script needs work
21209  Branch: perl
21210        ! installhtml
21211 ____________________________________________________________________________
21212 [  1831] By: gsar                                  on 1998/09/23  07:19:30
21213     Log: document 'U' magic with examples
21214          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
21215          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
21216          Message-Id: <199809011455.PAA00631@sale-wts>
21217          Subject: Re: Looking for some XS MAGIC examples...
21218  Branch: perl
21219        ! pod/perlguts.pod
21220 ____________________________________________________________________________
21221 [  1830] By: gsar                                  on 1998/09/23  07:16:43
21222     Log: From: pvhp@forte.com (Peter Prymmer)
21223          Date: Mon, 31 Aug 98 17:13:49 PDT
21224          Message-Id: <9809010013.AA06737@forte.com>
21225          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
21226  Branch: perl
21227        ! README.os390
21228 ____________________________________________________________________________
21229 [  1829] By: gsar                                  on 1998/09/23  07:15:08
21230     Log: fix problematic typecast in filter_del()
21231          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
21232          Date: Mon, 31 Aug 1998 21:13:11 GMT
21233          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
21234          Subject: perl5.005_02 does not build on Cray T90
21235  Branch: perl
21236        ! toke.c
21237 ____________________________________________________________________________
21238 [  1828] By: gsar                                  on 1998/09/23  07:11:34
21239     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21240          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
21241          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
21242          Subject: [PATCH 5.005_5*] (?>) broken in RE
21243  Branch: perl
21244        ! regexec.c t/op/re_tests
21245 ____________________________________________________________________________
21246 [  1827] By: gsar                                  on 1998/09/23  07:09:50
21247     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
21248  Branch: perl
21249        ! t/op/grent.t t/op/groups.t
21250 ____________________________________________________________________________
21251 [  1826] By: gsar                                  on 1998/09/23  07:03:16
21252     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21253          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
21254          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
21255          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
21256  Branch: perl
21257        - interp.sym
21258        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
21259 ____________________________________________________________________________
21260 [  1825] By: gsar                                  on 1998/09/23  06:56:40
21261     Log: re-introduce change#1703
21262  Branch: perl
21263        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
21264 ____________________________________________________________________________
21265 [  1824] By: gsar                                  on 1998/09/23  06:44:19
21266     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21267          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
21268          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
21269          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
21270  Branch: perl
21271        ! lib/perl5db.pl
21272 ____________________________________________________________________________
21273 [  1823] By: gsar                                  on 1998/09/23  06:41:34
21274         Log: From: Joe Buehler <jhpb@hekimian.com>
21275              Date: 29 Aug 1998 17:13:28 -0400
21276              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
21277              Subject: patches for perl 5.005_51 under U/WIN
21278      Branch: perl
21279            + hints/uwin.sh
21280            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
21281            ! t/lib/posix.t
21282 ____________________________________________________________________________
21283 [  1822] By: gsar                                  on 1998/09/23  06:36:59
21284         Log: add missing C<no utf8;> tweak from Larry
21285      Branch: perl
21286            ! t/op/subst.t
21287 ____________________________________________________________________________
21288 [  1821] By: gsar                                  on 1998/09/23  06:27:51
21289         Log: s/runops/CALLRUNOPS/
21290      Branch: perl
21291            ! cc_runtime.h
21292 ____________________________________________________________________________
21293 [  1820] By: gsar                                  on 1998/09/23  06:24:49
21294         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
21295      Branch: perl
21296           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
21297           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
21298           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
21299           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
21300           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
21301           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
21302           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
21303           +> t/pragma/warn/util
21304            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
21305            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
21306            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
21307            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
21308            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
21309            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
21310            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
21311            - t/pragma/warn-util
21312            ! MANIFEST t/pragma/warning.t
21313 ____________________________________________________________________________
21314 [  1819] By: gsar                                  on 1998/09/23  06:08:46
21315         Log: make \(%foo) return refs to values (not copies of values)
21316              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21317              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
21318              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
21319              --
21320              From: Roderick Schertler <roderick@argon.org>
21321              Date: Sat, 29 Aug 1998 00:58:33 -0400
21322              Message-ID: <29894.904366713@eeyore.ibcinc.com>
21323              Subject: Re: \(%x) problems
21324      Branch: perl
21325            ! doop.c pod/perlref.pod
21326 ____________________________________________________________________________
21327 [  1818] By: gsar                                  on 1998/09/23  06:05:08
21328         Log: make h2xs generate ANSI prototypes
21329      Branch: perl
21330            ! utils/h2xs.PL
21331 ____________________________________________________________________________
21332 [  1817] By: gsar                                  on 1998/09/23  05:57:16
21333         Log: updated usethreads hints for hpux 10.X
21334              From: Matthew T Harden <mthard@mthard1.monsanto.com>
21335              Date: Fri, 28 Aug 1998 14:10:42 GMT
21336              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
21337              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
21338      Branch: perl
21339            ! hints/hpux.sh perl.h
21340 ____________________________________________________________________________
21341 [  1816] By: gsar                                  on 1998/09/23  05:53:31
21342         Log: don't create empty directories in installperl
21343              From: Robin Barker <rmb1@cise.npl.co.uk>
21344              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
21345              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
21346              Subject: [PATCH 5.005_02] install: empty dirs
21347      Branch: perl
21348            ! installperl
21349 ____________________________________________________________________________
21350 [  1815] By: gsar                                  on 1998/09/23  05:50:36
21351         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
21352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21353              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
21354              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
21355              Subject: Re: your mail
21356      Branch: perl
21357            ! regexec.c t/op/re_tests
21358 ____________________________________________________________________________
21359 [  1814] By: gsar                                  on 1998/09/23  05:45:17
21360         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21361              Date: Thu, 20 Aug 1998 20:59:03 -0400
21362              Message-ID: <19980820205903.A12908@O2.chapin.edu>
21363              Subject: [PATCH] h2ph misquotes #error directives
21364      Branch: perl
21365            ! t/lib/h2ph.pht utils/h2ph.PL
21366 ____________________________________________________________________________
21367 [  1813] By: gsar                                  on 1998/09/23  05:42:41
21368         Log: patch to support computed regular subexpressions
21369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21370              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
21371              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
21372              Subject: [5.005_5* PATCH] Postponed RE - now!
21373      Branch: perl
21374            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
21375            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
21376 ____________________________________________________________________________
21377 [  1812] By: gsar                                  on 1998/09/23  05:26:26
21378         Log: better CR-handling on shebang line and in formats (fixed variant of
21379              patch suggested by Igor Sysoev <igor@nitek.ru>)
21380      Branch: perl
21381            ! perl.c toke.c
21382 ____________________________________________________________________________
21383 [  1811] By: gsar                                  on 1998/09/23  04:35:46
21384         Log: document non-loopish blocks better
21385              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21386              Date: Tue, 18 Aug 1998 12:28:36 +0100
21387              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
21388              Subject: Re: next in do {} while block gives error message
21389      Branch: perl
21390            ! pod/perlfunc.pod
21391 ____________________________________________________________________________
21392 [  1810] By: gsar                                  on 1998/09/23  04:12:05
21393         Log: fix bogus integerization of pop()'s return value
21394              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21395              Date: Sat, 15 Aug 1998 23:27:54 -0400
21396              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
21397              Subject: Re: Complex expression does integer arithmetic 
21398      Branch: perl
21399            ! opcode.h opcode.pl
21400 ____________________________________________________________________________
21401 [  1809] By: gsar                                  on 1998/09/23  04:09:43
21402         Log: tweak README.win32
21403      Branch: perl
21404            ! README.win32
21405 ____________________________________________________________________________
21406 [  1808] By: gsar                                  on 1998/09/23  03:40:57
21407         Log: better diagnostic for do{} used as lvalue
21408      Branch: perl
21409            ! op.c pod/perlport.pod
21410 ____________________________________________________________________________
21411 [  1807] By: gsar                                  on 1998/09/23  03:38:30
21412         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
21413              From: hansm@icgroup.nl
21414              Date: Tue, 11 Aug 98 21:08:51 +0200
21415              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
21416              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21417      Branch: perl
21418            ! malloc.c
21419 ____________________________________________________________________________
21420 [  1806] By: gsar                                  on 1998/09/23  03:36:08
21421         Log: support make written in perl (aka "pmake") on win32
21422      Branch: perl
21423            ! lib/ExtUtils/MM_Win32.pm
21424 ____________________________________________________________________________
21425 [  1805] By: gsar                                  on 1998/09/23  03:30:07
21426         Log: fix mismatched UV/U32 types for to_utf8_*()
21427      Branch: perl
21428            ! utf8.c
21429 ____________________________________________________________________________
21430 [  1804] By: gsar                                  on 1998/09/23  03:22:22
21431         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21432              Date: Sun, 9 Aug 1998 22:38:23 +0200
21433              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
21434              Subject: [PATCH 5.5002] dos-djgpp update
21435      Branch: perl
21436            ! t/io/fs.t
21437 ____________________________________________________________________________
21438 [  1803] By: gsar                                  on 1998/09/23  03:20:13
21439         Log: apply minimal variant of patch (sent via private mail)
21440              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
21441              Date: Wed, 12 Aug 1998 15:42:35 +0300
21442              Message-Id: <199808121242.PAA29761@comanche.spices>
21443              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
21444      Branch: perl
21445            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21446            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21447 ____________________________________________________________________________
21448 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21449         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21450              From: pvhp@forte.com (Peter Prymmer)
21451              Date: Thu, 6 Aug 98 18:09:39 PDT
21452              Message-Id: <9808070109.AA06158@forte.com>
21453              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21454      Branch: perl
21455            ! README.os390 t/lib/searchdict.t
21456 ____________________________________________________________________________
21457 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21458         Log: silence redefined warning for XS(INIT) {}
21459      Branch: perl
21460            ! op.c
21461 ____________________________________________________________________________
21462 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21463         Log: support match indices via special variables @- and @+
21464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21465              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21466              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21467              Subject: [PATCH 5.004_76] @- and @+
21468      Branch: perl
21469            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21470            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21471 ____________________________________________________________________________
21472 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21473         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21474              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21475              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
21476              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
21477      Branch: perl
21478            ! regcomp.c t/op/re_tests
21479 ____________________________________________________________________________
21480 [  1798] By: gsar                                  on 1998/09/23  01:39:23
21481         Log: integrate maint-5.005 changes (except conflicting change#1794)
21482      Branch: perl
21483            ! Changes
21484           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
21485           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
21486           !> win32/win32.h
21487 ____________________________________________________________________________
21488 [  1797] By: gsar                                  on 1998/09/23  01:32:36
21489         Log: add note to win32/Makefile about setting CCHOME
21490      Branch: perl
21491            ! win32/Makefile win32/makefile.mk
21492 ____________________________________________________________________________
21493 [  1796] By: gsar                                  on 1998/09/23  01:31:32
21494         Log: perl.pod tweak
21495      Branch: perl
21496            ! pod/perl.pod
21497 ____________________________________________________________________________
21498 [  1795] By: gsar                                  on 1998/09/21  20:34:10
21499         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
21500      Branch: perl
21501            ! lib/ExtUtils/xsubpp
21502 ____________________________________________________________________________
21503 [  1789] By: gsar                                  on 1998/09/18  18:01:37
21504         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
21505      Branch: perl
21506            ! cop.h t/cmd/for.t
21507 ____________________________________________________________________________
21508 [  1788] By: gsar                                  on 1998/09/17  02:19:11
21509         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
21510      Branch: perl
21511            ! win32/config.bc win32/config.gc win32/config.vc
21512 ____________________________________________________________________________
21513 [  1787] By: gsar                                  on 1998/09/17  01:45:14
21514         Log: suppress bogus warning on C<sub x {} x()>
21515      Branch: perl
21516            ! toke.c
21517 ____________________________________________________________________________
21518 [  1786] By: gsar                                  on 1998/09/17  01:42:51
21519         Log: ntohl typo in objXSUB.h
21520      Branch: perl
21521            ! objXSUB.h
21522 ____________________________________________________________________________
21523 [  1785] By: gsar                                  on 1998/09/17  01:41:48
21524         Log: fill gaps in sig_* entries in win32/config.?c
21525      Branch: perl
21526            ! win32/config.bc win32/config.gc win32/config.vc
21527 ____________________________________________________________________________
21528 [  1781] By: larry                                 on 1998/09/05  23:48:24
21529         Log: tr/// logic was hosed under utf8
21530      Branch: perl
21531            ! doop.c op.c op.h pp.c proto.h
21532 ____________________________________________________________________________
21533 [  1780] By: larry                                 on 1998/09/05  23:44:16
21534         Log: several new tests needed tweaking to work under utf8
21535      Branch: perl
21536            ! t/comp/require.t t/op/pack.t t/op/substr.t
21537 ____________________________________________________________________________
21538 [  1779] By: larry                                 on 1998/09/05  23:41:42
21539         Log: index() applied BM optimization to wrong argument
21540      Branch: perl
21541            ! op.c util.c
21542 ____________________________________________________________________________
21543 [  1778] By: larry                                 on 1998/09/05  23:38:29
21544         Log: Implicit require during compile reset line numbering
21545      Branch: perl
21546            ! pp_ctl.c
21547
21548 ----------------
21549 Version 5.005_51
21550 ----------------
21551
21552 ____________________________________________________________________________
21553 [  1777] By: gsar                                  on 1998/08/10  07:02:38
21554         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
21555              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
21556              lexical warning testsuite for win32
21557      Branch: perl
21558            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
21559            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
21560            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
21561            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
21562            ! win32/Makefile win32/makefile.mk
21563 ____________________________________________________________________________
21564 [  1776] By: gsar                                  on 1998/08/09  17:53:48
21565         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
21566      Branch: perl
21567            ! Changes MANIFEST perl.c pod/perlhist.pod
21568 ____________________________________________________________________________
21569 [  1775] By: gsar                                  on 1998/08/09  14:35:33
21570         Log: tweak warning test
21571      Branch: perl
21572            ! t/pragma/warn-toke
21573 ____________________________________________________________________________
21574 [  1774] By: gsar                                  on 1998/08/09  14:13:46
21575         Log: add missing dTHR; notes for test failures due to small stacksize
21576      Branch: perl
21577            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
21578            ! toke.c universal.c util.c
21579 ____________________________________________________________________________
21580 [  1773] By: gsar                                  on 1998/08/09  11:31:53
21581         Log: lexical warnings; tweaks to places that didn't apply correctly
21582              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
21583              Date:    Wed, 29 Jul 1998 09:28:45 BST
21584              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
21585              Subject: lexical warnings patch for 5.005_50
21586      Branch: perl
21587            + README.lexwarn lib/warning.pm t/pragma/warn-2use
21588            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
21589            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
21590            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
21591            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
21592            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
21593            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
21594            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
21595            + warning.h warning.pl
21596            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
21597            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
21598            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
21599            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
21600            ! universal.c util.c
21601 ____________________________________________________________________________
21602 [  1772] By: gsar                                  on 1998/08/08  23:06:00
21603         Log: bump patchlevel to 5.005_51
21604      Branch: perl
21605            ! patchlevel.h win32/Makefile win32/config_H.bc
21606            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21607 ____________________________________________________________________________
21608 [  1771] By: gsar                                  on 1998/08/08  23:01:57
21609         Log: fix bogus warning on "\x{123}"
21610              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
21611              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
21612              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
21613              Subject: [5.005_50 PATCH] Some unicode problems
21614      Branch: perl
21615            ! regcomp.c toke.c
21616 ____________________________________________________________________________
21617 [  1770] By: gsar                                  on 1998/08/08  22:56:55
21618         Log: hide dup symbol for static build of ext/re
21619              From: Dominic Dunlop <domo@ppp72.vo.lu>
21620              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
21621              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
21622              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
21623      Branch: perl
21624            ! regcomp.c
21625 ____________________________________________________________________________
21626 [  1769] By: gsar                                  on 1998/08/08  22:45:06
21627         Log: fix double free on -Mutf8 -e '$b=uc("")'
21628              From: larry@wall.org (Larry Wall)
21629              Date: Fri, 7 Aug 1998 14:42:43 -0700
21630              Message-Id: <199808072142.OAA14920@wall.org>
21631              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
21632      Branch: perl
21633            ! pp.c
21634 ____________________________________________________________________________
21635 [  1768] By: gsar                                  on 1998/08/08  22:42:29
21636         Log: substr() assumes utf8 without say-so
21637              From: larry@wall.org (Larry Wall)
21638              Date: Fri, 7 Aug 1998 12:25:12 -0700
21639              Message-Id: <199808071925.MAA13436@wall.org>
21640              Subject: [PATCH 5.005_50] substr bug?
21641      Branch: perl
21642            ! pp.c
21643 ____________________________________________________________________________
21644 [  1767] By: gsar                                  on 1998/08/08  22:38:25
21645         Log: fix intolerance of SWASHes for blank lines
21646              From: Gisle Aas <aas@sn.no>
21647              Date: 06 Aug 1998 23:28:57 +0200
21648              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
21649              Subject: Re: Re[2]: another joyride begins
21650      Branch: perl
21651            ! lib/utf8_heavy.pl
21652 ____________________________________________________________________________
21653 [  1766] By: gsar                                  on 1998/08/08  22:33:10
21654         Log: utf8 doc tweak
21655              From: Gisle Aas <aas@sn.no>
21656              Date: 05 Aug 1998 00:41:04 +0200
21657              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
21658              Subject: Matching clumps
21659      Branch: perl
21660            ! lib/utf8.pm
21661 ____________________________________________________________________________
21662 [  1765] By: gsar                                  on 1998/08/08  22:31:37
21663         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
21664              From: Gisle Aas <aas@sn.no>
21665              Date: 04 Aug 1998 22:56:11 +0200
21666              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
21667              Subject: Re: another joyride begins
21668      Branch: perl
21669            ! lib/utf8_heavy.pl
21670 ____________________________________________________________________________
21671 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21672         Log: From: larry@wall.org (Larry Wall)
21673              Date: Tue, 4 Aug 1998 17:04:51 -0700
21674              Message-Id: <199808050004.RAA22592@wall.org>
21675              Subject: [PATCH 5.005_50] \pX not implemented!
21676      Branch: perl
21677            ! regcomp.c
21678 ____________________________________________________________________________
21679 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21680         Log: From: Stephen McCamant <alias@mcs.com>
21681              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21682              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21683              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21684      Branch: perl
21685            ! op.c
21686 ____________________________________________________________________________
21687 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21688         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21689              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21690              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21691              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21692      Branch: perl
21693            + t/op/grent.t t/op/pwent.t
21694            ! MANIFEST
21695 ____________________________________________________________________________
21696 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21697         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21698              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21699              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21700              Subject: [5.005_50 PATCH] misprint in RE engine
21701      Branch: perl
21702            ! regexec.c t/op/re_tests
21703 ____________________________________________________________________________
21704 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21705         Log: integrate maint-5.005 changes into mainline
21706      Branch: perl
21707           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21708           !> (integrate 138 files)
21709 ____________________________________________________________________________
21710 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21711         Log: create new Changes
21712      Branch: perl
21713            + Changes
21714            ! Changes5.005 MANIFEST
21715 ____________________________________________________________________________
21716 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21717         Log: rename Changes --> Changes5.005
21718      Branch: perl
21719           +> Changes5.005
21720            - Changes
21721 ____________________________________________________________________________
21722 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21723         Log: integrate 5.005_01 changes from maint
21724      Branch: perl
21725            ! Changes
21726           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21727           !> win32/win32.c
21728 ____________________________________________________________________________
21729 [  1667] By: nick                                  on 1998/07/26  14:31:01
21730         Log: Add dTHR so that it compiles miniperl in threaded mode
21731      Branch: perl
21732            ! doop.c mg.c regcomp.c regexec.c
21733 ____________________________________________________________________________
21734 [  1666] By: nick                                  on 1998/07/26  13:01:10
21735         Log: Resolve ansiperl against mainline (@1648?)
21736              Unclear that change number has "taken".
21737      Branch: ansiperl
21738           +> (branch 169 files)
21739            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21740           !> (integrate 131 files)
21741
21742 ----------------
21743 Version 5.005_50
21744 ----------------
21745
21746 ____________________________________________________________________________
21747 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21748         Log: add trailing newline to file
21749      Branch: perl
21750            ! Changes lib/unicode/blocks.txt
21751 ____________________________________________________________________________
21752 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21753         Log: integrate proto.h additions from maint-5.005
21754      Branch: perl
21755           !> pod/perlhist.pod proto.h
21756 ____________________________________________________________________________
21757 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21758         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21759              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21760              add typecasts to silence warnings; tweaks for win32 builds
21761      Branch: perl
21762            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21763            ! win32/Makefile win32/makefile.mk
21764 ____________________________________________________________________________
21765 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21766         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21767      Branch: maint-5.005/perl
21768            ! pod/perlhist.pod proto.h
21769 ____________________________________________________________________________
21770 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21771         Log: up patchlevel to 5.005_50
21772      Branch: perl
21773            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21774            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21775 ____________________________________________________________________________
21776 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21777         Log: integrate utfperl
21778      Branch: perl
21779           +> (branch 162 files)
21780           !> (integrate 29 files)
21781 ____________________________________________________________________________
21782 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21783         Log: integrate maint-5.005 changes
21784      Branch: perl
21785           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21786           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21787           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21788           !> vms/descrip_mms.template vms/subconfigure.com
21789 ____________________________________________________________________________
21790 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21791         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21792              Date: Fri, 24 Jul 1998 11:38:25 -0700
21793              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21794              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21795              --
21796              Date: Fri, 24 Jul 1998 12:30:36 -0700
21797              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21798              Subject: [PATCH 5.005]Tweaks to README.vms
21799              --
21800              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21801              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21802              Subject: [PATCH 5.005] Final build cleanup patch
21803      Branch: maint-5.005/perl
21804            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21805 ____________________________________________________________________________
21806 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21807         Log: another platform where pp_sselect() needs a whole fd_set buffer
21808              From: Lupe Christoph <lupe@alanya.m.isar.de>
21809              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21810              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21811              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21812      Branch: maint-5.005/perl
21813            ! pp_sys.c
21814 ____________________________________________________________________________
21815 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21816         Log: fix problem building modules on dos-djgpp
21817              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21818              Date: Sat, 25 Jul 1998 00:53:39 +0200
21819              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21820              Subject: [PATCH 5.005] dos-djgpp and modules problem
21821      Branch: maint-5.005/perl
21822            ! djgpp/fixpmain
21823 ____________________________________________________________________________
21824 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21825         Log: From: Tom Spindler <dogcow@home.merit.edu>
21826              Date: Wed, 22 Jul 1998 16:11:07 -0400
21827              Message-ID: <19980722161107.A16813@home.merit.edu>
21828              Subject: [PATCH 5.005] BeOS tweak
21829      Branch: maint-5.005/perl
21830            ! hints/beos.sh
21831 ____________________________________________________________________________
21832 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21833         Log: various pod tweaks
21834      Branch: maint-5.005/perl
21835            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21836            ! pod/perltoc.pod
21837 ____________________________________________________________________________
21838 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21839         Log: fix emacs/ptags for PL_* changes
21840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21841              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21842              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21843              Subject: [PATCH 5.004_76] Yet better ptags
21844      Branch: maint-5.005/perl
21845            ! emacs/ptags
21846 ____________________________________________________________________________
21847 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21848         Log: fix behavior of <=> on bigints
21849              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21850              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21851              Date: Fri, 24 Jul 1998 18:29:53 +0100
21852              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21853      Branch: maint-5.005/perl
21854            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21855 ____________________________________________________________________________
21856 [  1651] By: larry                                 on 1998/07/24  05:44:33
21857         Log: Here are the long-expected Unicode/UTF-8 modifications.
21858      Branch: utfperl
21859            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21860            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21861            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21862            + lib/unicode/Decomposition.pl
21863            + lib/unicode/In/AlphabeticPresentationForms.pl
21864            + lib/unicode/In/Arabic.pl
21865            + lib/unicode/In/ArabicPresentationForms-A.pl
21866            + lib/unicode/In/ArabicPresentationForms-B.pl
21867            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21868            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21869            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21870            + lib/unicode/In/BoxDrawing.pl
21871            + lib/unicode/In/CJKCompatibility.pl
21872            + lib/unicode/In/CJKCompatibilityForms.pl
21873            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21874            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21875            + lib/unicode/In/CJKUnifiedIdeographs.pl
21876            + lib/unicode/In/CombiningDiacriticalMarks.pl
21877            + lib/unicode/In/CombiningHalfMarks.pl
21878            + lib/unicode/In/CombiningMarksforSymbols.pl
21879            + lib/unicode/In/ControlPictures.pl
21880            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21881            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21882            + lib/unicode/In/EnclosedAlphanumerics.pl
21883            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21884            + lib/unicode/In/GeneralPunctuation.pl
21885            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21886            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21887            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21888            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21889            + lib/unicode/In/HangulCompatibilityJamo.pl
21890            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21891            + lib/unicode/In/Hebrew.pl
21892            + lib/unicode/In/HighPrivateUseSurrogates.pl
21893            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21894            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21895            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21896            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21897            + lib/unicode/In/LatinExtended-A.pl
21898            + lib/unicode/In/LatinExtended-B.pl
21899            + lib/unicode/In/LatinExtendedAdditional.pl
21900            + lib/unicode/In/LetterlikeSymbols.pl
21901            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21902            + lib/unicode/In/MathematicalOperators.pl
21903            + lib/unicode/In/MiscellaneousSymbols.pl
21904            + lib/unicode/In/MiscellaneousTechnical.pl
21905            + lib/unicode/In/NumberForms.pl
21906            + lib/unicode/In/OpticalCharacterRecognition.pl
21907            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21908            + lib/unicode/In/SmallFormVariants.pl
21909            + lib/unicode/In/SpacingModifierLetters.pl
21910            + lib/unicode/In/Specials.pl
21911            + lib/unicode/In/SuperscriptsandSubscripts.pl
21912            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21913            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21914            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21915            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21916            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21917            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21918            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21919            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21920            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21921            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21922            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21923            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21924            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21925            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21926            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21927            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21928            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21929            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21930            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21931            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21932            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21933            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21934            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21935            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21936            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21937            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21938            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21939            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21940            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21941            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21942            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21943            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21944            + lib/unicode/Name.pl lib/unicode/Number.pl
21945            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21946            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21947            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21948            + lib/unicode/blocks.txt lib/unicode/index2.txt
21949            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21950            + lib/unicode/names2.txt lib/unicode/props2.txt
21951            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21952            + utf8.c utf8.h
21953            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21954            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21955            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21956            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21957            ! t/op/vec.t toke.c util.c vms/vmsish.h
21958 ____________________________________________________________________________
21959 [  1650] By: gsar                                  on 1998/07/24  04:06:48
21960         Log: create utfperl branch
21961      Branch: utfperl
21962           +> (branch 1079 files)
21963 ____________________________________________________________________________
21964 [  1649] By: gsar                                  on 1998/07/24  03:56:56
21965         Log: create maint-5.005 branch
21966      Branch: maint-5.005/perl
21967           +> (branch 1079 files)
21968 ____________________________________________________________________________
21969 [  1648] By: gsar                                  on 1998/07/24  03:36:35
21970         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
21971      Branch: perl
21972            ! Changes
21973