up to v5.5.650
[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 [  5021] By: gsar                                  on 2000/02/07  10:10:31
83         Log: mention threads status in pod
84      Branch: perl
85            ! ext/Thread/Thread.pm
86 ____________________________________________________________________________
87 [  5020] By: gsar                                  on 2000/02/07  09:57:46
88         Log: tolerate NULL SITELIB_EXP
89      Branch: perl
90            ! perl.c
91 ____________________________________________________________________________
92 [  5019] By: gsar                                  on 2000/02/07  09:46:11
93         Log: NULL-terminate PERL_INC_VERSION_LIST
94      Branch: perl
95            ! Configure perl.c win32/config.bc win32/config.gc
96            ! win32/config.vc win32/config_H.bc win32/config_H.gc
97            ! win32/config_H.vc
98 ____________________________________________________________________________
99 [  5018] By: gsar                                  on 2000/02/07  09:13:10
100         Log: add compatible versions from $Config{inc_ver_list} to search
101              paths automatically (from Tom Hughes <tom@compton.nu>)
102      Branch: perl
103            ! lib/lib.pm perl.c
104 ____________________________________________________________________________
105 [  5017] By: gsar                                  on 2000/02/07  08:58:56
106         Log: makefiles now use exetype.pl to make wperl.exe
107      Branch: perl
108            ! sv.c win32/Makefile win32/makefile.mk
109 ____________________________________________________________________________
110 [  5016] By: gsar                                  on 2000/02/07  08:38:25
111         Log: add exetype.pl (from Jan Dubois)
112      Branch: perl
113            + win32/bin/exetype.pl
114            ! MANIFEST
115 ____________________________________________________________________________
116 [  5015] By: gsar                                  on 2000/02/07  08:29:28
117         Log: pod fixes (from Abigail and M J T Guy)
118      Branch: perl
119            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
120            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
121            ! pod/perlport.pod pod/perlvar.pod
122 ____________________________________________________________________________
123 [  5014] By: gsar                                  on 2000/02/07  07:09:08
124         Log: clarify behavior of vec() when arguments are off the end of the
125              string (from M J T Guy)
126      Branch: perl
127            ! pod/perlfunc.pod
128 ____________________________________________________________________________
129 [  5013] By: gsar                                  on 2000/02/07  07:08:15
130         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
131              now return bytes all the way to 255, they will be transparently
132              coerced (in future) to UTF-8 when they are used in operations
133              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
134      Branch: perl
135            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
136            ! pp.c sv.c
137 ____________________________________________________________________________
138 [  5012] By: gsar                                  on 2000/02/07  06:36:33
139         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
140              per strict reading of standard (says Tom Christiansen)
141      Branch: perl
142            ! lib/Sys/Hostname.pm
143 ____________________________________________________________________________
144 [  5011] By: gsar                                  on 2000/02/07  06:26:30
145         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
146      Branch: perl
147            ! utf8.c utf8.h
148 ____________________________________________________________________________
149 [  5010] By: gsar                                  on 2000/02/06  21:27:03
150         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
151      Branch: perl
152            ! malloc.c
153 ____________________________________________________________________________
154 [  5009] By: gsar                                  on 2000/02/06  20:45:30
155         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
156              years (from Gisle Aas)
157      Branch: perl
158            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
159            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
160            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
161            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
162            ! toke.c utf8.c utf8.h util.c util.h
163 ____________________________________________________________________________
164 [  5008] By: gsar                                  on 2000/02/06  19:28:31
165         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
166              <EFifer@sanwaint.com>)
167      Branch: perl
168            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
169            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
170            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
171            ! unixish.h util.c
172 ____________________________________________________________________________
173 [  5007] By: gsar                                  on 2000/02/06  17:47:01
174         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
175      Branch: perl
176            ! ext/POSIX/POSIX.pm
177 ____________________________________________________________________________
178 [  5006] By: gsar                                  on 2000/02/06  17:28:35
179         Log: integrate cfgperl contents into mainline
180      Branch: perl
181           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
182           !> perl.h pp_sys.c
183 ____________________________________________________________________________
184 [  5005] By: gsar                                  on 2000/02/06  17:18:39
185         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
186      Branch: perl
187            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
188            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
189            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
190            ! vos/vos_dummies.c vos/vosish.h
191 ____________________________________________________________________________
192 [  5004] By: gsar                                  on 2000/02/06  17:00:49
193         Log: fix parse error on C<{ use strict }> and other constructs that
194              make the parser reenter while LEX_KNOWNEXT is active
195      Branch: perl
196            ! t/comp/use.t toke.c
197 ____________________________________________________________________________
198 [  5003] By: gsar                                  on 2000/02/06  14:57:30
199         Log: avoid -Bforcearchive on netbsd too
200      Branch: perl
201            ! Changes hints/netbsd.sh
202 ____________________________________________________________________________
203 [  5002] By: gsar                                  on 2000/02/06  14:45:17
204         Log: revised notes about Pod::Parser & Co.
205      Branch: perl
206            ! lib/Pod/Usage.pm pod/perldelta.pod
207 ____________________________________________________________________________
208 [  5001] By: gsar                                  on 2000/02/06  14:02:43
209         Log: fix description of obsolete diagnostic
210      Branch: perl
211            ! pod/perldiag.pod
212 ____________________________________________________________________________
213 [  5000] By: gsar                                  on 2000/02/06  13:59:58
214         Log: allow "\x{12ab}" even without C<use utf8>
215      Branch: perl
216            ! t/pragma/warn/toke toke.c
217 ____________________________________________________________________________
218 [  4999] By: gsar                                  on 2000/02/06  13:58:31
219         Log: make perlbug use new-style version numbers; improve compatibility
220              (runs with perl 5.005); fix swapped old vs new version reporting
221      Branch: perl
222            ! utils/perlbug.PL
223 ____________________________________________________________________________
224 [  4998] By: gsar                                  on 2000/02/06  13:56:45
225         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
226              fact); add tests for version tuples
227      Branch: perl
228            + t/op/ver.t
229            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
230            ! pod/perlop.pod sv.c toke.c
231 ____________________________________________________________________________
232 [  4997] By: gsar                                  on 2000/02/04  21:40:08
233         Log: change#4970 fallout for useithreads
234      Branch: perl
235            ! sv.c
236 ____________________________________________________________________________
237 [  4996] By: jhi                                   on 2000/02/04  20:09:00
238         Log: Largefilify offsets of tied handles.
239      Branch: cfgperl
240            ! pp_sys.c
241 ____________________________________________________________________________
242 [  4995] By: jhi                                   on 2000/02/04  19:54:25
243         Log: Sanity check for libraries scan.
244      Branch: cfgperl
245            ! Configure config_h.SH
246      Branch: metaconfig
247            ! U/modified/libs.U
248 ____________________________________________________________________________
249 [  4994] By: jhi                                   on 2000/02/04  19:48:42
250         Log: HP-UX largefileness doesn't like lseek being redeclared;
251              no more USE_LONG_LONG.
252      Branch: cfgperl
253            ! perl.h
254 ____________________________________________________________________________
255 [  4993] By: jhi                                   on 2000/02/04  19:18:59
256         Log: fix the description as much as possible; the whole
257              separation into three different symbols lists is
258              pretty broken now.
259      Branch: metaconfig
260            ! U/modified/Cppsym.U
261 ____________________________________________________________________________
262 [  4992] By: jhi                                   on 2000/02/04  19:13:10
263         Log: Use <syslog.h>, not <sys/syslog.h>.
264      Branch: cfgperl
265            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
266 ____________________________________________________________________________
267 [  4991] By: gsar                                  on 2000/02/04  19:11:07
268         Log: dmake is on CPAN now
269      Branch: perl
270            ! README.win32
271 ____________________________________________________________________________
272 [  4990] By: jhi                                   on 2000/02/04  19:04:01
273         Log: Re-introduce #4817 and #4964 wiped out by #4987.
274      Branch: cfgperl
275            ! Configure config_h.SH
276      Branch: metaconfig
277            ! U/threads/usethreads.U
278      Branch: metaconfig/U/perl
279            ! patchlevel.U
280 ____________________________________________________________________________
281 [  4989] By: jhi                                   on 2000/02/04  18:54:00
282         Log: typo fix
283      Branch: cfgperl
284            ! Configure config_h.SH
285      Branch: metaconfig
286            ! U/modified/libs.U
287 ____________________________________________________________________________
288 [  4988] By: jhi                                   on 2000/02/04  18:34:06
289         Log: Integrate with Sarathy.
290      Branch: cfgperl
291           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
292           +> ext/Sys/Syslog/Syslog.xs
293            - lib/Sys/Syslog.pm
294           !> (integrate 37 files)
295 ____________________________________________________________________________
296 [  4987] By: jhi                                   on 2000/02/04  18:31:05
297         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
298              default is to use long long if available; various nits
299              here and there; fixed to hpux 64-bitnes and largefileness.
300      Branch: cfgperl
301            ! Configure config_h.SH hints/hpux.sh perl.h
302      Branch: metaconfig
303            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
304            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
305      Branch: metaconfig/U/perl
306            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
307            ! usemultiplicity.U xs_apiversion.U
308 ____________________________________________________________________________
309 [  4986] By: gsar                                  on 2000/02/04  17:26:37
310         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
311      Branch: perl
312            ! sv.c
313 ____________________________________________________________________________
314 [  4985] By: gsar                                  on 2000/02/04  16:43:49
315         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
316      Branch: perl
317            ! ext/Devel/DProf/DProf.xs
318 ____________________________________________________________________________
319 [  4984] By: gsar                                  on 2000/02/04  08:20:05
320         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
321      Branch: perl
322            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
323 ____________________________________________________________________________
324 [  4983] By: gsar                                  on 2000/02/04  08:00:38
325         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
326      Branch: perl
327            ! hints/openbsd.sh
328 ____________________________________________________________________________
329 [  4982] By: gsar                                  on 2000/02/04  07:54:04
330         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
331      Branch: perl
332            ! lib/Pod/Parser.pm
333 ____________________________________________________________________________
334 [  4981] By: gsar                                  on 2000/02/04  07:34:38
335         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
336      Branch: perl
337            ! Makefile.SH
338 ____________________________________________________________________________
339 [  4980] By: gsar                                  on 2000/02/04  07:29:59
340         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
341      Branch: perl
342            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
343            + ext/Sys/Syslog/Syslog.xs
344            - lib/Sys/Syslog.pm
345            ! MANIFEST pod/perldelta.pod
346 ____________________________________________________________________________
347 [  4979] By: gsar                                  on 2000/02/04  07:13:19
348         Log: pod updates (from David Adler, M J T Guy)
349      Branch: perl
350            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
351 ____________________________________________________________________________
352 [  4978] By: gsar                                  on 2000/02/04  07:08:14
353         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
354      Branch: perl
355            ! config_h.SH
356 ____________________________________________________________________________
357 [  4977] By: gsar                                  on 2000/02/04  07:06:10
358         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
359              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
360      Branch: perl
361            ! Makefile.SH
362 ____________________________________________________________________________
363 [  4976] By: gsar                                  on 2000/02/04  06:33:43
364         Log: VMS update (from Dan Sugalski and Peter Prymmer)
365      Branch: perl
366            ! configure.com vms/descrip_mms.template vms/subconfigure.com
367 ____________________________________________________________________________
368 [  4975] By: gsar                                  on 2000/02/04  05:51:14
369         Log: patch to provide more informative names for evals and anonymous
370              subroutines (from Ilya Zakharevich)
371      Branch: perl
372            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
373            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
374            ! pod/perlvar.pod pp_ctl.c
375 ____________________________________________________________________________
376 [  4974] By: gsar                                  on 2000/02/04  05:05:57
377         Log: off-by-one in malloc.c (from Ilya Zakharevich)
378      Branch: perl
379            ! malloc.c
380 ____________________________________________________________________________
381 [  4973] By: gsar                                  on 2000/02/04  05:03:00
382         Log: OS/2 build fixups from Ilya Zakharevich
383      Branch: perl
384            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
385 ____________________________________________________________________________
386 [  4972] By: gsar                                  on 2000/02/04  04:58:57
387         Log: avoid /* within comment
388      Branch: perl
389            ! xsutils.c
390 ____________________________________________________________________________
391 [  4971] By: gsar                                  on 2000/02/04  04:56:09
392         Log: another HINT_BYTE victim
393      Branch: perl
394            ! lib/charnames.pm
395 ____________________________________________________________________________
396 [  4970] By: gsar                                  on 2000/02/04  04:45:13
397         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
398      Branch: perl
399            ! op.c scope.c scope.h t/op/closure.t toke.c
400 ____________________________________________________________________________
401 [  4969] By: gsar                                  on 2000/02/04  01:09:37
402         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
403      Branch: perl
404            ! lib/byte.pm
405 ____________________________________________________________________________
406 [  4968] By: jhi                                   on 2000/02/02  13:17:25
407         Log: Integrate with Sarathy.
408      Branch: cfgperl
409           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
410            ! Configure
411           !> (integrate 29 files)
412
413 ----------------
414 Version v5.5.640
415 ----------------
416
417 ____________________________________________________________________________
418 [  4967] By: gsar                                  on 2000/02/02  12:22:29
419         Log: update makerel for new version format
420      Branch: perl
421            ! Changes Porting/makerel
422 ____________________________________________________________________________
423 [  4966] By: gsar                                  on 2000/02/02  11:42:03
424         Log: workaround for undefined symbol
425      Branch: perl
426            ! win32/win32.h
427 ____________________________________________________________________________
428 [  4965] By: gsar                                  on 2000/02/02  11:19:19
429         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
430              (from Eric Fifer <EFifer@sanwaint.com>)
431      Branch: perl
432            ! pp_sys.c
433 ____________________________________________________________________________
434 [  4964] By: gsar                                  on 2000/02/02  11:11:15
435         Log: adjust notes on use5005threads
436      Branch: perl
437            ! Configure INSTALL README.threads
438 ____________________________________________________________________________
439 [  4963] By: gsar                                  on 2000/02/02  10:14:30
440         Log: fix typo
441      Branch: perl
442            ! Configure
443 ____________________________________________________________________________
444 [  4962] By: gsar                                  on 2000/02/02  10:13:10
445         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
446      Branch: perl
447           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
448           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
449 ____________________________________________________________________________
450 [  4961] By: gsar                                  on 2000/02/02  09:55:45
451         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
452      Branch: perl
453            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
454            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
455 ____________________________________________________________________________
456 [  4960] By: gsar                                  on 2000/02/02  08:22:31
457         Log: replace misleading docs with a BUGS section
458      Branch: perl
459            ! lib/English.pm
460 ____________________________________________________________________________
461 [  4959] By: gsar                                  on 2000/02/02  08:16:17
462         Log: remove FUD from perlfunc/use (from M J T Guy)
463      Branch: perl
464            ! pod/perlfunc.pod
465 ____________________________________________________________________________
466 [  4958] By: gsar                                  on 2000/02/02  08:13:04
467         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
468              <cedric.auzanne@nist.gov>)
469      Branch: perl
470            ! Changes lib/Benchmark.pm
471 ____________________________________________________________________________
472 [  4957] By: gsar                                  on 2000/02/02  08:04:52
473         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
474      Branch: perl
475            ! pp_hot.c
476 ____________________________________________________________________________
477 [  4956] By: gsar                                  on 2000/02/02  08:02:57
478         Log: flock() pod talks about "adding" in the sense of "or-ing"
479      Branch: perl
480            ! pod/perlfunc.pod
481 ____________________________________________________________________________
482 [  4955] By: gsar                                  on 2000/02/02  07:58:35
483         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
484      Branch: perl
485            ! lib/perl5db.pl pod/perldebug.pod
486 ____________________________________________________________________________
487 [  4954] By: gsar                                  on 2000/02/02  07:53:51
488         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
489      Branch: perl
490            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
491            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
492            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
493            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
494 ____________________________________________________________________________
495 [  4953] By: gsar                                  on 2000/02/02  07:40:33
496         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
497      Branch: perl
498            ! hints/dynixptx.sh
499 ____________________________________________________________________________
500 [  4952] By: gsar                                  on 2000/02/02  07:36:39
501         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
502              Brad Appleton)
503      Branch: perl
504            ! pod/perldelta.pod
505 ____________________________________________________________________________
506 [  4951] By: gsar                                  on 2000/02/02  06:54:22
507         Log: avoid mismatched type warnings
508      Branch: perl
509            ! embed.pl perlapi.h
510 ____________________________________________________________________________
511 [  4950] By: jhi                                   on 2000/02/02  06:49:10
512         Log: Integrate with Sarathy.
513      Branch: cfgperl
514           +> pod/perlunicode.pod
515           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
516           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
517           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
518           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
519           !> vms/descrip_mms.template warnings.pl
520 ____________________________________________________________________________
521 [  4949] By: gsar                                  on 2000/02/02  06:41:17
522         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
523      Branch: perl
524            ! lib/File/Spec/Win32.pm
525 ____________________________________________________________________________
526 [  4948] By: gsar                                  on 2000/02/02  06:30:41
527         Log: makefile tweak
528      Branch: perl
529            ! Makefile.SH
530 ____________________________________________________________________________
531 [  4947] By: gsar                                  on 2000/02/02  06:27:43
532         Log: future-proof unknown warning categories (from Greg Bacon
533              <gbacon@cs.uah.edu>)
534      Branch: perl
535            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
536 ____________________________________________________________________________
537 [  4946] By: gsar                                  on 2000/02/02  06:21:34
538         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
539      Branch: perl
540            ! lib/Text/Tabs.pm
541 ____________________________________________________________________________
542 [  4945] By: gsar                                  on 2000/02/02  06:03:04
543         Log: more meaningful message on invalid pattern argument (from
544              Kevin Meltzer <KMeltzer@USCO.com>)
545      Branch: perl
546            ! utils/perldoc.PL
547 ____________________________________________________________________________
548 [  4944] By: gsar                                  on 2000/02/02  05:43:49
549         Log: XSLoader build patch for VMS (from Craig A. Berry
550              <craig.berry@metamorgs.com>)
551      Branch: perl
552            ! vms/descrip_mms.template
553 ____________________________________________________________________________
554 [  4943] By: gsar                                  on 2000/02/02  03:40:49
555         Log: reword some sections of perlunicode.pod
556      Branch: perl
557            ! pod/perlunicode.pod
558 ____________________________________________________________________________
559 [  4942] By: gsar                                  on 2000/02/01  21:02:01
560         Log: AIX warning on undefined symbol
561      Branch: perl
562            ! makedef.pl
563 ____________________________________________________________________________
564 [  4941] By: gsar                                  on 2000/02/01  20:29:30
565         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
566              perlunicode.pod that reflects changes to unicode support so far
567      Branch: perl
568            + pod/perlunicode.pod
569            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
570            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
571 ____________________________________________________________________________
572 [  4940] By: jhi                                   on 2000/02/01  12:22:30
573         Log: Integrate with Sarathy.
574      Branch: cfgperl
575           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
576           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
577           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
578           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
579 ____________________________________________________________________________
580 [  4939] By: gsar                                  on 2000/02/01  08:52:16
581         Log: export pregexec(), Tk uses it
582      Branch: perl
583            ! embed.pl global.sym objXSUB.h perlapi.c
584 ____________________________________________________________________________
585 [  4938] By: gsar                                  on 2000/02/01  04:00:09
586         Log: mark literal utf8 in string literals properly
587      Branch: perl
588            ! toke.c
589 ____________________________________________________________________________
590 [  4937] By: gsar                                  on 2000/01/31  20:19:34
591         Log: introduce $^U, a global bit to indicate whether system
592              calls should using widechar APIs; chr and sprintf "%c" also
593              follow this flag in the absense of "use byte"; "use utf8"
594              sets $^U=1 (this appears kludgey)
595      Branch: perl
596            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
597            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
598            ! t/lib/charnames.t win32/win32.h
599 ____________________________________________________________________________
600 [  4936] By: jhi                                   on 2000/01/31  20:17:44
601         Log: HP-UX (induced) fixes.
602      Branch: cfgperl
603            ! Configure config_h.SH hints/hpux.sh
604      Branch: metaconfig
605            ! U/modified/Oldconfig.U U/modified/libs.U
606      Branch: metaconfig/U/perl
607            ! quadfio.U
608 ____________________________________________________________________________
609 [  4935] By: jhi                                   on 2000/01/31  19:15:43
610         Log: Cosmetics.
611      Branch: metaconfig
612            ! U/compline/d_gconvert.U
613 ____________________________________________________________________________
614 [  4934] By: jhi                                   on 2000/01/31  19:15:22
615         Log: Cppsym saga continues.
616      Branch: cfgperl
617            ! Configure config_h.SH
618      Branch: metaconfig
619            ! U/modified/Cppsym.U
620 ____________________________________________________________________________
621 [  4933] By: gsar                                  on 2000/01/31  18:45:07
622         Log: !USING_WIDE() branch is busted in win32_stat()
623      Branch: perl
624            ! win32/win32.c
625 ____________________________________________________________________________
626 [  4932] By: jhi                                   on 2000/01/31  06:41:47
627         Log: Reveal even more symbols.
628      Branch: cfgperl
629            ! Configure config_h.SH
630      Branch: metaconfig
631            ! U/modified/Cppsym.U
632 ____________________________________________________________________________
633 [  4931] By: jhi                                   on 2000/01/31  06:21:41
634         Log: Integrate with Sarathy.
635      Branch: cfgperl
636            - lib/caller.pm
637           !> (integrate 29 files)
638 ____________________________________________________________________________
639 [  4930] By: gsar                                  on 2000/01/31  04:57:42
640         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
641              whether to use widechar semantics; lexer and RE engine continue
642              to need "use utf8" to enable unicode awareness in literals
643              and patterns (TODO: this needs to be fixed); $1 et al are marked
644              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
645              it from the data is probably better)
646      Branch: perl
647            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
648            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
649            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
650 ____________________________________________________________________________
651 [  4929] By: gsar                                  on 2000/01/31  04:17:09
652         Log: remove caller.pm from change#3534 (flawed idea)
653      Branch: perl
654            - lib/caller.pm
655            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
656 ____________________________________________________________________________
657 [  4928] By: gsar                                  on 2000/01/31  04:16:01
658         Log: fix factual regression (-e doesn't create temporary files anymore)
659      Branch: perl
660            ! pod/perlfilter.pod
661 ____________________________________________________________________________
662 [  4927] By: gsar                                  on 2000/01/30  21:27:12
663         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
664              document version tuples
665      Branch: perl
666            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
667            ! pod/perlvar.pod
668 ____________________________________________________________________________
669 [  4926] By: gsar                                  on 2000/01/28  18:10:12
670         Log: implement -follow option in find2perl (from Helmut Jarausch
671              <jarausch@igpm.rwth-aachen.de>)
672      Branch: perl
673            ! lib/File/Find.pm x2p/find2perl.PL
674 ____________________________________________________________________________
675 [  4925] By: gsar                                  on 2000/01/28  18:03:28
676         Log: document what chdir() without an argument does (from Mark-Jason
677              Dominus <mjd@plover.com>)
678      Branch: perl
679            ! pod/perlfunc.pod
680 ____________________________________________________________________________
681 [  4924] By: gsar                                  on 2000/01/28  17:49:34
682         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
683      Branch: perl
684            ! README.cygwin
685 ____________________________________________________________________________
686 [  4923] By: gsar                                  on 2000/01/28  17:10:08
687         Log: avoid leaking lexicals into program being debugged (from Ilya
688              Zakharevich)
689      Branch: perl
690            ! lib/perl5db.pl
691 ____________________________________________________________________________
692 [  4922] By: gsar                                  on 2000/01/28  16:36:13
693         Log: perldelta note about export list changes
694      Branch: perl
695            ! Changes pod/perldelta.pod
696 ____________________________________________________________________________
697 [  4921] By: gsar                                  on 2000/01/28  15:49:04
698         Log: alias realpath() to abs_path() (from Tom Christiansen)
699      Branch: perl
700            ! lib/Cwd.pm
701 ____________________________________________________________________________
702 [  4920] By: jhi                                   on 2000/01/28  09:52:47
703         Log: Cppsym fixup from Andy.
704      Branch: cfgperl
705            ! Configure config_h.SH
706      Branch: metaconfig
707            ! U/modified/Cppsym.U
708 ____________________________________________________________________________
709 [  4919] By: jhi                                   on 2000/01/28  09:52:22
710         Log: In HP-UX no largefiles if no 64 bits.
711      Branch: cfgperl
712            ! hints/hpux.sh
713 ____________________________________________________________________________
714 [  4918] By: jhi                                   on 2000/01/28  09:03:37
715         Log: The #4880 was too eager, the $n test is useful too.
716      Branch: cfgperl
717            ! lib/Benchmark.pm
718 ____________________________________________________________________________
719 [  4917] By: jhi                                   on 2000/01/28  06:27:50
720         Log: Integrate with Sarathy.
721      Branch: cfgperl
722           +> pod/perlapi.pod pod/perlintern.pod
723           !> (integrate 39 files)
724 ____________________________________________________________________________
725 [  4916] By: gsar                                  on 2000/01/28  05:29:37
726         Log: more exported symbols needed for build on windows
727      Branch: perl
728            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
729            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
730 ____________________________________________________________________________
731 [  4915] By: gsar                                  on 2000/01/28  03:43:52
732         Log: autogenerate API listing from comments in the source (from Benjamin
733              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
734              flexible for better readability; add missing docs in sv.c; regenerate
735              perltoc
736      Branch: perl
737            + pod/perlapi.pod pod/perlintern.pod
738            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
739            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
740            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
741            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
742            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
743            ! universal.c util.c
744 ____________________________________________________________________________
745 [  4914] By: gsar                                  on 2000/01/27  19:43:35
746         Log: document unimplemented status of forking pipe open() on windows
747      Branch: perl
748            ! pod/perlfork.pod t/op/fork.t
749 ____________________________________________________________________________
750 [  4913] By: jhi                                   on 2000/01/27  11:18:51
751         Log: Integrate with Sarathy.
752      Branch: cfgperl
753           !> (integrate 51 files)
754 ____________________________________________________________________________
755 [  4912] By: jhi                                   on 2000/01/27  10:35:48
756         Log: Cppsym update continues.
757      Branch: cfgperl
758            ! Configure config_h.SH
759      Branch: metaconfig
760            ! U/modified/Cppsym.U
761 ____________________________________________________________________________
762 [  4911] By: gsar                                  on 2000/01/27  08:04:17
763         Log: add missing flag in change#4892
764      Branch: perl
765            ! win32/win32.c
766 ____________________________________________________________________________
767 [  4910] By: gsar                                  on 2000/01/27  03:56:48
768         Log: various pod nits identified by installhtml (all fixed except
769              unresolved links)
770      Branch: perl
771            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
772            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
773            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
774            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
775            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
776            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
777 ____________________________________________________________________________
778 [  4909] By: gsar                                  on 2000/01/26  22:45:28
779         Log: typo
780      Branch: perl
781            ! Porting/p4desc
782 ____________________________________________________________________________
783 [  4908] By: gsar                                  on 2000/01/26  22:41:18
784         Log: update p4 tool
785      Branch: perl
786            ! Porting/p4desc
787 ____________________________________________________________________________
788 [  4907] By: gsar                                  on 2000/01/26  21:45:41
789         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
790              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
791      Branch: perl
792            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
793            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
794            ! t/op/attrs.t toke.c
795 ____________________________________________________________________________
796 [  4906] By: gsar                                  on 2000/01/26  20:16:39
797         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
798      Branch: perl
799            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
800 ____________________________________________________________________________
801 [  4905] By: gsar                                  on 2000/01/26  19:10:26
802         Log: s/STOP/CHECK/ blocks
803      Branch: perl
804            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
805            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
806            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
807            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
808            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
809            ! vms/perly_c.vms
810 ____________________________________________________________________________
811 [  4904] By: jhi                                   on 2000/01/26  13:58:18
812         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
813              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
814      Branch: cfgperl
815            ! ext/IO/IO.xs
816 ____________________________________________________________________________
817 [  4903] By: jhi                                   on 2000/01/26  11:16:34
818         Log: Continue cpp symbol update.
819      Branch: cfgperl
820            ! Configure config_h.SH
821      Branch: metaconfig
822            ! U/modified/Cppsym.U
823 ____________________________________________________________________________
824 [  4902] By: gsar                                  on 2000/01/26  09:28:37
825         Log: tweak exports list on Windows
826      Branch: perl
827            ! makedef.pl t/op/fork.t win32/win32.h
828 ____________________________________________________________________________
829 [  4901] By: jhi                                   on 2000/01/26  08:05:57
830         Log: Integrate with Sarathy.
831      Branch: cfgperl
832           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
833           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
834           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
835           !> win32/win32.c win32/win32.h
836 ____________________________________________________________________________
837 [  4900] By: jhi                                   on 2000/01/26  07:59:05
838         Log: s/d_nvpresuv/d_nv_preserves_uv/;
839              plus cosmetic change for #4899.
840      Branch: cfgperl
841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
842            ! config_h.SH
843      Branch: metaconfig
844            ! U/modified/Cppsym.U
845      Branch: metaconfig/U/perl
846            ! perlxv.U
847 ____________________________________________________________________________
848 [  4899] By: jhi                                   on 2000/01/26  07:46:56
849         Log: Update the scan of the cpp symbols.
850      Branch: cfgperl
851            ! Configure config_h.SH
852      Branch: metaconfig
853            ! U/modified/Cppsym.U
854 ____________________________________________________________________________
855 [  4898] By: gsar                                  on 2000/01/26  04:49:45
856         Log: allow '--' to terminate argument processing (suggested by
857              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
858      Branch: perl
859            ! lib/Getopt/Std.pm
860 ____________________________________________________________________________
861 [  4897] By: gsar                                  on 2000/01/26  02:42:38
862         Log: change#3744 should have made grep more like map instead of the
863              other way around
864      Branch: perl
865            ! t/op/grep.t toke.c
866 ____________________________________________________________________________
867 [  4896] By: gsar                                  on 2000/01/26  00:56:14
868         Log: integrate cfgperl contents into mainline
869      Branch: perl
870           +> vos/config.def vos/config.pl
871            ! Changes
872           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
873           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
874           !> vos/config.h vos/config_h.SH_orig
875 ____________________________________________________________________________
876 [  4895] By: gsar                                  on 2000/01/26  00:45:45
877         Log: fix parse failure of (my $foo : bar) and similar (from Spider
878              Boardman)
879      Branch: perl
880            ! toke.c
881 ____________________________________________________________________________
882 [  4894] By: gsar                                  on 2000/01/26  00:33:53
883         Log: avoid failure if directories already read by rmtree() are
884              deleted by another process
885      Branch: perl
886            ! lib/File/Path.pm
887 ____________________________________________________________________________
888 [  4893] By: gsar                                  on 2000/01/25  23:19:18
889         Log: typo in change#4892
890      Branch: perl
891            ! win32/win32.c
892 ____________________________________________________________________________
893 [  4892] By: gsar                                  on 2000/01/25  22:16:19
894         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
895              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
896              to call the fixed version of open_osfhandle() only on Windows 9x;
897              updated the makefiles and README.win32 to suit
898      Branch: perl
899            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
900            ! win32/win32.h
901 ____________________________________________________________________________
902 [  4891] By: gsar                                  on 2000/01/25  20:22:01
903         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
904      Branch: perl
905            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
906 ____________________________________________________________________________
907 [  4890] By: gsar                                  on 2000/01/25  19:21:17
908         Log: update Makefile notes on the now deprecated USE_5005THREADS and
909              USE_OBJECT
910      Branch: perl
911            ! win32/Makefile win32/makefile.mk
912 ____________________________________________________________________________
913 [  4889] By: jhi                                   on 2000/01/25  14:44:55
914         Log: Misedit in #4888.
915      Branch: cfgperl
916            ! pp.c
917 ____________________________________________________________________________
918 [  4888] By: jhi                                   on 2000/01/25  14:38:59
919         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
920              rash but it's the best move I can think of right now.
921              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
922              but I think it did in the past.
923              Removing the _CRAYMPP test fixes a legion of pack/unpack
924              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
925              One subtest, t/lib/io_sock.t #14, is still failing.
926      Branch: cfgperl
927            ! Configure config_h.SH hints/unicosmk.sh pp.c
928      Branch: metaconfig
929            ! U/modified/Oldconfig.U
930 ____________________________________________________________________________
931 [  4887] By: jhi                                   on 2000/01/25  06:13:14
932         Log: Integrate with Sarathy.
933      Branch: cfgperl
934           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
935           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
936           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
937           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
938           !> win32/perllib.c win32/win32.c win32/win32.h
939 ____________________________________________________________________________
940 [  4886] By: gsar                                  on 2000/01/25  02:54:00
941         Log: consistently use MAX_PATH+1 buffer sizes
942      Branch: perl
943            ! win32/win32.c
944 ____________________________________________________________________________
945 [  4885] By: gsar                                  on 2000/01/25  02:51:35
946         Log: workaround for rename('x','X') bug in Windows NT
947      Branch: perl
948            ! t/io/fs.t win32/win32.c
949 ____________________________________________________________________________
950 [  4884] By: gsar                                  on 2000/01/25  01:32:57
951         Log: windows build fixups from uniform DLL name change to perl56.dll
952      Branch: perl
953            ! installperl makedef.pl win32/perllib.c
954 ____________________________________________________________________________
955 [  4883] By: gsar                                  on 2000/01/25  01:31:27
956         Log: more fixes for warnings from change#4840
957      Branch: perl
958            ! lib/Pod/Html.pm
959 ____________________________________________________________________________
960 [  4882] By: gsar                                  on 2000/01/24  15:35:12
961         Log: assorted little nits
962      Branch: perl
963            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
964            ! win32/win32.c
965 ____________________________________________________________________________
966 [  4881] By: gsar                                  on 2000/01/24  14:32:31
967         Log: add new warnings to perldelta
968      Branch: perl
969            ! Changes pod/perldelta.pod pod/perldiag.pod
970 ____________________________________________________________________________
971 [  4880] By: jhi                                   on 2000/01/24  14:14:23
972         Log: From: Stephane Payrard <properler@freesurf.fr>
973              To: Gurusamy Sarathy <gsar@ActiveState.com>
974              Cc: perl5-porters@perl.org
975              Subject: <patch> avoid division by 0 in Benchmark.pm
976              Date: Mon, 24 Jan 2000 16:15:38 +0100
977              Message-ID: <20000124161538.A995@freesurf.fr>
978      Branch: cfgperl
979            ! lib/Benchmark.pm
980 ____________________________________________________________________________
981 [  4879] By: gsar                                  on 2000/01/24  14:14:20
982         Log: force linkage of the function wrappers for globals in change#4878
983      Branch: perl
984            ! embed.pl globals.c perlapi.h win32/win32.h
985 ____________________________________________________________________________
986 [  4878] By: gsar                                  on 2000/01/24  13:04:45
987         Log: enable function wrappers for access to globals under MULTIPLICITY
988              (provides binary compatibility in the face of changes in interpreter
989              structure)
990      Branch: perl
991            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
992            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
993 ____________________________________________________________________________
994 [  4877] By: jhi                                   on 2000/01/24  11:41:57
995         Log: perlhist update.
996      Branch: cfgperl
997            ! pod/perlhist.pod
998 ____________________________________________________________________________
999 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1000         Log: Updates on the large file support status.
1001      Branch: cfgperl
1002            ! pod/perldelta.pod
1003 ____________________________________________________________________________
1004 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1005         Log: Integrate with Sarathy.
1006      Branch: cfgperl
1007           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1008           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1009           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1010 ____________________________________________________________________________
1011 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1012         Log: fix typos; avoid use constant for lowercase constants (produces
1013              warnings now)
1014      Branch: perl
1015            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1016            ! lib/Shell.pm
1017 ____________________________________________________________________________
1018 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1019         Log: avoid warnings when there's no subs to autosplit
1020      Branch: perl
1021            ! lib/AutoSplit.pm
1022 ____________________________________________________________________________
1023 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1024         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1025      Branch: cfgperl
1026            + vos/config.def vos/config.pl
1027            ! MANIFEST vos/config.h vos/config_h.SH_orig
1028 ____________________________________________________________________________
1029 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1030         Log: typos in change#4623
1031      Branch: perl
1032            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1033 ____________________________________________________________________________
1034 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1035         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1036      Branch: cfgperl
1037            ! Configure config_h.SH
1038      Branch: metaconfig
1039            + U/modified/cf_email.U U/modified/so.U
1040      Branch: metaconfig/U/perl
1041            ! dlsrc.U
1042 ____________________________________________________________________________
1043 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1044         Log: Integrate with Sarathy.
1045      Branch: cfgperl
1046           +> t/pragma/diagnostics.t
1047           !> (integrate 120 files)
1048 ____________________________________________________________________________
1049 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1050         Log: on windows, set seek position to end for files opened in append mode
1051              (improves compatibility with Unix, avoids buffering issues)
1052      Branch: perl
1053            ! win32/win32.c
1054 ____________________________________________________________________________
1055 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1056         Log: change#4866 was flawed; revert and add better fix for warning
1057      Branch: perl
1058            ! op.c op.h
1059 ____________________________________________________________________________
1060 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1061         Log: optimize away runtime code for our($foo) (also avoid warnings)
1062      Branch: perl
1063            ! op.c
1064 ____________________________________________________________________________
1065 [  4865] By: gsar                                  on 2000/01/23  13:17:18
1066         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
1067      Branch: perl
1068            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1069            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1070 ____________________________________________________________________________
1071 [  4864] By: gsar                                  on 2000/01/23  13:12:31
1072         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
1073              suggested by Dominic Dunlop <domo@computer.org>)
1074      Branch: perl
1075            ! doio.c
1076 ____________________________________________________________________________
1077 [  4863] By: gsar                                  on 2000/01/23  13:01:35
1078         Log: fix misclassified warnings
1079      Branch: perl
1080            ! pod/perldiag.pod
1081 ____________________________________________________________________________
1082 [  4862] By: gsar                                  on 2000/01/23  12:52:12
1083         Log: document bareword prototype incompatibility
1084      Branch: perl
1085            ! pod/perldelta.pod pod/perlsub.pod
1086 ____________________________________________________________________________
1087 [  4861] By: gsar                                  on 2000/01/23  12:32:25
1088         Log: faulty edit
1089      Branch: perl
1090            ! lib/File/stat.pm
1091 ____________________________________________________________________________
1092 [  4860] By: gsar                                  on 2000/01/23  12:23:48
1093         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
1094      Branch: perl
1095            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
1096            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
1097            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1098            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
1099            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
1100            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
1101            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1102            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
1103            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
1104            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
1105            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1106            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1107            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
1108            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
1109            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1110            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
1111            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1112            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
1113            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
1114            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
1115            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1116            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
1117            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1118            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1119            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
1120            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
1121 ____________________________________________________________________________
1122 [  4859] By: gsar                                  on 2000/01/23  11:29:22
1123         Log: fix diagnostics to report "our" vs "my" correctly
1124      Branch: perl
1125            ! op.c pod/perldiag.pod
1126 ____________________________________________________________________________
1127 [  4858] By: gsar                                  on 2000/01/23  10:14:46
1128         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
1129              more widely)
1130      Branch: perl
1131            ! patchlevel.h
1132 ____________________________________________________________________________
1133 [  4857] By: gsar                                  on 2000/01/23  10:04:03
1134         Log: disallow our($foo::bar)
1135      Branch: perl
1136            ! pod/perldiag.pod toke.c
1137 ____________________________________________________________________________
1138 [  4856] By: gsar                                  on 2000/01/23  09:50:54
1139         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
1140      Branch: perl
1141            ! utils/dprofpp.PL
1142 ____________________________________________________________________________
1143 [  4855] By: gsar                                  on 2000/01/23  09:36:51
1144         Log: new test (from Michael G Schwern <schwern@pobox.com>)
1145      Branch: perl
1146            + t/pragma/diagnostics.t
1147            ! MANIFEST
1148 ____________________________________________________________________________
1149 [  4854] By: gsar                                  on 2000/01/23  09:24:40
1150         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
1151              <schwern@pobox.com>)
1152      Branch: perl
1153            ! utils/h2xs.PL
1154 ____________________________________________________________________________
1155 [  4853] By: gsar                                  on 2000/01/23  09:08:30
1156         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1157      Branch: perl
1158            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
1159 ____________________________________________________________________________
1160 [  4852] By: gsar                                  on 2000/01/23  08:52:44
1161         Log: mark some extensions as "special versions" to avoid CPAN indexer
1162              confusion (from Ilya Zakharevich)
1163      Branch: perl
1164            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1165 ____________________________________________________________________________
1166 [  4851] By: gsar                                  on 2000/01/23  08:48:46
1167         Log: prefer POSIX::uname() rather than syscalls, which require attempting
1168              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
1169      Branch: perl
1170            ! lib/Sys/Hostname.pm
1171 ____________________________________________________________________________
1172 [  4850] By: gsar                                  on 2000/01/23  08:36:43
1173         Log: integrate cfgperl contents into mainline
1174      Branch: perl
1175           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1176           !> Porting/config_H config_h.SH perl.h
1177 ____________________________________________________________________________
1178 [  4849] By: gsar                                  on 2000/01/23  08:17:30
1179         Log: fix localization in while BLOCK when there is a continue BLOCK
1180              by introducing an explicit scope (c.f. change#4848)
1181      Branch: perl
1182            ! op.c pp_ctl.c t/cmd/while.t
1183 ____________________________________________________________________________
1184 [  4848] By: gsar                                  on 2000/01/23  06:43:51
1185         Log: fix scope cleanup when next jumps to a continue block; this is rather
1186              in the nature of a kludge; it doesn't fix the longstanding bug that
1187              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
1188              instead of "1")
1189      Branch: perl
1190            ! pp_ctl.c t/cmd/while.t
1191 ____________________________________________________________________________
1192 [  4847] By: gsar                                  on 2000/01/23  04:47:25
1193         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
1194              C<while (my $x = foo()) { my $x = bar(); }> etc.
1195      Branch: perl
1196            ! op.c
1197 ____________________________________________________________________________
1198 [  4846] By: gsar                                  on 2000/01/23  04:44:17
1199         Log: avoid warnings in change#4839
1200      Branch: perl
1201            ! lib/Carp/Heavy.pm
1202 ____________________________________________________________________________
1203 [  4845] By: gsar                                  on 2000/01/22  13:12:38
1204         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
1205      Branch: perl
1206            ! Changes Configure
1207 ____________________________________________________________________________
1208 [  4844] By: gsar                                  on 2000/01/22  12:46:26
1209         Log: wrong category for exec() warning
1210      Branch: perl
1211            ! op.c pod/perlop.pod
1212 ____________________________________________________________________________
1213 [  4843] By: gsar                                  on 2000/01/22  12:42:40
1214         Log: fix line continuations in argument lists (from Helmut Jarausch)
1215      Branch: perl
1216            ! lib/ExtUtils/xsubpp
1217 ____________________________________________________________________________
1218 [  4842] By: gsar                                  on 2000/01/22  12:34:39
1219         Log: CGI.pm upgraded to v2.56 from CPAN
1220      Branch: perl
1221            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
1222            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
1223            ! t/lib/cgi-html.t
1224 ____________________________________________________________________________
1225 [  4841] By: gsar                                  on 2000/01/22  12:07:23
1226         Log: avoid warnings due to lack of forward declarations
1227      Branch: perl
1228            ! lib/Pod/Html.pm
1229 ____________________________________________________________________________
1230 [  4840] By: gsar                                  on 2000/01/22  12:04:30
1231         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
1232              <wolfgang.laun@alcatel.at>)
1233      Branch: perl
1234            ! lib/Pod/Html.pm
1235 ____________________________________________________________________________
1236 [  4839] By: gsar                                  on 2000/01/22  11:57:24
1237         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
1238              <wolfgang.laun@alcatel.at>)
1239      Branch: perl
1240            ! lib/Carp/Heavy.pm pod/perldelta.pod
1241 ____________________________________________________________________________
1242 [  4838] By: gsar                                  on 2000/01/22  10:53:06
1243         Log: truncate(FH) flushes FH before truncating it
1244      Branch: perl
1245            ! pp_sys.c t/io/fs.t
1246 ____________________________________________________________________________
1247 [  4837] By: gsar                                  on 2000/01/22  10:37:16
1248         Log: #line directives without a filename leave the file name as it was
1249              instead of setting it to the script name (from Andrew Pimlott
1250              <andrew@pimlott.ne.mediaone.net>)
1251      Branch: perl
1252            ! toke.c
1253 ____________________________________________________________________________
1254 [  4836] By: gsar                                  on 2000/01/22  10:06:53
1255         Log: add patch for printf-style format typechecks (from Robin Barker
1256              <rmb1@cise.npl.co.uk>); fixes for problems so identified
1257      Branch: perl
1258            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
1259            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
1260 ____________________________________________________________________________
1261 [  4835] By: gsar                                  on 2000/01/22  08:42:52
1262         Log: From: John Tobey <jtobey@isay.com>
1263              Date: Thu, 16 Dec 1999 20:20:38 -0500
1264              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
1265              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
1266      Branch: perl
1267            ! lib/base.pm lib/fields.pm t/lib/fields.t
1268 ____________________________________________________________________________
1269 [  4834] By: gsar                                  on 2000/01/22  08:08:08
1270         Log: fix deeply nested closures that have no references to lexical in
1271              intervening subs
1272      Branch: perl
1273            ! embed.h embed.pl op.c proto.h t/op/closure.t
1274 ____________________________________________________________________________
1275 [  4833] By: gsar                                  on 2000/01/21  17:04:21
1276         Log: add $VERSION
1277      Branch: perl
1278            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
1279 ____________________________________________________________________________
1280 [  4832] By: gsar                                  on 2000/01/21  16:49:09
1281         Log: fix bug in dumping self-referential scalars
1282      Branch: perl
1283            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1284            ! t/lib/dumper.t
1285 ____________________________________________________________________________
1286 [  4831] By: jhi                                   on 2000/01/21  09:16:07
1287         Log: Integrate with Sarathy.
1288      Branch: cfgperl
1289           +> t/op/exists_sub.t
1290           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
1291           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
1292           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
1293           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1294           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
1295 ____________________________________________________________________________
1296 [  4830] By: gsar                                  on 2000/01/21  04:28:08
1297         Log: patch to report warnings on bogus filehandles passed to flock(),
1298              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
1299              (slightly modified)
1300      Branch: perl
1301            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1302            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
1303            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1304 ____________________________________________________________________________
1305 [  4829] By: gsar                                  on 2000/01/21  03:43:46
1306         Log: typo fix
1307      Branch: perl
1308            ! pod/perlop.pod
1309 ____________________________________________________________________________
1310 [  4828] By: gsar                                  on 2000/01/21  03:32:31
1311         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
1312              fixups of faulty facts and prose
1313      Branch: perl
1314            ! pod/perlvar.pod
1315 ____________________________________________________________________________
1316 [  4827] By: gsar                                  on 2000/01/21  01:45:51
1317         Log: support for C<exists &func> (from Spider Boardman)
1318      Branch: perl
1319            + t/op/exists_sub.t
1320            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
1321            ! pod/perlfunc.pod pp.c
1322 ____________________________________________________________________________
1323 [  4826] By: gsar                                  on 2000/01/21  01:35:46
1324         Log: mention the fact that open(my $foo, ...) covers all handle
1325              constructors
1326      Branch: perl
1327            ! pod/perldelta.pod
1328 ____________________________________________________________________________
1329 [  4825] By: gsar                                  on 2000/01/21  01:03:34
1330         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1331              Date: Wed, 19 Jan 2000 15:05:11 -0500
1332              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
1333              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
1334      Branch: perl
1335            ! utils/h2xs.PL
1336 ____________________________________________________________________________
1337 [  4824] By: gsar                                  on 2000/01/20  19:14:26
1338         Log: INSTALL updates from Andy Dougherty
1339      Branch: perl
1340            ! INSTALL
1341 ____________________________________________________________________________
1342 [  4823] By: gsar                                  on 2000/01/20  08:40:13
1343         Log: sv_true() has a superfluous test
1344      Branch: perl
1345            ! sv.c sv.h
1346 ____________________________________________________________________________
1347 [  4822] By: bailey                                on 2000/01/20  02:03:35
1348         Log: Minor cosmetic updates
1349      Branch: vmsperl
1350            ! configure.com
1351 ____________________________________________________________________________
1352 [  4821] By: bailey                                on 2000/01/20  00:25:30
1353         Log: Quick integration of mainline changes to date
1354      Branch: vmsperl
1355           +> (branch 74 files)
1356            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
1357            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1358            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
1359            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
1360            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
1361            - lib/warning.pm os2/POSIX.mkfifo warning.h
1362           !> (integrate 462 files)
1363 ____________________________________________________________________________
1364 [  4820] By: jhi                                   on 2000/01/19  22:46:42
1365         Log: More robust inc_version_list from Andy.
1366      Branch: cfgperl
1367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1368            ! config_h.SH
1369      Branch: metaconfig
1370            ! U/installdirs/inc_version_list.U
1371 ____________________________________________________________________________
1372 [  4819] By: jhi                                   on 2000/01/19  17:36:56
1373         Log: Add NV_PRESERVES_UV.
1374      Branch: cfgperl
1375            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1376            ! config_h.SH perl.h
1377      Branch: metaconfig
1378            ! U/protos/selecttype.U
1379      Branch: metaconfig/U/perl
1380            - nvpresuv.U
1381            ! perlxv.U
1382 ____________________________________________________________________________
1383 [  4818] By: jhi                                   on 2000/01/19  08:13:05
1384         Log: Integrate with Sarathy.
1385      Branch: cfgperl
1386           !> Changes Configure win32/config.bc win32/config.gc
1387           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1388           !> win32/config_H.vc
1389 ____________________________________________________________________________
1390 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1391         Log: regen win32/config*
1392      Branch: perl
1393            ! Configure win32/config.bc win32/config.gc win32/config.vc
1394            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1395 ____________________________________________________________________________
1396 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1397         Log: Policy patch from Andy for installation directories,
1398              removing the $apiversion.
1399      Branch: cfgperl
1400            ! Policy_sh.SH
1401 ____________________________________________________________________________
1402 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1403         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1404              as suggested by Andy.
1405      Branch: cfgperl
1406            ! Configure config_h.SH
1407      Branch: metaconfig
1408            ! U/compline/d_gnulibc.U U/modified/cc.U
1409 ____________________________________________________________________________
1410 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1411         Log: integrate cfgperl changes into mainline
1412      Branch: perl
1413            ! Changes
1414           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1415           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1416           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1417 ____________________________________________________________________________
1418 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1419         Log: metaconfig todo note from Andy.
1420      Branch: cfgperl
1421            ! Configure config_h.SH
1422      Branch: metaconfig
1423            ! U/installdirs/inc_version_list.U
1424 ____________________________________________________________________________
1425 [  4812] By: jhi                                   on 2000/01/18  15:02:55
1426         Log: More -V.
1427      Branch: cfgperl
1428            ! perl.c
1429 ____________________________________________________________________________
1430 [  4811] By: jhi                                   on 2000/01/18  10:35:30
1431         Log: More compile-time options shown with -V.
1432      Branch: cfgperl
1433            ! perl.c
1434 ____________________________________________________________________________
1435 [  4810] By: jhi                                   on 2000/01/17  08:35:49
1436         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1437              the strtold() and qgcvt() prototypes for long doubles, but
1438              it should be okay in any case); fix bad assumptions in the
1439              test suite about string->float conversions; though the out
1440              parameter of strtold() (and strtoll()) is unused, it is nicer
1441              to have it in correct type.
1442      Branch: cfgperl
1443            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1444      Branch: metaconfig
1445            ! U/modified/cc.U
1446 ____________________________________________________________________________
1447 [  4809] By: jhi                                   on 2000/01/16  19:21:18
1448         Log: strtoll works better ternary.
1449      Branch: cfgperl
1450            ! perl.h
1451 ____________________________________________________________________________
1452 [  4808] By: jhi                                   on 2000/01/16  19:12:58
1453         Log: Know strtoll.
1454      Branch: cfgperl
1455            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1456            ! config_h.SH perl.h
1457 ____________________________________________________________________________
1458 [  4807] By: jhi                                   on 2000/01/16  17:57:03
1459         Log: Integrate with Sarathy.
1460      Branch: cfgperl
1461           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1462           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1463 ____________________________________________________________________________
1464 [  4806] By: jhi                                   on 2000/01/16  16:37:47
1465         Log: Continue qgcvt work; closer now but not yet there.
1466      Branch: cfgperl
1467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1468            ! config_h.SH doop.c utf8.c
1469      Branch: metaconfig
1470            ! U/compline/d_gconvert.U
1471      Branch: metaconfig/U/perl
1472            ! d_qgcvt.U
1473 ____________________________________________________________________________
1474 [  4805] By: jhi                                   on 2000/01/15  22:26:16
1475         Log: Metaconfig and Porting patches from Andy; start using the new
1476              long long and long double thingies from #4804; regen Configure.
1477      Branch: cfgperl
1478            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1479            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1480      Branch: metaconfig
1481            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1482            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1483            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1484            + U/nullified/lib.U
1485            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1486            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1487            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1488            ! U/modified/Oldconfig.U U/modified/Signal.U
1489            ! U/modified/sig_name.U U/threads/usethreads.U
1490      Branch: metaconfig/U/perl
1491            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1492            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1493            ! usemultiplicity.U
1494      Branch: perl
1495            ! perl.h util.c
1496 ____________________________________________________________________________
1497 [  4804] By: jhi                                   on 2000/01/14  14:22:24
1498         Log: Add more quad/long long/long double sciency.
1499      Branch: metaconfig/U/perl
1500            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1501            + d_strtouq.U
1502 ____________________________________________________________________________
1503 [  4803] By: gsar                                  on 2000/01/14  04:40:49
1504         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1505      Branch: perl
1506            ! op.c
1507 ____________________________________________________________________________
1508 [  4802] By: gsar                                  on 2000/01/14  04:35:55
1509         Log: add note about "our"
1510      Branch: perl
1511            ! lib/vars.pm
1512 ____________________________________________________________________________
1513 [  4801] By: gsar                                  on 2000/01/14  04:16:51
1514         Log: nailed "our" declarations, and better warnings on duplicate
1515              "our" declarations
1516      Branch: perl
1517            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1518            ! t/pragma/strict-vars toke.c
1519 ____________________________________________________________________________
1520 [  4800] By: gsar                                  on 2000/01/14  01:27:13
1521         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1522      Branch: perl
1523            ! dump.c op.c op.h
1524 ____________________________________________________________________________
1525 [  4799] By: gsar                                  on 2000/01/14  01:17:15
1526         Log: doc typo
1527      Branch: perl
1528            ! pod/perlfunc.pod
1529 ____________________________________________________________________________
1530 [  4798] By: jhi                                   on 2000/01/13  16:31:34
1531         Log: Integrate with Sarathy.
1532      Branch: cfgperl
1533           +> epoc/config.sh epoc/epocish.c epoc/link.pl
1534           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1535           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1536           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1537           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1538           +> win32/perlhost.h win32/vdir.h win32/vmem.h
1539            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1540            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1541            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1542           !> (integrate 282 files)
1543 ____________________________________________________________________________
1544 [  4797] By: gsar                                  on 2000/01/13  08:12:56
1545         Log: clearer docs for change#4796; faster av_exists()
1546      Branch: perl
1547            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1548 ____________________________________________________________________________
1549 [  4796] By: gsar                                  on 2000/01/13  06:49:03
1550         Log: support delete() and exists() on array, tied array, and pseudo-hash
1551              elements or slices
1552      Branch: perl
1553            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1554            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1555            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1556            ! t/op/avhv.t t/op/delete.t
1557 ____________________________________________________________________________
1558 [  4795] By: gsar                                  on 2000/01/11  20:52:30
1559         Log: extend site_perl changes change#4773 to vendor_perl as well
1560      Branch: perl
1561            ! Configure
1562 ____________________________________________________________________________
1563 [  4794] By: gsar                                  on 2000/01/11  19:18:50
1564         Log: rework INSTALL to reflect new logic for versioning sitelibs
1565      Branch: perl
1566            ! INSTALL
1567 ____________________________________________________________________________
1568 [  4793] By: gsar                                  on 2000/01/11  01:44:00
1569         Log: test for change#4792
1570      Branch: perl
1571            ! t/op/fork.t
1572 ____________________________________________________________________________
1573 [  4792] By: gsar                                  on 2000/01/11  01:22:36
1574         Log: pseudo forked children inherit environment correctly
1575      Branch: perl
1576            ! win32/perlhost.h
1577 ____________________________________________________________________________
1578 [  4791] By: gsar                                  on 2000/01/10  19:14:03
1579         Log: test tweak
1580      Branch: perl
1581            ! t/op/fork.t
1582 ____________________________________________________________________________
1583 [  4790] By: gsar                                  on 2000/01/10  18:56:16
1584         Log: check for USE_ITHREADS sanity was too restrictive
1585      Branch: perl
1586            ! perl.h
1587 ____________________________________________________________________________
1588 [  4789] By: gsar                                  on 2000/01/10  18:30:24
1589         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1590              a real SetCurrentDirectory() in toplevel host
1591      Branch: perl
1592            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1593            ! win32/vdir.h win32/win32.c
1594 ____________________________________________________________________________
1595 [  4782] By: gsar                                  on 2000/01/10  05:27:03
1596         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1597      Branch: perl
1598            + epoc/config.sh epoc/epocish.c epoc/link.pl
1599            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1600            - epoc/perl.pkg
1601            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1602            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1603            ! lib/Sys/Hostname.pm
1604 ____________________________________________________________________________
1605 [  4781] By: gsar                                  on 2000/01/10  05:11:03
1606         Log: pod typos (from Abigail <abigail@delanet.com>)
1607      Branch: perl
1608            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1609 ____________________________________________________________________________
1610 [  4780] By: gsar                                  on 2000/01/10  05:07:35
1611         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1612      Branch: perl
1613            ! t/lib/thread.t
1614 ____________________________________________________________________________
1615 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1616         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1617      Branch: perl
1618            ! perl.c
1619 ____________________________________________________________________________
1620 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1621         Log: useithreads needs usemultiplicity
1622      Branch: perl
1623            ! Configure perl.h
1624 ____________________________________________________________________________
1625 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1626         Log: use $Config{version} rather than $] where appropriate
1627      Branch: perl
1628            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1629            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1630            ! lib/lib.pm
1631 ____________________________________________________________________________
1632 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1633         Log: enable fork.t on windows
1634      Branch: perl
1635            ! t/op/fork.t
1636 ____________________________________________________________________________
1637 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1638         Log: broken test for use5005threads
1639      Branch: perl
1640            ! t/lib/safe2.t
1641 ____________________________________________________________________________
1642 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1643         Log: more windows build tweaks
1644      Branch: perl
1645            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1646            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1647            ! win32/makefile.mk
1648 ____________________________________________________________________________
1649 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1650         Log: more changes for new-style version numbers (versions numbers on
1651              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1652              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1653              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1654              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1655              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1656              completely independent across versions and substantially eliminating
1657              chances of breaking older installations by overwriting newly built
1658              extensions; all this means compatibility inclusions for @INC will need
1659              to take into account older sitelib versions (this still TODO)
1660              
1661              windows, vms, dos tweaks for the above
1662      Branch: perl
1663            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1664            ! config_h.SH configure.com dosish.h installman installperl
1665            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1666            ! win32/config.bc win32/config.gc win32/config.vc
1667            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1668            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1669            ! win32/win32.c
1670 ____________________________________________________________________________
1671 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1672         Log: s/usethreads/use5005threads/g
1673      Branch: perl
1674            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1675 ____________________________________________________________________________
1676 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1677         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1678              slightly altered)
1679      Branch: perl
1680            ! Configure INSTALL Porting/Glossary Porting/config.sh
1681            ! Porting/config_H config_h.SH perl.h win32/Makefile
1682            ! win32/config.bc win32/config.gc win32/config.vc
1683            ! win32/makefile.mk
1684 ____________________________________________________________________________
1685 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1686         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1687      Branch: perl
1688            ! regexec.c
1689 ____________________________________________________________________________
1690 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1691         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1692      Branch: perl
1693            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1694            + ext/ODBM_File/hints/cygwin.pl
1695            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1696            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1697            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1698            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1699 ____________________________________________________________________________
1700 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1701         Log: typo on h2xs.PL (from Helmut Jarausch)
1702      Branch: perl
1703            ! utils/h2xs.PL
1704 ____________________________________________________________________________
1705 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1706         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1707      Branch: perl
1708            ! README.vms configure.com vms/subconfigure.com
1709 ____________________________________________________________________________
1710 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1711         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1712              <sthoenna@efn.org>)
1713      Branch: perl
1714            - os2/POSIX.mkfifo
1715            ! MANIFEST README.os2
1716 ____________________________________________________________________________
1717 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1718         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1719              match /^lib/ won't load properly)
1720      Branch: perl
1721            + ext/DynaLoader/hints/openbsd.pl
1722            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1723 ____________________________________________________________________________
1724 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1725         Log: add undocumented globals for compatibility--find.pl, and find2perl
1726              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1727      Branch: perl
1728            ! lib/File/Find.pm
1729 ____________________________________________________________________________
1730 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1731         Log: fix various C-backend shenanigans
1732      Branch: perl
1733            ! ext/B/B/C.pm
1734 ____________________________________________________________________________
1735 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1736         Log: tweak test in change#4757 for Windows
1737      Branch: perl
1738            ! t/io/open.t
1739 ____________________________________________________________________________
1740 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1741         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1742              they belonged to freed OP_CONSTs)
1743      Branch: perl
1744            ! op.c
1745 ____________________________________________________________________________
1746 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1747         Log: constant ranges could escape bareword check in list context
1748      Branch: perl
1749            ! op.c t/pragma/strict-subs
1750 ____________________________________________________________________________
1751 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1752         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1753              Date: Wed, 05 Jan 2000 15:23:18 EST
1754              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1755              Subject: Re: minimal m//g matches appear busted
1756      Branch: perl
1757            ! regexec.c t/op/pat.t
1758 ____________________________________________________________________________
1759 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1760         Log: various nits identified by warnings unmasked by recent changes
1761      Branch: perl
1762            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1763 ____________________________________________________________________________
1764 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1765         Log: severe bugs in change#3786 fixed
1766      Branch: perl
1767            ! doio.c t/io/open.t
1768 ____________________________________________________________________________
1769 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1770         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1771      Branch: perl
1772            ! ext/Data/Dumper/Dumper.pm
1773 ____________________________________________________________________________
1774 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1775         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1776      Branch: perl
1777            ! Configure util.c utils/perlcc.PL
1778 ____________________________________________________________________________
1779 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1780         Log: avoid expensive Version_check (from Andreas Koenig)
1781      Branch: perl
1782            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1783            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1784 ____________________________________________________________________________
1785 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1786         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1787              Date: 03 Jan 2000 21:56:02 +0100
1788              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1789              Subject: Reloading File::Copy
1790      Branch: perl
1791            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1792 ____________________________________________________________________________
1793 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1794         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1795      Branch: perl
1796            ! win32/Makefile win32/makefile.mk win32/win32.h
1797 ____________________________________________________________________________
1798 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1799         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1800      Branch: perl
1801            ! lib/ExtUtils/MakeMaker.pm
1802 ____________________________________________________________________________
1803 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1804         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1805              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1806              <Haakon.Alstadheim@sds.no>)
1807      Branch: perl
1808            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1809 ____________________________________________________________________________
1810 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1811         Log: disable optimization in change#3612 for join() and quotemeta()--this
1812              removes all the gross hacks for the special cases in that change; fix
1813              pp_concat() for when TARG == arg (modified version of patch suggested
1814              by Ilya Zakharevich)
1815      Branch: perl
1816            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1817 ____________________________________________________________________________
1818 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1819         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1820              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1821      Branch: perl
1822            ! lib/ExtUtils/MakeMaker.pm
1823 ____________________________________________________________________________
1824 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1825         Log: fix 4-arg substr() when used as argument to subroutine
1826      Branch: perl
1827            ! pp.c t/op/substr.t
1828 ____________________________________________________________________________
1829 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1830         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1831      Branch: perl
1832            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1833            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1834            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1835            ! perlapi.c proto.h thread.h util.c
1836 ____________________________________________________________________________
1837 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1838         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1839      Branch: perl
1840            ! ext/Data/Dumper/Dumper.pm regcomp.c
1841 ____________________________________________________________________________
1842 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1843         Log: missing files in previous submit
1844      Branch: perl
1845            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1846            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1847 ____________________________________________________________________________
1848 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1849         Log: various Windows build tweaks
1850      Branch: perl
1851            ! win32/win32.h
1852 ____________________________________________________________________________
1853 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1854         Log: change#4705 breaks code that interpolates $], so leave string value
1855              of $] as it was for compatibility (and perhaps introduce $^V or similar
1856              for the utf8 representation, maybe?)
1857      Branch: perl
1858            ! configpm gv.c
1859 ____________________________________________________________________________
1860 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1861         Log: avoid CRLF in byteloadable files created by perlcc
1862      Branch: perl
1863            ! utils/perlcc.PL
1864 ____________________________________________________________________________
1865 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1866         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1867      Branch: perl
1868            ! pod/perldelta.pod toke.c
1869 ____________________________________________________________________________
1870 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1871         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1872              to allow ByteLoader to work; the DATA filehandles continue to
1873              be left open in text mode for compatibility
1874      Branch: perl
1875            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1876            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1877            ! win32/win32.h
1878 ____________________________________________________________________________
1879 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1880         Log: CR-LF support broken for formats
1881      Branch: perl
1882            ! toke.c
1883 ____________________________________________________________________________
1884 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1885         Log: make DProf functional under pseudo-fork()
1886      Branch: perl
1887            ! ext/Devel/DProf/DProf.xs
1888 ____________________________________________________________________________
1889 [  4736] By: gsar                                  on 1999/12/29  21:04:59
1890         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
1891              Mulder)
1892      Branch: perl
1893            ! doio.c pp_hot.c t/io/argv.t
1894 ____________________________________________________________________________
1895 [  4735] By: gsar                                  on 1999/12/29  18:12:40
1896         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
1897              Koenig)
1898      Branch: perl
1899            ! Makefile.SH
1900 ____________________________________________________________________________
1901 [  4734] By: gsar                                  on 1999/12/28  21:10:37
1902         Log: Windows build tweaks
1903      Branch: perl
1904            ! INTERN.h sv.c
1905 ____________________________________________________________________________
1906 [  4733] By: gsar                                  on 1999/12/28  20:45:15
1907         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
1908              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
1909      Branch: perl
1910            ! pp_sys.c
1911 ____________________________________________________________________________
1912 [  4732] By: gsar                                  on 1999/12/28  20:42:13
1913         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
1914              <ralph@inputplus.demon.co.uk>
1915      Branch: perl
1916            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
1917 ____________________________________________________________________________
1918 [  4731] By: gsar                                  on 1999/12/28  20:23:17
1919         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
1920              not supplied (variant of patch suggested by Ilya Zakharevich)
1921      Branch: perl
1922            ! XSUB.h lib/ExtUtils/xsubpp
1923 ____________________________________________________________________________
1924 [  4730] By: gsar                                  on 1999/12/28  19:55:56
1925         Log: range operator does magical string increment iff both operands
1926              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
1927              the "foreach (RANGE)" case as well
1928      Branch: perl
1929            ! pp_ctl.c t/op/range.t
1930 ____________________________________________________________________________
1931 [  4729] By: gsar                                  on 1999/12/28  18:40:19
1932         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
1933      Branch: perl
1934            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
1935            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
1936            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
1937            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
1938            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
1939            ! win32/win32.h
1940 ____________________________________________________________________________
1941 [  4728] By: gsar                                  on 1999/12/28  07:44:19
1942         Log: typecasts needed
1943      Branch: perl
1944            ! toke.c
1945 ____________________________________________________________________________
1946 [  4727] By: gsar                                  on 1999/12/28  06:23:08
1947         Log: change#4721 needed line number adjustments
1948      Branch: perl
1949            ! MANIFEST global.sym proto.h t/pragma/warn/doop
1950            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
1951            ! t/pragma/warn/toke t/pragma/warn/utf8
1952 ____________________________________________________________________________
1953 [  4726] By: gsar                                  on 1999/12/28  04:18:15
1954         Log: integrate utfperl contents into mainline
1955      Branch: perl
1956           +> lib/byte.pm lib/byte_heavy.pl
1957           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
1958           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
1959           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
1960 ____________________________________________________________________________
1961 [  4725] By: gsar                                  on 1999/12/28  04:08:09
1962         Log: integrate mainline contents
1963      Branch: utfperl
1964            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
1965            - lib/unicode/Eq/Unicode
1966           !> (integrate 60 files)
1967 ____________________________________________________________________________
1968 [  4724] By: gsar                                  on 1999/12/28  03:44:10
1969         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
1970      Branch: perl
1971            ! regcomp.c t/op/re_tests
1972 ____________________________________________________________________________
1973 [  4723] By: gsar                                  on 1999/12/28  03:28:39
1974         Log: more ebcdic testsuite fixups (from Peter Prymmer)
1975      Branch: perl
1976            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
1977            ! t/pragma/overload.t t/pragma/utf8.t
1978 ____________________________________________________________________________
1979 [  4722] By: gsar                                  on 1999/12/28  03:14:48
1980         Log: avoid "used once" warning
1981      Branch: perl
1982            ! lib/diagnostics.pm
1983 ____________________________________________________________________________
1984 [  4721] By: gsar                                  on 1999/12/28  03:10:32
1985         Log: ebcdic tweaks for tests from Peter Prymmer
1986      Branch: perl
1987            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
1988            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
1989 ____________________________________________________________________________
1990 [  4720] By: gsar                                  on 1999/12/28  03:08:39
1991         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
1992      Branch: perl
1993            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
1994            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
1995            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
1996 ____________________________________________________________________________
1997 [  4719] By: gsar                                  on 1999/12/28  03:01:04
1998         Log: perlport v1.45 from Chris Nandor
1999      Branch: perl
2000            ! pod/perlport.pod
2001 ____________________________________________________________________________
2002 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2003         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2004              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2005      Branch: perl
2006            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2007            ! t/pragma/constant.t
2008 ____________________________________________________________________________
2009 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2010         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2011      Branch: perl
2012            - ext/DynaLoader/dl_cygwin.xs
2013            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2014            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2015            ! util.c
2016 ____________________________________________________________________________
2017 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2018         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2019              (from Andy Dougherty)
2020      Branch: perl
2021            ! Configure
2022 ____________________________________________________________________________
2023 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2024         Log: better variant of change#4644 (from Andy Dougherty)
2025      Branch: perl
2026            ! Configure
2027 ____________________________________________________________________________
2028 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2029         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2030      Branch: perl
2031            ! Configure
2032 ____________________________________________________________________________
2033 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2034         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2035              INSTALL (from Andy Dougherty)
2036      Branch: perl
2037            ! Configure
2038 ____________________________________________________________________________
2039 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2040         Log: avoid creating new files during make install
2041      Branch: perl
2042            ! Makefile.SH
2043 ____________________________________________________________________________
2044 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2045         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2046      Branch: perl
2047            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2048            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2049            ! pod/perldelta.pod
2050 ____________________________________________________________________________
2051 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2052         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2053              <sthoenna@efn.org>); add explicit target for opmini.o
2054      Branch: perl
2055            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2056 ____________________________________________________________________________
2057 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2058         Log: partly fix perldiag regressions identified by Tom Christiansen
2059      Branch: perl
2060            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2061            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2062            ! t/pragma/warn/pp_sys
2063 ____________________________________________________________________________
2064 [  4708] By: gsar                                  on 1999/12/27  23:33:24
2065         Log: update perldiag for change#4707
2066      Branch: perl
2067            ! perl.c pod/perldiag.pod
2068 ____________________________________________________________________________
2069 [  4707] By: gsar                                  on 1999/12/27  23:23:39
2070         Log: allow spaces in -I switch argument
2071      Branch: perl
2072            ! perl.c
2073 ____________________________________________________________________________
2074 [  4706] By: gsar                                  on 1999/12/26  23:44:53
2075         Log: fix typos
2076      Branch: utfperl
2077            ! sv.h toke.c
2078 ____________________________________________________________________________
2079 [  4705] By: gsar                                  on 1999/12/24  04:02:35
2080         Log: support for v5.5.640 style version numbers
2081      Branch: utfperl
2082            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
2083            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
2084 ____________________________________________________________________________
2085 [  4704] By: gsar                                  on 1999/12/23  08:54:27
2086         Log: bring in basic threads stuff under USE_ITHREADS
2087      Branch: perl
2088            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
2089            ! util.c
2090 ____________________________________________________________________________
2091 [  4703] By: gsar                                  on 1999/12/23  00:10:06
2092         Log: integrate mainline contents into utfperl
2093      Branch: utfperl
2094           !> (integrate 33 files)
2095 ____________________________________________________________________________
2096 [  4702] By: gsar                                  on 1999/12/20  17:18:23
2097         Log: virtual directory handling broken on paths with trailing slash
2098      Branch: perl
2099            ! win32/Makefile win32/makefile.mk win32/vdir.h
2100 ____________________________________________________________________________
2101 [  4701] By: gsar                                  on 1999/12/20  17:09:55
2102         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
2103              isn't set for all m/$foo/o)
2104      Branch: perl
2105            ! pp_ctl.c
2106 ____________________________________________________________________________
2107 [  4700] By: gsar                                  on 1999/12/20  16:28:51
2108         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
2109              we have a race on our hands)
2110      Branch: perl
2111            ! pp_ctl.c
2112 ____________________________________________________________________________
2113 [  4699] By: gsar                                  on 1999/12/20  16:19:00
2114         Log: pod tweaks
2115      Branch: perl
2116            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
2117 ____________________________________________________________________________
2118 [  4698] By: gsar                                  on 1999/12/20  07:55:07
2119         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
2120      Branch: perl
2121            ! utf8.c
2122 ____________________________________________________________________________
2123 [  4697] By: gsar                                  on 1999/12/18  01:35:50
2124         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
2125              anon hash rather than a block; test case for the same
2126      Branch: perl
2127            ! t/comp/term.t toke.c
2128 ____________________________________________________________________________
2129 [  4696] By: gsar                                  on 1999/12/17  19:55:03
2130         Log: leak in change#4694 spotted by Larry
2131      Branch: perl
2132            ! hv.c
2133 ____________________________________________________________________________
2134 [  4695] By: gsar                                  on 1999/12/17  18:14:11
2135         Log: test case for change#4694
2136      Branch: perl
2137            ! t/op/delete.t
2138 ____________________________________________________________________________
2139 [  4694] By: gsar                                  on 1999/12/17  18:09:08
2140         Log: delete() should return the value as is, not a copy thereof
2141      Branch: perl
2142            ! hv.c pod/perldelta.pod
2143 ____________________________________________________________________________
2144 [  4693] By: gsar                                  on 1999/12/17  17:45:58
2145         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
2146      Branch: perl
2147            ! regexec.c t/op/re_tests
2148 ____________________________________________________________________________
2149 [  4692] By: gsar                                  on 1999/12/17  17:41:10
2150         Log: credits tweak
2151      Branch: perl
2152            ! lib/File/Spec.pm
2153 ____________________________________________________________________________
2154 [  4691] By: gsar                                  on 1999/12/17  07:12:53
2155         Log: DynaLoader doesn't build properly when $(DLSRC) changes
2156              (fix suggested by Hans Mulder)
2157      Branch: perl
2158            ! ext/DynaLoader/Makefile.PL
2159 ____________________________________________________________________________
2160 [  4690] By: gsar                                  on 1999/12/17  06:26:34
2161         Log: add missing new ops
2162      Branch: perl
2163            ! ext/B/ramblings/runtime.porting
2164 ____________________________________________________________________________
2165 [  4689] By: gsar                                  on 1999/12/17  06:16:49
2166         Log: test harness tweak from Hans Mulder
2167      Branch: perl
2168            ! t/TEST
2169 ____________________________________________________________________________
2170 [  4688] By: gsar                                  on 1999/12/17  06:14:23
2171         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
2172              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
2173      Branch: perl
2174            ! Makefile.SH cygwin/Makefile.SHs
2175 ____________________________________________________________________________
2176 [  4687] By: gsar                                  on 1999/12/17  06:06:46
2177         Log: applied suggested patch with whitespace adjustments
2178              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
2179              Date: Thu, 16 Dec 1999 08:57:55 +0100
2180              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
2181              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
2182      Branch: perl
2183            ! lib/File/Find.pm
2184 ____________________________________________________________________________
2185 [  4686] By: gsar                                  on 1999/12/17  05:48:53
2186         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
2187              by Hans Mulder)
2188      Branch: perl
2189            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2190            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2191            ! ext/DynaLoader/dl_rhapsody.xs
2192 ____________________________________________________________________________
2193 [  4685] By: gsar                                  on 1999/12/17  05:37:51
2194         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
2195              <rjk@linguist.dartmouth.edu>)
2196      Branch: perl
2197            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2198 ____________________________________________________________________________
2199 [  4684] By: gsar                                  on 1999/12/16  09:32:48
2200         Log: spell out how to get 4-digit year (from Micheal G Schwern
2201              <schwern@pobox.com>)
2202      Branch: perl
2203            ! pod/perlfunc.pod
2204 ____________________________________________________________________________
2205 [  4683] By: gsar                                  on 1999/12/16  09:26:53
2206         Log: type mismatch for %c format argument (spotted by Robin Barker
2207              <rmb1@cise.npl.co.uk>)
2208      Branch: perl
2209            ! regcomp.c
2210 ____________________________________________________________________________
2211 [  4682] By: gsar                                  on 1999/12/16  08:33:28
2212         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
2213              <sho_pi@hotmail.com>)
2214      Branch: perl
2215            ! win32/win32.c
2216 ____________________________________________________________________________
2217 [  4681] By: gsar                                  on 1999/12/16  08:31:15
2218         Log: missing backslash (spotted by Johan Vromans)
2219      Branch: perl
2220            ! perl.c
2221 ____________________________________________________________________________
2222 [  4680] By: gsar                                  on 1999/12/16  08:26:00
2223         Log: avoid coredump on diagnostics when STDERR is closed
2224      Branch: perl
2225            ! perl.h
2226 ____________________________________________________________________________
2227 [  4679] By: gsar                                  on 1999/12/12  18:09:41
2228         Log: integrate mainline changes
2229      Branch: utfperl
2230           +> (branch 39 files)
2231            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2232            - lib/unicode/UnicodeData-Latest.txt
2233           !> (integrate 447 files)
2234 ____________________________________________________________________________
2235 [  4678] By: gsar                                  on 1999/12/10  01:39:13
2236         Log: interpreter structure should be nulled under -DMULTIPLICITY
2237      Branch: perl
2238            ! perl.c
2239 ____________________________________________________________________________
2240 [  4677] By: gsar                                  on 1999/12/09  11:10:27
2241         Log: update Changes
2242      Branch: perl
2243            ! Changes
2244
2245 ----------------
2246 Version 5.005_63
2247 ----------------
2248
2249 ____________________________________________________________________________
2250 [  4676] By: gsar                                  on 1999/12/09  10:51:43
2251         Log: fix File::Find testsuite bugs in symlink-less places
2252      Branch: perl
2253            ! t/lib/filefind.t
2254 ____________________________________________________________________________
2255 [  4675] By: gsar                                  on 1999/12/09  10:22:31
2256         Log: USE_ITHREADS tweaks and notes
2257      Branch: perl
2258            ! op.c pod/perldelta.pod sv.c
2259 ____________________________________________________________________________
2260 [  4674] By: gsar                                  on 1999/12/09  10:21:53
2261         Log: allow new style sort subs to work under usethreads
2262      Branch: perl
2263            ! pp_ctl.c
2264 ____________________________________________________________________________
2265 [  4673] By: gsar                                  on 1999/12/09  04:00:23
2266         Log: document compatibility issue with literal list slices and NOTOP
2267              (C<not (1,2,3)[0]> is now a syntax error)
2268      Branch: perl
2269            ! pod/perldelta.pod
2270 ____________________________________________________________________________
2271 [  4672] By: gsar                                  on 1999/12/09  01:14:46
2272         Log: avoid mismatched expectation <-> int types for C++ builds
2273      Branch: perl
2274            ! embed.pl intrpvar.h proto.h toke.c
2275 ____________________________________________________________________________
2276 [  4671] By: gsar                                  on 1999/12/09  00:36:24
2277         Log: newer version of File::Find with support for following symlinks and
2278              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
2279      Branch: perl
2280            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
2281 ____________________________________________________________________________
2282 [  4670] By: gsar                                  on 1999/12/09  00:13:06
2283         Log: avoid initializing GvCV slot for autovivified filehandles
2284      Branch: perl
2285            ! pp.c
2286 ____________________________________________________________________________
2287 [  4669] By: gsar                                  on 1999/12/08  19:09:27
2288         Log: apply change#4618 again along with Ilya's patch to fix bugs
2289              in it (see change#4622)
2290      Branch: perl
2291            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
2292            ! t/op/re_tests t/op/subst.t
2293 ____________________________________________________________________________
2294 [  4668] By: gsar                                  on 1999/12/08  18:56:53
2295         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
2296              From: Larry Wall <larry@wall.org>
2297              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
2298              Message-Id: <199912072039.MAA13257@kiev.wall.org>
2299              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
2300      Branch: perl
2301            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
2302 ____________________________________________________________________________
2303 [  4667] By: gsar                                  on 1999/12/08  18:47:37
2304         Log: patch to fix aix hints from ortmann@vnet.ibm.com
2305      Branch: perl
2306            ! hints/aix.sh
2307 ____________________________________________________________________________
2308 [  4666] By: gsar                                  on 1999/12/08  18:29:02
2309         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
2310              Tim Meadowcroft
2311      Branch: perl
2312            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
2313 ____________________________________________________________________________
2314 [  4665] By: gsar                                  on 1999/12/08  02:22:31
2315         Log: introduce save_I8() for saving byte values
2316      Branch: perl
2317            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2318            ! regcomp.c regexec.c scope.c scope.h sv.c
2319 ____________________________________________________________________________
2320 [  4664] By: gsar                                  on 1999/12/08  02:02:33
2321         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
2322      Branch: perl
2323            ! toke.c
2324 ____________________________________________________________________________
2325 [  4663] By: gsar                                  on 1999/12/08  01:11:44
2326         Log: longstanding typo in lexer: PL_lex_expect was not properly
2327              saved on reentry
2328      Branch: perl
2329            ! toke.c
2330 ____________________________________________________________________________
2331 [  4662] By: gsar                                  on 1999/12/07  23:16:21
2332         Log: typos in change#4546
2333      Branch: perl
2334            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
2335 ____________________________________________________________________________
2336 [  4661] By: gsar                                  on 1999/12/07  09:33:50
2337         Log: typos in change#4660
2338      Branch: perl
2339            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
2340 ____________________________________________________________________________
2341 [  4660] By: gsar                                  on 1999/12/06  23:42:55
2342         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
2343              fix bug where lc($readonly) could result in bogus errors
2344      Branch: perl
2345            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
2346            ! pp.c pp_sys.c proto.h sv.c
2347 ____________________________________________________________________________
2348 [  4659] By: gsar                                  on 1999/12/06  15:24:31
2349         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
2350              <jarausch@igpm.rwth-aachen.de>)
2351      Branch: perl
2352            ! perl.h
2353 ____________________________________________________________________________
2354 [  4658] By: gsar                                  on 1999/12/06  15:18:30
2355         Log: fix for -Dp via $^D (suggested by Stephane Payrard
2356              <stef@adnaccess.com>)
2357      Branch: perl
2358            ! mg.c
2359 ____________________________________________________________________________
2360 [  4657] By: gsar                                  on 1999/12/06  06:50:01
2361         Log: change#4641 needs perldiag.pod edit
2362      Branch: perl
2363            - lib/unicode/UnicodeData-Latest.txt
2364            ! pod/perldiag.pod
2365 ____________________________________________________________________________
2366 [  4656] By: gsar                                  on 1999/12/06  01:36:56
2367         Log: Makefile tweak for change#4649
2368      Branch: perl
2369            ! Makefile.SH
2370 ____________________________________________________________________________
2371 [  4655] By: gsar                                  on 1999/12/05  17:23:57
2372         Log: change#4653 was missing a patch reject
2373      Branch: perl
2374            ! win32/makefile.mk
2375 ____________________________________________________________________________
2376 [  4654] By: gsar                                  on 1999/12/05  11:41:04
2377         Log: windows build tweaks for Borland compiler
2378      Branch: perl
2379            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
2380 ____________________________________________________________________________
2381 [  4653] By: gsar                                  on 1999/12/05  11:07:37
2382         Log: applied somewhat modified version of suggested patch
2383              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2384              Date: Thu, 18 Nov 1999 18:45:27 PST
2385              Message-ID: <19991119024527.72749.qmail@hotmail.com>
2386              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
2387      Branch: perl
2388            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2389            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2390            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2391            ! win32/makefile.mk win32/win32.h
2392 ____________________________________________________________________________
2393 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2394         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2395              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2396              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2397              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2398      Branch: perl
2399            ! Changes hints/svr5.sh
2400 ____________________________________________________________________________
2401 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2402         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2403              when given non-existent drive names
2404      Branch: perl
2405            ! lib/File/Path.pm
2406 ____________________________________________________________________________
2407 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2408         Log: windows build tweaks for change#4649
2409      Branch: perl
2410            ! win32/Makefile win32/makefile.mk
2411 ____________________________________________________________________________
2412 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2413         Log: make File::Glob::glob() the default for CORE::glob()
2414              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2415      Branch: perl
2416            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2417            ! win32/makefile.mk
2418 ____________________________________________________________________________
2419 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2420         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2421      Branch: perl
2422            ! lib/Pod/Html.pm
2423 ____________________________________________________________________________
2424 [  4647] By: gsar                                  on 1999/12/05  00:14:01
2425         Log: remove outdated entry
2426      Branch: perl
2427            ! pod/perltrap.pod
2428 ____________________________________________________________________________
2429 [  4646] By: gsar                                  on 1999/12/04  22:48:51
2430         Log: s/block/loop block/ in diagnostics about next, last, redo
2431      Branch: perl
2432            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2433 ____________________________________________________________________________
2434 [  4645] By: gsar                                  on 1999/12/04  22:25:32
2435         Log: readability tweak suggested by GRommel@sears.com
2436      Branch: perl
2437            ! pp.c
2438 ____________________________________________________________________________
2439 [  4644] By: gsar                                  on 1999/12/04  22:05:00
2440         Log: Configure tweak from Peter Prymmer
2441      Branch: perl
2442            ! Configure
2443 ____________________________________________________________________________
2444 [  4643] By: gsar                                  on 1999/12/04  21:55:27
2445         Log: make weak keyword check look for defined(&lock), not
2446              merely defined(*lock)
2447      Branch: perl
2448            ! toke.c
2449 ____________________________________________________________________________
2450 [  4642] By: gsar                                  on 1999/12/04  21:11:51
2451         Log: make eof() open ARGV if it isn't open already; also fixes bug
2452              where eof() would operate on any last-read filehandle, not
2453              just ARGV
2454      Branch: perl
2455            ! pp_sys.c
2456 ____________________________________________________________________________
2457 [  4641] By: gsar                                  on 1999/12/04  04:42:25
2458         Log: make uninitialized value warnings report opcode
2459      Branch: perl
2460            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2461            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2462            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2463            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2464            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2465            ! t/pragma/warn/sv
2466 ____________________________________________________________________________
2467 [  4640] By: gsar                                  on 1999/12/04  02:40:44
2468         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2469              that don't do range checking
2470      Branch: perl
2471            ! lib/Time/Local.pm
2472 ____________________________________________________________________________
2473 [  4639] By: gsar                                  on 1999/12/04  01:00:49
2474         Log: better implementation of change#3326; open(local $foo,...) now
2475              allowed in addition to any uninitialized variable, for consistency
2476              with how autovivification works elsewhere; add code to use the
2477              variable name as the name of the handle for simple variables, so
2478              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2479      Branch: perl
2480            ! op.c pod/perldelta.pod pp.c t/io/open.t
2481 ____________________________________________________________________________
2482 [  4638] By: gsar                                  on 1999/12/03  21:20:00
2483         Log: pod nits
2484      Branch: perl
2485            ! pod/perlfunc.pod pod/perlrun.pod
2486 ____________________________________________________________________________
2487 [  4637] By: gsar                                  on 1999/12/03  08:59:04
2488         Log: change#4431 was flawed
2489      Branch: perl
2490            ! Makefile.SH
2491 ____________________________________________________________________________
2492 [  4636] By: gsar                                  on 1999/12/03  07:59:52
2493         Log: pod embellishments from Nathan Torkington
2494      Branch: perl
2495            ! pod/perlfaq2.pod pod/perlhack.pod
2496 ____________________________________________________________________________
2497 [  4635] By: gsar                                  on 1999/12/03  07:56:04
2498         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2499      Branch: perl
2500            ! pod/perlfaq4.pod
2501 ____________________________________________________________________________
2502 [  4634] By: gsar                                  on 1999/12/03  07:47:47
2503         Log: test tweak for VMS (from Craig A. Berry)
2504      Branch: perl
2505            ! t/io/nargv.t
2506 ____________________________________________________________________________
2507 [  4633] By: gsar                                  on 1999/12/03  07:44:52
2508         Log: patchls tweak from Andreas Koenig
2509      Branch: perl
2510            ! Porting/patchls
2511 ____________________________________________________________________________
2512 [  4632] By: gsar                                  on 1999/12/03  07:42:23
2513         Log: don't mess with the umask()
2514      Branch: perl
2515            ! installhtml installman installperl lib/ExtUtils/Install.pm
2516            ! lib/ExtUtils/Manifest.pm
2517 ____________________________________________________________________________
2518 [  4631] By: gsar                                  on 1999/12/03  06:52:50
2519         Log: support -a switch to append bytecode to an existing file and make
2520              perlcc use it (from Tom Hughes <tom@compton.nu>)
2521      Branch: perl
2522            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2523 ____________________________________________________________________________
2524 [  4630] By: gsar                                  on 1999/12/03  06:46:16
2525         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2526              (from Tom Phoenix)
2527      Branch: perl
2528            ! pod/perltrap.pod
2529 ____________________________________________________________________________
2530 [  4629] By: gsar                                  on 1999/12/03  06:40:15
2531         Log: use PerlIO abstraction rather than straight stdio (from
2532              Chip Salzenberg)
2533      Branch: perl
2534            ! ext/ByteLoader/ByteLoader.xs
2535 ____________________________________________________________________________
2536 [  4628] By: gsar                                  on 1999/12/03  06:15:54
2537         Log: avoid warning in IO::Select::exists() if socket doesn't exist
2538      Branch: perl
2539            ! ext/IO/lib/IO/Select.pm
2540 ____________________________________________________________________________
2541 [  4627] By: gsar                                  on 1999/12/03  06:05:19
2542         Log: two small patches from Peter Prymmer <pvhp@forte.com>
2543      Branch: perl
2544            ! makedepend.SH win32/Makefile win32/makefile.mk
2545 ____________________________________________________________________________
2546 [  4626] By: gsar                                  on 1999/12/03  05:36:38
2547         Log: From: Peter Prymmer <pvhp@forte.com>
2548              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2549              Message-Id: <199911260506.VAA17230@brio.forte.com>
2550              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2551      Branch: perl
2552            ! regcomp.c
2553 ____________________________________________________________________________
2554 [  4625] By: gsar                                  on 1999/12/03  05:20:21
2555         Log: Windows build tweaks due to change#4623
2556      Branch: perl
2557            ! win32/Makefile win32/makefile.mk win32/perlhost.h
2558 ____________________________________________________________________________
2559 [  4624] By: gsar                                  on 1999/12/03  04:58:30
2560         Log: add missing file
2561      Branch: perl
2562            + ext/DynaLoader/XSLoader_pm.PL
2563 ____________________________________________________________________________
2564 [  4623] By: gsar                                  on 1999/12/03  04:47:03
2565         Log: applied suggested patch; removed $VERSION = $VERSION hack
2566              (change#4043 fixed the need for that)
2567              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2568              Date: Tue, 16 Nov 1999 01:50:31 EST
2569              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2570              Subject: [PATCH 5.005_62] XSLoader.pm
2571      Branch: perl
2572            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2573            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2574            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2575            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2576            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2577            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2578            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2579            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2580            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2581            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2582            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2583 ____________________________________________________________________________
2584 [  4622] By: gsar                                  on 1999/12/03  04:02:39
2585         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2586      Branch: perl
2587            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2588 ____________________________________________________________________________
2589 [  4621] By: gsar                                  on 1999/12/02  22:24:53
2590         Log: caveat about thread-safety of extensions
2591      Branch: perl
2592            ! pod/perlfork.pod
2593 ____________________________________________________________________________
2594 [  4620] By: gsar                                  on 1999/12/02  20:31:02
2595         Log: XS documentation patches suggested by Ilya, severally adjusted
2596      Branch: perl
2597            ! pod/perlxs.pod pod/perlxstut.pod
2598 ____________________________________________________________________________
2599 [  4619] By: gsar                                  on 1999/12/02  17:52:50
2600         Log: re-add missing Unicode database master
2601      Branch: perl
2602            + lib/unicode/Unicode.300
2603 ____________________________________________________________________________
2604 [  4618] By: gsar                                  on 1999/12/02  06:56:18
2605         Log: applied suggested patch with prototype changes
2606              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2607              Date:    Tue, 23 Nov 1999 22:55:55 EST
2608              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2609              Subject: [PATCH 5.005_62] First char cognizance
2610      Branch: perl
2611            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2612 ____________________________________________________________________________
2613 [  4617] By: gsar                                  on 1999/12/02  06:04:57
2614         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2615      Branch: perl
2616            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2617 ____________________________________________________________________________
2618 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2619         Log: various documentation tweaks suggested by M. J. T. Guy
2620      Branch: perl
2621            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2622 ____________________________________________________________________________
2623 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2624         Log: various File::Glob fixes for DOSISH platforms
2625              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2626              Date: Tue, 02 Nov 1999 11:11:25 GMT
2627              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2628              Subject: File::Glob again. Final patch, honest!
2629      Branch: perl
2630            + t/lib/glob-case.t
2631            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2632            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2633            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2634 ____________________________________________________________________________
2635 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2636         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2637              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2638      Branch: perl
2639            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2640 ____________________________________________________________________________
2641 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2642         Log: ignore yet another known scalar leak
2643      Branch: perl
2644            ! t/pragma/warn/regcomp
2645 ____________________________________________________________________________
2646 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2647         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2648      Branch: perl
2649            ! pp.c
2650 ____________________________________________________________________________
2651 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2652         Log: a somewhat tweaked version of suggested patch
2653              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2654              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2655              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2656              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2657      Branch: perl
2658            ! pod/perlfunc.pod
2659 ____________________________________________________________________________
2660 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2661         Log: more accurate require() pseudocode (from James P. Williams
2662              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2663      Branch: perl
2664            ! pod/perlfunc.pod
2665 ____________________________________________________________________________
2666 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2667         Log: avoid "Callback called exit" error on intentional exit()
2668      Branch: perl
2669            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2670 ____________________________________________________________________________
2671 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2672         Log: find_byclass() prototype was incoherent
2673      Branch: perl
2674            ! regexec.c
2675 ____________________________________________________________________________
2676 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2677         Log: better documentation for goto &NAME (from M. J. T. Guy)
2678      Branch: perl
2679            ! pod/perlfunc.pod
2680 ____________________________________________________________________________
2681 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2682         Log: integrate cfgperl contents into mainline
2683      Branch: perl
2684           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2685           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2686            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2687            ! Changes
2688           !> (integrate 210 files)
2689 ____________________________________________________________________________
2690 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2691         Log: avoid PTR->IV cast warnings
2692      Branch: perl
2693            ! mg.c op.c scope.h
2694 ____________________________________________________________________________
2695 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2696         Log: email address changes
2697      Branch: perl
2698            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2699            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2700            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2701            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2702            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2703 ____________________________________________________________________________
2704 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2705         Log: minor USE_ITHREADS tweaks
2706      Branch: perl
2707            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2708            ! win32/perllib.c win32/win32.h
2709 ____________________________________________________________________________
2710 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2711         Log: more complete pseudo-fork() support for Windows
2712      Branch: perl
2713            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2714            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2715            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2716            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2717            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2718            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2719            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2720            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2721            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2722            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2723            ! win32/win32iop.h win32/win32thread.h
2724 ____________________________________________________________________________
2725 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2726         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2727              modified)
2728              From: Graham TerMarsch <grahamt@ActiveState.com>
2729              Date: Sat, 12 Sep 1998 10:46:55 -0700
2730              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2731              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2732      Branch: perl
2733            ! lib/perl5db.pl
2734 ____________________________________________________________________________
2735 [  4600] By: chip                                  on 1999/11/19  21:16:00
2736         Log: Document known limitations of fdopen() on some systems,
2737              as they apply to open() and sysopen().
2738      Branch: perl
2739            ! pod/perlfunc.pod
2740 ____________________________________________________________________________
2741 [  4599] By: chip                                  on 1999/11/19  17:20:19
2742         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2743              (Avoids an irritating warning when compiling with PerlIO.)
2744      Branch: perl
2745            ! perl.h
2746 ____________________________________________________________________________
2747 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2748         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2749      Branch: cfgperl
2750            ! README.vms t/io/open.t
2751 ____________________________________________________________________________
2752 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2753         Log: Replace #4596 with the change done in 5.005_03.
2754      Branch: cfgperl
2755            ! ext/Errno/Errno_pm.PL
2756 ____________________________________________________________________________
2757 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2758         Log: Skip processing a file if the file to be opened is '-'
2759              (can happen in UNICOS)
2760      Branch: cfgperl
2761            ! ext/Errno/Errno_pm.PL
2762 ____________________________________________________________________________
2763 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2764         Log: VMS patches from Peter Prymmer.
2765      Branch: cfgperl
2766            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2767 ____________________________________________________________________________
2768 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2769         Log: The find_byclass prototype is already in proto.h. 
2770      Branch: cfgperl
2771            ! regexec.c
2772 ____________________________________________________________________________
2773 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2774         Log: typo in flag checks
2775      Branch: utfperl
2776            ! sv.h
2777 ____________________________________________________________________________
2778 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2779         Log: Regen Configure.
2780      Branch: cfgperl
2781            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2782      Branch: metaconfig
2783            ! U/a_dvisory/quadtype.U
2784 ____________________________________________________________________________
2785 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2786         Log: Integrate with Sarathy.
2787      Branch: cfgperl
2788           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2789           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2790           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2791           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2792           !> t/pod/poderrs.xr
2793 ____________________________________________________________________________
2794 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2795         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2796      Branch: perl
2797            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2798            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2799            ! t/pod/poderrs.t t/pod/poderrs.xr
2800 ____________________________________________________________________________
2801 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2802         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2803              C<if (fork()) { print "parent" } else { print "child" }> works on
2804              Windows (incidentally running a cloned^2 interpreter :)
2805      Branch: perl
2806            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2807            ! pp_sys.c proto.h sv.c
2808 ____________________________________________________________________________
2809 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2810         Log: cloning the stack (part 1)
2811      Branch: perl
2812            ! cop.h deb.c perl.c sv.c
2813 ____________________________________________________________________________
2814 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2815         Log: Integrate with Sarathy.
2816      Branch: cfgperl
2817           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2818           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2819           !> win32/perllib.c
2820 ____________________________________________________________________________
2821 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2822         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2823      Branch: cfgperl
2824            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2825 ____________________________________________________________________________
2826 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2827         Log: tweak for win32 build
2828      Branch: perl
2829            ! embed.h embed.pl op.c proto.h
2830 ____________________________________________________________________________
2831 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2832         Log: cosmetic tweaks
2833      Branch: perl
2834            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2835            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2836 ____________________________________________________________________________
2837 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2838         Log: fix problem pointer casts
2839      Branch: perl
2840            ! Changes run.c sv.c
2841 ____________________________________________________________________________
2842 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2843         Log: Integrate with Sarathy.
2844      Branch: cfgperl
2845           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2846           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2847           !> vms/perly_c.vms win32/perllib.c
2848 ____________________________________________________________________________
2849 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2850         Log: The separation of 64-bitness and largefileness continues
2851              (with a setback, see hpux.sh).
2852      Branch: cfgperl
2853            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2854            ! hints/solaris_2.sh
2855      Branch: metaconfig
2856            ! U/threads/archname.U U/typedefs/lseektype.U
2857      Branch: metaconfig/U/perl
2858            ! fpossize.U use64bits.U uselfs.U
2859 ____________________________________________________________________________
2860 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2861         Log: Another Unicode update.
2862      Branch: cfgperl
2863            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2864            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2865            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2866            ! (edit 189 files)
2867 ____________________________________________________________________________
2868 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2869         Log: sundry cleanups for cloned interpreters (only known failure mode
2870              is due to regexps keeping non-constant data in their compiled
2871              structures)
2872      Branch: perl
2873            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2874            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2875 ____________________________________________________________________________
2876 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2877         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2878      Branch: perl
2879            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2880 ____________________________________________________________________________
2881 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2882         Log: Change #4576 accidentally leaked also parts of
2883              Ilya's patch that won't apply cleanly anymore.
2884      Branch: cfgperl
2885            ! regexec.c t/op/re_tests
2886 ____________________________________________________________________________
2887 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2888         Log: Integrate with Sarathy.
2889      Branch: cfgperl
2890            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2891           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
2892           !> t/op/regexp.t t/pragma/overload.t
2893 ____________________________________________________________________________
2894 [  4575] By: gsar                                  on 1999/11/13  19:41:46
2895         Log: typos in change#4561 and change#4565
2896      Branch: perl
2897            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
2898 ____________________________________________________________________________
2899 [  4574] By: gsar                                  on 1999/11/13  19:31:19
2900         Log: revert non-kosher parts of change#4562 (sort order problems
2901              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
2902              result and expected lines; /[:ascii:]/ not working should be
2903              fixed, not ignored in regexp.t; result from sort should be
2904              fixed to be ascii portable on ebcdic, not ebcdic-specific)
2905      Branch: perl
2906            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
2907 ____________________________________________________________________________
2908 [  4573] By: gsar                                  on 1999/11/13  19:13:04
2909         Log: integrate cfgperl changes into mainline
2910      Branch: perl
2911           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2912           +> lib/unicode/In/BopomofoExtended.pl
2913           +> lib/unicode/In/BraillePatterns.pl
2914           +> lib/unicode/In/CJKRadicalsSupplement.pl
2915           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
2916           +> lib/unicode/In/Cherokee.pl
2917           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
2918           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
2919           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
2920           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
2921           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
2922           +> lib/unicode/In/Thaana.pl
2923           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
2924           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
2925            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2926           !> (integrate 213 files)
2927 ____________________________________________________________________________
2928 [  4572] By: jhi                                   on 1999/11/13  18:44:50
2929         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2930              To: perl5-porters@perl.org, VMSPERL@perl.org
2931              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
2932              Date: Wed, 27 Oct 1999 11:02:54 -0500
2933              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
2934      Branch: cfgperl
2935            ! README.vms
2936 ____________________________________________________________________________
2937 [  4571] By: jhi                                   on 1999/11/13  18:33:39
2938         Log: From: jand@activestate.com (Jan Dubois)
2939              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
2940              Cc: Douglas Lankshear <dougl@activestate.com>,
2941              Gurusamy Sarathy <gsar@activestate.com>
2942              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
2943              Date: Tue, 09 Nov 1999 00:38:33 +0100
2944              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
2945      Branch: cfgperl
2946            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
2947            ! win32/config.gc win32/config.vc win32/config_H.bc
2948            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
2949            ! win32/win32.c win32/win32iop.h
2950 ____________________________________________________________________________
2951 [  4570] By: jhi                                   on 1999/11/13  18:30:37
2952         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2953              To: perl5-porters@perl.org (Mailing list Perl5)
2954              Subject: [PATCH 5.005_62] makedef.pl goof
2955              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
2956              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
2957      Branch: cfgperl
2958            ! makedef.pl
2959 ____________________________________________________________________________
2960 [  4569] By: jhi                                   on 1999/11/13  18:06:54
2961         Log: From: Michael G Schwern <schwern@pobox.com>
2962              To: perl5-porters@perl.org, pod-people@perl.org
2963              Cc: tchrist@mox.perl.com, gnat@frii.com
2964              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
2965              Date: Wed, 10 Nov 1999 17:21:46 -0500
2966              Message-ID: <19991110172146.A23527@athens.aocn.com>
2967      Branch: cfgperl
2968            ! pod/perlfaq9.pod
2969 ____________________________________________________________________________
2970 [  4568] By: jhi                                   on 1999/11/13  18:05:33
2971         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
2972              To: <perl5-porters@perl.org>
2973              Subject: DynaLoader_pm.PL patch (backslashes in strings)
2974              Date: Wed, 10 Nov 1999 22:52:02 -0000
2975              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
2976      Branch: cfgperl
2977            ! ext/DynaLoader/DynaLoader_pm.PL
2978 ____________________________________________________________________________
2979 [  4567] By: jhi                                   on 1999/11/13  18:03:52
2980         Log: From: JD Laub <jdl@access-health.com>
2981              To: perl5-porters@perl.org
2982              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
2983              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
2984              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
2985      Branch: cfgperl
2986            ! lib/Exporter/Heavy.pm
2987 ____________________________________________________________________________
2988 [  4566] By: jhi                                   on 1999/11/13  18:01:24
2989         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
2990              To: perl5-porters@perl.org
2991              Subject: small patch for perldoc
2992              Date: Fri, 12 Nov 1999 23:11:43 GMT
2993              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
2994      Branch: cfgperl
2995            ! utils/perldoc.PL
2996 ____________________________________________________________________________
2997 [  4565] By: jhi                                   on 1999/11/13  17:58:54
2998         Log: From: Scott Gifford <sgifford@tir.com>
2999              To: perl5-porters@perl.org
3000              Cc: gbarr@pobox.com
3001              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3002              Date: 12 Nov 1999 18:55:30 -0500
3003              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3004      Branch: cfgperl
3005            ! ext/IO/lib/IO/Socket.pm
3006 ____________________________________________________________________________
3007 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3008         Log: Applied manually:
3009              From: "Craig A. Berry" <craig.berry@metamor.com>
3010              To: perl5-porters@perl.org, VMSPERL@perl.org
3011              Subject: [PATCH 5.005_62] patches required to build on VMS
3012              Date: Tue, 09 Nov 1999 18:16:14 -0600
3013              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3014      Branch: cfgperl
3015            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3016            ! vms/vms.c vms/vmsish.h
3017 ____________________________________________________________________________
3018 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3019         Log: Regen Unicode tables to include a warning:
3020              Thou Shalt Not Edit Them By Hand; add missing
3021              (Unicode 2.0 -introduced) tables to MANIFEST;
3022              convert the equivalence tables to be valid Perl code.
3023      Branch: cfgperl
3024            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3025            + lib/unicode/In/BopomofoExtended.pl
3026            + lib/unicode/In/BraillePatterns.pl
3027            + lib/unicode/In/CJKRadicalsSupplement.pl
3028            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3029            + lib/unicode/In/Cherokee.pl
3030            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3031            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3032            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3033            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3034            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3035            + lib/unicode/In/Thaana.pl
3036            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3037            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3038            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3039            ! (edit 169 files)
3040 ____________________________________________________________________________
3041 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3042         Log: From: Peter Prymmer <pvhp@forte.com>
3043              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3044              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3045              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3046              Message-Id: <199911102234.OAA01018@brio.forte.com>
3047      Branch: cfgperl
3048            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3049            ! t/pragma/overload.t
3050 ____________________________________________________________________________
3051 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3052         Log: $Config{myarchname} is not a good architecture identifier
3053              because it may contain host/node identification like
3054              CPU serial numbers.
3055      Branch: cfgperl
3056            ! ext/Errno/Errno_pm.PL
3057 ____________________________________________________________________________
3058 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3059         Log: Continue largefileness separation from quadness;
3060              move nv-preserving test out of perl.h into Configure;
3061              use HAS_SETVBUF in IO.
3062      Branch: cfgperl
3063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3064            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
3065      Branch: metaconfig
3066            ! U/a_dvisory/quadtype.U
3067      Branch: metaconfig/U/perl
3068            + nvpresuv.U
3069            ! d_fseeko.U d_ftello.U io64.U perlxv.U
3070 ____________________________________________________________________________
3071 [  4559] By: jhi                                   on 1999/11/13  13:46:38
3072         Log: Try to fix largefileness so that it "works" without a quad IV.
3073      Branch: cfgperl
3074            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3075            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
3076      Branch: metaconfig
3077            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
3078      Branch: metaconfig/U/perl
3079            ! io64.U
3080 ____________________________________________________________________________
3081 [  4558] By: jhi                                   on 1999/11/13  11:36:19
3082         Log: Undo drift from mainline.
3083      Branch: cfgperl
3084            ! regcomp.c util.c utils/h2xs.PL
3085 ____________________________________________________________________________
3086 [  4557] By: gsar                                  on 1999/11/13  10:54:46
3087         Log: typo
3088      Branch: perl
3089            ! util.c
3090 ____________________________________________________________________________
3091 [  4556] By: gsar                                  on 1999/11/13  10:53:41
3092         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
3093      Branch: perl
3094           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3095           +> epoc/epoc_stubs.c
3096           !> (integrate 48 files)
3097 ____________________________________________________________________________
3098 [  4555] By: jhi                                   on 1999/11/13  10:05:54
3099         Log: Integrate with Sarathy.
3100      Branch: cfgperl
3101           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3102           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3103 ____________________________________________________________________________
3104 [  4554] By: jhi                                   on 1999/11/13  10:03:07
3105         Log: s/_SIGN$/_sign/g;
3106      Branch: metaconfig
3107            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
3108 ____________________________________________________________________________
3109 [  4553] By: gsar                                  on 1999/11/13  02:17:53
3110         Log: cloned interpreters now actually run and pass all but 55/10386
3111              subtests; various subtle bugs, new and old, observed when running
3112              cloned interpreters have been fixed
3113              
3114              still to do:
3115              |  * dup psig_ptr table
3116              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
3117              |    simple-minded and grab one pad entry each, heavily bloating
3118              |    the pad by not avoiding dups)
3119              |  * overloaded constants are not really immutable--they need to
3120              |    be PADOPs
3121              |  * allocator for constants and OPs need to be spelled differently
3122              |    (shared vs interpreter-local allocations)
3123              |  * optree refcounting is still missing locking (macros are in place)
3124              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
3125              |    perl_clone() can be called from within runops*()
3126      Branch: perl
3127            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3128            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3129 ____________________________________________________________________________
3130 [  4552] By: jhi                                   on 1999/11/11  23:17:43
3131         Log: Turn on largefileness always if available and
3132              continue 64-bit fixes.
3133      Branch: cfgperl
3134            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
3135            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
3136            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
3137 ____________________________________________________________________________
3138 [  4551] By: jhi                                   on 1999/11/11  23:16:15
3139         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
3140      Branch: metaconfig
3141            ! U/a_dvisory/quadtype.U
3142      Branch: metaconfig/U/perl
3143            + d_int64t.U
3144            ! i_inttypes.U io64.U
3145 ____________________________________________________________________________
3146 [  4550] By: jhi                                   on 1999/11/11  20:24:55
3147         Log: Fix a thinko in 4548.
3148      Branch: cfgperl
3149            ! pp_sys.c
3150 ____________________________________________________________________________
3151 [  4549] By: jhi                                   on 1999/11/11  19:48:21
3152         Log: Integrate with Sarathy.
3153      Branch: cfgperl
3154           !> (integrate 56 files)
3155 ____________________________________________________________________________
3156 [  4548] By: jhi                                   on 1999/11/11  19:41:56
3157         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
3158              regen Configure.
3159      Branch: cfgperl
3160            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3161            ! config_h.SH pp_sys.c
3162 ____________________________________________________________________________
3163 [  4547] By: jhi                                   on 1999/11/11  19:40:38
3164         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
3165      Branch: metaconfig
3166            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
3167            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3168 ____________________________________________________________________________
3169 [  4546] By: gsar                                  on 1999/11/11  10:32:54
3170         Log: avoid stash pointers in optree under USE_ITHREADS
3171      Branch: perl
3172            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
3173            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
3174            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
3175            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3176            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
3177            ! scope.h sv.c
3178 ____________________________________________________________________________
3179 [  4545] By: gsar                                  on 1999/11/11  06:04:20
3180         Log: another change towards a shareable optree: avoid pointer to filegv
3181              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
3182              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
3183              to suit
3184      Branch: perl
3185            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
3186            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3187            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
3188            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
3189            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3190            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
3191            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
3192            ! win32/perllib.c
3193 ____________________________________________________________________________
3194 [  4544] By: gsar                                  on 1999/11/10  18:19:12
3195         Log: more cleanups for change#4539
3196      Branch: perl
3197            ! gv.h op.c op.h pp_ctl.c pp_hot.c
3198 ____________________________________________________________________________
3199 [  4543] By: gsar                                  on 1999/11/10  01:52:22
3200         Log: remove dead branch/infinite looper in change#3612
3201      Branch: perl
3202            ! op.c
3203 ____________________________________________________________________________
3204 [  4542] By: gsar                                  on 1999/11/09  20:05:47
3205         Log: IoDIRP may be fake when used in source filters, mark as such
3206      Branch: perl
3207            ! sv.c sv.h toke.c
3208 ____________________________________________________________________________
3209 [  4541] By: gsar                                  on 1999/11/09  05:47:53
3210         Log: small nits in changes#4538,4539
3211      Branch: perl
3212            ! op.c sv.c
3213 ____________________________________________________________________________
3214 [  4540] By: gsar                                  on 1999/11/08  20:30:58
3215         Log: win32 symbol export tweak
3216      Branch: perl
3217            ! makedef.pl win32/win32.c win32/win32iop.h
3218 ____________________________________________________________________________
3219 [  4539] By: gsar                                  on 1999/11/08  18:50:40
3220         Log: preliminary support for GVOP indirection via pad
3221      Branch: perl
3222            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
3223            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
3224 ____________________________________________________________________________
3225 [  4538] By: gsar                                  on 1999/11/08  11:25:49
3226         Log: preliminary support for perl_clone() (still needs work in
3227              the following areas: SVOPs must indirect via pad; context
3228              stack, scope stack, and runlevels must be cloned; must
3229              hook up the virtualized pseudo-process support provided by
3230              "host"; ...)
3231      Branch: perl
3232            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
3233            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
3234            ! win32/perllib.c win32/win32.c
3235 ____________________________________________________________________________
3236 [  4537] By: gsar                                  on 1999/11/08  11:19:18
3237         Log: more thorough cleanup in perl_destroy()
3238      Branch: perl
3239            ! perl.c util.c
3240 ____________________________________________________________________________
3241 [  4536] By: gsar                                  on 1999/11/08  07:16:10
3242         Log: win32 internal data must be interpreter-local
3243      Branch: perl
3244            ! win32/win32.c win32/win32.h win32/win32sck.c
3245 ____________________________________________________________________________
3246 [  4535] By: gsar                                  on 1999/11/08  04:17:28
3247         Log: tweak change#4502
3248      Branch: perl
3249            ! doio.c perl.c
3250 ____________________________________________________________________________
3251 [  4534] By: jhi                                   on 1999/11/07  13:17:03
3252         Log: Four special class subs, not three.
3253      Branch: cfgperl
3254            ! pod/perlmod.pod
3255 ____________________________________________________________________________
3256 [  4533] By: jhi                                   on 1999/11/07  13:13:15
3257         Log: Integrate with Sarathy.
3258      Branch: cfgperl
3259           !> mg.c t/io/print.t
3260 ____________________________________________________________________________
3261 [  4532] By: jhi                                   on 1999/11/07  12:36:10
3262         Log: More test program maintenance.
3263      Branch: cfgperl
3264            ! Configure config_h.SH
3265      Branch: metaconfig
3266            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3267            ! U/compline/charsize.U U/compline/d_sigaction.U
3268            ! U/compline/doublesize.U U/compline/floatsize.U
3269            ! U/compline/nblock_io.U U/compline/ptrsize.U
3270            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
3271            ! U/typedefs/uidsize.U
3272      Branch: metaconfig/U/perl
3273            ! fpossize.U
3274 ____________________________________________________________________________
3275 [  4531] By: jhi                                   on 1999/11/07  00:34:09
3276         Log: Tidy up the metaconfig test programs.
3277      Branch: cfgperl
3278            ! Configure config_h.SH
3279      Branch: metaconfig
3280            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3281            ! U/compline/charsize.U U/compline/doublesize.U
3282            ! U/compline/nblock_io.U U/compline/ptrsize.U
3283            ! U/modified/d_longlong.U U/typedefs/gidsize.U
3284            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
3285            ! U/typedefs/uidsize.U
3286      Branch: metaconfig/U/perl
3287            ! fpossize.U
3288 ____________________________________________________________________________
3289 [  4530] By: jhi                                   on 1999/11/06  23:51:34
3290         Log: So many printfs, so little time.
3291      Branch: cfgperl
3292            ! op.c perl.c regcomp.c scope.c util.c
3293 ____________________________________________________________________________
3294 [  4529] By: jhi                                   on 1999/11/06  23:27:35
3295         Log: Replace the explicit zeros with NOOPs.
3296      Branch: cfgperl
3297            ! perl.h
3298 ____________________________________________________________________________
3299 [  4528] By: jhi                                   on 1999/11/06  23:10:54
3300         Log: From: jand@activestate.com (Jan Dubois)
3301              To: perl5-porters@perl.org
3302              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
3303              Mark Borgerding <mborgerding@acm.org>
3304              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
3305              Date: Sat, 06 Nov 1999 22:16:43 +0100
3306              Message-ID: <38279207.46448719@smtprelay.t-online.de>
3307      Branch: cfgperl
3308            ! op.c op.h
3309 ____________________________________________________________________________
3310 [  4527] By: jhi                                   on 1999/11/06  20:22:14
3311         Log: ...and fewer.
3312      Branch: cfgperl
3313            ! dump.c
3314 ____________________________________________________________________________
3315 [  4526] By: jhi                                   on 1999/11/06  20:19:04
3316         Log: ...and they are getting fewer.
3317      Branch: cfgperl
3318            ! dump.c op.c util.c
3319 ____________________________________________________________________________
3320 [  4525] By: jhi                                   on 1999/11/06  19:59:59
3321         Log: More printf miscasts flushed out.
3322      Branch: cfgperl
3323            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
3324            ! regexec.c
3325 ____________________________________________________________________________
3326 [  4524] By: jhi                                   on 1999/11/06  15:39:05
3327         Log: Crushing the remaining %ld guerillas.
3328      Branch: cfgperl
3329            ! ext/Devel/DProf/DProf.xs
3330 ____________________________________________________________________________
3331 [  4523] By: jhi                                   on 1999/11/06  15:11:38
3332         Log: Update CPAN sites list.
3333      Branch: cfgperl
3334            ! pod/perlmodlib.pod
3335 ____________________________________________________________________________
3336 [  4522] By: jhi                                   on 1999/11/05  19:50:46
3337         Log: The -n32 is normally part of $cc, not $ccflags.
3338      Branch: cfgperl
3339            ! hints/irix_6.sh
3340 ____________________________________________________________________________
3341 [  4521] By: gsar                                  on 1999/11/05  04:35:30
3342         Log: allow $\ to work right when set to a string with embedded nulls
3343      Branch: perl
3344            ! mg.c t/io/print.t
3345 ____________________________________________________________________________
3346 [  4520] By: jhi                                   on 1999/11/04  23:30:09
3347         Log: Integrate with Sarathy.
3348      Branch: cfgperl
3349           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
3350           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
3351           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
3352           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
3353           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
3354           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
3355 ____________________________________________________________________________
3356 [  4519] By: jhi                                   on 1999/11/04  23:09:25
3357         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3358              To: perl5-porters@perl.org (Mailing list Perl5)
3359              Subject: [PATCH 5.005_62] ref to non-lvalue method
3360              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
3361              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
3362      Branch: cfgperl
3363            ! op.c
3364 ____________________________________________________________________________
3365 [  4518] By: jhi                                   on 1999/11/04  23:07:27
3366         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3367              To: perl5-porters@perl.org (Mailing list Perl5)
3368              Subject: [PATCH 5.005_62] xsubpp dependency
3369              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
3370              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
3371      Branch: cfgperl
3372            ! lib/ExtUtils/MM_Unix.pm
3373 ____________________________________________________________________________
3374 [  4517] By: jhi                                   on 1999/11/04  23:05:59
3375         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3376              To: perl5-porters@perl.org (Mailing list Perl5)
3377              Subject: [PATCH 5.005_62] regexp.h
3378              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
3379              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
3380      Branch: cfgperl
3381            ! regexp.h
3382 ____________________________________________________________________________
3383 [  4516] By: gsar                                  on 1999/11/04  18:25:45
3384         Log: change#4485 didn't do the right thing for B::Bytecode
3385      Branch: perl
3386            ! ext/B/B/Bytecode.pm
3387 ____________________________________________________________________________
3388 [  4515] By: gsar                                  on 1999/11/04  17:28:29
3389         Log: implement STOP blocks and fix compiler to use them (minimally
3390              tested)
3391      Branch: perl
3392            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3393            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3394            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3395            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3396            ! pod/perltodo.pod toke.c
3397 ____________________________________________________________________________
3398 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3399         Log: display BSD license in Glob.pm (for clause #2 conformity)
3400      Branch: perl
3401            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3402            ! ext/File/Glob/bsd_glob.h
3403 ____________________________________________________________________________
3404 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3405         Log: Integrate with Sarathy.
3406      Branch: cfgperl
3407           +> t/io/nargv.t
3408           !> (integrate 34 files)
3409 ____________________________________________________________________________
3410 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3411         Log: Incremental Mac integration from Matthias.
3412      Branch: cfgperl
3413            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3414            ! toke.c util.c
3415 ____________________________________________________________________________
3416 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3417         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3418      Branch: perl
3419            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3420            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3421            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3422            ! xsutils.c
3423 ____________________________________________________________________________
3424 [  4510] By: jhi                                   on 1999/11/02  22:12:29
3425         Log: S_init_interp is a better place to diddle with PL_opargs
3426              than perl_construct.
3427      Branch: cfgperl
3428            ! perl.c
3429 ____________________________________________________________________________
3430 [  4509] By: jhi                                   on 1999/11/02  21:30:02
3431         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3432              To: ben@mucus.advanced.org, perl5-porters@perl.org
3433              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3434              Date: Tue, 02 Nov 1999 21:36:00 +0000
3435              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3436      Branch: cfgperl
3437            ! pod/perlfunc.pod
3438 ____________________________________________________________________________
3439 [  4508] By: jhi                                   on 1999/11/02  20:46:27
3440         Log: Initial integration of the MacPerl changes form Matthias.
3441      Branch: cfgperl
3442            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3443            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3444            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3445 ____________________________________________________________________________
3446 [  4507] By: jhi                                   on 1999/11/01  23:05:07
3447         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3448              To: lvirden@cas.org (Larry W. Virden)
3449              Cc: perl5-porters@perl.org, lvirden@cas.org
3450              Subject: Re: [ID 19991026.001] perl segmentation fault report
3451              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3452              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3453      Branch: cfgperl
3454            ! regexec.c t/op/pat.t
3455 ____________________________________________________________________________
3456 [  4506] By: jhi                                   on 1999/11/01  19:56:28
3457         Log: From: Olaf Flebbe <olaf@science-computing.de>
3458              To: perl5-porters@perl.org
3459              Subject: [PATCH: 5.005_62] Patch for EPOC Support
3460              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3461              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3462      Branch: cfgperl
3463            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3464            + epoc/epoc_stubs.c
3465            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3466            ! epoc/perl.pkg
3467 ____________________________________________________________________________
3468 [  4505] By: gsar                                  on 1999/11/01  17:09:44
3469         Log: macros for COP.cop_filegv access
3470      Branch: perl
3471            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3472            ! util.c
3473 ____________________________________________________________________________
3474 [  4504] By: gsar                                  on 1999/11/01  17:08:28
3475         Log: enable better Win32::DomainName() by demand loading netapi32.dll
3476              (from Jan Dubois)
3477      Branch: perl
3478            ! pod/Win32.pod win32/win32.c
3479 ____________________________________________________________________________
3480 [  4503] By: gsar                                  on 1999/10/31  20:56:06
3481         Log: change#4502 was missing a file
3482      Branch: perl
3483            + t/io/nargv.t
3484 ____________________________________________________________________________
3485 [  4502] By: gsar                                  on 1999/10/31  20:46:02
3486         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3487              in the way ARGV state was handled in readline(); writing a
3488              subroutine to do inplace edits is now possible, provided *ARGV,
3489              *ARGVOUT, $^I and $_ are localized where needed
3490      Branch: perl
3491            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3492            ! pp_hot.c scope.c
3493 ____________________________________________________________________________
3494 [  4501] By: jhi                                   on 1999/10/31  12:43:54
3495         Log: Integrate with Sarathy.
3496      Branch: cfgperl
3497           !> perl.h win32/config.bc win32/config.gc win32/config.vc
3498           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3499 ____________________________________________________________________________
3500 [  4500] By: gsar                                  on 1999/10/31  10:01:17
3501         Log: updated windows config* files
3502      Branch: perl
3503            ! win32/config.bc win32/config.gc win32/config.vc
3504            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3505 ____________________________________________________________________________
3506 [  4499] By: gsar                                  on 1999/10/31  09:15:17
3507         Log: integrate cfgperl contents into mainline
3508      Branch: perl
3509           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3510           !> config_h.SH perl.h
3511 ____________________________________________________________________________
3512 [  4498] By: gsar                                  on 1999/10/31  09:13:41
3513         Log: remove unused struct Outrec
3514      Branch: perl
3515            ! perl.h
3516 ____________________________________________________________________________
3517 [  4497] By: jhi                                   on 1999/10/30  12:41:50
3518         Log: Add HAS_QUAD ($Config{d_quad}); use it.
3519      Branch: cfgperl
3520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3521            ! config_h.SH perl.h
3522      Branch: metaconfig
3523            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3524            ! U/typedefs/uidf.U
3525      Branch: metaconfig/U/perl
3526            ! perlxv.U
3527 ____________________________________________________________________________
3528 [  4496] By: gsar                                  on 1999/10/30  00:28:32
3529         Log: integrate cfgperl contents into mainline
3530      Branch: perl
3531           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3532           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3533           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3534           !> perl.h pp.c pp.h regexec.c sv.c taint.c
3535 ____________________________________________________________________________
3536 [  4495] By: jhi                                   on 1999/10/29  23:36:19
3537         Log: Continue what #4494 started; introduce uid and gid formats.
3538      Branch: cfgperl
3539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3540            ! config_h.SH handy.h perl.h
3541      Branch: metaconfig
3542            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3543            - U/typedefs/quadtype.U
3544      Branch: metaconfig/U/perl
3545            ! perlxv.U
3546 ____________________________________________________________________________
3547 [  4494] By: jhi                                   on 1999/10/29  22:09:01
3548         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3549              from perl.h and handy.h.
3550      Branch: cfgperl
3551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3552            ! config_h.SH handy.h perl.h
3553      Branch: metaconfig/U/perl
3554            + perlxv.U perlxvf.U
3555 ____________________________________________________________________________
3556 [  4493] By: jhi                                   on 1999/10/29  22:08:06
3557         Log: Finetuning the output continues along the lines of #4490 and #4491.
3558      Branch: metaconfig
3559            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3560            ! U/typedefs/fpostype.U
3561      Branch: metaconfig/U/perl
3562            + fpossize.U
3563            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3564            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3565 ____________________________________________________________________________
3566 [  4492] By: jhi                                   on 1999/10/29  21:14:53
3567         Log: Hurd update from Mark Kettenis.
3568      Branch: cfgperl
3569            ! README.hurd
3570 ____________________________________________________________________________
3571 [  4491] By: jhi                                   on 1999/10/29  20:37:02
3572         Log: A new try at what #4490 tried to accomplish.
3573      Branch: metaconfig
3574            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3575      Branch: metaconfig/U/perl
3576            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3577            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3578 ____________________________________________________________________________
3579 [  4490] By: jhi                                   on 1999/10/29  20:19:41
3580         Log: metaconfig nits.
3581      Branch: metaconfig
3582            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3583      Branch: metaconfig/U/perl
3584            + d_iovec_s.U
3585            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3586            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3587 ____________________________________________________________________________
3588 [  4489] By: jhi                                   on 1999/10/29  16:08:43
3589         Log: Integrate with Sarathy.
3590      Branch: cfgperl
3591           !> (integrate 31 files)
3592 ____________________________________________________________________________
3593 [  4488] By: jhi                                   on 1999/10/29  15:30:30
3594         Log: Regen Configure and Glossary.
3595      Branch: cfgperl
3596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3597            ! config_h.SH
3598 ____________________________________________________________________________
3599 [  4487] By: jhi                                   on 1999/10/29  15:24:13
3600         Log: Remove quad logic from perl.h; regen Configure;
3601              add -DUSE_LONG_LONG to ccflags if not already there.
3602      Branch: cfgperl
3603            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3604            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3605 ____________________________________________________________________________
3606 [  4486] By: jhi                                   on 1999/10/29  15:22:38
3607         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3608              fixed the use*.U to define their stuff only iff not already defined
3609              (so that ccflags can have any -DUSE_* it wants);
3610              uselonglong.U added; various small nits fixed.
3611      Branch: metaconfig
3612            + U/typedefs/quadtype.U
3613            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3614            ! U/modified/d_statblks.U U/modified/usenm.U
3615            ! U/threads/usethreads.U
3616      Branch: metaconfig/U/perl
3617            + uselonglong.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 i_inttypes.U
3620            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3621            ! usemultiplicity.U useperlio.U usesocks.U
3622 ____________________________________________________________________________
3623 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3624         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3625      Branch: perl
3626            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3627            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3628            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3629            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3630            ! sv.h
3631 ____________________________________________________________________________
3632 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3633         Log: usurp GVOP slot for new PADOP (one small step to making optree
3634              shareable across interpreters)
3635      Branch: perl
3636            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3637            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3638            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3639            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3640            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3641            ! pp_hot.c pp_sys.c regexec.c run.c
3642 ____________________________________________________________________________
3643 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3644         Log: Regen Configure.
3645      Branch: cfgperl
3646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3647            ! config_h.SH
3648 ____________________________________________________________________________
3649 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3650         Log: Installdirs patches from Andy.
3651      Branch: metaconfig
3652            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3653            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3654            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3655            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3656            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3657            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3658            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3659            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3660            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3661 ____________________________________________________________________________
3662 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3663         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3664              can still be directly set)
3665      Branch: perl
3666            ! lib/Time/Local.pm
3667 ____________________________________________________________________________
3668 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3669         Log: Fix printing of uids and gids; regen Configure.
3670      Branch: cfgperl
3671            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3672            ! config_h.SH mg.c perl.c perl.h taint.c
3673 ____________________________________________________________________________
3674 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3675         Log: Fix typo.
3676      Branch: metaconfig
3677            ! U/typedefs/gidsize.U
3678 ____________________________________________________________________________
3679 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3680         Log: Integrate with Sarathy.
3681      Branch: cfgperl
3682           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3683           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3684           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3685           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3686 ____________________________________________________________________________
3687 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3688         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3689      Branch: cfgperl
3690            ! Policy_sh.SH
3691 ____________________________________________________________________________
3692 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3693         Log: regen config* stuff for windows
3694      Branch: perl
3695            ! Changes patchlevel.h win32/Makefile win32/config.bc
3696            ! win32/config.gc win32/config.vc win32/config_H.bc
3697            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3698            ! win32/makefile.mk
3699 ____________________________________________________________________________
3700 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3701         Log: integrate cfgperl contents into mainline; merge conflicts
3702      Branch: perl
3703           !> (integrate 46 files)
3704 ____________________________________________________________________________
3705 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3706         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3707              perl; stdout/stderr redirects seem broken as well)
3708      Branch: perl
3709            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3710 ____________________________________________________________________________
3711 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3712         Log: Do not block if no message queues available.
3713      Branch: cfgperl
3714            ! t/lib/ipc_sysv.t
3715 ____________________________________________________________________________
3716 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3717         Log: Remove unused "squatter" symbols; regen Configure.
3718      Branch: cfgperl
3719            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3720            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3721            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3722 ____________________________________________________________________________
3723 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3724         Log: metaconfig; split socket; fix output.
3725      Branch: metaconfig
3726            ! U/modified/d_socket.U U/modified/d_statblks.U
3727      Branch: metaconfig/U/perl
3728            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3729            ! i_sysstatfs.U i_sysvfs.U
3730 ____________________________________________________________________________
3731 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3732         Log: Regen Configure.
3733      Branch: cfgperl
3734            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3735            ! config_h.SH perl.c perl.h
3736 ____________________________________________________________________________
3737 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3738         Log: metaconfig; split statfs.
3739      Branch: metaconfig/U/perl
3740            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3741            ! d_statfs.U
3742 ____________________________________________________________________________
3743 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3744         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3745              (Ilya's changes won).
3746      Branch: cfgperl
3747           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3748           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3749           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3750           !> (integrate 65 files)
3751 ____________________________________________________________________________
3752 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3753         Log: Regen Configure.
3754      Branch: cfgperl
3755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3756            ! config_h.SH
3757 ____________________________________________________________________________
3758 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3759         Log: metaconfig fixes from Andy.
3760      Branch: metaconfig
3761            + U/modified/libnlist.U U/modified/usrinc.U
3762            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3763 ____________________________________________________________________________
3764 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3765         Log: Nosuid checking for statfs() people.
3766      Branch: cfgperl
3767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3768            ! config_h.SH perl.c perl.h pod/perldiag.pod
3769 ____________________________________________________________________________
3770 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3771         Log: metaconfig maintenance; fix Hasfield, statfs;
3772              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3773              split fstatfs away from statfs.
3774      Branch: metaconfig
3775            + U/protos/Hasstruct.U
3776            ! U/protos/Hasfield.U
3777      Branch: metaconfig/U/perl
3778            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3779            + i_ustat.U
3780            ! d_statfs.U
3781 ____________________________________________________________________________
3782 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3783         Log: We need cc to be able to test for cc -v.
3784      Branch: cfgperl
3785            ! hints/dec_osf.sh
3786 ____________________________________________________________________________
3787 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3788         Log: more GCC v2.95 induced adjustments
3789      Branch: perl
3790            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3791            ! win32/makefile.mk win32/win32.c x2p/walk.c
3792 ____________________________________________________________________________
3793 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3794         Log: warnings and const violations identified by compiling in C++ mode
3795              with GCC v2.95
3796      Branch: perl
3797            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3798            ! sv.c taint.c toke.c win32/win32.c
3799 ____________________________________________________________________________
3800 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3801         Log: Regen Configure.
3802      Branch: cfgperl
3803            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3804            ! config_h.SH
3805 ____________________________________________________________________________
3806 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3807         Log: Minor rewordings.
3808      Branch: metaconfig/U/perl
3809            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3810 ____________________________________________________________________________
3811 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3812         Log: Fix d_statfsflags; add d_getmnt.
3813      Branch: metaconfig/U/perl
3814            + d_getmnt.U
3815            ! d_statfs.U
3816 ____________________________________________________________________________
3817 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3818         Log: Massive multitypo in #4446.
3819      Branch: cfgperl
3820            ! hints/dec_osf.sh
3821 ____________________________________________________________________________
3822 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3823         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3824              To: Perl 5 Porters <perl5-porters@perl.org>
3825              Subject: [PATCH 5.005_62] dos-djgpp update
3826              Date: Mon, 25 Oct 1999 10:11:30 +0200
3827              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3828      Branch: cfgperl
3829            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3830            ! pod/perldelta.pod t/lib/io_unix.t
3831 ____________________________________________________________________________
3832 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3833         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3834              To: perl5-porters@perl.org (Mailing list Perl5)
3835              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3836              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3837              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3838      Branch: cfgperl
3839            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3840 ____________________________________________________________________________
3841 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3842         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3843              To: perl5-porters@perl.org (Mailing list Perl5)
3844              Subject: [PATCH 5.005_62] Missing REx engine patch
3845              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3846              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3847      Branch: cfgperl
3848            ! pod/perldiag.pod regcomp.c regexec.c
3849 ____________________________________________________________________________
3850 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3852              To: perl5-porters@perl.org (Mailing list Perl5)
3853              Subject: [PATCH 5.005_62] charnames and UTEST
3854              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3855              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3856      Branch: cfgperl
3857            ! t/lib/charnames.t
3858 ____________________________________________________________________________
3859 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3860         Log: win32 tweak
3861      Branch: perl
3862            ! win32/perllib.c
3863 ____________________________________________________________________________
3864 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3865         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3866              (all bets are off is "C" locale is compromised)
3867      Branch: perl
3868            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3869 ____________________________________________________________________________
3870 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3871         Log: remove unused interpreter globals
3872      Branch: perl
3873            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3874            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3875            ! proto.h toke.c
3876 ____________________________________________________________________________
3877 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3878         Log: Another hints tweak.
3879      Branch: cfgperl
3880            ! hints/aix.sh
3881 ____________________________________________________________________________
3882 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3883         Log: Hints tweak.
3884      Branch: cfgperl
3885            ! hints/dec_osf.sh
3886 ____________________________________________________________________________
3887 [  4445] By: nick                                  on 1999/10/24  21:03:28
3888         Log: Integrate own changes to mainline.
3889      Branch: utfperl
3890           !> installperl pp.c
3891 ____________________________________________________________________________
3892 [  4444] By: nick                                  on 1999/10/24  20:54:06
3893         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
3894              (Fix/workround for [ID19991024.001])
3895      Branch: perl
3896            ! pp.c
3897 ____________________________________________________________________________
3898 [  4443] By: nick                                  on 1999/10/24  15:09:51
3899         Log: Follow that camel ... another sync.
3900      Branch: utfperl
3901           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3902           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3903           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3904           !> (integrate 36 files)
3905 ____________________________________________________________________________
3906 [  4442] By: gsar                                  on 1999/10/24  14:40:01
3907         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
3908      Branch: perl
3909            ! installperl
3910 ____________________________________________________________________________
3911 [  4441] By: gsar                                  on 1999/10/24  14:33:11
3912         Log: test in change#4428 needs strict interpretation of C modulus
3913      Branch: perl
3914            ! t/op/int.t
3915 ____________________________________________________________________________
3916 [  4440] By: gsar                                  on 1999/10/24  13:47:17
3917         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
3918              $? break
3919      Branch: perl
3920            ! perl.c pod/perldelta.pod pod/perldiag.pod
3921 ____________________________________________________________________________
3922 [  4439] By: jhi                                   on 1999/10/24  13:19:17
3923         Log: test for #2835 (yeah, better later than never)
3924      Branch: cfgperl
3925            ! t/op/array.t
3926 ____________________________________________________________________________
3927 [  4438] By: gsar                                  on 1999/10/24  12:59:12
3928         Log: typo, doc tweak
3929      Branch: perl
3930            ! lib/attributes.pm pod/perlop.pod
3931 ____________________________________________________________________________
3932 [  4437] By: gsar                                  on 1999/10/24  11:59:55
3933         Log: allow get() and reftype() functions to be imported (from
3934              Spider Boardman)
3935      Branch: perl
3936            ! lib/attributes.pm
3937 ____________________________________________________________________________
3938 [  4436] By: gsar                                  on 1999/10/24  11:52:53
3939         Log: suppress scalar leak messages for known leaks (from
3940              Robin Barker <rmb1@cise.npl.co.uk>)
3941      Branch: perl
3942            ! Changes t/op/lex_assign.t t/pragma/warn/op
3943 ____________________________________________________________________________
3944 [  4435] By: gsar                                  on 1999/10/24  11:39:42
3945         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
3946      Branch: perl
3947            ! ext/B/defsubs_h.PL
3948 ____________________________________________________________________________
3949 [  4434] By: gsar                                  on 1999/10/24  11:36:08
3950         Log: relax range checking if they ask for it (from John L. Allen
3951              <allen@grumman.com>)
3952      Branch: perl
3953            ! lib/Time/Local.pm
3954 ____________________________________________________________________________
3955 [  4433] By: gsar                                  on 1999/10/24  11:25:51
3956         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
3957      Branch: perl
3958            ! README lib/File/Path.pm
3959 ____________________________________________________________________________
3960 [  4432] By: gsar                                  on 1999/10/24  11:11:02
3961         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3962              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
3963              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
3964              Subject: Re: [PATCH 5.005_62] OS/2 improvements
3965      Branch: perl
3966            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3967            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3968            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3969            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
3970            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
3971            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
3972            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3973            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3974            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
3975            ! perl.c perl.h t/io/fs.t t/op/magic.t
3976 ____________________________________________________________________________
3977 [  4431] By: gsar                                  on 1999/10/24  10:50:14
3978         Log: install all README.foo with pod content as podfoo.pod
3979      Branch: perl
3980            ! Makefile.SH installman
3981 ____________________________________________________________________________
3982 [  4430] By: gsar                                  on 1999/10/24  09:28:24
3983         Log: @INC needs ../lib
3984      Branch: perl
3985            ! t/op/int.t
3986 ____________________________________________________________________________
3987 [  4429] By: jhi                                   on 1999/10/23  21:47:49
3988         Log: More printf-fixes (see also #4426).
3989      Branch: cfgperl
3990            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
3991            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
3992            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
3993 ____________________________________________________________________________
3994 [  4428] By: gsar                                  on 1999/10/23  20:28:56
3995         Log: fix accidental C modulo semantics on integer-valued operations
3996              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
3997      Branch: perl
3998            ! op.c t/op/int.t
3999 ____________________________________________________________________________
4000 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4001         Log: Integrate with Sarathy.
4002      Branch: cfgperl
4003           !> sv.c win32/win32.c
4004 ____________________________________________________________________________
4005 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4006         Log: Fix the printfing nits pointed out by using gcc -Wall and
4007              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4008              plus few other warnings in Dumper.xs.
4009      Branch: cfgperl
4010            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4011            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4012 ____________________________________________________________________________
4013 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4014         Log: Configure regen to pick up the new installation directories
4015              from Policy_sh.SH.  The explanations of "public add-ons" and
4016              "vendor-supplied" could do with more work.
4017      Branch: cfgperl
4018            ! Configure config_h.SH
4019 ____________________________________________________________________________
4020 [  4424] By: nick                                  on 1999/10/23  00:46:22
4021         Log: Resolve mainline before possible hacking operertunity this weekend
4022      Branch: utfperl
4023           +> pod/perlfilter.pod
4024           !> (integrate 32 files)
4025 ____________________________________________________________________________
4026 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4027         Log: Update Policy_sh.SH to handle the newer installation directives.
4028              From: Andy Dougherty <doughera@lafayette.edu>
4029              To: Perl Porters <perl5-porters@perl.org>
4030              Subject: [PATCH 5.005_62] Policy_sh.SH update
4031              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4032              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4033      Branch: cfgperl
4034            ! Policy_sh.SH
4035 ____________________________________________________________________________
4036 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4037         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4038      Branch: cfgperl
4039            ! hints/aix.sh
4040 ____________________________________________________________________________
4041 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4042         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4043              C<"%ld", long_val>
4044      Branch: perl
4045            ! sv.c
4046 ____________________________________________________________________________
4047 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4048         Log: win32_utime() on directories should use localtime() rather
4049              than gmtime() (from Jan Dubois)
4050      Branch: perl
4051            ! win32/win32.c
4052 ____________________________________________________________________________
4053 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4054         Log: Integrate with Sarathy.
4055      Branch: cfgperl
4056           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4057           !> t/lib/glob-basic.t t/op/sort.t
4058 ____________________________________________________________________________
4059 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4060         Log: add test for change#4417
4061      Branch: perl
4062            ! t/op/sort.t
4063 ____________________________________________________________________________
4064 [  4417] By: gsar                                  on 1999/10/20  23:45:03
4065         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
4066      Branch: perl
4067            ! op.c
4068 ____________________________________________________________________________
4069 [  4416] By: gsar                                  on 1999/10/20  01:00:50
4070         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
4071      Branch: perl
4072            ! lib/CPAN/FirstTime.pm
4073 ____________________________________________________________________________
4074 [  4415] By: gsar                                  on 1999/10/20  00:52:34
4075         Log: disable optimizing troublesome ops in change#3612
4076              (from Ilya Zakharevich)
4077      Branch: perl
4078            ! Makefile.SH opcode.h opcode.pl
4079 ____________________________________________________________________________
4080 [  4414] By: gsar                                  on 1999/10/20  00:37:46
4081         Log: skip unreadable directory test when running as root
4082      Branch: perl
4083            ! t/lib/glob-basic.t
4084 ____________________________________________________________________________
4085 [  4413] By: jhi                                   on 1999/10/19  09:26:52
4086         Log: Avoid GNU ar if HP cc is being used.
4087      Branch: cfgperl
4088            ! hints/hpux.sh
4089 ____________________________________________________________________________
4090 [  4412] By: jhi                                   on 1999/10/19  07:24:29
4091         Log: Integrate with Sarathy.
4092      Branch: cfgperl
4093           !> perlvars.h
4094 ____________________________________________________________________________
4095 [  4411] By: jhi                                   on 1999/10/19  07:22:34
4096         Log: Long double support: sqrtl et al are not available everywhere,
4097              e.g. not in Solaris, even when long doubles are.
4098      Branch: cfgperl
4099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4100            ! config_h.SH perl.h
4101 ____________________________________________________________________________
4102 [  4410] By: jhi                                   on 1999/10/19  07:21:42
4103         Log: Add sqrtl probe, add echo dependencies.
4104      Branch: metaconfig
4105            ! U/threads/d_pthreadj.U
4106      Branch: metaconfig/U/perl
4107            + d_sqrtl.U
4108            ! i_inttypes.U io64.U
4109 ____________________________________________________________________________
4110 [  4409] By: gsar                                  on 1999/10/19  02:18:54
4111         Log: perl_mutex n/a if !USE_THREADS
4112      Branch: perl
4113            ! perlvars.h
4114 ____________________________________________________________________________
4115 [  4408] By: jhi                                   on 1999/10/18  20:13:02
4116         Log: Forgotten s/warning/warnings/.
4117      Branch: cfgperl
4118            ! Makefile.SH
4119 ____________________________________________________________________________
4120 [  4407] By: jhi                                   on 1999/10/18  20:02:12
4121         Log: Integrate with Sarathy.
4122      Branch: cfgperl
4123           +> pod/perlfilter.pod
4124           !> (integrate 30 files)
4125 ____________________________________________________________________________
4126 [  4406] By: gsar                                  on 1999/10/18  16:32:10
4127         Log: added intro to source filters from Paul Marquess
4128      Branch: perl
4129            + pod/perlfilter.pod
4130            ! MANIFEST pod/perldelta.pod
4131 ____________________________________________________________________________
4132 [  4405] By: gsar                                  on 1999/10/18  05:53:06
4133         Log: missing manpages
4134      Branch: perl
4135            ! installman
4136 ____________________________________________________________________________
4137 [  4404] By: gsar                                  on 1999/10/18  05:09:22
4138         Log: pod updates from Tom Christiansen
4139      Branch: perl
4140            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
4141 ____________________________________________________________________________
4142 [  4403] By: gsar                                  on 1999/10/17  23:43:59
4143         Log: PL_malloc_mutex needs to be global, not per-interpreter
4144              (malloc.c has static data)
4145      Branch: perl
4146            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
4147 ____________________________________________________________________________
4148 [  4402] By: gsar                                  on 1999/10/17  22:30:30
4149         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
4150              windows
4151      Branch: perl
4152            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
4153            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
4154            ! win32/win32.h
4155 ____________________________________________________________________________
4156 [  4401] By: gsar                                  on 1999/10/17  20:33:42
4157         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
4158              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
4159              is one symptom of the problem
4160      Branch: perl
4161            ! pp_ctl.c t/op/eval.t
4162 ____________________________________________________________________________
4163 [  4400] By: gsar                                  on 1999/10/17  18:36:46
4164         Log: remove FileHandle from list of PodParser dependencies (the
4165              difference is 20 files vs 6 files loaded!)
4166      Branch: perl
4167            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
4168            ! t/pod/testcmp.pl
4169 ____________________________________________________________________________
4170 [  4399] By: nick                                  on 1999/10/17  14:51:35
4171         Log: Pre-trip resolve
4172      Branch: utfperl
4173           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
4174 ____________________________________________________________________________
4175 [  4398] By: gsar                                  on 1999/10/17  09:19:24
4176         Log: make installperl ignore RCS files (from Michael G Schwern
4177              <schwern@pobox.com>)
4178      Branch: perl
4179            ! installperl lib/Text/Tabs.pm
4180 ____________________________________________________________________________
4181 [  4397] By: gsar                                  on 1999/10/16  18:30:14
4182         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
4183      Branch: perl
4184            ! perl.c
4185 ____________________________________________________________________________
4186 [  4396] By: jhi                                   on 1999/10/16  17:44:39
4187         Log: Missing comma.
4188      Branch: cfgperl
4189            ! lib/diagnostics.pm
4190 ____________________________________________________________________________
4191 [  4395] By: gsar                                  on 1999/10/16  17:18:36
4192         Log: assumption about @_ always being non-REAL doesn't hold when
4193              debugger is running; DB::sub() can call arbitrary stuff
4194              that modifies @_ at will
4195      Branch: perl
4196            ! pp_hot.c
4197 ____________________________________________________________________________
4198 [  4394] By: nick                                  on 1999/10/16  09:35:20
4199         Log: Resolve utfperl branch against mainline as of _62
4200      Branch: utfperl
4201           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4202           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
4203           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4204           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4205           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4206           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4207           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
4208           +> t/lib/glob-taint.t win32/genmk95.pl
4209            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4210           !> (integrate 144 files)
4211 ____________________________________________________________________________
4212 [  4393] By: gsar                                  on 1999/10/16  04:07:02
4213         Log: OS/2 support bits (from Ilya Zakharevich)
4214      Branch: perl
4215            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
4216 ____________________________________________________________________________
4217 [  4392] By: jhi                                   on 1999/10/15  10:28:09
4218         Log: Integrate with Sarathy.
4219      Branch: cfgperl
4220           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
4221           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
4222           !> win32/Makefile win32/makefile.mk
4223
4224 ----------------
4225 Version 5.005_62
4226 ----------------
4227
4228 ____________________________________________________________________________
4229 [  4391] By: gsar                                  on 1999/10/15  10:12:42
4230         Log: here be 5.005_62
4231      Branch: perl
4232            ! Changes MANIFEST Porting/makerel
4233 ____________________________________________________________________________
4234 [  4390] By: gsar                                  on 1999/10/15  09:45:51
4235         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
4236              avoid tickling it in Pod::Man for now; other nits in
4237              Pod::*
4238      Branch: perl
4239            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
4240            ! pod/perlopentut.pod
4241 ____________________________________________________________________________
4242 [  4389] By: gsar                                  on 1999/10/15  08:55:01
4243         Log: disable internal globbing for miniperl (or build breaks out
4244              in a rash of failed dependencies)
4245      Branch: perl
4246            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
4247 ____________________________________________________________________________
4248 [  4388] By: jhi                                   on 1999/10/15  08:07:49
4249         Log: Integrate with Sarathy.
4250      Branch: cfgperl
4251           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
4252           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
4253 ____________________________________________________________________________
4254 [  4387] By: gsar                                  on 1999/10/15  07:46:24
4255         Log: integrate cfgperl contents into mainline
4256      Branch: perl
4257            ! Changes
4258           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
4259           !> t/pragma/warn/regcomp
4260 ____________________________________________________________________________
4261 [  4386] By: gsar                                  on 1999/10/15  05:45:36
4262         Log: various little goofs in change#4385
4263      Branch: perl
4264            ! win32/include/dirent.h win32/win32.c
4265 ____________________________________________________________________________
4266 [  4385] By: gsar                                  on 1999/10/15  04:49:09
4267         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
4268              rather than win32_opendir() reading all files up front (untested)
4269      Branch: perl
4270            ! win32/include/dirent.h win32/win32.c
4271 ____________________________________________________________________________
4272 [  4384] By: gsar                                  on 1999/10/15  01:34:09
4273         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
4274      Branch: perl
4275            ! lib/Benchmark.pm pod/perldelta.pod
4276 ____________________________________________________________________________
4277 [  4383] By: gsar                                  on 1999/10/15  01:22:32
4278         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
4279              <dha@panix.com>)
4280      Branch: perl
4281            ! pod/perlfaq2.pod
4282 ____________________________________________________________________________
4283 [  4382] By: gsar                                  on 1999/10/15  01:14:22
4284         Log: From: jand@ActiveState.com (Jan Dubois)
4285              Date: Fri, 15 Oct 1999 01:14:23 +0200
4286              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
4287              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
4288      Branch: perl
4289            ! ext/POSIX/POSIX.xs
4290 ____________________________________________________________________________
4291 [  4381] By: jhi                                   on 1999/10/14  22:11:36
4292         Log: Integrate with Sarathy.
4293      Branch: cfgperl
4294           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
4295           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
4296           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
4297           !> win32/makefile.mk
4298 ____________________________________________________________________________
4299 [  4380] By: jhi                                   on 1999/10/14  22:08:22
4300         Log: Warn inside character classes about unknown backslash escapes
4301              (that are not caught earlier because of being completely unknown,
4302              such as \m), such as \z (because they make do sense inside regexen,
4303              but not inside character classes).
4304      Branch: cfgperl
4305            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
4306            ! t/pragma/warn/regcomp
4307 ____________________________________________________________________________
4308 [  4379] By: gsar                                  on 1999/10/14  18:26:56
4309         Log: clarify significance of parens for "x" (from M.J.T. Guy
4310              <mjtg@cus.cam.ac.uk>)
4311      Branch: perl
4312            ! pod/perlop.pod
4313 ____________________________________________________________________________
4314 [  4378] By: gsar                                  on 1999/10/14  18:25:20
4315         Log: make timelocal work better when time is close to the epoch
4316              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
4317      Branch: perl
4318            ! lib/Time/Local.pm
4319 ____________________________________________________________________________
4320 [  4377] By: gsar                                  on 1999/10/14  18:15:11
4321         Log: integrate cfgperl contents into mainline
4322      Branch: perl
4323           +> ext/DB_File/hints/sco.pl
4324           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
4325           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
4326           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
4327 ____________________________________________________________________________
4328 [  4376] By: gsar                                  on 1999/10/14  17:47:35
4329         Log: fix POPSTACK panics that ensued from bad interaction between
4330              runlevels and stack of stacks (change#3988 done right);
4331              basically, we pop the runlevel if the stacklevel is not the
4332              same one we started the runlevel with
4333      Branch: perl
4334            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
4335 ____________________________________________________________________________
4336 [  4375] By: gsar                                  on 1999/10/14  15:54:48
4337         Log: avoid warnings
4338      Branch: perl
4339            ! ext/File/Glob/bsd_glob.c
4340 ____________________________________________________________________________
4341 [  4374] By: jhi                                   on 1999/10/14  10:08:44
4342         Log: Warn about false ranges like \d-\w (see the change #4355).
4343              The invalid ranges (b-a) warning message also enhanced.
4344      Branch: cfgperl
4345            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
4346            ! t/pragma/warn/regcomp
4347 ____________________________________________________________________________
4348 [  4373] By: gsar                                  on 1999/10/14  03:49:54
4349         Log: File::Glob fixes for Windows
4350      Branch: perl
4351            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
4352            ! win32/makefile.mk
4353 ____________________________________________________________________________
4354 [  4372] By: gsar                                  on 1999/10/14  02:21:31
4355         Log: avoid inefficiency in change#3386 (every longjmp() was followed
4356              by an avoidable call to setjmp())
4357      Branch: perl
4358            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
4359            ! proto.h scope.c scope.h
4360 ____________________________________________________________________________
4361 [  4371] By: jhi                                   on 1999/10/13  21:17:17
4362         Log: Integrate with Sarathy.
4363      Branch: cfgperl
4364           !> op.c pod/perldelta.pod
4365 ____________________________________________________________________________
4366 [  4370] By: gsar                                  on 1999/10/13  18:08:45
4367         Log: misc tweaks
4368      Branch: perl
4369            ! op.c pod/perldelta.pod
4370 ____________________________________________________________________________
4371 [  4369] By: jhi                                   on 1999/10/13  16:18:58
4372         Log: Integrate with Sarathy.
4373      Branch: cfgperl
4374           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4375 ____________________________________________________________________________
4376 [  4368] By: gsar                                  on 1999/10/13  16:14:16
4377         Log: pod nits from various perl porters
4378      Branch: perl
4379            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4380 ____________________________________________________________________________
4381 [  4367] By: jhi                                   on 1999/10/13  12:10:30
4382         Log: From: Vlad Harchev <hvv@hippo.ru>
4383              To: perl5-porters@perl.org
4384              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
4385              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
4386              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
4387      Branch: cfgperl
4388            ! pod/perlop.pod
4389 ____________________________________________________________________________
4390 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4391         Log: typos and language goofs pointed out by Hugo van der Sanden
4392              <hv@crypt.compulink.co.uk>
4393      Branch: perl
4394            ! pod/perldelta.pod pod/perldiag.pod
4395 ____________________________________________________________________________
4396 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4397         Log: Integrate with Sarathy.
4398      Branch: cfgperl
4399           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4400           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4401           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4402           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4403           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4404           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4405           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4406           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4407           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4408 ____________________________________________________________________________
4409 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4410         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4411      Branch: perl
4412            ! lib/perl5db.pl
4413 ____________________________________________________________________________
4414 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4415         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4416              To: perl5-porters@perl.org
4417              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4418              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4419              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4420      Branch: cfgperl
4421            ! hints/svr5.sh
4422 ____________________________________________________________________________
4423 [  4362] By: jhi                                   on 1999/10/13  06:57:16
4424         Log: Add DB_File hint for SCO ODT.
4425              From: hops@sco.com
4426              To: perl5-porters@perl.org
4427              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4428              Date: Tue, 12 Oct 1999 20:16:04 PDT
4429              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4430      Branch: cfgperl
4431            + ext/DB_File/hints/sco.pl
4432            ! MANIFEST
4433 ____________________________________________________________________________
4434 [  4361] By: gsar                                  on 1999/10/13  06:56:08
4435         Log: PL_numeric_radix used without being defined (from Ilya
4436              Zakharevich)
4437      Branch: perl
4438            ! util.c
4439 ____________________________________________________________________________
4440 [  4360] By: gsar                                  on 1999/10/13  06:43:03
4441         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
4442              From: hops@sco.com
4443              Date: Tue, 12 Oct 1999 20:16:04 PDT
4444              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4445              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4446      Branch: perl
4447            + ext/NDBM_File/hints/sco.pl
4448            ! MANIFEST ext/ODBM_File/hints/sco.pl
4449 ____________________________________________________________________________
4450 [  4359] By: gsar                                  on 1999/10/13  06:34:53
4451         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4452      Branch: perl
4453            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
4454            ! pod/perlport.pod
4455 ____________________________________________________________________________
4456 [  4358] By: gsar                                  on 1999/10/12  19:10:27
4457         Log: perldelta updates
4458      Branch: perl
4459            ! pod/perldelta.pod
4460 ____________________________________________________________________________
4461 [  4357] By: gsar                                  on 1999/10/12  17:11:18
4462         Log: update perldelta for change#4356
4463      Branch: perl
4464            ! Changes pod/perldelta.pod
4465 ____________________________________________________________________________
4466 [  4356] By: gsar                                  on 1999/10/12  16:53:31
4467         Log: add File::BSDGlob as File::Glob and load it at compile-time
4468              if perl was built with -DPERL_INTERNAL_GLOB
4469              
4470              TODO: we currently get a compile-time failure if File/Glob.pm
4471              can't be found; such failure needs to be made to emit a warning
4472              and use the csh implementation instead
4473      Branch: perl
4474            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
4475            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4476            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4477            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
4478            + t/lib/glob-global.t t/lib/glob-taint.t
4479            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
4480            ! t/pragma/overload.t
4481 ____________________________________________________________________________
4482 [  4355] By: jhi                                   on 1999/10/12  15:30:05
4483         Log: Revert the parts of #3926 that outlawed character ranges
4484              that have character classes such as \w as either endpoint.
4485              This change re-establishes the old behavior which meant that
4486              such ranges weren't really ranges, the "-" was literal.
4487              Moreover, this change also fixes the old behavior to be
4488              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
4489              Now they all do work as described above.  The #3926 outlawed
4490              all of those.
4491      Branch: cfgperl
4492            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
4493 ____________________________________________________________________________
4494 [  4354] By: jhi                                   on 1999/10/12  09:58:59
4495         Log: Integrate with Sarathy.
4496      Branch: cfgperl
4497           !> (integrate 33 files)
4498 ____________________________________________________________________________
4499 [  4353] By: gsar                                  on 1999/10/12  05:53:40
4500         Log: apply parts of LynxOS patches from Alan Johnson
4501              <johnson@alonn.gemse.fr>
4502      Branch: perl
4503            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
4504            ! t/op/groups.t
4505 ____________________________________________________________________________
4506 [  4352] By: gsar                                  on 1999/10/12  05:24:39
4507         Log: allow any unpack specifier to take a count via '/'
4508              (from Ilya Zakharevich)
4509      Branch: perl
4510            ! pp.c t/op/pack.t
4511 ____________________________________________________________________________
4512 [  4351] By: gsar                                  on 1999/10/12  05:02:35
4513         Log: avoid warnings
4514      Branch: perl
4515            ! malloc.c
4516 ____________________________________________________________________________
4517 [  4350] By: gsar                                  on 1999/10/12  04:50:52
4518         Log: various cleanups
4519      Branch: perl
4520            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
4521            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
4522            ! win32/config.gc win32/config.vc win32/config_H.bc
4523            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4524 ____________________________________________________________________________
4525 [  4349] By: gsar                                  on 1999/10/12  00:23:11
4526         Log: update Changes, patchlevel etc.
4527      Branch: perl
4528            ! Changes Porting/findvars patchlevel.h win32/Makefile
4529            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4530            ! win32/makefile.mk
4531 ____________________________________________________________________________
4532 [  4348] By: gsar                                  on 1999/10/11  23:11:57
4533         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
4534      Branch: perl
4535            ! pod/perlfunc.pod
4536 ____________________________________________________________________________
4537 [  4347] By: jhi                                   on 1999/10/11  21:25:03
4538         Log: Sparc Linux -Duseshrplib fix.
4539              
4540              From: Brian Jepson <bjepson@home.com>
4541              To: Nick Ing-Simmons <nick@ing-simmons.net>
4542              cc: perl5-porters@perl.org
4543              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
4544              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
4545              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
4546      Branch: cfgperl
4547            ! hints/linux.sh
4548 ____________________________________________________________________________
4549 [  4346] By: gsar                                  on 1999/10/11  20:28:32
4550         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
4551              the behavior of 'Z*' and 'Z3' to always pack a trailing
4552              null byte; changed documentation to suit; added test
4553      Branch: perl
4554            ! pod/perlfunc.pod pp.c t/op/pack.t
4555 ____________________________________________________________________________
4556 [  4345] By: gsar                                  on 1999/10/11  19:15:46
4557         Log: writing to perllocal.pod fails if it was never created;
4558              tweak pseudo-hash example (both suggested by Michael G Schwern
4559              <schwern@pobox.com>)
4560      Branch: perl
4561            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
4562 ____________________________________________________________________________
4563 [  4344] By: gsar                                  on 1999/10/11  17:57:31
4564         Log: slightly edited variant of suggested patch
4565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4566              Date: Thu, 9 Sep 1999 18:35:37 -0400
4567              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
4568              Subject: [PATCH 5.005_58] How RExen match?
4569      Branch: perl
4570            ! pod/perlre.pod
4571 ____________________________________________________________________________
4572 [  4343] By: gsar                                  on 1999/10/11  16:55:48
4573         Log: change#4327 was inefficient
4574      Branch: perl
4575            ! lib/lib.pm
4576 ____________________________________________________________________________
4577 [  4342] By: jhi                                   on 1999/10/11  07:01:46
4578         Log: Integrate with Sarathy.
4579      Branch: cfgperl
4580           +> pod/perlhack.pod
4581           !> (integrate 28 files)
4582 ____________________________________________________________________________
4583 [  4341] By: jhi                                   on 1999/10/11  06:37:47
4584         Log: The 2.5th cut at the AIX C++ extension problems.
4585      Branch: cfgperl
4586            ! hints/aix.sh
4587 ____________________________________________________________________________
4588 [  4340] By: gsar                                  on 1999/10/10  23:48:07
4589         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
4590      Branch: perl
4591            + pod/perlhack.pod
4592            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4593 ____________________________________________________________________________
4594 [  4339] By: gsar                                  on 1999/10/10  20:42:40
4595         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
4596              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
4597              void(*)(pTHX_ void*)
4598      Branch: perl
4599            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
4600            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
4601            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
4602            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
4603 ____________________________________________________________________________
4604 [  4338] By: gsar                                  on 1999/10/10  20:38:59
4605         Log: add missing new diagnostics to perldelta
4606      Branch: perl
4607            ! pod/perldelta.pod
4608 ____________________________________________________________________________
4609 [  4337] By: gsar                                  on 1999/10/10  17:40:13
4610         Log: update perldelta for change#3406
4611      Branch: perl
4612            ! embed.pl pod/perldata.pod pod/perldelta.pod
4613 ____________________________________________________________________________
4614 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4615         Log: integrate cfgperl contents into mainline
4616      Branch: perl
4617           +> ext/DynaLoader/hints/aix.pl
4618           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4619           !> makedef.pl perl.h pod/perldelta.pod
4620 ____________________________________________________________________________
4621 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4622         Log: Update perldelta.
4623      Branch: cfgperl
4624            ! pod/perldelta.pod
4625 ____________________________________________________________________________
4626 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4627         Log: Integrate with Sarathy.
4628      Branch: cfgperl
4629           +> win32/genmk95.pl
4630           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4631           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4632           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4633           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4634           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4635           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4636           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4637           !> utils/perldoc.PL win32/makefile.mk
4638 ____________________________________________________________________________
4639 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4640         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4641              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4642      Branch: perl
4643            ! installperl lib/diagnostics.pm utils/perldoc.PL
4644 ____________________________________________________________________________
4645 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4646         Log: add $VERSION
4647      Branch: perl
4648            ! lib/Exporter.pm
4649 ____________________________________________________________________________
4650 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4651         Log: describe what can go in an export list (from Anno Siegel
4652              <anno4000@lublin.zrz.tu-berlin.de>)
4653      Branch: perl
4654            ! lib/Exporter.pm
4655 ____________________________________________________________________________
4656 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4657         Log: more basic support for building modules under Windows 95/98
4658              (applied relevant parts from a patch suggested by
4659              Jochen Wiedmann <joe@ispsoft.de>)
4660      Branch: perl
4661            ! lib/ExtUtils/MM_Unix.pm
4662 ____________________________________________________________________________
4663 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4664         Log: rudimentary support for building under Windows 95/98 (from
4665              Benjamin Stuhl <sho_pi@hotmail.com>)
4666      Branch: perl
4667            + win32/genmk95.pl
4668            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4669            ! win32/makefile.mk
4670 ____________________________________________________________________________
4671 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4672         Log: fix two leaks in Thread.xs (from Eugene Alterman
4673              <Eugene.Alterman@bremer-inc.com>); convert places with
4674              'use attrs' to new attributes syntax
4675      Branch: perl
4676            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4677            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4678            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4679            ! ext/Thread/sync2.t
4680 ____________________________________________________________________________
4681 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4682         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4683              (suggested by Tod Irwin <irwin@stockmaster.com>)
4684      Branch: perl
4685            ! lib/lib.pm
4686 ____________________________________________________________________________
4687 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4688         Log: better documentation for recv() (from Anton Berezin
4689              <tobez@plab.ku.dk>)
4690      Branch: perl
4691            ! pod/perlfunc.pod
4692 ____________________________________________________________________________
4693 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4694         Log: perldelta updates (see TODO markers)
4695      Branch: perl
4696            ! Changes pod/perldelta.pod pp_sys.c
4697 ____________________________________________________________________________
4698 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4699         Log: fix Exporter::export_to_level() documentation
4700      Branch: perl
4701            ! lib/Exporter.pm
4702 ____________________________________________________________________________
4703 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4704         Log: don't run END blocks when running under -c switch (older,
4705              rarely useful behavior may still be obtained by putting
4706              BEGIN { $^C = 0; exit; } at the end of the script)
4707      Branch: perl
4708            ! perl.c
4709 ____________________________________________________________________________
4710 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4711         Log: While awaiting a good test program to detect the broken gcc.
4712              From: Thomas Conté <tom@fr.uu.net>
4713              To: <jhi@iki.fi>
4714              Cc: <perl5-porters@perl.org>
4715              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4716              Date: Wed, 6 Oct 1999 19:56:29 +0200
4717              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4718      Branch: cfgperl
4719            ! hints/irix_6.sh perl.h
4720 ____________________________________________________________________________
4721 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4722         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4723              clear entries in the CV's pad, leading to coredumps when CV had no
4724              other references to it; this is a slightly edited version of the
4725              patch suggested by Russel O'Connor <roconnor@world.std.com>
4726      Branch: perl
4727            ! cop.h pp_ctl.c pp_hot.c
4728 ____________________________________________________________________________
4729 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4730         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4731              situation (assumptions about cx invalidation are not valid
4732              anymore)
4733      Branch: perl
4734            ! cop.h pp_ctl.c pp_hot.c
4735 ____________________________________________________________________________
4736 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4737         Log: Integrate with Sarathy.
4738      Branch: cfgperl
4739           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4740           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4741           !> t/comp/bproto.t thrdvar.h toke.c util.c
4742 ____________________________________________________________________________
4743 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4744         Log: The second cut at AIX C++ extension troubles.
4745      Branch: cfgperl
4746            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4747            ! hints/aix.sh
4748 ____________________________________________________________________________
4749 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4750         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4751              statics don't get initialized right.  This patch at least
4752              doesn't seem to break the build in my AIX, but unfortunately
4753              I don't have the IBM C++ to do further testing.
4754              
4755              Problem reported by Stephanie Beals in
4756              From: bealzy@us.ibm.com
4757              To: perl5-porters@perl.org
4758              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4759              Date: Thu, 7 Oct 1999 15:05:54 -0400
4760              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4761      Branch: cfgperl
4762            + ext/DynaLoader/hints/aix.pl
4763            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4764 ____________________________________________________________________________
4765 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4766         Log: remove kludgey duplicate background error avoidance (caused
4767              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4768              only repeats of most recent error are now avoided
4769      Branch: perl
4770            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4771 ____________________________________________________________________________
4772 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4773         Log: Fix omission.
4774      Branch: cfgperl
4775            ! makedef.pl
4776 ____________________________________________________________________________
4777 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4778         Log: extend change#2299 to C<use> (fixes scoping problems in
4779              C<if (...) { use foo; ... }>)
4780      Branch: perl
4781            ! op.c
4782 ____________________________________________________________________________
4783 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4784         Log: small tweak for change#4309
4785      Branch: perl
4786            ! op.c
4787 ____________________________________________________________________________
4788 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4789         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4790              From: Larry Wall <larry@wall.org>
4791              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4792              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4793              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4794      Branch: perl
4795            ! opcode.h t/comp/bproto.t toke.c
4796 ____________________________________________________________________________
4797 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4798         Log: typo
4799      Branch: perl
4800            ! pp_sys.c
4801 ____________________________________________________________________________
4802 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4803         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4804              Brian Mitchell <brian@chele.cais.net>)
4805      Branch: perl
4806            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4807 ____________________________________________________________________________
4808 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4809         Log: change#3728 was flawed (loop contexts saw the wrong statement
4810              info, causing loop control constructs to not find the label);
4811              disable OP_SETSTATE entirely and add a fix that is specifically
4812              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4813              which was what the original patch was supposed to fix
4814              
4815              TODO: remove the remainder of the setstate logic if it can't
4816              be used anywhere else (it isn't used anywhere now)
4817      Branch: perl
4818            ! cop.h op.c perly.c perly.y
4819 ____________________________________________________________________________
4820 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4821         Log: Integrate with Sarathy.
4822      Branch: cfgperl
4823           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4824 ____________________________________________________________________________
4825 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4826         Log: update to podlators-0.08 from Russ Allbery
4827      Branch: perl
4828            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4829 ____________________________________________________________________________
4830 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4831         Log: Integrate with Sarathy.
4832      Branch: cfgperl
4833           !> (integrate 45 files)
4834 ____________________________________________________________________________
4835 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4836         Log: some versions of mingw32 have __int64, define iff it isn't
4837      Branch: perl
4838            ! win32/win32.h
4839 ____________________________________________________________________________
4840 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4841         Log: fix typos in change#4288
4842      Branch: perl
4843            ! Changes dump.c sv.c
4844 ____________________________________________________________________________
4845 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4846         Log: integrate cfgperl contents into mainline
4847      Branch: perl
4848           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4849            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4850           !> (integrate 31 files)
4851 ____________________________________________________________________________
4852 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4853         Log: make die/warn and other diagnostics go to wherever STDERR happens
4854              to point at; change places that meant Perl_debug_log rather than
4855              PerlIO_stderr()
4856      Branch: perl
4857            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4858            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4859            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4860            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4861            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4862            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4863            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4864            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4865            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4866            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4867            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4868 ____________________________________________________________________________
4869 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4870         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4871              To: François Désarménien <desar@club-internet.fr>
4872              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4873              Subject: Re: Strange RE engine breakage in 5_61
4874              Date: Mon, 4 Oct 1999 19:58:03 -0400
4875              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4876              
4877              (had to apply pat.t part manually because there
4878              already were more tests than there was in _61)
4879      Branch: cfgperl
4880            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4881 ____________________________________________________________________________
4882 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4883         Log: From: Andy Dougherty <doughera@lafayette.edu>
4884              To: Jarkko Hietaniemi <jhi@iki.fi>
4885              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4886              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4887              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4888              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
4889      Branch: cfgperl
4890            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4891            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4892            ! MANIFEST ext/B/defsubs_h.PL
4893 ____________________________________________________________________________
4894 [  4299] By: jhi                                   on 1999/10/04  07:15:16
4895         Log: From: Michael G Schwern <schwern@pobox.com>
4896              To: perl5-porters@perl.org
4897              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4898              Date: Sun, 3 Oct 1999 17:34:17 -0400
4899              Message-ID: <19991003173417.A4351@blackrider>
4900      Branch: cfgperl
4901            ! t/lib/fields.t t/pragma/constant.t
4902 ____________________________________________________________________________
4903 [  4298] By: gsar                                  on 1999/10/04  04:57:53
4904         Log: some compatibility macros were busted
4905      Branch: perl
4906            ! embed.h embed.pl toke.c
4907 ____________________________________________________________________________
4908 [  4297] By: jhi                                   on 1999/10/03  17:50:59
4909         Log: A better version of #4296.
4910              
4911              From: Michael G Schwern <schwern@pobox.com>
4912              To: perl5-porters@perl.org
4913              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
4914              Date: Sun, 3 Oct 1999 13:54:23 -0400
4915              Message-ID: <19991003135423.A3050@blackrider>
4916      Branch: cfgperl
4917            ! av.c op.c pod/perldiag.pod
4918 ____________________________________________________________________________
4919 [  4296] By: jhi                                   on 1999/10/03  17:21:01
4920         Log: (Replaced by #4297.)
4921              
4922              From: Michael G Schwern <schwern@pobox.com>
4923              To: perl5-porters@perl.org
4924              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
4925              Date: Sun, 3 Oct 1999 13:16:47 -0400
4926              Message-ID: <19991003131647.A2816@blackrider>
4927              
4928              plus changed the error message to say "No such pseudo-hash field"
4929              as discussed in the above mail message.
4930      Branch: cfgperl
4931            ! av.c pod/perldiag.pod
4932 ____________________________________________________________________________
4933 [  4295] By: gsar                                  on 1999/10/03  16:09:36
4934         Log: avoid doing irrelevant things on 'make perl'
4935      Branch: perl
4936            ! Makefile.SH
4937 ____________________________________________________________________________
4938 [  4294] By: jhi                                   on 1999/10/03  14:16:24
4939         Log: Fix a typo in #4293 spotted by Graham Barr.
4940      Branch: cfgperl
4941            ! pod/perlref.pod
4942 ____________________________________________________________________________
4943 [  4293] By: jhi                                   on 1999/10/03  11:31:22
4944         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
4945              To: perl5-porters@perl.org
4946              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
4947              Date: Sun, 3 Oct 1999 02:34:01 -0400
4948              Message-ID: <19991003023401.A1520@blackrider>
4949      Branch: cfgperl
4950            ! pod/perlfunc.pod pod/perlref.pod
4951 ____________________________________________________________________________
4952 [  4292] By: jhi                                   on 1999/10/03  09:23:16
4953         Log: From: Barrie Slaymaker <barries@slaysys.com>
4954              To: perl5-porters@perl.org
4955              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
4956              Date: Sun, 3 Oct 1999 00:09:51 -0400
4957              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
4958      Branch: cfgperl
4959            ! lib/Benchmark.pm
4960 ____________________________________________________________________________
4961 [  4291] By: jhi                                   on 1999/10/02  23:43:53
4962         Log: Be understanding about large file systems.
4963      Branch: cfgperl
4964            ! t/lib/syslfs.t t/op/lfs.t
4965 ____________________________________________________________________________
4966 [  4290] By: jhi                                   on 1999/10/02  23:39:16
4967         Log: Configure fixfest continues.
4968      Branch: cfgperl
4969            ! Configure config_h.SH
4970      Branch: metaconfig
4971            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4972            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4973            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
4974            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4975      Branch: metaconfig/U/perl
4976            ! i_inttypes.U io64.U
4977 ____________________________________________________________________________
4978 [  4289] By: jhi                                   on 1999/10/02  23:12:54
4979         Log: Regen Porting stuff.
4980      Branch: cfgperl
4981            ! Porting/Glossary Porting/config.sh Porting/config_H
4982 ____________________________________________________________________________
4983 [  4288] By: jhi                                   on 1999/10/02  23:05:50
4984         Log: Untangle the IV_IS_QUAD jungle by introduding
4985              macros to be used when doing formatted printing:
4986              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
4987      Branch: cfgperl
4988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4989            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
4990            ! regcomp.c sv.c taint.c toke.c util.c
4991 ____________________________________________________________________________
4992 [  4287] By: jhi                                   on 1999/10/02  22:54:18
4993         Log: metaconfig maintenance.
4994      Branch: metaconfig
4995            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
4996            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
4997            ! U/typedefs/uidsize.U
4998 ____________________________________________________________________________
4999 [  4286] By: nick                                  on 1999/10/02  11:11:44
5000         Log: Incremental merge of mainline
5001      Branch: utfperl
5002           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5003           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5004           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5005           +> t/pod/podselect.t t/pod/podselect.xr
5006            - lib/Pod/PlainText.pm
5007           !> (integrate 148 files)
5008 ____________________________________________________________________________
5009 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5010         Log: Battle namespace pollution.
5011      Branch: cfgperl
5012            ! lib/Benchmark.pm
5013 ____________________________________________________________________________
5014 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5015         Log: Regen Configure, all of xs_apiversion didn't take.
5016      Branch: cfgperl
5017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5018            ! config_h.SH patchlevel.h
5019 ____________________________________________________________________________
5020 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5021         Log: Integrate with Sarathy.
5022      Branch: cfgperl
5023           +> lib/Pod/Man.pm t/pod/multiline_items.t
5024           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5025           +> t/pod/podselect.t t/pod/podselect.xr
5026            - lib/Pod/PlainText.pm
5027           !> (integrate 50 files)
5028 ____________________________________________________________________________
5029 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5030         Log: update pod2man, pod2text and related Pod:: modules with the
5031              ones in podlators-0.07 from Russ Allbery
5032      Branch: perl
5033            + lib/Pod/Man.pm
5034            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5035            ! pod/pod2man.PL pod/pod2text.PL
5036 ____________________________________________________________________________
5037 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5038         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5039      Branch: perl
5040            - lib/Pod/PlainText.pm
5041            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5042            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5043            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5044            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5045            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5046            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5047            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5048 ____________________________________________________________________________
5049 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5050         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5051      Branch: perl
5052            + t/pod/multiline_items.t t/pod/multiline_items.xr
5053            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5054            + t/pod/podselect.xr
5055            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5056            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5057            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5058            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5059            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5060            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5061            ! t/pod/testp2pt.pl
5062 ____________________________________________________________________________
5063 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5064         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
5065              by Michael G Schwern <schwern@pobox.com>)
5066      Branch: perl
5067            ! av.c t/op/avhv.t
5068 ____________________________________________________________________________
5069 [  4278] By: gsar                                  on 1999/10/02  02:36:55
5070         Log: deprecate C<use attrs>
5071      Branch: perl
5072            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
5073            ! t/lib/thread.t t/pragma/sub_lval.t
5074 ____________________________________________________________________________
5075 [  4277] By: gsar                                  on 1999/10/02  01:43:25
5076         Log: add notes about effect of loop control statements inside
5077              LABEL BLOCK continue BLOCK
5078      Branch: perl
5079            ! pod/perlfunc.pod
5080 ____________________________________________________________________________
5081 [  4276] By: gsar                                  on 1999/10/02  01:23:02
5082         Log: indent nested =items properly (suggested by Bill Fenner
5083              <fenner@research.att.com>)
5084      Branch: perl
5085            ! pod/pod2man.PL
5086 ____________________________________________________________________________
5087 [  4275] By: gsar                                  on 1999/10/02  01:09:16
5088         Log: updated ptags generator from Ilya Zakharevich
5089      Branch: perl
5090            ! emacs/ptags
5091 ____________________________________________________________________________
5092 [  4274] By: gsar                                  on 1999/10/01  23:08:52
5093         Log: update Changes
5094      Branch: perl
5095            ! Changes
5096 ____________________________________________________________________________
5097 [  4273] By: gsar                                  on 1999/10/01  22:58:55
5098         Log: typo, whitespace adjustments
5099      Branch: perl
5100            ! utils/h2xs.PL
5101 ____________________________________________________________________________
5102 [  4272] By: gsar                                  on 1999/10/01  22:46:06
5103         Log: remove dup hunks
5104      Branch: perl
5105            ! configure.com vms/vms.c
5106 ____________________________________________________________________________
5107 [  4271] By: gsar                                  on 1999/10/01  22:33:02
5108         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
5109              by declaring new globals "our" (XXX this means h2xs generated code
5110              won't run on earlier versions; a switch to generate compatible
5111              source is needed)
5112      Branch: perl
5113           !> (integrate 35 files)
5114 ____________________________________________________________________________
5115 [  4270] By: jhi                                   on 1999/10/01  12:05:56
5116         Log: Integrate with Sarathy.
5117      Branch: cfgperl
5118           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5119           !> pod/perldiag.pod util.c
5120 ____________________________________________________________________________
5121 [  4269] By: jhi                                   on 1999/10/01  10:26:19
5122         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
5123              To: perl5-porters@perl.org
5124              Subject: [ID 19991001.001] perlguts man page error
5125              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
5126              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
5127      Branch: cfgperl
5128            ! pod/perlguts.pod
5129 ____________________________________________________________________________
5130 [  4268] By: jhi                                   on 1999/10/01  07:32:33
5131         Log: There *is* a month called October.
5132      Branch: cfgperl
5133            ! t/op/time.t
5134 ____________________________________________________________________________
5135 [  4267] By: jhi                                   on 1999/10/01  06:58:10
5136         Log: Temp file cleanliness.
5137      Branch: cfgperl
5138            ! t/lib/filecopy.t
5139 ____________________________________________________________________________
5140 [  4266] By: jhi                                   on 1999/10/01  06:46:56
5141         Log: From: Barrie Slaymaker <barries@slaysys.com>
5142              To: perl5-porters@perl.org
5143              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
5144              Date: Thu, 30 Sep 1999 22:16:26 -0400
5145              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
5146      Branch: cfgperl
5147            ! lib/Benchmark.pm
5148 ____________________________________________________________________________
5149 [  4265] By: jhi                                   on 1999/09/30  20:25:35
5150         Log: From: Barrie Slaymaker <barries@slaysys.com>
5151              To: perl5-porters@perl.org
5152              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
5153              Date: Thu, 30 Sep 1999 15:44:00 -0400
5154              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
5155              (Replaces #4175.)
5156      Branch: cfgperl
5157            ! lib/Benchmark.pm
5158 ____________________________________________________________________________
5159 [  4264] By: gsar                                  on 1999/09/30  17:59:26
5160         Log: re-add missing "Out of memory!" entry
5161      Branch: perl
5162            ! pod/perldiag.pod
5163 ____________________________________________________________________________
5164 [  4263] By: jhi                                   on 1999/09/30  17:05:43
5165         Log: Regenerate Configure.
5166      Branch: cfgperl
5167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5168            ! config_h.SH
5169 ____________________________________________________________________________
5170 [  4261] By: jhi                                   on 1999/09/30  16:15:05
5171         Log: From: Andy Dougherty <doughera@lafayette.edu>
5172              To: Perl Porters <perl5-porters@perl.org>
5173              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
5174              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
5175              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
5176      Branch: cfgperl
5177            ! pod/perldelta.pod
5178 ____________________________________________________________________________
5179 [  4260] By: jhi                                   on 1999/09/30  15:48:56
5180         Log: From: Andy Dougherty <doughera@lafayette.edu>
5181              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
5182              Subject: Re: Possible skeletal structure for searching multiple versions
5183              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
5184              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
5185      Branch: metaconfig
5186            ! U/mkglossary
5187      Branch: metaconfig/U/perl
5188            + xs_apiversion.U
5189            ! patchlevel.U
5190 ____________________________________________________________________________
5191 [  4259] By: jhi                                   on 1999/09/30  15:07:16
5192         Log: Further ?idsize.U fixing.
5193      Branch: metaconfig
5194            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5195 ____________________________________________________________________________
5196 [  4258] By: jhi                                   on 1999/09/30  15:00:14
5197         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
5198      Branch: metaconfig
5199            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5200            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5201 ____________________________________________________________________________
5202 [  4257] By: jhi                                   on 1999/09/30  09:48:33
5203         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5204              To: Gurusamy Sarathy <gsar@ActiveState.com>
5205              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
5206              The Perl Porters Mailing List <perl5-porters@perl.org>
5207              Subject: [PATCH] (Was: deprecating SIGDIE)
5208              Date: Wed, 29 Sep 1999 15:16:50 -0400
5209              Message-ID: <19990929151650.E26675@O2.chapin.edu>
5210      Branch: cfgperl
5211            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
5212 ____________________________________________________________________________
5213 [  4256] By: jhi                                   on 1999/09/30  09:45:22
5214         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5215              To: Gurusamy Sarathy <gsar@activestate.com>
5216              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
5217              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
5218              Date: Wed, 29 Sep 1999 18:58:23 -0400
5219              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
5220      Branch: cfgperl
5221            ! Makefile.SH opcode.pl
5222 ____________________________________________________________________________
5223 [  4255] By: gsar                                  on 1999/09/30  09:03:48
5224         Log: remove prehistoric XFree() gunk
5225      Branch: perl
5226            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5227 ____________________________________________________________________________
5228 [  4254] By: gsar                                  on 1999/09/30  08:40:14
5229         Log: From: Vishal Bhatia <vishal@gol.com>
5230              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
5231              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
5232              Subject: [patch _61] Minor corrections in C.pm
5233      Branch: perl
5234            ! ext/B/B/C.pm
5235 ____________________________________________________________________________
5236 [  4253] By: gsar                                  on 1999/09/30  08:36:27
5237         Log: off-by-one in fbm_compile() (spotted by John Bley
5238              <jbley@cs.cmu.edu>); whitespace adjustments
5239      Branch: perl
5240            ! util.c
5241 ____________________________________________________________________________
5242 [  4251] By: jhi                                   on 1999/09/30  08:09:13
5243         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5244              To: perl5-porters@perl.org (Mailing list Perl5)
5245              Subject: [PATCH 5.00561+]  Followup h2xs patch
5246              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
5247              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
5248      Branch: cfgperl
5249            ! utils/h2xs.PL
5250 ____________________________________________________________________________
5251 [  4250] By: jhi                                   on 1999/09/29  19:11:32
5252         Log: Integrate with Sarathy.
5253      Branch: cfgperl
5254           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
5255           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
5256           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
5257 ____________________________________________________________________________
5258 [  4249] By: bailey                                on 1999/09/29  02:21:31
5259         Log: resync with mainline
5260      Branch: vmsperl
5261           +> (branch 32 files)
5262            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5263            - lib/unicode/blocks.txt lib/unicode/index2.txt
5264            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5265            - lib/unicode/props2.txt lib/unicode/readme.txt
5266            - t/lib/bigfloatpm.t
5267           !> (integrate 240 files)
5268 ____________________________________________________________________________
5269 [  4248] By: jhi                                   on 1999/09/28  18:14:39
5270         Log: From: Andy Dougherty <doughera@lafayette.edu>
5271              To: Perl Porters <perl5-porters@perl.org>
5272              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
5273              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
5274              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
5275              
5276              From: Andy Dougherty <doughera@lafayette.edu>
5277              To: Perl Porters <perl5-porters@perl.org>
5278              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
5279              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
5280              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
5281      Branch: cfgperl
5282            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
5283            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
5284            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
5285            ! hints/next_4.sh
5286 ____________________________________________________________________________
5287 [  4247] By: gsar                                  on 1999/09/28  17:36:59
5288         Log: revert change#4115 (breaks libwww's base/date.t); could be 
5289              reworked to enable it conditional on $Time::Local::nocroak
5290              or some such
5291      Branch: perl
5292            ! lib/Time/Local.pm
5293 ____________________________________________________________________________
5294 [  4246] By: gsar                                  on 1999/09/28  17:33:14
5295         Log: tweak for win32 build
5296      Branch: perl
5297            ! win32/Makefile win32/makefile.mk
5298 ____________________________________________________________________________
5299 [  4245] By: gsar                                  on 1999/09/28  17:31:34
5300         Log: change#4236 fallout
5301      Branch: perl
5302            ! lib/ExtUtils/MM_Unix.pm
5303 ____________________________________________________________________________
5304 [  4244] By: gsar                                  on 1999/09/28  17:29:31
5305         Log: remove doubled new_xpv
5306      Branch: perl
5307            ! embed.h embed.pl proto.h
5308 ____________________________________________________________________________
5309 [  4243] By: jhi                                   on 1999/09/27  19:13:20
5310         Log: Artistic fine-tuning.
5311      Branch: cfgperl
5312            ! ext/B/defsubs_h.PL
5313 ____________________________________________________________________________
5314 [  4242] By: gsar                                  on 1999/09/27  17:05:22
5315         Log: avoid implicit split to @_ in change#4181; binary -> text file
5316              types in p4
5317      Branch: perl
5318            ! djgpp/configure.bat lib/Exporter/Heavy.pm
5319            ! t/pragma/locale/latin1
5320 ____________________________________________________________________________
5321 [  4241] By: jhi                                   on 1999/09/27  07:48:19
5322         Log: Integrate with Sarathy.
5323      Branch: cfgperl
5324           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
5325           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
5326 ____________________________________________________________________________
5327 [  4240] By: jhi                                   on 1999/09/27  07:47:11
5328         Log: Finalize change #4232.
5329              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5330              To: Jarkko Hietaniemi <jhi@iki.fi>
5331              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
5332              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
5333              Date: Sun, 26 Sep 1999 16:52:31 -0400
5334              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
5335      Branch: cfgperl
5336            ! lib/ExtUtils/xsubpp
5337 ____________________________________________________________________________
5338 [  4239] By: gsar                                  on 1999/09/27  02:48:42
5339         Log: add notes in INSTALL about Configure -Accflags=-DFOO
5340      Branch: perl
5341            ! INSTALL
5342 ____________________________________________________________________________
5343 [  4238] By: gsar                                  on 1999/09/27  02:03:48
5344         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
5345              it automatically
5346      Branch: perl
5347            ! embed.h embed.pl
5348 ____________________________________________________________________________
5349 [  4237] By: gsar                                  on 1999/09/27  01:52:47
5350         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5351              Date: Fri, 24 Sep 1999 23:25:36 -0400
5352              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
5353              Subject: [PATCH 5.005_61] Malloc fixes and docs
5354      Branch: perl
5355            ! malloc.c pod/perldiag.pod
5356 ____________________________________________________________________________
5357 [  4236] By: gsar                                  on 1999/09/27  01:31:32
5358         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
5359              <vkonovalov@lucent.com>)
5360      Branch: perl
5361            ! win32/Makefile win32/makefile.mk
5362 ____________________________________________________________________________
5363 [  4235] By: gsar                                  on 1999/09/26  17:02:03
5364         Log: fix buggy popping of subroutine contexts in the lvalue
5365              subroutines implementation (change#4081); correct the
5366              plethora of cases where DIE() was more appropriate than
5367              croak()
5368      Branch: perl
5369            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
5370 ____________________________________________________________________________
5371 [  4234] By: jhi                                   on 1999/09/26  12:06:28
5372         Log: Fix #endif.
5373      Branch: cfgperl
5374            ! XSUB.h
5375 ____________________________________________________________________________
5376 [  4233] By: jhi                                   on 1999/09/26  11:59:18
5377         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
5378              I kept my (Ilya's) version.
5379      Branch: cfgperl
5380           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
5381           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5382           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5383           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5384           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5385           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5386 ____________________________________________________________________________
5387 [  4232] By: jhi                                   on 1999/09/26  09:53:43
5388         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5389              To: Mailing list Perl5 <perl5-porters@perl.org>
5390              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5391              Date: Sun, 26 Sep 1999 01:36:09 -0400
5392              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5393              
5394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5395              To: Mailing list Perl5 <perl5-porters@perl.org>
5396              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5397              Date: Sun, 26 Sep 1999 03:00:50 -0400
5398              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5399      Branch: cfgperl
5400            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5401 ____________________________________________________________________________
5402 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5403         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5404              To: perl5-porters@perl.org
5405              Subject: misprint in perlguts
5406              Date: Sun, 26 Sep 1999 12:48:36 +0400
5407              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5408      Branch: cfgperl
5409            ! pod/perlguts.pod
5410 ____________________________________________________________________________
5411 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5412         Log: add $installarchlib/CORE to default linker search path on windows
5413      Branch: perl
5414            ! win32/Makefile win32/makefile.mk
5415 ____________________________________________________________________________
5416 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5417         Log: support C<use Shell> on Windows (reworked a patch suggested
5418              by Jenda Krynicky <Jenda@McCann.cz>)
5419      Branch: perl
5420            ! lib/Shell.pm
5421 ____________________________________________________________________________
5422 [  4228] By: gsar                                  on 1999/09/25  07:03:34
5423         Log: integrate cfgperl contents into mainline
5424      Branch: perl
5425           +> hints/svr5.sh
5426           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
5427           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5428           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
5429           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
5430 ____________________________________________________________________________
5431 [  4227] By: gsar                                  on 1999/09/25  06:44:47
5432         Log: From: Larry Wall <larry@wall.org>
5433              Date: Fri, 24 Sep 1999 21:59:37 PDT
5434              Message-Id: <199909250459.VAA27506@kiev.wall.org>
5435              Subject: Re: [PATCH 5.005_61] "our" declarations
5436      Branch: perl
5437            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
5438            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5439            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5440            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5441            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5442            ! utils/h2xs.PL
5443 ____________________________________________________________________________
5444 [  4226] By: jhi                                   on 1999/09/24  23:10:52
5445         Log: Integrate with Sarathy.
5446      Branch: cfgperl
5447           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5448           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
5449           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
5450 ____________________________________________________________________________
5451 [  4225] By: gsar                                  on 1999/09/24  18:19:54
5452         Log: avoid infinite recursive exec()s of perl.exe when shebang
5453              contains "Perl" rather than "perl" on DOSISH platforms
5454      Branch: perl
5455            ! toke.c
5456 ____________________________________________________________________________
5457 [  4224] By: gsar                                  on 1999/09/24  16:09:23
5458         Log: support cygwin and other platforms that link to import libraries
5459              rather than directly with shared libraries (from a suggestion
5460              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
5461      Branch: perl
5462            ! utils/perlcc.PL
5463 ____________________________________________________________________________
5464 [  4223] By: gsar                                  on 1999/09/24  05:05:06
5465         Log: normalize time for strftime() (without the isdst effects of
5466              mktime()) using a custom mini_mktime()
5467              From: spider-perl@Orb.Nashua.NH.US
5468              Date: Thu, 23 Sep 1999 17:54:53 -0400
5469              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
5470              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
5471      Branch: perl
5472            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5473            ! ext/POSIX/hints/linux.pl t/lib/posix.t
5474 ____________________________________________________________________________
5475 [  4222] By: gsar                                  on 1999/09/23  06:44:42
5476         Log: change "#" to a comment starter in pack templates; "/" now
5477              used for specifying counted types
5478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5479              Date: Wed, 22 Sep 1999 19:41:30 -0400
5480              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
5481              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
5482      Branch: perl
5483            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
5484 ____________________________________________________________________________
5485 [  4221] By: gsar                                  on 1999/09/23  06:26:54
5486         Log: From: Vishal Bhatia <vishal@gol.com>
5487              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
5488              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
5489              Subject: [patch _61] perlcc changes
5490      Branch: perl
5491            ! utils/perlcc.PL
5492 ____________________________________________________________________________
5493 [  4220] By: gsar                                  on 1999/09/23  01:12:24
5494         Log: add include guard
5495      Branch: perl
5496            ! XSUB.h
5497 ____________________________________________________________________________
5498 [  4219] By: jhi                                   on 1999/09/22  20:38:15
5499         Log: Cleanup cleanup.
5500      Branch: cfgperl
5501            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
5502 ____________________________________________________________________________
5503 [  4218] By: jhi                                   on 1999/09/22  19:26:58
5504         Log: Tweak the equivalence tables once again.
5505      Branch: cfgperl
5506            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5507            ! lib/unicode/mktables.PL
5508 ____________________________________________________________________________
5509 [  4215] By: jhi                                   on 1999/09/22  06:47:03
5510         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5511              To: Mailing list Perl5 <perl5-porters@perl.org>
5512              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
5513              Date: Tue, 21 Sep 1999 19:50:00 -0400
5514              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
5515              
5516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5517              To: Mailing list Perl5 <perl5-porters@perl.org>
5518              Subject: [PATCH 5.005_61] More verbose -Mre=debug
5519              Date: Tue, 21 Sep 1999 22:29:55 -0400
5520              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
5521      Branch: cfgperl
5522            ! regcomp.c regexec.c
5523 ____________________________________________________________________________
5524 [  4214] By: jhi                                   on 1999/09/21  21:08:43
5525         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
5526              Reply-To: gerberb@zenez.com
5527              To: perl5-porters@perl.org
5528              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
5529              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
5530              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
5531              
5532              (Snipped away the last lines of svr5.sh a la change #3725)
5533      Branch: cfgperl
5534            + hints/svr5.sh
5535            ! Configure MANIFEST config_h.SH hints/sco.sh
5536      Branch: metaconfig
5537            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5538 ____________________________________________________________________________
5539 [  4213] By: jhi                                   on 1999/09/21  20:48:01
5540         Log: From: Kragen Sitaker <kragen@dnaco.net>
5541              To: perl5-porters@perl.org
5542              Subject: [ID 19990921.013] accidental list context in perlfaq9
5543              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
5544              Reply-To: kragen@pobox.com
5545              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
5546      Branch: cfgperl
5547            ! pod/perlfaq9.pod
5548 ____________________________________________________________________________
5549 [  4212] By: jhi                                   on 1999/09/20  19:55:42
5550         Log: Integrate with Sarathy.
5551      Branch: cfgperl
5552           +> README.Y2K
5553           !> Changes MANIFEST
5554 ____________________________________________________________________________
5555 [  4211] By: jhi                                   on 1999/09/20  19:44:44
5556         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
5557      Branch: cfgperl
5558            ! Configure config_h.SH pod/perldelta.pod
5559      Branch: metaconfig/U/perl
5560            ! use64bits.U uselfs.U uselongdbl.U
5561 ____________________________________________________________________________
5562 [  4210] By: jhi                                   on 1999/09/20  19:38:26
5563         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
5564      Branch: cfgperl
5565            ! Configure config_h.SH
5566      Branch: metaconfig
5567            ! U/modified/Options.U
5568 ____________________________________________________________________________
5569 [  4209] By: gsar                                  on 1999/09/20  19:35:39
5570         Log: integrate cfgperl changes into mainline
5571      Branch: perl
5572           +> lib/unicode/Unicode.html
5573            ! Changes
5574           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5575           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
5576 ____________________________________________________________________________
5577 [  4208] By: gsar                                  on 1999/09/20  18:28:44
5578         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
5579      Branch: perl
5580            + README.Y2K
5581            ! MANIFEST
5582 ____________________________________________________________________________
5583 [  4207] By: jhi                                   on 1999/09/20  11:06:13
5584         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
5585      Branch: cfgperl
5586            ! pod/perldelta.pod
5587 ____________________________________________________________________________
5588 [  4206] By: jhi                                   on 1999/09/20  09:53:15
5589         Log: Do not test for gccish things in non-gccish platforms.
5590      Branch: cfgperl
5591            ! Configure config_h.SH
5592      Branch: metaconfig
5593            ! U/compline/ccflags.U
5594 ____________________________________________________________________________
5595 [  4205] By: jhi                                   on 1999/09/20  09:41:22
5596         Log: Prompt for uselfs.
5597      Branch: cfgperl
5598            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5599            ! config_h.SH
5600      Branch: metaconfig
5601            ! U/mksample
5602      Branch: metaconfig/U/perl
5603            ! use64bits.U uselfs.U
5604 ____________________________________________________________________________
5605 [  4204] By: jhi                                   on 1999/09/20  09:09:29
5606         Log: Add usemorebits and uselfs.
5607      Branch: cfgperl
5608            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5609            ! config_h.SH doio.c perl.h
5610      Branch: metaconfig/U/perl
5611            + uselfs.U usemorebits.U
5612            ! use64bits.U uselongdbl.U
5613 ____________________________________________________________________________
5614 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5615         Log: Dethinko.
5616      Branch: cfgperl
5617            ! pod/perlfunc.pod
5618 ____________________________________________________________________________
5619 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5620         Log: Fix a bug in the description of endianness.  Reported in
5621              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5622              To: perl5-porters@perl.org
5623              Subject: BUG: perldoc -f pack
5624              Date: Mon, 20 Sep 1999 09:43:49 +0400
5625              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5626      Branch: cfgperl
5627            ! pod/perlfunc.pod
5628 ____________________________________________________________________________
5629 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5630         Log: Integrate with Sarathy.
5631      Branch: cfgperl
5632           +> t/op/args.t
5633           !> (integrate 31 files)
5634 ____________________________________________________________________________
5635 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5636         Log: From: Russ Allbery <rra@stanford.edu>
5637              Date: 19 Aug 1999 04:35:44 -0700
5638              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5639              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5640      Branch: perl
5641            ! lib/File/Find.pm
5642 ____________________________________________________________________________
5643 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5644         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5645      Branch: perl
5646            ! ext/B/B/Terse.pm
5647 ____________________________________________________________________________
5648 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5649         Log: add arenas for managing allocations of remaining xpv*v structures
5650              From: Vishal Bhatia <vishal@gol.com>
5651              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5652              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5653              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5654      Branch: perl
5655            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5656            ! proto.h sv.c
5657 ____________________________________________________________________________
5658 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5659         Log: queue errors due to strictures rather than printing them as
5660              warnings; symbols that violate strictures do *not* end up in
5661              the symbol table anyway, making multiple evals of the same piece
5662              of code produce the same errors; errors indicate all locations
5663              of a global symbol rather than just the first one; these
5664              changes make compile-time failures within evals reliably
5665              visible via the return value or contents of $@, and trappable
5666              using __DIE__ hooks
5667      Branch: perl
5668            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5669            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5670            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5671            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5672 ____________________________________________________________________________
5673 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5674         Log: control change#1914 via hints (causes problems on some platforms)
5675      Branch: perl
5676            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5677            ! ext/POSIX/hints/linux.pl
5678 ____________________________________________________________________________
5679 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5680         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5681              in passing around references to @_, eg C<sub foo { \@_ }>; add
5682              tests for the same
5683      Branch: perl
5684            + t/op/args.t
5685            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5686 ____________________________________________________________________________
5687 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5688         Log: Integrate with Sarathy.
5689      Branch: cfgperl
5690           !> opcode.h opcode.pl
5691 ____________________________________________________________________________
5692 [  4193] By: nick                                  on 1999/09/18  15:24:56
5693         Log: Re-integrate mainline
5694              Basic SvUTF8 stuff in headers, no functional changes yet.
5695      Branch: utfperl
5696            + lib/byte.pm lib/byte_heavy.pl
5697           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5698           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5699           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5700           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5701           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5702           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5703           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5704           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5705           +> lib/unicode/Names.txt lib/unicode/Props.txt
5706           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5707           +> t/lib/bigfltpm.t
5708            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5709            - lib/unicode/blocks.txt lib/unicode/index2.txt
5710            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5711            - lib/unicode/props2.txt lib/unicode/readme.txt
5712            - t/lib/bigfloatpm.t
5713            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5714            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5715            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5716            ! warnings.h
5717           !> (integrate 142 files)
5718 ____________________________________________________________________________
5719 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5720         Log: more op description tweaks
5721      Branch: perl
5722            ! opcode.h opcode.pl
5723 ____________________________________________________________________________
5724 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5725         Log: Integrate with Sarathy.
5726      Branch: cfgperl
5727           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5728           !> t/pragma/warn/op
5729 ____________________________________________________________________________
5730 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5731         Log: Add description of the Unicode database files.
5732      Branch: cfgperl
5733            + lib/unicode/Unicode.html
5734 ____________________________________________________________________________
5735 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5736         Log: tweak some op names in change#4177 (will any of this break code that
5737              gropes $@ ?)
5738      Branch: perl
5739            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5740            ! t/pragma/warn/op
5741 ____________________________________________________________________________
5742 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5743         Log: Pick up the typo fix.
5744      Branch: cfgperl
5745           !> t/io/open.t
5746 ____________________________________________________________________________
5747 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5748         Log: fix typo
5749      Branch: perl
5750            ! t/io/open.t
5751 ____________________________________________________________________________
5752 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5753         Log: integrate cfgperl change
5754      Branch: perl
5755           !> vms/subconfigure.com
5756 ____________________________________________________________________________
5757 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5758         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5759      Branch: cfgperl
5760            ! vms/subconfigure.com
5761 ____________________________________________________________________________
5762 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5763         Log: integrate cfgperl contents into mainline
5764      Branch: perl
5765           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5766           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5767           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5768           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5769           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5770           +> lib/unicode/SpecCase.txt
5771            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5772            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5773            - lib/unicode/names2.txt lib/unicode/props2.txt
5774            - lib/unicode/readme.txt
5775           !> (integrate 73 files)
5776 ____________________________________________________________________________
5777 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5778         Log: Integrate with Sarathy.
5779      Branch: cfgperl
5780           !> configure.com ext/ByteLoader/byterun.h
5781           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5782           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5783           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5784           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5785 ____________________________________________________________________________
5786 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5787         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5788              vmsperl contents have prevailed)
5789      Branch: perl
5790           !> configure.com ext/ByteLoader/byterun.h
5791           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5792           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5793           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5794           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5795 ____________________________________________________________________________
5796 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5797         Log: From: Michael G Schwern <schwern@pobox.com>
5798              To: perl5-porters@perl.org
5799              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5800              Date: Thu, 19 Aug 1999 21:30:01 -0400
5801              Message-ID: <19990819213001.A22512@athens.aocn.com>
5802      Branch: cfgperl
5803            ! lib/Exporter/Heavy.pm
5804 ____________________________________________________________________________
5805 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5806         Log: perlhist additions
5807      Branch: perl
5808            ! pod/perlhist.pod
5809 ____________________________________________________________________________
5810 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5811         Log: The change #4176 should've undone only the test, not the code patch.
5812      Branch: cfgperl
5813            ! doio.c
5814 ____________________________________________________________________________
5815 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5816         Log: From: Ian Phillipps <ian@dial.pipex.com>
5817              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5818              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5819              Date: Sat, 21 Aug 1999 12:36:12 +0100
5820              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5821      Branch: cfgperl
5822            ! pod/perlsyn.pod
5823 ____________________________________________________________________________
5824 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5825         Log: More descriptive names for operators.
5826              
5827              From: Michael G Schwern <schwern@pobox.com>
5828              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5829              Cc: perl5-porters@perl.org
5830              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5831              Date: Tue, 17 Aug 1999 18:35:45 -0400
5832              Message-ID: <19990817183545.A23073@toldyouso.com>
5833              
5834              From: Michael G Schwern <schwern@pobox.com>
5835              To: perl5-porters@perl.org
5836              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5837              Date: Wed, 18 Aug 1999 03:53:38 -0400
5838              Message-ID: <19990818035337.A31505@athens.aocn.com>
5839      Branch: cfgperl
5840            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5841            ! t/pragma/warn/op t/pragma/warn/sv
5842 ____________________________________________________________________________
5843 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5844         Log: Take away the infamous io/dup.t #7.
5845              It seems there simply is no way to portably
5846              "flush" an input file handle.
5847      Branch: cfgperl
5848            ! doio.c t/io/dup.t
5849 ____________________________________________________________________________
5850 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5851         Log: From: Barrie Slaymaker <barries@slaysys.com>
5852              To: perl5-porters@perl.org
5853              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5854              Date: Fri, 17 Sep 1999 11:16:48 -0400
5855              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5856      Branch: cfgperl
5857            ! lib/Benchmark.pm
5858 ____________________________________________________________________________
5859 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5860         Log: UNICOS does support large files but doesn't support sparse files
5861              so we cannot easily test for large file support.
5862      Branch: cfgperl
5863            ! t/lib/syslfs.t t/op/lfs.t
5864 ____________________________________________________________________________
5865 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5866         Log: UNICOS has sloppy division/modulo for floating point numbers.
5867      Branch: cfgperl
5868            ! t/op/arith.t
5869 ____________________________________________________________________________
5870 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5871         Log: Portable blocksize (replaces #4171).
5872      Branch: cfgperl
5873            ! t/lib/syslfs.t t/op/lfs.t
5874 ____________________________________________________________________________
5875 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5876         Log: (replaced by #4172)
5877      Branch: cfgperl
5878            ! t/lib/syslfs.t t/op/lfs.t
5879 ____________________________________________________________________________
5880 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5881         Log: Detypo #4169.
5882      Branch: cfgperl
5883            ! t/lib/syslfs.t t/op/lfs.t
5884 ____________________________________________________________________________
5885 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5886         Log: Diagnose possible quota limits.
5887      Branch: cfgperl
5888            ! t/lib/syslfs.t t/op/lfs.t
5889 ____________________________________________________________________________
5890 [  4168] By: jhi                                   on 1999/09/17  12:10:43
5891         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
5892              doesn't have one that wouldn't cause SIGSYS.  UNICOS
5893              does have getpgrp(void) so Perl getpgrp() is happy.
5894      Branch: cfgperl
5895            ! hints/unicos.sh
5896 ____________________________________________________________________________
5897 [  4167] By: jhi                                   on 1999/09/17  11:49:30
5898         Log: Filesystem quotas may stop you from using large files.
5899      Branch: cfgperl
5900            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
5901 ____________________________________________________________________________
5902 [  4166] By: jhi                                   on 1999/09/17  11:36:01
5903         Log: Too strict pattern for parsing group lists.
5904      Branch: cfgperl
5905            ! t/op/groups.t
5906 ____________________________________________________________________________
5907 [  4165] By: jhi                                   on 1999/09/17  09:06:18
5908         Log: Configure maintenance. It's sigaction.sa_flags
5909              and the Glossary regen'ed.
5910      Branch: cfgperl
5911            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5912            ! config_h.SH
5913      Branch: metaconfig
5914            ! U/compline/d_sigaction.U
5915 ____________________________________________________________________________
5916 [  4164] By: jhi                                   on 1999/09/15  06:57:51
5917         Log: Integrate with Sarathy.
5918      Branch: cfgperl
5919           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5920           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5921           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5922           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
5923           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
5924           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
5925           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
5926           !> jpl/PerlInterpreter/Makefile.PL
5927           !> jpl/PerlInterpreter/PerlInterpreter.c
5928           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5929           !> jpl/Sample/Makefile.PL jpl/install-jpl
5930           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
5931           !> t/op/pat.t
5932 ____________________________________________________________________________
5933 [  4163] By: gsar                                  on 1999/09/15  05:17:27
5934         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
5935      Branch: perl
5936            ! lib/File/Spec/Functions.pm
5937 ____________________________________________________________________________
5938 [  4162] By: gsar                                  on 1999/09/15  05:09:14
5939         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
5940      Branch: perl
5941            ! Changes embed.h embed.pl
5942 ____________________________________________________________________________
5943 [  4161] By: gsar                                  on 1999/09/15  04:08:25
5944         Log: missing perlhist dates from Jeff Okamoto
5945      Branch: perl
5946            ! pod/perlhist.pod
5947 ____________________________________________________________________________
5948 [  4160] By: gsar                                  on 1999/09/15  03:13:08
5949         Log: jpl tweak
5950      Branch: perl
5951            ! MANIFEST jpl/JNI/Makefile.PL
5952 ____________________________________________________________________________
5953 [  4159] By: gsar                                  on 1999/09/15  02:57:08
5954         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
5955              Jepson <bjepson@home.com>)
5956      Branch: perl
5957            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5958            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5959            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5960            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
5961            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5962            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
5963            ! jpl/PerlInterpreter/Makefile.PL
5964            ! jpl/PerlInterpreter/PerlInterpreter.c
5965            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5966            ! jpl/Sample/Makefile.PL jpl/install-jpl
5967 ____________________________________________________________________________
5968 [  4158] By: gsar                                  on 1999/09/15  01:27:14
5969         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5970              Date:    Tue, 14 Sep 1999 21:26:15 EDT
5971              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
5972              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
5973      Branch: perl
5974            ! regexec.c t/op/pat.t
5975 ____________________________________________________________________________
5976 [  4157] By: jhi                                   on 1999/09/14  21:18:09
5977         Log: config.h will define USE_64_BITS if need be.
5978      Branch: cfgperl
5979            ! hints/irix_6.sh
5980 ____________________________________________________________________________
5981 [  4156] By: jhi                                   on 1999/09/14  20:30:00
5982         Log: Change #4149 necessitates also a small code change.
5983      Branch: cfgperl
5984            ! ext/B/defsubs_h.PL
5985 ____________________________________________________________________________
5986 [  4155] By: jhi                                   on 1999/09/14  20:15:53
5987         Log: Update EPOC libdir names.
5988      Branch: cfgperl
5989            ! epoc/config.h
5990 ____________________________________________________________________________
5991 [  4154] By: jhi                                   on 1999/09/14  20:13:41
5992         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
5993              deceased HAS.*DBM.*64 mumblings.
5994      Branch: cfgperl
5995            ! Configure config_h.SH epoc/config.h
5996 ____________________________________________________________________________
5997 [  4153] By: jhi                                   on 1999/09/14  20:04:53
5998         Log: Configure nits.
5999      Branch: cfgperl
6000            ! Configure config_h.SH
6001      Branch: metaconfig
6002            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6003 ____________________________________________________________________________
6004 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6005         Log: Integrate with Sarathy.
6006      Branch: cfgperl
6007           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6008            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6009           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6010           !> win32/config_sh.PL
6011 ____________________________________________________________________________
6012 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6013         Log: Update Unicode database and recompute the tables.
6014              Rename the .txt files to be more Unicode 3.0-like.
6015              Unihan-3.0.txt not included because it is 16 MB.
6016              syllables.txt is manually maintained.
6017              See ReadMe.txt for description of the .txt files.
6018              (not all of them are used yet)
6019      Branch: cfgperl
6020            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6021            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6022            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6023            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6024            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6025            + lib/unicode/SpecCase.txt
6026            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6027            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6028            - lib/unicode/names2.txt lib/unicode/props2.txt
6029            - lib/unicode/readme.txt
6030            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6031            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6032            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6033            ! lib/unicode/Decomposition.pl
6034            ! lib/unicode/In/ArabicPresentationForms-B.pl
6035            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6036            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6037            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6038            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6039            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6040            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6041            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6042            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6043            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6044            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6045            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6046            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6047            ! lib/unicode/mktables.PL
6048 ____________________________________________________________________________
6049 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6050         Log: INSTALL tweak
6051      Branch: perl
6052            ! INSTALL
6053 ____________________________________________________________________________
6054 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6055         Log: change some filenames to be 8.3-friendly
6056      Branch: perl
6057           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6058            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6059            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6060 ____________________________________________________________________________
6061 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6062         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6063      Branch: perl
6064            ! win32/config_sh.PL
6065 ____________________________________________________________________________
6066 [  4147] By: jhi                                   on 1999/09/14  08:07:49
6067         Log: Not that UVSIZE normally differs that much from IVSIZE...
6068      Branch: cfgperl
6069            ! perl.h
6070 ____________________________________________________________________________
6071 [  4146] By: jhi                                   on 1999/09/14  08:04:40
6072         Log: Integrate with Sarathy.
6073      Branch: cfgperl
6074           !> Changes ext/DB_File/DB_File.xs
6075 ____________________________________________________________________________
6076 [  4145] By: jhi                                   on 1999/09/14  07:10:02
6077         Log: I_PTHREAD was PTHREADEAD.
6078      Branch: cfgperl
6079            ! Configure config_h.SH
6080      Branch: metaconfig
6081            ! U/threads/i_pthread.U
6082 ____________________________________________________________________________
6083 [  4144] By: gsar                                  on 1999/09/14  06:46:47
6084         Log: change#4113 was missing DB_File.xs changes
6085      Branch: perl
6086            ! ext/DB_File/DB_File.xs
6087 ____________________________________________________________________________
6088 [  4143] By: jhi                                   on 1999/09/13  20:16:20
6089         Log: Small doc and whitespace edits.
6090      Branch: cfgperl
6091            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6092            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6093            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6094            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6095            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6096            ! pod/perldelta.pod
6097 ____________________________________________________________________________
6098 [  4142] By: gsar                                  on 1999/09/13  19:32:31
6099         Log: integrate cfgperl contents into mainline, update Changes
6100      Branch: perl
6101           +> ext/DB_File/version.c
6102            ! Changes
6103           !> (integrate 44 files)
6104 ____________________________________________________________________________
6105 [  4141] By: jhi                                   on 1999/09/13  16:16:56
6106         Log: Scan for <pthread.h> always.
6107      Branch: cfgperl
6108            ! Configure config_h.SH perl.h
6109      Branch: metaconfig
6110            ! U/threads/i_pthread.U
6111 ____________________________________________________________________________
6112 [  4140] By: jhi                                   on 1999/09/13  16:00:08
6113         Log: Integrate with Sarathy.
6114      Branch: cfgperl
6115           !> (integrate 27 files)
6116 ____________________________________________________________________________
6117 [  4139] By: jhi                                   on 1999/09/13  15:35:18
6118         Log: Add -A option to Configure to diddle with variables
6119              after the hints file has been applied.
6120      Branch: cfgperl
6121            ! Configure config_h.SH
6122      Branch: metaconfig
6123            ! U/modified/Oldconfig.U U/modified/Options.U
6124 ____________________________________________________________________________
6125 [  4138] By: jhi                                   on 1999/09/13  13:42:56
6126         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
6127      Branch: cfgperl
6128            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6129            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6130            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6131            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6132            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6133 ____________________________________________________________________________
6134 [  4137] By: jhi                                   on 1999/09/13  13:25:31
6135         Log: Applying change #4136 manually introduced patch residue.
6136      Branch: cfgperl
6137            ! perl.h
6138 ____________________________________________________________________________
6139 [  4136] By: jhi                                   on 1999/09/13  13:23:04
6140         Log: Replace change #4100 with
6141              From: Robin Barker <rmb1@cise.npl.co.uk>
6142              To: gsar@activestate.com
6143              Cc: perl5-porters@perl.org
6144              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
6145              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
6146              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
6147      Branch: cfgperl
6148            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6149            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6150            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6151            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6152            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6153 ____________________________________________________________________________
6154 [  4135] By: jhi                                   on 1999/09/13  10:22:31
6155         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6156              To: perl5-porters@perl.org (Mailing list Perl5)
6157              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6158              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
6159              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
6160              
6161              From: andreas.koenig@anima.de (Andreas J. Koenig)
6162              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6163              Cc: perl5-porters@perl.org (Mailing list Perl5)
6164              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6165              Date: 11 Sep 1999 15:36:26 +0200
6166              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
6167      Branch: cfgperl
6168            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6169 ____________________________________________________________________________
6170 [  4134] By: jhi                                   on 1999/09/13  10:20:14
6171         Log: From: Tom Phoenix <rootbeer@redcat.com>
6172              To: Perl Porters Mailing List <perl5-porters@perl.org>
6173              Subject: [DOCPATCH] Server errors and perldiag
6174              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
6175              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
6176      Branch: cfgperl
6177            ! pod/perldiag.pod
6178 ____________________________________________________________________________
6179 [  4133] By: gsar                                  on 1999/09/13  03:25:43
6180         Log: avoid assertion failure on C<@a'>
6181      Branch: perl
6182            ! toke.c
6183 ____________________________________________________________________________
6184 [  4132] By: gsar                                  on 1999/09/13  03:03:57
6185         Log: add -DPERL_Y2KWARN build option that will generate additional
6186              warnings on "19$yy" etc (reworked a patch suggested by
6187              Ulrich Pfeifer <upf@de.uu.net>)
6188      Branch: perl
6189            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
6190            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
6191 ____________________________________________________________________________
6192 [  4131] By: gsar                                  on 1999/09/12  22:06:25
6193         Log: fix DATA leaks; reword documentation about the DATA filehandle
6194      Branch: perl
6195            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
6196 ____________________________________________________________________________
6197 [  4130] By: gsar                                  on 1999/09/12  20:08:56
6198         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
6199              formatted result looks nonstandard
6200      Branch: perl
6201            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
6202            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6203            ! t/pragma/locale.t thrdvar.h
6204 ____________________________________________________________________________
6205 [  4129] By: gsar                                  on 1999/09/12  17:04:11
6206         Log: From: Doug MacEachern <dougm@cp.net>
6207              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
6208              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
6209              Subject: [PATCH 5.005_57] B::clearsym
6210      Branch: perl
6211            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
6212 ____________________________________________________________________________
6213 [  4128] By: gsar                                  on 1999/09/12  16:59:12
6214         Log: better debugger help output (from Ilya Zakharevich)
6215      Branch: perl
6216            ! lib/perl5db.pl
6217 ____________________________________________________________________________
6218 [  4127] By: jhi                                   on 1999/09/11  20:50:37
6219         Log: Integrate with Sarathy.
6220      Branch: cfgperl
6221           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
6222           +> t/lib/gol-linkage.t
6223           !> (integrate 43 files)
6224 ____________________________________________________________________________
6225 [  4126] By: nick                                  on 1999/09/10  20:44:22
6226         Log: Get resolve -at mainline
6227      Branch: utfperl
6228           +> (branch 297 files)
6229            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
6230            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6231            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
6232            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
6233            - t/pragma/warn-1global t/pragma/warning.t thread.sym
6234            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
6235            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6236            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
6237            - win32/makeperldef.pl win32/perlhost.h
6238           !> (integrate 847 files)
6239 ____________________________________________________________________________
6240 [  4125] By: gsar                                  on 1999/09/10  19:22:14
6241         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
6242              etc.)
6243      Branch: perl
6244            ! XSUB.h pp.h
6245 ____________________________________________________________________________
6246 [  4124] By: gsar                                  on 1999/09/10  19:14:35
6247         Log: rewrote substantive parts of patch
6248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6249              Date: Fri, 27 Aug 1999 19:02:18 -0400
6250              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
6251              Subject: [PATCH 5.005_58] REx documentation
6252      Branch: perl
6253            ! pod/perlre.pod
6254 ____________________________________________________________________________
6255 [  4123] By: gsar                                  on 1999/09/10  18:21:53
6256         Log: note about AVf_*
6257      Branch: perl
6258            ! av.h
6259 ____________________________________________________________________________
6260 [  4122] By: gsar                                  on 1999/09/10  17:55:42
6261         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
6262              <lichtin@bivio.com>)
6263      Branch: perl
6264            ! lib/Pod/Html.pm
6265 ____________________________________________________________________________
6266 [  4121] By: gsar                                  on 1999/09/10  17:49:35
6267         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
6268      Branch: perl
6269            ! AUTHORS Changes README.dos djgpp/config.over
6270            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
6271            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
6272            ! pod/podselect.PL sv.h t/io/openpid.t util.c
6273 ____________________________________________________________________________
6274 [  4120] By: gsar                                  on 1999/09/10  12:25:01
6275         Log: add perlcompile.pod (edited content from Nathan Torkington
6276              <gnat@frii.com> and others)
6277      Branch: perl
6278            + pod/perlcompile.pod
6279            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
6280 ____________________________________________________________________________
6281 [  4119] By: gsar                                  on 1999/09/10  11:05:13
6282         Log: avoid leaking static local_patches unless patchlevel.h is
6283              explicitly included
6284      Branch: perl
6285            ! patchlevel.h perl.c
6286 ____________________________________________________________________________
6287 [  4118] By: gsar                                  on 1999/09/10  10:44:54
6288         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
6289              <jvromans@squirrel.nl>)
6290      Branch: perl
6291            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6292            ! Changes MANIFEST lib/Getopt/Long.pm
6293 ____________________________________________________________________________
6294 [  4116] By: jhi                                   on 1999/09/09  15:56:52
6295         Log: perldeltify change #4115.
6296      Branch: cfgperl
6297            ! pod/perldelta.pod
6298 ____________________________________________________________________________
6299 [  4115] By: jhi                                   on 1999/09/09  15:48:56
6300         Log: From: "John L. Allen" <allen@grumman.com> 
6301              To: perl5-porters@perl.org 
6302              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
6303              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
6304              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
6305      Branch: cfgperl
6306            ! lib/Time/Local.pm
6307 ____________________________________________________________________________
6308 [  4114] By: jhi                                   on 1999/09/09  15:42:30
6309         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6310              To: perl5-porters@perl.org
6311              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
6312              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
6313              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
6314      Branch: cfgperl
6315            ! pp_sys.c
6316 ____________________________________________________________________________
6317 [  4113] By: jhi                                   on 1999/09/09  10:17:45
6318         Log: From: paul.marquess@bt.com
6319              To: gsar@ActiveState.com
6320              Cc: perl5-porters@perl.org
6321              Subject: [PATCH 5.005_61] DB_File 1.71
6322              Date: Thu, 9 Sep 1999 11:20:13 +0100
6323              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
6324      Branch: cfgperl
6325            + ext/DB_File/version.c
6326            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6327            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
6328            ! t/lib/db-btree.t
6329 ____________________________________________________________________________
6330 [  4112] By: jhi                                   on 1999/09/09  09:05:32
6331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6332              To: perl5-porters@perl.org (Mailing list Perl5)
6333              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
6334              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
6335              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
6336      Branch: cfgperl
6337            ! regexec.c t/op/pat.t
6338 ____________________________________________________________________________
6339 [  4110] By: jhi                                   on 1999/09/09  07:29:17
6340         Log: Tidy up 64-bit situation in perldelta.
6341      Branch: cfgperl
6342            ! pod/perldelta.pod
6343 ____________________________________________________________________________
6344 [  4109] By: jhi                                   on 1999/09/09  07:26:53
6345         Log: Clear up PL_regcc issues.
6346              
6347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6348              To: perl5-porters@perl.org (Mailing list Perl5)
6349              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
6350              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
6351              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
6352      Branch: cfgperl
6353            ! regexec.c
6354 ____________________________________________________________________________
6355 [  4108] By: gsar                                  on 1999/09/08  20:52:51
6356         Log: avoid ass_u_ming uppercase types are not user objects (spotted
6357              by Kurt Starsinic)
6358      Branch: perl
6359            ! ext/Data/Dumper/Dumper.pm
6360 ____________________________________________________________________________
6361 [  4107] By: gsar                                  on 1999/09/08  20:35:18
6362         Log: From: akim@epita.fr (DEMAILLE Akim)
6363              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
6364              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
6365              Subject: [ID 19990908.014] s2p does not quote @
6366      Branch: perl
6367            ! x2p/s2p.PL
6368 ____________________________________________________________________________
6369 [  4106] By: gsar                                  on 1999/09/08  20:25:12
6370         Log: integrate cfgperl contents into mainline
6371      Branch: perl
6372           !> (integrate 30 files)
6373 ____________________________________________________________________________
6374 [  4105] By: jhi                                   on 1999/09/08  09:02:37
6375         Log: Minor touches at the [:class:] description.
6376      Branch: cfgperl
6377            ! pod/perlre.pod
6378 ____________________________________________________________________________
6379 [  4104] By: jhi                                   on 1999/09/08  08:57:58
6380         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6381              To: Mailing list Perl5 <perl5-porters@perl.org>
6382              Subject: [PATCH 5.005_58] Fix debugging output for REx
6383              Date: Wed, 8 Sep 1999 05:02:02 -0400
6384              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
6385      Branch: cfgperl
6386            ! regcomp.c
6387 ____________________________________________________________________________
6388 [  4103] By: gsar                                  on 1999/09/08  00:53:50
6389         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6390      Branch: perl
6391            ! pp.c
6392 ____________________________________________________________________________
6393 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6394         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6395      Branch: perl
6396            ! cop.h pp_hot.c
6397 ____________________________________________________________________________
6398 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6399         Log: various fixups for windows
6400      Branch: perl
6401            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6402            ! win32/Makefile win32/makefile.mk xsutils.c
6403 ____________________________________________________________________________
6404 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6405         Log: Fix pointer casts.
6406              
6407              From: Robin Barker <rmb1@cise.npl.co.uk>
6408              To: perl5-porters@perl.org
6409              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6410              -Duse64bits
6411              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6412              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6413      Branch: cfgperl
6414            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6415            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6416            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6417            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6418            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6419 ____________________________________________________________________________
6420 [  4099] By: jhi                                   on 1999/09/07  10:29:04
6421         Log: Add sig/pid/uid size and sign probes.
6422      Branch: metaconfig
6423            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6424            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6425 ____________________________________________________________________________
6426 [  4098] By: jhi                                   on 1999/09/07  10:27:06
6427         Log: Band-aid until we've got %{Uid_t} or something similar
6428              for sv_catpvfn().
6429      Branch: cfgperl
6430            ! taint.c
6431 ____________________________________________________________________________
6432 [  4097] By: jhi                                   on 1999/09/07  09:41:23
6433         Log: Fix a printf thinko: now quads must have the ll L q prefix.
6434              (in other words, a bare %d is an int/unsigned)
6435      Branch: cfgperl
6436            ! pp_sys.c sv.c t/op/64bit.t
6437 ____________________________________________________________________________
6438 [  4096] By: jhi                                   on 1999/09/07  07:36:17
6439         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
6440              
6441              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6442              To: perl5-porters@perl.org
6443              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
6444              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
6445              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
6446      Branch: cfgperl
6447            ! hints/hpux.sh perl.h
6448 ____________________________________________________________________________
6449 [  4095] By: gsar                                  on 1999/09/06  20:47:02
6450         Log: applied suggested patch with suitable test to detect MSVC
6451              From: "Vishal Bhatia" <vishalb@my-deja.com>
6452              Date: Wed, 11 Aug 1999 01:43:28 -0700
6453              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
6454              Subject: compiler on  win32
6455      Branch: perl
6456            ! ext/B/B/C.pm
6457 ____________________________________________________________________________
6458 [  4094] By: jhi                                   on 1999/09/06  20:34:44
6459         Log: Integrate with Sarathy.
6460      Branch: cfgperl
6461           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6462           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
6463 ____________________________________________________________________________
6464 [  4093] By: jhi                                   on 1999/09/06  20:33:43
6465         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
6466              so that they overflow also on 64-bit platforms.
6467      Branch: cfgperl
6468            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
6469 ____________________________________________________________________________
6470 [  4092] By: gsar                                  on 1999/09/06  20:16:58
6471         Log: support bytecode and C backends in perlcc (patch suggested
6472              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
6473              C backend the default; describe new switches in pod; introduce
6474              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
6475              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
6476              entries
6477      Branch: perl
6478            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6479            ! t/harness utils/Makefile utils/perlcc.PL
6480 ____________________________________________________________________________
6481 [  4091] By: jhi                                   on 1999/09/06  19:10:41
6482         Log: Integrate with Sarathy.
6483      Branch: cfgperl
6484           +> t/pragma/sub_lval.t
6485           !> (integrate 52 files)
6486 ____________________________________________________________________________
6487 [  4090] By: gsar                                  on 1999/09/06  19:09:06
6488         Log: propagate changed error text
6489      Branch: perl
6490            ! t/pragma/sub_lval.t
6491 ____________________________________________________________________________
6492 [  4089] By: gsar                                  on 1999/09/06  18:54:43
6493         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
6494      Branch: perl
6495            ! pod/perlfunc.pod
6496 ____________________________________________________________________________
6497 [  4088] By: gsar                                  on 1999/09/06  18:52:10
6498         Log: From: paul.marquess@bt.com
6499              Date: Sun, 5 Sep 1999 15:11:08 +0100 
6500              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
6501              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
6502      Branch: perl
6503            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
6504            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6505            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
6506            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
6507            ! toke.c
6508 ____________________________________________________________________________
6509 [  4087] By: gsar                                  on 1999/09/06  18:06:06
6510         Log: change#3612 is buggy when quotemeta argument matches target
6511              (hope this is the last of the optimized-OP_SASSIGN bugs)
6512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6513              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
6514              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
6515              Subject: Re: [BUG: quotemeta]
6516      Branch: perl
6517            ! Changes op.c t/op/lex_assign.t
6518 ____________________________________________________________________________
6519 [  4086] By: gsar                                  on 1999/09/06  17:57:52
6520         Log: misc tweaks
6521      Branch: perl
6522            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
6523 ____________________________________________________________________________
6524 [  4085] By: gsar                                  on 1999/09/06  03:54:23
6525         Log: applied patch suggested by Hans Mulder to fix problems on
6526              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
6527              when they ask for bincompat (platforms that used to default
6528              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
6529              (appears unsalvageable on some platforms)
6530      Branch: perl
6531            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
6532 ____________________________________________________________________________
6533 [  4084] By: bailey                                on 1999/09/06  02:39:11
6534         Log: Integrate mainline 5.05_61
6535      Branch: vmsperl
6536           +> (branch 32 files)
6537            - lib/unicode/EthiopicSyllables.txt
6538            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
6539            - warning.pl
6540            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6541            ! vms/perly_h.vms vms/vms.c
6542           !> (integrate 346 files)
6543 ____________________________________________________________________________
6544 [  4083] By: gsar                                  on 1999/09/06  00:10:40
6545         Log: optional warning on join(/foo/...) (reworked suggested patch
6546              by Mark-Jason Dominus <mjd@plover.com>)
6547      Branch: perl
6548            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
6549            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
6550            ! pp_proto.h t/pragma/warn/op
6551 ____________________________________________________________________________
6552 [  4082] By: gsar                                  on 1999/09/05  22:28:57
6553         Log: fix data loss when more than one block is read from SDBM
6554              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
6555      Branch: perl
6556            ! ext/SDBM_File/sdbm/sdbm.c
6557 ____________________________________________________________________________
6558 [  4081] By: gsar                                  on 1999/09/05  22:07:18
6559         Log: initial implementation of lvalue subroutines (slightly fixed
6560              version of patch suggested by Ilya Zakharevich, which in turn
6561              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
6562      Branch: perl
6563            + t/pragma/sub_lval.t
6564            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
6565            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
6566            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
6567            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
6568            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
6569 ____________________________________________________________________________
6570 [  4080] By: jhi                                   on 1999/09/05  22:02:18
6571         Log: Undo #4055 (related to #4079).
6572      Branch: cfgperl
6573            ! pod/perlop.pod
6574 ____________________________________________________________________________
6575 [  4079] By: jhi                                   on 1999/09/05  21:30:54
6576         Log: Time is not yet ripe.
6577      Branch: cfgperl
6578            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
6579 ____________________________________________________________________________
6580 [  4078] By: gsar                                  on 1999/09/05  18:17:32
6581         Log: modified suggested patch to handle cross-refs and qr// objects
6582              correctly; unfollowed refs are represented as simple string
6583              value, not just the bare type; $VERSION stays the same until
6584              it is ready for prime time (avoids CPAN confustication)
6585              From:    John Nolan <jpnolan@Op.Net>
6586              Date:    Wed, 04 Aug 1999 20:21:10 EDT
6587              Message-Id: <199908050021.UAA09693@monet.op.net>
6588              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
6589      Branch: perl
6590            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6591            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
6592 ____________________________________________________________________________
6593 [  4077] By: jhi                                   on 1999/09/04  21:54:42
6594         Log: timesum() wasn't @EXPORTed as promised by the documentation.
6595              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
6596      Branch: cfgperl
6597            ! lib/Benchmark.pm
6598 ____________________________________________________________________________
6599 [  4076] By: gsar                                  on 1999/09/04  20:21:59
6600         Log: integrate cfgperl contents into mainline
6601      Branch: perl
6602           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
6603           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
6604           +> warnings.h warnings.pl xsutils.c
6605            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6606           !> (integrate 109 files)
6607 ____________________________________________________________________________
6608 [  4075] By: jhi                                   on 1999/09/04  18:04:47
6609         Log: use integer on the problematic subtest.
6610      Branch: cfgperl
6611            ! t/op/misc.t
6612 ____________________________________________________________________________
6613 [  4074] By: jhi                                   on 1999/09/04  17:57:40
6614         Log: Warn about numconvert.t in case somebody
6615              wants to make sv_2pv more 64-bit aware.
6616      Branch: cfgperl
6617            ! sv.c
6618 ____________________________________________________________________________
6619 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6620         Log: Comment upgrading: the quad situation isn't quite as
6621              bad as it used to be.
6622      Branch: cfgperl
6623            ! perl.h
6624 ____________________________________________________________________________
6625 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6626         Log: Integrate with Sarathy.
6627      Branch: cfgperl
6628           !> win32/win32.c
6629 ____________________________________________________________________________
6630 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6631         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6632              
6633              From: Robin Barker <rmb1@cise.npl.co.uk>
6634              To: perl5-porters@perl.org
6635              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6636              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6637              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6638              
6639              and later (in private email) found to be dependent
6640              on useperlio.
6641              
6642              Mental note: the cpp magic done in perlsdio.h (and assumedly
6643              also in perlsfio.h) may cause trouble later with lfs because
6644              both the perlio scheme by Perl and the lfs support by vendors
6645              like to play cpp games to map the stdio namespace back and forth.
6646              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6647              just the beginning.
6648      Branch: cfgperl
6649            ! perlio.c
6650 ____________________________________________________________________________
6651 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6652         Log: Enable 64-bit clean bit ops.
6653              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6654      Branch: cfgperl
6655            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6656            ! t/op/misc.t
6657 ____________________________________________________________________________
6658 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6659         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6660      Branch: cfgperl
6661            ! perl.h
6662 ____________________________________________________________________________
6663 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6664         Log: Fix from Spider for the sub attributes (there was an undocumented
6665              dependency between force_word() and skipspace()).
6666      Branch: cfgperl
6667            ! toke.c
6668 ____________________________________________________________________________
6669 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6670         Log: From: John Tobey <spam@john-edwin-tobey.org>
6671              To: ilya@math.ohio-state.edu
6672              CC: perl5-porters@perl.org
6673              Subject: Re: [PATCH 5.005_60] distclean forgot two
6674              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6675              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6676      Branch: cfgperl
6677            ! t/lib/dprof.t
6678 ____________________________________________________________________________
6679 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6680         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6681              To: perl5-porters@perl.org
6682              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6683              Date: Fri, 20 Aug 1999 15:37:27 +0100
6684              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6685      Branch: cfgperl
6686            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6687            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6688            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6689 ____________________________________________________________________________
6690 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6691         Log: From: Dominic Dunlop <domo@vo.lu>
6692              To: perl5-porters@perl.org
6693              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6694              (UNINSTALLED) [PATCH]
6695              Date: Thu, 19 Aug 1999 09:48:03 +0200
6696              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6697              
6698              The PERL_POLLUTE_MALLOC part had to be manually applied.
6699      Branch: cfgperl
6700            ! hints/machten.sh perl.h
6701 ____________________________________________________________________________
6702 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6703         Log: From: Martin Lichtin <lichtin@bivio.com>
6704              To: jhi@iki.fi
6705              CC: perl5-porters@perl.org
6706              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6707              Date: Wed, 01 Sep 1999 15:50:04 +0200
6708              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6709      Branch: cfgperl
6710            ! lib/ExtUtils/Install.pm
6711 ____________________________________________________________________________
6712 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6713         Log: Enhance lfs tests: check every seek and sysseek
6714              and test also that -e and -f detect largefiles.
6715      Branch: cfgperl
6716            ! t/lib/syslfs.t t/op/lfs.t
6717 ____________________________________________________________________________
6718 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6719         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6720              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6721              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6722              The Perl Porters Mailing List <perl5-porters@perl.org>
6723              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6724              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6725              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6726      Branch: cfgperl
6727            ! pod/perldiag.pod
6728 ____________________________________________________________________________
6729 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6730         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6731              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6732              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6733              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6734              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6735              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6736      Branch: cfgperl
6737            ! op.c t/op/join.t
6738 ____________________________________________________________________________
6739 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6740         Log: IV_DIG and NV_DIG fixes.
6741      Branch: cfgperl
6742            ! perl.h
6743 ____________________________________________________________________________
6744 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6745         Log: \C{} -> \N{} residue.
6746      Branch: cfgperl
6747            ! toke.c
6748 ____________________________________________________________________________
6749 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6750         Log: avoid hiding child process window
6751      Branch: perl
6752            ! win32/win32.c
6753 ____________________________________________________________________________
6754 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6755         Log: Document the undefinedness of overshifting.
6756      Branch: cfgperl
6757            ! pod/perlop.pod
6758 ____________________________________________________________________________
6759 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6760         Log: History fixes and updates.
6761      Branch: cfgperl
6762            ! pod/perlhist.pod
6763 ____________________________________________________________________________
6764 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6765         Log: Shell quoting thinko broke installdirs.
6766              From: JVromans@Squirrel.nl (Johan Vromans)
6767              To: perl5-porters@perl.org
6768              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6769              installprefix
6770              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6771              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6772      Branch: cfgperl
6773            ! Configure config_h.SH
6774      Branch: metaconfig
6775            ! U/installdirs/archlib.U U/installdirs/bin.U
6776            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6777            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6778            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6779            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6780            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6781            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6782            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6783            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6784            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6785            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6786            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6787            ! U/installdirs/vendorscriptdir.U
6788 ____________________________________________________________________________
6789 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6790         Log: Use \N{named characters} instead of \C.
6791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6792              To: jhi@iki.fi
6793              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6794              perl5-porters@perl.org (Mailing list Perl5)
6795              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6796              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6797              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6798      Branch: cfgperl
6799            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6800            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6801 ____________________________________________________________________________
6802 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6803         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6804              To: perl5-porters@perl.org
6805              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6806              don't mix
6807              Date: Sun, 29 Aug 1999 19:04:53 -0400
6808              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6809      Branch: cfgperl
6810            ! universal.c
6811 ____________________________________________________________________________
6812 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6813         Log: Conditionally socksify the LIBS of Socket.
6814      Branch: cfgperl
6815            ! ext/Socket/Makefile.PL
6816 ____________________________________________________________________________
6817 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6818         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6819              To: Mailing list Perl5 <perl5-porters@perl.org>
6820              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6821              Date: Wed, 25 Aug 1999 16:19:58 -0400
6822              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6823      Branch: cfgperl
6824            ! lib/perl5db.pl
6825 ____________________________________________________________________________
6826 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6827         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6828              To: perl5-porters@perl.org
6829              Subject: [PATCH _61] Lost arguments to simplified sort
6830              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6831              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6832      Branch: cfgperl
6833            ! op.c t/op/sort.t
6834 ____________________________________________________________________________
6835 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6836         Log: From: Olaf Flebbe <olaf@science-computing.de>
6837              Sender: owner-perl5-porters@perl.org
6838              To: perl5-porters@perl.org
6839              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6840              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6841      Branch: cfgperl
6842            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6843            ! epoc/perl.mmp epoc/perl.pkg
6844 ____________________________________________________________________________
6845 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6846         Log: From: pvhp@forte.com (Peter Prymmer)
6847              To: perl5-porters@perl.org
6848              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6849              Date: Fri, 27 Aug 99 18:51:04 PDT
6850              Message-Id: <9908280151.AA05010@forte.com>
6851      Branch: cfgperl
6852            ! t/lib/cgi-html.t
6853 ____________________________________________________________________________
6854 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6855         Log: Fix scalar gmtime (and localtime) in quad environments,
6856              bug reported by Robin Parker.
6857              
6858              From: Robin Barker <rmb1@cise.npl.co.uk>
6859              To: jhi@iki.fi
6860              Cc: perl5-porters@perl.org
6861              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6862              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6863              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6864      Branch: cfgperl
6865            ! pp_sys.c t/op/time.t
6866 ____________________________________________________________________________
6867 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6868         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6869              To: perl5-porters@perl.org (Mailing list Perl5)
6870              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6871              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6872              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6873              
6874              Addendum: it's "only" 33% speedup.
6875      Branch: cfgperl
6876            ! dump.c op.c op.h pp.h
6877 ____________________________________________________________________________
6878 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6879         Log: From: spider-perl@Orb.Nashua.NH.US
6880              To: Mailing list Perl5 <perl5-porters@perl.org>
6881              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6882              Date: Sun, 29 Aug 1999 03:02:11 -0400
6883              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6884      Branch: cfgperl
6885            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6886            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6887            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6888            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6889            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
6890            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
6891            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
6892 ____________________________________________________________________________
6893 [  4042] By: jhi                                   on 1999/08/29  11:08:50
6894         Log: Turn off gcc-2.95's strict-alias optimization.
6895              This, of course, should be only temporary.
6896              From Andy Dougherty.
6897      Branch: cfgperl
6898            ! Configure config_h.SH
6899      Branch: metaconfig
6900            ! U/compline/ccflags.U U/modified/cc.U
6901 ____________________________________________________________________________
6902 [  4041] By: jhi                                   on 1999/08/29  10:47:30
6903         Log: Fix a typo in #4036.
6904      Branch: cfgperl
6905            ! mg.c
6906 ____________________________________________________________________________
6907 [  4040] By: jhi                                   on 1999/08/29  10:34:58
6908         Log: Add a missing #endif forgotten by #4035.
6909      Branch: cfgperl
6910            ! doop.c
6911 ____________________________________________________________________________
6912 [  4039] By: jhi                                   on 1999/08/29  10:31:19
6913         Log: Remove an extra #endif introduced by #4036.
6914      Branch: cfgperl
6915            ! perl.h
6916 ____________________________________________________________________________
6917 [  4038] By: jhi                                   on 1999/08/29  10:18:59
6918         Log: Rename warning to warnings, from Paul Marquess.
6919      Branch: cfgperl
6920            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
6921            + t/pragma/warnings.t warnings.h warnings.pl
6922            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6923            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
6924            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
6925            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
6926            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
6927            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
6928            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
6929            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
6930            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
6931            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6932            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
6933            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
6934            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
6935 ____________________________________________________________________________
6936 [  4037] By: jhi                                   on 1999/08/29  10:08:47
6937         Log: Create the equivalence tables based on
6938              the real Unicode decomposition, not on
6939              the character name.
6940      Branch: cfgperl
6941            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6942            ! lib/unicode/mktables.PL
6943 ____________________________________________________________________________
6944 [  4036] By: jhi                                   on 1999/08/29  09:29:08
6945         Log: Integrate with Sarathy.
6946      Branch: cfgperl
6947           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
6948           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
6949           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
6950           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
6951           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
6952           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
6953           !> (integrate 190 files)
6954 ____________________________________________________________________________
6955 [  4035] By: jhi                                   on 1999/08/29  08:56:15
6956         Log: Implement 64-bit vec().
6957      Branch: cfgperl
6958            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6959            ! pp.h t/op/64bit.t
6960 ____________________________________________________________________________
6961 [  4034] By: gsar                                  on 1999/08/29  03:35:18
6962         Log: deadcode removal
6963      Branch: perl
6964            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
6965            ! pp_ctl.c proto.h run.c sv.c
6966 ____________________________________________________________________________
6967 [  4033] By: jhi                                   on 1999/08/28  17:31:07
6968         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
6969              To: perl5-porters@perl.org
6970              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6971              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6972              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6973      Branch: cfgperl
6974            ! perl.h
6975 ____________________________________________________________________________
6976 [  4032] By: gsar                                  on 1999/08/26  23:53:33
6977         Log: new thread should set current interp in TLS
6978      Branch: perl
6979            ! ext/Thread/Thread.xs
6980 ____________________________________________________________________________
6981 [  4031] By: bailey                                on 1999/08/23  03:40:07
6982         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
6983      Branch: vmsperl
6984            ! lib/ExtUtils/MM_VMS.pm
6985 ____________________________________________________________________________
6986 [  4030] By: bailey                                on 1999/08/23  03:37:43
6987         Log: Patch up holes in realclean target
6988      Branch: vmsperl
6989            ! vms/descrip_mms.template
6990 ____________________________________________________________________________
6991 [  4029] By: bailey                                on 1999/08/23  03:36:24
6992         Log: Fix handling of PERL_POLLUTE
6993      Branch: vmsperl
6994            ! lib/ExtUtils/MM_VMS.pm
6995 ____________________________________________________________________________
6996 [  4028] By: bailey                                on 1999/08/23  03:34:08
6997         Log: Update VMS version of perly.h
6998      Branch: vmsperl
6999            ! vms/perly_h.vms
7000 ____________________________________________________________________________
7001 [  4027] By: bailey                                on 1999/08/23  03:32:45
7002         Log: Update dependencies in Descrip.MMS
7003      Branch: vmsperl
7004            ! vms/descrip_mms.template
7005 ____________________________________________________________________________
7006 [  4026] By: bailey                                on 1999/08/23  03:30:01
7007         Log: Fix prototypes in perlapi.c (64-bit?)
7008              Clear prior definition of getenv_len before defining VMS-specific macro
7009      Branch: vmsperl
7010            ! perlapi.c vms/vmsish.h
7011 ____________________________________________________________________________
7012 [  4025] By: bailey                                on 1999/08/23  03:25:51
7013         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7014      Branch: vmsperl
7015            ! configure.com
7016 ____________________________________________________________________________
7017 [  4024] By: bailey                                on 1999/08/23  03:23:34
7018         Log: Skip open() tests that rely on Unix fork semantics
7019      Branch: vmsperl
7020            ! t/io/open.t
7021 ____________________________________________________________________________
7022 [  4023] By: bailey                                on 1999/08/23  03:21:46
7023         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7024      Branch: vmsperl
7025            ! vms/gen_shrfls.pl
7026 ____________________________________________________________________________
7027 [  4022] By: bailey                                on 1999/08/23  03:17:33
7028         Log: update MM_VMS to use new File::Spec routines
7029      Branch: vmsperl
7030            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7031 ____________________________________________________________________________
7032 [  4021] By: bailey                                on 1999/08/23  03:13:40
7033         Log: byteperl is now part of the ByteLoader ext
7034      Branch: vmsperl
7035            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7036 ____________________________________________________________________________
7037 [  4020] By: bailey                                on 1999/08/23  03:10:41
7038         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7039      Branch: vmsperl
7040            ! vms/vms.c
7041 ____________________________________________________________________________
7042 [  4019] By: bailey                                on 1999/08/23  03:07:28
7043         Log: Update calls for new thread context handling
7044      Branch: vmsperl
7045            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7046            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7047 ____________________________________________________________________________
7048 [  4018] By: bailey                                on 1999/08/23  03:01:31
7049         Log: Allow for file versions in library when looking for .bs files
7050      Branch: vmsperl
7051            ! ext/DynaLoader/DynaLoader_pm.PL
7052 ____________________________________________________________________________
7053 [  4017] By: bailey                                on 1999/08/23  02:58:55
7054         Log: Update VMS configuration procedures for 5.005_60
7055      Branch: vmsperl
7056            ! configure.com vms/subconfigure.com
7057 ____________________________________________________________________________
7058 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7059         Log: update Changes
7060      Branch: perl
7061            ! Changes
7062
7063 ----------------
7064 Version 5.005_61
7065 ----------------
7066
7067 ____________________________________________________________________________
7068 [  4015] By: gsar                                  on 1999/08/20  22:17:41
7069         Log: perl_free() should use PerlMem_free()
7070      Branch: perl
7071            ! perl.c
7072 ____________________________________________________________________________
7073 [  4014] By: gsar                                  on 1999/08/20  22:10:46
7074         Log: win32 tweaks
7075      Branch: perl
7076            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
7077            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7078            ! win32/config_H.vc
7079 ____________________________________________________________________________
7080 [  4013] By: gsar                                  on 1999/08/20  22:09:56
7081         Log: DEBUG_m() adjusted to internalize dTHX
7082      Branch: perl
7083            ! malloc.c perl.h util.c
7084 ____________________________________________________________________________
7085 [  4012] By: gsar                                  on 1999/08/20  17:51:06
7086         Log: make autogenerated files writable
7087      Branch: perl
7088            ! (edit 171 files)
7089 ____________________________________________________________________________
7090 [  4011] By: gsar                                  on 1999/08/20  17:43:47
7091         Log: update Changes
7092      Branch: perl
7093            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
7094 ____________________________________________________________________________
7095 [  4010] By: gsar                                  on 1999/08/20  17:21:53
7096         Log: up patchlevel &c
7097      Branch: perl
7098            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7099            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7100 ____________________________________________________________________________
7101 [  4009] By: gsar                                  on 1999/08/20  16:46:26
7102         Log: add missing Is/Syl*.pl files
7103      Branch: perl
7104            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7105            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7106            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7107            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7108            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7109            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7110 ____________________________________________________________________________
7111 [  4008] By: gsar                                  on 1999/08/20  16:31:02
7112         Log: integrate cfgperl contents into mainline
7113      Branch: perl
7114           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
7115           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7116           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
7117           +> t/op/lfs.t
7118            - lib/unicode/EthiopicSyllables.txt
7119            - lib/unicode/MakeEthiopicSyllables.PL
7120           !> (integrate 261 files)
7121 ____________________________________________________________________________
7122 [  4007] By: gsar                                  on 1999/08/20  15:24:08
7123         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
7124              USE_THREADS and MULTIPLICITY; minor pod adjustments
7125      Branch: perl
7126            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
7127            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
7128 ____________________________________________________________________________
7129 [  4006] By: jhi                                   on 1999/08/19  19:01:41
7130         Log: Tighten the vec() code so that naughty BITS cause an error.
7131      Branch: cfgperl
7132            ! doop.c
7133 ____________________________________________________________________________
7134 [  4005] By: jhi                                   on 1999/08/19  15:55:09
7135         Log: Don't document ill-defined vec() bits cases
7136              (for which the code doesn't work right in any case)
7137      Branch: cfgperl
7138            ! pod/perldiag.pod pod/perlfunc.pod
7139 ____________________________________________________________________________
7140 [  4004] By: jhi                                   on 1999/08/19  12:49:41
7141         Log: Removed duplicated code (in pp.c and mg.c) by introducing
7142              do_vecget().  NOTE: the calling convention of do_vecset()
7143              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
7144              in pp_vec() is no more multiplied by `size' in pp_vec(),
7145              the multiplication is now done in do_vecset().
7146              
7147              Also fix a cpp thinko in change #4002.
7148      Branch: cfgperl
7149            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
7150            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
7151            ! proto.h
7152 ____________________________________________________________________________
7153 [  4003] By: jhi                                   on 1999/08/18  08:27:22
7154         Log: Warn about small spherical distances.
7155      Branch: cfgperl
7156            ! lib/Math/Trig.pm
7157 ____________________________________________________________________________
7158 [  4002] By: jhi                                   on 1999/08/17  09:11:51
7159         Log: Enhance IV_FITS_IN_IV (though it's still unused).
7160      Branch: cfgperl
7161            ! perl.h
7162 ____________________________________________________________________________
7163 [  4001] By: jhi                                   on 1999/08/17  08:13:34
7164         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7165              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
7166              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
7167              Subject: [PATCH] overload.pm str/num confu
7168              Date: 17 Aug 1999 08:21:12 +0200
7169      Branch: cfgperl
7170            ! lib/overload.pm
7171 ____________________________________________________________________________
7172 [  4000] By: jhi                                   on 1999/08/17  07:20:23
7173         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
7174              To: perl5-porters@perl.org
7175              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
7176              Date: 16 Aug 1999 14:24:28 -0700
7177              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
7178      Branch: cfgperl
7179            ! pod/perlobj.pod
7180 ____________________________________________________________________________
7181 [  3999] By: jhi                                   on 1999/08/16  19:49:09
7182         Log: Integrate with Nick.
7183      Branch: cfgperl
7184           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
7185 ____________________________________________________________________________
7186 [  3998] By: jhi                                   on 1999/08/16  19:44:29
7187         Log: Fix most of the pod2man moanings reported in
7188              
7189              From: "Larry W. Virden" <lvirden@cas.org>
7190              To: perl5-porters@perl.org
7191              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
7192              (UNINSTALLED)
7193              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
7194              Message-Id: <199908031935.PAA27692@cas.org>
7195              
7196              Configure regen'ed.
7197      Branch: cfgperl
7198            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7199            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
7200            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
7201            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
7202            ! utils/h2xs.PL utils/perlcc.PL
7203 ____________________________________________________________________________
7204 [  3997] By: jhi                                   on 1999/08/16  19:20:37
7205         Log: A fix of sorts for the flush-before-dup scenario.
7206      Branch: cfgperl
7207            ! doio.c
7208 ____________________________________________________________________________
7209 [  3996] By: jhi                                   on 1999/08/16  19:14:37
7210         Log: More paranoia.
7211      Branch: cfgperl
7212            ! sv.c
7213 ____________________________________________________________________________
7214 [  3995] By: jhi                                   on 1999/08/16  18:55:35
7215         Log: Batch of small 64-bit/long double/large file support tweaks:
7216              - scan for LDBL_DIG
7217              - from DBL_DIG and LDBL_DIG select NV_DIG
7218              - introduce IVSIZE, UVSIZE, NVSIZE
7219              - introduce IV_DIG
7220              - remove stdio64
7221              - AIX uses `oslevel` when others use `uname -r`
7222              - already AIX 4.2 goes 64-bit
7223              - in HP-UX require the 64-bit libc, just the directory isn't enough
7224              - group ids are not NVs
7225              - #undef USE_LONG_DOUBLE if long double is no better than double
7226              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
7227              - mention large file support in perldelta
7228              - introduce quad TOPpin' and POPpin'
7229              - the svcat... buffer was tiny for printing quads in %b
7230              - fix the multiplication test in 64bit.t
7231              - try to make VMS to comply with all this removal and "introducal"
7232              of symbols
7233      Branch: cfgperl
7234            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
7235            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
7236            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
7237      Branch: metaconfig
7238            ! U/modified/d_longdbl.U
7239      Branch: metaconfig/U/perl
7240            + d_ldbl_dig.U
7241 ____________________________________________________________________________
7242 [  3994] By: jhi                                   on 1999/08/16  07:53:44
7243         Log: More Configure/subconfigure.com syncing.
7244      Branch: cfgperl
7245            ! vms/subconfigure.com
7246 ____________________________________________________________________________
7247 [  3993] By: jhi                                   on 1999/08/14  22:09:26
7248         Log: Remove from VMS what the change #3982 took away from Configure lands.
7249      Branch: cfgperl
7250            ! vms/subconfigure.com
7251 ____________________________________________________________________________
7252 [  3992] By: jhi                                   on 1999/08/14  13:29:13
7253         Log: Small test tweaks.
7254      Branch: cfgperl
7255            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
7256 ____________________________________________________________________________
7257 [  3991] By: jhi                                   on 1999/08/14  13:08:41
7258         Log: Augment filesize limit note.
7259      Branch: cfgperl
7260            ! doio.c
7261 ____________________________________________________________________________
7262 [  3990] By: jhi                                   on 1999/08/14  13:06:12
7263         Log: Note about filesize limits.
7264      Branch: cfgperl
7265            ! doio.c pp_sys.c
7266 ____________________________________________________________________________
7267 [  3989] By: jhi                                   on 1999/08/14  11:31:58
7268         Log: Catch the case of filesize limits.
7269      Branch: cfgperl
7270            ! t/lib/syslfs.t t/op/lfs.t
7271 ____________________________________________________________________________
7272 [  3988] By: nick                                  on 1999/08/14  09:20:58
7273         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
7274              this causes a POPSTACK panic. The problem seems to be that although
7275              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
7276              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
7277              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
7278              messing with CATCH_SET() in call_sv, use it in perl_vdie().
7279              Add test to op/eval.t which will fail (panic) if bug comes back.
7280              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
7281      Branch: perl
7282            ! cop.h perl.c t/op/eval.t util.c
7283 ____________________________________________________________________________
7284 [  3987] By: jhi                                   on 1999/08/13  23:57:52
7285         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7286              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
7287              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
7288              Date: Fri, 13 Aug 1999 17:42:47 -0500
7289              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
7290      Branch: cfgperl
7291            ! lib/ExtUtils/MM_VMS.pm
7292 ____________________________________________________________________________
7293 [  3986] By: jhi                                   on 1999/08/13  23:56:44
7294         Log: Don't quit before printing out the message.
7295      Branch: cfgperl
7296            ! t/lib/syslfs.t t/op/lfs.t
7297 ____________________________________________________________________________
7298 [  3985] By: jhi                                   on 1999/08/13  23:35:49
7299         Log: Remove more t/ trash on target "clean".
7300      Branch: cfgperl
7301            ! Makefile.SH
7302 ____________________________________________________________________________
7303 [  3984] By: jhi                                   on 1999/08/13  23:02:53
7304         Log: Avoid double long double. 
7305      Branch: cfgperl
7306            ! Configure config_h.SH
7307      Branch: metaconfig/U/perl
7308            ! uselongdbl.U
7309 ____________________________________________________________________________
7310 [  3983] By: jhi                                   on 1999/08/13  22:59:56
7311         Log: BYTEORDER fix.
7312      Branch: cfgperl
7313            ! Configure config_h.SH
7314      Branch: metaconfig
7315            ! U/compline/byteorder.U
7316 ____________________________________________________________________________
7317 [  3982] By: jhi                                   on 1999/08/13  22:48:40
7318         Log: Jumbo Configure and large file support update.
7319              Remove a lot of unneeded 64-bitness cruft;
7320              re-introduce BYTEORDER; update 64-bitness hints;
7321              lfs should now work in Solaris; long doubles in AIX.
7322      Branch: cfgperl
7323            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
7324            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
7325            ! perlsdio.h pp.h pp_sys.c
7326      Branch: metaconfig
7327            ! U/compline/byteorder.U U/compline/ccflags.U
7328      Branch: metaconfig/U/perl
7329            ! d_dlsymun.U io64.U uselongdbl.U
7330 ____________________________________________________________________________
7331 [  3980] By: jhi                                   on 1999/08/13  15:09:11
7332         Log: Introduce HAS_LLSEEK.
7333      Branch: cfgperl
7334            ! Configure config_h.SH perl.h
7335 ____________________________________________________________________________
7336 [  3979] By: jhi                                   on 1999/08/13  14:29:47
7337         Log: From: <dan@sidhe.org>
7338              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
7339              sarathy@activestate.com
7340              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
7341              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
7342              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
7343      Branch: cfgperl
7344            ! vms/vms.c
7345 ____________________________________________________________________________
7346 [  3978] By: jhi                                   on 1999/08/13  09:56:46
7347         Log: Make the 64-bit tests more paranoid.
7348      Branch: cfgperl
7349            ! t/op/64bit.t
7350 ____________________________________________________________________________
7351 [  3976] By: jhi                                   on 1999/08/12  21:49:16
7352         Log: IRIX64 needs more -mabi=64 with gcc.
7353      Branch: cfgperl
7354            ! hints/irix_6.sh
7355 ____________________________________________________________________________
7356 [  3975] By: jhi                                   on 1999/08/12  21:02:03
7357         Log: Reincarnate change #3967, now in more modest form.
7358      Branch: cfgperl
7359            ! hints/irix_6.sh
7360 ____________________________________________________________________________
7361 [  3974] By: jhi                                   on 1999/08/12  20:49:36
7362         Log: Remove rt from libswanted (I added it many moons ago
7363              when I thought it would be useful in Digital UNIX,
7364              I was wrong); undo the recent IRIX hints changes,
7365              getting rid of one warning brought new ones.
7366      Branch: cfgperl
7367            ! Configure config_h.SH hints/irix_6.sh
7368      Branch: metaconfig
7369            ! U/modified/Myinit.U
7370 ____________________________________________________________________________
7371 [  3973] By: jhi                                   on 1999/08/12  19:42:53
7372         Log: st_blocks is in 512 byte blocks.
7373      Branch: cfgperl
7374            ! t/lib/syslfs.t t/op/lfs.t
7375 ____________________________________________________________________________
7376 [  3972] By: jhi                                   on 1999/08/12  19:27:31
7377         Log: Don't claim defeat too early.
7378      Branch: cfgperl
7379            ! Configure config_h.SH
7380      Branch: metaconfig/U/perl
7381            ! longdblfio.U
7382 ____________________________________________________________________________
7383 [  3971] By: jhi                                   on 1999/08/12  19:24:14
7384         Log: IRIX 64-bit hint tweak. 
7385      Branch: cfgperl
7386            ! hints/irix_6.sh
7387 ____________________________________________________________________________
7388 [  3970] By: nick                                  on 1999/08/12  19:17:20
7389         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7390              tests i.e. RV2AV and RV2HV
7391      Branch: perl
7392            ! op.c t/pragma/warn/op
7393 ____________________________________________________________________________
7394 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7395         Log: Add Configure -Duselongdouble and add a missing semicolon.
7396      Branch: cfgperl
7397            ! Configure config_h.SH sv.c
7398      Branch: metaconfig/U/perl
7399            + uselongdbl.U
7400 ____________________________________________________________________________
7401 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7402         Log: Simply exit() early if lfs support seems unlikely.
7403      Branch: cfgperl
7404            ! t/lib/syslfs.t t/op/lfs.t
7405 ____________________________________________________________________________
7406 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7407         Log: Suffer silently for unused libraries.
7408      Branch: cfgperl
7409            ! hints/irix_6.sh
7410 ____________________________________________________________________________
7411 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7412         Log: Update MANIFEST to follow change #3965.
7413      Branch: cfgperl
7414            ! MANIFEST
7415 ____________________________________________________________________________
7416 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7417         Log: Regenerate Unicode tables based on new syllable lists
7418              from Daniel Yacob.
7419      Branch: cfgperl
7420            ! (edit 159 files)
7421 ____________________________________________________________________________
7422 [  3964] By: jhi                                   on 1999/08/12  10:06:24
7423         Log: Remove more spurious casting.
7424      Branch: cfgperl
7425            ! pp_sys.c
7426 ____________________________________________________________________________
7427 [  3963] By: jhi                                   on 1999/08/12  08:18:53
7428         Log: Minor niggles on the lfs tests.
7429      Branch: cfgperl
7430            ! t/lib/syslfs.t t/op/lfs.t
7431 ____________________________________________________________________________
7432 [  3962] By: jhi                                   on 1999/08/11  22:48:25
7433         Log: Don't bother with lfs testing if off_t is too small.
7434      Branch: cfgperl
7435            ! t/lib/syslfs.t t/op/lfs.t
7436 ____________________________________________________________________________
7437 [  3961] By: jhi                                   on 1999/08/11  22:22:54
7438         Log: Long double patches from Dan Sugalski.
7439      Branch: cfgperl
7440            ! sv.c
7441 ____________________________________________________________________________
7442 [  3960] By: jhi                                   on 1999/08/11  22:17:55
7443         Log: Flush buffer before duplicating file descriptor.
7444              
7445              From: Mark-Jason Dominus <mjd@plover.com>
7446              To: Graham Barr <gbarr@pobox.com>
7447              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
7448              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
7449              Date: Wed, 11 Aug 1999 15:56:09 -0400
7450              Message-ID: <19990811195610.5933.qmail@plover.com>
7451              
7452              From: Mark-Jason Dominus <mjd@plover.com>
7453              To: perl5-porters@perl.org
7454              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
7455              Date: Wed, 11 Aug 1999 16:05:46 -0400
7456              Message-ID: <19990811200546.6165.qmail@plover.com>
7457      Branch: cfgperl
7458            ! doio.c pod/perldelta.pod
7459 ____________________________________________________________________________
7460 [  3959] By: jhi                                   on 1999/08/11  22:11:35
7461         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
7462              
7463              From: "Craig A. Berry" <craig.berry@metamor.com>
7464              Sender: owner-perl5-porters@perl.org
7465              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
7466              bailey@newman.upenn.edu
7467              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
7468              problem
7469              Date: Wed, 11 Aug 1999 14:31:11 -0500
7470              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
7471      Branch: cfgperl
7472            ! vms/vms.c
7473 ____________________________________________________________________________
7474 [  3958] By: jhi                                   on 1999/08/11  15:35:45
7475         Log: Add a hopefully comforting message if there seems to be no LFS. 
7476              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
7477              The tests will fail on lfs tests only if quad is available,
7478              if ENOQUAD, the lfs tests will be skipped.
7479      Branch: cfgperl
7480            ! t/lib/syslfs.t t/op/lfs.t
7481 ____________________________________________________________________________
7482 [  3957] By: jhi                                   on 1999/08/11  12:25:59
7483         Log: Unapply an experimental patch that accidentally escaped
7484              from the lab by piggybacking with the change #3955.
7485      Branch: cfgperl
7486            ! pp.c pp.h pp_hot.c
7487 ____________________________________________________________________________
7488 [  3956] By: jhi                                   on 1999/08/11  08:19:23
7489         Log: Add sysio large file support testing.
7490      Branch: cfgperl
7491            + t/lib/syslfs.t
7492            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
7493 ____________________________________________________________________________
7494 [  3955] By: jhi                                   on 1999/08/10  22:39:11
7495         Log: From: <dan@sidhe.org>
7496              To: vmsperl@perl.org, perl5-porters@perl.org,
7497              sarathy@activestate.com, bailey@newman.upenn.edu
7498              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
7499              threads on VMS
7500              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
7501              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
7502      Branch: cfgperl
7503            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7504            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
7505            ! vms/writemain.pl
7506 ____________________________________________________________________________
7507 [  3954] By: jhi                                   on 1999/08/10  20:37:55
7508         Log: LFS testing robustness.
7509      Branch: cfgperl
7510            ! t/op/lfs.t
7511 ____________________________________________________________________________
7512 [  3953] By: jhi                                   on 1999/08/10  19:54:50
7513         Log: From: <dan@sidhe.org>
7514              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
7515              sarathy@activestate.com
7516              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
7517              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
7518              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
7519      Branch: cfgperl
7520            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7521            ! vms/subconfigure.com vms/vmsish.h
7522 ____________________________________________________________________________
7523 [  3952] By: jhi                                   on 1999/08/10  17:18:57
7524         Log: AIX is different, again.  Now in cc -E output.
7525      Branch: cfgperl
7526            ! Configure config_h.SH
7527      Branch: metaconfig
7528            ! U/modified/cppstdin.U
7529 ____________________________________________________________________________
7530 [  3951] By: jhi                                   on 1999/08/10  14:37:08
7531         Log: Use Pid_t on pgrp matters.
7532      Branch: cfgperl
7533            ! pp_sys.c
7534 ____________________________________________________________________________
7535 [  3950] By: jhi                                   on 1999/08/10  14:35:30
7536         Log: Use Pid_t.
7537      Branch: cfgperl
7538            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7539            ! pp_sys.c proto.h util.c
7540 ____________________________________________________________________________
7541 [  3949] By: jhi                                   on 1999/08/10  14:11:15
7542         Log: Use Mode_t.
7543      Branch: cfgperl
7544            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7545            ! perlapi.h pp_sys.c proto.h
7546 ____________________________________________________________________________
7547 [  3948] By: jhi                                   on 1999/08/10  13:53:19
7548         Log: Small perlbug doc tweaks from Jon Orwant.
7549      Branch: cfgperl
7550            ! utils/perlbug.PL
7551 ____________________________________________________________________________
7552 [  3947] By: jhi                                   on 1999/08/10  09:55:11
7553         Log: Large file support testing.
7554      Branch: cfgperl
7555            + t/op/lfs.t
7556            ! MANIFEST t/op/64bit.t
7557 ____________________________________________________________________________
7558 [  3946] By: jhi                                   on 1999/08/10  09:13:54
7559         Log: Remove I32 casting from time-related functions.
7560      Branch: cfgperl
7561            ! pp_sys.c
7562 ____________________________________________________________________________
7563 [  3945] By: jhi                                   on 1999/08/10  09:06:42
7564         Log: Gratuitous uid and gid casts to I32s and ints removed.
7565              There are still problem spots in printfing such ids:
7566              width (%d vs %ld) and signedness %d vs %u.
7567      Branch: cfgperl
7568            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
7569            ! perl.c perlapi.c pp_hot.c proto.h
7570 ____________________________________________________________________________
7571 [  3944] By: jhi                                   on 1999/08/10  07:43:03
7572         Log: Remove I32 casts from pp_stat, these make stat()
7573              very broken e.g. on files larger than 2 gigabytes.
7574              Reported by
7575              From: Phil Lobbes <phil@finchcomputer.com>
7576              To: perl5-porters@perl.org
7577              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
7578              UNIX Perl 5.005_03
7579              Date: Mon, 09 Aug 1999 21:38:54 -0700
7580              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
7581              
7582              There are more of these I32 casts all over pp_sys.c,
7583              all of them should be checked.
7584      Branch: cfgperl
7585            ! pp_sys.c
7586 ____________________________________________________________________________
7587 [  3943] By: jhi                                   on 1999/08/10  07:38:30
7588         Log: Remove blathering.
7589      Branch: cfgperl
7590            ! lib/unicode/mktables.PL
7591 ____________________________________________________________________________
7592 [  3942] By: jhi                                   on 1999/08/09  20:35:13
7593         Log: lexwarn maintenance: new warning class unsafe
7594              subclasses 'overflow' and 'portable' created,
7595              used by the recent integer overflow warnings.
7596              Class syntax subclass 'octal' renamed to 'digit',
7597              binary and hexadecimal parsing errors also 'digit' warnings.
7598      Branch: cfgperl
7599            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
7600            ! util.c warning.h warning.pl
7601 ____________________________________________________________________________
7602 [  3941] By: jhi                                   on 1999/08/09  10:40:47
7603         Log: Integrate with Nick.
7604      Branch: cfgperl
7605           +> opnames.h
7606           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
7607           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
7608 ____________________________________________________________________________
7609 [  3940] By: jhi                                   on 1999/08/09  10:32:43
7610         Log: Regenerate the Unicode tables after having updated the Unicode
7611              database (change #3939).
7612      Branch: cfgperl
7613            ! (edit 157 files)
7614 ____________________________________________________________________________
7615 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7616         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7617      Branch: cfgperl
7618            ! lib/unicode/UnicodeData-Latest.txt
7619 ____________________________________________________________________________
7620 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7621         Log: Ethiopic changes via private email from Daniel Yacob,
7622              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7623              Canadian Syllabics and Yi under construction.
7624      Branch: cfgperl
7625            + lib/unicode/syllables.txt
7626            - lib/unicode/EthiopicSyllables.txt
7627            - lib/unicode/MakeEthiopicSyllables.PL
7628            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7629            ! lib/unicode/mktables.PL
7630 ____________________________________________________________________________
7631 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7632         Log: Move the equivalence class creation last.
7633      Branch: cfgperl
7634            ! lib/unicode/mktables.PL
7635 ____________________________________________________________________________
7636 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7637         Log: Compute equivalence classes (diacritics stripping) only
7638              for letters, not for ligatures.
7639      Branch: cfgperl
7640            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7641            ! lib/unicode/mktables.PL
7642 ____________________________________________________________________________
7643 [  3935] By: nick                                  on 1999/08/08  13:53:57
7644         Log: Will now correctly re-call 
7645              bootstrap "Foo";
7646              if requested. This should allow build on Win32 and other
7647              platforms where you cannot link to loadables directly.
7648      Branch: perl
7649            ! ext/B/B/C.pm
7650 ____________________________________________________________________________
7651 [  3934] By: nick                                  on 1999/08/07  12:23:55
7652         Log: Vishal Bhatia <vishalb@my-deja.com>
7653              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7654              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7655      Branch: perl
7656            ! ext/B/B/CC.pm
7657 ____________________________________________________________________________
7658 [  3933] By: nick                                  on 1999/08/07  12:19:46
7659         Log: B::C changes to get simple Tk app. compiling again
7660      Branch: perl
7661            ! ext/B/B/C.pm
7662 ____________________________________________________________________________
7663 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7664         Log: Regen Configure to include change #3915.
7665      Branch: cfgperl
7666            ! Configure config_h.SH
7667 ____________________________________________________________________________
7668 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7669         Log: Todo update.
7670      Branch: cfgperl
7671            ! Todo Todo-5.005 lib/unicode/mktables.PL
7672 ____________________________________________________________________________
7673 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7674         Log: Character class equivalence tables.
7675      Branch: cfgperl
7676            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7677            ! MANIFEST lib/unicode/mktables.PL
7678 ____________________________________________________________________________
7679 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7680         Log: More Fcntl constants.  (This process really needs
7681              to be automated, at least partly, see the Errno extension.)
7682              Now also the SEEK_ constants are available via the Fcntl.
7683              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7684              but now Fcntl is a one-stop shopping mall for all your
7685              file-related constants.    
7686      Branch: cfgperl
7687            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7688 ____________________________________________________________________________
7689 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7690         Log: Protect against pack/unpack repeat count overflows,
7691              based on:
7692              
7693              From: Nathan Torkington <gnat@frii.com>
7694              To: Brian Keefer <mgomes@cwix.com>
7695              Cc: perl5-porters@perl.org
7696              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7697              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7698              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7699      Branch: cfgperl
7700            ! pod/perldiag.pod pp.c
7701 ____________________________________________________________________________
7702 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7703         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7704              
7705              From: Nathan Torkington <gnat@frii.com>
7706              To: perl5-porters@perl.org
7707              Subject: Bugfix for my bugfix
7708              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7709              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7710      Branch: cfgperl
7711            ! ext/B/B/Assembler.pm
7712 ____________________________________________________________________________
7713 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7714         Log: Fix regex charclass parsing so that bogus ranges
7715              like [0-\d] and [[:word:]-z] are no more allowed.
7716              The anomaly was noticed by Guy Decoux.
7717      Branch: cfgperl
7718            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7719 ____________________________________________________________________________
7720 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7721         Log: split /^/ deprecation warning should not be on by default.
7722      Branch: cfgperl
7723            ! pp.c
7724 ____________________________________________________________________________
7725 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7726         Log: From: paul.marquess@bt.com
7727              To: jhi@iki.fi, paul.marquess@bt.com
7728              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7729              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7730              Date: Thu, 5 Aug 1999 09:33:14 +0100
7731              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7732      Branch: cfgperl
7733            ! t/lib/anydbm.t
7734 ____________________________________________________________________________
7735 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7736         Log: From: paul.marquess@bt.com
7737              To: perl5-porters@perl.org
7738              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7739              randy@theoryx5.uwinnipeg.ca
7740              Subject:  [PATCH 5.005_60] DB_File 1.70
7741              Date: Wed, 4 Aug 1999 23:22:22 +0100
7742              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7743              
7744              (Replaces change #3917)
7745      Branch: cfgperl
7746            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7747            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7748 ____________________________________________________________________________
7749 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7750         Log: From: Nathan Torkington <gnat@frii.com>
7751              To: perl5-porters@perl.org
7752              Subject: [5.005_60 PATCH] Make B::Bytecode work
7753              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7754              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7755      Branch: cfgperl
7756            ! ext/B/B/Assembler.pm
7757 ____________________________________________________________________________
7758 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7759         Log: Update history records.
7760      Branch: cfgperl
7761            ! pod/perlhist.pod
7762 ____________________________________________________________________________
7763 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7764         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7765      Branch: cfgperl
7766            ! perlio.c
7767 ____________________________________________________________________________
7768 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7769         Log: (Replaced by change #3921)
7770              From: paul.marquess@bt.com
7771              To: gsar@activestate.com
7772              Cc: perl5-porters@perl.org
7773              Subject: [PATCH 5.005_60] DB_File 1.69
7774              Date: Tue, 3 Aug 1999 22:55:00 +0100
7775              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7776      Branch: cfgperl
7777            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7778            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7779 ____________________________________________________________________________
7780 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7781         Log: Introduce the charnames pragma.
7782              
7783              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7784              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7785              To: Chip Salzenberg <[11]chip@perlsupport.com>
7786              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7787              Date: Sat, 31 Jul 1999 05:44:05 -0400
7788              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7789              
7790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7791              To: Mailing list Perl5 <perl5-porters@perl.org>
7792              Subject: [PATCH 5.005_58] Named characters in Perl
7793              Date: Mon, 2 Aug 1999 19:25:40 -0400
7794              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7795      Branch: cfgperl
7796            + lib/charnames.pm t/lib/charnames.t
7797            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7798            ! pod/perlre.pod regcomp.c toke.c
7799 ____________________________________________________________________________
7800 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7801         Log: Support Configure -Dmake=pmake.
7802              Via private email from Andy.
7803              NOTE: assumes "basename" command.
7804      Branch: metaconfig
7805            ! U/modified/Config_sh.U
7806 ____________________________________________________________________________
7807 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7808         Log: The op/filetest.t failed subtest 7 if testing as root.
7809              
7810              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7811              To: perl5-porters@perl.org
7812              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7813              Date: Tue, 27 Jul 1999 22:54:05 +0200
7814              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7815      Branch: cfgperl
7816            ! t/op/filetest.t
7817 ____________________________________________________________________________
7818 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7819         Log: The "-Dusethreads -Duseperlio" combination failed.
7820              
7821              From: Spider Boardman <spider@leggy.zk3.dec.com>
7822              To: perl5-porters@perl.org
7823              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7824              4.0 (UNINSTALLED)
7825              Date: Tue, 3 Aug 1999 14:25:00 -0400
7826              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7827              
7828              See also change #3912.
7829      Branch: cfgperl
7830            ! perlio.c
7831 ____________________________________________________________________________
7832 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7833         Log: From: Chris Nandor <pudge@pobox.com>
7834              To: perl5-porters@perl.org
7835              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7836              Date: Wed, 28 Jul 1999 23:42:49 -0400
7837              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7838      Branch: cfgperl
7839            ! utils/perlbug.PL
7840 ____________________________________________________________________________
7841 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7842         Log: Hints for building ByteLoader in SunoS.  Based on
7843              From: Andy Dougherty <doughera@lafayette.edu>
7844              To: Gurusamy Sarathy <gsar@activestate.com>
7845              Cc: Perl Porters <perl5-porters@perl.org>
7846              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7847              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7848              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7849      Branch: cfgperl
7850            + ext/ByteLoader/hints/sunos.pl
7851            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7852 ____________________________________________________________________________
7853 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7854         Log: Clarify RE engine code; inline a static function to a macro;
7855              make exact string nodes smaller.
7856              
7857              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7858              To: perl5-porters@perl.org (Mailing list Perl5)
7859              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7860              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7861              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7862      Branch: cfgperl
7863            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7864            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7865            ! regnodes.h warning.h
7866 ____________________________________________________________________________
7867 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7868         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7869              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7870              
7871              From: Spider Boardman <spider@leggy.zk3.dec.com>
7872              To: perl5-porters@perl.org
7873              Subject: [ID 19990802.016] Not OK: perl 5.00559
7874              Date: Mon, 2 Aug 1999 16:11:13 -0400
7875              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7876      Branch: cfgperl
7877            ! embed.pl
7878 ____________________________________________________________________________
7879 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7880         Log: Change #3790 redemption: with a little additional
7881              patch from Ilya it works okay.
7882      Branch: cfgperl
7883            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7884            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7885 ____________________________________________________________________________
7886 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7887         Log: this will be 5.005_60
7888      Branch: perl
7889            ! Changes
7890
7891 ----------------
7892 Version 5.005_60
7893 ----------------
7894
7895 ____________________________________________________________________________
7896 [  3904] By: gsar                                  on 1999/08/02  20:30:23
7897         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
7898              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
7899              regen headers
7900      Branch: perl
7901            ! embed.h embed.pl global.sym opcode.h perlapi.c
7902 ____________________________________________________________________________
7903 [  3903] By: gsar                                  on 1999/08/02  20:26:07
7904         Log: native int pack/unpack fixes (from Spider Boardman
7905              <spider@leggy.zk3.dec.com>)
7906      Branch: perl
7907            ! pp.c
7908 ____________________________________________________________________________
7909 [  3902] By: gsar                                  on 1999/08/02  20:24:41
7910         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
7911              <spider@leggy.zk3.dec.com>)
7912      Branch: perl
7913            + opnames.h
7914            ! Changes MANIFEST opcode.pl perl.h
7915 ____________________________________________________________________________
7916 [  3901] By: gsar                                  on 1999/08/02  18:51:18
7917         Log: integrate cfgperl contents
7918      Branch: perl
7919           !> INSTALL README pod/perldelta.pod
7920 ____________________________________________________________________________
7921 [  3900] By: jhi                                   on 1999/08/02  18:46:21
7922         Log: Update README and INSTALL; partly based on the message
7923              
7924              From: "John L. Allen" <allen@grumman.com>
7925              To: Jarkko Hietaniemi <jhi@iki.fi>
7926              cc: perl5-porters@perl.org
7927              Subject: Re: Perl Installation Problem
7928              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
7929              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
7930              
7931              and private email from Andy Dougherty.
7932      Branch: cfgperl
7933            ! INSTALL README
7934 ____________________________________________________________________________
7935 [  3899] By: jhi                                   on 1999/08/02  18:36:35
7936         Log: Integrate with Sarathy.
7937      Branch: cfgperl
7938           !> op.c
7939 ____________________________________________________________________________
7940 [  3898] By: jhi                                   on 1999/08/02  18:34:49
7941         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
7942      Branch: cfgperl
7943            ! pod/perldelta.pod
7944 ____________________________________________________________________________
7945 [  3897] By: gsar                                  on 1999/08/02  18:18:37
7946         Log: optimizations could sometimes bypass bareword check
7947      Branch: perl
7948            ! op.c
7949 ____________________________________________________________________________
7950 [  3896] By: jhi                                   on 1999/08/02  18:18:34
7951         Log: Integrate with Sarathy.
7952      Branch: cfgperl
7953           !> Changes makedef.pl patchlevel.h win32/Makefile
7954           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7955           !> win32/makefile.mk
7956 ____________________________________________________________________________
7957 [  3895] By: gsar                                  on 1999/08/02  17:22:40
7958         Log: up patchlevel etc.
7959      Branch: perl
7960            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7961            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7962 ____________________________________________________________________________
7963 [  3894] By: gsar                                  on 1999/08/02  17:12:31
7964         Log: integrate change#3893, make it conditional on bincompat5005
7965      Branch: perl
7966            ! makedef.pl
7967 ____________________________________________________________________________
7968 [  3893] By: jhi                                   on 1999/08/02  16:49:08
7969         Log: PERL_BINCOMPAT_5005 symbol translation.
7970              (AIX wouldn't link neither perl nor extensions.)
7971      Branch: cfgperl
7972            ! makedef.pl
7973 ____________________________________________________________________________
7974 [  3892] By: gsar                                  on 1999/08/02  16:09:13
7975         Log: integrate cfgperl contents into mainline
7976      Branch: perl
7977           +> t/op/64bit.t
7978            ! Changes
7979           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
7980           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
7981           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
7982 ____________________________________________________________________________
7983 [  3891] By: jhi                                   on 1999/08/02  14:52:40
7984         Log: AIX long long probing requires LL suffix for
7985              the ll constant.  The suffix doesn't seem
7986              to bother other ll platforms.
7987      Branch: cfgperl
7988            ! Configure config_h.SH hints/aix.sh
7989      Branch: metaconfig/U/perl
7990            ! quadfio.U
7991 ____________________________________________________________________________
7992 [  3890] By: jhi                                   on 1999/08/02  14:21:55
7993         Log: Exact path to perl for open -|.
7994      Branch: cfgperl
7995            ! t/io/open.t
7996 ____________________________________________________________________________
7997 [  3889] By: jhi                                   on 1999/08/02  14:18:03
7998         Log: Integrate with Sarathy.
7999      Branch: cfgperl
8000           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8001           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8002           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8003 ____________________________________________________________________________
8004 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8005         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8006      Branch: cfgperl
8007            ! hints/aix.sh
8008 ____________________________________________________________________________
8009 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8010         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8011              emacs code indentation doesn't get wrong ideas--
8012              in other words, introduce a couple of "redundant" if:s.
8013      Branch: cfgperl
8014            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8015            ! util.c
8016 ____________________________________________________________________________
8017 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8018         Log: Mention that also *BSD systems with glibc are known to stumble.
8019      Branch: cfgperl
8020            ! t/pragma/warn/pp_hot
8021 ____________________________________________________________________________
8022 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8023         Log: Allow also non-long long but still quad platforms print quads.
8024      Branch: cfgperl
8025            ! Configure config_h.SH
8026      Branch: metaconfig/U/perl
8027            ! longdblfio.U quadfio.U
8028 ____________________________________________________________________________
8029 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8030         Log: Fix regclass utf8 hex ranges for quads.
8031      Branch: cfgperl
8032            ! regcomp.c
8033 ____________________________________________________________________________
8034 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8035         Log: Enhance the description of how to detect quad support.
8036      Branch: cfgperl
8037            ! pod/perlfunc.pod
8038 ____________________________________________________________________________
8039 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8040         Log: Fix printf %D %U %O for quads.
8041      Branch: cfgperl
8042            ! sv.c t/op/64bit.t
8043 ____________________________________________________________________________
8044 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8045         Log: Document quad printing.
8046      Branch: cfgperl
8047            ! pod/perlfunc.pod
8048 ____________________________________________________________________________
8049 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8050         Log: More 64-bit fixing.  One known bug of that kind
8051              remains, 32-bit platforms using long long in
8052              the test t/pragma/utf8 subtests 1-3 fail.
8053              (Update: change    #3884 fixed that one.)
8054      Branch: cfgperl
8055            + t/op/64bit.t
8056            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8057
8058 ----------------
8059 Version 5.005_59
8060 ----------------
8061
8062 ____________________________________________________________________________
8063 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8064         Log: integrate cfgperl changes into mainline
8065      Branch: perl
8066           !> Configure config_h.SH sv.c
8067 ____________________________________________________________________________
8068 [  3878] By: gsar                                  on 1999/08/02  08:13:16
8069         Log: change#3692 had an unintentional patch leak through!
8070              (this would explain the mysterious C<next LABEL> failures
8071              people have seen)
8072      Branch: perl
8073            ! pp_ctl.c
8074 ____________________________________________________________________________
8075 [  3877] By: gsar                                  on 1999/08/02  08:00:29
8076         Log: up patchlevel to 59
8077      Branch: perl
8078            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8079            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8080            ! win32/makefile.mk
8081 ____________________________________________________________________________
8082 [  3876] By: gsar                                  on 1999/08/02  07:51:18
8083         Log: fix coredump under usethreads+debug
8084      Branch: perl
8085            ! util.c
8086 ____________________________________________________________________________
8087 [  3875] By: jhi                                   on 1999/08/02  07:50:51
8088         Log: d_bincompat5005 could be left empty.
8089      Branch: cfgperl
8090            ! Configure config_h.SH
8091      Branch: metaconfig/U/perl
8092            ! bincompat5005.U
8093 ____________________________________________________________________________
8094 [  3874] By: jhi                                   on 1999/08/02  07:42:45
8095         Log: Fix printf %d when IV is quad.
8096      Branch: cfgperl
8097            ! sv.c
8098 ____________________________________________________________________________
8099 [  3873] By: gsar                                  on 1999/08/02  07:41:03
8100         Log: fix d_bincompat5005='' junking config.h
8101      Branch: perl
8102            ! Configure
8103 ____________________________________________________________________________
8104 [  3872] By: gsar                                  on 1999/08/02  07:38:48
8105         Log: C needs parameter list, not merely type
8106      Branch: perl
8107            ! win32/win32.c
8108 ____________________________________________________________________________
8109 [  3871] By: jhi                                   on 1999/08/02  07:20:51
8110         Log: Integrate with Sarathy.
8111      Branch: cfgperl
8112           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
8113 ____________________________________________________________________________
8114 [  3870] By: gsar                                  on 1999/08/02  07:12:18
8115         Log: integrate cfgperl changes into mainline
8116      Branch: perl
8117            ! Changes
8118           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8119           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
8120           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
8121           !> toke.c util.c
8122 ____________________________________________________________________________
8123 [  3869] By: gsar                                  on 1999/08/02  06:59:09
8124         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8125              Date: Sat, 31 Jul 1999 19:08:33 -0700
8126              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
8127              Subject: [PATCH 5.005_58] "use constant" in the compiler
8128      Branch: perl
8129            ! ext/B/B/C.pm ext/B/B/CC.pm
8130 ____________________________________________________________________________
8131 [  3868] By: gsar                                  on 1999/08/02  06:55:51
8132         Log: debug build tweak
8133      Branch: perl
8134            ! regexec.c
8135 ____________________________________________________________________________
8136 [  3867] By: gsar                                  on 1999/08/02  06:35:18
8137         Log: create vmsperl branch (to be owned and operated by: cbailey)
8138      Branch: vmsperl
8139           +> (branch 1476 files)
8140 ____________________________________________________________________________
8141 [  3866] By: jhi                                   on 1999/08/01  23:34:40
8142         Log: so_locations once is enough.
8143      Branch: cfgperl
8144            ! Makefile.SH
8145 ____________________________________________________________________________
8146 [  3865] By: jhi                                   on 1999/08/01  23:13:05
8147         Log: Simplicate duplicated code.
8148      Branch: cfgperl
8149            ! util.c
8150 ____________________________________________________________________________
8151 [  3864] By: jhi                                   on 1999/08/01  22:41:41
8152         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
8153      Branch: cfgperl
8154           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8155           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8156            - README.cygwin32 cygwin32/Makefile.SHs
8157            - cygwin32/build-instructions.READFIRST
8158            - cygwin32/build-instructions.charles-wilson
8159            - cygwin32/build-instructions.sebastien-barre
8160            - cygwin32/build-instructions.steven-morlock
8161            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8162            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8163            - hints/cygwin32.sh
8164           !> (integrate 61 files)
8165 ____________________________________________________________________________
8166 [  3863] By: jhi                                   on 1999/08/01  22:36:02
8167         Log: Regen Configure and Glossary once again.
8168      Branch: cfgperl
8169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8170            ! config_h.SH
8171 ____________________________________________________________________________
8172 [  3862] By: jhi                                   on 1999/08/01  22:26:09
8173         Log: Glossary update for #3861.
8174      Branch: cfgperl
8175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8176            ! config_h.SH
8177 ____________________________________________________________________________
8178 [  3861] By: jhi                                   on 1999/08/01  22:22:51
8179         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
8180              with -Duse64bits (using long long).
8181              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
8182              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
8183              'print unpack "q", pack "q", 12345678901'
8184              should work on such 32-bit platforms.
8185              Still a lot of printf()s behind -D which wrongly assume
8186              that %ld/%lx and (long) are a good combination.
8187              Introducing a slew of new macros intended to be used in printf()
8188              format strings: e. g. PERL_PRId64 is the string to be used
8189              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
8190              The PRI... naming follows the C9X naming of <inttypes.h> macros.
8191      Branch: cfgperl
8192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8193            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
8194            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
8195      Branch: metaconfig/U/perl
8196            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
8197 ____________________________________________________________________________
8198 [  3860] By: gsar                                  on 1999/08/01  21:23:18
8199         Log: integrate cfgperl contents into mainline
8200      Branch: perl
8201            ! toke.c
8202           !> (integrate 29 files)
8203 ____________________________________________________________________________
8204 [  3859] By: gsar                                  on 1999/08/01  21:13:09
8205         Log: From: Nathan Torkington <gnat@frii.com>
8206              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
8207              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
8208              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
8209      Branch: perl
8210            ! ext/B/B/Disassembler.pm
8211 ____________________________________________________________________________
8212 [  3858] By: gsar                                  on 1999/08/01  21:09:15
8213         Log: DB_File 1.68 update from Paul Marquess
8214      Branch: perl
8215            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8216            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8217            ! t/lib/db-recno.t
8218 ____________________________________________________________________________
8219 [  3857] By: gsar                                  on 1999/08/01  21:05:54
8220         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8221              Date: Sat, 31 Jul 1999 05:13:38 -0400
8222              Message-Id: <199907311407.IAA25038@localhost.frii.com>
8223              Subject: [PATCH 5.005_58] More optimizations to REx engine
8224      Branch: perl
8225            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
8226            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
8227 ____________________________________________________________________________
8228 [  3856] By: gsar                                  on 1999/08/01  20:59:59
8229         Log: slightly modified version of suggested patch
8230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8231              Date: Sat, 31 Jul 1999 04:45:12 -0400
8232              Message-Id: <199907311406.IAA25034@localhost.frii.com>
8233              Subject: [PATCH 5.005_58] Fix OS/2 build
8234      Branch: perl
8235            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
8236            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
8237 ____________________________________________________________________________
8238 [  3855] By: gsar                                  on 1999/08/01  20:49:06
8239         Log: cygwin update
8240              From: "Fifer, Eric" <EFifer@sanwaint.com>
8241              Date: Fri, 30 Jul 1999 18:31:48 +0100
8242              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
8243              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
8244      Branch: perl
8245            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
8246            ! pp_sys.c unixish.h util.c
8247 ____________________________________________________________________________
8248 [  3854] By: gsar                                  on 1999/08/01  20:41:53
8249         Log: fixes from Stephen McCamant that address bugs in change#3612
8250              (the optimization shouldn't be enabled in expressions where
8251              the variable is introduced), and fix Deparse to grok the
8252              optimization
8253              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
8254              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
8255              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
8256              --
8257              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
8258              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
8259              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
8260              --
8261              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
8262              Message-Id: <199907310326.VAA24376@localhost.frii.com>
8263              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
8264      Branch: perl
8265            ! ext/B/B/Deparse.pm op.c
8266 ____________________________________________________________________________
8267 [  3853] By: gsar                                  on 1999/08/01  20:31:32
8268         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8269              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
8270              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
8271              Subject: [PATCH _58] Two one-liner LOGOP tweaks
8272      Branch: perl
8273            ! op.c opcode.h opcode.pl
8274 ____________________________________________________________________________
8275 [  3852] By: gsar                                  on 1999/08/01  20:29:17
8276         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
8277      Branch: perl
8278            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
8279            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
8280            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
8281            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
8282            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
8283            ! pod/perlport.pod pp_sys.c util.c
8284 ____________________________________________________________________________
8285 [  3851] By: gsar                                  on 1999/08/01  20:20:05
8286         Log: move files around for s/cygwin32/cygwin/ renaming
8287      Branch: perl
8288           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8289           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8290            - README.cygwin32 cygwin32/Makefile.SHs
8291            - cygwin32/build-instructions.READFIRST
8292            - cygwin32/build-instructions.charles-wilson
8293            - cygwin32/build-instructions.sebastien-barre
8294            - cygwin32/build-instructions.steven-morlock
8295            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8296            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8297            - hints/cygwin32.sh
8298            ! MANIFEST
8299 ____________________________________________________________________________
8300 [  3850] By: gsar                                  on 1999/08/01  20:05:14
8301         Log: posix-bc hints tweak (via private mail from Thomas Dorner
8302              <Thomas.Dorner@start.de>)
8303      Branch: perl
8304            ! Changes hints/posix-bc.sh
8305 ____________________________________________________________________________
8306 [  3849] By: gsar                                  on 1999/08/01  19:50:20
8307         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
8308              <gnat@frii.com>)
8309      Branch: perl
8310            ! perl.h pod/perldelta.pod pod/perlguts.pod
8311 ____________________________________________________________________________
8312 [  3848] By: gsar                                  on 1999/08/01  18:34:41
8313         Log: fix defined(@foo) encarpments
8314      Branch: perl
8315            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
8316            ! pod/perltrap.pod
8317 ____________________________________________________________________________
8318 [  3847] By: jhi                                   on 1999/08/01  17:17:07
8319         Log: Undo #3790 and the patches that attempted to fix it
8320              (#3837, #3838, #3845).  The #3790 caused linkage failures
8321              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
8322              IRIX 6.5.
8323      Branch: cfgperl
8324            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
8325            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8326            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8327 ____________________________________________________________________________
8328 [  3846] By: jhi                                   on 1999/08/01  11:41:52
8329         Log: Reading 64-bit decimal numbers was broken because
8330              the NV was cast to an I32, not an IV.
8331      Branch: cfgperl
8332            ! toke.c
8333 ____________________________________________________________________________
8334 [  3845] By: jhi                                   on 1999/08/01  11:00:24
8335         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
8336      Branch: cfgperl
8337            + ext/SDBM_File/hints/solaris.pl
8338 ____________________________________________________________________________
8339 [  3844] By: jhi                                   on 1999/08/01  10:55:44
8340         Log: Enable Solaris largefiles support only if -Duse64bits is used.
8341              (Effectively removes #3311).
8342      Branch: cfgperl
8343            ! hints/solaris_2.sh
8344 ____________________________________________________________________________
8345 [  3843] By: jhi                                   on 1999/07/31  22:44:56
8346         Log: Integer overflow iteration.
8347      Branch: cfgperl
8348            ! t/op/oct.t toke.c util.c
8349 ____________________________________________________________________________
8350 [  3842] By: jhi                                   on 1999/07/31  22:11:03
8351         Log: Remove a lot of unused regnode codes.
8352              Noticed by Ilya.
8353      Branch: cfgperl
8354            ! regcomp.c regcomp.sym regexec.c regnodes.h
8355 ____________________________________________________________________________
8356 [  3841] By: jhi                                   on 1999/07/31  21:53:54
8357         Log: Make the use64bits and usethreads friendlier/braver;
8358              they no more wimp out if the platform is unknown.
8359              On use64bits if gcc used -DUSE_LONG_LONG is added
8360              to the ccflags (this dependency on gcc caused a slightly weird
8361              reordering of Configure, but things still seem to work.)
8362      Branch: cfgperl
8363            ! Configure README.threads config_h.SH
8364      Branch: metaconfig
8365            ! U/threads/usethreads.U
8366      Branch: metaconfig/U/perl
8367            ! use64bits.U
8368 ____________________________________________________________________________
8369 [  3840] By: jhi                                   on 1999/07/31  20:26:22
8370         Log: Hack the "integer overflow" code some more.
8371      Branch: cfgperl
8372            ! perl.h toke.c util.c
8373 ____________________________________________________________________________
8374 [  3839] By: jhi                                   on 1999/07/31  20:22:00
8375         Log: Test oct() at the 2^32-1 limit.
8376      Branch: cfgperl
8377            ! t/op/oct.t
8378 ____________________________________________________________________________
8379 [  3838] By: jhi                                   on 1999/07/31  20:08:43
8380         Log: Update MANIFEST for #3837.
8381      Branch: cfgperl
8382            ! MANIFEST
8383 ____________________________________________________________________________
8384 [  3837] By: jhi                                   on 1999/07/31  20:02:40
8385         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
8386              (a core dump with a corrput stack ensues).
8387      Branch: cfgperl
8388            + ext/SDBM_File/hints/dec_osf.pl
8389 ____________________________________________________________________________
8390 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8391         Log: Allow for Configure -Ubincompat5005 override.
8392      Branch: cfgperl
8393            ! Configure config_h.SH
8394      Branch: metaconfig/U/perl
8395            ! bincompat5005.U
8396 ____________________________________________________________________________
8397 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8398         Log: Make Configure support PERL_BINCOMPAT_5005.
8399      Branch: cfgperl
8400            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8401            ! config_h.SH
8402      Branch: metaconfig/U/perl
8403            + bincompat5005.U
8404 ____________________________________________________________________________
8405 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8406         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8407      Branch: cfgperl
8408            ! Makefile.SH
8409 ____________________________________________________________________________
8410 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8411         Log: Integrate with Sarathy.  I overruled on perldelta
8412              and perldiag.
8413      Branch: cfgperl
8414           !> README.win32 emacs/cperl-mode.el globals.c installperl
8415           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8416           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8417           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8418           !> win32/perllib.c win32/win32.c
8419 ____________________________________________________________________________
8420 [  3832] By: jhi                                   on 1999/07/29  14:02:50
8421         Log: Repent and make overly large integerish
8422              constants non-fatal.  They are now promoted
8423              to NVs, accompanied by an overflow warning that
8424              is by default on.
8425      Branch: cfgperl
8426            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
8427            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
8428            ! toke.c util.c
8429 ____________________________________________________________________________
8430 [  3831] By: jhi                                   on 1999/07/29  11:40:04
8431         Log: AIX exhibits different error on failed system().
8432              Slightly modified patch via private email from
8433              David R. Favor <dfavor@austin.ibm.com>
8434      Branch: cfgperl
8435            ! t/op/exec.t
8436 ____________________________________________________________________________
8437 [  3830] By: gsar                                  on 1999/07/29  07:46:11
8438         Log: cperl-mode.el v4.19
8439      Branch: perl
8440            ! emacs/cperl-mode.el
8441 ____________________________________________________________________________
8442 [  3829] By: gsar                                  on 1999/07/29  07:30:35
8443         Log: From: jan.dubois@ibm.net (Jan Dubois)
8444              Date: Wed, 28 Jul 1999 22:01:42 +0200
8445              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
8446              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
8447      Branch: perl
8448            ! win32/bin/pl2bat.pl
8449 ____________________________________________________________________________
8450 [  3828] By: gsar                                  on 1999/07/29  07:19:27
8451         Log: tweak previous change for multiple hits
8452      Branch: perl
8453            ! utils/perldoc.PL
8454 ____________________________________________________________________________
8455 [  3827] By: gsar                                  on 1999/07/29  07:10:00
8456         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
8457              really needs a pod2text() compatibility function)
8458      Branch: perl
8459            ! utils/perldoc.PL
8460 ____________________________________________________________________________
8461 [  3826] By: gsar                                  on 1999/07/29  01:33:46
8462         Log: minor tweaks to pods and toke.c comments
8463      Branch: perl
8464            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
8465 ____________________________________________________________________________
8466 [  3825] By: gsar                                  on 1999/07/29  00:12:52
8467         Log: integrate cfgperl changes into mainline
8468      Branch: perl
8469           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8470           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
8471           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8472           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
8473           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8474           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
8475           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
8476           !> t/pragma/warn/util toke.c util.c
8477 ____________________________________________________________________________
8478 [  3824] By: jhi                                   on 1999/07/28  21:15:04
8479         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
8480      Branch: cfgperl
8481            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8482            ! ext/IO/lib/IO/Socket/INET.pm
8483 ____________________________________________________________________________
8484 [  3823] By: jhi                                   on 1999/07/28  20:29:17
8485         Log: Continue pack() doc honing.
8486      Branch: cfgperl
8487            ! pod/perlfunc.pod
8488 ____________________________________________________________________________
8489 [  3822] By: jhi                                   on 1999/07/28  20:17:37
8490         Log: Enhance pack() doc.
8491      Branch: cfgperl
8492            ! pod/perlfunc.pod
8493 ____________________________________________________________________________
8494 [  3821] By: jhi                                   on 1999/07/28  18:34:50
8495         Log: UNIX Domain Sockets are not implemented under QNX.
8496              
8497              From: Norton Allen <allen@huarp.harvard.edu>
8498              To: perl5-porters@perl.org
8499              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
8500              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
8501              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
8502      Branch: cfgperl
8503            ! t/lib/io_unix.t
8504 ____________________________________________________________________________
8505 [  3820] By: jhi                                   on 1999/07/28  18:13:37
8506         Log: IO::* enhancements.
8507              
8508              1) write() and syswrite() will now accept a single-argument
8509              form of the call, for consistency with Perl's syswrite().
8510              2) You can create a TCP-based IO::Socket::INET without forcing
8511              a connect attempt.  This allows you to configure its options
8512              (like making it non-blocking) and then call connect() manually.
8513              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
8514              from ever returning the correct value.
8515              
8516              From: Lincoln Stein <lstein@formaggio.cshl.org>
8517              To: Graham Barr <gbarr@pobox.com>
8518              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
8519              Subject: Re: patch for IO::*
8520              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
8521              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
8522      Branch: cfgperl
8523            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8524            ! ext/IO/lib/IO/Socket/INET.pm
8525 ____________________________________________________________________________
8526 [  3819] By: gsar                                  on 1999/07/28  18:08:06
8527         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
8528      Branch: perl
8529            ! README.win32 globals.c installperl iperlsys.h makedef.pl
8530            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
8531            ! win32/win32.c
8532 ____________________________________________________________________________
8533 [  3818] By: jhi                                   on 1999/07/28  17:48:16
8534         Log: Need to add QNX to the list for DONT_DECLARE_STD.
8535              (The elimination of use of the _() macro apparently triggered
8536              an incompatability with a #define of atof)
8537              
8538              From: Norton Allen <allen@huarp.harvard.edu>
8539              To: perl5-porters@perl.org
8540              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
8541              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
8542              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
8543      Branch: cfgperl
8544            ! perl.h
8545 ____________________________________________________________________________
8546 [  3817] By: jhi                                   on 1999/07/28  17:46:30
8547         Log: Need to add some more conditions to deal with the case
8548              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
8549              which is true for QNX4.
8550              From: Norton Allen <allen@huarp.harvard.edu>
8551              To: perl5-porters@perl.org
8552              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
8553              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
8554              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
8555      Branch: cfgperl
8556            ! pp_sys.c
8557 ____________________________________________________________________________
8558 [  3816] By: jhi                                   on 1999/07/28  17:43:40
8559         Log: The QNX shell needs a couple more semicolons.
8560              
8561              From: Norton Allen <allen@huarp.harvard.edu>
8562              To: perl5-porters@perl.org
8563              Subject: [ID 19990728.007] Patch:Configure _58 QNX
8564              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
8565              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
8566              
8567              plus silence metalint moanings on vendorprefix.
8568      Branch: cfgperl
8569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8570            ! config_h.SH
8571 ____________________________________________________________________________
8572 [  3815] By: jhi                                   on 1999/07/28  17:31:11
8573         Log: Silence metalint on vendorprefix.U.
8574      Branch: metaconfig
8575            ! U/installdirs/vendorprefix.U
8576 ____________________________________________________________________________
8577 [  3814] By: jhi                                   on 1999/07/28  17:13:29
8578         Log: QNX shell needs more semicolons.
8579      Branch: metaconfig/U/perl
8580            ! Extensions.U
8581 ____________________________________________________________________________
8582 [  3813] By: jhi                                   on 1999/07/28  17:05:08
8583         Log: Integrate with Sarathy.
8584      Branch: cfgperl
8585           !> lib/ExtUtils/MM_Unix.pm
8586 ____________________________________________________________________________
8587 [  3812] By: jhi                                   on 1999/07/28  16:20:17
8588         Log: Fix a typo, un-shout, and reformat the installation output.
8589      Branch: cfgperl
8590            ! lib/ExtUtils/Install.pm
8591 ____________________________________________________________________________
8592 [  3811] By: gsar                                  on 1999/07/28  15:41:11
8593         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
8594      Branch: perl
8595            ! lib/ExtUtils/MM_Unix.pm
8596 ____________________________________________________________________________
8597 [  3810] By: jhi                                   on 1999/07/28  13:55:57
8598         Log: Talk more about subsecond things in perlfunc.
8599              (Yes, redundant with perlfaq8.)
8600      Branch: cfgperl
8601            ! pod/perlfunc.pod
8602 ____________________________________________________________________________
8603 [  3809] By: jhi                                   on 1999/07/28  07:23:48
8604         Log: Integrate with Sarathy.
8605      Branch: cfgperl
8606           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
8607           !> t/op/pwent.t
8608 ____________________________________________________________________________
8609 [  3808] By: jhi                                   on 1999/07/28  07:23:03
8610         Log: Document toke.c.
8611              From: Nathan Torkington <gnat@frii.com>
8612              To: perl5-porters@perl.org
8613              Subject: Re: toke.c patch, work in progress
8614              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8615              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8616      Branch: cfgperl
8617            ! toke.c
8618 ____________________________________________________________________________
8619 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8620         Log: perlre clarification.
8621              
8622              From: Ian Phillipps <ian@dial.pipex.com>
8623              To: Perl 5 Porters <perl5-porters@perl.org>
8624              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8625              Date: Tue, 27 Jul 1999 10:46:29 +0100
8626              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8627      Branch: cfgperl
8628            ! pod/perlre.pod
8629 ____________________________________________________________________________
8630 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8631         Log: fix the perl -V breakage
8632              
8633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8634              To: Jarkko Hietaniemi <jhi@iki.fi>
8635              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8636              gsar@activestate.com
8637              Subject: Re: Follow up to: _58 on AIX 431
8638              Date: Tue, 27 Jul 1999 17:42:00 -0400
8639              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8640      Branch: perl
8641            ! configpm
8642 ____________________________________________________________________________
8643 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8644         Log: avoid warning (from Doug MacEachern)
8645      Branch: perl
8646            ! perl.h
8647 ____________________________________________________________________________
8648 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8649         Log: Pod::Html tweak
8650              
8651              From: jan.dubois@ibm.net (Jan Dubois)
8652              To: perl5-porters@perl.org
8653              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8654              Date: Tue, 27 Jul 1999 22:14:12 +0200
8655              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8656      Branch: perl
8657            ! lib/Pod/Html.pm
8658 ____________________________________________________________________________
8659 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8660         Log: freebsd hints update
8661              
8662              From: Anton Berezin <tobez@plab.ku.dk>
8663              To: perl5-porters@perl.org
8664              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8665              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8666              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8667      Branch: perl
8668            ! hints/freebsd.sh
8669 ____________________________________________________________________________
8670 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8671         Log: cosmetic testsuite patch
8672              
8673              From: Graham Barr <gbarr@ti.com>
8674              To: Perl5 Porters <perl5-porters@perl.org>
8675              Subject: 5.005_58 build
8676              Date: Tue, 27 Jul 1999 08:09:25 -0500
8677              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8678      Branch: perl
8679            ! t/op/grent.t t/op/pwent.t
8680 ____________________________________________________________________________
8681 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8682         Log: Minuscule cleanup of the integer overflow patch.
8683      Branch: cfgperl
8684            ! util.c
8685 ____________________________________________________________________________
8686 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8687         Log: Test hex('x...').
8688      Branch: cfgperl
8689            ! t/op/oct.t
8690 ____________________________________________________________________________
8691 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8692         Log: Integrate with Sarathy (5.005_58).
8693      Branch: cfgperl
8694            - ext/B/byteperl.c
8695           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8696           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8697           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8698           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8699           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8700           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8701           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8702           !> win32/config_H.vc
8703 ____________________________________________________________________________
8704 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8705         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8706              they used to be just optional lexical warnings.
8707              Also, with warnings turned on, constants > 2**32-1
8708              trigger a non-portability warning.
8709      Branch: cfgperl
8710            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8711            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8712            ! util.c
8713 ____________________________________________________________________________
8714 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8715         Log: here lies 5.005_58
8716      Branch: perl
8717            - ext/B/byteperl.c
8718            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8719            ! pod/perlfaq9.pod pod/perlhist.pod
8720
8721 ----------------
8722 Version 5.005_58
8723 ----------------
8724
8725 ____________________________________________________________________________
8726 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8727         Log: regenerate win32/config_H.?c
8728      Branch: perl
8729            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8730 ____________________________________________________________________________
8731 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8732         Log: From: Tye McQueen <tye@metronet.com>
8733              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8734              Message-Id: <199907270019.AA08223@metronet.com>
8735              Subject: Patch pl2bat.pl so batch file can fail
8736      Branch: perl
8737            ! win32/bin/pl2bat.pl
8738 ____________________________________________________________________________
8739 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8740         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8741              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8742              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8743              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8744      Branch: perl
8745            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8746            ! lib/SelfLoader.pm
8747 ____________________________________________________________________________
8748 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8749         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8750              (from Andy Dougherty)
8751      Branch: perl
8752            ! embed.h embed.pl
8753 ____________________________________________________________________________
8754 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8755         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8756              and Brad Appleton)
8757      Branch: perl
8758            ! lib/Pod/Parser.pm
8759 ____________________________________________________________________________
8760 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8761         Log: cover case where CLK_TCK is a float, not integer (from
8762              alexander smishlajev <als@turnhere.com>)
8763      Branch: perl
8764            ! ext/Devel/DProf/DProf.xs
8765 ____________________________________________________________________________
8766 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8767         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8768              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8769      Branch: perl
8770            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8771            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8772 ____________________________________________________________________________
8773 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8774         Log: Integrate with Sarathy.
8775      Branch: cfgperl
8776           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8777           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8778           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8779           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8780           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8781           !> proto.h t/comp/proto.t t/io/open.t
8782 ____________________________________________________________________________
8783 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8784         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8785              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8786              s/pod2txt/pod2text/ etc.
8787      Branch: perl
8788            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8789            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8790 ____________________________________________________________________________
8791 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8792         Log: From: Andy Dougherty <doughera@lafayette.edu>
8793              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8794              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8795              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8796      Branch: perl
8797            ! ext/SDBM_File/sdbm/sdbm.h
8798 ____________________________________________________________________________
8799 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8800         Log: applied suggested patch; added missing prototype changes to
8801              opcode.pl along with documentation typos (feature still needs
8802              to be described in perlopentut.pod and summarized in
8803              perldelta.pod)
8804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8805              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8806              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8807              Subject: [PATCH 5.00557] 3-arg open
8808      Branch: perl
8809            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8810            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8811            ! proto.h t/comp/proto.t t/io/open.t
8812 ____________________________________________________________________________
8813 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8814         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8815              <roland.bauer@fff.at>)
8816      Branch: perl
8817            ! lib/Pod/Html.pm
8818 ____________________________________________________________________________
8819 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8820         Log: change#3762 wasn't needed
8821      Branch: perl
8822            ! ext/B/B/CC.pm
8823 ____________________________________________________________________________
8824 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8825         Log: Integrate with Sarathy.
8826      Branch: cfgperl
8827           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8828           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8829           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8830 ____________________________________________________________________________
8831 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8832         Log: update Changes, patchlevel &c.
8833      Branch: perl
8834            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8835            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8836 ____________________________________________________________________________
8837 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8838         Log: a more correct fix for change#2744
8839              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8840              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8841              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8842              Subject: [PATCH _57] Re: toke.c questions 
8843      Branch: perl
8844            ! toke.c
8845 ____________________________________________________________________________
8846 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8847         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8848      Branch: perl
8849            ! pod/perlfunc.pod
8850 ____________________________________________________________________________
8851 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8852         Log: Dusting off.
8853      Branch: cfgperl
8854            ! README.threads
8855 ____________________________________________________________________________
8856 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8857         Log: avoid DIVZERO
8858      Branch: perl
8859            ! utils/dprofpp.PL
8860 ____________________________________________________________________________
8861 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8862         Log: warnings identified by Borland compiler
8863      Branch: perl
8864            ! makedef.pl pp_ctl.c
8865 ____________________________________________________________________________
8866 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8867         Log: Integrate with Sarathy.
8868      Branch: cfgperl
8869           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8870 ____________________________________________________________________________
8871 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8872         Log: avoid infinite recursion when Thread.pm croaks during
8873              bootstrap
8874      Branch: perl
8875            ! lib/Carp/Heavy.pm
8876 ____________________________________________________________________________
8877 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8878         Log: integrate cfgperl contents into mainline
8879      Branch: perl
8880           +> lib/Carp/Heavy.pm
8881           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8882           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8883           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8884           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8885           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8886 ____________________________________________________________________________
8887 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8888         Log: Use long doubles only if they are useful.
8889      Branch: cfgperl
8890            ! ext/POSIX/POSIX.xs
8891 ____________________________________________________________________________
8892 [  3772] By: gsar                                  on 1999/07/26  12:33:11
8893         Log: typo in change#3768
8894      Branch: perl
8895            ! pp_hot.c
8896 ____________________________________________________________________________
8897 [  3771] By: gsar                                  on 1999/07/26  12:08:27
8898         Log: alpha-stage support for user-hooks in @INC
8899              From: Ken Fox <kfox@ford.com>
8900              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
8901              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
8902              Subject: Re: loading remote modules
8903      Branch: perl
8904            ! pp_ctl.c
8905 ____________________________________________________________________________
8906 [  3770] By: jhi                                   on 1999/07/26  11:38:36
8907         Log: Back out #3735.  Needs more work.
8908      Branch: cfgperl
8909            ! Makefile.SH cflags.SH configpm ext/util/make_ext
8910            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
8911            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8912            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8913            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
8914 ____________________________________________________________________________
8915 [  3769] By: jhi                                   on 1999/07/26  11:24:45
8916         Log: Integrate with Sarathy.
8917      Branch: cfgperl
8918           !> (integrate 35 files)
8919 ____________________________________________________________________________
8920 [  3768] By: gsar                                  on 1999/07/26  11:03:07
8921         Log: optimize method name lookup
8922              From: Chip Salzenberg <chip@perlsupport.com>
8923              Date: Thu, 22 Jul 1999 13:43:36 -0400
8924              Message-ID: <19990722134336.Q391@perlsupport.com>
8925              Subject: [PATCH] OP_METHOD_NAMED
8926      Branch: perl
8927            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
8928            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
8929            ! proto.h
8930 ____________________________________________________________________________
8931 [  3767] By: gsar                                  on 1999/07/26  10:44:11
8932         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
8933              foo()->()); rework grammar to remove conflicts
8934              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8935              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
8936              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
8937              Subject: [PATCH _57, long] Re: optional arrow asymmetry
8938      Branch: perl
8939            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
8940            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
8941            ! vms/perly_c.vms vms/perly_h.vms
8942 ____________________________________________________________________________
8943 [  3766] By: jhi                                   on 1999/07/26  10:18:56
8944         Log: Use $< instead of $*.c in *perlmain.o rules.
8945      Branch: cfgperl
8946            ! Makefile.SH
8947 ____________________________________________________________________________
8948 [  3765] By: gsar                                  on 1999/07/26  09:28:48
8949         Log: From: Ian Phillipps <ian@dial.pipex.com>
8950              Date: Fri, 23 Jul 1999 23:35:56 +0100
8951              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
8952              Subject: (Version 2) Extending unpack to deal with counted strings
8953      Branch: perl
8954            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
8955 ____________________________________________________________________________
8956 [  3764] By: jhi                                   on 1999/07/26  09:17:26
8957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8958              To: perl5-porters@perl.org (Mailing list Perl5)
8959              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
8960              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
8961              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
8962              
8963              The patch was based on 5_57 so had to re-apply lib/Carp.pm
8964              parts of changes #3498, #3696, and #3702 for the new
8965              lib/Carp/Heavy.pm.
8966      Branch: cfgperl
8967            + lib/Carp/Heavy.pm
8968            ! MANIFEST lib/Carp.pm
8969 ____________________________________________________________________________
8970 [  3763] By: gsar                                  on 1999/07/26  09:03:17
8971         Log: ~ isn't valid in VMS filenames
8972      Branch: perl
8973            ! lib/Pod/Html.pm
8974 ____________________________________________________________________________
8975 [  3762] By: gsar                                  on 1999/07/26  08:59:47
8976         Log: setstate stop-gap from Vishal Bhatia
8977      Branch: perl
8978            ! ext/B/B/CC.pm
8979 ____________________________________________________________________________
8980 [  3761] By: gsar                                  on 1999/07/26  08:06:39
8981         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
8982              add B::OP::name() method that returns just the op_name;
8983              convert Deparse et all to use that instead of B::OP::ppaddr();
8984              add support for OP_SETSTATE in Deparse
8985      Branch: perl
8986            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
8987            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
8988            ! ext/B/B/Xref.pm opcode.h opcode.pl
8989 ____________________________________________________________________________
8990 [  3760] By: jhi                                   on 1999/07/26  07:14:43
8991         Log: Integrate with Sarathy.
8992      Branch: cfgperl
8993           !> (integrate 43 files)
8994 ____________________________________________________________________________
8995 [  3759] By: gsar                                  on 1999/07/26  05:12:24
8996         Log: add disclaimer about perl 4 libraries (modified version of
8997              patch suggested by Clinton Pierce <cpierce1@ford.com>)
8998      Branch: perl
8999            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9000            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9001            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9002            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9003            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9004 ____________________________________________________________________________
9005 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9006         Log: make reset() behave with high-bit characters
9007              From: Ian Phillipps <ian@dial.pipex.com>
9008              Date: Thu, 22 Jul 1999 22:48:59 +0100
9009              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9010              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9011      Branch: perl
9012            ! sv.c
9013 ____________________________________________________________________________
9014 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9015         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9016      Branch: perl
9017            ! pod/perlport.pod
9018 ____________________________________________________________________________
9019 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9020         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9021      Branch: perl
9022            ! utils/dprofpp.PL
9023 ____________________________________________________________________________
9024 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9025         Log: disable VPATH for now (breaks x2p build)
9026      Branch: perl
9027            ! x2p/Makefile.SH
9028 ____________________________________________________________________________
9029 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9030         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9031              (%! has the necessary magic); misc typos
9032      Branch: perl
9033            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9034            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9035            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9036            ! utils/h2xs.PL
9037 ____________________________________________________________________________
9038 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9039         Log: integrate cfgperl contents into mainline
9040      Branch: perl
9041           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9042           !> (integrate 53 files)
9043 ____________________________________________________________________________
9044 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9045         Log: ensure implicitly closed handles don't set $? or $!
9046      Branch: perl
9047            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9048 ____________________________________________________________________________
9049 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9050         Log: change#3534 didn't preserve undef return values from caller()
9051      Branch: perl
9052            ! Changes pp_ctl.c
9053 ____________________________________________________________________________
9054 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9055         Log: Back up a tiny bit from #3735.
9056              This may break builds outside the source directory
9057              but then again, they do not work that ell yet anyway.
9058      Branch: cfgperl
9059            ! Makefile.SH
9060 ____________________________________________________________________________
9061 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9062         Log: Back up a tiny bit from #3735.
9063              This may break builds outside the source directory
9064              but then again, they do not work that ell yet anyway.
9065      Branch: cfgperl
9066            ! Makefile.SH
9067 ____________________________________________________________________________
9068 [  3749] By: jhi                                   on 1999/07/25  19:15:55
9069         Log: Integrate with Sarathy.
9070      Branch: cfgperl
9071           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
9072 ____________________________________________________________________________
9073 [  3748] By: jhi                                   on 1999/07/25  19:06:59
9074         Log: Recode locale.t so that the change in #3730
9075              is not needed and locale.t works both without
9076              and with the utf8 pragma.
9077      Branch: cfgperl
9078            + t/pragma/locale/latin1 t/pragma/locale/utf8
9079            ! MANIFEST t/pragma/locale.t
9080 ____________________________________________________________________________
9081 [  3747] By: jhi                                   on 1999/07/25  19:01:46
9082         Log: Like #3743.
9083      Branch: cfgperl
9084            ! utils/perlbug.PL
9085 ____________________________________________________________________________
9086 [  3746] By: gsar                                  on 1999/07/25  18:08:58
9087         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
9088              append a HISTORY section to POD if option is used
9089      Branch: perl
9090            ! utils/h2xs.PL
9091 ____________________________________________________________________________
9092 [  3745] By: gsar                                  on 1999/07/25  17:40:03
9093         Log: warn rather than die when parse_version() can't cut it (from
9094              Michael G Schwern <schwern@pobox.com>)
9095      Branch: perl
9096            ! lib/ExtUtils/MM_Unix.pm
9097 ____________________________________________________________________________
9098 [  3744] By: gsar                                  on 1999/07/25  16:32:48
9099         Log: make map behave like grep wrt indirect object slot when
9100              there are parentheses; revert an experimental mod by Larry
9101              in change#2038 that failed to parse %{{qw(a b c)}} properly
9102              (this means C<map {use Foo; ...} ...> still needs a proper
9103              fix)
9104      Branch: perl
9105            ! toke.c
9106 ____________________________________________________________________________
9107 [  3743] By: jhi                                   on 1999/07/25  16:24:55
9108         Log: Fix a typo in #3725.
9109      Branch: cfgperl
9110            ! utils/perlbug.PL
9111 ____________________________________________________________________________
9112 [  3742] By: jhi                                   on 1999/07/25  16:14:39
9113         Log: Integrate with Sarathy.
9114      Branch: cfgperl
9115           !> (integrate 26 files)
9116 ____________________________________________________________________________
9117 [  3741] By: jhi                                   on 1999/07/25  16:02:28
9118         Log: Cut-and-pasto in #3737.
9119      Branch: cfgperl
9120            ! perl.c
9121 ____________________________________________________________________________
9122 [  3740] By: gsar                                  on 1999/07/25  15:59:34
9123         Log: add note about glibc bug
9124      Branch: perl
9125            ! t/pragma/warn/pp_hot
9126 ____________________________________________________________________________
9127 [  3739] By: gsar                                  on 1999/07/25  15:48:40
9128         Log: fix bug in change#3728 that might free COPs prematurely;
9129              null(op) now does more thorough scrubbing of the op, which
9130              fixes a few compile-time memory "leaks"
9131      Branch: perl
9132            ! dump.c embed.h embed.pl op.c proto.h
9133 ____________________________________________________________________________
9134 [  3738] By: jhi                                   on 1999/07/25  14:15:26
9135         Log: In accordance with #3737.
9136      Branch: metaconfig
9137            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
9138            ! U/modified/Oldconfig.U
9139      Branch: metaconfig/U/perl
9140            ! Extensions.U
9141 ____________________________________________________________________________
9142 [  3737] By: jhi                                   on 1999/07/25  14:12:34
9143         Log: Use vendorprefixlib.
9144      Branch: cfgperl
9145            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9146            ! config_h.SH perl.c
9147 ____________________________________________________________________________
9148 [  3736] By: jhi                                   on 1999/07/25  13:10:03
9149         Log: Populate metaconfig branch.
9150      Branch: metaconfig
9151            + (add 1468 files)
9152      Branch: metaconfig/U/perl
9153            + (add 101 files)
9154 ____________________________________________________________________________
9155 [  3735] By: jhi                                   on 1999/07/25  12:27:20
9156         Log: First steps of making builds outside the source
9157              directory possible.  These should get us as far
9158              as miniperl, then building DynaLoader falls into
9159              tiny twinkling pieces as MakeMaker knows nothing
9160              of VPATH mindset.
9161      Branch: cfgperl
9162            ! Configure Makefile.SH cflags.SH config_h.SH configpm
9163            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
9164            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
9165            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
9166            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
9167 ____________________________________________________________________________
9168 [  3734] By: jhi                                   on 1999/07/25  11:19:28
9169         Log: Poor Glossary--are we fixed yet?
9170      Branch: cfgperl
9171            ! Porting/Glossary
9172 ____________________________________________________________________________
9173 [  3733] By: jhi                                   on 1999/07/25  11:15:06
9174         Log: Change #3732 mistakenly clobbered Glossary.
9175      Branch: cfgperl
9176            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9177            ! config_h.SH
9178 ____________________________________________________________________________
9179 [  3732] By: jhi                                   on 1999/07/25  10:46:39
9180         Log: Andy's new installation scheme (note: a lot of this
9181              leaked in already with change #3731).  The vendor*
9182              stuff is not used anywhere (in *.SH, say), so it
9183              isn't in Configure, either.
9184      Branch: cfgperl
9185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9186            ! config_h.SH
9187 ____________________________________________________________________________
9188 [  3731] By: jhi                                   on 1999/07/25  10:12:07
9189         Log: Circumcode a strange shell(?) bug in AIX found
9190              while trying to do -Duse64bits (which I couldn't do
9191              in the end because the CPU isn't 64-bit in that box,
9192              but at least now the probing doesn't crash.)
9193      Branch: cfgperl
9194            ! Configure config_h.SH hints/aix.sh
9195 ____________________________________________________________________________
9196 [  3730] By: gsar                                  on 1999/07/25  04:56:56
9197         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
9198              a utf8 bug in one of the new RE optimizations
9199      Branch: perl
9200            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
9201            ! t/pragma/locale.t
9202 ____________________________________________________________________________
9203 [  3729] By: jhi                                   on 1999/07/23  19:56:27
9204         Log: From: Andy Dougherty <doughera@lafayette.edu>
9205              To: Perl Porters <perl5-porters@perl.org>
9206              Subject: [PATCH 5.005_57] INSTALL-1.58
9207              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
9208              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
9209              
9210              plus
9211              
9212              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9213              To: Andy Dougherty <doughera@lafayette.edu>
9214              Cc: Perl Porters <perl5-porters@perl.org>
9215              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
9216              Date: Fri, 23 Jul 1999 13:38:25 -0400
9217              Message-ID: <19990723133825.A12033@O2.chapin.edu>
9218      Branch: cfgperl
9219            ! INSTALL
9220 ____________________________________________________________________________
9221 [  3728] By: gsar                                  on 1999/07/23  17:24:42
9222         Log: applied suggested patch for tracking line numbers correctly in
9223              optimized blocks with a single statement; changed setcop to
9224              setstate and added code for -Dx dumps
9225              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9226              Date: Wed, 23 Jun 1999 17:27:42 +0100
9227              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
9228              Subject: [PATCH 5.005_57] Line number error in optimised else() 
9229      Branch: perl
9230            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
9231            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
9232            ! pp_proto.h t/op/misc.t
9233 ____________________________________________________________________________
9234 [  3727] By: gsar                                  on 1999/07/23  15:56:04
9235         Log: avoid useless use of target for pp_each(); also fixes bugs due to
9236              refcount held by the target
9237      Branch: perl
9238            ! opcode.h opcode.pl pp.c t/op/each.t
9239 ____________________________________________________________________________
9240 [  3726] By: jhi                                   on 1999/07/23  12:08:30
9241         Log: Change #3725 aftershock.
9242      Branch: cfgperl
9243            ! INSTALL jpl/JNI/JNI.pm
9244 ____________________________________________________________________________
9245 [  3725] By: jhi                                   on 1999/07/23  11:58:49
9246         Log: Introduce $Config{ldlibpthname} which contains
9247              the name of the environment variable holding the
9248              dynamic library search path, often LD_LIBRARY_PATH.
9249              Use this new feature all over.
9250              Also removed remnants of admonition "add LD_LIBRARY_PATH
9251              before running make" because Makefile.SH does this for you. 
9252      Branch: cfgperl
9253            ! Configure Makefile.SH config_h.SH
9254            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
9255            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
9256            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
9257            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
9258            ! jpl/install-jpl utils/perlbug.PL
9259 ____________________________________________________________________________
9260 [  3724] By: jhi                                   on 1999/07/23  08:03:36
9261         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
9262              To: perl5-porters@perl.org
9263              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
9264              Date: Thu, 22 Jul 1999 19:58:34 -0400
9265              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
9266      Branch: cfgperl
9267            ! av.c
9268 ____________________________________________________________________________
9269 [  3723] By: gsar                                  on 1999/07/23  00:01:29
9270         Log: emit warning about function calls that were encountered too early
9271              to enforce their prototype
9272      Branch: perl
9273            ! op.c op.h pod/perldiag.pod
9274 ____________________________________________________________________________
9275 [  3722] By: jhi                                   on 1999/07/22  21:19:59
9276         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9277              To: perl5-porters@perl.org
9278              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
9279              Subject: [PATCH] MakeMaker documentation
9280              Date: Wed, 21 Jul 1999 14:15:42 -0400
9281              Message-ID: <19990721141542.A1800@O2.chapin.edu>
9282      Branch: cfgperl
9283            ! lib/ExtUtils/MakeMaker.pm
9284 ____________________________________________________________________________
9285 [  3721] By: jhi                                   on 1999/07/22  21:05:19
9286         Log: From: pvhp@forte.com (Peter Prymmer)
9287              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
9288              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
9289              Date: Wed, 21 Jul 99 17:15:39 PDT
9290              Message-Id: <9907220015.AA11931@forte.com>
9291      Branch: cfgperl
9292            ! hints/os390.sh
9293 ____________________________________________________________________________
9294 [  3720] By: jhi                                   on 1999/07/22  20:51:17
9295         Log: AIX magic: ccdlflags needs to be different for
9296              Perl itself and for extra-core extensions
9297              (as used by ExtUtilss::embed::ldopts).
9298              Based on the problems described in
9299              
9300              From: Mike W Ellwood <mwe@rl.ac.uk>
9301              To: perl5-porters@perl.org
9302              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
9303              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
9304              Reply-To: m.w.ellwood@rl.ac.uk
9305              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
9306      Branch: cfgperl
9307            ! Configure Makefile.SH config_h.SH hints/aix.sh
9308 ____________________________________________________________________________
9309 [  3719] By: jhi                                   on 1999/07/22  08:23:53
9310         Log: Update history records.
9311      Branch: cfgperl
9312            ! pod/perlhist.pod
9313 ____________________________________________________________________________
9314 [  3718] By: jhi                                   on 1999/07/21  13:54:42
9315         Log: Todododobedobedo.
9316      Branch: cfgperl
9317            ! Todo
9318 ____________________________________________________________________________
9319 [  3717] By: jhi                                   on 1999/07/21  12:10:48
9320         Log: Even more Todo.
9321      Branch: cfgperl
9322            ! Todo
9323 ____________________________________________________________________________
9324 [  3716] By: jhi                                   on 1999/07/21  11:40:39
9325         Log: Use Errno more extensively so that error
9326              messages are more portable (another way
9327              would be to muck around with LC_MESSAGES).
9328              Problem reported in
9329              
9330              From: oracle@pcr8.pcr.com
9331              To: perl5-porters@perl.org
9332              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
9333              Date: Mon, 19 Jul 1999 18:39:13 -0400
9334              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
9335      Branch: cfgperl
9336            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9337            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
9338            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
9339 ____________________________________________________________________________
9340 [  3715] By: jhi                                   on 1999/07/21  11:05:36
9341         Log: Slightly modified patch.
9342              From: Sean Sheedy <seans@ncube.com>
9343              To: perl5-porters@perl.org
9344              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
9345              Date: Tue, 20 Jul 1999 09:52:06 -0700
9346              Message-Id: <3794A935.1C150E54@ncube.com>
9347      Branch: cfgperl
9348            ! cflags.SH x2p/cflags.SH
9349 ____________________________________________________________________________
9350 [  3714] By: jhi                                   on 1999/07/20  21:26:19
9351         Log: More Todo.
9352      Branch: cfgperl
9353            ! Todo
9354 ____________________________________________________________________________
9355 [  3713] By: jhi                                   on 1999/07/20  18:02:45
9356         Log: Integrate with Sarathy.
9357      Branch: cfgperl
9358           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9359           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9360           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
9361           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
9362           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
9363           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
9364           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
9365           +> utils/dprofpp.PL
9366           !> INSTALL MAINTAIN MANIFEST configure.com
9367           !> ext/Devel/Peek/Makefile.PL installman installperl
9368           !> pod/roffitall utils/Makefile vms/descrip_mms.template
9369           !> win32/Makefile win32/makefile.mk win32/win32.h
9370 ____________________________________________________________________________
9371 [  3712] By: gsar                                  on 1999/07/20  15:29:01
9372         Log: DProf tweak
9373      Branch: perl
9374            ! ext/Devel/DProf/DProf.xs
9375 ____________________________________________________________________________
9376 [  3711] By: gsar                                  on 1999/07/20  07:56:19
9377         Log: another DProf build tweak
9378      Branch: perl
9379            ! utils/dprofpp.PL
9380 ____________________________________________________________________________
9381 [  3710] By: gsar                                  on 1999/07/20  07:36:36
9382         Log: move DProf things around to where they are supposed to be
9383      Branch: perl
9384            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
9385            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
9386            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
9387            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
9388            + t/lib/dprof/test6_t t/lib/dprof/test6_v
9389           +> utils/dprofpp.PL
9390            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9391            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9392            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9393            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9394            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9395            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9396            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9397            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9398            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9399            ! installperl pod/roffitall utils/Makefile
9400            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9401 ____________________________________________________________________________
9402 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9403         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9404      Branch: perl
9405            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9406            ! ext/Devel/Peek/Makefile.PL
9407 ____________________________________________________________________________
9408 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9409         Log: move DProf to Devel/DProf
9410      Branch: perl
9411           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9412           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9413           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9414           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9415           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9416           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9417           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9418           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9419           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9420           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
9421           +> ext/Devel/DProf/test.pl
9422            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9423            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9424            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9425            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9426            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9427            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9428            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9429            ! MAINTAIN MANIFEST configure.com win32/Makefile
9430            ! win32/makefile.mk
9431 ____________________________________________________________________________
9432 [  3707] By: gsar                                  on 1999/07/20  05:39:11
9433         Log: add Devel::DProf v19990108 from CPAN, as it was
9434      Branch: perl
9435            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9436            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9437            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9438            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9439            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9440            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9441            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9442            ! MANIFEST
9443 ____________________________________________________________________________
9444 [  3706] By: gsar                                  on 1999/07/20  04:52:25
9445         Log: C<union any> needs no PERL_OBJECT-treatment
9446      Branch: perl
9447            ! win32/win32.h
9448 ____________________________________________________________________________
9449 [  3705] By: gsar                                  on 1999/07/20  04:11:54
9450         Log: fix problem in default build
9451      Branch: perl
9452            ! win32/Makefile win32/makefile.mk
9453 ____________________________________________________________________________
9454 [  3704] By: jhi                                   on 1999/07/19  07:06:36
9455         Log: Integrate with Sarathy.
9456      Branch: cfgperl
9457           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
9458           !> win32/win32.c
9459 ____________________________________________________________________________
9460 [  3703] By: gsar                                  on 1999/07/19  05:55:57
9461         Log: win32 nits
9462      Branch: perl
9463            ! makedef.pl sv.h
9464 ____________________________________________________________________________
9465 [  3702] By: gsar                                  on 1999/07/19  04:29:34
9466         Log: don't display tid from main thread (or testsuite breaks)
9467      Branch: perl
9468            ! lib/Carp.pm util.c
9469 ____________________________________________________________________________
9470 [  3701] By: gsar                                  on 1999/07/19  00:47:52
9471         Log: remove several doubled (and tripled!) entries
9472      Branch: perl
9473            ! pod/perldiag.pod
9474 ____________________________________________________________________________
9475 [  3700] By: gsar                                  on 1999/07/19  00:42:34
9476         Log: integrate cfgperl contents into mainline
9477      Branch: perl
9478           +> makedef.pl
9479            - perl_exp.SH win32/makedef.pl
9480           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9481           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
9482           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
9483           !> utf8.c util.c win32/Makefile win32/makefile.mk
9484 ____________________________________________________________________________
9485 [  3699] By: gsar                                  on 1999/07/19  00:33:59
9486         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
9487      Branch: perl
9488            ! Changes win32/win32.c
9489 ____________________________________________________________________________
9490 [  3698] By: jhi                                   on 1999/07/18  21:33:57
9491         Log: Integrate with Sarathy.
9492      Branch: cfgperl
9493           +> t/op/chars.t
9494           !> (integrate 57 files)
9495 ____________________________________________________________________________
9496 [  3697] By: gsar                                  on 1999/07/18  05:22:36
9497         Log: From: pvhp@forte.com (Peter Prymmer)
9498              Date: Thu, 1 Jul 99 19:31:24 PDT
9499              Message-Id: <9907020231.AA16942@forte.com>
9500              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
9501      Branch: perl
9502            + t/op/chars.t
9503            ! MANIFEST ebcdic.c t/op/ord.t
9504 ____________________________________________________________________________
9505 [  3696] By: gsar                                  on 1999/07/18  05:11:02
9506         Log: display thread id in diagnostics (suggested by Dan Sugalski)
9507      Branch: perl
9508            ! lib/Carp.pm util.c
9509 ____________________________________________________________________________
9510 [  3695] By: gsar                                  on 1999/07/18  04:57:47
9511         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
9512      Branch: perl
9513            ! pod/perldiag.pod
9514 ____________________________________________________________________________
9515 [  3694] By: gsar                                  on 1999/07/18  04:56:28
9516         Log: cache [NIUP]V conversions of defined READONLY values
9517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9518              Date: Sun, 11 Jul 1999 04:39:44 -0400
9519              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
9520              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
9521      Branch: perl
9522            ! sv.c
9523 ____________________________________________________________________________
9524 [  3693] By: gsar                                  on 1999/07/18  03:53:38
9525         Log: From: jan.dubois@ibm.net (Jan Dubois)
9526              Date: Sat, 17 Jul 1999 10:58:29 +0200
9527              Message-ID: <379144ad.13616689@smtp1.ibm.net>
9528              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
9529      Branch: perl
9530            ! lib/ExtUtils/Manifest.pm
9531 ____________________________________________________________________________
9532 [  3692] By: gsar                                  on 1999/07/18  03:51:03
9533         Log: remove spurious newSTATEOP() that causes goto to enter one too many
9534              contexts when jumping between if and elsif blocks
9535      Branch: perl
9536            ! perly.c perly.y pp_ctl.c t/op/goto.t
9537 ____________________________________________________________________________
9538 [  3691] By: gsar                                  on 1999/07/18  01:49:59
9539         Log: detypo, update Changes
9540      Branch: perl
9541            ! Changes doio.c
9542 ____________________________________________________________________________
9543 [  3690] By: gsar                                  on 1999/07/18  01:16:59
9544         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
9545      Branch: perl
9546            ! lib/integer.pm
9547 ____________________________________________________________________________
9548 [  3689] By: gsar                                  on 1999/07/18  00:47:17
9549         Log: ensure __END__ appears on a line by itself in wrapped
9550              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
9551              mention caveat about successfull kill()
9552      Branch: perl
9553            ! pod/perlfunc.pod win32/bin/pl2bat.pl
9554 ____________________________________________________________________________
9555 [  3688] By: gsar                                  on 1999/07/17  20:47:44
9556         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
9557      Branch: perl
9558            ! ext/SDBM_File/sdbm/Makefile.PL
9559 ____________________________________________________________________________
9560 [  3687] By: gsar                                  on 1999/07/17  20:43:27
9561         Log: make CC.pm use a distinct CCPP() macro rather than PP()
9562              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
9563      Branch: perl
9564            ! cc_runtime.h ext/B/B/CC.pm
9565 ____________________________________________________________________________
9566 [  3686] By: gsar                                  on 1999/07/17  20:39:08
9567         Log: tiny bug in vars.pm (from John Dlugosz)
9568      Branch: perl
9569            ! lib/vars.pm
9570 ____________________________________________________________________________
9571 [  3685] By: gsar                                  on 1999/07/17  20:37:27
9572         Log: applied suggested patch, along with later tweak
9573              From: jan.dubois@ibm.net (Jan Dubois)
9574              Date: Wed, 14 Jul 1999 23:53:43 +0200
9575              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
9576              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
9577      Branch: perl
9578            ! lib/Pod/Html.pm
9579 ____________________________________________________________________________
9580 [  3684] By: gsar                                  on 1999/07/17  20:24:32
9581         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
9582      Branch: perl
9583            ! thrdvar.h
9584 ____________________________________________________________________________
9585 [  3683] By: gsar                                  on 1999/07/17  20:21:01
9586         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9587              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
9588              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
9589              Subject: [PATCH 5.005_57] Segfaults if $^P
9590      Branch: perl
9591            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
9592            ! proto.h
9593 ____________________________________________________________________________
9594 [  3682] By: gsar                                  on 1999/07/17  20:04:17
9595         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
9596              and prefix/lib/perl5/man are ass_u_med only if those directories
9597              actually exist; else prefix/{lib,man} are used)
9598      Branch: perl
9599            ! lib/ExtUtils/MM_Unix.pm
9600 ____________________________________________________________________________
9601 [  3681] By: gsar                                  on 1999/07/17  19:12:33
9602         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
9603      Branch: perl
9604            ! op.c t/comp/proto.t
9605 ____________________________________________________________________________
9606 [  3680] By: gsar                                  on 1999/07/17  18:23:55
9607         Log: fix vec() on magic values
9608              From: Ian Phillipps <ian@dial.pipex.com>
9609              Date: Mon, 12 Jul 1999 12:30:05 +0100
9610              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
9611              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
9612      Branch: perl
9613            ! doop.c t/op/tie.t
9614 ____________________________________________________________________________
9615 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9616         Log: make system() return -1 and set $! if exec of child failed
9617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9618              Date: Fri, 9 Jul 1999 05:21:13 -0400
9619              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9620              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9621      Branch: perl
9622            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9623            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9624 ____________________________________________________________________________
9625 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9626         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9627              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9628              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9629              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9630      Branch: perl
9631            ! util.c
9632 ____________________________________________________________________________
9633 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9634         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9635              converted Ken's documentation outline into pod
9636      Branch: perl
9637            ! x2p/find2perl.PL
9638 ____________________________________________________________________________
9639 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9640         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9641              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9642              Steve Lidie
9643      Branch: perl
9644            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9645            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9646            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9647            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9648            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9649            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9650 ____________________________________________________________________________
9651 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9652         Log: backout redundant change#3628
9653      Branch: perl
9654            ! Changes hints/bsdos.sh
9655 ____________________________________________________________________________
9656 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9657         Log: Fix the bin/oct/hex constant overflow tests for
9658              long long platforms.
9659      Branch: cfgperl
9660            ! t/pragma/warn/util
9661 ____________________________________________________________________________
9662 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9663         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9664              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9665              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9666              Hijacked win32/makedef.pl for more general purpose export
9667              list building, now it is used (as toplevel makedef.pl)
9668              for win32 and AIX (perl_exp.SH made unnecessary).
9669              Because the export lists are now correct in AIX, no more linker
9670              warnings about "Exported symbol not defined" should appear.
9671      Branch: cfgperl
9672            + makedef.pl
9673            - perl_exp.SH win32/makedef.pl
9674            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9675            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9676            ! win32/makefile.mk
9677 ____________________________________________________________________________
9678 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9679         Log: minor efficiency tweak
9680      Branch: perl
9681            ! pp_ctl.c
9682 ____________________________________________________________________________
9683 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9684         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9685              if its caller re_intuit_start() was entered with strend == strpos
9686              because end_shift ended up as -1.  The patch ain't necessarily
9687              correct but least the core dump is avoided.
9688      Branch: cfgperl
9689            ! regexec.c
9690 ____________________________________________________________________________
9691 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9692         Log: Integrate with Sarathy.
9693      Branch: cfgperl
9694            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9695            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9696           !> (integrate 67 files)
9697 ____________________________________________________________________________
9698 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9699         Log: fixups for sundry warnings about function pointers
9700      Branch: perl
9701            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9702            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9703            ! win32/win32.c win32/win32.h
9704 ____________________________________________________________________________
9705 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9706         Log: tweaks for win32/borland
9707      Branch: perl
9708            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9709 ____________________________________________________________________________
9710 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9711         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9712              builds; passing the implicit context is unified among the three
9713              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9714              flavors (see the top of perl.h) for testing; all varargs functions
9715              foo() have a va_list-taking variant vfoo() for generating the
9716              context-free versions; the PERL_OBJECT build should now be
9717              hyper-compatible with CPAN extensions (C++ is totally out of
9718              the picture)
9719              
9720              result has only been tested on Windows
9721              
9722              TODO: write docs on the THX rationale and idiomatic usage of
9723              the Perl API
9724      Branch: perl
9725            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9726            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9727            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9728            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9729            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9730            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9731            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9732            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9733            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9734            ! global.sym globals.c intrpvar.h iperlsys.h
9735            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9736            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9737            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9738            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9739            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9740            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9741            ! win32/dl_win32.xs win32/include/dirent.h
9742            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9743            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9744            ! win32/win32iop.h win32/win32sck.c
9745 ____________________________________________________________________________
9746 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9747         Log: Integrate with Sarathy.
9748      Branch: cfgperl
9749           !> op.c t/op/lex_assign.t
9750 ____________________________________________________________________________
9751 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9752         Log: More manual sync.
9753      Branch: cfgperl
9754            ! pod/perldelta.pod
9755 ____________________________________________________________________________
9756 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9757         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9758              remedy and related tests via private mail
9759      Branch: perl
9760            ! op.c t/op/lex_assign.t
9761 ____________________________________________________________________________
9762 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9763         Log: Manual synchronization with Sarathy (some files
9764              had drifted apart for no apparent reason), plus
9765              I had a typo in dl_vms.xs Sarathy had fixed.
9766      Branch: cfgperl
9767            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9768 ____________________________________________________________________________
9769 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9770         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9771              to adapt to the underlying platform (the binary, 0b1..., test
9772              was broken in 64-bit platforms).  Also change "hex" in the
9773              warning messages to "hexadecimal" to match "binary" and "octal".
9774      Branch: cfgperl
9775            ! pod/perldiag.pod t/pragma/warn/util util.c
9776 ____________________________________________________________________________
9777 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9778         Log: Integrate with Sarathy.
9779      Branch: cfgperl
9780           +> perlapi.c perlapi.h
9781           !> (integrate 43 files)
9782 ____________________________________________________________________________
9783 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9784         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9785      Branch: perl
9786            + perlapi.c perlapi.h
9787            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9788            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9789            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9790            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9791            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9792            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9793            ! win32/win32.h
9794 ____________________________________________________________________________
9795 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9796         Log: sundry cleanups for clean build on windows
9797      Branch: perl
9798            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9799 ____________________________________________________________________________
9800 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9801         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9802              type mismatch problems
9803      Branch: perl
9804            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9805            ! t/pragma/warn/op toke.c utf8.c util.c
9806 ____________________________________________________________________________
9807 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9808         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9809      Branch: cfgperl
9810            ! pod/perldiag.pod
9811           !> Changes configure.com ext/B/B/Deparse.pm
9812           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9813           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9814           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9815           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9816           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9817           !> t/pragma/overload.t thread.h vms/vms.c
9818 ____________________________________________________________________________
9819 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9820         Log: integrate cfgperl contents
9821      Branch: perl
9822           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9823           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9824           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9825            ! Changes
9826           !> (integrate 45 files)
9827 ____________________________________________________________________________
9828 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9829         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9830              <pvhp@forte.com>
9831      Branch: perl
9832            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9833 ____________________________________________________________________________
9834 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9835         Log: change#1889 mistakenly removed F_SETLK
9836      Branch: perl
9837            ! ext/Fcntl/Fcntl.xs
9838 ____________________________________________________________________________
9839 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9840         Log: B::Deparse update
9841              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9842              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9843              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9844              Subject: [PATCH _57, long] B::Deparse 0.58
9845      Branch: perl
9846            ! ext/B/B/Deparse.pm
9847 ____________________________________________________________________________
9848 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9849         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9850              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9851              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9852              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9853      Branch: perl
9854            ! gv.c t/pragma/overload.t
9855 ____________________________________________________________________________
9856 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9857         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9858      Branch: perl
9859            ! perlsfio.h
9860 ____________________________________________________________________________
9861 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9862         Log: applied new parts of suggested patch
9863              From: Charles Bailey <BAILEY@newman.upenn.edu>
9864              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9865              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9866              Subject: [PATCH 5.005_57] Consolidated VMS patch
9867      Branch: perl
9868            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9869            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9870            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9871            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9872            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9873 ____________________________________________________________________________
9874 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9875         Log: Sync regcomp warn with reality.
9876      Branch: cfgperl
9877            ! t/pragma/warn/regcomp
9878 ____________________________________________________________________________
9879 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9880         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9881              resolved manually.
9882      Branch: cfgperl
9883           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9884           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9885           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9886            - README.lexwarn
9887           !> (integrate 79 files)
9888 ____________________________________________________________________________
9889 [  3647] By: gsar                                  on 1999/07/07  10:32:03
9890         Log: From: jan.dubois@ibm.net (Jan Dubois)
9891              Date: Thu, 01 Jul 1999 11:17:53 +0200
9892              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
9893              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
9894      Branch: perl
9895            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9896            ! lib/ExtUtils/MakeMaker.pm
9897 ____________________________________________________________________________
9898 [  3646] By: gsar                                  on 1999/07/07  10:27:55
9899         Log: fix undocumented IO::Handle functions as suggested
9900              by cj10@cam.ac.uk
9901      Branch: perl
9902            ! ext/IO/lib/IO/Handle.pm
9903 ____________________________________________________________________________
9904 [  3645] By: gsar                                  on 1999/07/07  10:18:55
9905         Log: prohibit thread join()ing itself (from Dan Sugalski)
9906      Branch: perl
9907            ! ext/Thread/Thread.xs
9908 ____________________________________________________________________________
9909 [  3644] By: gsar                                  on 1999/07/07  10:14:26
9910         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9911              Date: Wed, 30 Jun 1999 14:02:42 -0700
9912              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
9913              Subject:  [PATCH 5.005_57] Compiler and XSUBS
9914      Branch: perl
9915            ! ext/B/B/C.pm
9916 ____________________________________________________________________________
9917 [  3643] By: gsar                                  on 1999/07/07  10:08:38
9918         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
9919              (from François Désarménien <desar@club-internet.fr>)
9920      Branch: perl
9921            ! pod/perlsyn.pod
9922 ____________________________________________________________________________
9923 [  3642] By: gsar                                  on 1999/07/07  10:03:24
9924         Log: From: Doug MacEachern <dougm@cp.net>
9925              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
9926              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
9927              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
9928      Branch: perl
9929            ! ext/B/B.xs
9930 ____________________________________________________________________________
9931 [  3641] By: gsar                                  on 1999/07/07  10:00:57
9932         Log: slightly modified version of suggested patch
9933              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
9934              Date: Mon, 28 Jun 1999 14:23:59 -0400
9935              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
9936              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
9937      Branch: perl
9938            ! ext/POSIX/POSIX.xs
9939 ____________________________________________________________________________
9940 [  3640] By: gsar                                  on 1999/07/07  09:45:43
9941         Log: lexical warnings update (warning.t fails one test
9942              due to leaked scalar, investigation pending)
9943              From: paul.marquess@bt.com
9944              Date: Sat, 26 Jun 1999 23:19:52 +0100
9945              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
9946              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
9947      Branch: perl
9948            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9949            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9950            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9951            - README.lexwarn
9952            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
9953            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9954            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
9955            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
9956            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9957            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
9958            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
9959            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9960            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9961            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9962            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9963            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9964            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
9965            ! warning.h warning.pl win32/win32.c
9966 ____________________________________________________________________________
9967 [  3639] By: gsar                                  on 1999/07/07  08:09:30
9968         Log: From: Brian Jepson <bjepson@home.com>
9969              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
9970              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
9971              Subject: Patch to JPL example program
9972      Branch: perl
9973            ! jpl/JPL_Rolo/JPL_Rolo.jpl
9974 ____________________________________________________________________________
9975 [  3638] By: jhi                                   on 1999/07/07  08:07:58
9976         Log: Integrate with Sarathy.
9977      Branch: cfgperl
9978           !> (integrate 34 files)
9979 ____________________________________________________________________________
9980 [  3637] By: gsar                                  on 1999/07/07  08:07:49
9981         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9982              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
9983              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
9984              Subject: [PATCH _57, long] Eliminate CONDOPs
9985      Branch: perl
9986            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
9987            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
9988            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
9989            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
9990            ! pod/perltoc.pod pp_ctl.c pp_hot.c
9991 ____________________________________________________________________________
9992 [  3636] By: gsar                                  on 1999/07/07  07:50:51
9993         Log: adapted suggested patch for IO-1.20x
9994              From: ian@dial.pipex.com
9995              Date:  Fri, 25 Jun 1999 10:39:42 +0100
9996              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
9997              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
9998      Branch: perl
9999            ! ext/IO/lib/IO/Socket.pm
10000 ____________________________________________________________________________
10001 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10002         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10003      Branch: perl
10004            ! hints/powerux.sh
10005 ____________________________________________________________________________
10006 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10007         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10008              Date: Wed, 23 Jun 1999 16:16:05 +0100
10009              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10010              Subject: [PATCH 5.005_57] memleak in optimizer
10011      Branch: perl
10012            ! embed.h embed.pl objXSUB.h op.c proto.h
10013 ____________________________________________________________________________
10014 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10015         Log: add do-not-edit caveats for files generated by opcode.pl
10016              (suggested by Hugo van der Sanden)
10017      Branch: perl
10018            ! opcode.h opcode.pl pp.sym pp_proto.h
10019 ____________________________________________________________________________
10020 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10021         Log: better diagnostics on read operations from write-only
10022              filehandles
10023      Branch: perl
10024            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10025            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10026 ____________________________________________________________________________
10027 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10028         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10029              by David Muir Sharnoff <muir@idiom.com>)
10030      Branch: perl
10031            ! lib/Sys/Hostname.pm
10032 ____________________________________________________________________________
10033 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10034         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10035              Date: Sun, 20 Jun 1999 17:17:17 -0700
10036              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10037              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10038      Branch: perl
10039            ! ext/B/B/CC.pm
10040 ____________________________________________________________________________
10041 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10042         Log: installperl should write normal messages to STDOUT, not STDERR
10043      Branch: perl
10044            ! installperl
10045 ____________________________________________________________________________
10046 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10047         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10048      Branch: perl
10049            ! hints/bsdos.sh
10050 ____________________________________________________________________________
10051 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10052         Log: make diagnostic on C<my $^I> etc., more readable
10053      Branch: perl
10054            ! op.c
10055 ____________________________________________________________________________
10056 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10057         Log: From: Andy Dougherty <doughera@lafayette.edu>
10058              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10059              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10060              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10061      Branch: perl
10062            ! Makefile.SH utils/Makefile
10063 ____________________________________________________________________________
10064 [  3625] By: jhi                                   on 1999/07/06  21:50:46
10065         Log: Some new files of #3624 missing from MANIFEST.
10066      Branch: cfgperl
10067            ! MANIFEST
10068 ____________________________________________________________________________
10069 [  3624] By: jhi                                   on 1999/07/06  21:47:04
10070         Log: POSIX [[:character class:]] support for standard, locale,
10071              and utf8.  If both utf8 and locale are on, utf8 wins.
10072              I don't fully understand why so many tables changed in
10073              lib/unicode because of "make" -- maybe it was just overdue.
10074      Branch: cfgperl
10075            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10076            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10077            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10078            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
10079            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
10080            ! lib/unicode/Block.pl lib/unicode/Category.pl
10081            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10082            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
10083            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
10084            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
10085            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
10086            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
10087            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
10088            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
10089            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
10090            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
10091            ! t/pragma/warn/regcomp utf8.c
10092 ____________________________________________________________________________
10093 [  3623] By: gsar                                  on 1999/07/06  20:52:48
10094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10095              Date: Wed, 16 Jun 1999 14:57:22 -0400
10096              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
10097              Subject: [PATCH 5.00557] Devel::Peek
10098      Branch: perl
10099            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10100 ____________________________________________________________________________
10101 [  3622] By: gsar                                  on 1999/07/06  20:22:59
10102         Log: applied patch after demunging headers with appropriate paths
10103              From: "Vishal Bhatia" <vishalb@my-deja.com>
10104              Date: Sat, 12 Jun 1999 08:23:59 -0700
10105              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
10106              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
10107      Branch: perl
10108            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
10109            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
10110 ____________________________________________________________________________
10111 [  3621] By: gsar                                  on 1999/07/06  20:10:50
10112         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10113              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
10114              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
10115              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
10116      Branch: perl
10117            ! doio.c
10118 ____________________________________________________________________________
10119 [  3620] By: jhi                                   on 1999/07/06  19:16:47
10120         Log: Mention EPOC and SOCKS.
10121      Branch: cfgperl
10122            ! pod/perldelta.pod
10123 ____________________________________________________________________________
10124 [  3619] By: gsar                                  on 1999/07/06  16:52:37
10125         Log: fix int vs STRLEN issue
10126      Branch: perl
10127            ! pp.c
10128 ____________________________________________________________________________
10129 [  3618] By: jhi                                   on 1999/07/06  16:52:20
10130         Log: There ain't Perl_atonv().
10131      Branch: cfgperl
10132            ! ext/ByteLoader/bytecode.h
10133 ____________________________________________________________________________
10134 [  3617] By: jhi                                   on 1999/07/06  15:55:22
10135         Log: Integrate with Sarathy.
10136      Branch: cfgperl
10137           !> Makefile.SH
10138 ____________________________________________________________________________
10139 [  3616] By: jhi                                   on 1999/07/06  15:54:09
10140         Log: Tweak for #3613.
10141      Branch: cfgperl
10142            ! Configure config_h.SH
10143 ____________________________________________________________________________
10144 [  3615] By: gsar                                  on 1999/07/06  11:00:21
10145         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10146              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
10147              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
10148              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
10149      Branch: perl
10150            ! Makefile.SH
10151 ____________________________________________________________________________
10152 [  3614] By: jhi                                   on 1999/07/06  10:44:48
10153         Log: Integrate with Sarathy.
10154      Branch: cfgperl
10155           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
10156           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
10157 ____________________________________________________________________________
10158 [  3613] By: jhi                                   on 1999/07/06  10:43:20
10159         Log: From: Nathan Kurz <nate@valleytel.net>
10160              Subject: [ID 19990612.001 compiling three deep modules within ext/]
10161              ply-To: nate@valleytel.net
10162              erl5-porters@perl.org
10163              Date: Sat, 12 Jun 1999 01:26:04 -0500
10164              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
10165      Branch: cfgperl
10166            ! Configure config_h.SH
10167 ____________________________________________________________________________
10168 [  3612] By: gsar                                  on 1999/07/06  10:17:52
10169         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10170              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
10171              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
10172              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
10173      Branch: perl
10174            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
10175 ____________________________________________________________________________
10176 [  3611] By: gsar                                  on 1999/07/06  09:51:20
10177         Log: From: pvhp@forte.com (Peter Prymmer)
10178              Date: Fri, 11 Jun 99 17:07:19 PDT
10179              Message-Id: <9906120007.AA13802@forte.com>
10180              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
10181      Branch: perl
10182            ! ext/IO/lib/IO/File.pm
10183 ____________________________________________________________________________
10184 [  3610] By: gsar                                  on 1999/07/06  09:37:37
10185         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
10186              tweak)
10187              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10188              Date: Wed, 09 Jun 1999 18:27:51 +0100
10189              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
10190              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
10191      Branch: perl
10192            ! perl.h t/base/rs.t
10193 ____________________________________________________________________________
10194 [  3609] By: jhi                                   on 1999/07/06  09:28:48
10195         Log: Integrate with Sarathy.
10196      Branch: cfgperl
10197           !> (integrate 49 files)
10198 ____________________________________________________________________________
10199 [  3608] By: gsar                                  on 1999/07/06  09:28:21
10200         Log: test tweak
10201      Branch: perl
10202            ! t/pragma/warn/op
10203 ____________________________________________________________________________
10204 [  3607] By: jhi                                   on 1999/07/06  09:22:48
10205         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
10206      Branch: cfgperl
10207            ! Configure config_h.SH
10208 ____________________________________________________________________________
10209 [  3606] By: gsar                                  on 1999/07/06  09:05:02
10210         Log: applied slightly tweaked version of suggested patch for
10211              improved RE API
10212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10213              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
10214              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
10215              Subject: [PATCH 5.005_57] REx engine rehash
10216      Branch: perl
10217            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
10218            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
10219            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
10220            ! util.c
10221 ____________________________________________________________________________
10222 [  3605] By: gsar                                  on 1999/07/06  08:54:03
10223         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
10224      Branch: perl
10225            ! sv.c
10226 ____________________________________________________________________________
10227 [  3604] By: gsar                                  on 1999/07/06  07:08:30
10228         Log: From: paul.marquess@bt.com
10229              Date: Tue, 8 Jun 1999 22:37:58 +0100 
10230              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
10231              Subject: [PATCH 5.005_57] DB_File 1.67
10232      Branch: perl
10233            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10234            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10235 ____________________________________________________________________________
10236 [  3603] By: gsar                                  on 1999/07/06  07:04:50
10237         Log: From: paul.marquess@bt.com
10238              Date: Tue, 8 Jun 1999 22:34:01 +0100 
10239              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
10240              Subject: [PATCH 5.005_57] DBM Filters
10241      Branch: perl
10242            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10243            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
10244            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10245            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
10246 ____________________________________________________________________________
10247 [  3602] By: gsar                                  on 1999/07/06  07:00:01
10248         Log: slightly tweaked version of suggested patch
10249              From: Dan Sugalski <sugalskd@ous.edu>
10250              Date: Tue, 08 Jun 1999 14:09:38 -0700
10251              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
10252              Subject: [PATCH 5.005_57]Use NV instead of double in the core
10253      Branch: perl
10254            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
10255            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
10256            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
10257            ! proto.h sv.c sv.h toke.c universal.c util.c
10258 ____________________________________________________________________________
10259 [  3601] By: gsar                                  on 1999/07/06  06:52:57
10260         Log: integrate cfgperl contents into mainline
10261      Branch: perl
10262           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10263           +> epoc/perl.mmp epoc/perl.pkg
10264           !> (integrate 30 files)
10265 ____________________________________________________________________________
10266 [  3598] By: jhi                                   on 1999/07/05  20:02:55
10267         Log: Integrate with mainperl.
10268      Branch: cfgperl
10269           +> lib/CGI/Pretty.pm
10270           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10271           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
10272           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
10273           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
10274           !> vms/vmsish.h
10275 ____________________________________________________________________________
10276 [  3597] By: jhi                                   on 1999/07/05  19:59:48
10277         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
10278              that addresses the notorious "Additional libraries" question.
10279      Branch: cfgperl
10280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10281            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
10282            ! pp_sys.c
10283 ____________________________________________________________________________
10284 [  3596] By: gsar                                  on 1999/07/05  18:30:51
10285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10286              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
10287              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
10288              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
10289      Branch: perl
10290            ! pp_sys.c t/lib/io_udp.t
10291 ____________________________________________________________________________
10292 [  3595] By: gsar                                  on 1999/07/05  18:29:08
10293         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10294              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
10295              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
10296              Subject: [PATCH 5.00557] Setting $^E wipes out $!
10297      Branch: perl
10298            ! mg.c
10299 ____________________________________________________________________________
10300 [  3594] By: gsar                                  on 1999/07/05  18:24:53
10301         Log: hand-apply whitespace mutiliated patch
10302              From: Dan Sugalski <sugalskd@osshe.edu>
10303              Date: Mon, 07 Jun 1999 14:46:42 -0700
10304              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
10305              Subject: [PATCH 5.005_57]Updated VMS patch
10306      Branch: perl
10307            ! thread.h vms/descrip_mms.template vms/subconfigure.com
10308            ! vms/vms.c vms/vmsish.h
10309 ____________________________________________________________________________
10310 [  3593] By: gsar                                  on 1999/07/05  17:53:04
10311         Log: applied parts not duplicated by previous patches
10312              From: "Vishal Bhatia" <vishalb@my-deja.com>
10313              Date: Sat, 05 Jun 1999 08:42:17 -0700
10314              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
10315              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
10316      Branch: perl
10317            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10318            ! ext/B/B/Stackobj.pm
10319 ____________________________________________________________________________
10320 [  3592] By: jhi                                   on 1999/07/05  17:17:22
10321         Log: AIX threaded build, plus few more on the side.
10322      Branch: cfgperl
10323            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
10324            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10325            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
10326            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
10327 ____________________________________________________________________________
10328 [  3591] By: gsar                                  on 1999/07/05  16:52:34
10329         Log: "\e" and "\a" didn't produce right escape under EBCDIC
10330              From: pvhp@forte.com (Peter Prymmer)
10331              Date: Fri, 4 Jun 99 12:00:27 PDT
10332              Message-Id: <9906041900.AA28387@forte.com>
10333              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
10334      Branch: perl
10335            ! toke.c
10336 ____________________________________________________________________________
10337 [  3590] By: gsar                                  on 1999/07/05  16:40:01
10338         Log: s/scalar ref constructor/single ref constructor/ (suggested
10339              by Stephen McCamant)
10340      Branch: perl
10341            ! opcode.h opcode.pl
10342 ____________________________________________________________________________
10343 [  3589] By: gsar                                  on 1999/07/05  16:34:06
10344         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
10345      Branch: perl
10346            ! ext/GDBM_File/GDBM_File.xs
10347 ____________________________________________________________________________
10348 [  3588] By: gsar                                  on 1999/07/05  16:29:39
10349         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
10350              is unchanged still)
10351      Branch: perl
10352            ! op.c
10353 ____________________________________________________________________________
10354 [  3587] By: jhi                                   on 1999/07/05  10:31:43
10355         Log: Make perl_exp.SH smarter about what to include and what to exclude.
10356      Branch: cfgperl
10357            ! perl_exp.SH
10358 ____________________________________________________________________________
10359 [  3586] By: jhi                                   on 1999/07/05  09:29:31
10360         Log: Remove unnecessary and extraneous my $i = 0.
10361      Branch: cfgperl
10362            ! bytecode.pl
10363 ____________________________________________________________________________
10364 [  3585] By: jhi                                   on 1999/07/05  07:28:59
10365         Log: Integrate with mainperl.
10366      Branch: cfgperl
10367           !> (integrate 30 files)
10368 ____________________________________________________________________________
10369 [  3584] By: gsar                                  on 1999/07/05  05:36:28
10370         Log: From: Vishal Bhatia <vishalb@hotmail.com>
10371              Date: Thu, 03 Jun 1999 00:57:48 PDT
10372              Message-ID: <19990603075749.86665.qmail@hotmail.com>
10373              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
10374      Branch: perl
10375            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10376 ____________________________________________________________________________
10377 [  3583] By: gsar                                  on 1999/07/05  05:31:19
10378         Log: suppress fancy display when in verbose mode (suggested by
10379              Paul Johnson <pjcj@transeda.com>)
10380      Branch: perl
10381            ! lib/Test/Harness.pm
10382 ____________________________________________________________________________
10383 [  3582] By: gsar                                  on 1999/07/05  05:17:12
10384         Log: cygwin32 update
10385              From: "Fifer, Eric" <EFifer@sanwaint.com>
10386              Date:  Wed, 2 Jun 1999 15:16:05 +0100
10387              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
10388              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
10389      Branch: perl
10390            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10391            ! cygwin32/build-instructions.READFIRST
10392            ! cygwin32/build-instructions.charles-wilson
10393            ! cygwin32/build-instructions.sebastien-barre
10394            ! cygwin32/build-instructions.steven-morlock
10395            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10396            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10397            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10398            ! t/op/magic.t util.c
10399 ____________________________________________________________________________
10400 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10401         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10402      Branch: perl
10403            ! util.c
10404 ____________________________________________________________________________
10405 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10406         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10407              Date: Mon, 31 May 1999 18:18:13 -0600
10408              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10409              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10410      Branch: perl
10411            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10412 ____________________________________________________________________________
10413 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10414         Log: compatibility tweak for Class::Struct
10415      Branch: perl
10416            ! lib/Class/Struct.pm
10417 ____________________________________________________________________________
10418 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10419         Log: Miscellaneus AIX fixes + SOCKS support.
10420      Branch: cfgperl
10421            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10422            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
10423            ! hints/aix.sh pp_sys.c
10424 ____________________________________________________________________________
10425 [  3577] By: gsar                                  on 1999/07/04  23:07:39
10426         Log: test tweak
10427      Branch: perl
10428            ! t/io/openpid.t
10429 ____________________________________________________________________________
10430 [  3576] By: jhi                                   on 1999/07/04  22:39:23
10431         Log: Integrate with mainperl.
10432      Branch: cfgperl
10433           +> t/io/openpid.t
10434            - win32/perlhost.h
10435           !> (integrate 51 files)
10436 ____________________________________________________________________________
10437 [  3575] By: jhi                                   on 1999/07/04  22:26:48
10438         Log: Added 64-bit support for AIX 4.3 or better
10439              based on Martin H. Rusoff's observations.
10440      Branch: cfgperl
10441            ! Configure config_h.SH hints/aix.sh
10442 ____________________________________________________________________________
10443 [  3574] By: jhi                                   on 1999/07/04  21:34:47
10444         Log: Do not throw away gccvers compilation errors.
10445              From: Andy Dougherty <doughera@lafayette.edu>
10446              To: Ron Seguin <rseguin@on.bell.ca>
10447              Cc: Perl Porters <perl5-porters@perl.org>
10448              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
10449              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
10450              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
10451      Branch: cfgperl
10452            ! Configure config_h.SH
10453 ____________________________________________________________________________
10454 [  3573] By: gsar                                  on 1999/07/04  21:10:32
10455         Log: adapted suggested tests for addition to testsuite
10456              From: RonaldWS@aol.com
10457              Date:  Sun, 30 May 1999 16:27:28 EDT
10458              Message-Id:  <25cd799f.2482f930@aol.com>
10459              Subject: [19990530.007] Open with pipe | does not return pid under win32
10460      Branch: perl
10461            + t/io/openpid.t
10462            ! MANIFEST win32/win32.c
10463 ____________________________________________________________________________
10464 [  3572] By: gsar                                  on 1999/07/04  20:29:32
10465         Log: perl_run() should call my_exit(0) for normal completion
10466      Branch: perl
10467            ! perl.c
10468 ____________________________________________________________________________
10469 [  3571] By: jhi                                   on 1999/07/04  20:10:44
10470         Log: Add test for change #3568 plus general cleanup.
10471      Branch: cfgperl
10472            ! t/pragma/locale.t
10473 ____________________________________________________________________________
10474 [  3570] By: gsar                                  on 1999/07/04  20:03:21
10475         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
10476              overloading
10477      Branch: perl
10478            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10479            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
10480 ____________________________________________________________________________
10481 [  3569] By: gsar                                  on 1999/07/04  18:04:48
10482         Log: make AIX dynaloading work when libperl is shared (and thus under
10483              mod_perl etc.)
10484              From: Jens-Uwe Mager <jum@helios.de>
10485              Date:  Sat, 29 May 1999 17:09:52 +0200
10486              Message-Id:  <199905291509.RAA43978@ans.helios.de>
10487              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
10488      Branch: perl
10489            ! ext/DynaLoader/dl_aix.xs
10490 ____________________________________________________________________________
10491 [  3568] By: jhi                                   on 1999/07/04  14:54:23
10492         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
10493              This resulted for example in the 'o' magic not being cleared by
10494              magic_setcollxfrm(), which resulted in strange cmp results.
10495              The bug was reported originally in the message
10496              Subject: Bug with locale
10497              From: Jan Starzynski <jan@planet.de> 
10498              To: perlbug@perl.com 
10499              Date: Fri, 09 Apr 1999 13:23:07 +0200 
10500              Message-ID: <370DE31B.DAEE1332@planet.de> 
10501      Branch: cfgperl
10502            ! pp.c
10503 ____________________________________________________________________________
10504 [  3567] By: gsar                                  on 1999/07/04  02:38:34
10505         Log: remove misleading info on defined(&func), unclutter deprecation
10506              about defined(@array)
10507      Branch: perl
10508            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10509            ! t/pragma/warn/op
10510 ____________________________________________________________________________
10511 [  3566] By: gsar                                  on 1999/07/04  01:46:31
10512         Log: From: jan.dubois@ibm.net (Jan Dubois)
10513              Date: Wed, 26 May 1999 22:07:17 +0200
10514              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
10515              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
10516      Branch: perl
10517            ! Changes win32/win32.c win32/win32.h
10518 ____________________________________________________________________________
10519 [  3565] By: gsar                                  on 1999/07/04  01:26:02
10520         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
10521              for win32 issues)
10522      Branch: perl
10523            ! pod/perlxstut.pod
10524 ____________________________________________________________________________
10525 [  3564] By: gsar                                  on 1999/07/02  03:09:04
10526         Log: avoid warnings
10527      Branch: perl
10528            ! ext/Thread/Thread/Specific.pm lib/fields.pm
10529 ____________________________________________________________________________
10530 [  3563] By: gsar                                  on 1999/06/28  19:23:47
10531         Log: inc version (for CPAN.pm sanity)
10532      Branch: perl
10533            ! lib/Text/ParseWords.pm
10534 ____________________________________________________________________________
10535 [  3562] By: gsar                                  on 1999/06/28  19:19:01
10536         Log: regen perltoc
10537      Branch: perl
10538            ! pod/perltoc.pod
10539 ____________________________________________________________________________
10540 [  3561] By: gsar                                  on 1999/06/28  19:08:41
10541         Log: From: Damian Conway <damian@cs.monash.edu.au>
10542              Date: Wed, 26 May 1999 00:58:35 -0400
10543              Message-Id: <199905260458.AAA06411@defender.perl.org>
10544              Subject: [19990526.002] Misc. improvements to Class:Struct
10545      Branch: perl
10546            ! MANIFEST lib/Class/Struct.pm
10547 ____________________________________________________________________________
10548 [  3560] By: gsar                                  on 1999/06/28  18:50:52
10549         Log: remove bogus PL_optype_size
10550      Branch: perl
10551            ! bytecode.pl ext/ByteLoader/byterun.h
10552 ____________________________________________________________________________
10553 [  3559] By: gsar                                  on 1999/06/28  18:22:26
10554         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
10555      Branch: perl
10556            + lib/CGI/Pretty.pm
10557            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
10558            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
10559            ! t/lib/cgi-html.t t/lib/cgi-request.t
10560 ____________________________________________________________________________
10561 [  3558] By: jhi                                   on 1999/06/28  07:30:21
10562         Log: Change Olaf Lebbe's email address.
10563      Branch: cfgperl
10564            ! README.epoc
10565 ____________________________________________________________________________
10566 [  3557] By: gsar                                  on 1999/06/28  00:07:33
10567         Log: make autogenerated files writable
10568      Branch: perl
10569            - win32/perlhost.h
10570            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
10571            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
10572            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
10573            ! proto.h regnodes.h warning.h win32/config_H.bc
10574            ! win32/config_H.gc win32/config_H.vc
10575 ____________________________________________________________________________
10576 [  3556] By: jhi                                   on 1999/06/27  19:22:53
10577         Log: Update MANIFEST to match #3555.
10578      Branch: cfgperl
10579            ! MANIFEST
10580 ____________________________________________________________________________
10581 [  3555] By: jhi                                   on 1999/06/27  19:16:22
10582         Log: EPOC port to Psion5.
10583              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10584              To: Jarkko Hietaniemi <jhi@iki.fi>
10585              Cc: perl5-porters@perl.org
10586              Subject: Re: Psion5
10587              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
10588              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
10589      Branch: cfgperl
10590            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10591            + epoc/perl.mmp epoc/perl.pkg
10592            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
10593            ! perl.h sv.c util.c
10594 ____________________________________________________________________________
10595 [  3554] By: jhi                                   on 1999/06/27  18:50:52
10596         Log: Integrate from mainperl.
10597      Branch: cfgperl
10598           !> (integrate 48 files)
10599 ____________________________________________________________________________
10600 [  3553] By: gsar                                  on 1999/06/27  14:28:49
10601         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
10602              gone from the public API); PERL_OBJECT builds again on
10603              windows
10604              
10605              TODO: namespace-clean the typedefs in iperlsys.h and
10606              elsewhere; remove C++ remnants from public headers
10607      Branch: perl
10608            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
10609            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10610            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10611            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
10612            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
10613            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
10614            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10615            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10616            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10617            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10618            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10619            ! win32/win32sck.c
10620 ____________________________________________________________________________
10621 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10622         Log: integrate cfgperl changes into mainline
10623      Branch: perl
10624           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10625           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10626           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10627           !> util.c
10628 ____________________________________________________________________________
10629 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10630         Log: fix indents
10631      Branch: perl
10632            ! op.c
10633 ____________________________________________________________________________
10634 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10635         Log: update Changes
10636      Branch: perl
10637            ! Changes
10638 ____________________________________________________________________________
10639 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10640         Log: avoid race condition in the CAPI extension bootstrap handler
10641      Branch: perl
10642            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10643 ____________________________________________________________________________
10644 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10645         Log: sanity check to cover the case when perl is installed into the
10646              X:\ (drive root)
10647      Branch: perl
10648            ! win32/win32.c
10649 ____________________________________________________________________________
10650 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10651         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10652      Branch: perl
10653            ! lib/Tie/RefHash.pm
10654 ____________________________________________________________________________
10655 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10656         Log: Tidy up #3542 and #3543. 
10657      Branch: cfgperl
10658            ! t/pragma/locale.t util.c
10659 ____________________________________________________________________________
10660 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10661         Log: Spice up locale.t.
10662      Branch: cfgperl
10663            ! t/pragma/locale.t
10664 ____________________________________________________________________________
10665 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10666         Log: Fixed two long-standing locale bugs.
10667              
10668              Both problems were related to numeric locale which
10669              controls the radix character aka the decimal separator.
10670              (1) printf (and sprintf) were resetting the numeric locale to C.
10671              (2) Using locale-numerically formatted floating point
10672              numbers (e.g. "1,23") together with -w caused warnings about
10673              "isn't numeric".  The operations were working fine, though,
10674              because atof() was using the local locale.
10675              Both problems reported by Stefan Vogtner.
10676              
10677              Introduced a wrapper for atof() that attempts to convert
10678              the string both ways.  This helps Perl to understand
10679              numbers like this "4.56" even when using a local locale
10680              makes atof() understand only numbers like this "7,89".
10681              
10682              Remaining related problems, both of which existed before
10683              this patch and continue to exist after this patch:
10684              (a) The behaviour of print() is _not_ as documented by perllocale.
10685              Instead of always using the C locale, print() does use the
10686              local locale, just like the *printf() do.  This may be fixable
10687              now that switching to-and-fro between locales has been made
10688              more consistent, but fixing print() would change existing
10689              behaviour.  perllocale is not changed by this patch.
10690              (b) If a number has been stringified (say, via "$number") under
10691              a local locale, the cached string value persists even under
10692              "no locale".  This may or may not be a problem: operations
10693              work fine because the original number is still there, but
10694              that the string form keeps its locale-ish outlook may be
10695              somewhat confusing.
10696      Branch: cfgperl
10697            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10698            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10699            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10700            ! util.c
10701 ____________________________________________________________________________
10702 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10703         Log: Integrate from mainperl.
10704      Branch: cfgperl
10705           !> ext/Data/Dumper/Dumper.pm op.c
10706 ____________________________________________________________________________
10707 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10708         Log: dump C<0> as such, not C<'0'>
10709      Branch: perl
10710            ! ext/Data/Dumper/Dumper.pm
10711 ____________________________________________________________________________
10712 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10713         Log: fix coredumper in change#3498
10714      Branch: perl
10715            ! op.c
10716 ____________________________________________________________________________
10717 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10718         Log: Integrate from mainperl.
10719      Branch: cfgperl
10720           +> lib/caller.pm
10721           !> (integrate 36 files)
10722 ____________________________________________________________________________
10723 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10724         Log: EXTERN_C declarations for global arrays in various
10725              headers, so perl can be built even in C++ mode; win32
10726              build fixups; regen headers
10727      Branch: perl
10728            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10729            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10730 ____________________________________________________________________________
10731 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10732         Log: caller.pm typos
10733      Branch: perl
10734            ! lib/caller.pm
10735 ____________________________________________________________________________
10736 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10737         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10738              is temporarily gone
10739      Branch: perl
10740            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10741            ! pod/perldelta.pod proto.h win32/perllib.c
10742 ____________________________________________________________________________
10743 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10744         Log: implement C<use caller 'encoding'>
10745      Branch: perl
10746            + lib/caller.pm
10747            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10748 ____________________________________________________________________________
10749 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10750         Log: truncate() has a peculiar exemption from strict barewords, even
10751              though it has a non-filehandle prototype
10752      Branch: perl
10753            ! op.c t/io/fs.t
10754 ____________________________________________________________________________
10755 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10756         Log: GDBM tweak
10757      Branch: perl
10758            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10759 ____________________________________________________________________________
10760 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10761         Log: part of the platform changes for IMPLICIT_CONTEXT
10762      Branch: perl
10763            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10764            ! jpl/PerlInterpreter/PerlInterpreter.c
10765            ! jpl/PerlInterpreter/PerlInterpreter.h
10766            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10767            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10768 ____________________________________________________________________________
10769 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10770         Log: Integrate from mainperl.
10771      Branch: cfgperl
10772           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10773 ____________________________________________________________________________
10774 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10775         Log: DB_File tweaks for IMPLICIT CONTEXT
10776      Branch: perl
10777            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10778 ____________________________________________________________________________
10779 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10780         Log: Integrate from mainperl.
10781      Branch: cfgperl
10782           !> (integrate 105 files)
10783 ____________________________________________________________________________
10784 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10785         Log: most globals are now interpreter local; locale initialization
10786              was too early, defer it until interpreter is allocated and
10787              initialized; multiple interpreters should now be
10788              concurrency-safe (untested)
10789      Branch: perl
10790            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10791            ! perlvars.h
10792 ____________________________________________________________________________
10793 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10794         Log: fix small nits
10795      Branch: perl
10796            ! cc_runtime.h ext/B/B/CC.pm run.c
10797 ____________________________________________________________________________
10798 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10799         Log: win32 build fixes
10800      Branch: perl
10801            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10802            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10803            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10804            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10805            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10806            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10807            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10808            ! win32/win32.c win32/win32.h win32/win32sck.c
10809            ! win32/win32thread.c win32/win32thread.h
10810 ____________________________________________________________________________
10811 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10812         Log: more complete support for implicit thread/interpreter pointer,
10813              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10814              without that enabled):
10815              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10816              is a noop; tests pass on Solaris; should be faster now!
10817              - MULTIPLICITY has been tested with and without
10818              PERL_IMPLICIT_CONTEXT on Solaris
10819              - improved function database now merged with embed.pl
10820              - everything except the varargs functions have foo(a,b,c) macros
10821              to provide compatibility
10822              - varargs functions default to compatibility variants that
10823              get the context pointer using dTHX
10824              - there should be almost no source compatibility issues as a
10825              result of all this
10826              - dl_foo.xs changes other than dl_dlopen.xs untested
10827              - still needs documentation, fixups for win32 etc
10828              Next step: migrate most non-mutex variables from perlvars.h
10829              to intrpvar.h
10830      Branch: perl
10831            - proto.pl
10832            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10833            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10834            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10835            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10836            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10837            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10838            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10839            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10840            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10841            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10842            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10843            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10844            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10845            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10846            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10847            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10848            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10849            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10850            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10851            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10852 ____________________________________________________________________________
10853 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10854         Log: missed a file
10855      Branch: perl
10856            + proto.pl
10857            ! MANIFEST
10858 ____________________________________________________________________________
10859 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10860         Log: initial stub implementation of implicit thread/this
10861              pointer    argument; builds/tests on Solaris, win32
10862              hasn't been fixed up yet; proto.h, global.sym and
10863              static function decls are now generated from a common
10864              database in proto.pl; some inconsistently named
10865              perl_foo() things are now Perl_foo(), compatibility
10866              #defines provided; perl_foo() (lowercase 'p') reserved
10867              for functions that take an explicit context argument;
10868              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10869      Branch: perl
10870            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10871            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10872            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10873            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10874            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10875            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10876            ! universal.c utf8.c util.c
10877 ____________________________________________________________________________
10878 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10879         Log: clean up some stray "global" symbols
10880      Branch: perl
10881            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10882            ! pp_proto.h proto.h
10883 ____________________________________________________________________________
10884 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10885         Log: Integrate from mainperl.
10886      Branch: cfgperl
10887           !> (integrate 94 files)
10888 ____________________________________________________________________________
10889 [  3519] By: gsar                                  on 1999/06/02  07:16:10
10890         Log: avoid dereferencing null pointer from getpwent() et al
10891      Branch: perl
10892            ! pp_sys.c
10893 ____________________________________________________________________________
10894 [  3518] By: gsar                                  on 1999/06/02  04:47:10
10895         Log: remove _() non-ansism
10896      Branch: perl
10897            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
10898            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
10899            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
10900            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
10901            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
10902            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
10903            ! ext/re/re.xs handy.h hv.c iperlsys.h
10904            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
10905            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
10906            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
10907            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
10908            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
10909            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
10910            ! vms/vmsish.h vms/writemain.pl vos/config.h
10911            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
10912            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
10913            ! win32/perllib.c win32/runperl.c win32/win32.h
10914            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
10915            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
10916 ____________________________________________________________________________
10917 [  3517] By: gsar                                  on 1999/06/02  02:17:51
10918         Log: missed a few files
10919      Branch: perl
10920            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
10921 ____________________________________________________________________________
10922 [  3516] By: gsar                                  on 1999/06/02  01:37:33
10923         Log: integrate cfgperl contents into mainline
10924      Branch: perl
10925           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10926           +> ext/ByteLoader/byterun.h
10927            - bytecode.h byterun.c byterun.h
10928            ! Changes
10929           !> (integrate 58 files)
10930 ____________________________________________________________________________
10931 [  3515] By: gsar                                  on 1999/06/02  00:48:50
10932         Log: remove stray K&R-isms
10933      Branch: perl
10934            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
10935            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
10936            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
10937            ! toke.c util.c win32/win32.c x2p/hash.c
10938 ____________________________________________________________________________
10939 [  3514] By: gsar                                  on 1999/06/01  15:55:55
10940         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
10941              strict 'subs'
10942      Branch: perl
10943            ! op.c t/pragma/strict-subs
10944 ____________________________________________________________________________
10945 [  3513] By: jhi                                   on 1999/06/01  07:17:05
10946         Log: Patch applying of #3499 had gone awry.
10947      Branch: cfgperl
10948            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
10949 ____________________________________________________________________________
10950 [  3512] By: gsar                                  on 1999/05/31  19:21:30
10951         Log: tighter -help output
10952      Branch: perl
10953            ! perl.c
10954 ____________________________________________________________________________
10955 [  3511] By: gsar                                  on 1999/05/31  17:18:23
10956         Log: fix memory leak in C<eval 'return sub {...}'>
10957      Branch: perl
10958            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
10959 ____________________________________________________________________________
10960 [  3510] By: gsar                                  on 1999/05/31  14:11:46
10961         Log: tweak C++isms
10962      Branch: perl
10963            ! win32/dl_win32.xs win32/win32.c
10964 ____________________________________________________________________________
10965 [  3509] By: jhi                                   on 1999/05/30  13:02:26
10966         Log: Cleanup of #3488.
10967      Branch: cfgperl
10968            ! Configure config_h.SH
10969 ____________________________________________________________________________
10970 [  3508] By: jhi                                   on 1999/05/30  11:16:01
10971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10972              To: Mailing list Perl5 <perl5-porters@perl.org>
10973              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
10974              Date: Sat, 29 May 1999 20:18:13 -0400
10975              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
10976      Branch: cfgperl
10977            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
10978 ____________________________________________________________________________
10979 [  3507] By: jhi                                   on 1999/05/29  20:05:40
10980         Log: From: Mark-Jason Dominus <mjd@plover.com>
10981              To: perl5-porters@perl.com
10982              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
10983              Date: Sat, 29 May 1999 14:45:10 -0400
10984              Message-ID: <19990529184510.27557.qmail@plover.com>
10985      Branch: cfgperl
10986            ! op.h
10987 ____________________________________________________________________________
10988 [  3506] By: gsar                                  on 1999/05/29  16:49:39
10989         Log: avoid gv_check() recursive pit
10990      Branch: perl
10991            ! gv.c
10992 ____________________________________________________________________________
10993 [  3505] By: jhi                                   on 1999/05/29  11:38:16
10994         Log: From: jan.dubois@ibm.net (Jan Dubois)
10995              To: Gurusamy Sarathy <gsar@activestate.com>
10996              Cc: perl5-porters@perl.org
10997              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
10998              Date: Sat, 29 May 1999 08:46:22 +0200
10999              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11000      Branch: cfgperl
11001            ! t/op/grent.t t/op/pwent.t
11002 ____________________________________________________________________________
11003 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11004         Log: QNX needs <sys/select.h> to define fd_set.
11005              
11006              From: Norton Allen <allen@huarp.harvard.edu>
11007              To: perl5-porters@perl.org
11008              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11009              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11010              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11011      Branch: cfgperl
11012            ! ext/IO/poll.c
11013 ____________________________________________________________________________
11014 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11015         Log: From: jan.dubois@ibm.net (Jan Dubois)
11016              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11017              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11018              Date: Fri, 28 May 1999 20:14:35 +0200
11019              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11020      Branch: cfgperl
11021            ! lib/Math/BigFloat.pm
11022 ____________________________________________________________________________
11023 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11024         Log: Make Configure support the change #3367,
11025              SysV shadow passwords.
11026      Branch: cfgperl
11027            ! Configure config_h.SH pp_sys.c
11028 ____________________________________________________________________________
11029 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11030         Log: add wide versions of win32 system calls (first step in
11031              globalization); delayload winsock for performance if compiling
11032              with VC 6.0
11033      Branch: perl
11034            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11035            ! win32/win32.c win32/win32.h
11036 ____________________________________________________________________________
11037 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11038         Log: The new t/lib/io_linenum.t was using stricture
11039              before @INC was set up.
11040      Branch: cfgperl
11041            ! t/lib/io_linenum.t
11042 ____________________________________________________________________________
11043 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11044         Log: From: Tom Hughes <tom@compton.nu>
11045              To: perl5-porters@perl.org
11046              Subject: [PATCH 5.005_57] ByteLoader mark 2
11047              Date: Wed, 26 May 1999 23:59:49 +0100
11048              Message-ID: <bf337a0849.tom@compton.compton.nu>
11049              
11050              plus resolve tiny conflict with #3479
11051              plus regen_headers.
11052      Branch: cfgperl
11053            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11054            + ext/ByteLoader/byterun.h
11055            - bytecode.h byterun.c byterun.h
11056            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11057            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11058            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11059            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11060            ! perl.h perlvars.h proto.h util.c utils/Makefile
11061 ____________________________________________________________________________
11062 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11063         Log: From: Mark-Jason Dominus <mjd@plover.com>
11064              To: perl5-porters@perl.com
11065              Subject: PATCH (5.005_57): defined(@a) now deprecated
11066              Date: Thu, 27 May 1999 16:05:44 -0400
11067              Message-ID: <19990527200544.13330.qmail@plover.com>
11068      Branch: cfgperl
11069            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
11070            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
11071 ____________________________________________________________________________
11072 [  3497] By: jhi                                   on 1999/05/28  16:50:54
11073         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11074              To: perl5-porters@perl.org (Mailing list Perl5)
11075              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
11076              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
11077              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
11078      Branch: cfgperl
11079            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
11080            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
11081 ____________________________________________________________________________
11082 [  3496] By: jhi                                   on 1999/05/28  16:48:39
11083         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11084              To: perl5-porters@perl.org (Mailing list Perl5)
11085              Subject: [PATCH 5.00557] Required OS/2-related patches
11086              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
11087              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
11088      Branch: cfgperl
11089            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
11090            ! t/op/stat.t util.c
11091 ____________________________________________________________________________
11092 [  3495] By: jhi                                   on 1999/05/28  16:45:56
11093         Log: From: Paul Johnson <pjcj@transeda.com>
11094              To: perl5-porters <perl5-porters@perl.org>
11095              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
11096              Date: Fri, 28 May 1999 15:13:54 +0100
11097              Message-ID: <19990528151354.B289@west-tip.transeda.com>
11098      Branch: cfgperl
11099            ! t/TEST
11100 ____________________________________________________________________________
11101 [  3494] By: jhi                                   on 1999/05/28  16:44:34
11102         Log: From: Paul Johnson <pjcj@transeda.com>
11103              To: perl5-porters <perl5-porters@perl.org>
11104              Subject: [PATCH 5.005_57] Fixes related to working local $.
11105              Date: Fri, 28 May 1999 15:11:18 +0100
11106              Message-ID: <19990528151118.A289@west-tip.transeda.com>
11107      Branch: cfgperl
11108            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
11109 ____________________________________________________________________________
11110 [  3493] By: gsar                                  on 1999/05/28  16:37:26
11111         Log: change#3449 wasn't doing enough
11112      Branch: perl
11113            ! op.c t/comp/proto.t
11114 ____________________________________________________________________________
11115 [  3492] By: jhi                                   on 1999/05/28  08:12:23
11116         Log: From: paul.marquess@bt.com
11117              To: doughera@lafayette.edu
11118              Cc: perl5-porters@perl.org
11119              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
11120              Date: Thu, 27 May 1999 23:31:38 +0100
11121              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
11122              
11123              Had to be applied manually; some mailer had munged the patch slightly.
11124      Branch: cfgperl
11125            ! ext/NDBM_File/NDBM_File.xs
11126 ____________________________________________________________________________
11127 [  3491] By: jhi                                   on 1999/05/28  07:51:17
11128         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11129              To: perl5-porters@perl.org
11130              Subject: [PATCH 5.005_57] fixing eval in the compiler
11131              Date: Thu, 27 May 1999 07:56:54 -0700
11132              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
11133      Branch: cfgperl
11134            ! cc_runtime.h scope.h
11135 ____________________________________________________________________________
11136 [  3490] By: jhi                                   on 1999/05/28  07:47:06
11137         Log: From: Andy Dougherty <doughera@lafayette.edu>
11138              To: perlbug@perl.com
11139              Cc: Jarkko Hietaniemi <jhi@iki.fi>
11140              Subject: [PATCH] Configure updates for ISC 4.1
11141              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
11142              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
11143      Branch: cfgperl
11144            ! Configure config_h.SH
11145 ____________________________________________________________________________
11146 [  3489] By: jhi                                   on 1999/05/28  07:39:17
11147         Log: Integrate from mainperl.
11148      Branch: cfgperl
11149           !> malloc.c win32/makedef.pl win32/win32.c
11150 ____________________________________________________________________________
11151 [  3488] By: jhi                                   on 1999/05/27  16:57:19
11152         Log: From: Andy Dougherty <doughera@lafayette.edu>
11153              To: Perl Porters <perl5-porters@perl.org>
11154              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
11155              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
11156              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
11157      Branch: cfgperl
11158            ! Configure config_h.SH hints/sunos_4_1.sh util.c
11159 ____________________________________________________________________________
11160 [  3487] By: gsar                                  on 1999/05/27  03:56:20
11161         Log: make win32_spawnvp() inherit standard handles even when they
11162              may be redirected
11163      Branch: perl
11164            ! win32/win32.c
11165 ____________________________________________________________________________
11166 [  3486] By: jhi                                   on 1999/05/26  19:55:52
11167         Log: From: Andy Dougherty <doughera@lafayette.edu>
11168              To: perl5-porters@perl.org
11169              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
11170              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
11171              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
11172      Branch: cfgperl
11173            ! util.c
11174 ____________________________________________________________________________
11175 [  3485] By: chip                                  on 1999/05/26  17:19:11
11176         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
11177      Branch: maint-5.004/perl
11178            ! Configure
11179 ____________________________________________________________________________
11180 [  3484] By: gsar                                  on 1999/05/26  01:56:28
11181         Log: fix missing exported symbol
11182      Branch: perl
11183            ! malloc.c win32/makedef.pl
11184 ____________________________________________________________________________
11185 [  3483] By: jhi                                   on 1999/05/25  23:08:07
11186         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
11187              
11188              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11189              To: perlbug@perl.com
11190              Subject: OpenBSD hints file update
11191              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
11192              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
11193      Branch: cfgperl
11194            ! hints/openbsd.sh
11195 ____________________________________________________________________________
11196 [  3482] By: jhi                                   on 1999/05/25  23:01:25
11197         Log: From: Tom Hughes <tom@compton.nu>
11198              To: perl5-porters@perl.org
11199              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
11200              Date: Tue, 25 May 1999 23:10:23 +0100
11201              Message-ID: <1ed7f10749.tom@compton.compton.nu>
11202      Branch: cfgperl
11203            ! Configure config_h.SH
11204 ____________________________________________________________________________
11205 [  3481] By: jhi                                   on 1999/05/25  22:31:50
11206         Log: 3479, 3480, 3481 seems logical.
11207      Branch: cfgperl
11208           !> hints/aix.sh
11209 ____________________________________________________________________________
11210 [  3480] By: jhi                                   on 1999/05/25  22:13:39
11211         Log: The change #3479 wasn't perfect.
11212      Branch: perl
11213            ! hints/aix.sh
11214 ____________________________________________________________________________
11215 [  3479] By: jhi                                   on 1999/05/25  21:59:21
11216         Log: Cures for _57 in AIX 4.1.5.0.
11217              (1) The lddlflags lost its -lc by change #3660
11218              (and the politeness of change #3257).
11219              (2) optype_size must end up in perl.exp (as PL_optype_size).
11220              Added it to perlvars.h, fixed bytecode.pl,
11221              regen'ed the relevant headers.
11222      Branch: cfgperl
11223            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
11224            ! perlvars.h
11225      Branch: perl
11226            ! hints/aix.sh
11227 ____________________________________________________________________________
11228 [  3478] By: jhi                                   on 1999/05/25  20:13:47
11229         Log: Integrate from mainperl.
11230      Branch: cfgperl
11231           +> pod/perltootc.pod
11232           !> (integrate 101 files)
11233 ____________________________________________________________________________
11234 [  3477] By: gsar                                  on 1999/05/25  10:43:48
11235         Log: here be 5.005_57
11236      Branch: perl
11237            ! Changes MANIFEST Porting/makerel
11238           !> Changes5.005
11239
11240 ----------------
11241 Version 5.005_57
11242 ----------------
11243
11244 ____________________________________________________________________________
11245 [  3476] By: gsar                                  on 1999/05/25  09:23:43
11246         Log: up patchlevel &c
11247      Branch: perl
11248            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11249            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11250            ! win32/makefile.mk
11251 ____________________________________________________________________________
11252 [  3475] By: gsar                                  on 1999/05/25  09:14:51
11253         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11254              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
11255              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
11256              Subject: [PATCH 5.005_56] REx engine improvements
11257      Branch: perl
11258            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
11259            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
11260            ! thrdvar.h util.c
11261 ____________________________________________________________________________
11262 [  3474] By: gsar                                  on 1999/05/25  08:39:56
11263         Log: test case for change#3470
11264      Branch: perl
11265            ! t/lib/bigintpm.t
11266 ____________________________________________________________________________
11267 [  3473] By: gsar                                  on 1999/05/25  08:36:52
11268         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
11269      Branch: perl
11270            ! Changes pod/perlport.pod
11271 ____________________________________________________________________________
11272 [  3472] By: gsar                                  on 1999/05/25  08:28:57
11273         Log: assorted tweaks
11274      Branch: perl
11275            ! doio.c iperlsys.h win32/config.bc win32/config.gc
11276            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11277            ! win32/config_H.vc win32/makedef.pl
11278 ____________________________________________________________________________
11279 [  3471] By: gsar                                  on 1999/05/25  06:06:04
11280         Log: perlref update from Tom Christiansen
11281      Branch: perl
11282            ! pod/perlref.pod
11283 ____________________________________________________________________________
11284 [  3470] By: gsar                                  on 1999/05/25  06:03:27
11285         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11286              Date: Mon, 24 May 1999 17:43:56 -0400
11287              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
11288              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
11289      Branch: perl
11290            ! hv.c
11291 ____________________________________________________________________________
11292 [  3469] By: gsar                                  on 1999/05/25  05:59:22
11293         Log: avoid temporary files that have a constant name (from a suggestion
11294              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
11295      Branch: perl
11296            ! lib/ExtUtils/MM_Unix.pm
11297 ____________________________________________________________________________
11298 [  3468] By: gsar                                  on 1999/05/25  05:54:29
11299         Log: From: pvhp@forte.com (Peter Prymmer)
11300              Date: Mon, 24 May 99 11:20:25 PDT
11301              Message-Id: <9905241820.AA28071@forte.com>
11302              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
11303      Branch: perl
11304            ! lib/Pod/Text.pm
11305 ____________________________________________________________________________
11306 [  3467] By: gsar                                  on 1999/05/25  04:08:50
11307         Log: fix glob() bug that resulted in missing symlinks that don't point
11308              anywhere
11309      Branch: perl
11310            ! pp_hot.c
11311 ____________________________________________________________________________
11312 [  3466] By: gsar                                  on 1999/05/25  03:00:00
11313         Log: avoid enumerating @INC contents in diagnostic if @INC was never
11314              searched
11315      Branch: perl
11316            ! pod/perldiag.pod pp_ctl.c
11317 ____________________________________________________________________________
11318 [  3465] By: gsar                                  on 1999/05/25  02:24:08
11319         Log: add caveat about close(PIPE) carelessness
11320      Branch: perl
11321            ! pod/perlfunc.pod
11322 ____________________________________________________________________________
11323 [  3464] By: gsar                                  on 1999/05/24  23:55:53
11324         Log: fix bogus line numbers for void context warnings
11325              (change#2548 was overeager)
11326      Branch: perl
11327            ! op.c
11328 ____________________________________________________________________________
11329 [  3463] By: gsar                                  on 1999/05/24  23:31:58
11330         Log: change#3455 had a typo
11331      Branch: perl
11332            ! pp_ctl.c
11333 ____________________________________________________________________________
11334 [  3462] By: gsar                                  on 1999/05/24  17:32:20
11335         Log: more pod updates from Tom Christiansen; regen perltoc
11336      Branch: perl
11337            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
11338            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
11339 ____________________________________________________________________________
11340 [  3461] By: gsar                                  on 1999/05/24  07:41:32
11341         Log: perlmod notes from Damian Conway (via Tom Christiansen)
11342      Branch: perl
11343            ! pod/perlmod.pod
11344 ____________________________________________________________________________
11345 [  3460] By: gsar                                  on 1999/05/24  07:24:11
11346         Log: major pod update from Tom Christiansen
11347      Branch: perl
11348            + pod/perltootc.pod
11349            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
11350            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
11351            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
11352            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
11353            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
11354            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
11355            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
11356            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
11357            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
11358            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
11359            ! pod/perlxs.pod pod/pod2man.PL
11360 ____________________________________________________________________________
11361 [  3459] By: gsar                                  on 1999/05/24  06:26:48
11362         Log: perlfaq update from Tom Christiansen
11363      Branch: perl
11364            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11365            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11366            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11367            ! pod/perlfaq9.pod
11368 ____________________________________________________________________________
11369 [  3458] By: gsar                                  on 1999/05/24  05:55:11
11370         Log: updated to v1.50 from CPAN
11371      Branch: perl
11372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11373 ____________________________________________________________________________
11374 [  3457] By: gsar                                  on 1999/05/24  05:46:20
11375         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11376              Date: Sun, 23 May 1999 16:35:07 +0100
11377              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
11378              Subject: [PATCH 5.005_56] name PL_in_eval bits
11379      Branch: perl
11380            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
11381 ____________________________________________________________________________
11382 [  3456] By: gsar                                  on 1999/05/24  05:18:06
11383         Log: make -t mode the default on emacs/dumb terminals
11384      Branch: perl
11385            ! Changes utils/perldoc.PL
11386 ____________________________________________________________________________
11387 [  3455] By: gsar                                  on 1999/05/24  05:05:19
11388         Log: return 0 rather than "" when scalar grep has nothing to iterate
11389              on (brings behavior in line with documentation)
11390      Branch: perl
11391            ! pp_ctl.c
11392 ____________________________________________________________________________
11393 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11394         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11395              Date: Thu, 20 May 1999 13:27:02 -1000
11396              Message-Id: <E10kcDN-0007TA-00@lapaki>
11397              Subject: Problem with MM_Unix in 5.005_03
11398      Branch: perl
11399            ! lib/ExtUtils/MM_Unix.pm
11400 ____________________________________________________________________________
11401 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11402         Log: avoid removing duplicates in user-generated warnings
11403              From: byron@omix.com (Byron Brummer)
11404              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11405              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11406              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11407      Branch: perl
11408            ! lib/diagnostics.pm
11409 ____________________________________________________________________________
11410 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11411         Log: straighten some code to avoid NeXT compiler bugs (from
11412              Geoff Kuenning <geoff@cs.hmc.edu>)
11413      Branch: perl
11414            ! pp_ctl.c
11415 ____________________________________________________________________________
11416 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11417         Log: minor logic tweak for reserved word warning
11418      Branch: perl
11419            ! lib/Test/Harness.pm toke.c
11420 ____________________________________________________________________________
11421 [  3450] By: gsar                                  on 1999/05/24  02:34:20
11422         Log: oops, some files missing in change#3449
11423      Branch: perl
11424            ! op.c op.h toke.c
11425 ____________________________________________________________________________
11426 [  3449] By: gsar                                  on 1999/05/24  02:33:12
11427         Log: allow '*' prototype to autoquote even barewords that happen to be
11428              function names; parens or ampersand continue to force the other
11429              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
11430              do the right thing, for example
11431      Branch: perl
11432            ! t/comp/proto.t
11433 ____________________________________________________________________________
11434 [  3448] By: gsar                                  on 1999/05/24  01:51:24
11435         Log: remove vestiges of PL_last_proto
11436      Branch: perl
11437            ! embedvar.h intrpvar.h objXSUB.h
11438 ____________________________________________________________________________
11439 [  3447] By: gsar                                  on 1999/05/24  01:49:20
11440         Log: redo change#2061 and parts of change#1169 with code in the
11441              parser; PL_last_proto hackery gone, strict 'subs' in now
11442              implemented in the optimizer where specifying the exceptional
11443              cases is much more robust; '*' (bareword) prototype now works
11444              reliably when used in second and subsequent arguments
11445      Branch: perl
11446            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
11447 ____________________________________________________________________________
11448 [  3446] By: gsar                                  on 1999/05/23  05:00:55
11449         Log: remove redundant part of change#1169 superceded by change#2061;
11450              avoid "future reserved word" warning on prototypical bearwords
11451      Branch: perl
11452            ! t/lib/fatal.t toke.c
11453 ____________________________________________________________________________
11454 [  3445] By: gsar                                  on 1999/05/21  23:36:49
11455         Log: s/isspace/isSPACE/g and make sure the CRT version is always
11456              passed an unsigned char (fixes random occurrence of spaces in
11457              arguments containing high-bit chars passed to spawned children,
11458              on win32)
11459      Branch: perl
11460            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
11461 ____________________________________________________________________________
11462 [  3444] By: gsar                                  on 1999/05/21  23:08:55
11463         Log: integrate Configure changes from cfgperl
11464      Branch: perl
11465           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11466           !> config_h.SH
11467 ____________________________________________________________________________
11468 [  3443] By: jhi                                   on 1999/05/21  22:00:56
11469         Log: Integrate from mainperl.
11470      Branch: cfgperl
11471           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
11472           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
11473           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
11474           !> win32/perlhost.h win32/win32.c x2p/walk.c
11475 ____________________________________________________________________________
11476 [  3442] By: jhi                                   on 1999/05/21  21:59:46
11477         Log: fflush.
11478      Branch: cfgperl
11479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11480            ! config_h.SH
11481 ____________________________________________________________________________
11482 [  3441] By: gsar                                  on 1999/05/21  17:48:55
11483         Log: integrate cfgperl changes
11484      Branch: perl
11485           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11486           !> config_h.SH hints/sunos_4_1.sh installperl
11487 ____________________________________________________________________________
11488 [  3440] By: gsar                                  on 1999/05/21  17:42:49
11489         Log: test tweak
11490      Branch: perl
11491            ! t/comp/proto.t
11492 ____________________________________________________________________________
11493 [  3439] By: gsar                                  on 1999/05/21  17:31:26
11494         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
11495              (Configure fflush(NULL) detection seems broken on Solaris, which
11496              is why I hit the problem)
11497      Branch: perl
11498            ! Changes perl.h
11499 ____________________________________________________________________________
11500 [  3438] By: gsar                                  on 1999/05/20  16:41:01
11501         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
11502      Branch: perl
11503            ! pod/perlport.pod
11504 ____________________________________________________________________________
11505 [  3437] By: jhi                                   on 1999/05/20  07:14:39
11506         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
11507              (via private email).
11508      Branch: cfgperl
11509            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11510            ! config_h.SH hints/sunos_4_1.sh
11511 ____________________________________________________________________________
11512 [  3436] By: gsar                                  on 1999/05/20  05:18:26
11513         Log: various little nits
11514      Branch: perl
11515            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11516            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
11517            ! win32/perlhost.h win32/win32.c x2p/walk.c
11518 ____________________________________________________________________________
11519 [  3435] By: jhi                                   on 1999/05/18  16:25:49
11520         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11521              To: perl5-porters@perl.org
11522              Subject: installperl
11523              Date: Fri, 14 May 1999 21:34:58 +0100
11524              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
11525      Branch: cfgperl
11526            ! installperl
11527 ____________________________________________________________________________
11528 [  3434] By: jhi                                   on 1999/05/17  21:25:54
11529         Log: Integrate from mainperl.
11530      Branch: cfgperl
11531           +> lib/ExtUtils/MM_Cygwin.pm
11532            - cygwin32/impure_ptr.c
11533           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11534           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11535           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
11536           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
11537           !> x2p/find2perl.PL
11538 ____________________________________________________________________________
11539 [  3433] By: gsar                                  on 1999/05/17  09:49:01
11540         Log: integrate cfgperl changes into mainline
11541      Branch: perl
11542           !> Configure INSTALL config_h.SH configure.com embed.h
11543           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
11544           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
11545           !> util.c
11546 ____________________________________________________________________________
11547 [  3432] By: gsar                                  on 1999/05/17  09:06:45
11548         Log: emit more appropriate diagnostic for failed glob (variant
11549              of patch suggested by Graham Barr)
11550      Branch: perl
11551            ! gv.c pod/perldiag.pod pp.c pp_hot.c
11552 ____________________________________________________________________________
11553 [  3431] By: gsar                                  on 1999/05/17  08:38:09
11554         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11555              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
11556              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
11557              Subject: find2perl does not grok the 'c' suffix to the -size argument
11558      Branch: perl
11559            ! x2p/find2perl.PL
11560 ____________________________________________________________________________
11561 [  3430] By: gsar                                  on 1999/05/17  08:26:21
11562         Log: additional cleanups for cygwin32 port
11563              From: "Fifer, Eric" <EFifer@sanwaint.com>
11564              Date: Wed, 12 May 1999 20:25:54 +0100
11565              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
11566              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
11567      Branch: perl
11568            + lib/ExtUtils/MM_Cygwin.pm
11569            - cygwin32/impure_ptr.c
11570            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11571            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11572            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
11573            ! perl.h util.c
11574 ____________________________________________________________________________
11575 [  3429] By: gsar                                  on 1999/05/17  08:01:04
11576         Log: From: Andy Dougherty <doughera@lafayette.edu>
11577              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11578              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11579              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11580      Branch: perl
11581            ! INSTALL
11582 ____________________________________________________________________________
11583 [  3428] By: jhi                                   on 1999/05/17  07:03:26
11584         Log: Integrate from mainperl modulo the Socket.xs change.
11585      Branch: cfgperl
11586           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
11587           !> win32/win32.c win32/win32.h
11588 ____________________________________________________________________________
11589 [  3427] By: jhi                                   on 1999/05/16  22:09:11
11590         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11591              To: perl5-porters@perl.org (Mailing list Perl5)
11592              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
11593              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
11594              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
11595      Branch: cfgperl
11596            ! ext/Devel/Peek/Peek.xs
11597 ____________________________________________________________________________
11598 [  3426] By: jhi                                   on 1999/05/16  22:07:11
11599         Log: From: Mark-Jason Dominus <mjd@plover.com>
11600              To: perl5-porters@perl.com
11601              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
11602              Date: Sat, 15 May 1999 12:43:47 -0400
11603              Message-ID: <19990515164348.7313.qmail@plover.com>
11604      Branch: cfgperl
11605            ! pod/perldiag.pod
11606 ____________________________________________________________________________
11607 [  3425] By: nick                                  on 1999/05/15  15:56:10
11608         Log: Mingw32 + w32api-0.1.5 tweaks
11609              - now more like other Win32 compilers
11610      Branch: perl
11611            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
11612            ! win32/win32.h
11613 ____________________________________________________________________________
11614 [  3424] By: nick                                  on 1999/05/14  21:04:22
11615         Log: Experimental "slab" allocator for ops.
11616              To try it -DPL_OP_SLAB_ALLOC for op.c 
11617              This is for proof of concept only, it leaks memory 
11618              (ops are not free'd) so don't use in embedded apps.
11619              If this minimalist version does not show performance 
11620              gain then whole idea is worthless. 
11621              Nick see's approx 12% speed up vs perlmalloc running
11622              perl -Ilib -MCPAN -e '' 
11623              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11624      Branch: perl
11625            ! op.c
11626 ____________________________________________________________________________
11627 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11628         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11629              found (brings sitelib intuition in line with privlib)
11630      Branch: perl
11631            ! win32/win32.c
11632 ____________________________________________________________________________
11633 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11634         Log: From: pvhp@forte.com (Peter Prymmer)
11635              To: perl5-porters@perl.org, vmsperl@perl.org
11636              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11637              Date: Thu, 13 May 99 15:29:57 PDT
11638              Message-Id: <9905132229.AA15854@forte.com>
11639      Branch: cfgperl
11640            ! configure.com
11641 ____________________________________________________________________________
11642 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11643         Log: Integrate from mainperl.
11644      Branch: cfgperl
11645           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11646 ____________________________________________________________________________
11647 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11648         Log: Still fflushing.
11649      Branch: cfgperl
11650            ! Configure config_h.SH util.c
11651 ____________________________________________________________________________
11652 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11653         Log: mortalize string allocations by win32_get_{priv,site}lib()
11654              (fixes small memory leak in interpreter)
11655      Branch: perl
11656            ! win32/win32.c
11657 ____________________________________________________________________________
11658 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11659         Log: make win32_longname() preserve kind of slashes in argument
11660      Branch: perl
11661            ! win32/win32.c
11662 ____________________________________________________________________________
11663 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11664         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11665      Branch: perl
11666            ! lib/ExtUtils/MM_Unix.pm
11667 ____________________________________________________________________________
11668 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11669         Log: Integrate from mainperl.
11670      Branch: cfgperl
11671           !> pp_ctl.c
11672 ____________________________________________________________________________
11673 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11674         Log: Fixes from Andy Dougherty (via private email).
11675      Branch: cfgperl
11676            ! Configure config_h.SH
11677 ____________________________________________________________________________
11678 [  3414] By: nick                                  on 1999/05/13  20:04:26
11679         Log: valist vs va_list typo
11680      Branch: perl
11681            ! pp_ctl.c
11682 ____________________________________________________________________________
11683 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11684         Log: From: Andy Dougherty <doughera@lafayette.edu>
11685              To: perlbug@perl.com
11686              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11687              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11688              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11689      Branch: cfgperl
11690            ! INSTALL
11691 ____________________________________________________________________________
11692 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11693         Log: Integrate from mainperl.
11694      Branch: cfgperl
11695           !> pp_ctl.c
11696 ____________________________________________________________________________
11697 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11698         Log: docatch_body() declaration mismatch
11699      Branch: perl
11700            ! pp_ctl.c
11701 ____________________________________________________________________________
11702 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11703         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11704      Branch: cfgperl
11705            ! Configure config_h.SH perl.h
11706 ____________________________________________________________________________
11707 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11708         Log: Still fflushing strong.
11709      Branch: cfgperl
11710            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11711            ! proto.h util.c
11712 ____________________________________________________________________________
11713 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11714         Log: Integrate from mainperl.
11715      Branch: cfgperl
11716           !> (integrate 30 files)
11717 ____________________________________________________________________________
11718 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11719         Log: Be tidier with fflush(NULL) testing.
11720      Branch: cfgperl
11721            ! Configure config_h.SH
11722 ____________________________________________________________________________
11723 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11724         Log: better range-checking on list slices, with test
11725              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11726              Date: Sun, 02 May 1999 17:02:53 +0100
11727              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11728              Subject: Re: List slice of undefs returns 0 items 
11729      Branch: perl
11730            ! pp.c t/op/list.t
11731 ____________________________________________________________________________
11732 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11733         Log: change#3397 needs test tweak
11734      Branch: perl
11735            ! Changes t/pragma/warn/sv
11736 ____________________________________________________________________________
11737 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11738         Log: typo in change#3397
11739      Branch: perl
11740            ! doop.c
11741 ____________________________________________________________________________
11742 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11743         Log: From: Stephen Zander <gibreel@pobox.com>
11744              Date: 12 May 1999 01:22:31 -0700
11745              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11746              Subject: Re: Test::Harness runs tainted tests with wrong library path
11747      Branch: perl
11748            ! lib/Test/Harness.pm
11749 ____________________________________________________________________________
11750 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11751         Log: typo in change#3400
11752      Branch: perl
11753            ! ext/B/B/Deparse.pm
11754 ____________________________________________________________________________
11755 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11756         Log: A better, shinier, and possibly even correctly working
11757              reincarnation of #3398.
11758      Branch: cfgperl
11759            ! Configure config_h.SH
11760 ____________________________________________________________________________
11761 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11762         Log: deparse \&func() as \(&func()) for clarity
11763              From: Albert Dvornik <bert@genscan.com>
11764              Date: 11 May 1999 13:32:04 -0400
11765              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11766              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11767      Branch: perl
11768            ! ext/B/B/Deparse.pm
11769 ____________________________________________________________________________
11770 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11771         Log: more testsuite smarts (many of them courtesy Ilya)
11772      Branch: perl
11773            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11774            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11775            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11776            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11777            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11778            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11779            ! t/op/pwent.t
11780 ____________________________________________________________________________
11781 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11782         Log: Detect whether fflush(NULL) works as per change #3352.
11783      Branch: cfgperl
11784            ! Configure config_h.SH perl.h
11785 ____________________________________________________________________________
11786 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11787         Log: From: jan.dubois@ibm.net (Jan Dubois)
11788              Date: Wed, 12 May 1999 01:01:00 +0200
11789              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11790              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11791      Branch: perl
11792            ! doop.c
11793 ____________________________________________________________________________
11794 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11795         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11796              stat() behaves similarly
11797      Branch: perl
11798            ! win32/win32.c
11799 ____________________________________________________________________________
11800 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11801         Log: Redo parts of #3341 and #3358 that #3394 undid.
11802      Branch: cfgperl
11803            ! Configure config_h.SH
11804 ____________________________________________________________________________
11805 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11806         Log: Add I_NETINET_TCP to help change #3391.
11807      Branch: cfgperl
11808            ! Configure config_h.SH ext/Socket/Socket.xs
11809 ____________________________________________________________________________
11810 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11811         Log: Integrate from mainperl.
11812      Branch: cfgperl
11813           !> (integrate 55 files)
11814 ____________________________________________________________________________
11815 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11816         Log: update embedvar.h
11817      Branch: perl
11818            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11819 ____________________________________________________________________________
11820 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11821         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11822              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11823              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11824              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11825      Branch: perl
11826            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11827 ____________________________________________________________________________
11828 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11829         Log: display more frequent progress messages when STDOUT is a tty
11830      Branch: perl
11831            ! lib/Test/Harness.pm
11832 ____________________________________________________________________________
11833 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11834         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11835              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11836              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11837              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11838      Branch: perl
11839            ! lib/Test/Harness.pm
11840 ____________________________________________________________________________
11841 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11842         Log: avoid creating spurious subroutine stubs on failed subroutine
11843              call and other places of sv_2cv() misuse; fixes problems with
11844              failed subroutine calls "hiding" later attempts to lookup methods
11845              in base classes
11846      Branch: perl
11847            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11848 ____________________________________________________________________________
11849 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11850         Log: various fixes for clean build and test on win32; configpm broken,
11851              needed to open myconfig.SH rather than myconfig; sundry adjustments
11852              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11853              work under win32; getenv_sv() changed to getenv_len() since SVs
11854              aren't visible in the lower echelons; remove bogus exports from
11855              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11856              IoDIRP in filter_del() or sv_free() will attempt to close it
11857      Branch: perl
11858            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11859            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11860            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11861            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11862            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11863            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11864            ! win32/config.gc win32/config.vc win32/makedef.pl
11865            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11866            ! win32/win32.c win32/win32.h
11867 ____________________________________________________________________________
11868 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11869         Log: gutsupport for C++ exceptions
11870              From: Chip Salzenberg <chip@perlsupport.com>
11871              Date: Tue, 9 Mar 1999 11:51:57 -0500
11872              Message-ID: <19990309115157.E7911@perlsupport.com>
11873              Subject: [PATCH 5.005] Flexible Exceptions
11874      Branch: perl
11875            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11876            ! scope.c scope.h thrdvar.h util.c
11877 ____________________________________________________________________________
11878 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11879         Log: "weak" references internals, still needs perlguts documentation
11880              (somewhat modified version of patch suggested by Tuomas J. Lukka
11881              <lukka@fas.harvard.edu>)
11882      Branch: perl
11883            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11884            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11885 ____________________________________________________________________________
11886 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11887         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11888              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
11889      Branch: cfgperl
11890            ! INSTALL hints/dec_osf.sh
11891 ____________________________________________________________________________
11892 [  3381] By: jhi                                   on 1999/05/10  14:39:28
11893         Log: Integrate from mainperl.
11894      Branch: cfgperl
11895           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
11896           +> cygwin32/build-instructions.charles-wilson
11897           +> cygwin32/build-instructions.sebastien-barre
11898           +> cygwin32/build-instructions.steven-morlock
11899           +> cygwin32/build-instructions.steven-morlock2
11900           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
11901           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11902           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
11903           +> t/op/numconvert.t utils/perlbc.PL
11904            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
11905            - cygwin32/perlld
11906           !> (integrate 105 files)
11907 ____________________________________________________________________________
11908 [  3380] By: gsar                                  on 1999/05/10  12:27:14
11909         Log: regen regnodes.h
11910      Branch: perl
11911            ! Changes regnodes.h
11912 ____________________________________________________________________________
11913 [  3379] By: gsar                                  on 1999/05/10  12:17:26
11914         Log: From: jan.dubois@ibm.net (Jan Dubois)
11915              Date: Sat, 01 May 1999 22:55:36 +0200
11916              Message-ID: <373067e9.56194713@smtp1.ibm.net>
11917              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
11918      Branch: perl
11919            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
11920            ! win32/config_H.vc
11921 ____________________________________________________________________________
11922 [  3378] By: gsar                                  on 1999/05/10  12:07:13
11923         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11924              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
11925              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
11926              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
11927      Branch: perl
11928            + t/op/numconvert.t
11929            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
11930            ! util.c
11931 ____________________________________________________________________________
11932 [  3377] By: gsar                                  on 1999/05/10  11:39:48
11933         Log: pp_modulo comment tweak from Ilya
11934      Branch: perl
11935            ! pp.c
11936 ____________________________________________________________________________
11937 [  3376] By: gsar                                  on 1999/05/10  11:30:40
11938         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11939              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
11940              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
11941              Subject: Test.pm update [PATCH _56]
11942      Branch: perl
11943            ! lib/Test.pm
11944 ____________________________________________________________________________
11945 [  3375] By: gsar                                  on 1999/05/10  11:28:30
11946         Log: From: jan.dubois@ibm.net (Jan Dubois)
11947              Date: Fri, 07 May 1999 00:59:54 +0200
11948              Message-ID: <373318ae.19292461@smtp1.ibm.net>
11949              Subject: Re: Using existing memory for an SV's PV 
11950      Branch: perl
11951            ! sv.c
11952 ____________________________________________________________________________
11953 [  3374] By: gsar                                  on 1999/05/10  11:23:44
11954         Log: From: jan.dubois@ibm.net (Jan Dubois)
11955              Date: Fri, 07 May 1999 00:59:52 +0200
11956              Message-ID: <37321800.19118320@smtp1.ibm.net>
11957              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
11958      Branch: perl
11959            ! perl.h
11960 ____________________________________________________________________________
11961 [  3373] By: gsar                                  on 1999/05/10  11:22:10
11962         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11963              Date: Thu, 6 May 1999 18:17:28 -0400
11964              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
11965              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
11966      Branch: perl
11967            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
11968            ! util.c
11969 ____________________________________________________________________________
11970 [  3372] By: gsar                                  on 1999/05/10  10:57:49
11971         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11972              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
11973              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
11974              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
11975      Branch: perl
11976            ! regcomp.c regcomp.pl
11977 ____________________________________________________________________________
11978 [  3371] By: gsar                                  on 1999/05/10  10:54:01
11979         Log: From: lane@duphy4.physics.drexel.edu
11980              Date: Tue, 04 May 1999 10:19:25 -0700
11981              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
11982              Subject: [PATCH 5.005.56] pod->html VMS fixes
11983      Branch: perl
11984            ! installhtml lib/Pod/Html.pm
11985 ____________________________________________________________________________
11986 [  3370] By: gsar                                  on 1999/05/10  10:45:52
11987         Log: testsuite nits
11988      Branch: perl
11989            ! t/lib/io_linenum.t t/op/filetest.t
11990 ____________________________________________________________________________
11991 [  3369] By: gsar                                  on 1999/05/10  10:35:22
11992         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11993              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
11994              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
11995              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
11996      Branch: perl
11997            ! os2/os2ish.h os2/os2thread.h
11998 ____________________________________________________________________________
11999 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12000         Log: From: Albert Dvornik <bert@genscan.com>
12001              Date: 03 May 1999 12:20:57 -0400
12002              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12003              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12004      Branch: perl
12005            ! dump.c
12006 ____________________________________________________________________________
12007 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12008         Log: shadow password support for Solaris (needs Configure help to
12009              determine HAS_GETSPENT)
12010              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12011              Date: Sat, 01 May 1999 19:41:17 -0400
12012              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12013              Subject: getpwent() under solaris
12014      Branch: perl
12015            ! pp_sys.c
12016 ____________________________________________________________________________
12017 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12018         Log: From: jan.dubois@ibm.net (Jan Dubois)
12019              Date: Sat, 01 May 1999 23:45:47 +0200
12020              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12021              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12022      Branch: perl
12023            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12024            ! pod/perldelta.pod
12025 ____________________________________________________________________________
12026 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12027         Log: test suite and fix input_line_number()
12028              From: Paul Johnson <pjcj@transeda.com>
12029              Date: Thu, 29 Apr 1999 06:28:14 +0100
12030              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12031              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12032      Branch: perl
12033            + t/lib/io_linenum.t
12034            ! MANIFEST ext/IO/lib/IO/Handle.pm
12035 ____________________________________________________________________________
12036 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12037         Log: fix overeager [:foo:] parsing
12038              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12039              Date: Fri, 30 Apr 1999 09:26:18 +0100
12040              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12041              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12042      Branch: perl
12043            ! regcomp.c t/op/re_tests
12044 ____________________________________________________________________________
12045 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12046         Log: documentation for Win32 builtins (somewhat modified)
12047              From: jan.dubois@ibm.net (Jan Dubois)
12048              Date: Tue, 30 Mar 1999 08:05:03 +0200
12049              Message-ID: <37006783.1926460@smtp1.ibm.net>
12050              Subject: Re: Issues with build 509 
12051      Branch: perl
12052            + pod/Win32.pod
12053            ! MANIFEST
12054 ____________________________________________________________________________
12055 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12056         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12057      Branch: perl
12058            ! lib/File/Copy.pm win32/win32.c
12059 ____________________________________________________________________________
12060 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12061         Log: escape ampersands in <pre> sections
12062      Branch: perl
12063            ! Changes lib/Pod/Html.pm
12064 ____________________________________________________________________________
12065 [  3360] By: gsar                                  on 1999/05/10  08:04:14
12066         Log: AIX hints enhancements (threads build, SOCKS support)
12067              From: "David R. Favor" <dfavor@austin.ibm.com>
12068              Date: Wed, 28 Apr 1999 08:45:28 -0500
12069              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
12070              Subject: Working build for AIX + gcc + threading
12071      Branch: perl
12072            ! hints/aix.sh
12073 ____________________________________________________________________________
12074 [  3359] By: gsar                                  on 1999/05/10  07:49:26
12075         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
12076              Date: Tue, 27 Apr 1999 23:47:24 PDT
12077              Message-ID: <19990428064724.95244.qmail@hotmail.com>
12078              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
12079              --
12080              Date: Thu, 29 Apr 1999 18:21:06 -0700
12081              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
12082              Subject: [PATCH 5.005_56] double constants ( C.pm)
12083              --
12084              Date: Mon, 03 May 1999 20:21:31 PDT
12085              Message-ID: <19990504032131.81113.qmail@hotmail.com>
12086              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
12087              --
12088              Date: Thu, 06 May 1999 17:57:09 -0700
12089              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
12090              Subject: Stash.pm
12091      Branch: perl
12092            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
12093            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
12094 ____________________________________________________________________________
12095 [  3358] By: gsar                                  on 1999/05/10  04:39:15
12096         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
12097              From: alexander smishlajev <als@turnhere.com>
12098              Date: Sun, 25 Apr 1999 14:58:29 +0300
12099              Message-ID: <37230365.5F68B460@turnhere.com>
12100              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
12101      Branch: perl
12102            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12103            + cygwin32/build-instructions.charles-wilson
12104            + cygwin32/build-instructions.sebastien-barre
12105            + cygwin32/build-instructions.steven-morlock
12106            + cygwin32/build-instructions.steven-morlock2
12107            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12108            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12109            - cygwin32/perlld
12110            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
12111            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
12112            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
12113            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
12114            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
12115            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
12116 ____________________________________________________________________________
12117 [  3357] By: gsar                                  on 1999/05/10  04:07:07
12118         Log: applied suggested patch, modulo already applied parts
12119              From: Charles Bailey <BAILEY@newman.upenn.edu>
12120              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
12121              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
12122              Subject: [Patch 5.005_56] VMS consolidated patch #2
12123      Branch: perl
12124            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
12125            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
12126            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
12127            ! vms/subconfigure.com vms/test.com vms/vms.c
12128 ____________________________________________________________________________
12129 [  3356] By: gsar                                  on 1999/05/10  03:48:08
12130         Log: applied suggested patch, with win32 and PERL_OBJECT additions
12131              From: Tom Hughes <tom@compton.nu>
12132              Date: Sat, 24 Apr 1999 18:11:59 +0100
12133              Message-ID: <609bdff748.tom@compton.compton.nu>
12134              Subject: ByteLoader patch
12135      Branch: perl
12136            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12137            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
12138            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
12139            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12140            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
12141            ! utils/Makefile win32/Makefile win32/makefile.mk
12142 ____________________________________________________________________________
12143 [  3355] By: gsar                                  on 1999/05/10  03:22:49
12144         Log: document 'test' attribute (from Andreas Koenig)
12145      Branch: perl
12146            ! lib/ExtUtils/MakeMaker.pm
12147 ____________________________________________________________________________
12148 [  3354] By: gsar                                  on 1999/05/10  03:12:37
12149         Log: From: pmarquess@bfsec.bt.co.uk
12150              Date: Thu, 22 Apr 1999 23:12:08 +0100
12151              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
12152              Subject: PATCH for small bug in scan_bin
12153      Branch: perl
12154            ! util.c
12155 ____________________________________________________________________________
12156 [  3353] By: gsar                                  on 1999/05/10  02:39:33
12157         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
12158              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
12159      Branch: perl
12160            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
12161            ! win32/win32iop.h
12162 ____________________________________________________________________________
12163 [  3352] By: gsar                                  on 1999/05/09  22:47:39
12164         Log: flush all open output buffers before fork(), exec(), system, qx//
12165              and pipe open() operations, simplifying buffering headaches faced
12166              by users; uses fflush(NULL), which may need Configure test
12167      Branch: perl
12168            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
12169            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
12170 ____________________________________________________________________________
12171 [  3351] By: gsar                                  on 1999/05/09  21:11:51
12172         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
12173              Leroy <jll@skynet.be>)
12174      Branch: perl
12175            ! utils/perlcc.PL
12176 ____________________________________________________________________________
12177 [  3350] By: gsar                                  on 1999/05/09  20:39:11
12178         Log: normalize $^X to full pathname on win32
12179      Branch: perl
12180            ! win32/runperl.c
12181 ____________________________________________________________________________
12182 [  3349] By: gsar                                  on 1999/05/09  20:23:07
12183         Log: allow readline($globref), <$globref> already works
12184      Branch: perl
12185            ! pp_hot.c
12186 ____________________________________________________________________________
12187 [  3348] By: gsar                                  on 1999/05/09  20:00:09
12188         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
12189              <lemburg@online-club.de>)
12190      Branch: perl
12191            ! utils/perldoc.PL
12192 ____________________________________________________________________________
12193 [  3347] By: gsar                                  on 1999/05/09  18:47:21
12194         Log: additions to Thread.pm docs from Tuomas J. Lukka
12195              <lukka@fas.harvard.edu>
12196      Branch: perl
12197            ! ext/Thread/Thread.pm
12198 ____________________________________________________________________________
12199 [  3346] By: gsar                                  on 1999/05/09  18:38:00
12200         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12201              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
12202              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
12203              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
12204      Branch: perl
12205            ! ext/B/B/Xref.pm
12206 ____________________________________________________________________________
12207 [  3345] By: gsar                                  on 1999/05/09  18:22:43
12208         Log: work around mangled archname on win32 while finding privlib/sitelib;
12209              normalize lib paths to forward slashes internally
12210      Branch: perl
12211            ! win32/win32.c
12212 ____________________________________________________________________________
12213 [  3344] By: gsar                                  on 1999/05/09  03:20:06
12214         Log: fix typo in dbm filters that caused odbm.t to fail
12215      Branch: perl
12216            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
12217 ____________________________________________________________________________
12218 [  3343] By: gsar                                  on 1999/05/09  02:02:59
12219         Log: tweak test totals
12220      Branch: perl
12221            ! Changes t/lib/tie-stdhandle.t
12222 ____________________________________________________________________________
12223 [  3342] By: gsar                                  on 1999/05/09  01:42:06
12224         Log: import list propagation busted (pointed out by Ton Hospel
12225              <thospel@mail.dma.be>)
12226      Branch: perl
12227            ! lib/autouse.pm
12228 ____________________________________________________________________________
12229 [  3341] By: gsar                                  on 1999/05/09  00:54:18
12230         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
12231              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
12232      Branch: perl
12233            ! Configure Makefile.SH
12234 ____________________________________________________________________________
12235 [  3340] By: gsar                                  on 1999/05/09  00:40:41
12236         Log: generate manpages for newly added utils
12237      Branch: perl
12238            ! installman
12239 ____________________________________________________________________________
12240 [  3339] By: gsar                                  on 1999/05/09  00:33:50
12241         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12242              Date: Sun, 02 May 1999 17:59:24 +0100
12243              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
12244              Subject: [PATCH] Re: ptr to realloced memory in yylex
12245      Branch: perl
12246            ! toke.c
12247 ____________________________________________________________________________
12248 [  3338] By: jhi                                   on 1999/05/08  22:40:29
12249         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
12250      Branch: cfgperl
12251            ! INSTALL
12252 ____________________________________________________________________________
12253 [  3337] By: jhi                                   on 1999/05/08  22:22:26
12254         Log: Integrate from mainperl.
12255      Branch: cfgperl
12256           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
12257           !> (integrate 54 files)
12258 ____________________________________________________________________________
12259 [  3336] By: gsar                                  on 1999/05/08  21:48:22
12260         Log: make perldoc -f grok nested =items
12261      Branch: perl
12262            ! utils/perldoc.PL
12263 ____________________________________________________________________________
12264 [  3335] By: gsar                                  on 1999/05/08  19:48:11
12265         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
12266      Branch: perl
12267            ! op.c t/lib/fields.t
12268 ____________________________________________________________________________
12269 [  3334] By: gsar                                  on 1999/05/08  19:09:41
12270         Log: update test totals
12271      Branch: perl
12272            ! t/lib/bigintpm.t
12273 ____________________________________________________________________________
12274 [  3333] By: gsar                                  on 1999/05/08  16:56:02
12275         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
12276      Branch: perl
12277            ! pod/perlfunc.pod
12278 ____________________________________________________________________________
12279 [  3332] By: gsar                                  on 1999/05/08  16:46:44
12280         Log: applied suggested patch, added tests
12281              From: William Mann <wmann@avici.com>
12282              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
12283              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
12284              Subject: BigInt.pm extensions for logical operations
12285      Branch: perl
12286            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
12287 ____________________________________________________________________________
12288 [  3331] By: gsar                                  on 1999/05/08  16:09:33
12289         Log: avoid temporary files named 'tmp'
12290      Branch: perl
12291            ! Makefile.SH pp.c
12292 ____________________________________________________________________________
12293 [  3330] By: nick                                  on 1999/05/08  14:16:30
12294         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
12295              Provide Tie::StdHandle
12296              Basic update of docs.
12297      Branch: perl
12298            + t/lib/tie-stdhandle.t
12299            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
12300 ____________________________________________________________________________
12301 [  3329] By: nick                                  on 1999/05/08  12:03:45
12302         Log: Tweaks to open(my $fh,...) stuff
12303      Branch: perl
12304            ! op.c pp.c pp_sys.c t/io/open.t
12305 ____________________________________________________________________________
12306 [  3328] By: nick                                  on 1999/05/08  11:18:42
12307         Log: Bring SDBM_File.xs into line with new typemap
12308      Branch: perl
12309            ! ext/SDBM_File/SDBM_File.xs
12310 ____________________________________________________________________________
12311 [  3327] By: gsar                                  on 1999/05/08  00:07:11
12312         Log: add test case for AUTOLOAD reentrancy fix in change#3279
12313      Branch: perl
12314            ! t/lib/autoloader.t
12315 ____________________________________________________________________________
12316 [  3326] By: nick                                  on 1999/05/07  21:24:50
12317         Log: Implement open( my $fh, ...) and similar.
12318              Set flag in op.c for "constructor ops"
12319              In pp_rv2gv, if flag is set and arg is PADSV and uninit
12320              vivify as reference to a detached GV.
12321              (Name of GV is the pad name.)
12322              This scheme should "just work" for pipe/socket etc. too.
12323              
12324              #if 0 out the open(FH,undef) for now.
12325              Change t/io/open.t to test open(my $fh,...)
12326      Branch: perl
12327            ! op.c pp.c pp_sys.c t/io/open.t
12328 ____________________________________________________________________________
12329 [  3325] By: nick                                  on 1999/05/07  21:18:42
12330         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
12331      Branch: perl
12332            ! util.c
12333 ____________________________________________________________________________
12334 [  3324] By: gsar                                  on 1999/05/07  20:28:31
12335         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
12336              intervening code has to allocate SVs)
12337      Branch: perl
12338            ! util.c
12339 ____________________________________________________________________________
12340 [  3323] By: gsar                                  on 1999/05/07  19:45:08
12341         Log: allow line numbers to show in diagnostics during global destruction
12342      Branch: perl
12343            ! util.c
12344 ____________________________________________________________________________
12345 [  3322] By: gsar                                  on 1999/05/07  09:38:11
12346         Log: From: Dan Sugalski <sugalskd@ous.edu>
12347              Date: Fri, 09 Apr 1999 16:16:39 -0700
12348              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
12349              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
12350      Branch: perl
12351            ! lib/ExtUtils/MM_VMS.pm
12352 ____________________________________________________________________________
12353 [  3321] By: gsar                                  on 1999/05/07  09:08:23
12354         Log: From: kwzh@gnu.org (Karl Heuer)
12355              Date: Wed, 7 Apr 1999 23:58:58 -0400
12356              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
12357              Subject: [perl-5.005.02] detect lack of /dev/tty
12358      Branch: perl
12359            ! Makefile.SH
12360 ____________________________________________________________________________
12361 [  3320] By: gsar                                  on 1999/05/07  08:52:14
12362         Log: allow distinct prefix for versioned executables
12363              From: Roderick Schertler <roderick@argon.org>
12364              Date: Wed, 07 Apr 1999 15:34:56 -0400
12365              Message-ID: <3003.923513696@eeyore.ibcinc.com>
12366              Subject: perl55.00503 -> perl5.00503 patch for installperl
12367      Branch: perl
12368            ! INSTALL installperl
12369 ____________________________________________________________________________
12370 [  3319] By: gsar                                  on 1999/05/07  08:07:02
12371         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12372              Date: Mon, 05 Apr 1999 15:38:42 -0700
12373              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
12374              Subject: Re: chomp fails with $/ in fixed-length record mode
12375              --
12376              From: Roderick Schertler <roderick@argon.org>
12377              Date: Tue, 06 Apr 1999 21:11:37 -0400
12378              Message-ID: <2795.923447497@eeyore.ibcinc.com>
12379              Subject: Re: chomp fails with $/ in fixed-length record mode
12380      Branch: perl
12381            ! doop.c pod/perlfunc.pod t/op/chop.t
12382 ____________________________________________________________________________
12383 [  3318] By: gsar                                  on 1999/05/07  07:56:35
12384         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12385              Date: Tue, 6 Apr 1999 01:40:36 -0400
12386              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
12387              Subject: [PATCH 5.005_*] Make % use fmod()
12388      Branch: perl
12389            ! pp.c t/op/arith.t
12390 ____________________________________________________________________________
12391 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12392         Log: DBM Filters (via private mail)
12393              From: pmarquess@bfsec.bt.co.uk
12394              Date: Sun, 18 Apr 1999 21:05:52 +0100
12395              Message-Id: <199904182009.NAA19152@activestate.com>
12396              Subject: DBM Filters
12397      Branch: perl
12398            + pod/perldbmfilter.pod
12399            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12400            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12401            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12402            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12403            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12404            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12405            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12406            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12407            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12408            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12409            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12410            ! t/lib/sdbm.t
12411 ____________________________________________________________________________
12412 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12413         Log: avoid negative return value from Win32::GetTickCount()
12414              From: jan.dubois@ibm.net (Jan Dubois)
12415              Date: Sat, 03 Apr 1999 19:04:18 +0200
12416              Message-ID: <37084742.22824479@smtp1.ibm.net>
12417              Subject: Re: Win32::GetTickCount
12418      Branch: perl
12419            ! win32/win32.c
12420 ____________________________________________________________________________
12421 [  3314] By: gsar                                  on 1999/05/06  08:01:23
12422         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
12423              Date: Tue, 30 Mar 1999 23:40:34 PST
12424              Message-ID: <19990331074034.6117.qmail@hotmail.com>
12425              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
12426              --
12427              Date: Wed, 07 Apr 1999 00:28:23 -0800
12428              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
12429              Subject: [PATCH 5.005_56] function prototypes(B.pm)
12430              --
12431              Date: Thu, 22 Apr 1999 23:40:52 -0700
12432              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
12433              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
12434              --
12435              Date: Tue, 27 Apr 1999 01:14:49 PDT
12436              Message-ID: <19990427081449.28615.qmail@hotmail.com>
12437              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
12438      Branch: perl
12439            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
12440            ! t/op/ref.t
12441 ____________________________________________________________________________
12442 [  3313] By: jhi                                   on 1999/05/06  07:59:52
12443         Log: Integrate from mainperl.
12444      Branch: cfgperl
12445           !> (integrate 33 files)
12446 ____________________________________________________________________________
12447 [  3312] By: gsar                                  on 1999/05/06  07:11:50
12448         Log: add Ethiopic section to unicode master database (from Ken
12449              Whistler <kenw@sybase.com>)
12450      Branch: perl
12451            ! lib/unicode/UnicodeData-Latest.txt
12452 ____________________________________________________________________________
12453 [  3311] By: gsar                                  on 1999/05/06  05:37:55
12454         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
12455              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
12456              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
12457              Subject: Largefiles for Solaris
12458      Branch: perl
12459            ! hints/solaris_2.sh
12460 ____________________________________________________________________________
12461 [  3310] By: gsar                                  on 1999/05/06  05:14:35
12462         Log: emit more accurate diagnostic for syntax errors involving <>
12463              within eval""
12464      Branch: perl
12465            ! toke.c utils/perldoc.PL
12466 ____________________________________________________________________________
12467 [  3309] By: gsar                                  on 1999/05/06  04:36:31
12468         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
12469      Branch: perl
12470            ! t/lib/open3.t
12471 ____________________________________________________________________________
12472 [  3308] By: gsar                                  on 1999/05/06  03:19:16
12473         Log: applied first part of suggested patch (bug described cannot be
12474              reproduced any longer, so the second inconclusive part has not
12475              been applied)
12476              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12477              Date: Sun, 28 Mar 1999 04:51:34 +0100
12478              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
12479              Subject: [PATCH 5.005_56] Re: A core dump 
12480      Branch: perl
12481            ! toke.c
12482 ____________________________________________________________________________
12483 [  3307] By: gsar                                  on 1999/05/06  01:56:06
12484         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
12485              change#3180)
12486      Branch: perl
12487            ! op.c
12488 ____________________________________________________________________________
12489 [  3306] By: gsar                                  on 1999/05/05  17:17:34
12490         Log: applied non-conflicting parts of suggested patch
12491              From: Charles Bailey <BAILEY@newman.upenn.edu>
12492              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
12493              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
12494              Subject: [Patch 5.005_56] Revised VMS patch
12495      Branch: perl
12496            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
12497            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
12498 ____________________________________________________________________________
12499 [  3305] By: gsar                                  on 1999/05/05  16:20:19
12500         Log: make perldoc use backslashed pathnames within system() on win32
12501      Branch: perl
12502            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
12503 ____________________________________________________________________________
12504 [  3304] By: gsar                                  on 1999/05/05  07:29:43
12505         Log: upgrade Pod::Parser to v1.081 from CPAN
12506      Branch: perl
12507            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12508            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12509            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12510 ____________________________________________________________________________
12511 [  3303] By: gsar                                  on 1999/05/05  07:02:07
12512         Log: From: Andy Dougherty <doughera@lafayette.edu>
12513              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
12514              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
12515              Subject: [PATCH 5.005_03-MT3] INSTALL patches
12516      Branch: perl
12517            ! INSTALL
12518 ____________________________________________________________________________
12519 [  3302] By: gsar                                  on 1999/05/05  06:55:21
12520         Log: load base packages based on nonexistent $VERSION
12521              From: andreas.koenig@anima.de (Andreas J. Koenig)
12522              Date: 19 Mar 1999 06:00:28 +0100
12523              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
12524              Subject: Re: base.pm flaw
12525      Branch: perl
12526            ! lib/base.pm lib/locale.pm
12527 ____________________________________________________________________________
12528 [  3301] By: gsar                                  on 1999/05/04  05:41:08
12529         Log: pod2man outputs switched date and revision label (fix suggested by
12530              EthanSasiela@mede.com)
12531      Branch: perl
12532            ! pod/pod2man.PL
12533 ____________________________________________________________________________
12534 [  3300] By: gsar                                  on 1999/05/03  18:48:25
12535         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
12536              (makes opendir(D,"c:") work reliably)
12537      Branch: perl
12538            ! win32/win32.c
12539 ____________________________________________________________________________
12540 [  3299] By: gsar                                  on 1999/05/02  19:39:55
12541         Log: add test case for change#3298
12542      Branch: perl
12543            ! sv.c t/op/readdir.t
12544 ____________________________________________________________________________
12545 [  3298] By: gsar                                  on 1999/05/02  19:24:41
12546         Log: close directory handles properly when localized
12547      Branch: perl
12548            ! sv.c
12549 ____________________________________________________________________________
12550 [  3297] By: jhi                                   on 1999/04/30  11:42:14
12551         Log: Integrate from mainperl.
12552      Branch: cfgperl
12553           !> Changes config_h.SH configure.com lib/AutoLoader.pm
12554           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
12555           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
12556           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
12557           !> vms/subconfigure.com win32/win32.c
12558 ____________________________________________________________________________
12559 [  3293] By: chip                                  on 1999/04/29  18:50:49
12560         Log: Fix shebang lines.
12561      Branch: maint-5.004/perl
12562            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
12563            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
12564            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
12565            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
12566            ! x2p/find2perl.PL x2p/s2p.PL
12567 ____________________________________________________________________________
12568 [  3284] By: gsar                                  on 1999/04/27  00:48:42
12569         Log: integrate change#3279 from maint-5.004
12570      Branch: perl
12571            ! lib/AutoLoader.pm
12572 ____________________________________________________________________________
12573 [  3279] By: chip                                  on 1999/04/26  23:09:26
12574         Log: Make &AutoLoad::AUTOLOAD reentrant.
12575      Branch: maint-5.004/perl
12576            ! lib/AutoLoader.pm
12577 ____________________________________________________________________________
12578 [  3276] By: chip                                  on 1999/04/26  22:34:36
12579         Log: Make porting scripts executable.
12580      Branch: maint-5.004/perl
12581            ! Changes Porting/genlog Porting/makerel Porting/p4desc
12582            ! Porting/patchls
12583 ____________________________________________________________________________
12584 [  3274] By: gsar                                  on 1999/04/26  17:30:31
12585         Log: allow embedded null characters in diagnostics
12586      Branch: perl
12587            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
12588 ____________________________________________________________________________
12589 [  3273] By: gsar                                  on 1999/04/26  08:27:22
12590         Log: hand-applied conflicting parts of suggested patch
12591              From: Charles Bailey <BAILEY@newman.upenn.edu>
12592              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
12593              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
12594              Subject: [PATCH 5.005_56] VMS configuration/build
12595      Branch: perl
12596            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12597            ! vms/munchconfig.c vms/subconfigure.com
12598 ____________________________________________________________________________
12599 [  3272] By: gsar                                  on 1999/04/26  08:25:41
12600         Log: update Changes; tweak minor regressions
12601      Branch: perl
12602            ! Changes lib/AutoSplit.pm lib/File/Path.pm
12603 ____________________________________________________________________________
12604 [  3271] By: gsar                                  on 1999/04/26  07:52:51
12605         Log: integrate change#3229 from maint-5.004
12606      Branch: perl
12607            ! pp_ctl.c util.c
12608 ____________________________________________________________________________
12609 [  3270] By: gsar                                  on 1999/04/25  22:58:27
12610         Log: fix buggy reference count on refs to SVs with autoviv magic
12611              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
12612              accessing free()d memory)
12613      Branch: perl
12614            ! pp.c t/op/ref.t
12615 ____________________________________________________________________________
12616 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12617         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12618              on win32)
12619      Branch: perl
12620            ! win32/win32.c
12621 ____________________________________________________________________________
12622 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12623         Log: kill dup hunk
12624      Branch: perl
12625            ! config_h.SH
12626 ____________________________________________________________________________
12627 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12628         Log: integrate cfgperl changes into mainline
12629      Branch: perl
12630           +> myconfig.SH
12631            - myconfig
12632            ! pod/perlre.pod
12633           !> (integrate 38 files)
12634 ____________________________________________________________________________
12635 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12636         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12637              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12638              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12639              Cc: Lionel Cons <lionel.cons@cern.ch>,
12640              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12641              David Hayes <david@bdel.com>
12642              Subject: [PATCH] h2ph
12643              Date: Fri, 23 Apr 1999 12:37:23 -0400
12644              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12645      Branch: cfgperl
12646            ! utils/h2ph.PL
12647 ____________________________________________________________________________
12648 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12649         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12650              To: perlbug@perl.org
12651              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12652              Date: Wed, 21 Apr 1999 08:17:54 -0700
12653              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12654      Branch: cfgperl
12655            ! vms/descrip_mms.template
12656 ____________________________________________________________________________
12657 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12658         Log: From: Andy Dougherty <doughera@lafayette.edu>
12659              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12660              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12661              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12662              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12663      Branch: cfgperl
12664            ! Porting/pumpkin.pod
12665 ____________________________________________________________________________
12666 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12667         Log: From: Chip Salzenberg <chip@perlsupport.com>
12668              To: Perl 5 Porters <perl5-porters@perl.org>
12669              Subject: [PATCH 5.005_56] Configure: $sig_count
12670              Date: Sun, 18 Apr 1999 17:54:36 -0400
12671              Message-ID: <19990418175436.A27496@perlsupport.com>
12672      Branch: cfgperl
12673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12674            ! config_h.SH
12675 ____________________________________________________________________________
12676 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12677         Log: Subject: PATCH wrong faq reference in perlbook.pod
12678              From: Robin Barker <rmb1@cise.npl.co.uk>
12679              To: perlbug@perl.com
12680              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12681              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12682      Branch: cfgperl
12683            ! pod/perlbook.pod
12684 ____________________________________________________________________________
12685 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12686         Log: From: Andy Dougherty <doughera@lafayette.edu>
12687              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12688              Cc: Perl Porters <perl5-porters@perl.org>
12689              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12690              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12691              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12692      Branch: cfgperl
12693            ! hints/solaris_2.sh
12694 ____________________________________________________________________________
12695 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12696         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12697              To: pumpkings@jhereg.perl.com
12698              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12699              Date: Thu, 15 Apr 1999 07:13:41 -0600
12700              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12701      Branch: cfgperl
12702            ! pod/perldata.pod
12703 ____________________________________________________________________________
12704 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12705         Log: LDLIBPTH also on 'clean' targets.
12706      Branch: cfgperl
12707            ! Makefile.SH
12708 ____________________________________________________________________________
12709 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12710         Log: Add information about the two DEC C compiler optimizer bugs
12711              (what patch levels of the compilers fix them).
12712      Branch: cfgperl
12713            ! pp.c t/op/repeat.t
12714 ____________________________________________________________________________
12715 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12716         Log: Be polite about ccdlflags and lddflags, too.
12717              Avoid Perl's malloc only when threaded.
12718      Branch: cfgperl
12719            ! hints/aix.sh
12720 ____________________________________________________________________________
12721 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12722         Log: Croak if no known ways to semctl() (don't assume union semun).
12723      Branch: cfgperl
12724            ! doio.c perl.h
12725 ____________________________________________________________________________
12726 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12727         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12728              To: perl5-porters@perl.org, vmsperl@perl.org
12729              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12730              Date: Mon, 12 Apr 1999 13:36:48 -0700
12731              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12732      Branch: cfgperl
12733            ! lib/ExtUtils/MM_VMS.pm
12734 ____________________________________________________________________________
12735 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12736         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12737              To: perlbug@perl.com
12738              Subject: Update for OpenBSD hints
12739              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12740              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12741      Branch: cfgperl
12742            ! hints/openbsd.sh
12743 ____________________________________________________________________________
12744 [  3229] By: chip                                  on 1999/04/13  04:04:14
12745         Log: Preserve errno from importunities of sfio.
12746      Branch: maint-5.004/perl
12747            ! pp_ctl.c util.c
12748 ____________________________________________________________________________
12749 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12750         Log: If both ways to call semctl are broken,    skip the tests.
12751      Branch: cfgperl
12752            ! t/lib/ipc_sysv.t
12753 ____________________________________________________________________________
12754 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12755         Log: From: Andy Dougherty <doughera@lafayette.edu>
12756              To: dsembr01@ox.slug.louisville.edu
12757              Cc: perlbug@perl.com
12758              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12759              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12760              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12761      Branch: cfgperl
12762            ! ext/POSIX/POSIX.xs
12763 ____________________________________________________________________________
12764 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12765         Log: From: Andy Dougherty <doughera@lafayette.edu>
12766              To: Perl Porters <perl5-porters@perl.org>
12767              Subject: [PATCH 5.005_56] Re: prefix= in hints
12768              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12769              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12770              
12771              (Overrides change #3204 from Kurt)
12772      Branch: cfgperl
12773            ! hints/linux.sh
12774 ____________________________________________________________________________
12775 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12776         Log: Understand Apollo's //node notation.
12777              
12778              From: Johann Klasek <jk@auto.tuwien.ac.at>
12779              To: jhi@iki.fi
12780              Subject: Re: DomainPerl
12781              Date: Fri, 9 Apr 1999 18:21:37 +0200
12782              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12783      Branch: cfgperl
12784            ! lib/Cwd.pm
12785 ____________________________________________________________________________
12786 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12787         Log: Integrate from mainperl.
12788      Branch: cfgperl
12789           !> (integrate 39 files)
12790 ____________________________________________________________________________
12791 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12792         Log: tweak previous change
12793      Branch: maint-5.005/perl
12794            ! win32/win32.c
12795 ____________________________________________________________________________
12796 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12797         Log: be careful about extending the stack for the Win32:: builtins
12798      Branch: maint-5.005/perl
12799            ! win32/win32.c
12800 ____________________________________________________________________________
12801 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12802         Log: correct places that said newSVpv() when they meant newSVpvn()
12803      Branch: perl
12804            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12805            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12806            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12807            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12808            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12809            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12810            ! win32/win32.c
12811 ____________________________________________________________________________
12812 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12813         Log: avoid duplicate code
12814      Branch: perl
12815            ! sv.c
12816 ____________________________________________________________________________
12817 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12818         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12819              STRESS_REALLOC testing
12820      Branch: perl
12821            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12822            ! sv.c
12823 ____________________________________________________________________________
12824 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12825         Log: scrounge and save three extra branches in pp_entersub()
12826      Branch: perl
12827            ! cv.h pp_ctl.c pp_hot.c
12828 ____________________________________________________________________________
12829 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12830         Log: remove duplicate code and an extra branch in sv_setsv() and
12831              other hot code by making SvTHINKFIRST() think about FAKE SVs
12832      Branch: perl
12833            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12834            ! proto.h scope.c sv.c sv.h
12835 ____________________________________________________________________________
12836 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12837         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12838              
12839              From: John Bley <jbb6@acpub.duke.edu>
12840              To: perlbug@perl.org
12841              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12842              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12843              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12844      Branch: cfgperl
12845            ! doio.c pp_sys.c
12846 ____________________________________________________________________________
12847 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12848         Log: Change #3210 was rather unportable.  This is better.
12849      Branch: cfgperl
12850            ! Configure config_h.SH
12851 ____________________________________________________________________________
12852 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12853         Log: Avoid Digital UNIX' ksh.
12854              
12855              From: Jarkko Hietaniemi <jhi@iki.fi> 
12856              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12857              Cc: perlbug@perl.com, ht000@foa.dk 
12858              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12859              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12860              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12861      Branch: cfgperl
12862            ! Configure config_h.SH
12863 ____________________________________________________________________________
12864 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12865         Log: Integrate from mainperl.
12866      Branch: cfgperl
12867           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12868 ____________________________________________________________________________
12869 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12870         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12871              
12872              From: Lionel Cons <lionel.cons@cern.ch>
12873              To: jhi@iki.fi
12874              Cc: perlbug@perl.com, kstar@isinet.com,
12875              Philippe Defert <philippe.defert@cern.ch>
12876              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12877              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12878              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12879      Branch: cfgperl
12880            ! hints/irix_6.sh
12881 ____________________________________________________________________________
12882 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12883         Log: Be polite about usemymalloc.
12884      Branch: cfgperl
12885            ! hints/aix.sh
12886 ____________________________________________________________________________
12887 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12888         Log: a typo in change#3205
12889      Branch: perl
12890            ! t/lib/bigfloatpm.t
12891 ____________________________________________________________________________
12892 [  3205] By: gsar                                  on 1999/04/02  23:20:31
12893         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
12894              returns NaNs faithfully)
12895      Branch: perl
12896            ! t/lib/bigfloatpm.t
12897 ____________________________________________________________________________
12898 [  3204] By: jhi                                   on 1999/04/02  22:03:23
12899         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
12900              
12901              From: "Kurt D. Starsinic" <kstar@chapin.edu>
12902              To: perl5-porters@perl.org
12903              Subject: linux hints nit
12904              Date: Fri, 2 Apr 1999 16:49:47 -0500
12905              Message-ID: <19990402164947.E80926@O2.chapin.edu>
12906      Branch: cfgperl
12907            ! hints/linux.sh
12908 ____________________________________________________________________________
12909 [  3203] By: jhi                                   on 1999/04/02  22:00:56
12910         Log: Display exact glibc version in Linux. 
12911              
12912              From: Andy Dougherty <doughera@lafayette.edu>
12913              To: Perl Porters <perl5-porters@perl.org>
12914              Subject: Displaying glibc version on Linux
12915              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
12916              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
12917      Branch: cfgperl
12918            ! hints/linux.sh
12919 ____________________________________________________________________________
12920 [  3202] By: gsar                                  on 1999/04/02  21:23:18
12921         Log: various little goofs
12922      Branch: perl
12923            ! Changes Makefile.SH README installperl
12924 ____________________________________________________________________________
12925 [  3201] By: jhi                                   on 1999/04/02  13:13:39
12926         Log: Configure regen.
12927              
12928              Add llseek + offset_t probing.
12929              Change CONFIG to CONFIGDOTSH.
12930              'unset foo' is unportable, use foo=''.
12931      Branch: cfgperl
12932            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12933            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
12934            ! perl_exp.SH writemain.SH
12935 ____________________________________________________________________________
12936 [  3200] By: jhi                                   on 1999/04/02  12:06:22
12937         Log: Introduce myconfig.SH.
12938              
12939              From: Andy Dougherty <doughera@lafayette.edu>
12940              To: Jarkko Hietaniemi <jhi@iki.fi>
12941              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
12942              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
12943              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
12944              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
12945      Branch: cfgperl
12946            + myconfig.SH
12947            - myconfig
12948            ! MANIFEST
12949 ____________________________________________________________________________
12950 [  3195] By: jhi                                   on 1999/03/28  16:42:54
12951         Log: Update perlhist on 5_03.
12952      Branch: maint-5.005/perl
12953            ! pod/perlhist.pod
12954 ____________________________________________________________________________
12955 [  3194] By: jhi                                   on 1999/03/28  12:30:01
12956         Log: Integrate from mainperl.
12957      Branch: cfgperl
12958           +> t/op/grep.t
12959            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
12960            ! t/lib/bigintpm.t
12961           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
12962           !> t/lib/thread.t
12963 ____________________________________________________________________________
12964 [  3189] By: gsar                                  on 1999/03/28  08:22:00
12965         Log: various pod niggles
12966      Branch: maint-5.005/perl
12967            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
12968            ! pod/perlfunc.pod pod/perlhist.pod
12969 ____________________________________________________________________________
12970 [  3187] By: gsar                                  on 1999/03/28  07:31:16
12971         Log: regularize CAPI declarations (CAPI extensions now build under
12972              the Borland compiler)
12973      Branch: maint-5.005/perl
12974            ! win32/GenCAPI.pl
12975 ____________________________________________________________________________
12976 [  3186] By: gsar                                  on 1999/03/28  07:26:33
12977         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
12978              -DPERL_CAPI
12979      Branch: maint-5.005/perl
12980            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
12981 ____________________________________________________________________________
12982 [  3183] By: gsar                                  on 1999/03/28  06:00:46
12983         Log: update p4 utility to ignore non-text files
12984      Branch: perl
12985            ! Porting/p4desc
12986 ____________________________________________________________________________
12987 [  3181] By: gsar                                  on 1999/03/28  03:37:23
12988         Log: integrate change#3179 from maint-5.005
12989      Branch: perl
12990           !> ext/Thread/Thread.xs t/lib/thread.t
12991 ____________________________________________________________________________
12992 [  3180] By: gsar                                  on 1999/03/28  02:28:20
12993         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
12994              (sometimes caused bizarreness in the BLOCK)
12995      Branch: perl
12996            + t/op/grep.t
12997            ! MANIFEST op.c
12998 ____________________________________________________________________________
12999 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13000         Log: fix thread segfault when passing large number of arguments to child
13001              a la C<Thread->new($foo, 1..1000)>
13002      Branch: maint-5.005/perl
13003            ! ext/Thread/Thread.xs t/lib/thread.t
13004 ____________________________________________________________________________
13005 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13006         Log: fix $Config{'usethreads'} typo in perlthrtut
13007              
13008              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13009              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13010              Message-Id: <199903251540.QAA02439@wsblob.>
13011              Subject: perlthrtut documentation error
13012      Branch: maint-5.005/perl
13013            ! pod/perlthrtut.pod
13014 ____________________________________________________________________________
13015 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13016         Log: Update Test.pm to VERSION 1.122 from CPAN
13017      Branch: maint-5.005/perl
13018            ! lib/Test.pm
13019 ____________________________________________________________________________
13020 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13021         Log: Integrate from mainperl.
13022      Branch: cfgperl
13023           !> (integrate 37 files)
13024 ____________________________________________________________________________
13025 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13026         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13027              prefer 'brace' or 'curly bracket' over 'curly brace'
13028      Branch: perl
13029            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13030            ! t/op/misc.t t/op/re_tests toke.c
13031 ____________________________________________________________________________
13032 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13033         Log: better description of "Integer overflow" diagnostic
13034      Branch: perl
13035            ! pod/perldiag.pod
13036 ____________________________________________________________________________
13037 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13038         Log: applied needful parts of suggested patch
13039              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13040              Date: Tue, 23 Mar 1999 16:21:43 -0800
13041              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13042              Subject: [PATCH 5.005_56] pp_formline correction
13043      Branch: perl
13044            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13045 ____________________________________________________________________________
13046 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13047         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13048              <mjd@plover.com>)
13049      Branch: perl
13050            ! pod/perlsyn.pod
13051 ____________________________________________________________________________
13052 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13053         Log: describe current behavior on local($foo{nothere}) (suggested by
13054              Lionel Cons <lionel.cons@cern.ch>)
13055      Branch: perl
13056            ! pod/perlsub.pod
13057 ____________________________________________________________________________
13058 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13059         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13060              <vishalb@hotmail.com>)
13061      Branch: perl
13062            ! ext/B/B/C.pm
13063 ____________________________________________________________________________
13064 [  3164] By: gsar                                  on 1999/03/25  06:17:27
13065         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13066              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
13067              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
13068              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
13069      Branch: perl
13070            ! ext/B/B.xs op.h opcode.pl
13071 ____________________________________________________________________________
13072 [  3163] By: gsar                                  on 1999/03/25  06:15:49
13073         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
13074              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
13075              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
13076              Subject: [PATCH _56] B::Deparse 0.57
13077              --
13078              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
13079              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
13080              Subject: Re: [PATCH _56] B::Deparse 0.57 
13081      Branch: perl
13082            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
13083 ____________________________________________________________________________
13084 [  3162] By: gsar                                  on 1999/03/25  06:11:46
13085         Log: fix a few places that said 'int', but meant 'STRLEN'
13086      Branch: perl
13087            ! pod/perlguts.pod proto.h sv.c
13088 ____________________________________________________________________________
13089 [  3161] By: gsar                                  on 1999/03/25  06:01:18
13090         Log: From: Russ Allbery <rra@stanford.edu>
13091              Date: 22 Mar 1999 04:26:26 -0800
13092              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
13093              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
13094      Branch: perl
13095            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
13096            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
13097            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
13098            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
13099 ____________________________________________________________________________
13100 [  3160] By: gsar                                  on 1999/03/25  02:26:31
13101         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
13102      Branch: perl
13103            ! opcode.h opcode.pl
13104 ____________________________________________________________________________
13105 [  3159] By: gsar                                  on 1999/03/25  02:18:17
13106         Log: add statement-modifier loops to :base_loop class
13107      Branch: perl
13108            ! ext/Opcode/Opcode.pm
13109 ____________________________________________________________________________
13110 [  3158] By: gsar                                  on 1999/03/25  00:36:57
13111         Log: integrate changes#3105,3130,3154 from maint-5.005
13112      Branch: perl
13113           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
13114 ____________________________________________________________________________
13115 [  3157] By: gsar                                  on 1999/03/25  00:24:17
13116         Log: remove bogus panic()
13117      Branch: perl
13118            ! Changes lib/Math/BigFloat.pm
13119 ____________________________________________________________________________
13120 [  3156] By: jhi                                   on 1999/03/24  22:43:43
13121         Log: Integrate from mainperl.
13122      Branch: cfgperl
13123           +> (branch 38 files)
13124           !> (integrate 68 files)
13125 ____________________________________________________________________________
13126 [  3155] By: jhi                                   on 1999/03/24  22:12:17
13127         Log: Configure regenerated because of changes #3130/#3154 and #3147.
13128      Branch: cfgperl
13129            ! Configure config_h.SH
13130 ____________________________________________________________________________
13131 [  3154] By: jhi                                   on 1999/03/24  21:40:51
13132         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
13133              based on suggestions from Andy Dougherty.
13134      Branch: maint-5.005/perl
13135            ! INSTALL
13136 ____________________________________________________________________________
13137 [  3153] By: gsar                                  on 1999/03/24  10:38:05
13138         Log: applied suggested patch, modulo superceded parts
13139              From: Charles Bailey <BAILEY@newman.upenn.edu>
13140              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
13141              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
13142              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
13143      Branch: perl
13144            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13145            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
13146            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13147            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
13148 ____________________________________________________________________________
13149 [  3152] By: gsar                                  on 1999/03/24  10:30:51
13150         Log: applied suggested patch, modulo superceded parts
13151              From: Charles Bailey <BAILEY@newman.upenn.edu>
13152              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
13153              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
13154              Subject: [PATCH 5.005_56] Miscellaneous small fixes
13155      Branch: perl
13156            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
13157            ! lib/File/Basename.pm
13158 ____________________________________________________________________________
13159 [  3151] By: gsar                                  on 1999/03/24  10:15:00
13160         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
13161      Branch: perl
13162            ! pod/perlop.pod
13163 ____________________________________________________________________________
13164 [  3150] By: gsar                                  on 1999/03/24  10:09:13
13165         Log: missing integration in previous change
13166      Branch: perl
13167           !> README.apollo
13168 ____________________________________________________________________________
13169 [  3149] By: gsar                                  on 1999/03/24  10:06:44
13170         Log: integrate changes#3116,3119 from maint-5.005
13171      Branch: perl
13172            + README.apollo
13173           +> apollo/netinet/in.h
13174           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
13175 ____________________________________________________________________________
13176 [  3148] By: gsar                                  on 1999/03/24  10:01:56
13177         Log: integrate changes#3091-3094 from maint-5.005
13178      Branch: perl
13179           !> README.hurd vms/subconfigure.com vos/config.h
13180           !> vos/config_h.SH_orig
13181 ____________________________________________________________________________
13182 [  3147] By: gsar                                  on 1999/03/24  09:31:49
13183         Log: warn about newfangled vfork() caveats
13184      Branch: perl
13185            ! Configure
13186 ____________________________________________________________________________
13187 [  3146] By: jhi                                   on 1999/03/24  09:20:14
13188         Log: Bring in changes #2808 and #2812 (from mainline perl)
13189              that enhance the perlbug checklist.
13190      Branch: maint-5.005/perl
13191            ! utils/perlbug.PL
13192 ____________________________________________________________________________
13193 [  3145] By: gsar                                  on 1999/03/24  08:37:02
13194         Log: integrate change#3115 from maint-5.005
13195      Branch: perl
13196           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13197           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13198 ____________________________________________________________________________
13199 [  3144] By: gsar                                  on 1999/03/24  08:33:59
13200         Log: add note about map in scalar context
13201      Branch: perl
13202            ! pod/perlfunc.pod
13203 ____________________________________________________________________________
13204 [  3143] By: gsar                                  on 1999/03/24  08:25:59
13205         Log: doc tweak
13206      Branch: perl
13207            ! lib/Time/Local.pm
13208 ____________________________________________________________________________
13209 [  3142] By: gsar                                  on 1999/03/24  08:20:37
13210         Log: applied suggested patch, modulo bogus hunk
13211              From: "Vishal Bhatia" <vishalb@hotmail.com>
13212              Date: Thu, 11 Mar 1999 07:40:27 PST
13213              Message-ID: <19990311154027.25891.qmail@hotmail.com>
13214              Subject: [PATCH 5.005_56] Minor fixes in perlcc
13215      Branch: perl
13216            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
13217 ____________________________________________________________________________
13218 [  3141] By: gsar                                  on 1999/03/24  08:06:12
13219         Log: integrate change#3104 from maint-5.005
13220      Branch: perl
13221           !> README.os390 t/lib/posix.t
13222 ____________________________________________________________________________
13223 [  3140] By: gsar                                  on 1999/03/24  06:34:56
13224         Log: fix failure of C<&locked_sub;> under -Dusethreads
13225      Branch: perl
13226            ! pp_hot.c t/lib/thread.t
13227 ____________________________________________________________________________
13228 [  3139] By: gsar                                  on 1999/03/24  05:52:00
13229         Log: debugger tweak (wasn't printing a newline after recalled commands)
13230      Branch: perl
13231            ! lib/perl5db.pl
13232 ____________________________________________________________________________
13233 [  3138] By: gsar                                  on 1999/03/24  05:33:28
13234         Log: document OO exceptions (based on a suggestion by Andreas Koenig
13235              <andreas.koenig@anima.de>)
13236      Branch: perl
13237            ! pod/perlfunc.pod
13238 ____________________________________________________________________________
13239 [  3137] By: gsar                                  on 1999/03/24  02:50:20
13240         Log: better "Illegal %s digit ignored" warnings
13241      Branch: perl
13242            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
13243            ! toke.c util.c
13244 ____________________________________________________________________________
13245 [  3136] By: gsar                                  on 1999/03/24  02:26:38
13246         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
13247      Branch: perl
13248            + t/pragma/utf8.t
13249            ! regcomp.c
13250 ____________________________________________________________________________
13251 [  3135] By: gsar                                  on 1999/03/24  01:29:09
13252         Log: flip release & version in win32_uname()
13253      Branch: perl
13254            ! win32/win32.c
13255 ____________________________________________________________________________
13256 [  3134] By: gsar                                  on 1999/03/24  01:08:33
13257         Log: support POSIX::uname() via win32_uname()
13258      Branch: perl
13259            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
13260            ! win32/config.gc win32/config.vc win32/config_H.bc
13261            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
13262            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13263 ____________________________________________________________________________
13264 [  3133] By: gsar                                  on 1999/03/23  22:20:10
13265         Log: From: jan.dubois@ibm.net (Jan Dubois)
13266              Date: Sat, 06 Mar 1999 21:42:56 +0100
13267              Message-ID: <36e49281.50337171@smtp1.ibm.net>
13268              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
13269      Branch: perl
13270            ! pod/perldelta.pod
13271 ____________________________________________________________________________
13272 [  3132] By: gsar                                  on 1999/03/23  22:17:45
13273         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
13274              Date: Sat, 06 Mar 1999 17:50:49 +0100
13275              Message-ID: <36e25209.33833760@smtp1.ibm.net>
13276              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
13277              --
13278              Date: Sat, 06 Mar 1999 18:15:00 +0100
13279              Message-ID: <36e36222.37954195@smtp1.ibm.net>
13280              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
13281      Branch: perl
13282            + t/lib/filefunc.t
13283            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
13284            ! pod/perldelta.pod pod/perlmodlib.pod
13285 ____________________________________________________________________________
13286 [  3131] By: gsar                                  on 1999/03/23  22:07:59
13287         Log: integrate cfgperl changes into mainline
13288      Branch: perl
13289           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13290           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
13291           !> installperl malloc.c perl.c perl.h pod/perl.pod
13292           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
13293 ____________________________________________________________________________
13294 [  3130] By: jhi                                   on 1999/03/23  22:02:23
13295         Log: Don't use config.msg to remind about the
13296              LD_LIBRARY_PATH because Makefile.SH takes
13297              care of that.
13298              
13299              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
13300              This used to be the default but in some MT or another it
13301              was dropped because of some transient error or another.
13302      Branch: maint-5.005/perl
13303            ! Configure hints/dec_osf.sh
13304 ____________________________________________________________________________
13305 [  3129] By: gsar                                  on 1999/03/23  21:38:03
13306         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
13307              to size    and better maintainability)
13308      Branch: perl
13309            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13310            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13311            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13312            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
13313            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
13314            + t/pod/include.xr t/pod/included.t t/pod/included.xr
13315            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
13316            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
13317            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
13318            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
13319            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
13320            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
13321            ! win32/Makefile win32/makefile.mk win32/pod.mak
13322 ____________________________________________________________________________
13323 [  3128] By: jhi                                   on 1999/03/23  10:14:54
13324         Log: Integrate from mainperl.
13325      Branch: cfgperl
13326           !> (integrate 46 files)
13327 ____________________________________________________________________________
13328 [  3127] By: gsar                                  on 1999/03/23  06:57:30
13329         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
13330              Date: Thu, 4 Mar 1999 10:54:01 -0800
13331              Message-Id: <9903041854.AA46868@frc0000>
13332              Subject: patch for useless Math::BigInt warnings
13333      Branch: perl
13334            ! lib/Math/BigInt.pm
13335 ____________________________________________________________________________
13336 [  3126] By: gsar                                  on 1999/03/23  05:54:37
13337         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
13338              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13339              Date: Fri, 19 Feb 1999 15:47:59 -0500
13340              Message-ID: <19990219154759.A32350@O2.chapin.edu>
13341              Subject: [PATCH] OSF/1 hints
13342      Branch: perl
13343            ! hints/dec_osf.sh
13344 ____________________________________________________________________________
13345 [  3125] By: gsar                                  on 1999/03/23  00:56:38
13346         Log: avoid typeglob persistence in pp_readline()
13347      Branch: perl
13348            ! sv.c t/op/gv.t
13349 ____________________________________________________________________________
13350 [  3124] By: gsar                                  on 1999/03/22  21:12:23
13351         Log: update copyright years
13352      Branch: perl
13353            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
13354            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
13355            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
13356            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13357            ! sv.c sv.h toke.c utf8.c utf8.h util.c
13358 ____________________________________________________________________________
13359 [  3123] By: gsar                                  on 1999/03/22  07:07:06
13360         Log: implement win32_spawnvp() internally, making it return true PIDs
13361              for asynchronous spawns; fix win32_kill() to always deal with
13362              PIDs
13363      Branch: perl
13364            ! win32/win32.c win32/win32.h
13365 ____________________________________________________________________________
13366 [  3122] By: jhi                                   on 1999/03/19  21:12:14
13367         Log: Describe the new Benchmark feature in more detail.
13368      Branch: cfgperl
13369            ! pod/perldelta.pod
13370      Branch: maint-5.005/perl
13371            ! pod/perldelta.pod
13372 ____________________________________________________________________________
13373 [  3121] By: jhi                                   on 1999/03/19  08:16:12
13374         Log: AVAILABILITY tuning.
13375      Branch: cfgperl
13376            ! pod/perl.pod
13377      Branch: maint-5.005/perl
13378            ! pod/perl.pod
13379 ____________________________________________________________________________
13380 [  3120] By: jhi                                   on 1999/03/17  14:52:17
13381         Log: Rhapsody change assumed too much.
13382      Branch: cfgperl
13383            ! t/op/stat.t
13384 ____________________________________________________________________________
13385 [  3119] By: jhi                                   on 1999/03/17  14:33:43
13386         Log: More Apollo fixes.
13387      Branch: maint-5.005/perl
13388            ! README.apollo hints/apollo.sh t/lib/io_udp.t
13389 ____________________________________________________________________________
13390 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13391         Log: Nada.
13392      Branch: maint-5.005/perl
13393            ! README.apollo
13394 ____________________________________________________________________________
13395 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13396         Log: Apollo DomainOS AVAILABILITY.
13397      Branch: cfgperl
13398            ! pod/perl.pod
13399      Branch: maint-5.005/perl
13400            ! pod/perl.pod
13401 ____________________________________________________________________________
13402 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13403         Log: Apollo DomainOS patch
13404              From: Johann Klasek <jk@auto.tuwien.ac.at>
13405              Subject: Re: DomainPerl
13406              Date: Tue, 16 Mar 1999 17:46:32 +0100
13407              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13408      Branch: maint-5.005/perl
13409            + README.apollo apollo/netinet/in.h
13410            ! MANIFEST hints/apollo.sh
13411 ____________________________________________________________________________
13412 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13413         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13414              To: Gurusamy Sarathy <gsar@activestate.com>,
13415              Graham Barr <gbarr@pobox.com>
13416              Cc: Perl5 Porters <perl5-porters@perl.org>,
13417              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13418              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13419              Date: Sun, 14 Mar 1999 14:43:57 -0000
13420              Message-Id: <199903141841.NAA17040@defender.perl.org>
13421      Branch: maint-5.005/perl
13422            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13423            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13424 ____________________________________________________________________________
13425 [  3114] By: jhi                                   on 1999/03/16  12:42:20
13426         Log: Mention Rhapsody in 5.005_5X perldelta,
13427              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
13428              *planned* AVAILABILITY.
13429      Branch: cfgperl
13430            ! pod/perl.pod pod/perldelta.pod
13431      Branch: maint-5.005/perl
13432            ! pod/perl.pod
13433 ____________________________________________________________________________
13434 [  3113] By: jhi                                   on 1999/03/16  10:38:53
13435         Log: perldelta niggling.
13436      Branch: cfgperl
13437            ! pod/perldelta.pod
13438      Branch: maint-5.005/perl
13439            ! pod/perldelta.pod
13440 ____________________________________________________________________________
13441 [  3112] By: jhi                                   on 1999/03/16  10:35:21
13442         Log: Integrate from mainperl.
13443      Branch: cfgperl
13444           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13445           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13446 ____________________________________________________________________________
13447 [  3111] By: jhi                                   on 1999/03/16  10:28:10
13448         Log: AVAILABILITY update: still mention PowerUX,
13449              Novell Netware now has sources available.
13450      Branch: cfgperl
13451            ! pod/perl.pod
13452      Branch: maint-5.005/perl
13453            ! pod/perl.pod
13454 ____________________________________________________________________________
13455 [  3110] By: gsar                                  on 1999/03/16  04:34:23
13456         Log: sundry pod niggles
13457      Branch: perl
13458            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13459            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13460 ____________________________________________________________________________
13461 [  3109] By: jhi                                   on 1999/03/15  17:00:11
13462         Log: Integrate from mainperl.
13463      Branch: cfgperl
13464           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13465           +> lib/unicode/Is/Syllable.pl
13466           +> lib/unicode/MakeEthiopicSyllables.PL
13467           +> lib/unicode/README.Ethiopic
13468           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13469           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13470           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13471           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13472           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13473           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13474           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13475           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
13476 ____________________________________________________________________________
13477 [  3108] By: jhi                                   on 1999/03/15  16:58:12
13478         Log: First pass of integrating the Rhapsody port,
13479              
13480              From: Wilfredo Sanchez <wsanchez@apple.com> 
13481              Subject: Keeping the world in sync.
13482              Reply-To: wsanchez@apple.com 
13483              To: perlbug@perl.com 
13484              Date: Fri, 13 Nov 1998 17:11:30 -0800 
13485              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
13486      Branch: cfgperl
13487            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13488            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
13489            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
13490            ! x2p/util.c
13491 ____________________________________________________________________________
13492 [  3107] By: gsar                                  on 1999/03/15  03:22:10
13493         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
13494              From: Daniel Yacob <dmulholl@cs.indiana.edu>
13495              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
13496              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
13497              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
13498      Branch: perl
13499            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13500            + lib/unicode/Is/Syllable.pl
13501            + lib/unicode/MakeEthiopicSyllables.PL
13502            + lib/unicode/README.Ethiopic
13503            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13504            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13505            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13506            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13507            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13508            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13509            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13510            ! lib/unicode/Name.pl lib/unicode/Number.pl
13511 ____________________________________________________________________________
13512 [  3106] By: gsar                                  on 1999/03/12  20:35:36
13513         Log: change#3067 failed package.t due to needless creation of $a and $b;
13514              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
13515      Branch: perl
13516            ! op.c
13517 ____________________________________________________________________________
13518 [  3105] By: jhi                                   on 1999/03/12  15:54:57
13519         Log: Recognize the NetBSD packages collection.
13520      Branch: maint-5.005/perl
13521            ! hints/netbsd.sh
13522 ____________________________________________________________________________
13523 [  3104] By: jhi                                   on 1999/03/12  09:07:04
13524         Log: From: pvhp@forte.com (Peter Prymmer)
13525              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
13526              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
13527              Date: Thu, 11 Mar 99 14:24:54 PST
13528              Message-Id: <9903112224.AA24346@forte.com>
13529      Branch: maint-5.005/perl
13530            ! README.os390 t/lib/posix.t
13531 ____________________________________________________________________________
13532 [  3103] By: jhi                                   on 1999/03/10  11:07:46
13533         Log: Integrate from mainperl.
13534      Branch: cfgperl
13535           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
13536           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
13537           !> t/pragma/warn/1global toke.c win32/makedef.pl
13538 ____________________________________________________________________________
13539 [  3102] By: jhi                                   on 1999/03/10  11:01:20
13540         Log: From: pvhp@forte.com (Peter Prymmer)
13541              To: perl5-porters@perl.org
13542              Subject: [5.005_03-MT6]Patch: time passes
13543              Date: Tue, 9 Mar 99 18:42:17 PST
13544              Message-Id: <9903100242.AA29057@forte.com>
13545      Branch: maint-5.005/perl
13546            ! perl.c
13547 ____________________________________________________________________________
13548 [  3101] By: jhi                                   on 1999/03/10  10:30:15
13549         Log: From: Mark-Jason Dominus <mjd@plover.com>
13550              To: perl5-porters@perl.com
13551              Subject: Minor fix to perlfunc.pod
13552              Date: Mon, 08 Mar 1999 20:05:53 -0500
13553              Message-ID: <19990309010553.13757.qmail@plover.com>
13554      Branch: maint-5.005/perl
13555            ! pod/perlfunc.pod
13556 ____________________________________________________________________________
13557 [  3100] By: gsar                                  on 1999/03/09  23:04:44
13558         Log: change#3060 had the wrong quotes
13559      Branch: perl
13560            ! pod/pod2man.PL
13561 ____________________________________________________________________________
13562 [  3099] By: jhi                                   on 1999/03/09  12:52:21
13563         Log: d_uname was broken (probably since _53), reported by
13564              
13565              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13566              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
13567              cpan-testers@perl.org
13568              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
13569              Date: Mon, 08 Mar 1999 13:22:31 +0000
13570              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
13571              
13572              and
13573              
13574              From: lvirden@cas.org (Larry W. Virden)
13575              To: perlbug@perl.com
13576              Subject: configure not correctly identifying uname posix compatibility
13577              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
13578              Message-Id: <199903081136.GAA23682@cas.org>
13579      Branch: cfgperl
13580            ! Configure config_h.SH
13581 ____________________________________________________________________________
13582 [  3098] By: gsar                                  on 1999/03/09  03:16:07
13583         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
13584      Branch: perl
13585            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
13586 ____________________________________________________________________________
13587 [  3097] By: gsar                                  on 1999/03/09  02:50:43
13588         Log: use yyerror() instead of croak() so that compile-time failures in
13589              my(LIST) don't confuse globals with lexicals
13590      Branch: perl
13591            ! op.c toke.c
13592 ____________________________________________________________________________
13593 [  3096] By: gsar                                  on 1999/03/09  02:47:36
13594         Log: adjust testsuite for change#3067
13595      Branch: perl
13596            ! t/pragma/warn/1global
13597 ____________________________________________________________________________
13598 [  3095] By: gsar                                  on 1999/03/08  21:04:48
13599         Log: remove bogus symbols from global.sym
13600      Branch: perl
13601            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
13602            ! perl.h win32/makedef.pl
13603 ____________________________________________________________________________
13604 [  3094] By: jhi                                   on 1999/03/06  16:16:15
13605         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13606              To: jhi@iki.fi
13607              Subject: Oops
13608              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
13609              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
13610      Branch: maint-5.005/perl
13611            ! README.hurd
13612 ____________________________________________________________________________
13613 [  3093] By: jhi                                   on 1999/03/06  15:59:46
13614         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13615              To: jhi@iki.fi
13616              Subject: New Hurd README
13617              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13618              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13619      Branch: maint-5.005/perl
13620            ! README.hurd
13621 ____________________________________________________________________________
13622 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13623         Log: From: Paul_Green@stratus.com
13624              To: perl5-porters@perl.org
13625              Cc: jhi@iki.fi, Paul_Green@stratus.com
13626              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13627              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13628              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13629      Branch: maint-5.005/perl
13630            ! vos/config.h vos/config_h.SH_orig
13631 ____________________________________________________________________________
13632 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13633         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13634              To: perl5-porters@perl.org, vmsperl@perl.org
13635              Subject: [PATCH 5.005_03-MT6]VMS build patch
13636              Date: Fri, 05 Mar 1999 12:36:19 -0800
13637              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13638      Branch: maint-5.005/perl
13639            ! vms/subconfigure.com
13640 ____________________________________________________________________________
13641 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13642         Log: integrate change#3089 from mainline
13643              
13644              tolerate CRs after options
13645      Branch: maint-5.005/perl
13646           !> perl.c
13647 ____________________________________________________________________________
13648 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13649         Log: tolerate CRs after options
13650      Branch: perl
13651            ! perl.c
13652 ____________________________________________________________________________
13653 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13654         Log: Integrate from mainperl.
13655      Branch: cfgperl
13656           +> README.hurd
13657           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13658 ____________________________________________________________________________
13659 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13660         Log: adjust timeouts to accomodate slow/busy systems
13661      Branch: perl
13662            ! t/lib/io_sock.t
13663 ____________________________________________________________________________
13664 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13665         Log: integrate change#3081 from maint-5.005
13666      Branch: perl
13667           !> ext/Errno/Errno_pm.PL
13668 ____________________________________________________________________________
13669 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13670         Log: integrate change#2904 from maint-5.005
13671      Branch: perl
13672           +> README.hurd
13673           !> MANIFEST
13674 ____________________________________________________________________________
13675 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13676         Log: protect against doubled backslashes
13677      Branch: maint-5.005/perl
13678            ! ext/Errno/Errno_pm.PL
13679 ____________________________________________________________________________
13680 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13681         Log: Integrate from mainperl.
13682      Branch: cfgperl
13683           +> ext/B/B/Stash.pm
13684           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13685           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13686           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13687           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13688 ____________________________________________________________________________
13689 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13690         Log: Regen config_h.SH once more because of *size, 
13691              noticed by
13692              
13693              From: Hans Mulder <hansm@icgned.icgroup.nl>
13694              To: Jarkko Hietaniemi <jhi@iki.fi>
13695              Cc: perl5-porters@perl.org
13696              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13697              Date: Thu,  4 Mar 99 00:10:45 +0100
13698              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13699      Branch: cfgperl
13700            ! Configure config_h.SH
13701 ____________________________________________________________________________
13702 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13703         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13704              Date: Thu,  4 Mar 99 00:10:45 +0100
13705              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13706              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13707      Branch: perl
13708            ! config_h.SH
13709 ____________________________________________________________________________
13710 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13711         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13712              From: Graham Barr <gbarr@ti.com>
13713              Date: Wed, 3 Mar 1999 17:23:56 -0600
13714              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13715              Subject: Re: 'use strict' doesn't work for one-letter variables
13716      Branch: perl
13717            ! gv.c op.c
13718 ____________________________________________________________________________
13719 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13720         Log: updates to compiler modules
13721              From: "Vishal Bhatia" <vishalb@hotmail.com>
13722              Date: Tue, 02 Mar 1999 23:27:25 PST
13723              Message-ID: <19990303072725.779.qmail@hotmail.com>
13724              Subject: PATCH 5.005_56 + Test procedure
13725      Branch: perl
13726            + ext/B/B/Stash.pm
13727            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13728            ! lib/Test/Harness.pm utils/perlcc.PL
13729 ____________________________________________________________________________
13730 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13731         Log: more s/s_/s!/ etc.
13732      Branch: perl
13733            ! pod/perldelta.pod pod/perlfunc.pod
13734 ____________________________________________________________________________
13735 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13736         Log: integrate cfgperl contents into mainline
13737      Branch: perl
13738           !> Configure README.vms bytecode.h config_h.SH configure.com
13739           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13740           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13741           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13742 ____________________________________________________________________________
13743 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13744         Log: HP-UX has yet another spelling for /NaNQ?/
13745      Branch: perl
13746            ! t/lib/bigfloatpm.t
13747 ____________________________________________________________________________
13748 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13749         Log: error-check for accept() test
13750      Branch: perl
13751            ! t/lib/io_sock.t
13752 ____________________________________________________________________________
13753 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13754         Log: allow custom comparison function in File::Compare::compare_text()
13755              From: jan.dubois@ibm.net (Jan Dubois)
13756              Date: Fri, 26 Feb 1999 21:56:09 +0100
13757              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13758              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13759      Branch: perl
13760            ! lib/File/Compare.pm
13761 ____________________________________________________________________________
13762 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13763         Log: better version of change#3038
13764              From: abigail@fnx.com
13765              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13766              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13767              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13768      Branch: perl
13769            ! pod/pod2man.PL
13770 ____________________________________________________________________________
13771 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13772         Log: Configure regen to
13773              (1) match maint-5.005 patches #3056 and #3057
13774              (2) better version of PHOSTNAME of #3050
13775              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13776      Branch: cfgperl
13777            ! Configure config_h.SH
13778 ____________________________________________________________________________
13779 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13780         Log: Change #3053 missed perldelta.
13781      Branch: cfgperl
13782            ! pod/perldelta.pod
13783 ____________________________________________________________________________
13784 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13785         Log: Use '!' to mark native integer packings instead of '_'.
13786      Branch: cfgperl
13787            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13788 ____________________________________________________________________________
13789 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13790         Log: The HP-UX threads patch (change #3028) is needed also here.
13791      Branch: cfgperl
13792            ! hints/hpux.sh thread.h
13793 ____________________________________________________________________________
13794 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13795         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13796              To: perl5-porters@perl.org, vmsperl@perl.org
13797              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13798              Date: Mon, 01 Mar 1999 16:10:57 -0800
13799              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13800      Branch: cfgperl
13801            ! README.vms
13802      Branch: maint-5.005/perl
13803            ! README.vms
13804 ____________________________________________________________________________
13805 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13806         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13807              To: perl5-porters@perl.org, vmsperl@perl.org
13808              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13809              Date: Mon, 01 Mar 1999 16:06:29 -0800
13810              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13811              
13812              From: Dan Sugalski <sugalskd@osshe.edu>
13813              To: perl5-porters@perl.org, vmsperl@perl.org
13814              Subject: [PATCH 5.005_56]vmsish.pm patch
13815              Date: Mon, 01 Mar 1999 20:19:04 -0800
13816              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13817              
13818              plus Configure regen containing a "solution" to the
13819              crosscompile/multiarch problem.
13820      Branch: cfgperl
13821            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13822            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13823 ____________________________________________________________________________
13824 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13825         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13826              To: perl5-porters@perl.org
13827              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13828              Date: Mon, 01 Mar 1999 17:27:59 -0500
13829              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13830      Branch: cfgperl
13831            ! bytecode.h
13832      Branch: maint-5.005/perl
13833            ! bytecode.h
13834 ____________________________________________________________________________
13835 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13836         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13837      Branch: perl
13838            ! MANIFEST README.hpux
13839 ____________________________________________________________________________
13840 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13841         Log: Integrate from mainperl.
13842      Branch: cfgperl
13843           +> README.hpux lib/File/Spec/Functions.pm
13844           !> (integrate 28 files)
13845 ____________________________________________________________________________
13846 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13847         Log: this is 5.005_56
13848      Branch: perl
13849            ! Changes
13850
13851 ----------------
13852 Version 5.005_56
13853 ----------------
13854
13855 ____________________________________________________________________________
13856 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13857         Log: destroy PL_svref_mutex in perl_destruct()
13858      Branch: perl
13859            ! perl.c
13860 ____________________________________________________________________________
13861 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13862         Log: up patchlevel &c.
13863      Branch: perl
13864            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13865            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13866            ! win32/makefile.mk
13867 ____________________________________________________________________________
13868 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13869         Log: integrate cfgperl contents into mainline
13870      Branch: perl
13871            ! pod/perldelta.pod
13872           !> Configure config_h.SH
13873 ____________________________________________________________________________
13874 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13875         Log: slightly edited version of suggested patch
13876              From: jan.dubois@ibm.net (Jan Dubois)
13877              Date: Mon, 01 Mar 1999 00:32:05 +0100
13878              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13879              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13880      Branch: perl
13881            + lib/File/Spec/Functions.pm
13882            ! MANIFEST lib/File/Spec.pm
13883 ____________________________________________________________________________
13884 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13885         Log: fix subtle bug in eval'' testsuite
13886      Branch: perl
13887            ! t/op/eval.t
13888 ____________________________________________________________________________
13889 [  3040] By: gsar                                  on 1999/02/28  22:46:24
13890         Log: avoid literal control characters in change#3039
13891      Branch: perl
13892            ! t/base/lex.t
13893 ____________________________________________________________________________
13894 [  3039] By: gsar                                  on 1999/02/28  21:47:18
13895         Log: todo item: permit extended control variables a la ${^Foo} (patch
13896              courtesy Mark-Jason Dominus <mjd@plover.com>)
13897      Branch: perl
13898            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
13899            ! t/base/lex.t toke.c
13900 ____________________________________________________________________________
13901 [  3038] By: gsar                                  on 1999/02/28  21:21:05
13902         Log: From: abigail@fnx.com
13903              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
13904              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
13905              Subject: Recognize -> and => inside [A-Z]<> sequences.
13906      Branch: perl
13907            ! pod/pod2man.PL
13908 ____________________________________________________________________________
13909 [  3037] By: gsar                                  on 1999/02/28  21:12:22
13910         Log: fix longstanding bug: searches for lexicals originating within eval''
13911              weren't stopping at the subroutine boundary correctly
13912      Branch: perl
13913            ! op.c proto.h t/op/eval.t
13914 ____________________________________________________________________________
13915 [  3036] By: gsar                                  on 1999/02/28  20:02:29
13916         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
13917              as stacked list values
13918              From: jan.dubois@ibm.net (Jan Dubois)
13919              Date: Sat, 27 Feb 1999 18:24:17 +0100
13920              Message-ID: <36e22849.36531259@smtp1.ibm.net>
13921              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
13922      Branch: perl
13923            ! win32/win32.c
13924 ____________________________________________________________________________
13925 [  3035] By: gsar                                  on 1999/02/28  19:48:54
13926         Log: remove superfluous stack_sp decl
13927      Branch: perl
13928            ! jpl/JNI/JNI.xs
13929 ____________________________________________________________________________
13930 [  3034] By: gsar                                  on 1999/02/28  19:34:58
13931         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
13932      Branch: perl
13933            ! lib/Getopt/Std.pm
13934 ____________________________________________________________________________
13935 [  3033] By: gsar                                  on 1999/02/28  19:23:41
13936         Log: add File::Compare::compare_text()
13937              From: jan.dubois@ibm.net (Jan Dubois)
13938              Date: Fri, 26 Feb 1999 00:20:41 +0100
13939              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
13940              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13941      Branch: perl
13942            ! lib/File/Compare.pm pod/perltodo.pod
13943 ____________________________________________________________________________
13944 [  3032] By: gsar                                  on 1999/02/28  19:01:33
13945         Log: add README.hpux
13946      Branch: perl
13947            + README.hpux
13948            ! MAINTAIN MANIFEST
13949 ____________________________________________________________________________
13950 [  3031] By: gsar                                  on 1999/02/28  18:49:08
13951         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
13952              James Cromie <jcromie@fossil.uswc.uswest.com>
13953      Branch: perl
13954            ! lib/Pod/Html.pm
13955 ____________________________________________________________________________
13956 [  3030] By: gsar                                  on 1999/02/28  18:35:09
13957         Log: From: jan.dubois@ibm.net (Jan Dubois)
13958              Date: Wed, 24 Feb 1999 22:34:56 +0100
13959              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
13960              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
13961      Branch: perl
13962            ! lib/Test/Harness.pm
13963 ____________________________________________________________________________
13964 [  3029] By: gsar                                  on 1999/02/28  18:28:18
13965         Log: add note about env pollution
13966      Branch: perl
13967            ! INSTALL pod/perltodo.pod
13968 ____________________________________________________________________________
13969 [  3028] By: jhi                                   on 1999/02/26  14:40:00
13970         Log: HP-UX 11 threads.
13971              
13972              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13973              To: perl5-porters@perl.org
13974              Cc: jhi@cc.hut.fi
13975              Subject: Maint 5 and _54 with threading on HP-UX 11.00
13976              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
13977              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
13978              
13979              NOTE from jhi: the hpux hints could still be more robust by
13980              disabling gdbm when necessary.
13981              
13982              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
13983              linking -lgdbm -lpthread creates an executable that instantly
13984              core dumps on a pthreads internal panic:
13985              
13986              ./gdpt
13987              
13988              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
13989              Return Pointer is 0xc082bf33
13990              17639 quit (core dumped)  ./gdpt
13991              
13992              You don't have to *use* either gdbm or pthreads in the executable,
13993              just linking them together is enough.  Workaround is to recompile
13994              the GDBM under HP-UX 11, that makes the problem go away.
13995      Branch: maint-5.005/perl
13996            ! hints/hpux.sh thread.h
13997 ____________________________________________________________________________
13998 [  3025] By: jhi                                   on 1999/02/25  20:41:07
13999         Log: Temporary workaround for the config_h.SH versus
14000              crosscompile and multiarch plus introduce 'rt'
14001              to $libswanted: in UNIX98 sched_yield() lives there.
14002      Branch: cfgperl
14003            ! Configure config_h.SH
14004 ____________________________________________________________________________
14005 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14006         Log: Integrate from mainperl.
14007      Branch: cfgperl
14008           +> t/lib/fatal.t
14009           !> (integrate 44 files)
14010 ____________________________________________________________________________
14011 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14012         Log: integrate cfgperl contents
14013      Branch: perl
14014           !> (integrate 30 files)
14015 ____________________________________________________________________________
14016 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14017         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14018              Date: 23 Feb 1999 17:53:22 -0700
14019              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14020              Subject: [PATCH: _55] perldoc -q broken
14021      Branch: perl
14022            ! utils/perldoc.PL
14023 ____________________________________________________________________________
14024 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14025         Log: ansify perlio.c, fix PerlIO-ish typos
14026      Branch: perl
14027            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14028            ! iperlsys.h perlio.c
14029 ____________________________________________________________________________
14030 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14031         Log: adjust a Perl_malloc() flag for NeXT
14032              From: Hans Mulder <hansm@icgned.icgroup.nl>
14033              Date: Tue, 23 Feb 99 00:26:25 +0100
14034              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14035              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14036      Branch: perl
14037            ! perl.h
14038 ____________________________________________________________________________
14039 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14040         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14041      Branch: perl
14042            ! pod/perltodo.pod
14043 ____________________________________________________________________________
14044 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14045         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14046              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14047              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14048              Subject: improved error message [PATCH _55] [RESEND]
14049      Branch: perl
14050            ! sv.c
14051 ____________________________________________________________________________
14052 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14053         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14054              Date: Sun, 21 Feb 1999 20:02:18 -0700
14055              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14056              Subject: perlfunc updates (against 55)
14057      Branch: perl
14058            ! pod/perlfunc.pod
14059 ____________________________________________________________________________
14060 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14061         Log: testsuite adjustments
14062              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14063              Date: Sat, 20 Feb 1999 15:24:57 +0000
14064              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
14065              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
14066      Branch: perl
14067            ! t/lib/io_sock.t t/op/lex_assign.t
14068 ____________________________________________________________________________
14069 [  3015] By: gsar                                  on 1999/02/24  02:54:47
14070         Log: avoid modifying readonly values from qw()
14071      Branch: perl
14072            ! lib/ExtUtils/MM_Unix.pm
14073 ____________________________________________________________________________
14074 [  3014] By: gsar                                  on 1999/02/24  02:49:04
14075         Log: more "correct" utbuf for utime()
14076      Branch: perl
14077            ! doio.c
14078 ____________________________________________________________________________
14079 [  3013] By: jhi                                   on 1999/02/22  19:27:44
14080         Log: Fix MacPerl version, change PowerUX to PowerMAX.
14081              
14082              From: Chris Nandor <pudge@pobox.com>
14083              To: jhi@iki.fi
14084              Cc: perl5-porters@perl.org
14085              Subject: Re: perl current availability as documented by perl.pod
14086              Date: Sun, 21 Feb 1999 11:06:03 -0500
14087              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
14088              
14089              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
14090              To: jhi@iki.fi
14091              Cc: perl5-porters@perl.org
14092              Subject: Re: perl current availability as documented by perl.pod
14093              Date: Mon, 22 Feb 1999 13:08:30 GMT
14094              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
14095      Branch: cfgperl
14096            ! pod/perl.pod
14097      Branch: maint-5.005/perl
14098            ! pod/perl.pod
14099 ____________________________________________________________________________
14100 [  3012] By: jhi                                   on 1999/02/22  10:26:11
14101         Log: Snapshot the cross-compilation/multiarchitecture stuff
14102              (currently broken in next)
14103      Branch: cfgperl
14104            ! Configure config_h.SH pp.c
14105 ____________________________________________________________________________
14106 [  3011] By: jhi                                   on 1999/02/22  10:24:51
14107         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14108              To: gsar@activestate.com (Gurusamy Sarathy)
14109              Cc: perl5-porters@perl.org (Perl5 Porters)
14110              Subject: [PATCH 5.005_55] DB_File 1.64 patch
14111              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
14112              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
14113      Branch: cfgperl
14114            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14115            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
14116 ____________________________________________________________________________
14117 [  3009] By: jhi                                   on 1999/02/22  09:14:26
14118         Log: Scratch #3008 and introduce $crosscompile and $multiarch
14119              also in non-Configure lands.
14120      Branch: cfgperl
14121            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
14122            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
14123            ! win32/config.gc win32/config.vc win32/config_H.bc
14124            ! win32/config_H.gc win32/config_H.vc
14125 ____________________________________________________________________________
14126 [  3008] By: jhi                                   on 1999/02/22  08:58:04
14127         Log: Add -DMULTIARCH (see change #3006).
14128      Branch: cfgperl
14129            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
14130 ____________________________________________________________________________
14131 [  3007] By: jhi                                   on 1999/02/22  08:54:06
14132         Log: Undo the references to local{lib,arch} introduced by #3006.
14133      Branch: cfgperl
14134            ! Configure config_h.SH
14135 ____________________________________________________________________________
14136 [  3006] By: jhi                                   on 1999/02/22  08:43:50
14137         Log: From: hansm@icgned.icgroup.nl
14138              To: perlbug@perl.com
14139              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
14140              Date: Sun, 21 Feb 1999 22:58:55 +0100
14141              Reply-To: hansmu@xs4all.nl
14142              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
14143              
14144              plus other Configure changes: prepare for cross-compilation/
14145              multiarchitecture builds.
14146      Branch: cfgperl
14147            ! Configure config_h.SH
14148 ____________________________________________________________________________
14149 [  3005] By: jhi                                   on 1999/02/22  08:35:30
14150         Log: Configure/Perl knew how to look for use Mach cthreads
14151              but Configure didn't let them to be used ($osname 'next').
14152      Branch: cfgperl
14153            ! Configure config_h.SH
14154      Branch: maint-5.005/perl
14155            ! Configure
14156 ____________________________________________________________________________
14157 [  3004] By: jhi                                   on 1999/02/21  15:46:02
14158         Log: Update Acorn AVAILABILITY.
14159      Branch: cfgperl
14160            ! pod/perl.pod
14161      Branch: maint-5.005/perl
14162            ! pod/perl.pod
14163 ____________________________________________________________________________
14164 [  3003] By: jhi                                   on 1999/02/21  14:50:42
14165         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14166              To: perl5-porters@perl.org (Perl 5 Porters)
14167              Subject: PATCH: perlref.pod - symbolic ref example
14168              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
14169              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
14170      Branch: cfgperl
14171            ! pod/perlref.pod
14172      Branch: maint-5.005/perl
14173            ! pod/perlref.pod
14174 ____________________________________________________________________________
14175 [  3002] By: jhi                                   on 1999/02/21  14:35:22
14176         Log: Sync cfgperl with maint-5.005 change #3000.
14177      Branch: cfgperl
14178            ! pod/perlfunc.pod t/op/pack.t
14179 ____________________________________________________________________________
14180 [  2999] By: gsar                                  on 1999/02/20  22:48:30
14181         Log: From:    John Bley <jbb6@acpub.duke.edu>
14182              Date:    Sat, 20 Feb 1999 16:02:34 EST
14183              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
14184              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
14185      Branch: perl
14186            ! regcomp.c
14187 ____________________________________________________________________________
14188 [  2998] By: jhi                                   on 1999/02/20  14:13:06
14189         Log: Enhanced the endianness description.
14190      Branch: cfgperl
14191            ! pod/perlfunc.pod
14192 ____________________________________________________________________________
14193 [  2996] By: jhi                                   on 1999/02/20  13:55:41
14194         Log: Glossary now mostly fixed.
14195      Branch: cfgperl
14196            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14197            ! config_h.SH
14198 ____________________________________________________________________________
14199 [  2994] By: jhi                                   on 1999/02/20  11:58:33
14200         Log: Perldeltify GNU/Hurd.
14201      Branch: cfgperl
14202            ! pod/perldelta.pod
14203 ____________________________________________________________________________
14204 [  2993] By: gsar                                  on 1999/02/20  00:59:10
14205         Log: fix typo in Perl_sbrk()
14206              From: hansm@icgned.icgroup.nl
14207              Date: Fri, 19 Feb 1999 23:19:31 +0100
14208              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
14209              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
14210      Branch: perl
14211            ! malloc.c
14212 ____________________________________________________________________________
14213 [  2992] By: gsar                                  on 1999/02/20  00:51:08
14214         Log: integrate change#2980 from maint-5.005
14215      Branch: perl
14216           !> utils/h2xs.PL
14217 ____________________________________________________________________________
14218 [  2991] By: gsar                                  on 1999/02/20  00:34:01
14219         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14220              Date: Thu, 18 Feb 1999 18:51:38 +0000
14221              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
14222              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
14223      Branch: perl
14224            ! pp_hot.c t/op/pat.t
14225 ____________________________________________________________________________
14226 [  2990] By: gsar                                  on 1999/02/20  00:30:48
14227         Log: From: jan.dubois@ibm.net (Jan Dubois)
14228              Date: Thu, 18 Feb 1999 19:14:07 +0100
14229              Message-ID: <36d15809.40853323@smtp1.ibm.net>
14230              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
14231      Branch: perl
14232            ! win32/win32.c
14233 ____________________________________________________________________________
14234 [  2989] By: gsar                                  on 1999/02/20  00:27:01
14235         Log: do poll() emulation unless HAS_POLL && I_POLL
14236      Branch: perl
14237            ! ext/IO/poll.h
14238 ____________________________________________________________________________
14239 [  2988] By: gsar                                  on 1999/02/19  23:52:12
14240         Log: tweak RE for NaNQ? recognition
14241      Branch: perl
14242            ! t/lib/bigfloatpm.t
14243 ____________________________________________________________________________
14244 [  2987] By: gsar                                  on 1999/02/19  23:29:59
14245         Log: mention C<use utf8> and C<use warning> in perldelta
14246      Branch: perl
14247            ! pod/perldelta.pod
14248 ____________________________________________________________________________
14249 [  2985] By: jhi                                   on 1999/02/19  20:43:19
14250         Log: pack/unpack better in (network-)short-non-16-bits and
14251              (network-)long-non-32-bits systems such as Cray C90.
14252      Branch: cfgperl
14253            ! perl.h pp.c t/op/pack.t
14254 ____________________________________________________________________________
14255 [  2984] By: jhi                                   on 1999/02/19  20:38:54
14256         Log: Regen Configure.
14257      Branch: cfgperl
14258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14259            ! perl.c
14260 ____________________________________________________________________________
14261 [  2982] By: jhi                                   on 1999/02/19  19:51:49
14262         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
14263              not probed for and         
14264              
14265              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14266              To: Chaim Frenkel <chaimf@pobox.com>,
14267              Russ Allbery <rra@stanford.edu>,
14268              Jarkko Hietaniemi <jhi@iki.fi>,
14269              Gurusamy Sarathy <gsar@activestate.com>,
14270              Graham Barr <gbarr@pobox.com>
14271              Cc: bdensch@ameritech.net, perlbug@perl.com
14272              Subject: [PATCH] Re: Solaris 7 for Intel
14273              Message-ID: <19990219124404.A30182@O2.chapin.edu>
14274              
14275              Glossary is still missing some terms because
14276              mkglossary is misbehaving (change #2981 updated
14277              Glossary manually)
14278      Branch: cfgperl
14279            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14280            ! Porting/config_H
14281 ____________________________________________________________________________
14282 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
14283         Log: Make result of h2xs work when user adds C<use strict>
14284      Branch: maint-5.005/perl
14285            ! utils/h2xs.PL
14286 ____________________________________________________________________________
14287 [  2979] By: gsar                                  on 1999/02/19  05:24:29
14288         Log: doc for change#2978
14289      Branch: perl
14290            ! pod/perlsub.pod
14291 ____________________________________________________________________________
14292 [  2978] By: gsar                                  on 1999/02/19  05:08:29
14293         Log: bring '*' prototype closer to how it behaves internally
14294      Branch: perl
14295            + t/lib/fatal.t
14296            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
14297 ____________________________________________________________________________
14298 [  2977] By: gsar                                  on 1999/02/19  02:50:31
14299         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
14300      Branch: perl
14301            ! perly.h
14302 ____________________________________________________________________________
14303 [  2975] By: gsar                                  on 1999/02/18  21:41:57
14304         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
14305              of lexical searches in BEGIN|INIT|END)
14306      Branch: perl
14307            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
14308            ! vms/perly_c.vms
14309 ____________________________________________________________________________
14310 [  2974] By: gsar                                  on 1999/02/18  21:03:06
14311         Log: missing PERL_POLLUTE_MALLOC
14312      Branch: perl
14313            ! ext/SDBM_File/sdbm/sdbm.h
14314 ____________________________________________________________________________
14315 [  2973] By: gsar                                  on 1999/02/18  17:10:49
14316         Log: From:    Andy Dougherty <doughera@lafayette.edu>
14317              Date:    Wed, 17 Feb 1999 17:22:50 EST
14318              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
14319              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
14320      Branch: perl
14321            ! lib/dotsh.pl
14322 ____________________________________________________________________________
14323 [  2972] By: gsar                                  on 1999/02/18  17:04:12
14324         Log: s/#defined/#define/
14325      Branch: perl
14326            ! ext/Data/Dumper/Dumper.xs
14327 ____________________________________________________________________________
14328 [  2970] By: gsar                                  on 1999/02/18  03:26:43
14329         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
14330      Branch: perl
14331            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14332            ! ext/GDBM_File/typemap
14333 ____________________________________________________________________________
14334 [  2969] By: gsar                                  on 1999/02/17  23:30:47
14335         Log: correct slurp mode doc
14336      Branch: perl
14337            ! pod/perlfunc.pod pod/perlop.pod
14338 ____________________________________________________________________________
14339 [  2968] By: jhi                                   on 1999/02/17  23:15:49
14340         Log: Ultrix hints update.
14341              
14342              From: Spider Boardman <spider@zk3.dec.com>
14343              To: perlbug@perl.com
14344              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
14345              Date: Tue, 16 Feb 1999 23:04:28 -0500
14346              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
14347      Branch: cfgperl
14348            ! hints/ultrix_4.sh
14349 ____________________________________________________________________________
14350 [  2966] By: jhi                                   on 1999/02/17  23:09:21
14351         Log: Change #2965 wiped out some Sarathy's _55 changes.
14352              Now unwiped.
14353      Branch: cfgperl
14354            ! Configure pp.c t/op/pack.t
14355 ____________________________________________________________________________
14356 [  2965] By: jhi                                   on 1999/02/17  23:00:04
14357         Log: Configure tweaks.
14358              
14359              Fix the Unixware/SCO uname scan:
14360              
14361              From: Tom Hughes <thh@cyberscience.com>
14362              To: perlbug@perl.com
14363              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
14364              Date: 17 Feb 1999 15:34:15 +0000    
14365              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
14366              
14367              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
14368              
14369              From: Joe Buehler <jhpb@hekimian.com>
14370              To: perl5-porters@perl.org
14371              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
14372              Date: 12 Feb 1999 11:25:21 -0500
14373              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
14374              
14375              Make the pthreads joinable constant scan to output to fd 4, not 2.
14376      Branch: cfgperl
14377            ! Configure
14378 ____________________________________________________________________________
14379 [  2964] By: gsar                                  on 1999/02/17  21:30:07
14380         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14381              Date: Wed, 17 Feb 1999 06:53:13 -0700
14382              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
14383              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
14384      Branch: perl
14385            ! lib/Pod/Functions.pm
14386 ____________________________________________________________________________
14387 [  2963] By: gsar                                  on 1999/02/17  21:18:21
14388         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
14389              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14390              Date: Wed, 17 Feb 1999 10:06:01 +0000
14391              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14392              Subject: Re: [5.005_53] panic: pad_free curpad 
14393      Branch: perl
14394            ! regcomp.c regexec.c t/op/misc.t
14395 ____________________________________________________________________________
14396 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14397         Log: NaNQ? tweak
14398      Branch: perl
14399            ! t/lib/bigfloatpm.t
14400 ____________________________________________________________________________
14401 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14402         Log: Integrate from mainperl.
14403      Branch: cfgperl
14404           !> (integrate 37 files)
14405 ____________________________________________________________________________
14406 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14407         Log: undo change#2465 (qw[] is a real list now)
14408      Branch: perl
14409            ! pod/perlop.pod
14410 ____________________________________________________________________________
14411 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14412         Log: this was 5.005_55
14413      Branch: perl
14414            ! Changes
14415
14416 ----------------
14417 Version 5.005_55
14418 ----------------
14419
14420 ____________________________________________________________________________
14421 [  2958] By: gsar                                  on 1999/02/16  06:18:27
14422         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
14423              elide dups and non-dependents from Changes
14424      Branch: perl
14425            ! Changes pod/perlhist.pod
14426           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
14427           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
14428           !> pod/perlport.pod pp.c t/op/pack.t
14429 ____________________________________________________________________________
14430 [  2957] By: gsar                                  on 1999/02/16  04:09:47
14431         Log: propagate PERL_VERSION everywhere, add to pod
14432      Branch: perl
14433            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
14434            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
14435            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
14436            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
14437            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
14438            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
14439            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
14440            ! win32/config.gc win32/config.vc win32/config_sh.PL
14441            ! win32/win32.c x2p/a2py.c
14442 ____________________________________________________________________________
14443 [  2955] By: jhi                                   on 1999/02/15  16:15:03
14444         Log: The pack tests now better in C90 (after the packnative patches).
14445      Branch: cfgperl
14446            ! t/op/pack.t
14447 ____________________________________________________________________________
14448 [  2954] By: gsar                                  on 1999/02/15  14:11:50
14449         Log: tweak Configure to follow new PERL_VERSION etc.
14450      Branch: perl
14451            ! Configure patchlevel.h pod/perlhist.pod
14452 ____________________________________________________________________________
14453 [  2953] By: jhi                                   on 1999/02/15  14:02:21
14454         Log: Integrate from mainperl.
14455      Branch: cfgperl
14456           !> MANIFEST Porting/makerel
14457 ____________________________________________________________________________
14458 [  2952] By: jhi                                   on 1999/02/15  13:50:07
14459         Log: Enhance the packnative patch: use the packnative code
14460              only if required.  Also added hefty testing (hopefully
14461              I didn't assume too much...).  Tested on alpha, ix86, sparc.
14462      Branch: cfgperl
14463            ! pod/perlfunc.pod pp.c t/op/pack.t
14464 ____________________________________________________________________________
14465 [  2951] By: jhi                                   on 1999/02/15  13:46:56
14466         Log: AVAILABILITY from 5.005_03-tobe, will of course
14467              require updating when 5.006 comes out.
14468      Branch: cfgperl
14469            ! pod/perl.pod
14470 ____________________________________________________________________________
14471 [  2949] By: gsar                                  on 1999/02/15  13:28:51
14472         Log: will this be it for 5.005_55?
14473      Branch: perl
14474            ! MANIFEST Porting/makerel
14475 ____________________________________________________________________________
14476 [  2948] By: jhi                                   on 1999/02/15  13:23:52
14477         Log: Integrate from mainperl.
14478      Branch: cfgperl
14479           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
14480           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14481           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14482           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
14483           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
14484           !> win32/config.gc win32/config.vc win32/config_H.bc
14485           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14486 ____________________________________________________________________________
14487 [  2947] By: jhi                                   on 1999/02/15  13:20:41
14488         Log: perlport.pod 1.39 from Chris.
14489      Branch: cfgperl
14490            ! pod/perlport.pod
14491 ____________________________________________________________________________
14492 [  2946] By: jhi                                   on 1999/02/15  13:09:58
14493         Log: Import Ultrix update, change #2864, 
14494              
14495              From: Spider Boardman <spider@zk3.dec.com>
14496              To: perlbug@perl.com
14497              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14498              Date: Wed, 10 Feb 1999 23:33:31 -0500
14499              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14500      Branch: cfgperl
14501            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14502 ____________________________________________________________________________
14503 [  2945] By: jhi                                   on 1999/02/15  13:04:50
14504         Log: OpenBSD sparc SHMLBA.
14505      Branch: cfgperl
14506            ! ext/IPC/SysV/SysV.xs
14507 ____________________________________________________________________________
14508 [  2944] By: gsar                                  on 1999/02/15  12:09:52
14509         Log: update win32/config* stuff, Changes
14510      Branch: perl
14511            ! Changes win32/Makefile win32/config.bc win32/config.gc
14512            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14513            ! win32/config_H.vc win32/makefile.mk
14514 ____________________________________________________________________________
14515 [  2943] By: gsar                                  on 1999/02/15  11:54:08
14516         Log: #include patchlevel.h by default, provide
14517              PERL_{REVISION,VERSION,SUBVERSION}
14518      Branch: perl
14519            ! patchlevel.h perl.h
14520 ____________________________________________________________________________
14521 [  2942] By: gsar                                  on 1999/02/15  10:26:59
14522         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
14523              misc fixes
14524      Branch: perl
14525            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
14526 ____________________________________________________________________________
14527 [  2941] By: gsar                                  on 1999/02/15  10:24:37
14528         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
14529              Message-ID: <19990207002851.B9185@toldyouso.com>
14530              Message-ID: <19990207212152.A9765@toldyouso.com>
14531              Message-ID: <19990207212041.A9622@toldyouso.com>
14532              Message-ID: <19990207213127.A10244@toldyouso.com>
14533              Message-ID: <19990207212559.A9950@toldyouso.com>
14534              Message-ID: <19990207212842.A9994@toldyouso.com>
14535              Message-ID: <19990207212500.A9860@toldyouso.com>
14536              Message-ID: <19990207213013.A10105@toldyouso.com>
14537      Branch: perl
14538            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14539            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14540            ! pod/perlmodlib.pod pod/perltoc.pod
14541 ____________________________________________________________________________
14542 [  2940] By: gsar                                  on 1999/02/15  10:07:08
14543         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
14544              of suggested patch)
14545              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14546              Date: Mon, 08 Feb 1999 01:14:41 -0000
14547              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
14548              Subject: [PATCH 5.005_54] some pending C.pm stuff 
14549      Branch: perl
14550            ! ext/B/B/C.pm
14551 ____________________________________________________________________________
14552 [  2939] By: jhi                                   on 1999/02/15  08:40:18
14553         Log: Integrate from mainperl.
14554      Branch: cfgperl
14555           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
14556            - lib/File/PathConvert.pm
14557           !> (integrate 81 files)
14558 ____________________________________________________________________________
14559 [  2938] By: gsar                                  on 1999/02/15  06:56:39
14560         Log: change#2839 was bogus, redo
14561      Branch: perl
14562           !> t/lib/h2ph.pht
14563 ____________________________________________________________________________
14564 [  2937] By: gsar                                  on 1999/02/15  06:38:15
14565         Log: support Win32::GetFullPathName() and Win32::SetLastError()
14566              From: jan.dubois@ibm.net (Jan Dubois)
14567              Date: Tue, 09 Feb 1999 22:27:31 +0100
14568              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
14569              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
14570      Branch: perl
14571            ! win32/win32.c
14572 ____________________________________________________________________________
14573 [  2936] By: gsar                                  on 1999/02/15  06:26:39
14574         Log: support native integers, pack("L_",...) etc. (via private mail)
14575              From: Jarkko Hietaniemi <jhi@iki.fi>
14576              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
14577              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
14578              Subject: the "packnative" patch
14579      Branch: perl
14580            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
14581            ! t/lib/ipc_sysv.t t/op/pack.t
14582 ____________________________________________________________________________
14583 [  2935] By: gsar                                  on 1999/02/15  06:04:02
14584         Log: From: Michael G Schwern <schwern@pobox.com>
14585              Date: Tue, 9 Feb 1999 04:13:12 -0500
14586              Message-ID: <19990209041312.A15788@toldyouso.com>
14587              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
14588      Branch: perl
14589            ! utils/h2xs.PL
14590 ____________________________________________________________________________
14591 [  2934] By: gsar                                  on 1999/02/15  05:30:13
14592         Log: fix bugs in the handling of negative numbers, among other things
14593              From: Steven Knight <knight@theopera.baldmt.citilink.com>
14594              Date: Mon, 8 Feb 1999 01:16:24 -0600
14595              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
14596              Subject: Math::BigFloat and Math::BigInt
14597      Branch: perl
14598            + t/lib/bigfloat.t t/lib/bigfloatpm.t
14599            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14600            ! t/lib/bigintpm.t
14601 ____________________________________________________________________________
14602 [  2933] By: gsar                                  on 1999/02/15  04:57:52
14603         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
14604              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
14605              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
14606              Subject: s2p incorrectly handles hold space commands
14607      Branch: perl
14608            ! x2p/s2p.PL
14609 ____________________________________________________________________________
14610 [  2932] By: gsar                                  on 1999/02/15  04:45:55
14611         Log: clarify what a "line" is
14612      Branch: perl
14613            ! pod/perlfunc.pod pod/perlvar.pod
14614 ____________________________________________________________________________
14615 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14616         Log: backout change#2811 and add newer version based on File::Spec
14617              From: Barrie Slaymaker <rbs@telerama.com>
14618              Date: Thu, 11 Feb 1999 16:29:24 -0500
14619              Message-ID: <36C34BB4.A62090E0@telerama.com>
14620              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14621      Branch: perl
14622            - lib/File/PathConvert.pm
14623            ! MANIFEST installhtml lib/Pod/Html.pm
14624 ____________________________________________________________________________
14625 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14626         Log: From: Barrie Slaymaker <rbs@telerama.com>
14627              Date: Thu, 11 Feb 1999 19:39:48 -0500
14628              Message-ID: <36C37854.707D139@telerama.com>
14629              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14630      Branch: perl
14631            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14632 ____________________________________________________________________________
14633 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14634         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14635              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14636              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14637              Subject: [PATCH]5.005_54 (DOC) fix many typos
14638              --
14639              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14640              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14641              Subject: [PATCH]5.005_54 (DOC) typos
14642      Branch: perl
14643            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14644            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14645            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14646            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14647            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14648            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14649            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14650            ! pod/perlvar.pod pod/perlxs.pod
14651 ____________________________________________________________________________
14652 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14653         Log: allow the Carp routines to pass through exception objects
14654      Branch: perl
14655            ! lib/Carp.pm
14656 ____________________________________________________________________________
14657 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14658         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14659      Branch: perl
14660            ! pod/perlfaq8.pod
14661 ____________________________________________________________________________
14662 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14663         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14664              have done that, but didn't)
14665      Branch: perl
14666           !> utils/h2ph.PL
14667 ____________________________________________________________________________
14668 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14669         Log: integrate cfgperl changes into mainline
14670      Branch: perl
14671            ! Changes
14672           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14673           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14674           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14675           !> vms/subconfigure.com
14676 ____________________________________________________________________________
14677 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14678         Log: add const qualifier to most char* prototypes, handle ripple effect
14679      Branch: perl
14680            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14681            ! universal.c util.c
14682 ____________________________________________________________________________
14683 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14684         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14685              Date: Thu, 04 Feb 1999 02:37:31 +0000
14686              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14687              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14688      Branch: perl
14689            ! pp_ctl.c t/op/range.t
14690 ____________________________________________________________________________
14691 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14692         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14693              Date: Sun, 31 Jan 1999 01:50:06 +0000
14694              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14695              Subject: [PATCH 5.005_03t4] regexp flags bug
14696      Branch: perl
14697            ! regcomp.c t/op/re_tests
14698 ____________________________________________________________________________
14699 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14700         Log: use New() et al., rather than safemalloc() et al.
14701              From: jan.dubois@ibm.net (Jan Dubois)
14702              Date: Fri, 29 Jan 1999 23:27:22 +0100
14703              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14704              Subject: [PATCH _03-MT5] POSIX.xs memory API
14705      Branch: perl
14706            ! ext/POSIX/POSIX.xs
14707 ____________________________________________________________________________
14708 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14709         Log: tweak READ() docs to mention $buffer must be altered by reference
14710      Branch: perl
14711            ! pod/perltie.pod
14712 ____________________________________________________________________________
14713 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14714         Log: applied suggested patch, with several language/readability tweaks
14715              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14716              Date: Fri, 29 Jan 1999 00:25:02 -0500
14717              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14718              Subject: Re: [PATCH 5.005_*] Better parsing docs
14719      Branch: perl
14720            ! pod/perlop.pod
14721 ____________________________________________________________________________
14722 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14723         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14724              of silently returning bogus values)
14725              From: Peter Chines <pchines@nhgri.nih.gov>
14726              Date: Wed, 27 Jan 1999 16:11:31 -0500
14727              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14728              Subject: Time::Local
14729      Branch: perl
14730            ! lib/Time/Local.pm pod/perldelta.pod
14731 ____________________________________________________________________________
14732 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14733         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14734              Date: Thu, 28 Jan 1999 10:02:20 -0500
14735              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14736              Subject: Re: [PATCH 5.005_53] Better perldoc
14737      Branch: perl
14738            ! utils/perldoc.PL
14739 ____________________________________________________________________________
14740 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14741         Log: back out change#2751, apply updated version 
14742              From: jan.dubois@ibm.net (Jan Dubois)
14743              Date: Sat, 06 Feb 1999 01:06:29 +0100
14744              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14745              Subject: [PATCH] Cleanup of File::Spec module
14746      Branch: perl
14747            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14748            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14749            ! lib/File/Spec/Win32.pm
14750 ____________________________________________________________________________
14751 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14752         Log: tweak select() test
14753      Branch: perl
14754            ! pod/perlipc.pod t/op/fh.t
14755 ____________________________________________________________________________
14756 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14757         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14758      Branch: perl
14759            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14760 ____________________________________________________________________________
14761 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14762         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14763              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14764              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14765              Subject: Re: SvOPV() or SvPV_nolen() or ...
14766      Branch: perl
14767            ! pod/perlguts.pod
14768 ____________________________________________________________________________
14769 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14770         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14771              From: jan.dubois@ibm.net (Jan Dubois)
14772              Date: Sun, 24 Jan 1999 02:45:32 +0100
14773              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14774              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14775      Branch: perl
14776            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14777            ! sv.h
14778 ____________________________________________________________________________
14779 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14780         Log: elide stray effluvium
14781      Branch: perl
14782            ! pod/perldelta.pod
14783 ____________________________________________________________________________
14784 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14785         Log: slurping an empty file should return '' rather than undef, with
14786              commensurate effects on ARGV processing
14787      Branch: perl
14788            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14789            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14790 ____________________________________________________________________________
14791 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14792         Log: perly_c.diff typo
14793      Branch: perl
14794            ! perly.c perly_c.diff vms/perly_c.vms
14795 ____________________________________________________________________________
14796 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14797         Log: From: jan.dubois@ibm.net (Jan Dubois)
14798              Date: Sat, 13 Feb 1999 13:25:53 +0100
14799              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14800              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14801      Branch: perl
14802            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14803 ____________________________________________________________________________
14804 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14805         Log: Integrate from mainperl.
14806      Branch: cfgperl
14807           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14808           !> (integrate 150 files)
14809 ____________________________________________________________________________
14810 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14811         Log: From: jan.dubois@ibm.net (Jan Dubois)
14812              Date: Sun, 24 Jan 1999 01:12:00 +0100
14813              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14814              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14815      Branch: perl
14816            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14817            ! proto.h sv.c sv.h
14818 ____________________________________________________________________________
14819 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14820         Log: script to generate ctags from etags
14821              From: Colin Kuskie <ckuskie@cadence.com>
14822              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14823              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14824              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14825      Branch: perl
14826            + emacs/e2ctags.pl
14827            ! Makefile.SH pod/perlfaq3.pod
14828 ____________________________________________________________________________
14829 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14830         Log: allow boolean assign ops to be lvalues
14831              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14832              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14833              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14834              --
14835              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14836              Date: Mon, 18 Jan 1999 10:04:00 +0000
14837              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14838              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14839      Branch: perl
14840            + t/op/lop.t
14841            ! MANIFEST op.c
14842 ____________________________________________________________________________
14843 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14844         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14845      Branch: cfgperl
14846            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14847            ! config_h.SH hints/openbsd.sh
14848 ____________________________________________________________________________
14849 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14850         Log: support win32_putenv()
14851      Branch: perl
14852            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14853            ! win32/win32.c win32/win32iop.h
14854 ____________________________________________________________________________
14855 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14856         Log: add missing hunk in change#2657
14857      Branch: perl
14858            ! ext/B/B/CC.pm
14859 ____________________________________________________________________________
14860 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14861         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14862              Date: Tue, 19 Jan 1999 20:13:15 -0500
14863              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14864              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14865      Branch: perl
14866            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14867            ! t/pragma/subs.t t/pragma/warning.t
14868 ____________________________________________________________________________
14869 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14870         Log: update change#2670 to later version
14871              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14872              Date: Sun, 31 Jan 1999 16:16:14 +0000
14873              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14874              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14875      Branch: perl
14876            ! t/op/subst.t toke.c
14877 ____________________________________________________________________________
14878 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14879         Log: make testsuite somewhat location independent
14880      Branch: perl
14881            ! (edit 117 files)
14882 ____________________________________________________________________________
14883 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14884         Log: add $AutoLoader::VERSION
14885      Branch: perl
14886            ! lib/AutoLoader.pm
14887 ____________________________________________________________________________
14888 [  2889] By: gsar                                  on 1999/02/12  09:55:48
14889         Log: tweak PERL_STRICT_CR notes
14890      Branch: perl
14891            ! pod/perl5005delta.pod
14892 ____________________________________________________________________________
14893 [  2888] By: gsar                                  on 1999/02/12  09:41:45
14894         Log: add note about test-notty target
14895      Branch: perl
14896            ! README.win32
14897 ____________________________________________________________________________
14898 [  2887] By: gsar                                  on 1999/02/12  09:37:37
14899         Log: add perltodo.pod
14900      Branch: perl
14901            + pod/perltodo.pod
14902            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
14903            ! win32/pod.mak
14904 ____________________________________________________________________________
14905 [  2886] By: jhi                                   on 1999/02/12  08:52:14
14906         Log: Integrate from mainperl.
14907      Branch: cfgperl
14908           +> t/op/fh.t
14909           !> (integrate 30 files)
14910 ____________________________________________________________________________
14911 [  2885] By: gsar                                  on 1999/02/12  08:42:10
14912         Log: note how to find REG_INFTY limit
14913      Branch: perl
14914            ! pod/perlre.pod
14915 ____________________________________________________________________________
14916 [  2884] By: jhi                                   on 1999/02/12  08:36:14
14917         Log: OpenBSD pthreads awareness, thanks to
14918              David Leonard <david.leonard@csee.uq.edu.au>
14919      Branch: maint-5.005/perl
14920            ! Configure hints/openbsd.sh
14921 ____________________________________________________________________________
14922 [  2882] By: gsar                                  on 1999/02/12  08:05:20
14923         Log: IO is maintained by p5p (per Graham Barr's wishes)
14924      Branch: perl
14925            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
14926            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
14927            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
14928            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
14929 ____________________________________________________________________________
14930 [  2881] By: gsar                                  on 1999/02/12  07:57:13
14931         Log: fh.t typo
14932      Branch: perl
14933            ! t/op/fh.t
14934 ____________________________________________________________________________
14935 [  2880] By: gsar                                  on 1999/02/12  07:38:16
14936         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
14937      Branch: perl
14938            ! perl.c pod/perlrun.pod
14939 ____________________________________________________________________________
14940 [  2879] By: gsar                                  on 1999/02/12  05:39:29
14941         Log: fix ops that are not filehandle constructors to not create GV if it
14942              doesn't already exist (avoids leaks); extend semantics of defined()
14943              so that defined(*{$foo}) works (experimental)
14944      Branch: perl
14945            + t/op/fh.t
14946            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
14947            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
14948 ____________________________________________________________________________
14949 [  2877] By: jhi                                   on 1999/02/11  20:44:00
14950         Log: From: Chris Nandor <pudge@pobox.com>
14951              To: perl5-porters@perl.org
14952              Subject: [PATCH] perlport.pod 1.39
14953              Date: Thu, 11 Feb 1999 12:28:35 -0500
14954              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
14955      Branch: cfgperl
14956            ! pod/perlport.pod
14957 ____________________________________________________________________________
14958 [  2870] By: gsar                                  on 1999/02/11  11:17:08
14959         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
14960      Branch: perl
14961            ! ext/IO/lib/IO/Pipe.pm
14962 ____________________________________________________________________________
14963 [  2869] By: gsar                                  on 1999/02/11  11:00:56
14964         Log: update win32/pod.mak
14965      Branch: perl
14966            ! win32/pod.mak
14967 ____________________________________________________________________________
14968 [  2868] By: gsar                                  on 1999/02/11  10:42:44
14969         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
14970              Date: Fri, 08 Jan 1999 14:36:53 +1100
14971              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
14972              Subject: Re: [Fwd: IO::Socket::connect and blocking]
14973      Branch: perl
14974            ! ext/IO/lib/IO/Socket.pm
14975 ____________________________________________________________________________
14976 [  2867] By: gsar                                  on 1999/02/11  09:43:03
14977         Log: av_extend() doc tweak from Jan Dubois
14978      Branch: perl
14979            ! pod/perlguts.pod
14980 ____________________________________________________________________________
14981 [  2866] By: gsar                                  on 1999/02/11  09:27:17
14982         Log: display full pathname of unreadable files
14983      Branch: perl
14984            ! utils/perldoc.PL
14985 ____________________________________________________________________________
14986 [  2865] By: gsar                                  on 1999/02/11  09:02:31
14987         Log: missing patch in change#2522
14988      Branch: perl
14989            ! lib/Pod/Text.pm
14990 ____________________________________________________________________________
14991 [  2864] By: jhi                                   on 1999/02/11  08:45:00
14992         Log: From: Spider Boardman <spider@zk3.dec.com>
14993              To: perlbug@perl.com
14994              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14995              Date: Wed, 10 Feb 1999 23:33:31 -0500
14996              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14997      Branch: maint-5.005/perl
14998            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14999 ____________________________________________________________________________
15000 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15001         Log: integrate changes#2738,2740 from maint-5.005
15002      Branch: perl
15003           !> lib/ExtUtils/MakeMaker.pm
15004 ____________________________________________________________________________
15005 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15006         Log: Integrate from mainperl.
15007      Branch: cfgperl
15008           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15009           !> t/op/range.t win32/config.gc
15010 ____________________________________________________________________________
15011 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15012         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15013              <newspost@morlock.net>)
15014      Branch: perl
15015            ! perl.h
15016 ____________________________________________________________________________
15017 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15018         Log: update Changes
15019      Branch: perl
15020            ! Changes
15021           !> pod/perl5005delta.pod
15022 ____________________________________________________________________________
15023 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15024         Log: integrate perldelta changes from maint-5.005
15025      Branch: perl
15026           !> pod/perl5005delta.pod
15027 ____________________________________________________________________________
15028 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15029         Log: applied suggested patch; added tests
15030              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15031              Date: Sat, 12 Dec 98 15:30:18 -0600
15032              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15033              Subject: Range operation doesn't handle IV_MAX
15034      Branch: perl
15035            ! pp_ctl.c t/op/range.t
15036 ____________________________________________________________________________
15037 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15038         Log: compatibility fix: magic non-propagation in foreach implicit localization
15039      Branch: perl
15040            ! pp_ctl.c t/op/local.t win32/config.gc
15041 ____________________________________________________________________________
15042 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15043         Log: fair warning about -Dusethreads
15044      Branch: maint-5.005/perl
15045            ! Configure INSTALL README.threads
15046 ____________________________________________________________________________
15047 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15048         Log: Integrate from mainperl.
15049      Branch: cfgperl
15050           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15051           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15052 ____________________________________________________________________________
15053 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15054         Log: a modified version of suggested patch for pack template 'Z'; added docs
15055              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15056              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15057              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15058              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15059      Branch: perl
15060            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15061 ____________________________________________________________________________
15062 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15063         Log: clarify docs for change#2835
15064      Branch: perl
15065            ! pod/perldelta.pod pod/perlop.pod
15066 ____________________________________________________________________________
15067 [  2844] By: gsar                                  on 1999/02/08  23:40:57
15068         Log: addendum to change#2823
15069              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15070              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
15071              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
15072              Subject: [PATCH] Docs and tests for method-call syntax
15073      Branch: perl
15074            ! pod/perlobj.pod t/op/method.t
15075 ____________________________________________________________________________
15076 [  2843] By: jhi                                   on 1999/02/08  21:06:28
15077         Log: Ultrix mmap tidbit.
15078      Branch: cfgperl
15079            ! hints/ultrix_4.sh
15080 ____________________________________________________________________________
15081 [  2842] By: jhi                                   on 1999/02/08  20:22:55
15082         Log: Integrate from mainperl.
15083      Branch: cfgperl
15084           +> t/op/subst_wamp.t
15085           !> (integrate 35 files)
15086 ____________________________________________________________________________
15087 [  2841] By: jhi                                   on 1999/02/08  18:23:26
15088         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15089              To: Mailing list Perl5 <perl5-porters@perl.org>
15090              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15091              Date: Sun, 7 Feb 1999 17:25:22 -0500
15092              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15093      Branch: cfgperl
15094            + t/op/subst_amp.t
15095            ! MANIFEST regcomp.c t/op/subst.t
15096 ____________________________________________________________________________
15097 [  2840] By: jhi                                   on 1999/02/08  18:16:54
15098         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15099              To: Mailing list Perl5 <perl5-porters@perl.org>
15100              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15101              Date: Sun, 7 Feb 1999 17:00:10 -0500
15102              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15103      Branch: cfgperl
15104            ! pp_hot.c t/op/pat.t
15105 ____________________________________________________________________________
15106 [  2839] By: jhi                                   on 1999/02/08  17:25:30
15107         Log: A require was missing.
15108      Branch: cfgperl
15109            ! t/lib/h2ph.pht
15110 ____________________________________________________________________________
15111 [  2838] By: jhi                                   on 1999/02/08  16:38:41
15112         Log: Bring in the change #2809 (the Configure part has been
15113              modified rather a lot since the #2809, though.)
15114      Branch: cfgperl
15115            ! Configure utils/h2ph.PL
15116 ____________________________________________________________________________
15117 [  2835] By: gsar                                  on 1999/02/08  14:40:23
15118         Log: make qw() into a true list at compile time (slightly modified
15119              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
15120      Branch: perl
15121            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
15122 ____________________________________________________________________________
15123 [  2834] By: gsar                                  on 1999/02/08  13:23:16
15124         Log: make safesysmalloc() etc., always available; safemalloc() et al are
15125              now macros that point to the right malloc; fix various places in
15126              sources that need to always use safesysmalloc() et al
15127      Branch: perl
15128            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
15129            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
15130 ____________________________________________________________________________
15131 [  2833] By: gsar                                  on 1999/02/08  10:56:16
15132         Log: remove spurious #endif in last change
15133      Branch: perl
15134            ! perl.h
15135 ____________________________________________________________________________
15136 [  2832] By: gsar                                  on 1999/02/08  10:34:55
15137         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
15138              them ask for insanity (untested)
15139      Branch: perl
15140            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
15141            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
15142            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
15143 ____________________________________________________________________________
15144 [  2831] By: jhi                                   on 1999/02/08  08:33:33
15145         Log: Update vms/subconfigure.com along the lines of change #2829.
15146      Branch: cfgperl
15147            ! vms/subconfigure.com
15148 ____________________________________________________________________________
15149 [  2830] By: gsar                                  on 1999/02/08  00:19:46
15150         Log: integrate cfgperl changes into mainline
15151      Branch: perl
15152           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
15153           +> lib/File/PathConvert.pm pod/perlthrtut.pod
15154            ! Changes
15155           !> (integrate 93 files)
15156 ____________________________________________________________________________
15157 [  2829] By: jhi                                   on 1999/02/07  23:49:46
15158         Log: Configure update.
15159              
15160              Probe for mmap() et alia.
15161              The *cc*symbols patch (just Configure, no h2ph).
15162      Branch: cfgperl
15163            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15164            ! config_h.SH perl.h
15165 ____________________________________________________________________________
15166 [  2828] By: gsar                                  on 1999/02/07  23:38:47
15167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15168              Date: Sun, 7 Feb 1999 17:25:22 -0500
15169              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15170              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15171      Branch: perl
15172            + t/op/subst_amp.t t/op/subst_wamp.t
15173            ! MANIFEST regcomp.c t/op/subst.t
15174 ____________________________________________________________________________
15175 [  2827] By: gsar                                  on 1999/02/07  23:27:32
15176         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15177              Date: Sun, 7 Feb 1999 17:00:10 -0500
15178              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15179              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15180      Branch: perl
15181            ! pp_hot.c t/op/pat.t
15182 ____________________________________________________________________________
15183 [  2826] By: gsar                                  on 1999/02/07  23:26:04
15184         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
15185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15186              Date: Sun, 7 Feb 1999 15:07:27 -0500
15187              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
15188              Subject: Re: fixing memory leaks in REx compilation
15189      Branch: perl
15190            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
15191            ! regexec.c
15192 ____________________________________________________________________________
15193 [  2825] By: jhi                                   on 1999/02/07  18:05:13
15194         Log: Integrate from mainperl.
15195      Branch: cfgperl
15196           +> lib/DB.pm t/comp/bproto.t
15197           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
15198           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
15199           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
15200           !> toke.c vms/perly_c.vms
15201 ____________________________________________________________________________
15202 [  2824] By: gsar                                  on 1999/02/07  14:21:48
15203         Log: tweak doc on bitwise ops
15204      Branch: perl
15205            ! pod/perlop.pod
15206 ____________________________________________________________________________
15207 [  2823] By: gsar                                  on 1999/02/07  13:38:31
15208         Log: applied suggested patch; regen perly* and vms/perly*
15209              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15210              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
15211              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
15212              Subject: [PATCH] Re: Suggestion for perlobj man page
15213      Branch: perl
15214            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
15215 ____________________________________________________________________________
15216 [  2822] By: gsar                                  on 1999/02/07  12:39:09
15217         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
15218              disabled, fails tests)
15219      Branch: perl
15220            ! regcomp.h
15221 ____________________________________________________________________________
15222 [  2821] By: gsar                                  on 1999/02/07  11:09:39
15223         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
15224              <Alexander.Barilo@aexp.com>)
15225      Branch: perl
15226            ! lib/Pod/Html.pm
15227 ____________________________________________________________________________
15228 [  2820] By: gsar                                  on 1999/02/07  10:20:35
15229         Log: add draft debugging API implementation
15230      Branch: perl
15231            + lib/DB.pm
15232            ! MANIFEST
15233 ____________________________________________________________________________
15234 [  2819] By: gsar                                  on 1999/02/07  09:58:45
15235         Log: avoid garbage in db->dirbuf
15236              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
15237              Date: Sat, 05 Dec 1998 14:14:54 +0900
15238              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
15239              Subject: SDBM bug
15240      Branch: perl
15241            ! ext/SDBM_File/sdbm/sdbm.c
15242 ____________________________________________________________________________
15243 [  2818] By: gsar                                  on 1999/02/07  09:32:24
15244         Log: missing entry
15245      Branch: perl
15246            ! MANIFEST
15247 ____________________________________________________________________________
15248 [  2817] By: gsar                                  on 1999/02/07  09:30:47
15249         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
15250      Branch: perl
15251            + t/comp/bproto.t
15252            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15253 ____________________________________________________________________________
15254 [  2816] By: gsar                                  on 1999/02/06  00:14:29
15255         Log: minor bug in dumping blessed subrefs
15256      Branch: perl
15257            ! ext/Data/Dumper/Dumper.pm
15258 ____________________________________________________________________________
15259 [  2812] By: jhi                                   on 1999/02/03  22:02:24
15260         Log: Enhance change #2808.
15261              
15262              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15263              To: perl5-porters@perl.org
15264              Subject: Re: [PATCH 5.00*]: perlbug checklist
15265              Date: Wed, 3 Feb 1999 19:02:27 +0000
15266              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
15267      Branch: cfgperl
15268            ! utils/perlbug.PL
15269 ____________________________________________________________________________
15270 [  2811] By: jhi                                   on 1999/02/03  21:53:23
15271         Log: From: Barrie Slaymaker <rbs@telerama.com>
15272              To: perl5-porters@perl.org
15273              CC: pod-people@perl.org
15274              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
15275              Date: Wed, 03 Feb 1999 10:34:18 -0500
15276              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
15277              
15278              Add File::PathConvert.pm.
15279              Fix Pod::Html and installhtml to understand relative urls.
15280      Branch: cfgperl
15281            + lib/File/PathConvert.pm
15282            ! MANIFEST installhtml lib/Pod/Html.pm
15283 ____________________________________________________________________________
15284 [  2810] By: jhi                                   on 1999/02/03  20:25:10
15285         Log: From: Francois Desarmenien <desar@club-internet.fr>
15286              To: Mailing list Perl5 <perl5-porters@perl.org>
15287              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
15288              Date: Wed, 03 Feb 1999 13:13:24 +0000
15289              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
15290              
15291              (note: this patch completely overrides Tom Wolfe's patch,
15292              change #2604)
15293      Branch: cfgperl
15294            + ext/GDBM_File/hints/sco.pl
15295            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
15296 ____________________________________________________________________________
15297 [  2809] By: jhi                                   on 1999/02/03  19:54:16
15298         Log: h2ph fixes + Configure patch to support them.
15299              
15300              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15301              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
15302              Gurusamy Sarathy <gsar@engin.umich.edu>
15303              Cc: perl5-porters@perl.org
15304              Subject: [PATCH 5.00503_MT5] h2ph.PL
15305              Date: Tue, 2 Feb 1999 19:48:06 -0500
15306              Message-ID: <19990202194806.E10647@O2.chapin.edu>
15307      Branch: maint-5.005/perl
15308            ! Configure utils/h2ph.PL
15309 ____________________________________________________________________________
15310 [  2808] By: jhi                                   on 1999/02/03  16:59:55
15311         Log: Enhance the perlbug checklist.
15312      Branch: cfgperl
15313            ! utils/perlbug.PL
15314 ____________________________________________________________________________
15315 [  2807] By: jhi                                   on 1999/02/03  14:01:37
15316         Log: Document the standard strftime %formats.
15317              
15318              From: Dominic Dunlop <domo@vo.lu>
15319              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
15320              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
15321              Date: Tue, 2 Feb 1999 15:55:29 +0100
15322              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
15323      Branch: cfgperl
15324            ! ext/POSIX/POSIX.pod
15325 ____________________________________________________________________________
15326 [  2806] By: jhi                                   on 1999/02/03  13:58:00
15327         Log: Integrate from mainperl.
15328      Branch: cfgperl
15329           !> perl.h
15330 ____________________________________________________________________________
15331 [  2805] By: gsar                                  on 1999/02/03  03:32:31
15332         Log: PL_uuemap[] init needs help for sizeof()
15333      Branch: perl
15334            ! perl.h
15335 ____________________________________________________________________________
15336 [  2804] By: jhi                                   on 1999/02/02  20:44:30
15337         Log: These should've been already in #2803.
15338      Branch: cfgperl
15339            ! Configure config_h.SH vms/subconfigure.com
15340 ____________________________________________________________________________
15341 [  2803] By: jhi                                   on 1999/02/02  20:38:45
15342         Log: telldir prototype issue, from mists of time...
15343      Branch: cfgperl
15344            ! hints/netbsd.sh pp_sys.c
15345 ____________________________________________________________________________
15346 [  2801] By: jhi                                   on 1999/02/02  17:40:14
15347         Log: From: John Bley <jbb6@acpub.duke.edu>
15348              To: perlbug@perl.org
15349              Subject: [PATCH]5.005_54 (DOC) fix minor typos
15350              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
15351              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
15352      Branch: cfgperl
15353            ! pod/perlre.pod
15354 ____________________________________________________________________________
15355 [  2800] By: jhi                                   on 1999/02/02  17:26:49
15356         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
15357      Branch: cfgperl
15358            ! Todo-5.005
15359 ____________________________________________________________________________
15360 [  2799] By: jhi                                   on 1999/02/02  17:18:51
15361         Log: Update FindBin from maint-5.005.
15362      Branch: cfgperl
15363            ! lib/FindBin.pm
15364 ____________________________________________________________________________
15365 [  2798] By: jhi                                   on 1999/02/02  17:16:07
15366         Log: Fix typecasts in #2797
15367              
15368              From: "G. Del Merritt" <del@intranetics.com>
15369              Date: Fri, 29 Jan 1999 11:47:25 -0700
15370              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
15371              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
15372      Branch: cfgperl
15373            ! ext/POSIX/POSIX.xs
15374 ____________________________________________________________________________
15375 [  2797] By: jhi                                   on 1999/02/02  17:14:37
15376         Log: From: Ted Law <tedlaw@cibcwg.com>
15377              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
15378              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
15379              Subject: POSIX::strftime buffer overflow problem
15380      Branch: cfgperl
15381            ! ext/POSIX/POSIX.xs
15382 ____________________________________________________________________________
15383 [  2796] By: jhi                                   on 1999/02/02  17:13:23
15384         Log: Do not use File::Slurp.
15385      Branch: cfgperl
15386            ! t/lib/textfill.t
15387 ____________________________________________________________________________
15388 [  2795] By: jhi                                   on 1999/02/02  17:11:48
15389         Log: perlhist update from maint-5.005.
15390      Branch: cfgperl
15391            ! pod/perlhist.pod
15392 ____________________________________________________________________________
15393 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15394         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15395      Branch: cfgperl
15396            ! ext/POSIX/POSIX.pm
15397 ____________________________________________________________________________
15398 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15399         Log: Missed the html test from change #2787. 
15400      Branch: cfgperl
15401            ! t/lib/cgi-html.t
15402 ____________________________________________________________________________
15403 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15404         Log: Update Getopt::Long to 2.19.
15405      Branch: cfgperl
15406            ! lib/Getopt/Long.pm
15407 ____________________________________________________________________________
15408 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15409         Log: overload syntax is no longer experimental
15410      Branch: cfgperl
15411            ! lib/overload.pm
15412 ____________________________________________________________________________
15413 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15414         Log: Still doc fixes.
15415      Branch: cfgperl
15416            ! lib/diagnostics.pm
15417 ____________________________________________________________________________
15418 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15419         Log: Doc fixes.
15420      Branch: cfgperl
15421            ! lib/CGI.pm lib/diagnostics.pm
15422 ____________________________________________________________________________
15423 [  2787] By: jhi                                   on 1999/02/02  16:38:55
15424         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
15425              where applicable).
15426      Branch: cfgperl
15427            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
15428            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15429            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15430            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
15431            ! eg/cgi/frameset.cgi eg/cgi/index.html
15432            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15433            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15434            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15435            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15436            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15437            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
15438 ____________________________________________________________________________
15439 [  2786] By: jhi                                   on 1999/02/02  16:17:52
15440         Log: Update CPAN to 1.47.
15441      Branch: cfgperl
15442            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15443 ____________________________________________________________________________
15444 [  2785] By: jhi                                   on 1999/02/02  16:09:03
15445         Log: From: Mark-Jason Dominus <mjd@plover.com>
15446              Date: Sat, 16 Jan 1999 17:22:06 -0500
15447              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
15448              Message-ID: <19990116222206.3674.qmail@plover.com>
15449      Branch: cfgperl
15450            ! pod/perlsub.pod
15451 ____________________________________________________________________________
15452 [  2784] By: jhi                                   on 1999/02/02  16:01:31
15453         Log: Fix incorrect "used only once" warnings
15454              
15455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15456              Date: Fri, 8 Jan 1999 04:37:10 -0500
15457              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
15458              Subject: Re: change#965 flakiness
15459      Branch: cfgperl
15460            ! gv.c
15461 ____________________________________________________________________________
15462 [  2783] By: jhi                                   on 1999/02/02  15:50:38
15463         Log: perldelta updates.
15464      Branch: cfgperl
15465            ! pod/perldelta.pod
15466 ____________________________________________________________________________
15467 [  2782] By: jhi                                   on 1999/02/02  14:28:26
15468         Log: Mirror change #2781.
15469      Branch: cfgperl
15470            ! hints/linux.sh
15471 ____________________________________________________________________________
15472 [  2781] By: jhi                                   on 1999/02/02  14:27:01
15473         Log: Update the MkLinux note.
15474      Branch: maint-5.005/perl
15475            ! hints/linux.sh
15476 ____________________________________________________________________________
15477 [  2780] By: jhi                                   on 1999/02/02  14:10:59
15478         Log: Update todo.
15479      Branch: cfgperl
15480            ! Todo-5.005
15481 ____________________________________________________________________________
15482 [  2779] By: jhi                                   on 1999/02/02  14:00:25
15483         Log: Integrate from mainperl.
15484      Branch: cfgperl
15485            ! t/lib/textfill.t t/lib/textwrap.t
15486           !> (integrate 32 files)
15487 ____________________________________________________________________________
15488 [  2778] By: jhi                                   on 1999/02/02  13:56:23
15489         Log: VMS update, applicable parts of
15490              
15491              From: Dan Sugalski <sugalskd@osshe.edu>
15492              To: perl5-porters@perl.org
15493              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15494              Date: Wed, 20 Jan 1999 12:05:18 -0800
15495              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15496              
15497              From: Dan Sugalski <sugalskd@osshe.edu>
15498              To: perlbug@perl.com, vmsperl@perl.org
15499              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
15500              Date: Tue, 26 Jan 1999 14:40:38 -0800
15501              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
15502              
15503              From: Dan Sugalski <sugalskd@osshe.edu>
15504              To: perl5-porters@perl.org, vmsperl@perl.org
15505              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
15506              Date: Tue, 26 Jan 1999 14:55:29 -0800
15507              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
15508      Branch: cfgperl
15509            ! vms/ext/Stdio/test.pl vms/subconfigure.com
15510 ____________________________________________________________________________
15511 [  2777] By: jhi                                   on 1999/02/02  13:43:24
15512         Log: Synch usethreads parts from maint-5.005.
15513      Branch: cfgperl
15514            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
15515            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15516            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15517            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15518 ____________________________________________________________________________
15519 [  2776] By: jhi                                   on 1999/02/02  13:17:16
15520         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
15521      Branch: cfgperl
15522            ! Makefile.SH hints/freebsd.sh
15523 ____________________________________________________________________________
15524 [  2774] By: jhi                                   on 1999/02/02  13:10:39
15525         Log: Add perlthrtut, update pod/* machinery.
15526              (a pod/Makefile.SH is sorely needed)
15527      Branch: cfgperl
15528            + pod/perlthrtut.pod
15529            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
15530 ____________________________________________________________________________
15531 [  2773] By: jhi                                   on 1999/02/02  12:54:24
15532         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15533              To: perl5-porters@perl.org
15534              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
15535              Date: Tue, 26 Jan 1999 22:25:07 +0000
15536              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
15537      Branch: cfgperl
15538            ! pod/perlguts.pod
15539 ____________________________________________________________________________
15540 [  2771] By: jhi                                   on 1999/02/02  12:47:34
15541         Log: Use perlbug instead of personal email address.
15542      Branch: cfgperl
15543            ! Configure
15544 ____________________________________________________________________________
15545 [  2770] By: jhi                                   on 1999/02/02  12:42:06
15546         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15547              
15548              From: "G. Del Merritt" <del@intranetics.com>
15549              To: perlbug@perl.com
15550              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15551              Date: Tue, 26 Jan 1999 12:09:09 -0700
15552              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15553      Branch: cfgperl
15554            ! iperlsys.h
15555 ____________________________________________________________________________
15556 [  2769] By: jhi                                   on 1999/02/02  12:37:57
15557         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15558              To: Mailing list Perl5 <perl5-porters@perl.org>
15559              Subject: [PATCH 5.005_*] OS/2 threads
15560              Date: Tue, 26 Jan 1999 13:39:46 -0500
15561              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
15562      Branch: cfgperl
15563            ! os2/os2ish.h
15564 ____________________________________________________________________________
15565 [  2768] By: jhi                                   on 1999/02/02  12:36:16
15566         Log: Apply change #2711 from maint-5.005:
15567              
15568              make ok", "make okfile", and "make nok" were broken
15569              with -Duseshrplib, because of a shared typo.
15570              
15571              From: Spider Boardman <spider@web.zk3.dec.com>
15572              To: perlbug@perl.com
15573              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15574              Date: Wed, 27 Jan 1999 12:27:15 -0500
15575              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15576      Branch: cfgperl
15577            ! Makefile.SH
15578 ____________________________________________________________________________
15579 [  2766] By: jhi                                   on 1999/02/02  12:27:08
15580         Log: Make Configure use "int main()" instead of bare "main()".
15581              Like maint-5.005 change #2703 but now via metaconfig.
15582      Branch: cfgperl
15583            ! Configure
15584 ____________________________________________________________________________
15585 [  2765] By: jhi                                   on 1999/02/02  11:59:30
15586         Log: Undo part of change #2562.
15587      Branch: cfgperl
15588            ! Configure
15589 ____________________________________________________________________________
15590 [  2764] By: jhi                                   on 1999/02/02  11:52:39
15591         Log: NetBSD synch with maint-5.005.
15592      Branch: cfgperl
15593            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15594 ____________________________________________________________________________
15595 [  2763] By: jhi                                   on 1999/02/02  11:44:07
15596         Log: $Config{installusrbinperl}
15597              (maint-5.005 changes #2614 and #2709)
15598      Branch: cfgperl
15599            ! Configure installperl
15600 ____________________________________________________________________________
15601 [  2762] By: jhi                                   on 1999/02/02  11:29:13
15602         Log: Errno update from maint-5.005 (changes #2583, #2710).
15603      Branch: cfgperl
15604            ! Configure ext/Errno/Errno_pm.PL
15605 ____________________________________________________________________________
15606 [  2759] By: jhi                                   on 1999/02/02  10:53:20
15607         Log: Update Trig.pm from maint-5.005.
15608      Branch: cfgperl
15609            ! lib/Math/Trig.pm
15610 ____________________________________________________________________________
15611 [  2757] By: jhi                                   on 1999/02/02  10:41:26
15612         Log: MPE/iX update (mirror maint-5.005 change #2715)
15613      Branch: cfgperl
15614            ! hints/mpeix.sh mpeix/relink
15615 ____________________________________________________________________________
15616 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15617         Log: BeOS update (Mirror maint-5.005 change #2727).
15618      Branch: cfgperl
15619            + ext/DynaLoader/dl_beos.xs
15620            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15621            ! lib/ExtUtils/MM_Unix.pm
15622 ____________________________________________________________________________
15623 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15624         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15625      Branch: perl
15626            ! Porting/pumpkin.pod Todo Todo-5.005
15627 ____________________________________________________________________________
15628 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15629         Log: Todo tweaks
15630      Branch: perl
15631            ! Todo Todo-5.005
15632 ____________________________________________________________________________
15633 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15634         Log: Add perlthrtut.pod.
15635              
15636              From: Dan Sugalski <sugalskd@osshe.edu>
15637              To: perl5-porters@perl.org
15638              Subject: perlthrtut.pod
15639              Date: Mon, 01 Feb 1999 10:57:11 -0800
15640              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15641      Branch: maint-5.005/perl
15642            + pod/perlthrtut.pod
15643            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15644            ! pod/roffitall
15645 ____________________________________________________________________________
15646 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15647         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15648      Branch: perl
15649            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15650            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15651 ____________________________________________________________________________
15652 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15653         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15654              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15655              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15656              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15657      Branch: perl
15658            ! regexec.c
15659 ____________________________________________________________________________
15660 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15661         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15662              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15663              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15664              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15665      Branch: perl
15666            ! regexec.c
15667 ____________________________________________________________________________
15668 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15669         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15670              Date: Thu, 3 Dec 1998 15:10:17 -0500
15671              Message-Id: <199812032010.PAA09692@jik.shore.net>
15672              Subject: sample checksum code in "perlfunc" man page is wrong
15673      Branch: perl
15674            ! pod/perlfunc.pod
15675 ____________________________________________________________________________
15676 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15677         Log: typos in Pod/Text.pm
15678              From: "Greg Chapman" <glc@well.com>
15679              Date: Tue, 1 Dec 1998 10:50:18 -0800
15680              Message-Id: <199812011849.KAA08816@smtp.well.com>
15681              Subject: Glitch in Pod::Text
15682      Branch: perl
15683            ! lib/Pod/Text.pm
15684 ____________________________________________________________________________
15685 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15686         Log: various win32-ish changes merged from maint-5.005
15687      Branch: perl
15688            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15689            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15690            ! win32/Makefile win32/config.bc win32/config.vc
15691            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15692            ! win32/win32.c
15693 ____________________________________________________________________________
15694 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15695         Log: integrate cfgperl changes into mainline
15696      Branch: perl
15697           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15698 ____________________________________________________________________________
15699 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15700         Log: improved diagnostic on syntax errors at EOL
15701      Branch: perl
15702            ! toke.c
15703 ____________________________________________________________________________
15704 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15705         Log: don't attempt connect() to bogus IP addresses
15706              From:    Graham Barr <gbarr@pobox.com>
15707              Date:    Sun, 31 Jan 1999 21:50:45 CST
15708              Message-Id: <19990131215045.A633@pobox.com>
15709      Branch: perl
15710            ! t/lib/io_multihomed.t
15711 ____________________________________________________________________________
15712 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15713         Log: update Changes
15714      Branch: perl
15715            ! Changes pod/perldelta.pod
15716 ____________________________________________________________________________
15717 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15718         Log: CAPI inheritance tweak and doc
15719      Branch: maint-5.005/perl
15720            ! lib/ExtUtils/MakeMaker.pm
15721 ____________________________________________________________________________
15722 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15723         Log: Undo changes #2730 and #2731 and replace them
15724              with an extensively tested patch from
15725              Anton Berezin <tobez@plab.ku.dk> (via private email).
15726      Branch: maint-5.005/perl
15727            ! Makefile.SH hints/freebsd.sh
15728 ____________________________________________________________________________
15729 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15730         Log: fix bogus CAPI inheritance from change#2541
15731      Branch: maint-5.005/perl
15732            ! lib/ExtUtils/MakeMaker.pm
15733 ____________________________________________________________________________
15734 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15735         Log: FreeBSD version numbers can be like "2.2.8-release".
15736      Branch: maint-5.005/perl
15737            ! hints/freebsd.sh
15738 ____________________________________________________________________________
15739 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15740         Log: FreeBSD hints iteration (hopefully convergent).
15741              usethreads: require at least FreeBSD 2.2.8.
15742              signal type: mirror change #2429 in cfgperl.
15743      Branch: maint-5.005/perl
15744            ! hints/freebsd.sh
15745 ____________________________________________________________________________
15746 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15747         Log: From: Tom Spindler <dogcow@isi.net>
15748              Date: Thu, 28 Jan 1999 17:15:11 -0800
15749              Message-ID: <19990128171510.A11778@isi.net>
15750              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15751      Branch: maint-5.005/perl
15752            + ext/DynaLoader/dl_beos.xs
15753            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15754            ! lib/ExtUtils/MM_Unix.pm
15755 ____________________________________________________________________________
15756 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15757         Log: Remove use of File::Slurp in t/lib/textfill.t
15758      Branch: maint-5.005/perl
15759            ! t/lib/textfill.t
15760 ____________________________________________________________________________
15761 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15762         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15763              Date: Wed, 27 Jan 1999 23:14:33 -0800
15764              Message-Id: <199901280714.XAA10176@activestate.com>
15765              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15766      Branch: maint-5.005/perl
15767            ! win32/Makefile win32/makefile.mk
15768 ____________________________________________________________________________
15769 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15770         Log: missing space while munging CCFLAGS for PERL_CAPI
15771      Branch: perl
15772            ! lib/ExtUtils/MM_Unix.pm
15773 ____________________________________________________________________________
15774 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15775         Log: io/fs.t fails test #18 (sense of tests appears to have been
15776              changed incompletely; this patch just skips the test attached,
15777              a la test #17 preceding it).
15778              
15779              From: "G. Del Merritt" <del@intranetics.com>
15780              To: perlbug@perl.com
15781              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15782              Date: Tue, 26 Jan 1999 12:09:09 -0700
15783              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15784      Branch: maint-5.005/perl
15785            ! t/io/fs.t
15786 ____________________________________________________________________________
15787 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15788         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15789              
15790              From: "G. Del Merritt" <del@intranetics.com>
15791              To: perlbug@perl.com
15792              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15793              Date: Tue, 26 Jan 1999 12:09:09 -0700
15794              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15795      Branch: maint-5.005/perl
15796            ! iperlsys.h
15797 ____________________________________________________________________________
15798 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15799         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15800              To: perl5-porters@perl.org
15801              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15802              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15803              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15804      Branch: maint-5.005/perl
15805            ! hints/mpeix.sh mpeix/relink
15806 ____________________________________________________________________________
15807 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15808         Log: Errno fixes:
15809              
15810              From: Spider Boardman <spider@web.zk3.dec.com>
15811              To: perlbug@perl.com
15812              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15813              Date: Wed, 27 Jan 1999 12:27:15 -0500
15814              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15815              
15816              From: Spider Boardman <spider@web.zk3.dec.com>
15817              To: perlbug@perl.com
15818              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15819              Date: Wed, 27 Jan 1999 13:31:16 -0500
15820              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15821      Branch: maint-5.005/perl
15822            ! Configure ext/Errno/Errno_pm.PL
15823 ____________________________________________________________________________
15824 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15825         Log: Fix Configure installusrbinperl:
15826              
15827              From: Spider Boardman <spider@web.zk3.dec.com>
15828              To: jhi@iki.fi
15829              cc: perl5-porters@perl.org
15830              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15831              Date: Wed, 27 Jan 1999 13:03:35 -0500
15832              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15833      Branch: maint-5.005/perl
15834            ! Configure
15835 ____________________________________________________________________________
15836 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15837         Log: Add redef IO::Handle::* for setv?buf()
15838      Branch: maint-5.005/perl
15839            ! ext/POSIX/POSIX.pm
15840 ____________________________________________________________________________
15841 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15842         Log: Mention year-1900 and month 0..11.
15843      Branch: cfgperl
15844            ! lib/Time/Local.pm
15845 ____________________________________________________________________________
15846 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15847         Log: Document Configure -Uinstallusrbinperl.
15848      Branch: cfgperl
15849            ! INSTALL pod/perldelta.pod
15850 ____________________________________________________________________________
15851 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15852         Log: Use only xlc_r for usethreads.
15853      Branch: cfgperl
15854            ! hints/aix.sh
15855 ____________________________________________________________________________
15856 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15857         Log: integrate cfgperl changes into mainline
15858      Branch: perl
15859           +> lib/Exporter/Heavy.pm
15860           !> (integrate 65 files)
15861 ____________________________________________________________________________
15862 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15863         Log: better notes on 'make' on win32
15864      Branch: perl
15865            ! README.win32
15866 ____________________________________________________________________________
15867 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15868         Log: More de-cut-and-pastos.
15869      Branch: cfgperl
15870            ! hints/irix_6.sh hints/os2.sh
15871 ____________________________________________________________________________
15872 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15873         Log: usethreads.cbu cut-and-pasto.
15874      Branch: cfgperl
15875            ! hints/solaris_2.sh
15876 ____________________________________________________________________________
15877 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15878         Log: Better (I hope) LANGUAGE documentation.
15879      Branch: cfgperl
15880            ! pod/perllocale.pod
15881 ____________________________________________________________________________
15882 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15883         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15884              To: perl5-porters@perl.org
15885              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15886              Date: Wed, 20 Jan 1999 12:05:18 -0800
15887              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15888      Branch: cfgperl
15889            ! vms/subconfigure.com
15890 ____________________________________________________________________________
15891 [  2679] By: jhi                                   on 1999/01/22  09:13:18
15892         Log: nosuid getmntent() branch.
15893      Branch: cfgperl
15894            ! perl.c perl.h
15895 ____________________________________________________________________________
15896 [  2678] By: jhi                                   on 1999/01/22  08:54:19
15897         Log: nosuid patch continued: *BSD needs <sys/param.h>.
15898      Branch: cfgperl
15899            ! Configure config_h.SH
15900 ____________________________________________________________________________
15901 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
15902         Log: Fixup FindBin to use File::Spec
15903              
15904              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
15905              Date: Wed, 20 Jan 1999 18:51:57 +0000
15906              From: Paul Johnson <pjcj@transeda.com>
15907              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
15908      Branch: maint-5.005/perl
15909            ! lib/FindBin.pm
15910 ____________________________________________________________________________
15911 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
15912         Log: Fix win32 for Borland compiler and spaces in paths
15913              
15914              From: Gurusamy Sarathy <gsar@activestate.com>
15915              Date: Mon, 18 Jan 1999 20:33:17 -0800
15916              Message-Id: <199901190433.UAA03656@activestate.com>
15917              Subject: [PATCH] 5.005_03-trial3 win32 issues
15918      Branch: maint-5.005/perl
15919            ! README.win32 win32/Makefile win32/config_sh.PL
15920            ! win32/makefile.mk win32/runperl.c
15921 ____________________________________________________________________________
15922 [  2670] By: jhi                                   on 1999/01/21  16:12:38
15923         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15924              To: perl5-porters@perl.org
15925              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
15926              Date: Thu, 21 Jan 1999 12:08:01 +0000
15927              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
15928      Branch: cfgperl
15929            ! pod/perldiag.pod t/op/subst.t toke.c
15930 ____________________________________________________________________________
15931 [  2669] By: jhi                                   on 1999/01/21  16:11:46
15932         Log: To: perl5-porters@perl.org
15933              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
15934              From: Anton Berezin <tobez@plab.ku.dk>
15935              Date: 21 Jan 1999 17:07:28 +0100
15936              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
15937      Branch: cfgperl
15938            ! hints/freebsd.sh
15939 ____________________________________________________________________________
15940 [  2668] By: jhi                                   on 1999/01/21  15:38:34
15941         Log: Add Daniel Grisinger <dgris@dimensional.com>.
15942      Branch: cfgperl
15943            ! AUTHORS MAINTAIN
15944 ____________________________________________________________________________
15945 [  2667] By: jhi                                   on 1999/01/21  15:32:28
15946         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15947              To: Mailing list Perl5 <perl5-porters@perl.org>
15948              Subject: [PATCH 5.005_53] Lean Exporter.pm
15949              Date: Thu, 21 Jan 1999 03:25:23 -0500
15950              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
15951      Branch: cfgperl
15952            + lib/Exporter/Heavy.pm
15953            ! MANIFEST lib/Exporter.pm
15954 ____________________________________________________________________________
15955 [  2666] By: jhi                                   on 1999/01/21  15:24:10
15956         Log: From: "W. Phillip Moore" <wpm@ms.com>
15957              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
15958              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
15959              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
15960              Message-ID: <13988.46383.298992.97303@zappa>
15961      Branch: cfgperl
15962            ! lib/File/Path.pm
15963 ____________________________________________________________________________
15964 [  2665] By: jhi                                   on 1999/01/21  15:20:48
15965         Log: CPAN update (CPAN-1.44_54) from Andreas and
15966              jumbo doc patch from Abigail.
15967              
15968              From: abigail@fnx.com
15969              To: perl5-porters@perl.org (Perl Porters)
15970              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
15971              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
15972              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
15973              
15974              From: abigail@fnx.com
15975              To: perl5-porters@perl.org (Perl Porters)
15976              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
15977              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
15978              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
15979              
15980              From: abigail@fnx.com
15981              To: perl5-porters@perl.org (Perl Porters)
15982              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
15983              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
15984              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
15985              
15986              From: abigail@fnx.com
15987              To: perl5-porters@perl.org (Perl Porters)
15988              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
15989              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
15990              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
15991              
15992              From: abigail@fnx.com
15993              To: perl5-porters@perl.org (Perl Porters)
15994              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
15995              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
15996              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
15997              
15998              From: abigail@fnx.com
15999              To: perl5-porters@perl.org (Perl Porters)
16000              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16001              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16002              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16003              
16004              From: abigail@fnx.com
16005              To: perl5-porters@perl.org (Perl Porters)
16006              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16007              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16008              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16009              
16010              From: abigail@fnx.com
16011              To: perl5-porters@perl.org (Perl Porters)
16012              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16013              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16014              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16015              
16016              From: abigail@fnx.com
16017              To: perl5-porters@perl.org (Perl Porters)
16018              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16019              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16020              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16021              
16022              From: abigail@fnx.com
16023              To: perl5-porters@perl.org (Perl Porters)
16024              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16025              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16026              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16027              
16028              From: abigail@fnx.com
16029              To: perl5-porters@perl.org (Perl Porters)
16030              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16031              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16032              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16033              
16034              From: abigail@fnx.com
16035              To: perl5-porters@perl.org (Perl Porters)
16036              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16037              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16038              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16039              
16040              From: abigail@fnx.com
16041              To: perl5-porters@perl.org (Perl Porters)
16042              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16043              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16044              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16045      Branch: cfgperl
16046            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16047            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16048            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16049            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16050 ____________________________________________________________________________
16051 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16052         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16053              To: Mailing list Perl5 <perl5-porters@perl.org>
16054              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16055              Date: Thu, 21 Jan 1999 03:58:29 -0500
16056              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16057      Branch: cfgperl
16058            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16059 ____________________________________________________________________________
16060 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16062              To: Mailing list Perl5 <perl5-porters@perl.org>
16063              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16064              Date: Thu, 21 Jan 1999 02:46:34 -0500
16065              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
16066      Branch: cfgperl
16067            ! ext/Errno/Errno_pm.PL
16068 ____________________________________________________________________________
16069 [  2662] By: jhi                                   on 1999/01/21  14:42:42
16070         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16071              To: Francois Desarmenien <desar@club-internet.fr>
16072              Cc: Gurusamy Sarathy <gsar@activestate.com>,
16073              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
16074              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
16075              Date: 21 Jan 1999 00:17:35 -0700
16076              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
16077      Branch: cfgperl
16078            ! Porting/patching.pod
16079 ____________________________________________________________________________
16080 [  2661] By: jhi                                   on 1999/01/21  14:41:13
16081         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16082              To: Mailing list Perl5 <perl5-porters@perl.org>
16083              Subject: [PATCH 5.00*] makedepend
16084              Date: Thu, 21 Jan 1999 02:08:27 -0500
16085              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
16086      Branch: cfgperl
16087            ! makedepend.SH
16088 ____________________________________________________________________________
16089 [  2660] By: jhi                                   on 1999/01/21  14:36:45
16090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16091              To: Mailing list Perl5 <perl5-porters@perl.org>
16092              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
16093              Date: Tue, 19 Jan 1999 20:06:45 -0500
16094              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
16095      Branch: cfgperl
16096            ! os2/Changes os2/os2.c
16097 ____________________________________________________________________________
16098 [  2657] By: jhi                                   on 1999/01/21  11:40:35
16099         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16100              To: perl5-porters@perl.org
16101              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
16102              Date: Mon, 18 Jan 1999 01:32:31 PST
16103              Message-ID: <19990118093231.18443.qmail@hotmail.com>
16104      Branch: cfgperl
16105            ! ext/B/B/CC.pm
16106 ____________________________________________________________________________
16107 [  2656] By: jhi                                   on 1999/01/21  11:35:34
16108         Log: From: Achim Bohnet <ach@mpe.mpg.de>
16109              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
16110              Date: Wed, 20 Jan 1999 20:25:53 +0100
16111              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
16112      Branch: cfgperl
16113            ! pp.c
16114 ____________________________________________________________________________
16115 [  2655] By: jhi                                   on 1999/01/21  10:46:01
16116         Log: Handle NIS (and NetInfo) more robustly.
16117      Branch: cfgperl
16118            ! t/op/grent.t t/op/pwent.t
16119 ____________________________________________________________________________
16120 [  2654] By: jhi                                   on 1999/01/21  10:17:20
16121         Log: Two-argument eaccess() of SCO.
16122      Branch: cfgperl
16123            ! pp_sys.c
16124 ____________________________________________________________________________
16125 [  2653] By: jhi                                   on 1999/01/21  08:53:14
16126         Log: -DNO_NOSUID_CHECK for those platforms which have no way
16127              of checking for nosuid but still want suidperl.
16128      Branch: cfgperl
16129            ! perl.c
16130 ____________________________________________________________________________
16131 [  2652] By: jhi                                   on 1999/01/21  08:22:50
16132         Log: The LANGUAGE mirrors LC_ALL usage.
16133      Branch: cfgperl
16134            ! Configure config_h.SH
16135 ____________________________________________________________________________
16136 [  2651] By: jhi                                   on 1999/01/20  22:01:21
16137         Log: I_MNTENT was missing.
16138      Branch: cfgperl
16139            ! Configure config_h.SH
16140 ____________________________________________________________________________
16141 [  2650] By: jhi                                   on 1999/01/19  13:42:03
16142         Log: NetBSD update, based on patches from the NetBSD packages system.
16143      Branch: cfgperl
16144            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16145 ____________________________________________________________________________
16146 [  2649] By: jhi                                   on 1999/01/19  12:44:02
16147         Log: Jumbo Configure update.
16148              * -Uinstallusrbinperl: disable /usr/bin/perl installation
16149              by installperl
16150              * usethreads.cbu
16151              * use64bits.cbu
16152              * "nosuid"
16153      Branch: cfgperl
16154            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
16155            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16156            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
16157            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
16158            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
16159            ! pod/perldiag.pod
16160 ____________________________________________________________________________
16161 [  2648] By: jhi                                   on 1999/01/19  09:16:44
16162         Log: Mention /usr/share/locale.
16163      Branch: cfgperl
16164            ! pod/perllocale.pod
16165 ____________________________________________________________________________
16166 [  2647] By: jhi                                   on 1999/01/19  09:11:11
16167         Log: SHMLBA strikes back in NetBSD/sparc.
16168              
16169              From: Dave Nelson <David.Nelson@bellcow.com>
16170              To: jhi@iki.fi
16171              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
16172              Date: Mon, 18 Jan 1999 22:07:56 -0600
16173              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
16174      Branch: cfgperl
16175            ! ext/IPC/SysV/SysV.xs
16176 ____________________________________________________________________________
16177 [  2646] By: jhi                                   on 1999/01/19  08:58:17
16178         Log: Show LANGUAGE env var when needed. (Augment change #2645).
16179      Branch: cfgperl
16180            ! util.c utils/perlbug.PL
16181 ____________________________________________________________________________
16182 [  2645] By: jhi                                   on 1999/01/19  08:52:15
16183         Log: Document the GNU LANGUAGE env var.
16184      Branch: cfgperl
16185            ! pod/perllocale.pod
16186 ____________________________________________________________________________
16187 [  2644] By: jhi                                   on 1999/01/19  08:42:25
16188         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16189              To: Mailing list Perl5 <perl5-porters@perl.org>
16190              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
16191              Date: Mon, 18 Jan 1999 20:57:02 -0500
16192              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
16193      Branch: cfgperl
16194            ! pp_hot.c t/op/pat.t
16195 ____________________________________________________________________________
16196 [  2643] By: jhi                                   on 1999/01/18  11:23:41
16197         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
16198      Branch: cfgperl
16199            ! Makefile.SH
16200 ____________________________________________________________________________
16201 [  2642] By: jhi                                   on 1999/01/18  11:03:38
16202         Log: GNU libc locale system has LANGUAGE env var that partly
16203              overrides even LC_ALL.
16204      Branch: cfgperl
16205            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
16206 ____________________________________________________________________________
16207 [  2641] By: jhi                                   on 1999/01/18  10:55:04
16208         Log: Integrate from mainperl.
16209      Branch: cfgperl
16210           +> ext/B/defsubs.h.PL
16211            ! t/op/groups.t
16212           !> (integrate 38 files)
16213 ____________________________________________________________________________
16214 [  2640] By: gsar                                  on 1999/01/18  10:06:29
16215         Log: a few random cleanups
16216      Branch: perl
16217            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
16218 ____________________________________________________________________________
16219 [  2639] By: gsar                                  on 1999/01/18  05:56:21
16220         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
16221              Date:    Sun, 17 Jan 1999 16:41:10 PST
16222              Message-Id: <19990118004111.29667.qmail@hotmail.com>
16223              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
16224      Branch: perl
16225            ! ext/B/B/C.pm
16226 ____________________________________________________________________________
16227 [  2638] By: gsar                                  on 1999/01/18  05:41:21
16228         Log: From:    jan.dubois@ibm.net (Jan Dubois)
16229              Date:    Mon, 18 Jan 1999 00:37:41 +0100
16230              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
16231              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
16232      Branch: perl
16233            ! dump.c
16234 ____________________________________________________________________________
16235 [  2633] By: gsar                                  on 1999/01/17  13:39:59
16236         Log: bogus assert()
16237      Branch: perl
16238            ! pp.c t/op/groups.t
16239 ____________________________________________________________________________
16240 [  2632] By: gsar                                  on 1999/01/17  13:22:04
16241         Log: various tweaks for clean build and test on win32
16242      Branch: perl
16243            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
16244            ! op.c t/pragma/warn/doio
16245 ____________________________________________________________________________
16246 [  2631] By: gsar                                  on 1999/01/17  12:28:06
16247         Log: undo change#2336, and add clarification about subversive
16248              CPAN distributions from Andreas Koenig
16249      Branch: perl
16250            ! Porting/pumpkin.pod lib/CPAN.pm
16251 ____________________________________________________________________________
16252 [  2630] By: gsar                                  on 1999/01/17  12:04:06
16253         Log: fix silent taint failures under -U
16254      Branch: perl
16255            ! doio.c
16256 ____________________________________________________________________________
16257 [  2629] By: gsar                                  on 1999/01/17  12:00:23
16258         Log: sanity check piped opens (tweaked version of patch suggested
16259              by Mark-Jason Dominus)
16260      Branch: perl
16261            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
16262            ! t/op/taint.t t/pragma/warn/doio
16263 ____________________________________________________________________________
16264 [  2628] By: gsar                                  on 1999/01/17  11:26:21
16265         Log: regen headers
16266      Branch: perl
16267            ! embed.h embedvar.h objXSUB.h
16268 ____________________________________________________________________________
16269 [  2627] By: gsar                                  on 1999/01/17  11:23:37
16270         Log: PERL_OBJECTness for change#2595
16271      Branch: perl
16272            ! embed.pl op.c pod/perlport.pod proto.h
16273 ____________________________________________________________________________
16274 [  2626] By: gsar                                  on 1999/01/17  09:47:07
16275         Log: PERL_OBJECT tweaks for change#2426
16276      Branch: perl
16277            ! embed.pl proto.h regcomp.c
16278 ____________________________________________________________________________
16279 [  2625] By: gsar                                  on 1999/01/17  09:37:58
16280         Log: documentation in change#2596 is not quite right; fix it
16281      Branch: perl
16282            ! lib/Math/BigFloat.pm pod/perlguts.pod
16283 ____________________________________________________________________________
16284 [  2624] By: gsar                                  on 1999/01/17  09:28:34
16285         Log: undo change#2571; C<use File::Spec> instead
16286      Branch: perl
16287            ! lib/FindBin.pm
16288 ____________________________________________________________________________
16289 [  2623] By: gsar                                  on 1999/01/17  09:20:42
16290         Log: change#2572 is not applicable; undo, retaining scan_bin addition
16291              to global.sym
16292      Branch: perl
16293            ! global.sym perl.c proto.h
16294 ____________________________________________________________________________
16295 [  2622] By: gsar                                  on 1999/01/17  09:17:42
16296         Log: change#2576 is based on a wrong premise; undo it
16297      Branch: perl
16298            ! pp_ctl.c
16299 ____________________________________________________________________________
16300 [  2621] By: gsar                                  on 1999/01/17  09:12:42
16301         Log: fix change#2602 to not used hard coded constants
16302      Branch: perl
16303            ! ext/B/B/C.pm ext/B/defsubs.h.PL
16304 ____________________________________________________________________________
16305 [  2620] By: gsar                                  on 1999/01/17  09:02:07
16306         Log: integrate cfgperl changes into mainline, fix conflicts
16307      Branch: perl
16308           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
16309           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
16310           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
16311           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
16312           +> pod/perlopentut.pod
16313           !> (integrate 162 files)
16314 ____________________________________________________________________________
16315 [  2619] By: gsar                                  on 1999/01/17  08:42:04
16316         Log: a few doc typos
16317      Branch: perl
16318            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
16319 ____________________________________________________________________________
16320 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
16321         Log: Win32 changes from Jan
16322              
16323              From: jan.dubois@ibm.net (Jan Dubois)
16324              Date: Fri, 15 Jan 1999 23:38:35 +0100
16325              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
16326              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
16327              
16328              From: jan.dubois@ibm.net (Jan Dubois)
16329              Date: Sat, 16 Jan 1999 13:02:45 +0100
16330              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
16331              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
16332      Branch: maint-5.005/perl
16333            ! README.win32 win32/Makefile win32/makefile.mk
16334 ____________________________________________________________________________
16335 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
16336         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
16337              
16338              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16339              Date: Thu, 07 Jan 1999 00:12:00 -0500
16340              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
16341              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16342              
16343              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16344              Date: Thu, 14 Jan 1999 19:21:46 -0500
16345              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
16346              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16347      Branch: maint-5.005/perl
16348            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
16349            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
16350            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
16351            ! win32/makedef.pl win32/runperl.c win32/win32.c
16352 ____________________________________________________________________________
16353 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
16354         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16355              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
16356              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
16357              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
16358              
16359              From: Jarkko Hietaniemi <jhi@iki.fi>
16360              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
16361              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
16362              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
16363              
16364              From: Jarkko Hietaniemi <jhi@iki.fi>
16365              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
16366              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
16367              Subject: the promised "installusrbinperl + NetBSD" fix
16368      Branch: maint-5.005/perl
16369            ! Configure Makefile.SH hints/netbsd.sh installperl
16370            ! makedepend.SH unixish.h
16371 ____________________________________________________________________________
16372 [  2611] By: jhi                                   on 1999/01/14  12:16:14
16373         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16374              To: pumpkings@jhereg.perl.com
16375              Subject: perlopentut.pod
16376              Date: Sat, 09 Jan 1999 08:13:18 -0700
16377              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
16378      Branch: cfgperl
16379            + pod/perlopentut.pod
16380            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
16381 ____________________________________________________________________________
16382 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
16383         Log: Added Carp::cluck to perldelta.pod
16384      Branch: maint-5.005/perl
16385            ! pod/perldelta.pod
16386 ____________________________________________________________________________
16387 [  2605] By: jhi                                   on 1999/01/13  18:26:19
16388         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
16389              To: "'cpan@perl.org'" <cpan@perl.org>
16390              Subject: "Bug" fix for File::Find.pm
16391              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16392              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16393      Branch: cfgperl
16394            ! lib/File/Find.pm
16395 ____________________________________________________________________________
16396 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16397         Log: From: Peter Wolfe <wolfe@teloseng.com>
16398              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16399              To: perlbug@perl.com
16400              Date: 11 Jan 1999 23:00:05 +0200
16401              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16402      Branch: cfgperl
16403            ! hints/sco.sh
16404 ____________________________________________________________________________
16405 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16406         Log: From: hans@icgroup.nl (Hans Mulder)
16407              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16408              To: perlbug@perl.com
16409              Cc: hansmu@xs4all.nl
16410              Date: 11 Jan 1999 22:22:45 +0200
16411              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16412      Branch: cfgperl
16413            ! ext/re/re.pm regcomp.c
16414 ____________________________________________________________________________
16415 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16416         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16417              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16418              Date: 11 Jan 1999 08:02:41 +0200
16419              Lines: 134
16420              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
16421      Branch: cfgperl
16422            ! ext/B/B.xs ext/B/B/C.pm
16423 ____________________________________________________________________________
16424 [  2601] By: jhi                                   on 1999/01/13  18:01:53
16425         Log: From: James FitzGibbon <james@ican.net>
16426              Subject: Trivial patch for HP-UX 11 and shared libperl
16427              To: perl5-porters@perl.org
16428              Date: 8 Jan 1999 19:13:23 +0200
16429              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
16430      Branch: cfgperl
16431            ! Makefile.SH
16432 ____________________________________________________________________________
16433 [  2600] By: jhi                                   on 1999/01/13  17:59:45
16434         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16435              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
16436              To: perl5-porters@perl.org
16437              Date: 8 Jan 1999 12:43:36 +0200
16438              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
16439      Branch: cfgperl
16440            ! ext/B/B/CC.pm
16441 ____________________________________________________________________________
16442 [  2599] By: jhi                                   on 1999/01/13  17:50:11
16443         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16444              Subject: PATCH to installperl
16445              To: perl5-porters@perl.org
16446              Date: 4 Jan 1999 16:15:18 +0200
16447              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
16448      Branch: cfgperl
16449            ! installperl
16450 ____________________________________________________________________________
16451 [  2598] By: jhi                                   on 1999/01/13  17:34:51
16452         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16453              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
16454              Cc: perl5-porters@perl.org
16455              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
16456              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
16457              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
16458      Branch: cfgperl
16459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16460            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16461 ____________________________________________________________________________
16462 [  2597] By: jhi                                   on 1999/01/13  17:30:33
16463         Log: From: David Dyck <dcd@tc.fluke.com>
16464              To: Perl Porters <perl5-porters@perl.org>,
16465              Gurusamy Sarathy <gsar@engin.umich.edu>
16466              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
16467              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
16468              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
16469      Branch: cfgperl
16470            ! pod/perldsc.pod
16471 ____________________________________________________________________________
16472 [  2596] By: jhi                                   on 1999/01/13  17:26:44
16473         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16474              To: perl5-porters@perl.org
16475              Subject: [PATCH] modglobal w/ spelling fixes
16476              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
16477              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
16478      Branch: cfgperl
16479            ! pod/perlguts.pod
16480 ____________________________________________________________________________
16481 [  2595] By: jhi                                   on 1999/01/13  17:24:59
16482         Log: From: Hans Mulder <hansm@icgroup.nl>
16483              Optimize common sort routines.  Thread started by the message
16484              
16485              From: Hans Mulder <hansm@icgroup.nl>
16486              Sender: owner-perl5-porters@perl.org
16487              To: perl5-porters@perl.org
16488              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
16489              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
16490              
16491              and the patch from the message
16492              
16493              From: Hans Mulder <hans@icgroup.nl>
16494              To: jhi@iki.fi
16495              Cc: perl5-porters@perl.org
16496              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
16497              $b }
16498              Date: Wed, 13 Jan 1999 17:39:35 +0100
16499              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
16500      Branch: cfgperl
16501            ! Todo op.c op.h pp_ctl.c t/op/sort.t
16502 ____________________________________________________________________________
16503 [  2594] By: jhi                                   on 1999/01/13  16:50:17
16504         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
16505              (the diffs were based on 5.004_02).  Tested by Guido
16506              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
16507      Branch: cfgperl
16508            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
16509            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
16510            + mint/sys/time.h mint/time.h
16511            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
16512            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
16513 ____________________________________________________________________________
16514 [  2593] By: jhi                                   on 1999/01/09  16:54:26
16515         Log: Detypo.
16516      Branch: cfgperl
16517            ! hints/dec_osf.sh
16518 ____________________________________________________________________________
16519 [  2592] By: jhi                                   on 1999/01/09  16:17:13
16520         Log: Move usethreads and use64bits logic from hints to Configure.
16521      Branch: cfgperl
16522            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
16523            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16524            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16525            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16526 ____________________________________________________________________________
16527 [  2591] By: jhi                                   on 1999/01/09  14:45:24
16528         Log: Missing dTHRs added.
16529      Branch: cfgperl
16530            ! regcomp.c toke.c
16531 ____________________________________________________________________________
16532 [  2590] By: jhi                                   on 1999/01/08  15:27:17
16533         Log: Finalize change #2589 and add better AIX nm scanning from:
16534              
16535              Message-Id: <m0zyNW0-00017VC@gentoo.com>
16536              From: bll@gentoo.com (Brad Lanam)
16537              Subject: Re: mailhelp returned a non-zero status
16538              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
16539              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
16540      Branch: cfgperl
16541            ! Configure hints/freebsd.sh hints/linux.sh
16542 ____________________________________________________________________________
16543 [  2589] By: jhi                                   on 1999/01/08  15:14:54
16544         Log: Undo change #2581.
16545      Branch: cfgperl
16546            ! Configure hints/freebsd.sh hints/linux.sh
16547 ____________________________________________________________________________
16548 [  2588] By: jhi                                   on 1999/01/08  11:51:52
16549         Log: FAQ jumbo patch from tchrist.
16550              
16551              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
16552              From: Tom Christiansen <tchrist@jhereg.perl.com>
16553              To: pumpkings@jhereg.perl.com
16554              Subject: newest version of perlfaq.pod
16555              Date: Thu, 7 Jan 1999 23:05:02 -0700
16556              
16557              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
16558              From: Tom Christiansen <tchrist@jhereg.perl.com>
16559              To: pumpkings@jhereg.perl.com
16560              Subject: newest version of perlfaq1.pod
16561              Date: Thu, 7 Jan 1999 23:05:02 -0700
16562              
16563              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
16564              From: Tom Christiansen <tchrist@jhereg.perl.com>
16565              To: pumpkings@jhereg.perl.com
16566              Subject: newest version of perlfaq2.pod
16567              Date: Thu, 7 Jan 1999 23:05:02 -0700
16568              
16569              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
16570              From: Tom Christiansen <tchrist@jhereg.perl.com>
16571              To: pumpkings@jhereg.perl.com
16572              Subject: newest version of perlfaq3.pod
16573              Date: Thu, 7 Jan 1999 23:05:02 -0700
16574              
16575              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
16576              From: Tom Christiansen <tchrist@jhereg.perl.com>
16577              To: pumpkings@jhereg.perl.com
16578              Subject: newest version of perlfaq4.pod
16579              Date: Thu, 7 Jan 1999 23:05:02 -0700
16580              
16581              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
16582              From: Tom Christiansen <tchrist@jhereg.perl.com>
16583              To: pumpkings@jhereg.perl.com
16584              Subject: newest version of perlfaq5.pod
16585              Date: Thu, 7 Jan 1999 23:05:02 -0700
16586              
16587              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
16588              From: Tom Christiansen <tchrist@jhereg.perl.com>
16589              To: pumpkings@jhereg.perl.com
16590              Subject: newest version of perlfaq6.pod
16591              Date: Thu, 7 Jan 1999 23:05:02 -0700
16592              
16593              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
16594              From: Tom Christiansen <tchrist@jhereg.perl.com>
16595              To: pumpkings@jhereg.perl.com
16596              Subject: newest version of perlfaq7.pod
16597              Date: Thu, 7 Jan 1999 23:05:03 -0700
16598              
16599              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
16600              From: Tom Christiansen <tchrist@jhereg.perl.com>
16601              To: pumpkings@jhereg.perl.com
16602              Subject: newest version of perlfaq8.pod
16603              Date: Thu, 7 Jan 1999 23:05:03 -0700
16604              
16605              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
16606              From: Tom Christiansen <tchrist@jhereg.perl.com>
16607              To: pumpkings@jhereg.perl.com
16608              Subject: newest version of perlfaq9.pod
16609              Date: Thu, 7 Jan 1999 23:05:03 -0700
16610      Branch: cfgperl
16611            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16612            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16613            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16614            ! pod/perlfaq9.pod
16615 ____________________________________________________________________________
16616 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16617         Log: More doc fixes from Abigail.
16618      Branch: cfgperl
16619            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16620            ! lib/User/pwent.pm
16621 ____________________________________________________________________________
16622 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16623         Log: Change #2584 from maint-5.005:
16624              
16625              implemented Ilya's suggested fix, and added a testcase
16626              
16627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16628              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16629              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16630              Subject: Re: Text::ParseWords: regex fix
16631      Branch: cfgperl
16632            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16633 ____________________________________________________________________________
16634 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16635         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16636              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16637              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16638              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16639      Branch: maint-5.005/perl
16640            ! ext/Errno/Errno_pm.PL
16641 ____________________________________________________________________________
16642 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16643         Log: Configure update:
16644              - usethreads, use64bits, and usemultiplicity
16645              are no more interactively asked by Configure
16646              - "int main()" (vs bare "main()") enforced in test programs
16647      Branch: cfgperl
16648            ! Configure hints/freebsd.sh hints/linux.sh
16649 ____________________________________________________________________________
16650 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16651         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16652              Date: Wed, 06 Jan 1999 13:47:34 -0800
16653              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16654              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16655      Branch: cfgperl
16656            ! vms/vms.c
16657 ____________________________________________________________________________
16658 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16659         Log: Another set of doc patches from Abigail
16660              
16661              From: abigail@fnx.com
16662              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16663              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16664              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16665              
16666              From: abigail@fnx.com
16667              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16668              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16669              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16670              
16671              From: abigail@fnx.com
16672              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16673              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16674              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16675              
16676              From: abigail@fnx.com
16677              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16678              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16679              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16680              
16681              From: abigail@fnx.com
16682              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16683              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16684              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16685              
16686              From: abigail@fnx.com
16687              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16688              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16689              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16690              
16691              From: abigail@fnx.com
16692              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16693              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16694              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16695              
16696              From: abigail@fnx.com
16697              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16698              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16699              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16700              
16701              From: abigail@fnx.com
16702              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16703              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16704              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16705              
16706              From: abigail@fnx.com
16707              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16708              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16709              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16710              
16711              From: abigail@fnx.com
16712              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16713              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16714              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16715              
16716              From: abigail@fnx.com
16717              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16718              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16719              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16720              
16721              From: abigail@fnx.com
16722              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16723              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16724              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16725              
16726              From: abigail@fnx.com
16727              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16728              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16729              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16730      Branch: cfgperl
16731            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16732            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16733            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16734            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16735            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16736 ____________________________________________________________________________
16737 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16738         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16739      Branch: cfgperl
16740            ! pp_ctl.c
16741 ____________________________________________________________________________
16742 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16743         Log: Enhance the great_circle_distance() documentation.
16744      Branch: cfgperl
16745            ! lib/Math/Trig.pm
16746 ____________________________________________________________________________
16747 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16748         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16749              To: perlbug@perl.com
16750              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16751              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16752              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16753      Branch: cfgperl
16754            ! t/op/sysio.t
16755 ____________________________________________________________________________
16756 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16757         Log: From: "W. Phillip Moore" <wpm@ms.com>
16758              To: perlbug@perl.org
16759              Subject: [PATCH] POSIX getpgrp is not -w clean
16760              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16761              Message-ID: <13970.20107.190314.549471@zappa>
16762      Branch: cfgperl
16763            ! ext/POSIX/POSIX.pm
16764 ____________________________________________________________________________
16765 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16766         Log: Based on
16767              From: jan.dubois@ibm.net (Jan Dubois)
16768              To: perl5-porters@perl.org
16769              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16770              Date: Wed, 06 Jan 1999 01:24:09 +0100
16771              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16772              except that
16773              - objXSUB.h was already okay
16774              - embed.h patching is futile, global.sym patched instead
16775              - objpp.h does not exist
16776              - proto.h addition applied manually
16777              - win32/GenCAPI.pl was already okay
16778              - win32/makedef.pl was already okay
16779      Branch: cfgperl
16780            ! global.sym perl.c proto.h
16781 ____________________________________________________________________________
16782 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16783         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16784              To: perlbug@perl.com
16785              Subject: FindBin.pm on Win32 systems
16786              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16787              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16788      Branch: cfgperl
16789            ! lib/FindBin.pm
16790 ____________________________________________________________________________
16791 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16792         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16793              To: perl5-porters@perl.org, vmsperl@perl.org
16794              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16795              Date: Tue, 05 Jan 1999 16:47:31 -0800
16796              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16797              
16798              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16799              it was a leftover from #2569)
16800      Branch: cfgperl
16801            ! ext/IO/lib/IO/Socket.pm taint.c
16802 ____________________________________________________________________________
16803 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16804         Log: Jumbo doc patch from Abigail (almost identical to
16805              the 5.005-maint change #2562 except for the
16806              ext/IO/lib/IO/Socket.pm patch which was not
16807              applicable because the IO version of 5.005-devel
16808              is somewhat different (why?))
16809              
16810              From: abigail@fnx.com
16811              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16812              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16813              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16814              
16815              From: abigail@fnx.com
16816              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16817              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16818              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16819              
16820              From: abigail@fnx.com
16821              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16822              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16823              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16824              
16825              From: abigail@fnx.com
16826              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16827              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16828              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16829              
16830              From: abigail@fnx.com
16831              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16832              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16833              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16834              
16835              From: abigail@fnx.com
16836              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16837              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16838              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16839              
16840              From: abigail@fnx.com
16841              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16842              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16843              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16844              
16845              From: abigail@fnx.com
16846              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16847              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16848              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16849              
16850              From: abigail@fnx.com
16851              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16852              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16853              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16854              
16855              From: abigail@fnx.com
16856              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16857              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16858              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16859      Branch: cfgperl
16860            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16861            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16862            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16863            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16864            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16865 ____________________________________________________________________________
16866 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16867         Log: From: jan.dubois@ibm.net (Jan Dubois)
16868              Date: Wed, 06 Jan 1999 01:24:09 +0100
16869              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16870              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16871      Branch: maint-5.005/perl
16872            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16873            ! win32/GenCAPI.pl win32/makedef.pl
16874 ____________________________________________________________________________
16875 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16876         Log: From: "W. Phillip Moore" <wpm@ms.com>
16877              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16878              Message-ID: <13970.20107.190314.549471@zappa>
16879              Subject: [PATCH] POSIX getpgrp is not -w clean
16880      Branch: maint-5.005/perl
16881            ! ext/POSIX/POSIX.pm
16882 ____________________________________________________________________________
16883 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16884         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16885              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16886              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16887              Subject: FindBin.pm on Win32 systems
16888      Branch: maint-5.005/perl
16889            ! lib/FindBin.pm
16890 ____________________________________________________________________________
16891 [  2561] By: jhi                                   on 1999/01/05  10:49:10
16892         Log: Reword the setlocale() 1-arg case better.
16893      Branch: cfgperl
16894            ! ext/POSIX/POSIX.pod
16895 ____________________________________________________________________________
16896 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
16897         Log: From: Blair Zajac <bzajac@geostaff.com>
16898              Date: Wed, 23 Dec 1998 17:13:32 -0800
16899              Message-ID: <3681953C.8B6A90AA@geostaff.com>
16900              Subject: Tie::SubstrHash patch
16901      Branch: maint-5.005/perl
16902            ! lib/Tie/SubstrHash.pm
16903 ____________________________________________________________________________
16904 [  2554] By: jhi                                   on 1999/01/02  14:55:06
16905         Log: Object destruction order testing.
16906      Branch: cfgperl
16907            ! t/op/misc.t
16908 ____________________________________________________________________________
16909 [  2553] By: jhi                                   on 1999/01/02  14:49:40
16910         Log: perldelta the Dumpvalue.pm of change #2513.
16911      Branch: cfgperl
16912            ! lib/Dumpvalue.pm pod/perldelta.pod
16913 ____________________________________________________________________________
16914 [  2552] By: nick                                  on 1999/01/02  14:45:38
16915         Log: Tone down Makefile.PL so it works on Win32
16916      Branch: perl
16917            ! ext/B/Makefile.PL
16918 ____________________________________________________________________________
16919 [  2551] By: nick                                  on 1999/01/02  14:06:30
16920         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
16921              Use them in various B::* rather than have local defs.
16922      Branch: perl
16923            + ext/B/defsubs.h.PL
16924            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
16925            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
16926            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
16927 ____________________________________________________________________________
16928 [  2550] By: nick                                  on 1999/01/02  10:04:02
16929         Log: Integrate ext/B changes from //depot/cfgperl
16930      Branch: perl
16931           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
16932 ____________________________________________________________________________
16933 [  2549] By: jhi                                   on 1999/01/01  13:54:16
16934         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
16935              To: perlbug@perl.com
16936              Subject: op/groups.t fails test 1 on HP-UX 10.20
16937              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
16938              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
16939      Branch: cfgperl
16940            ! t/op/groups.t
16941 ____________________________________________________________________________
16942 [  2548] By: jhi                                   on 1999/01/01  13:53:31
16943         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16944              To: perl5-porters@perl.org
16945              cc: hv@crypt0.demon.co.uk
16946              Subject: [bug 5.004_54] duplicate error message
16947              Date: Thu, 31 Dec 1998 04:05:25 +0000
16948              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
16949              
16950              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
16951              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16952              To: hv@crypt0.demon.co.uk
16953              Cc: perl5-porters@perl.org
16954              Subject: [PATCH _54] Re: duplicate error message
16955              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
16956              
16957              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
16958              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16959              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
16960              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
16961              Subject: [TEST PATCH _54] Re: duplicate error message 
16962              Date: Fri, 01 Jan 1999 07:32:14 +0000
16963      Branch: cfgperl
16964            ! op.c t/pragma/warn/op
16965 ____________________________________________________________________________
16966 [  2547] By: jhi                                   on 1998/12/31  14:15:04
16967         Log: From: Chris Nandor <pudge@pobox.com>
16968              To: jhi@iki.fi
16969              Cc: perl5-porters@perl.org
16970              Subject: Re: [PATCH] perlport.pod 1.38
16971              Date: Thu, 31 Dec 1998 09:06:48 -0500
16972              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
16973      Branch: cfgperl
16974            ! pod/perlport.pod
16975 ____________________________________________________________________________
16976 [  2546] By: jhi                                   on 1998/12/31  11:18:17
16977         Log: From: Wilson P. Snyder II
16978              To: perl5-porters@perl.org
16979              Subject: [PATCH v5.5.53] REV2: Binary number support
16980              Date: 1998/11/30
16981              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
16982      Branch: cfgperl
16983            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
16984            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
16985            ! toke.c util.c
16986 ____________________________________________________________________________
16987 [  2545] By: jhi                                   on 1998/12/31  09:27:40
16988         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16989              To: perlbug@perl.com
16990              Subject: "perl -T -P" dumps core on OpenBSD and Linux
16991              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
16992              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
16993      Branch: cfgperl
16994            ! taint.c
16995 ____________________________________________________________________________
16996 [  2544] By: jhi                                   on 1998/12/31  09:21:45
16997         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
16998              To: perlbug@perl.com 
16999              Subject: bug in pod2man search for perl binary [5.005_5x]
17000              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17001              Message-ID: <19981212230851.A20578@ig.co.uk> 
17002      Branch: cfgperl
17003            ! pod/pod2man.PL
17004 ____________________________________________________________________________
17005 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17006         Log: From: jan.dubois@ibm.net (Jan Dubois)
17007              Date: Wed, 23 Dec 1998 21:26:38 +0100
17008              Message-ID: <36895086.8849224@smtp1.ibm.net>
17009              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17010      Branch: maint-5.005/perl
17011            ! lib/ExtUtils/MakeMaker.pm
17012 ____________________________________________________________________________
17013 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17014         Log: Evermore AUTHORS and MAINTAIN.
17015      Branch: cfgperl
17016            ! AUTHORS MAINTAIN
17017 ____________________________________________________________________________
17018 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17019         Log: More AUTHORS and MAINTAIN.
17020      Branch: cfgperl
17021            ! AUTHORS MAINTAIN
17022 ____________________________________________________________________________
17023 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17024         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17025              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17026              Message-ID: <13942.32480.700000.640927@utensil>
17027              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17028              (mirror change#2531 in the 5.005-maint)
17029      Branch: cfgperl
17030            ! lib/AutoSplit.pm
17031 ____________________________________________________________________________
17032 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17033         Log: change in_pod pattern to /^=\w/ from /^=/
17034              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17035              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17036              Message-ID: <13942.32480.700000.640927@utensil>
17037              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17038      Branch: maint-5.005/perl
17039            ! lib/AutoSplit.pm
17040 ____________________________________________________________________________
17041 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17042         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17043              To: perl5-porters@perl.org
17044              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17045              Date: 16 Dec 1998 03:17:03 +0200
17046              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17047      Branch: cfgperl
17048            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17049 ____________________________________________________________________________
17050 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17051         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17052              To: perl5-porters@perl.org
17053              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17054              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17055              Date: 10 Dec 1998 08:30:02 +0200
17056              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17057              
17058              (Nick's part was applied earlier, in change #2460)
17059      Branch: cfgperl
17060            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17061 ____________________________________________________________________________
17062 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17063         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17064              To: nick@ni-s.u-net.com
17065              Cc: perl5-porters@perl.org
17066              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
17067              Date: 9 Dec 1998 06:50:30 +0200
17068              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
17069      Branch: cfgperl
17070            ! ext/B/B/CC.pm
17071 ____________________________________________________________________________
17072 [  2522] By: jhi                                   on 1998/12/29  12:15:18
17073         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
17074              To: perl5-porters@perl.org (Perl 5 Porters)
17075              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
17076              Date: 25 Dec 1998 23:02:28 +0200
17077              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
17078      Branch: cfgperl
17079            ! lib/Pod/Text.pm
17080 ____________________________________________________________________________
17081 [  2521] By: jhi                                   on 1998/12/29  12:07:54
17082         Log: Undo #2519 (breaks universal.c).
17083      Branch: cfgperl
17084            ! XSUB.h
17085 ____________________________________________________________________________
17086 [  2519] By: jhi                                   on 1998/12/29  11:41:10
17087         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17088              To: perl5-porters@perl.org
17089              Cc: perl-xs@perl.org
17090              Subject: XSUB.h refinement [PATCH]
17091              Date: 18 Dec 1998 03:58:44 +0200
17092              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
17093      Branch: cfgperl
17094            ! XSUB.h
17095 ____________________________________________________________________________
17096 [  2518] By: jhi                                   on 1998/12/29  11:36:19
17097         Log: From: abigail@fnx.com
17098              To: perl5-porters@perl.org (Perl Porters)
17099              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
17100              Date: 28 Dec 1998 21:39:15 +0200
17101              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
17102      Branch: cfgperl
17103            ! lib/fields.pm
17104 ____________________________________________________________________________
17105 [  2517] By: jhi                                   on 1998/12/29  11:35:03
17106         Log: Document change #2516.
17107      Branch: cfgperl
17108            ! pod/perldelta.pod
17109 ____________________________________________________________________________
17110 [  2516] By: jhi                                   on 1998/12/29  11:32:26
17111         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17112              To: perl5-porters@perl.org (Mailing list Perl5)
17113              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
17114              Date: 9 Dec 1998 10:39:31 +0200
17115              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
17116      Branch: cfgperl
17117            ! pod/perldiag.pod regcomp.c toke.c
17118 ____________________________________________________________________________
17119 [  2515] By: jhi                                   on 1998/12/29  11:27:11
17120         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17121              To: perl5-porters@perl.org (Mailing list Perl5)
17122              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
17123              Date: 8 Dec 1998 09:02:04 +0200
17124              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
17125              
17126              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
17127      Branch: cfgperl
17128            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
17129 ____________________________________________________________________________
17130 [  2514] By: jhi                                   on 1998/12/29  11:21:31
17131         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17132              To: perl5-porters@perl.org (Mailing list Perl5)
17133              Subject: [PATCH 5.005_53] Regexp tests and UTF8
17134              Date: 8 Dec 1998 07:02:01 +0200
17135              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
17136      Branch: cfgperl
17137            ! regcomp.c
17138 ____________________________________________________________________________
17139 [  2513] By: jhi                                   on 1998/12/29  11:18:34
17140         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17141              Subject: [PATCH 5.005_*] Dumpvar.pm
17142              To: perl5-porters@perl.org (Mailing list Perl5)
17143              Date: 7 Dec 1998 10:17:35 +0200
17144              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
17145      Branch: cfgperl
17146            + lib/Dumpvalue.pm
17147            ! MANIFEST
17148 ____________________________________________________________________________
17149 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
17150         Log: From: jan.dubois@ibm.net (Jan Dubois)
17151              Date: Tue, 01 Dec 1998 00:07:33 +0100
17152              Message-ID: <366921b5.14512598@smtp1.ibm.net>
17153              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
17154              
17155              From: jan.dubois@ibm.net (Jan Dubois)
17156              Date: Wed, 02 Dec 1998 00:24:54 +0100
17157              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
17158              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
17159      Branch: maint-5.005/perl
17160            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
17161            ! win32/config.bc win32/config.gc win32/config.vc
17162            ! win32/config_sh.PL win32/makedef.pl
17163 ____________________________________________________________________________
17164 [  2509] By: jhi                                   on 1998/12/28  13:00:31
17165     Log: Kickstart AUTHORS and MAINTAIN.
17166  Branch: cfgperl
17167        + AUTHORS MAINTAIN
17168        ! MANIFEST
17169 ____________________________________________________________________________
17170 [  2508] By: jhi                                   on 1998/12/28  08:04:00
17171     Log: From: Nathan Torkington <gnat@frii.com>
17172          To: perlbug@perl.com
17173          Subject: [PATCH] perlxstut.pod fix
17174          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
17175          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
17176  Branch: cfgperl
17177        ! pod/perlxstut.pod
17178 ____________________________________________________________________________
17179 [  2507] By: jhi                                   on 1998/12/28  07:59:00
17180     Log: From: abigail@fnx.com
17181          To: perlbug@perl.com
17182          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
17183          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
17184          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
17185          (slightly modified, a part of the patch was rejected)
17186          (strange, I thought I had already submitted this one
17187          but Perforce disagrees with me...)
17188  Branch: cfgperl
17189        ! pod/perlop.pod
17190 ____________________________________________________________________________
17191 [  2506] By: jhi                                   on 1998/12/28  07:56:59
17192     Log: From: Artur <artur@vogon-solutions.com>
17193          To: perlbug@perl.com
17194          Subject: PATCH: perlmodlib.pod
17195          Date: Fri, 25 Dec 1998 00:48:39 +0000
17196          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
17197  Branch: cfgperl
17198        ! pod/perlmodlib.pod pod/perlop.pod
17199 ____________________________________________________________________________
17200 [  2505] By: jhi                                   on 1998/12/28  07:46:06
17201     Log: From: abigail@fnx.com
17202          To: perl5-porters@perl.org (Perl Porters)
17203          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
17204          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
17205          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
17206  Branch: cfgperl
17207        ! pod/pod2html.PL
17208 ____________________________________________________________________________
17209 [  2504] By: jhi                                   on 1998/12/28  07:44:35
17210     Log: From: Jim Avera <avera@fjst.com>
17211          To: perlbug@perl.com
17212          Subject: perlbug bug - shows dates reversed
17213          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
17214          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
17215  Branch: cfgperl
17216        ! utils/perlbug.PL
17217 ____________________________________________________________________________
17218 [  2503] By: jhi                                   on 1998/12/28  07:41:39
17219     Log: From: jan.dubois@ibm.net (Jan Dubois)
17220          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
17221          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17222          Date: Wed, 23 Dec 1998 21:26:38 +0100
17223          Message-ID: <36895086.8849224@smtp1.ibm.net>
17224  Branch: cfgperl
17225        ! lib/ExtUtils/MakeMaker.pm
17226 ____________________________________________________________________________
17227 [  2502] By: jhi                                   on 1998/12/28  07:39:20
17228     Log: From: Blair Zajac <bzajac@geostaff.com>
17229          To: perl5-porters@perl.org
17230          Subject: Tie::SubstrHash patch
17231          Date: Wed, 23 Dec 1998 17:13:32 -0800
17232          Message-ID: <3681953C.8B6A90AA@geostaff.com>
17233  Branch: cfgperl
17234        ! lib/Tie/SubstrHash.pm
17235 ____________________________________________________________________________
17236 [  2501] By: jhi                                   on 1998/12/28  07:37:16
17237     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
17238          To: perlbug@perl.com
17239          Subject: perlfaq9 minor error
17240          Date: Wed, 23 Dec 1998 14:54:19 -0800
17241          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
17242  Branch: cfgperl
17243        ! pod/perlfaq9.pod
17244 ____________________________________________________________________________
17245 [  2500] By: jhi                                   on 1998/12/23  10:38:18
17246     Log: More porting notes about filesystems, AmigaOS, and MiNT.
17247  Branch: cfgperl
17248        ! pod/perlport.pod
17249 ____________________________________________________________________________
17250 [  2499] By: jhi                                   on 1998/12/22  09:26:49
17251     Log: Add few MSG_ and uio constants.
17252  Branch: cfgperl
17253        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
17254 ____________________________________________________________________________
17255 [  2498] By: jhi                                   on 1998/12/22  08:39:30
17256     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
17257          a Digital C compiler optimizer bug that broke the 'x'
17258          operator under certain circumstances.  See t/op/repeat.t
17259          test #20 for graphic details.  Reported in
17260          
17261          From: Gisle Aas <gisle@aas.no>
17262          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
17263          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
17264          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
17265          Date: 18 Dec 1998 14:27:40 +0100
17266          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
17267          
17268          and discussed further in the thread
17269          
17270          From: Jarkko Hietaniemi <jhi@iki.fi>
17271          To: Gisle Aas <gisle@aas.no>
17272          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
17273          cpan-testers@perl.org, perl5-porters@perl.org
17274          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
17275          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
17276          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
17277  Branch: cfgperl
17278        ! t/op/repeat.t util.c
17279 ____________________________________________________________________________
17280 [  2497] By: jhi                                   on 1998/12/21  14:18:57
17281     Log: Change #2483 update.
17282  Branch: cfgperl
17283        ! t/op/tr.t
17284 ____________________________________________________________________________
17285 [  2496] By: jhi                                   on 1998/12/21  14:07:41
17286     Log: Update on change #2493.
17287  Branch: cfgperl
17288        ! t/pragma/warn/op
17289 ____________________________________________________________________________
17290 [  2495] By: jhi                                   on 1998/12/21  13:52:00
17291     Log: Change #2487 aftershock.
17292  Branch: cfgperl
17293        ! warning.pl
17294 ____________________________________________________________________________
17295 [  2494] By: jhi                                   on 1998/12/21  12:35:00
17296     Log: From: Chris Nandor <pudge@pobox.com>
17297          To: perl5-porters@perl.org
17298          Subject: [PATCH] perlport.pod v1.37
17299          Date: Sat, 19 Dec 1998 12:54:34 -0500
17300          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
17301  Branch: cfgperl
17302        ! pod/perlport.pod
17303 ____________________________________________________________________________
17304 [  2493] By: jhi                                   on 1998/12/21  12:22:44
17305     Log: From: Mark-Jason Dominus <mjd@plover.com>
17306          To: perl5-porters@perl.com
17307          Subject: PATCH (5.005_02): Dejargonizing
17308          Date: Sun, 20 Dec 1998 14:35:20 -0500
17309          Message-ID: <19981220193520.11230.qmail@plover.com>
17310          
17311          From: Mark-Jason Dominus <mjd@plover.com>
17312          To: perl5-porters@perl.com
17313          Subject: PATCH (5.005_02): Spelling correction in warning message
17314          Date: Sun, 20 Dec 1998 13:51:30 -0500
17315          Message-ID: <19981220185130.11067.qmail@plover.com>
17316  Branch: cfgperl
17317        ! doio.c op.c
17318 ____________________________________________________________________________
17319 [  2492] By: jhi                                   on 1998/12/21  09:00:05
17320     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17321          To: perl5-porters@perl.org
17322          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
17323          Date: Sun, 20 Dec 1998 19:03:25 PST
17324          Message-ID: <19981221030326.27660.qmail@hotmail.com>
17325          
17326          (slightly reformatted)
17327  Branch: cfgperl
17328        ! ext/B/B/CC.pm
17329 ____________________________________________________________________________
17330 [  2491] By: nick                                  on 1998/12/20  14:21:29
17331     Log: Save _all_ GV's which have SV, AV or HV set.
17332  Branch: perl
17333        ! ext/B/B/C.pm
17334 ____________________________________________________________________________
17335 [  2490] By: jhi                                   on 1998/12/18  15:13:19
17336     Log: Add idea about generalising cpp symbol probing of Errno.
17337  Branch: cfgperl
17338        ! Todo
17339 ____________________________________________________________________________
17340 [  2489] By: jhi                                   on 1998/12/18  14:47:57
17341     Log: Address some of the issues of:
17342          
17343          From: Tom Christiansen <tchrist@jhereg.perl.com>
17344          To: perl-porters-active@jhereg.perl.com
17345          Subject: Undocumentation Issues for 5.005
17346          Date: Thu, 17 Dec 1998 14:46:24 -0700
17347          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
17348  Branch: cfgperl
17349        ! pod/perl5005delta.pod
17350 ____________________________________________________________________________
17351 [  2488] By: jhi                                   on 1998/12/18  11:26:32
17352     Log: From: root <root@dubravka.in-berlin.de>
17353          To: perlbug@perl.com
17354          Cc: k@dubravka.in-berlin.de
17355          Subject: Please add no_modify to PERL_POLLUTE
17356          Date: Fri, 18 Dec 1998 10:45:52 +0100
17357          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
17358          
17359          (Really from Andreas König)
17360  Branch: cfgperl
17361        ! embed.pl
17362 ____________________________________________________________________________
17363 [  2487] By: jhi                                   on 1998/12/17  14:05:52
17364     Log: Some (by far not all) issues of the below message addressed.
17365          
17366          From: Tom Christiansen <tchrist@jhereg.perl.com>
17367          To: The Perl Porters Mailing List <perl5-porters@perl.org>
17368          Subject: important UNDOC issues for 5.005_54
17369          Date: Wed, 16 Dec 1998 21:14:53 -0700
17370          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
17371  Branch: cfgperl
17372        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
17373 ____________________________________________________________________________
17374 [  2486] By: jhi                                   on 1998/12/17  12:47:15
17375     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17376          To: domo@computer.org
17377          Cc: jhi@iki.fi, perl5-porters@perl.org
17378          Subject: Re: stuff related to malloc.c
17379          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
17380          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
17381  Branch: cfgperl
17382        ! malloc.c
17383 ____________________________________________________________________________
17384 [  2485] By: jhi                                   on 1998/12/17  12:17:19
17385     Log: More porting notes.
17386  Branch: cfgperl
17387        ! Porting/pumpkin.pod
17388 ____________________________________________________________________________
17389 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17390     Log: Undo #2386 and #2205.
17391  Branch: cfgperl
17392        ! pod/perlfunc.pod
17393 ____________________________________________________________________________
17394 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17395     Log: lib was missing from @INC.
17396  Branch: cfgperl
17397        ! t/op/tr.t
17398 ____________________________________________________________________________
17399 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17400     Log: Was missing use Text::Wrap.
17401  Branch: cfgperl
17402        ! t/lib/textfill.t
17403 ____________________________________________________________________________
17404 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17405     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17406          
17407          From: Jonathan Roy <roy@idle.com>
17408          To: perl5-porters@perl.org
17409          Subject: nlist.h add to Configure checks?
17410          Date: Sun, 13 Dec 1998 22:22:49 -0500
17411          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17412  Branch: cfgperl
17413        + ext/DynaLoader/hints/linux.pl
17414        ! MANIFEST
17415 ____________________________________________________________________________
17416 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17417     Log: Give up completely using nm in AIX.
17418          
17419          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17420          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
17421          Cc: perl5-porters@perl.org
17422          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
17423          Date: Thu, 10 Dec 1998 00:51:46 -0500
17424          Message-ID: <19981210005146.B29986@O2.chapin.edu>
17425  Branch: cfgperl
17426        ! hints/aix.sh
17427 ____________________________________________________________________________
17428 [  2479] By: jhi                                   on 1998/12/14  14:39:52
17429     Log: AIX' error messages are different.
17430          
17431          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17432          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17433          Cc: perl5-porters@perl.org
17434          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
17435          Date: Thu, 10 Dec 1998 00:42:36 -0500
17436          Message-ID: <19981210004236.A29986@O2.chapin.edu>
17437          
17438          From: Michael Engel <engel@nms1.cc.huji.ac.il>
17439          To: perlbug@perl.com
17440          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
17441          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
17442          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
17443  Branch: cfgperl
17444        ! t/pragma/warn/doio
17445 ____________________________________________________________________________
17446 [  2475] By: jhi                                   on 1998/12/13  12:35:55
17447     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17448          To: jhi@iki.fi
17449          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
17450          Subject: Re: stuff related to malloc.c
17451          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
17452          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
17453  Branch: cfgperl
17454        ! malloc.c
17455 ____________________________________________________________________________
17456 [  2474] By: jhi                                   on 1998/12/13  12:32:42
17457     Log: Some notes about porting issues.
17458  Branch: cfgperl
17459        ! Porting/pumpkin.pod
17460 ____________________________________________________________________________
17461 [  2473] By: jhi                                   on 1998/12/13  12:03:58
17462     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
17463          To: Perl 5 Porters <perl5-porters@perl.org>
17464          Subject: [patch 5.005_02] dos-djgpp update
17465          Date: Sun, 13 Dec 1998 00:08:44 +0100
17466          Message-ID: <19981213000844.C264@beeblebrox>
17467  Branch: cfgperl
17468        ! djgpp/config.over
17469 ____________________________________________________________________________
17470 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
17471     Log: undo changes to Exporter.pm from #2312
17472  Branch: maint-5.005/perl
17473        ! lib/Exporter.pm
17474 ____________________________________________________________________________
17475 [  2465] By: jhi                                   on 1998/12/12  12:31:21
17476     Log: Document that qw() taints.
17477          
17478          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
17479          To: perlbug@perl.com 
17480          Subject: taint problems
17481          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
17482          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
17483  Branch: cfgperl
17484        ! pod/perlop.pod
17485 ____________________________________________________________________________
17486 [  2464] By: jhi                                   on 1998/12/11  14:09:51
17487     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
17488          To: dist-users@foretune.co.jp
17489          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
17490          Date: Mon, 07 Dec 1998 20:13:04 -0400
17491          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
17492  Branch: cfgperl
17493        ! Configure
17494 ____________________________________________________________________________
17495 [  2463] By: jhi                                   on 1998/12/11  13:29:54
17496     Log: MAXPATHLEN.
17497  Branch: cfgperl
17498        ! perl.h
17499 ____________________________________________________________________________
17500 [  2462] By: jhi                                   on 1998/12/11  08:37:58
17501     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
17502          To: perl5-porters@perl.org
17503          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
17504          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
17505          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
17506  Branch: cfgperl
17507        + hints/gnu.sh
17508 ____________________________________________________________________________
17509 [  2461] By: nick                                  on 1998/12/10  21:00:50
17510     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
17511          From: Vishal Bhatia <vishalb@hotmail.com>
17512          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
17513          2. Fixes the bug  regarding return value of c-functions generated out 
17514          of perl subs. ( Just includes the patch I sent earlier)
17515          3. Incorporates the other changes that need to be done to get CC.pm
17516          use ISA search for packages and methods on the same lines as C.pm
17517          
17518          Vishal would appreciate comments about B::Stackobj changes from 
17519          someone knowing that module well.
17520  Branch: perl
17521        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17522 ____________________________________________________________________________
17523 [  2460] By: jhi                                   on 1998/12/08  08:11:27
17524     Log: Integrate from mainperl.
17525  Branch: cfgperl
17526       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17527       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
17528       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
17529       !> toke.c util.c
17530 ____________________________________________________________________________
17531 [  2459] By: jhi                                   on 1998/12/07  07:50:11
17532     Log: From: hansm@icgroup.nl 
17533          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17534          Reply-To: hansmu@xs4all.nl 
17535          To: perlbug@perl.com 
17536          Date: Sun, 6 Dec 98 22:19:54 +0100 
17537          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
17538  Branch: cfgperl
17539        ! util.c
17540 ____________________________________________________________________________
17541 [  2458] By: gsar                                  on 1998/12/07  06:00:55
17542     Log: fix dup lexical
17543  Branch: perl
17544        ! ext/B/B/Deparse.pm t/lib/io_unix.t
17545 ____________________________________________________________________________
17546 [  2457] By: gsar                                  on 1998/12/06  14:38:59
17547     Log: mention limit on line numbers reported by diagnostics
17548  Branch: perl
17549        ! pod/perl.pod toke.c
17550 ____________________________________________________________________________
17551 [  2456] By: gsar                                  on 1998/12/06  13:49:02
17552     Log: branch perldelta.pod
17553  Branch: maint-5.005/perl
17554       +> pod/perldelta.pod
17555 ____________________________________________________________________________
17556 [  2455] By: gsar                                  on 1998/12/06  13:47:21
17557     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
17558  Branch: maint-5.005/perl
17559        - pod/perldelta.pod
17560 ____________________________________________________________________________
17561 [  2454] By: gsar                                  on 1998/12/06  13:35:31
17562     Log: fix outdated/incorrect info about arbitrary limits
17563  Branch: perl
17564        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
17565        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
17566 ____________________________________________________________________________
17567 [  2453] By: nick                                  on 1998/12/05  16:14:42
17568     Log: Avoid hard-coding op numbers
17569          Update CC.pm to save %INC, and to co-exist with new C.pm
17570  Branch: perl
17571        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17572 ____________________________________________________________________________
17573 [  2452] By: nick                                  on 1998/12/05  10:44:28
17574     Log: B.xs had its own code to calculate hash() which differed from
17575          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
17576          which meant that run-time require was re-done.
17577          Removed some debug from C.pm
17578  Branch: perl
17579        ! ext/B/B.xs ext/B/B/C.pm
17580 ____________________________________________________________________________
17581 [  2451] By: nick                                  on 1998/12/04  21:58:49
17582     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
17583          well as _54, but with pre-scan for classes and save the ISA scheme.
17584  Branch: perl
17585        ! ext/B/B/C.pm
17586 ____________________________________________________________________________
17587 [  2450] By: nick                                  on 1998/12/04  17:58:44
17588     Log: Vishal Bhatia's patch as a basis.
17589  Branch: perl
17590        ! ext/B/B/C.pm ext/B/B/CC.pm
17591 ____________________________________________________________________________
17592 [  2449] By: jhi                                   on 1998/12/04  16:39:21
17593     Log: Integrate from mainperl.
17594  Branch: cfgperl
17595       !> t/op/goto.t t/op/tr.t
17596 ____________________________________________________________________________
17597 [  2448] By: gsar                                  on 1998/12/04  06:06:49
17598     Log: tweak test for UTEST
17599  Branch: perl
17600        ! t/op/tr.t
17601 ____________________________________________________________________________
17602 [  2444] By: jhi                                   on 1998/12/03  14:37:22
17603     Log: s/\bthe the\b/the/g *.pod
17604  Branch: cfgperl
17605        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
17606 ____________________________________________________________________________
17607 [  2443] By: jhi                                   on 1998/12/03  13:39:53
17608     Log: Change#2441 aftermath.
17609  Branch: cfgperl
17610        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17611        ! config_h.SH thread.h vms/subconfigure.com
17612 ____________________________________________________________________________
17613 [  2441] By: jhi                                   on 1998/12/03  08:15:13
17614     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17615          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17616          Subject: [PATCH 5.005_54]Initial VMS patches
17617          Date: 3 Dec 1998 01:05:55 +0200
17618          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17619          
17620          The patch to config_h.SH requires more study because
17621          metaconfig needs to agree.
17622  Branch: cfgperl
17623        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17624        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17625        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17626 ____________________________________________________________________________
17627 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17628     Log: add failed check-in of goto.t from change#1867
17629  Branch: perl
17630        ! t/op/goto.t
17631 ____________________________________________________________________________
17632 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17633     Log: Fix most of the bad L<> links of
17634          
17635          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17636          Subject: bad L<> links
17637          Reply-to: tchrist@perl.com 
17638          To: perlbug@jhereg.perl.com 
17639          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17640          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17641          
17642          The ones not fixed may require darker Pod::HTML magic,
17643          for example the perlguts.html#tags should work fine, IMHO.
17644  Branch: cfgperl
17645        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17646        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17647        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17648        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17649        ! pod/perlvar.pod
17650 ____________________________________________________________________________
17651 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17652     Log: One paste too many in #2345.
17653  Branch: cfgperl
17654        ! lib/Pod/Html.pm
17655 ____________________________________________________________________________
17656 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17657     Log: Pod::Html and Pod::Text were not locale-savvy:
17658          for example in =head1 all non-ASCII-\w-runs were
17659          turned into underscores in NAME tags.  This could
17660          result in several NAME tags becoming identical.
17661          Reported by:
17662          
17663          From: Fyodor Krasnov <fyodor@aha.ru> 
17664          Subject: pod2html vs Russian Characters
17665          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17666          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17667          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17668  Branch: cfgperl
17669        ! lib/Pod/Html.pm lib/Pod/Text.pm
17670 ____________________________________________________________________________
17671 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17672     Log: The real Mc5_54 integration.
17673  Branch: cfgperl
17674       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17675 ____________________________________________________________________________
17676 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17677     Log: From: Andy Dougherty <doughera@lafayette.edu>
17678          To: Perl Porters <perl5-porters@perl.org>
17679          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17680          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17681          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17682  Branch: cfgperl
17683        ! Configure
17684 ____________________________________________________________________________
17685 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17686     Log: From: Andy Dougherty <doughera@lafayette.edu>
17687          To: Perl Porters <perl5-porters@perl.org>
17688          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17689          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17690          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17691  Branch: cfgperl
17692        ! Configure
17693 ____________________________________________________________________________
17694 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17695     Log: From: achampio@lehman.com (Alan Champion)
17696          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17697          To: perlbug@perl.com
17698          Date: 1 Dec 1998 17:36:33 +0200
17699          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17700          
17701          Skip NIS includes.
17702  Branch: cfgperl
17703        ! t/op/pwent.t
17704 ____________________________________________________________________________
17705 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17706     Log: 5.005_54, as released
17707  Branch: perl
17708        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17709 ____________________________________________________________________________
17710 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17711     Log: From: Anton Berezin <tobez@plab.ku.dk>
17712          To: perl5-porters@perl.org
17713          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17714          Date: 30 Nov 1998 19:46:24 +0100
17715          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17716  Branch: cfgperl
17717        ! hints/freebsd.sh
17718 ____________________________________________________________________________
17719 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17720     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17721  Branch: cfgperl
17722       +> (branch 30 files)
17723       !> (integrate 71 files)
17724 ____________________________________________________________________________
17725 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17726     Log: Default to accepting a hinted $randfunc even when $csym
17727          does not find it.  (the previous defaylt behaviour was not
17728          to accept).
17729  Branch: cfgperl
17730        ! Configure
17731 ____________________________________________________________________________
17732 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17733     Log: Separated the [:foo:] parsing to its own function.
17734          Passes all tests.
17735  Branch: cfgperl
17736        ! regcomp.c
17737 ____________________________________________________________________________
17738 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17739     Log: Typo in comments.
17740  Branch: cfgperl
17741        ! regexec.c
17742 ____________________________________________________________________________
17743 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17744     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17745          Subject: [PATCH 5.005_*] Debugger 'v' command
17746          To: perl5-porters@perl.org (Mailing list Perl5)
17747          Date: 1 Dec 1998 07:55:11 +0200
17748          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17749  Branch: cfgperl
17750        ! lib/perl5db.pl
17751 ____________________________________________________________________________
17752 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17753     Log: From: pvhp@forte.com (Peter Prymmer)
17754          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17755          To: perl5-porters@perl.org
17756          Date: 1 Dec 1998 07:27:11 +0200
17757          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17758  Branch: cfgperl
17759        ! hints/os390.sh
17760 ____________________________________________________________________________
17761 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17762     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17763  Branch: cfgperl
17764        ! ext/Socket/Socket.xs
17765 ____________________________________________________________________________
17766 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17767     Log: Undo #2395, seems more like a problem in netbsd-current.
17768  Branch: cfgperl
17769        ! util.c
17770
17771 ----------------
17772 Version 5.005_54
17773 ----------------
17774
17775 ____________________________________________________________________________
17776 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17777     Log: more JPL tweaks
17778  Branch: perl
17779        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17780        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17781 ____________________________________________________________________________
17782 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17783     Log: stub bin/jpl that just runs JPL::Compile::files()
17784  Branch: perl
17785        + jpl/bin/jpl
17786 ____________________________________________________________________________
17787 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17788     Log: delete symlink
17789  Branch: perl
17790        - jpl/bin/jpl
17791 ____________________________________________________________________________
17792 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17793     Log: branch jpl from perlext to perl
17794  Branch: perl
17795       +> (branch 30 files)
17796 ____________________________________________________________________________
17797 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17798     Log: JPL tweaks to build with 5.005
17799  Branch: perlext
17800        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17801        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17802 ____________________________________________________________________________
17803 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17804     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17805  Branch: perl
17806        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17807 ____________________________________________________________________________
17808 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17809     Log: patchlevel up to 54
17810  Branch: perl
17811        ! patchlevel.h win32/Makefile win32/config_H.bc
17812        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17813 ____________________________________________________________________________
17814 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17815     Log: integrate cfgperl changes into mainline
17816  Branch: perl
17817       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17818       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17819 ____________________________________________________________________________
17820 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17821     Log: sync Text::Wrap version number
17822  Branch: perl
17823        ! lib/Text/Wrap.pm
17824 ____________________________________________________________________________
17825 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17826     Log: textfill.t tweak
17827  Branch: perl
17828        ! t/lib/textfill.t
17829 ____________________________________________________________________________
17830 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17831     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17832          <muir@idiom.com>
17833  Branch: perl
17834        + t/lib/textfill.t
17835        ! MANIFEST lib/Text/Wrap.pm
17836 ____________________________________________________________________________
17837 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17838     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17839          has happened without the authors knowledge or consent; the subversive
17840          version (which is in 5.00502) breaks one of the tests in the
17841          authors testsuite; attempts are being made to find a fix that
17842          avoids breaking code already running with the 5.005_02 version
17843          From:    David Muir Sharnoff <muir@idiom.com>
17844          Date:    Sat, 28 Nov 1998 04:34:17 PST
17845          Message-Id: <199811281234.EAA03082@idiom.com>
17846          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17847  Branch: perl
17848        ! lib/Text/Wrap.pm t/lib/textwrap.t
17849 ____________________________________________________________________________
17850 [  2397] By: nick                                  on 1998/11/29  20:13:58
17851     Log: Update docs and English.pm for $^C
17852  Branch: perl
17853        ! lib/English.pm pod/perlvar.pod
17854 ____________________________________________________________________________
17855 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17856     Log: Mirror #2384.
17857  Branch: cfgperl
17858        ! t/op/pwent.t
17859 ____________________________________________________________________________
17860 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17861     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17862  Branch: cfgperl
17863        ! util.c
17864 ____________________________________________________________________________
17865 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17866     Log: updated perlreftut.pod
17867  Branch: perl
17868        ! pod/perlreftut.pod
17869 ____________________________________________________________________________
17870 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17871     Log: misc tweaks
17872  Branch: perl
17873        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17874 ____________________________________________________________________________
17875 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17876     Log: notes about -DPERL_POLLUTE
17877  Branch: perl
17878        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17879 ____________________________________________________________________________
17880 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17881     Log: explain various win32 build caveats more clearly
17882  Branch: perl
17883        ! README.win32 win32/Makefile win32/makefile.mk
17884 ____________________________________________________________________________
17885 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17886     Log: remove I_POLL detection (Configure will do that now)
17887  Branch: perl
17888        ! ext/IO/Makefile.PL
17889 ____________________________________________________________________________
17890 [  2389] By: jhi                                   on 1998/11/29  16:39:16
17891     Log: Add I_POLL for IO 1.20.
17892  Branch: cfgperl
17893        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17894        ! config_h.SH
17895 ____________________________________________________________________________
17896 [  2388] By: gsar                                  on 1998/11/29  16:23:30
17897     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
17898  Branch: perl
17899        + Porting/p4desc
17900        ! MANIFEST
17901 ____________________________________________________________________________
17902 [  2387] By: gsar                                  on 1998/11/29  16:08:03
17903     Log: another threads reliability fix: serialize writes to thr->threadsv
17904          avoid most uses of PL_na (which is much more inefficient than a
17905          simple local); update docs to suit; PL_na now being thr->Tna may
17906          be a minor compatibility issue for extensions--will require dTHR
17907          outside of XSUBs (those get automatic dTHR)
17908  Branch: perl
17909        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
17910        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
17911        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
17912        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
17913        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
17914        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
17915        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
17916        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
17917        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
17918 ____________________________________________________________________________
17919 [  2386] By: jhi                                   on 1998/11/29  15:40:42
17920     Log: Tune the "if" entry.
17921  Branch: cfgperl
17922        ! pod/perlfunc.pod
17923 ____________________________________________________________________________
17924 [  2385] By: gsar                                  on 1998/11/29  12:40:28
17925     Log: various fixes for race conditions under threads: mutex locks based
17926          on PL_threadnum were seriously flawed, since it means more than one
17927          thread could enter the critical region; PL_na was global instead of
17928          thread-local; child thread could finish and free thr structures
17929          before Thread->new() got around to creating the Thread object;
17930          cv_clone() needed locking, as it mucks with PL_comppad and other
17931          global data; new_struct_thread() needed to lock template-thread's
17932          mutex while copying its data
17933  Branch: perl
17934        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
17935        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
17936 ____________________________________________________________________________
17937 [  2384] By: gsar                                  on 1998/11/29  10:54:38
17938     Log: s/warn/print/ on multiply defined groups
17939  Branch: perl
17940        ! t/op/grent.t
17941 ____________________________________________________________________________
17942 [  2383] By: gsar                                  on 1998/11/29  10:48:39
17943     Log: backout change#2334
17944  Branch: perl
17945        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
17946 ____________________________________________________________________________
17947 [  2382] By: jhi                                   on 1998/11/29  10:33:40
17948     Log: Better NetInfo behaviour.
17949  Branch: cfgperl
17950        ! t/op/grent.t t/op/pwent.t
17951 ____________________________________________________________________________
17952 [  2381] By: jhi                                   on 1998/11/29  10:08:15
17953     Log: Integrate from mainperl.
17954  Branch: cfgperl
17955       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
17956       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17957       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
17958       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
17959       +> t/lib/io_poll.t t/lib/io_unix.t
17960       !> (integrate 58 files)
17961 ____________________________________________________________________________
17962 [  2380] By: gsar                                  on 1998/11/29  08:22:49
17963     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
17964          Tim Bunce)
17965  Branch: perl
17966        ! gv.c
17967 ____________________________________________________________________________
17968 [  2379] By: gsar                                  on 1998/11/29  07:06:43
17969     Log: fix for pat.t failure under USE_THREADS
17970  Branch: perl
17971        ! pp_ctl.c regexec.c
17972 ____________________________________________________________________________
17973 [  2378] By: nick                                  on 1998/11/28  22:46:57
17974     Log: More C.pm tweaks
17975          Save globs even if we have saved cv itself before - may be imported.
17976          
17977          While we don't save "bootstrap" CV we need to provide a stub,
17978          so that if we require it later we don't fall through and attempt
17979          to DynaLoad module again.
17980          
17981          Attempt to save %INC so that "require" does not reload things
17982          we have compiled-in (does not work right yet - seems to be due
17983          to PL_incgv being created in perl_parse() current scheme setting 
17984          GvHV() is "better" than saving the glob, but still does not 
17985          work as I expect). 
17986  Branch: perl
17987        ! ext/B/B/C.pm
17988 ____________________________________________________________________________
17989 [  2377] By: gsar                                  on 1998/11/28  22:30:38
17990     Log: various tweaks; result passes all tests for normal build on Solaris;
17991          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
17992          win32 due to lack of select() that works on non-socket fds
17993  Branch: perl
17994        ! ext/IO/poll.c regcomp.c regexec.c scope.c
17995        ! t/lib/io_multihomed.t win32/makefile.mk
17996 ____________________________________________________________________________
17997 [  2376] By: gsar                                  on 1998/11/28  20:44:39
17998     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
17999  Branch: perl
18000        ! myconfig
18001 ____________________________________________________________________________
18002 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18003     Log: integrate cfgperl changes into mainline
18004  Branch: perl
18005       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18006       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18007 ____________________________________________________________________________
18008 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18009     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18010          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18011          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18012          Subject: [PATCH 5.00553] Yet another OS/2 patch
18013  Branch: perl
18014        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18015 ____________________________________________________________________________
18016 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18017     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18018          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18019          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18020          Subject: [PATCH 5.005_53] Change $#+
18021  Branch: perl
18022        ! mg.c pod/perlvar.pod t/op/pat.t
18023 ____________________________________________________________________________
18024 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18025     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18026          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18027          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18028          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18029  Branch: perl
18030        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18031        ! thrdvar.h
18032 ____________________________________________________________________________
18033 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18034     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18035          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18036          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18037          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18038  Branch: perl
18039        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18040 ____________________________________________________________________________
18041 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18042     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18043          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18044          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18045          Subject: [PATCH 5.005_*] regcolors
18046  Branch: perl
18047        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18048 ____________________________________________________________________________
18049 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18050     Log: allow final period in a file (not followed by a newline) to
18051          terminate format spec
18052  Branch: perl
18053        ! toke.c
18054 ____________________________________________________________________________
18055 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18056     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18057          add C<$Config{installarchlib}/CORE> to the default locations searched
18058          on win32
18059  Branch: perl
18060        ! lib/ExtUtils/Liblist.pm
18061 ____________________________________________________________________________
18062 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18063     Log: applied suggested patch with PERL_OBJECT tweaks
18064          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18065          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
18066          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
18067          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
18068  Branch: perl
18069        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
18070        ! regexec.c t/op/pat.t thrdvar.h
18071 ____________________________________________________________________________
18072 [  2366] By: gsar                                  on 1998/11/28  18:38:34
18073     Log: additional documentation for qr//
18074          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18075          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
18076          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
18077          Subject: [PATCH 5.005_*] Documentation (fwd)
18078  Branch: perl
18079        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
18080 ____________________________________________________________________________
18081 [  2365] By: gsar                                  on 1998/11/28  18:35:35
18082     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18083          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
18084          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
18085          Subject: [PATCH 5.005_*] Fix \G in REx without //g
18086  Branch: perl
18087        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
18088        ! regexp.h t/op/pat.t thrdvar.h
18089 ____________________________________________________________________________
18090 [  2364] By: gsar                                  on 1998/11/28  18:24:20
18091     Log: update Test.pm to Test-1.12; tweak 're' detection
18092  Branch: perl
18093        ! lib/Test.pm
18094 ____________________________________________________________________________
18095 [  2363] By: gsar                                  on 1998/11/28  18:12:04
18096     Log: avoid command-line quoting portability problems in lex_assign.t
18097  Branch: perl
18098        ! t/op/lex_assign.t
18099 ____________________________________________________________________________
18100 [  2362] By: gsar                                  on 1998/11/28  18:08:50
18101     Log: From: John Tobey <jtobey@channel1.com>
18102          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
18103          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
18104          Subject: PATCH: document English.pm sawampersand and thread issues
18105  Branch: perl
18106        ! lib/English.pm pod/perlvar.pod
18107 ____________________________________________________________________________
18108 [  2361] By: gsar                                  on 1998/11/28  18:03:04
18109     Log: fix uninitialized warnings
18110          From: Brian Callaghan <callagh@itginc.com>
18111          Date: Thu, 19 Nov 1998 17:49:10 -0800
18112          Message-Id: <3654CA96.B64FCAEB@itginc.com>
18113          Subject: Complete.pm patch (version 1.1)
18114  Branch: perl
18115        ! lib/Term/Complete.pm
18116 ____________________________________________________________________________
18117 [  2360] By: gsar                                  on 1998/11/28  17:59:16
18118     Log: s/Array/List/ suggested by John Tobey
18119  Branch: perl
18120        ! pod/perldata.pod
18121 ____________________________________________________________________________
18122 [  2359] By: gsar                                  on 1998/11/28  17:47:48
18123     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
18124  Branch: perl
18125        ! lib/Tie/Handle.pm pod/perlfunc.pod
18126 ____________________________________________________________________________
18127 [  2358] By: jhi                                   on 1998/11/28  17:23:15
18128     Log: Revamp the locale tests.
18129          (0) Instead of rewiring a few locales scan for them.
18130          (1) Bogus test #101 removed.
18131          (2) All the locales are checked, the lists of failed
18132          and non-failed ones are displayed.
18133          (3) The test #103 is again 'active' so that it may fail.
18134          (4) To balance (3) a hopefully pacifying message is shown
18135          if the #103 fails.
18136  Branch: cfgperl
18137        ! t/pragma/locale.t
18138 ____________________________________________________________________________
18139 [  2357] By: gsar                                  on 1998/11/28  17:21:07
18140     Log: add perlreftut.pod
18141  Branch: perl
18142        + pod/perlreftut.pod
18143        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
18144        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
18145        ! win32/pod.mak
18146 ____________________________________________________________________________
18147 [  2356] By: jhi                                   on 1998/11/28  16:58:01
18148     Log: Change #2346 fallout.
18149  Branch: cfgperl
18150        ! t/op/undef.t
18151 ____________________________________________________________________________
18152 [  2355] By: gsar                                  on 1998/11/28  16:46:43
18153     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
18154          ANSI prototypes
18155  Branch: perl
18156        ! ext/IO/IO.xs
18157 ____________________________________________________________________________
18158 [  2354] By: gsar                                  on 1998/11/28  16:08:07
18159     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
18160          keep platform hacks that aren't in the 1.20 dist; add new files
18161          to MANIFEST; hack Makefile.PL; result hasn't been tested
18162          anywhere
18163  Branch: perl
18164        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18165        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18166        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
18167        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
18168        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18169        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18170        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
18171        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18172        ! t/lib/io_sock.t t/lib/io_udp.t
18173 ____________________________________________________________________________
18174 [  2353] By: jhi                                   on 1998/11/28  15:51:03
18175     Log: Locale collation, ctype, and numeric, were initialized wrong
18176          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
18177          as reported by
18178          
18179          From: Ilya.Sandler@etak.com (Ilya Sandler)
18180          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
18181          To: perlbug@perl.com
18182          Date: 25 Nov 1998 04:53:52 +0200
18183          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
18184  Branch: cfgperl
18185        ! util.c
18186 ____________________________________________________________________________
18187 [  2352] By: nick                                  on 1998/11/28  15:21:59
18188     Log: Implement $^C to allow perl access to -c flag - I think this 
18189          was agreed once...
18190  Branch: perl
18191        ! gv.c mg.c
18192 ____________________________________________________________________________
18193 [  2351] By: jhi                                   on 1998/11/28  15:14:24
18194     Log: Change #2251 fixup.
18195  Branch: cfgperl
18196        ! myconfig
18197 ____________________________________________________________________________
18198 [  2350] By: jhi                                   on 1998/11/28  14:58:19
18199     Log: Integrate from mainperl.
18200  Branch: cfgperl
18201       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18202       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18203       +> pod/perl5005delta.pod
18204       !> (integrate 49 files)
18205 ____________________________________________________________________________
18206 [  2349] By: jhi                                   on 1998/11/28  14:27:36
18207     Log: Passwd and group file groveling.
18208  Branch: cfgperl
18209        ! t/op/grent.t t/op/pwent.t
18210 ____________________________________________________________________________
18211 [  2348] By: gsar                                  on 1998/11/28  14:09:50
18212     Log: more conservative version of changes#2345,2346,2347; those break
18213          C<defined(@{"foo::ISA"})> which seems to be extensively used in
18214          the libs :-(
18215  Branch: perl
18216        ! pp.c t/op/method.t
18217 ____________________________________________________________________________
18218 [  2347] By: gsar                                  on 1998/11/28  13:36:08
18219     Log: tweak bogus test
18220  Branch: perl
18221        ! t/op/method.t
18222 ____________________________________________________________________________
18223 [  2346] By: gsar                                  on 1998/11/28  13:20:34
18224     Log: test cases for previous change
18225  Branch: perl
18226        ! t/op/undef.t
18227 ____________________________________________________________________________
18228 [  2345] By: gsar                                  on 1998/11/28  13:07:17
18229     Log: fix typo in pp_defined() causing C<defined %tied> to fail
18230  Branch: perl
18231        ! pp.c
18232 ____________________________________________________________________________
18233 [  2344] By: gsar                                  on 1998/11/28  13:03:29
18234     Log: s/comment/comment_t/ tweak (suggested by John Gorman
18235          <jgorman@webbysoft.com>)
18236  Branch: perl
18237        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18238 ____________________________________________________________________________
18239 [  2343] By: gsar                                  on 1998/11/28  12:52:40
18240     Log: add (stub) perldelta.pod
18241  Branch: perl
18242        + pod/perldelta.pod
18243 ____________________________________________________________________________
18244 [  2342] By: gsar                                  on 1998/11/28  12:49:26
18245     Log: rename perldelta.pod to perl5005delta.pod in preparation for
18246          starting a new one
18247  Branch: perl
18248       +> pod/perl5005delta.pod
18249        - pod/perldelta.pod
18250        ! MANIFEST pod/perl.pod
18251 ____________________________________________________________________________
18252 [  2341] By: gsar                                  on 1998/11/28  12:41:55
18253     Log: fix MALLOC_LOCK #define
18254  Branch: perl
18255        ! malloc.c
18256 ____________________________________________________________________________
18257 [  2340] By: gsar                                  on 1998/11/28  12:18:23
18258     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18259          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
18260          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
18261          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
18262  Branch: perl
18263        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
18264 ____________________________________________________________________________
18265 [  2339] By: jhi                                   on 1998/11/28  11:59:01
18266     Log: Add -lm to dynix/ptx POSIX hints.
18267          From: "Martin J. Bligh" <mbligh@sequent.com>
18268          To: jhi@iki.fi
18269          Subject: Re: Making Perl work on DYNIX/ptx
18270          Date: Wed, 25 Nov 1998 10:34:41 -0800
18271          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
18272  Branch: cfgperl
18273        ! ext/POSIX/hints/dynixptx.pl
18274 ____________________________________________________________________________
18275 [  2338] By: jhi                                   on 1998/11/28  11:57:19
18276     Log: Detypo.
18277  Branch: cfgperl
18278        ! lib/filetest.pm
18279 ____________________________________________________________________________
18280 [  2337] By: jhi                                   on 1998/11/28  11:56:29
18281     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
18282  Branch: cfgperl
18283        ! Configure
18284 ____________________________________________________________________________
18285 [  2336] By: gsar                                  on 1998/11/28  11:41:14
18286     Log: teach CPAN.pm to ignore beta perl distributions when looking for
18287          modules
18288          From: root@dogberry.rutgers.edu (root)
18289          Date: Thu, 12 Nov 1998 23:08:39 -0500
18290          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
18291          Subject: recompile tries getting a perl distribution
18292  Branch: perl
18293        ! lib/CPAN.pm
18294 ____________________________________________________________________________
18295 [  2335] By: gsar                                  on 1998/11/28  11:27:46
18296     Log: make $1 et al readonly under threads; make C<undef $1> fail like
18297          C<$1 = undef> does
18298  Branch: perl
18299        ! op.c pp.c t/op/undef.t
18300 ____________________________________________________________________________
18301 [  2334] By: gsar                                  on 1998/11/28  10:24:52
18302     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
18303  Branch: perl
18304        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18305 ____________________________________________________________________________
18306 [  2333] By: gsar                                  on 1998/11/28  09:36:40
18307     Log: document changed PERL_HASH()
18308  Branch: perl
18309        ! pod/perlfunc.pod pod/perlguts.pod
18310 ____________________________________________________________________________
18311 [  2332] By: nick                                  on 1998/11/27  21:10:27
18312     Log: Handle INIT list in C.pm
18313          1. Provide init_av() from B.xs
18314          2. Export it in B.pm
18315          3. Use it in C.pm
18316          Also disable some pruning in savecv() which seems to undo
18317          my previous patch.
18318          Experimental feature - save pathnames of .so files in easily 
18319          grep-able form for use in wrapper to feed to linker.  
18320  Branch: perl
18321        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18322 ____________________________________________________________________________
18323 [  2327] By: gsar                                  on 1998/11/27  15:12:01
18324     Log: integrate change#2315 from maint-5.005
18325  Branch: perl
18326        ! t/op/sort.t
18327       !> op.c sv.c
18328 ____________________________________________________________________________
18329 [  2326] By: gsar                                  on 1998/11/27  15:00:42
18330     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
18331  Branch: perl
18332       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
18333       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18334       !> lib/ExtUtils/typemap
18335 ____________________________________________________________________________
18336 [  2325] By: gsar                                  on 1998/11/27  14:46:18
18337     Log: malloc bugfix and documentation from Ilya Zakharevich
18338          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
18339          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
18340          Subject: [PATCH 5.005_*] Re: Internal coredump
18341          --
18342          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
18343          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
18344          Subject: [PATCH 5.005_*] malloc.c documentation
18345  Branch: perl
18346        ! malloc.c
18347 ____________________________________________________________________________
18348 [  2324] By: gsar                                  on 1998/11/27  14:41:38
18349     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
18350  Branch: perl
18351        ! ext/B/B/C.pm
18352 ____________________________________________________________________________
18353 [  2323] By: gsar                                  on 1998/11/27  14:33:44
18354     Log: From: maeda@src.ricoh.co.jp
18355          Date: Tue, 24 Nov 1998 10:37:45 +0900
18356          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
18357          Subject: format "..." bug
18358  Branch: perl
18359        ! pp_ctl.c t/op/write.t
18360 ____________________________________________________________________________
18361 [  2322] By: gsar                                  on 1998/11/27  14:20:12
18362     Log: add ext/Devel/Peek
18363          From: jan.dubois@ibm.net (Jan Dubois)
18364          Date: Mon, 23 Nov 1998 00:48:11 +0100
18365          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
18366          Subject: [PATCH 5.005_53] Devel::Peek integration
18367  Branch: perl
18368        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18369        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18370        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
18371        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
18372        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18373 ____________________________________________________________________________
18374 [  2321] By: gsar                                  on 1998/11/27  13:03:08
18375     Log: ensure 'make regen_headers' even without perl installed
18376          (suggested by Ilya Zakharevich)
18377  Branch: perl
18378        ! bytecode.pl warning.pl
18379 ____________________________________________________________________________
18380 [  2320] By: gsar                                  on 1998/11/27  12:58:36
18381     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18382          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
18383          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
18384          Subject: [PATCH 5.005_*] Cosmetic malloc patch
18385  Branch: perl
18386        ! malloc.c
18387 ____________________________________________________________________________
18388 [  2319] By: gsar                                  on 1998/11/27  12:56:13
18389     Log: eliminate dup hunk from integration
18390  Branch: perl
18391        ! lib/filetest.pm perl.h
18392 ____________________________________________________________________________
18393 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18394     Log: integrate cfgperl changes into mainline
18395  Branch: perl
18396       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18397        ! pod/perlfaq4.pod
18398       !> (integrate 30 files)
18399 ____________________________________________________________________________
18400 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18401     Log: C<-x>.
18402  Branch: cfgperl
18403        ! lib/filetest.pm
18404 ____________________________________________________________________________
18405 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18406     Log: Integrate from mainperl.
18407  Branch: cfgperl
18408       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18409       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18410       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18411       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18412       !> win32/win32sck.c
18413 ____________________________________________________________________________
18414 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18415     Log: integrate change#2246 from mainline, while still allowing
18416          C<sort $globref @foo>
18417          
18418          allow C<sort $coderef @foo>
18419  Branch: maint-5.005/perl
18420        ! op.c sv.c
18421       !> t/op/sort.t
18422 ____________________________________________________________________________
18423 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
18424     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
18425          forwarded by Jarkko Hietaniemi from Mark Bixby
18426  Branch: maint-5.005/perl
18427        ! ext/DynaLoader/dl_mpeix.xs installperl
18428 ____________________________________________________________________________
18429 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
18430     Log: Allow PL_FILES to have multiple targets from one source by allowing
18431          an array ref as the value in the hash
18432  Branch: maint-5.005/perl
18433        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18434        ! lib/ExtUtils/MakeMaker.pm
18435 ____________________________________________________________________________
18436 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
18437     Log: fix unsigned variables to use SvUV and sv_setuv
18438  Branch: maint-5.005/perl
18439        ! lib/ExtUtils/typemap
18440 ____________________________________________________________________________
18441 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
18442     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
18443  Branch: maint-5.005/perl
18444        ! lib/ExtUtils/MM_Unix.pm
18445 ____________________________________________________________________________
18446 [  2301] By: gsar                                  on 1998/11/26  10:16:54
18447     Log: fix PL_defoutgv leak under threads
18448  Branch: perl
18449        ! ext/Thread/Thread.xs
18450 ____________________________________________________________________________
18451 [  2300] By: gsar                                  on 1998/11/26  09:04:44
18452     Log: properly free temporaries created by threads
18453  Branch: perl
18454        ! ext/Thread/Thread.xs
18455 ____________________________________________________________________________
18456 [  2299] By: gsar                                  on 1998/11/26  06:51:16
18457     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
18458          to set the package for the block properly
18459  Branch: perl
18460        ! op.c t/comp/package.t t/lib/dumper.t
18461 ____________________________________________________________________________
18462 [  2298] By: nick                                  on 1998/11/24  22:04:20
18463     Log: Part-1 of tweaks to allow Tk to be "compiled"
18464          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
18465          (May also need attention to exports etc. - to follow.)
18466  Branch: perl
18467        ! universal.c
18468 ____________________________________________________________________________
18469 [  2294] By: jhi                                   on 1998/11/23  10:44:26
18470     Log: The new socket tests need in some platforms
18471          to #include <sys/types.h>.
18472  Branch: cfgperl
18473        ! Configure
18474 ____________________________________________________________________________
18475 [  2293] By: jhi                                   on 1998/11/23  10:33:42
18476     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18477          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18478          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18479          Date: Mon, 23 Nov 1998 10:07:04 +0100
18480          Message-Id: <9811230907.AA06484@AWT.nl>
18481          
18482          NeXTstep NetInfo uses nidump to get the user/group databases.
18483  Branch: cfgperl
18484        ! t/op/grent.t t/op/pwent.t
18485 ____________________________________________________________________________
18486 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
18487     Log: Updated Porting/patchls utility.
18488  Branch: maint-5.004/perl
18489        ! Porting/patchls
18490 ____________________________________________________________________________
18491 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
18492     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
18493          From:  Henrik Tougaard <ht.000@foa.dk>
18494          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
18495          Files:  lib/Sys/Syslog.pm
18496  Branch: maint-5.004/perl
18497        ! lib/Sys/Syslog.pm
18498 ____________________________________________________________________________
18499 [  2286] By: jhi                                   on 1998/11/22  19:08:42
18500     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
18501  Branch: cfgperl
18502        ! ext/Socket/Socket.xs
18503 ____________________________________________________________________________
18504 [  2285] By: jhi                                   on 1998/11/22  18:21:07
18505     Log: MSG_PROXY for GNU/Hurd (previously we believed that
18506          all GNU libc platforms have MSG_PROXY.  Untrue).
18507          In fact this ended up as a major MSG_* and SCM_*
18508          update.  The MSG_XXX known to be enums in some
18509          versions of the glibc are now probed for and respective
18510          HAS_MSG_XXX are defined.  While I was at it I noticed
18511          SCM_RIGHTS being similarly an enum.  This reminded me of
18512          an ancient discussion in perl5-porters:
18513          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
18514          The BSD socket interface has a nifty feature for passing
18515          file descriptors and credentials--via sockets.  It may be
18516          too late to add this functionality to the CORE but
18517          at least Configure now probes for the functions,
18518          structs, and includes, defining the appropriate
18519          HAS_YYY and I_ZZZ, and the Socket extension exports
18520          the constants, in case somebody wants to write an
18521          extension for this interface.
18522  Branch: cfgperl
18523        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18524        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
18525        ! iperlsys.h
18526 ____________________________________________________________________________
18527 [  2284] By: jhi                                   on 1998/11/22  18:13:21
18528     Log: perlhist.pod 1.54, containing 5_53.
18529  Branch: cfgperl
18530        ! pod/perlhist.pod
18531 ____________________________________________________________________________
18532 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
18533     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
18534  Branch: maint-5.004/perl
18535        ! doio.c
18536 ____________________________________________________________________________
18537 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
18538     Log: Improve op/die_exit.t test for implicit close changing $!
18539  Branch: maint-5.004/perl
18540        ! t/op/die_exit.t
18541 ____________________________________________________________________________
18542 [  2268] By: jhi                                   on 1998/11/22  14:44:11
18543     Log: Fix thinko.
18544  Branch: cfgperl
18545        ! hints/dynixptx.sh
18546 ____________________________________________________________________________
18547 [  2267] By: jhi                                   on 1998/11/22  13:19:41
18548     Log: Document the d_socket override.
18549  Branch: cfgperl
18550        ! hints/dynixptx.sh
18551 ____________________________________________________________________________
18552 [  2266] By: jhi                                   on 1998/11/22  12:12:29
18553     Log: From: John Tobey <jtobey@channel1.com>
18554          Subject: [PATCH] perlfaq typos
18555          To: perl5-porters@perl.com
18556          Date: 22 Nov 1998 04:25:15 +0200
18557          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
18558  Branch: cfgperl
18559        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18560        ! pod/perlfaq7.pod pod/perlfaq8.pod
18561 ____________________________________________________________________________
18562 [  2265] By: jhi                                   on 1998/11/22  12:06:29
18563     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18564          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
18565          Newsgroups: hut.lists.perl5-porters
18566          To: gsar@engin.umich.edu (Gurusamy Sarathy)
18567          Cc: perl5-porters@perl.org (Perl5 Porters)
18568          Date: 20 Nov 1998 12:20:41 +0200
18569  Branch: cfgperl
18570        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18571        ! ext/DB_File/DB_File.xs
18572 ____________________________________________________________________________
18573 [  2264] By: jhi                                   on 1998/11/22  11:55:09
18574     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
18575          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18576          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18577          To: perlbug@perl.com
18578          Date: 20 Nov 1998 18:39:06 +0200
18579          Lines: 47
18580          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18581  Branch: cfgperl
18582        ! t/op/grent.t t/op/pwent.t
18583 ____________________________________________________________________________
18584 [  2263] By: jhi                                   on 1998/11/22  11:42:59
18585     Log: Permission testing is tricky when we have too much power.
18586          Problem reported in
18587          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18588          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18589          To: perlbug@perl.com
18590          Date: 20 Nov 1998 18:39:06 +0200
18591          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18592  Branch: cfgperl
18593        ! t/op/filetest.t
18594 ____________________________________________________________________________
18595 [  2262] By: gsar                                  on 1998/11/22  11:37:02
18596     Log: fix broken CAPI generation
18597  Branch: perl
18598        ! win32/GenCAPI.pl
18599 ____________________________________________________________________________
18600 [  2261] By: jhi                                   on 1998/11/22  11:17:00
18601     Log: -x should be C<-x>, reported by Gerben Wierda.
18602  Branch: cfgperl
18603        ! pod/perlfunc.pod
18604 ____________________________________________________________________________
18605 [  2260] By: gsar                                  on 1998/11/22  11:12:02
18606     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
18607  Branch: perl
18608        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
18609        ! proto.h
18610 ____________________________________________________________________________
18611 [  2259] By: jhi                                   on 1998/11/22  11:06:40
18612     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18613          Subject: Re: [PATCH] Re: pod2man bug in date generated line
18614          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18615          Cc: perlbug@perl.com
18616          Date: 20 Nov 1998 21:30:17 +0200
18617          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18618  Branch: cfgperl
18619        ! pod/pod2man.PL
18620 ____________________________________________________________________________
18621 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18622     Log: From: Thomas Bowditch <bowditch@inmet.com>
18623          Subject: Benchmark.pm suggestion
18624          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18625          Date: Fri, 20 Nov 1998 17:43:46 -0500
18626          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18627          
18628          Added timesum().
18629  Branch: cfgperl
18630        ! lib/Benchmark.pm
18631 ____________________________________________________________________________
18632 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18633     Log: another win32 portability fix: make sysread() and syswrite()
18634          work on sockets
18635  Branch: perl
18636        ! pp_sys.c win32/win32.h
18637 ____________________________________________________________________________
18638 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18639     Log: win32_recvfrom() compatibility fix
18640  Branch: perl
18641        ! win32/win32sck.c
18642 ____________________________________________________________________________
18643 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18644     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18645          To: jhi@iki.fi
18646          Subject: MPE/iX Perl 5.005_02 oops
18647          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18648          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18649  Branch: cfgperl
18650        ! ext/DynaLoader/dl_mpeix.xs installperl
18651 ____________________________________________________________________________
18652 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18653     Log: mess_sv tweak for change#2249
18654  Branch: perl
18655        ! util.c
18656 ____________________________________________________________________________
18657 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18658     Log: Display use64bits and usemultiplicity but only if necessary.
18659  Branch: cfgperl
18660        ! myconfig
18661 ____________________________________________________________________________
18662 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18663     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18664          Subject: pp.c uses 'unsigned Quad_t'
18665          To: perlbug@perl.com 
18666          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18667          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18668  Branch: cfgperl
18669        ! perl.h pp.c
18670 ____________________________________________________________________________
18671 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18672     Log: use PL_mess_sv only during global destruction (fixes problems with
18673          overlapping invocations of form()/warn()/die()/croak() trampling on
18674          each other's messages)
18675  Branch: perl
18676        ! mg.c util.c
18677 ____________________________________________________________________________
18678 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18679     Log: tweak change#2245 to skip previous message if any
18680  Branch: perl
18681        ! pp_ctl.c t/pragma/warn/pp_ctl
18682 ____________________________________________________________________________
18683 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18684     Log: Integrate from mainperl.
18685  Branch: cfgperl
18686       !> (integrate 26 files)
18687 ____________________________________________________________________________
18688 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18689     Log: allow C<sort $coderef @foo>
18690  Branch: perl
18691        ! op.c t/op/sort.t t/pragma/overload.t
18692 ____________________________________________________________________________
18693 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18694     Log: propagate failures in DESTROY() as (optional) warnings
18695  Branch: perl
18696        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18697 ____________________________________________________________________________
18698 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18699     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18700  Branch: perl
18701        ! perl.c thrdvar.h
18702 ____________________________________________________________________________
18703 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18704     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18705  Branch: perl
18706        ! lib/warning.pm warning.h warning.pl
18707 ____________________________________________________________________________
18708 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18709     Log: fix skipspace() to properly account for newlines in eval''-ed
18710          strings (caused bogus line numbers in diagnostics and debugger)
18711  Branch: perl
18712        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18713 ____________________________________________________________________________
18714 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18715     Log: s/Perl_utf8skip/PL_utf8skip/g
18716  Branch: perl
18717        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18718 ____________________________________________________________________________
18719 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18720     Log: rework op/groups.t
18721  Branch: perl
18722        ! t/op/filetest.t t/op/groups.t
18723 ____________________________________________________________________________
18724 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18725     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18726  Branch: perl
18727        ! op.c
18728 ____________________________________________________________________________
18729 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18730     Log: update Changes
18731  Branch: perl
18732        ! Changes win32/config.bc win32/config.gc win32/config.vc
18733 ____________________________________________________________________________
18734 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18735     Log: doc tweak
18736  Branch: perl
18737        ! README.win32
18738 ____________________________________________________________________________
18739 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18740     Log: Allow hints file override for d_socket
18741          (based on Sequent-induced change #2229).
18742  Branch: cfgperl
18743        ! Configure
18744 ____________________________________________________________________________
18745 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18746     Log: 
18747          From: "Martin J. Bligh" <mbligh@sequent.com>
18748          To: jhi@iki.fi
18749          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18750          Subject: Re: Making Perl work on DYNIX/ptx
18751          Date: Tue, 10 Nov 1998 16:24:26 -0800
18752          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18753  Branch: cfgperl
18754        ! hints/dynixptx.sh
18755 ____________________________________________________________________________
18756 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18757     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18758          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18759          To: jhi@iki.fi
18760          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18761          Subject: Re: Making Perl work on DYNIX/ptx
18762          Date: Tue, 10 Nov 1998 18:01:10 -0800
18763  Branch: cfgperl
18764        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18765 ____________________________________________________________________________
18766 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18767     Log: Integrate from mainperl.
18768  Branch: cfgperl
18769       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18770       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18771       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18772       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18773       !> win32/win32.c x2p/s2p.PL
18774 ____________________________________________________________________________
18775 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18776     Log: provide -DPERL_POLLUTE
18777  Branch: perl
18778        ! embed.pl embedvar.h
18779 ____________________________________________________________________________
18780 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18781     Log: From: Hans Mulder <hansm@icgroup.nl>
18782          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18783          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18784          perl5-porters@perl.org
18785          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18786          (UNINSTALLED)
18787          Date: Sun,  8 Nov 98 22:20:23 +0100
18788          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18789  Branch: cfgperl
18790        ! malloc.c perl.h
18791 ____________________________________________________________________________
18792 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18793     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18794          Christoph <lupe@alanya.m.isar.de>)
18795  Branch: perl
18796        ! lib/Text/Wrap.pm
18797 ____________________________________________________________________________
18798 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18799     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18800          <lionel.fourquaux@wanadoo.fr>)
18801  Branch: perl
18802        ! x2p/s2p.PL
18803 ____________________________________________________________________________
18804 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18805     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18806          Date: Wed, 04 Nov 1998 12:19:44 +0000
18807          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18808          Subject: [PATCH] Re: [5.005_53] read overflow? 
18809          --
18810          Date: Wed, 04 Nov 1998 13:15:18 +0000
18811          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18812          Subject: [PATCH 5.005_53] perl -V fix
18813  Branch: perl
18814        ! perl.c regexec.c
18815 ____________________________________________________________________________
18816 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18817     Log: From: jan.dubois@ibm.net (Jan Dubois)
18818          Date: Sun, 01 Nov 1998 00:05:01 +0100
18819          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18820          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18821  Branch: perl
18822        ! Changes win32/makedef.pl
18823 ____________________________________________________________________________
18824 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18825     Log: integrate changes#2120,2168,2218 from maint-5.005;
18826          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18827          enum; make regen_headers
18828  Branch: perl
18829        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18830        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18831 ____________________________________________________________________________
18832 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18833     Log: integrate cfgperl changes into mainline
18834  Branch: perl
18835       +> README.vmesa
18836       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18837       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18838       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18839       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18840       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18841       !> thread.h vms/subconfigure.com vos/config.h
18842 ____________________________________________________________________________
18843 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18844     Log: From: Graham Barr <gbarr@ti.com>
18845          Date: Mon, 2 Nov 1998 07:38:52 -0600
18846          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18847          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18848  Branch: maint-5.005/perl
18849        ! ext/IPC/SysV/Msg.pm
18850 ____________________________________________________________________________
18851 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18852     Log: set close-on-exec bit on pipe() FDs
18853  Branch: perl
18854        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18855 ____________________________________________________________________________
18856 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18857     Log: typo in newHVhv()
18858  Branch: perl
18859        ! hv.c
18860 ____________________________________________________________________________
18861 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18862     Log: Finalize the Mach CThreads support.
18863          
18864          From: Hans Mulder <hansm@icgroup.nl>
18865          Date: Sat,  7 Nov 98 22:06:20 +0100
18866          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18867          Cc: jhi@iki.fi, perl5-porters@perl.org
18868          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18869          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18870  Branch: cfgperl
18871        ! malloc.c perl.h
18872 ____________________________________________________________________________
18873 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18874     Log: fix AvREALISH bogusness
18875  Branch: perl
18876        ! av.c t/op/array.t
18877 ____________________________________________________________________________
18878 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18879     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18880          ASSERT() causes problems in {NeXTStep,OpenStep}.
18881          
18882          From: Hans Mulder <hansm@icgroup.nl>
18883          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18884          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18885          Date: Fri,  6 Nov 98 01:27:41 +0100
18886          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18887          
18888          and
18889          
18890          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18891          Subject: Re: ASSERT() in malloc.c
18892          To: jhi@iki.fi
18893          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
18894          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
18895  Branch: cfgperl
18896        ! malloc.c
18897 ____________________________________________________________________________
18898 [  2208] By: jhi                                   on 1998/11/06  07:55:38
18899     Log: Mach CThreads needs #include <mach/cthreads.h>.
18900  Branch: cfgperl
18901        ! perl.h
18902 ____________________________________________________________________________
18903 [  2206] By: jhi                                   on 1998/11/05  14:54:52
18904     Log: PERL_BADLANG wrongly documented.
18905          
18906          From: ts <decoux@moulon.inra.fr>
18907          To: jhi@cc.hut.fi
18908          Subject: Re: Locale warning messages
18909          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
18910          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
18911          
18912          and
18913          
18914          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18915          Subject: Re: PERL_BADLANG
18916          To: jhi@iki.fi
18917          Subject: Re: PERL_BADLANG
18918          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
18919          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
18920  Branch: cfgperl
18921        ! pod/perllocale.pod
18922 ____________________________________________________________________________
18923 [  2205] By: jhi                                   on 1998/11/05  14:24:33
18924     Log: Document all the control flow keywords in perlfunc
18925          so that "perlfunc -f while" works.
18926  Branch: cfgperl
18927        ! pod/perlfunc.pod
18928 ____________________________________________________________________________
18929 [  2204] By: jhi                                   on 1998/11/05  12:46:02
18930     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
18931          (from vos/config.h).  Update Porting/{Glossary,config*}.
18932  Branch: cfgperl
18933        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18934        ! config_h.SH vos/config.h
18935 ____________________________________________________________________________
18936 [  2203] By: jhi                                   on 1998/11/05  08:34:39
18937     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
18938  Branch: cfgperl
18939        ! hints/vmesa.sh vms/subconfigure.com
18940 ____________________________________________________________________________
18941 [  2202] By: jhi                                   on 1998/11/05  08:03:20
18942     Log: Integrate from mainperl.
18943  Branch: cfgperl
18944       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
18945       !> win32/Makefile win32/makefile.mk win32/win32.c
18946 ____________________________________________________________________________
18947 [  2201] By: gsar                                  on 1998/11/05  04:40:44
18948     Log: another POPSTACK victim
18949  Branch: perl
18950        ! cop.h sv.c
18951 ____________________________________________________________________________
18952 [  2196] By: gsar                                  on 1998/11/05  02:07:54
18953     Log: fix a location affected by change#2191, add note about POPSTACK
18954  Branch: perl
18955        ! cop.h gv.c pp_ctl.c
18956 ____________________________________________________________________________
18957 [  2195] By: gsar                                  on 1998/11/05  02:04:45
18958     Log: makefile notes
18959  Branch: perl
18960        ! win32/Makefile win32/makefile.mk
18961 ____________________________________________________________________________
18962 [  2192] By: gsar                                  on 1998/11/04  23:48:53
18963     Log: indeterminate order-of-evaluation fixes
18964  Branch: perl
18965        ! mg.c
18966 ____________________________________________________________________________
18967 [  2191] By: gsar                                  on 1998/11/04  23:02:16
18968     Log: refetch local stack pointer in POPSTACK
18969  Branch: perl
18970        ! cop.h perl.c
18971 ____________________________________________________________________________
18972 [  2190] By: jhi                                   on 1998/11/04  08:50:40
18973     Log: Configure update.
18974          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
18975          
18976          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
18977          To: Martin Bligh <mbligh@sequent.com>
18978          Cc: Jarkko Hietaniemi <jhi@iki.fi>
18979          Subject: Re: Perl 5's configure on DYNIX/ptx
18980          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
18981          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
18982          
18983          find sockets also from libsocket, not just libnet.
18984          OS390: $compile_ok instead of $compile for <inttypes.h>,
18985          
18986          From: pvhp@forte.com (Peter Prymmer)
18987          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
18988          Subject: _53 not OK on os390 but looking better than ever
18989          Date: Tue, 3 Nov 98 17:33:22 PST
18990          Message-Id: <9811040133.AA09450@forte.com>
18991  Branch: cfgperl
18992        ! Configure
18993 ____________________________________________________________________________
18994 [  2189] By: jhi                                   on 1998/11/04  07:43:58
18995     Log: sysio.t failure: fix undefined order of evaluation, from
18996          
18997          From: Spider Boardman <spider@web.zk3.dec.com>
18998          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
18999          To: perlbug@perl.com
19000          Date: 4 Nov 1998 01:22:30 +0200
19001          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19002  Branch: cfgperl
19003        ! pp_sys.c
19004 ____________________________________________________________________________
19005 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19006     Log: fix return value of win32_pclose()
19007  Branch: perl
19008        ! win32/win32.c
19009 ____________________________________________________________________________
19010 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19011     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19012  Branch: perl
19013        ! Changes doop.c gv.c util.c
19014 ____________________________________________________________________________
19015 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19016     Log: Document quads in pack.
19017  Branch: cfgperl
19018        ! pod/perlfunc.pod
19019 ____________________________________________________________________________
19020 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19021     Log: (IV) vs (I32) vs I_V()
19022          
19023          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19024          From: Anton Berezin <tobez@plab.ku.dk> 
19025          To: "p5p" <perl5-porters@perl.org> 
19026          Date: 01 Nov 1998 15:09:11 +0100 
19027          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19028          
19029          and
19030          
19031          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19032          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19033          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19034  Branch: cfgperl
19035        ! sv.c
19036 ____________________________________________________________________________
19037 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19038     Log: VM/ESA updates.
19039  Branch: cfgperl
19040        + README.vmesa
19041        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19042 ____________________________________________________________________________
19043 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19044     Log: The id(1)-parsing is real fun.
19045  Branch: cfgperl
19046        ! t/op/groups.t
19047 ____________________________________________________________________________
19048 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19049     Log: Decommission the symlink test.
19050  Branch: cfgperl
19051        ! t/op/lex_assign.t
19052 ____________________________________________________________________________
19053 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19054     Log: Replace ATTR_JOINABLE with true Configure probe
19055          for PTHREAD_CREATE_JOINABLE (or equivalent:
19056          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19057          Remove ATTR_JOINABLE itself: Thread.xs uses
19058          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19059          
19060          Really scan for <mach/cthreads.h> only if usethreads.
19061  Branch: cfgperl
19062        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19063 ____________________________________________________________________________
19064 [  2180] By: jhi                                   on 1998/11/02  11:07:34
19065     Log: In HP-UX 10.X usethreads only if the required files are present.
19066  Branch: cfgperl
19067        ! hints/hpux.sh
19068 ____________________________________________________________________________
19069 [  2179] By: jhi                                   on 1998/11/02  09:10:33
19070     Log: Prefer groups(1).
19071          id -Gn can be broken.
19072          id -a can save the day.
19073  Branch: cfgperl
19074        ! t/op/groups.t
19075 ____________________________________________________________________________
19076 [  2178] By: jhi                                   on 1998/11/02  08:35:29
19077     Log: Detrail enum comma.
19078  Branch: cfgperl
19079        ! perl.h
19080 ____________________________________________________________________________
19081 [  2177] By: jhi                                   on 1998/11/02  08:24:12
19082     Log: 0**0 = 1, from
19083          
19084          From: d-lewart@uiuc.edu (Daniel S. Lewart)
19085          Subject: Math::Complex 0**0 patches
19086          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
19087          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
19088          To: jhi@iki.fi (Jarkko Hietaniemi),
19089          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
19090  Branch: cfgperl
19091        ! lib/Math/Complex.pm t/lib/complex.t
19092 ____________________________________________________________________________
19093 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
19094     Log: From: jan.dubois@ibm.net (Jan Dubois)   
19095          Date: Fri, 09 Oct 1998 23:28:31 +0200
19096          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
19097          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
19098  Branch: maint-5.005/perl
19099        ! XSUB.h
19100 ____________________________________________________________________________
19101 [  2164] By: jhi                                   on 1998/10/31  15:50:02
19102     Log: Integrate from mainperl.
19103  Branch: cfgperl
19104       +> t/op/lex_assign.t
19105       !> (integrate 45 files)
19106
19107 ----------------
19108 Version 5.005_53
19109 ----------------
19110
19111 ____________________________________________________________________________
19112 [  2163] By: gsar                                  on 1998/10/31  11:31:12
19113     Log: bump patchlevel; other minor fixes for clean build and test on
19114          Solaris and win32
19115  Branch: perl
19116        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
19117        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
19118        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
19119        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19120        ! x2p/a2p.c
19121 ____________________________________________________________________________
19122 [  2162] By: gsar                                  on 1998/10/31  09:40:31
19123     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19124          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
19125          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
19126          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
19127  Branch: perl
19128        ! pp.h
19129 ____________________________________________________________________________
19130 [  2161] By: gsar                                  on 1998/10/31  09:39:13
19131     Log: From: Albert Dvornik <bert@genscan.com>
19132          Date: 30 Oct 1998 17:50:04 -0500
19133          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
19134          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
19135  Branch: perl
19136        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
19137 ____________________________________________________________________________
19138 [  2160] By: gsar                                  on 1998/10/31  09:35:03
19139     Log: fix for bugs in -x mode
19140          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19141          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
19142          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
19143          Subject: [PATCH 5.00552] Fix h2xs
19144  Branch: perl
19145        ! utils/h2xs.PL
19146 ____________________________________________________________________________
19147 [  2159] By: gsar                                  on 1998/10/31  09:31:36
19148     Log: Data::Dumper update
19149  Branch: perl
19150        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19151        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
19152 ____________________________________________________________________________
19153 [  2153] By: gsar                                  on 1998/10/30  21:40:09
19154     Log: add testsuite portion of patch
19155          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19156          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
19157          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
19158          Subject: [PATCH 5.00321 ;-)] 87% speedup
19159  Branch: perl
19160        + t/op/lex_assign.t
19161        ! MANIFEST
19162 ____________________________________________________________________________
19163 [  2152] By: gsar                                  on 1998/10/30  21:08:11
19164     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
19165  Branch: perl
19166        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
19167 ____________________________________________________________________________
19168 [  2151] By: gsar                                  on 1998/10/30  20:18:09
19169     Log: From: Mark-Jason Dominus <mjd@plover.com>
19170          Date: Fri, 30 Oct 1998 14:24:23 EST
19171          Message-Id: <19981030192423.27276.qmail@plover.com>
19172          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
19173  Branch: perl
19174        ! x2p/walk.c
19175 ____________________________________________________________________________
19176 [  2150] By: gsar                                  on 1998/10/30  20:08:57
19177     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19178          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
19179          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
19180          Subject: [PATCH 5.00552] Overloaded <> and deref again
19181  Branch: perl
19182        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
19183        ! t/pragma/overload.t toke.c
19184 ____________________________________________________________________________
19185 [  2149] By: gsar                                  on 1998/10/30  19:38:15
19186     Log: From: Roderick Schertler <roderick@argon.org>
19187          Date: Thu, 29 Oct 1998 14:50:18 -0500
19188          Message-ID: <17625.909690618@eeyore.ibcinc.com>
19189          Subject: patch for daemonization docs in perlipc
19190  Branch: perl
19191        ! pod/perlipc.pod
19192 ____________________________________________________________________________
19193 [  2148] By: gsar                                  on 1998/10/30  19:36:07
19194     Log: From: Anton Berezin <tobez@plab.ku.dk>
19195          Date: 29 Oct 1998 17:06:25 +0100
19196          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
19197          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
19198  Branch: perl
19199        ! win32/win32.c
19200 ____________________________________________________________________________
19201 [  2147] By: gsar                                  on 1998/10/30  19:31:37
19202     Log: tweaked version of suggested patch
19203          From: Anton Berezin <tobez@plab.ku.dk>
19204          Date: 29 Oct 1998 14:48:54 +0100
19205          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
19206          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
19207  Branch: perl
19208        ! win32/win32.c
19209 ____________________________________________________________________________
19210 [  2146] By: gsar                                  on 1998/10/30  19:03:50
19211     Log: hand-apply whitespace-mutiliated patch
19212          From: "vishal bhatia" <vishalb@hotmail.com>
19213          Date: Wed, 28 Oct 1998 23:45:32 PST
19214          Message-ID: <19981029074534.2334.qmail@hotmail.com>
19215          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
19216  Branch: perl
19217        ! ext/B/B/C.pm ext/B/B/CC.pm
19218 ____________________________________________________________________________
19219 [  2145] By: gsar                                  on 1998/10/30  18:46:58
19220     Log: remaining PL_foo stragglers
19221  Branch: perl
19222        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
19223        ! op.h os2/os2.c vms/gen_shrfls.pl
19224 ____________________________________________________________________________
19225 [  2144] By: gsar                                  on 1998/10/30  17:38:36
19226     Log: integrate cfgperl tweaks into mainline
19227  Branch: perl
19228       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
19229       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19230 ____________________________________________________________________________
19231 [  2143] By: jhi                                   on 1998/10/30  13:27:39
19232     Log: There can be multiple yacc/bison errors.
19233  Branch: cfgperl
19234        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19235 ____________________________________________________________________________
19236 [  2142] By: jhi                                   on 1998/10/30  13:18:43
19237     Log: README.posix-bc update.
19238  Branch: cfgperl
19239        ! README.posix-bc
19240 ____________________________________________________________________________
19241 [  2141] By: jhi                                   on 1998/10/30  09:12:59
19242     Log: #2133 fallout.
19243  Branch: cfgperl
19244        ! doio.c ext/POSIX/POSIX.xs
19245 ____________________________________________________________________________
19246 [  2140] By: jhi                                   on 1998/10/30  08:43:18
19247     Log: Integrate from mainperl.
19248  Branch: cfgperl
19249       +> globvar.sym pp.sym
19250        - objpp.h thread.sym
19251       !> (integrate 61 files)
19252 ____________________________________________________________________________
19253 [  2133] By: gsar                                  on 1998/10/30  02:51:39
19254     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
19255          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
19256          should soon be automated also; the global variables that
19257          escaped the PL_foo conversion are now reined in; renamed
19258          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
19259          type of same name; duplicated lists of pp_things in various
19260          places is now gone; result has only been tested on win32
19261  Branch: perl
19262        + globvar.sym pp.sym
19263        - objpp.h thread.sym
19264        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
19265        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
19266        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
19267        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
19268        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
19269        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
19270        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
19271        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
19272        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19273        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19274        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
19275 ____________________________________________________________________________
19276 [  2130] By: jhi                                   on 1998/10/29  15:31:26
19277     Log: Pure bison yylex() proto was broken.
19278  Branch: cfgperl
19279        ! proto.h
19280 ____________________________________________________________________________
19281 [  2126] By: jhi                                   on 1998/10/29  08:35:54
19282     Log: Integrate mainperl.
19283  Branch: cfgperl
19284       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19285       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
19286       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
19287       !> t/pragma/warn/doio toke.c win32/makefile.mk
19288 ____________________________________________________________________________
19289 [  2125] By: jhi                                   on 1998/10/29  08:32:38
19290     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
19291  Branch: cfgperl
19292        ! Makefile.SH
19293 ____________________________________________________________________________
19294 [  2124] By: jhi                                   on 1998/10/29  08:06:44
19295     Log: EBCDIC Makefile.SH tuneup.
19296  Branch: cfgperl
19297        ! Makefile.SH
19298 ____________________________________________________________________________
19299 [  2119] By: gsar                                  on 1998/10/28  23:24:04
19300     Log: remove doubled hunk from integration
19301  Branch: perl
19302        ! pp.c
19303 ____________________________________________________________________________
19304 [  2118] By: gsar                                  on 1998/10/28  22:03:31
19305     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19306          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
19307          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
19308          Subject: [PATCH 5.00552] Minor debugger tweaks
19309  Branch: perl
19310        ! lib/perl5db.pl
19311 ____________________________________________________________________________
19312 [  2117] By: gsar                                  on 1998/10/28  22:02:30
19313     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19314          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
19315          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
19316          Subject: [PATCH 5.00552] Make sort respect overloading
19317  Branch: perl
19318        ! pp_ctl.c proto.h t/pragma/overload.t
19319 ____________________________________________________________________________
19320 [  2116] By: gsar                                  on 1998/10/28  21:51:11
19321     Log: MM patches from Ilya Zakharevich
19322          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
19323          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
19324          Subject: [PATCH 5.00552] Make MakeMaker more verbose
19325          --
19326          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
19327          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
19328          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
19329  Branch: perl
19330        ! lib/ExtUtils/MakeMaker.pm
19331 ____________________________________________________________________________
19332 [  2115] By: gsar                                  on 1998/10/28  21:46:19
19333     Log: add explicit references to perl source path in ld2 and gcc2
19334  Branch: perl
19335        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19336 ____________________________________________________________________________
19337 [  2114] By: gsar                                  on 1998/10/28  21:39:56
19338     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19339          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
19340          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
19341          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
19342  Branch: perl
19343        ! INSTALL
19344 ____________________________________________________________________________
19345 [  2113] By: gsar                                  on 1998/10/28  21:21:16
19346     Log: integrate cfgperl into mainline
19347  Branch: perl
19348       +> t/op/filetest.t
19349       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
19350       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
19351       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19352       !> thread.h toke.c vmesa/Makefile
19353 ____________________________________________________________________________
19354 [  2112] By: gsar                                  on 1998/10/28  21:14:18
19355     Log: minor cleanup
19356  Branch: perl
19357        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
19358 ____________________________________________________________________________
19359 [  2111] By: gsar                                  on 1998/10/28  18:52:10
19360     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
19361  Branch: perl
19362        ! toke.c
19363 ____________________________________________________________________________
19364 [  2110] By: jhi                                   on 1998/10/28  15:07:54
19365     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
19366  Branch: cfgperl
19367        ! Makefile.SH
19368 ____________________________________________________________________________
19369 [  2109] By: jhi                                   on 1998/10/28  13:39:54
19370     Log: a2p.y needs to generate also y.tab.h.
19371  Branch: cfgperl
19372        ! Makefile.SH
19373 ____________________________________________________________________________
19374 [  2108] By: jhi                                   on 1998/10/28  10:33:36
19375     Log: The "parse error" must be converted to "syntax error",
19376          just matching it aint' enough.
19377  Branch: cfgperl
19378        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19379        ! t/pragma/warning.t
19380 ____________________________________________________________________________
19381 [  2107] By: jhi                                   on 1998/10/28  10:23:05
19382     Log: Regen sig_n{ame,umber}* if slightest doubt.
19383  Branch: cfgperl
19384        ! Configure
19385 ____________________________________________________________________________
19386 [  2106] By: jhi                                   on 1998/10/28  08:44:49
19387     Log: Bison says 'parse error', not 'parser error'.
19388  Branch: cfgperl
19389        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19390        ! t/pragma/warning.t
19391 ____________________________________________________________________________
19392 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19393     Log: yylex() parametrization.
19394  Branch: cfgperl
19395        ! proto.h toke.c
19396 ____________________________________________________________________________
19397 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19398     Log: Bring in #2102.
19399  Branch: cfgperl
19400        ! pp.c
19401 ____________________________________________________________________________
19402 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19403     Log: From: Dominic Dunlop <domo@vo.lu>
19404          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19405          Date: 27 Oct 1998 20:47:25 +0200
19406          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19407  Branch: cfgperl
19408        ! t/op/groups.t
19409 ____________________________________________________________________________
19410 [  2102] By: larry                                 on 1998/10/27  18:58:55
19411     Log: utf8 change to quotemeta broke EBCDIC
19412  Branch: perl
19413        ! pp.c
19414 ____________________________________________________________________________
19415 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19416     Log: $Config{sig_num_init}.
19417          Also, a new approach to the 'pthreads-created-joinable': drop
19418          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19419          directly. (See also #2096).
19420  Branch: cfgperl
19421        ! Configure config_h.SH
19422 ____________________________________________________________________________
19423 [  2100] By: jhi                                   on 1998/10/27  10:48:55
19424     Log: Regenerated perly_c.diff.
19425  Branch: cfgperl
19426        ! perly_c.diff
19427 ____________________________________________________________________________
19428 [  2099] By: jhi                                   on 1998/10/27  08:42:25
19429     Log: First the mangler was Netscape, then it was me.
19430  Branch: cfgperl
19431        ! vmesa/Makefile
19432 ____________________________________________________________________________
19433 [  2098] By: jhi                                   on 1998/10/27  08:34:40
19434     Log: `id -Gn` might be available where `groups` is not.
19435  Branch: cfgperl
19436        ! t/op/groups.t
19437 ____________________________________________________________________________
19438 [  2097] By: jhi                                   on 1998/10/27  08:05:17
19439     Log: Netscape had mangled the tabs.
19440  Branch: cfgperl
19441        ! vmesa/Makefile
19442 ____________________________________________________________________________
19443 [  2096] By: jhi                                   on 1998/10/27  08:03:05
19444     Log: ATTR_JOINABLE logic, based on (private email)
19445          
19446          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19447          Subject: Some little diffs
19448          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
19449          Date: Tue, 27 Oct 1998 13:44:42 +1300
19450  Branch: cfgperl
19451        ! thread.h
19452 ____________________________________________________________________________
19453 [  2095] By: jhi                                   on 1998/10/27  07:56:57
19454     Log: Mach cthreads support based on:
19455          
19456          From: brie@corp.home.net (Brian Harrison)
19457          Subject: perl5.005_02 patch for mthreads
19458          To: perl5-porters@perl.org
19459          Date: 24 Oct 1998 01:01:55 +0300
19460          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
19461          
19462          Pthread yield probe (dejavu)
19463          Cosmetic nanochange for the union semun output.
19464          Better inttypes.h probe.
19465          Undo the 'void *' $selecttype probe from #1971 because
19466          it breaks the $selectminbits test.
19467  Branch: cfgperl
19468        ! Configure config_h.SH perl.h thread.h
19469 ____________________________________________________________________________
19470 [  2094] By: jhi                                   on 1998/10/26  13:02:07
19471     Log: Also posix-bc wants to reyacc.
19472  Branch: cfgperl
19473        ! Makefile.SH
19474 ____________________________________________________________________________
19475 [  2093] By: jhi                                   on 1998/10/26  10:17:21
19476     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
19477          5_02 and really breaking things in non-ASCII worlds.
19478  Branch: cfgperl
19479        ! pp.c
19480 ____________________________________________________________________________
19481 [  2092] By: jhi                                   on 1998/10/26  09:08:00
19482     Log: More robustness.
19483  Branch: cfgperl
19484        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19485        ! t/pragma/warning.t
19486 ____________________________________________________________________________
19487 [  2091] By: jhi                                   on 1998/10/26  08:47:32
19488     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
19489          Bison really wants YYLEX_PARAM.
19490  Branch: cfgperl
19491        ! perly.y proto.h toke.c
19492 ____________________________________________________________________________
19493 [  2090] By: jhi                                   on 1998/10/26  08:21:25
19494     Log: s/YYLEX_PARAM/YYLEXPARAM/
19495  Branch: cfgperl
19496        ! perly.y
19497 ____________________________________________________________________________
19498 [  2089] By: jhi                                   on 1998/10/26  08:17:33
19499     Log: Indicate skipped subtests.
19500  Branch: cfgperl
19501        ! t/io/pipe.t
19502 ____________________________________________________________________________
19503 [  2088] By: jhi                                   on 1998/10/26  08:11:36
19504     Log: Integrate from mainperl.
19505  Branch: cfgperl
19506       !> (integrate 54 files)
19507 ____________________________________________________________________________
19508 [  2087] By: jhi                                   on 1998/10/26  08:08:02
19509     Log: Add test for filetests.
19510  Branch: cfgperl
19511        + t/op/filetest.t
19512        ! MANIFEST
19513 ____________________________________________________________________________
19514 [  2086] By: gsar                                  on 1998/10/26  02:44:44
19515     Log: various win32 tweaks; disable new xs_cpp section (it creates
19516          ambiguous inference graph for %.xs --> %.o)
19517  Branch: perl
19518        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
19519        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
19520        ! win32/config.gc win32/config_H.gc win32/makedef.pl
19521        ! win32/makefile.mk win32/win32.h
19522 ____________________________________________________________________________
19523 [  2085] By: gsar                                  on 1998/10/26  00:50:02
19524     Log: sanity-check $Config{drand01} in rand.t
19525  Branch: perl
19526        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
19527        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19528 ____________________________________________________________________________
19529 [  2078] By: gsar                                  on 1998/10/25  10:22:04
19530     Log: update win32/config*.?c
19531  Branch: perl
19532        ! Changes win32/config.bc win32/config.gc win32/config.vc
19533        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19534 ____________________________________________________________________________
19535 [  2077] By: gsar                                  on 1998/10/25  08:39:25
19536     Log: From: Graham Barr <gbarr@pobox.com>
19537          Date: Sat, 24 Oct 1998 21:45:50 -0500
19538          Message-ID: <19981024214550.C508@pobox.com>
19539          Subject: Re: die with a reference  should use overload "" operator
19540  Branch: perl
19541        ! pp_ctl.c
19542 ____________________________________________________________________________
19543 [  2076] By: gsar                                  on 1998/10/25  08:37:49
19544     Log: From: Graham Barr <gbarr@pobox.com>
19545          Date: Sat, 24 Oct 1998 12:45:21 -0500
19546          Message-ID: <19981024124521.C512@pobox.com>
19547          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
19548  Branch: perl
19549        ! sv.c
19550 ____________________________________________________________________________
19551 [  2075] By: gsar                                  on 1998/10/25  08:24:09
19552     Log: fix C<print $n += 5;> etc.
19553  Branch: perl
19554        ! toke.c
19555 ____________________________________________________________________________
19556 [  2074] By: gsar                                  on 1998/10/25  08:12:28
19557     Log: list builtins with portability caveats
19558          From: Jarkko Hietaniemi <jhi@iki.fi>
19559          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
19560          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
19561          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
19562  Branch: perl
19563        ! pod/perlfunc.pod
19564 ____________________________________________________________________________
19565 [  2073] By: gsar                                  on 1998/10/25  07:55:43
19566     Log: fix stack overrun in file test operators
19567  Branch: perl
19568        ! pp_sys.c
19569 ____________________________________________________________________________
19570 [  2072] By: gsar                                  on 1998/10/25  07:29:45
19571     Log: implement C<goto &func> and other fixes (via private mail)
19572          From:    "vishal bhatia" <vishalb@hotmail.com>
19573          Date:    Wed, 21 Oct 1998 22:59:03 PDT
19574          Message-Id: <19981022055904.20083.qmail@hotmail.com>
19575          Subject: [PATCH 5.005_52] More fixes for B
19576  Branch: perl
19577        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
19578 ____________________________________________________________________________
19579 [  2071] By: gsar                                  on 1998/10/25  07:14:41
19580     Log: From: Graham Barr <gbarr@pobox.com>
19581          Date: Sat, 17 Oct 1998 20:42:41 -0500
19582          Message-ID: <19981017204241.G510@pobox.com>
19583          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
19584  Branch: perl
19585        ! pp_ctl.c
19586 ____________________________________________________________________________
19587 [  2070] By: gsar                                  on 1998/10/25  07:07:29
19588     Log: avoid bogus line number in XSUB redefined warnings
19589  Branch: perl
19590        ! op.c
19591 ____________________________________________________________________________
19592 [  2069] By: gsar                                  on 1998/10/25  06:59:03
19593     Log: From: Martijn Koster <mak@excitecorp.com>
19594          Date: Wed, 21 Oct 1998 13:12:03 +0100
19595          Message-ID: <19981021131203.A15661@excitecorp.com>
19596          Subject: File::Path::mkpath reports the wrong error
19597  Branch: perl
19598        ! lib/File/Path.pm
19599 ____________________________________________________________________________
19600 [  2068] By: gsar                                  on 1998/10/25  06:54:43
19601     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
19602          Date: Tue, 20 Oct 1998 20:52:20 -0500
19603          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
19604          Subject: Exporter.pm's export_to_level() argument handling buggy
19605  Branch: perl
19606        ! lib/Exporter.pm
19607 ____________________________________________________________________________
19608 [  2067] By: gsar                                  on 1998/10/25  06:50:19
19609     Log: From: jan.dubois@ibm.net (Jan Dubois)
19610          Date: Wed, 21 Oct 1998 00:55:51 +0200
19611          Message-ID: <36380269.55370608@smtp1.ibm.net>
19612          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
19613  Branch: perl
19614        ! ext/DynaLoader/DynaLoader_pm.PL
19615 ____________________________________________________________________________
19616 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19617     Log: recognize '%' as a shell metachar for win32
19618          From: jan.dubois@ibm.net (Jan Dubois)
19619          Date: Tue, 20 Oct 1998 21:57:35 +0200
19620          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19621          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19622  Branch: perl
19623        ! win32/win32.c
19624 ____________________________________________________________________________
19625 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19626     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19627  Branch: perl
19628        ! sv.c
19629 ____________________________________________________________________________
19630 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19631     Log: From: Gisle Aas <gisle@aas.no>
19632          Date: 20 Oct 1998 14:24:44 +0200
19633          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19634          Subject: ord() and unpack("U*",...) should not be negative
19635  Branch: perl
19636        ! pp.c
19637 ____________________________________________________________________________
19638 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19639     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19640          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19641          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19642          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19643  Branch: perl
19644        ! os2/os2.c
19645 ____________________________________________________________________________
19646 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19647     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19648          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19649          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19650          Subject: [PATCH 5.005_*] Speed up aassign
19651  Branch: perl
19652        ! pp_hot.c
19653 ____________________________________________________________________________
19654 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19655     Log: From: Graham Barr <gbarr@pobox.com>
19656          Date: Sat, 17 Oct 1998 22:22:02 -0500
19657          Message-ID: <19981017222202.J510@pobox.com>
19658          Subject: Re: '*' prototype does not allow bareword with strict
19659  Branch: perl
19660        ! toke.c
19661 ____________________________________________________________________________
19662 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19663     Log: handle '::' in section names properly
19664          From: Graham Barr <gbarr@pobox.com>
19665          Date: Sat, 17 Oct 1998 12:57:54 -0500
19666          Message-ID: <19981017125754.C510@pobox.com>
19667          Subject: Re: pod2html
19668  Branch: perl
19669        ! lib/Pod/Html.pm
19670 ____________________________________________________________________________
19671 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19672     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19673  Branch: perl
19674       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19675       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19676 ____________________________________________________________________________
19677 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19678     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19679  Branch: perl
19680        ! win32/makedef.pl
19681 ____________________________________________________________________________
19682 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19683     Log: integrate change#2053 from maint-5.005
19684  Branch: perl
19685       !> cop.h t/cmd/while.t
19686 ____________________________________________________________________________
19687 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19688     Log: commented version of a patch suggested by Drago Goricanec
19689          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19690          Date: 16 Oct 1998 15:24:45 +0300
19691          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19692          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19693  Branch: perl
19694        ! pp_sys.c
19695 ____________________________________________________________________________
19696 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19697     Log: include eof() in description of buffering caveats
19698          From: Anton Berezin <tobez@plab.ku.dk>
19699          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19700          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19701          Subject: [DOCPATCH] pod/perlfunc.pod
19702  Branch: perl
19703        ! pod/perlfunc.pod
19704 ____________________________________________________________________________
19705 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19706     Log: disallow 'x' in hex numbers (except leading '0x')
19707          From: Gisle Aas <gisle@aas.no>
19708          Date: 16 Oct 1998 16:33:12 +0200
19709          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19710          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19711  Branch: perl
19712        ! perlvars.h t/op/oct.t util.c
19713 ____________________________________________________________________________
19714 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19715     Log: avoid the circular refcnt logic in magic_mutexfree()
19716  Branch: perl
19717        ! mg.c pp.c pp_hot.c
19718 ____________________________________________________________________________
19719 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19720     Log: properly restore PL_rsfp_filters after require
19721  Branch: perl
19722        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19723        ! scope.h
19724 ____________________________________________________________________________
19725 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19726     Log: integrate cfgperl changes back into mainline
19727  Branch: perl
19728       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19729       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19730       !> (integrate 33 files)
19731 ____________________________________________________________________________
19732 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19733     Log: avoid "mysterious" compile-time failures without messages
19734  Branch: perl
19735        ! gv.c
19736 ____________________________________________________________________________
19737 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19738     Log: checkin jpl under //depot/perlext/jpl/...
19739  Branch: perlext
19740        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19741        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19742        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19743        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19744        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19745        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19746        + jpl/PerlInterpreter/Makefile.PL
19747        + jpl/PerlInterpreter/PerlInterpreter.c
19748        + jpl/PerlInterpreter/PerlInterpreter.h
19749        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19750        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19751        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19752        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19753        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19754 ____________________________________________________________________________
19755 [  2040] By: larry                                 on 1998/10/23  19:31:42
19756     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19757  Branch: perl
19758        ! pp.c
19759 ____________________________________________________________________________
19760 [  2039] By: larry                                 on 1998/10/23  18:48:34
19761     Log: tr///d does not seem to work
19762  Branch: perl
19763        ! lib/utf8_heavy.pl
19764 ____________________________________________________________________________
19765 [  2038] By: larry                                 on 1998/10/23  18:00:41
19766     Log: Program with utf8 identifiers fails to compile
19767  Branch: perl
19768        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19769 ____________________________________________________________________________
19770 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19771     Log: Test suite portability:
19772          - posix-bc does not write to broken pipes
19773          - filehand #11 only iff we have fork
19774          - warning.t can now match $expected using regular expressions
19775  Branch: cfgperl
19776        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19777        ! t/pragma/warning.t
19778 ____________________________________________________________________________
19779 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19780     Log: yacc clarification.
19781  Branch: cfgperl
19782        ! README.posix-bc
19783 ____________________________________________________________________________
19784 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19785     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19786  Branch: cfgperl
19787        ! mg.c
19788 ____________________________________________________________________________
19789 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19790     Log: Configure update: both for pthread_yield more robust
19791          testing (all variants of pthread_attr_getdetachstate()) --
19792          and because Configure was broken in major way! About 1000
19793          last lines were truncated.
19794  Branch: cfgperl
19795        ! Configure
19796 ____________________________________________________________________________
19797 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19798     Log: DJGPP feedback for #2028.
19799  Branch: cfgperl
19800        ! thread.h
19801 ____________________________________________________________________________
19802 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19803     Log: yielding, the saga continues.
19804  Branch: cfgperl
19805        ! Configure config_h.SH
19806       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19807       !> t/op/goto.t t/pragma/constant.t
19808 ____________________________________________________________________________
19809 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19810     Log: VM/ESA feedback for #2028.
19811  Branch: cfgperl
19812        ! Configure config_h.SH thread.h
19813 ____________________________________________________________________________
19814 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19815     Log: fix handling of mayhaps-extended @_ in goto &sub
19816  Branch: perl
19817        ! av.c pp_ctl.c t/op/goto.t
19818 ____________________________________________________________________________
19819 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19820     Log: restore sanity to "constant" references
19821  Branch: perl
19822        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19823 ____________________________________________________________________________
19824 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19825     Log: OLD_PTHREADS_API reorganizing.
19826  Branch: cfgperl
19827        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19828        ! vmesa/vmesaish.h
19829 ____________________________________________________________________________
19830 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19831     Log: #2026 fallout.
19832  Branch: cfgperl
19833        ! Makefile.SH
19834 ____________________________________________________________________________
19835 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19836     Log: VM/ESA update.
19837  Branch: cfgperl
19838        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19839 ____________________________________________________________________________
19840 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19841     Log: 64-bitness, based on
19842          
19843          From: Scott Henry <scotth@sgi.com>
19844          To: perl-64bit@perl.org
19845          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19846          Subject: Re: Configure problems/questions...
19847          Date: 19 Oct 1998 22:38:06 -0700
19848  Branch: cfgperl
19849        ! hints/irix_6.sh perl.h
19850 ____________________________________________________________________________
19851 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19852     Log: Add lseeksize.
19853  Branch: cfgperl
19854        ! config_h.SH
19855 ____________________________________________________________________________
19856 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19857     Log: Mumble about _yields() only when threaded.
19858  Branch: cfgperl
19859        ! Configure
19860 ____________________________________________________________________________
19861 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19862     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19863  Branch: cfgperl
19864        ! thread.h
19865 ____________________________________________________________________________
19866 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19867     Log: From: Chip Salzenberg <chip@perlsupport.com>
19868          Date: Tue, 6 Oct 1998 13:33:05 -0400
19869          Message-ID: <19981006133305.A2348@perlsupport.com>
19870          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19871  Branch: maint-5.005/perl
19872        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19873        ! t/op/tie.t
19874 ____________________________________________________________________________
19875 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19876     Log: YIELD more robustly.
19877  Branch: cfgperl
19878        ! thread.h
19879 ____________________________________________________________________________
19880 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19881     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19882          the 'new' one (just like DJGPP, it seems).
19883  Branch: cfgperl
19884        ! thread.h
19885 ____________________________________________________________________________
19886 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19887     Log: vmesaish.h doesn't exclude unixish.h.
19888  Branch: cfgperl
19889        ! perl.h
19890 ____________________________________________________________________________
19891 [  2017] By: jhi                                   on 1998/10/19  06:44:19
19892     Log: 1<<$randbits is not good for randbits=48.
19893  Branch: cfgperl
19894        ! t/op/rand.t
19895 ____________________________________________________________________________
19896 [  2016] By: jhi                                   on 1998/10/19  06:39:47
19897     Log: Make #2012 glob pattern more portable.
19898  Branch: cfgperl
19899        ! Makefile.SH
19900 ____________________________________________________________________________
19901 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
19902     Log: Fix POSIX::sigprocmask not to check type of $old parameter
19903          as it is output only
19904  Branch: maint-5.005/perl
19905        ! ext/POSIX/POSIX.xs
19906 ____________________________________________________________________________
19907 [  2012] By: jhi                                   on 1998/10/17  15:04:23
19908     Log: clean numbered core dumps and t/tmp[0-9]*.
19909  Branch: cfgperl
19910        ! Makefile.SH
19911 ____________________________________________________________________________
19912 [  2011] By: jhi                                   on 1998/10/17  14:59:15
19913     Log: More robust yacc/bison failure output handling.
19914  Branch: cfgperl
19915        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19916 ____________________________________________________________________________
19917 [  2010] By: jhi                                   on 1998/10/17  14:51:05
19918     Log: BC2000 POSIX update.
19919  Branch: cfgperl
19920        ! MANIFEST
19921 ____________________________________________________________________________
19922 [  2009] By: jhi                                   on 1998/10/17  14:49:46
19923     Log: POSIX BC2000 port from perl-mvs:
19924          
19925          Subject: Ported perl 5.005.02 to BS2000 / POSIX
19926          From: Dorner Thomas <Thomas.Dorner@start.de> 
19927          Date: Tue, 29 Sep 1998 13:29:36 +0100 
19928          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
19929  Branch: cfgperl
19930        + README.posix-bc hints/posix-bc.sh
19931        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
19932        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
19933        ! unixish.h
19934 ____________________________________________________________________________
19935 [  2008] By: jhi                                   on 1998/10/17  14:07:49
19936     Log: VM/ESA-update.
19937  Branch: cfgperl
19938        ! MANIFEST
19939 ____________________________________________________________________________
19940 [  2007] By: jhi                                   on 1998/10/17  13:55:34
19941     Log: Forgot few S_I* imports.
19942  Branch: cfgperl
19943        ! t/lib/ipc_sysv.t
19944 ____________________________________________________________________________
19945 [  2006] By: jhi                                   on 1998/10/17  13:43:54
19946     Log: The VM/ESA port essentials, based on
19947          
19948          perl-mvs:
19949          
19950          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19951          Subject: Re: Can't find Data/Dumper.pm
19952          Date: Mon, 28 Sep 1998 07:40:49 +1300
19953          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
19954          
19955          private email:
19956          
19957          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19958          Subject: Re: Perl thread problems in VM/ESA
19959          Date: Thu, 15 Oct 1998 07:18:35 +1300
19960          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
19961          
19962          and private email:
19963          
19964          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
19965          Subject:  perl archive
19966          Date:  Sun, 11 Oct 1998 19:28:54 EDT
19967          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
19968          which gave a pointer to
19969          
19970          http://pucc.princeton.edu/~neale/perl.tar
19971          
19972          (based on Perl 5.005_51)
19973  Branch: cfgperl
19974        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19975        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
19976        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
19977        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
19978 ____________________________________________________________________________
19979 [  2005] By: jhi                                   on 1998/10/17  13:17:19
19980     Log: Integrate mainperl.
19981  Branch: cfgperl
19982       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
19983       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19984       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
19985       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
19986       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
19987       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
19988       !> win32/makefile.mk
19989 ____________________________________________________________________________
19990 [  2004] By: jhi                                   on 1998/10/17  11:19:06
19991     Log: Removed an extra ' from the int64_t test.
19992  Branch: cfgperl
19993        ! Configure
19994 ____________________________________________________________________________
19995 [  2003] By: gsar                                  on 1998/10/17  04:11:40
19996     Log: silence -w noises (suggested by Greg Bacon)
19997  Branch: perl
19998        ! lib/Term/Complete.pm
19999 ____________________________________________________________________________
20000 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20001     Log: From: Gisle Aas <gisle@aas.no>
20002          Date: 14 Oct 1998 15:53:14 +0200
20003          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20004          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20005  Branch: perl
20006        ! util.c
20007 ____________________________________________________________________________
20008 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20009     Log: From: Gisle Aas <gisle@aas.no>
20010          Date: 14 Oct 1998 15:17:44 +0200
20011          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20012          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20013  Branch: perl
20014        ! toke.c
20015 ____________________________________________________________________________
20016 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20017     Log: From: Gisle Aas <gisle@aas.no>
20018          Date: 14 Oct 1998 00:38:06 +0200
20019          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20020          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20021  Branch: perl
20022        ! sv.c
20023 ____________________________________________________________________________
20024 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20025     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20026          Date: Tue, 13 Oct 1998 15:10:57 -0700
20027          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20028          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20029  Branch: perl
20030        ! vms/ext/Stdio/Stdio.pm
20031 ____________________________________________________________________________
20032 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20033     Log: skip readonly vars and unref references when doing a reset()
20034  Branch: perl
20035        ! sv.c
20036 ____________________________________________________________________________
20037 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20038     Log: fix buggy treatment of large checksums on unicode strings
20039          From: Gisle Aas <gisle@aas.no>
20040          Date: 13 Oct 1998 21:35:39 +0200
20041          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20042          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20043  Branch: perl
20044        ! pp.c
20045 ____________________________________________________________________________
20046 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20047     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20048          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20049          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20050          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20051  Branch: perl
20052        ! os2/Makefile.SHs os2/os2.c
20053 ____________________________________________________________________________
20054 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20055     Log: clarify section name rules for typemaps
20056  Branch: perl
20057        ! pod/perlxs.pod
20058 ____________________________________________________________________________
20059 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20060     Log: whitespace-proof grent.t
20061  Branch: perl
20062        ! t/op/grent.t
20063 ____________________________________________________________________________
20064 [  1993] By: gsar                                  on 1998/10/17  02:27:29
20065     Log: fix bug in B::CC::pp_sassign()
20066          From: "vishal bhatia" <vishalb@hotmail.com>
20067          Date: Sun, 11 Oct 1998 18:41:38 PDT
20068          Message-ID: <19981012014139.19614.qmail@hotmail.com>
20069          Subject: B::CC problems with pp_sassign routine
20070  Branch: perl
20071        ! ext/B/B/CC.pm
20072 ____________________________________________________________________________
20073 [  1992] By: gsar                                  on 1998/10/17  02:17:49
20074     Log: applied suggested patch with small doc tweak
20075          From: Gisle Aas <gisle@aas.no>
20076          Date: 11 Oct 1998 12:53:13 +0200
20077          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
20078          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
20079  Branch: perl
20080        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
20081        ! t/op/tiehandle.t
20082 ____________________________________________________________________________
20083 [  1991] By: gsar                                  on 1998/10/17  02:08:30
20084     Log: apply non-conflicting parts from suggested patch
20085          From: jan.dubois@ibm.net (Jan Dubois)
20086          Date: Sat, 10 Oct 1998 13:15:45 +0200
20087          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
20088          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
20089  Branch: perl
20090        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20091 ____________________________________________________________________________
20092 [  1990] By: gsar                                  on 1998/10/17  02:01:24
20093     Log: provide option to enable optimization with VC (suggested by Jan
20094          Dubois)
20095  Branch: perl
20096        ! win32/Makefile win32/makefile.mk
20097 ____________________________________________________________________________
20098 [  1989] By: gsar                                  on 1998/10/17  01:55:27
20099     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
20100          Dave Leppik <dleppik@gage.com>
20101  Branch: perl
20102        ! perl.h
20103 ____________________________________________________________________________
20104 [  1988] By: gsar                                  on 1998/10/17  01:49:05
20105     Log: stray typo found by Hugo van der Sanden
20106  Branch: perl
20107        ! op.c
20108 ____________________________________________________________________________
20109 [  1987] By: gsar                                  on 1998/10/17  01:45:52
20110     Log: perldoc pod update
20111          From: Daniel Grisinger <dgris@perrin.dimensional.com>
20112          Date: 06 Oct 1998 23:56:51 -0600
20113          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
20114          Subject: [PATCH _02 and _52] perldoc
20115  Branch: perl
20116        ! utils/perldoc.PL
20117 ____________________________________________________________________________
20118 [  1986] By: gsar                                  on 1998/10/17  01:41:40
20119     Log: qualify names of builtins
20120  Branch: perl
20121        ! ext/POSIX/POSIX.pm
20122 ____________________________________________________________________________
20123 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
20124     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20125          Date: Thu, 17 Sep 1998 17:16:06 +0200
20126          Message-ID: <360127B6.E44564A@ispsoft.de>
20127          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20128  Branch: maint-5.005/perl
20129        ! lib/ExtUtils/MakeMaker.pm
20130 ____________________________________________________________________________
20131 [  1978] By: gsar                                  on 1998/10/16  01:58:58
20132     Log: integrate cfgperl mods into mainline
20133  Branch: perl
20134       +> ext/DynaLoader/dl_vmesa.xs
20135        ! Porting/genlog
20136       !> Configure MANIFEST Makefile.SH config_h.SH
20137       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20138       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
20139       !> x2p/Makefile.SH
20140 ____________________________________________________________________________
20141 [  1976] By: gsar                                  on 1998/10/16  00:10:52
20142     Log: stray tweak
20143  Branch: perl
20144        ! op.c
20145 ____________________________________________________________________________
20146 [  1975] By: gsar                                  on 1998/10/15  23:54:38
20147     Log: propagate typeness of lexicals while cloning them
20148  Branch: perl
20149        ! op.c
20150 ____________________________________________________________________________
20151 [  1974] By: gsar                                  on 1998/10/15  23:53:25
20152     Log: s/last/first/ typo in append_list()
20153  Branch: perl
20154        ! op.c
20155 ____________________________________________________________________________
20156 [  1973] By: gsar                                  on 1998/10/15  20:06:17
20157     Log: nuke confperl branch and contents
20158  Branch: confperl
20159        - (delete 1284 files)
20160 ____________________________________________________________________________
20161 [  1972] By: jhi                                   on 1998/10/15  07:07:35
20162     Log: Test #162 had been added but the "print 1..161" had not been updated.
20163  Branch: cfgperl
20164        ! t/op/pat.t
20165 ____________________________________________________________________________
20166 [  1971] By: gsar                                  on 1998/10/15  03:09:58
20167     Log: check in all confperl changes as of change#1964 into cfgperl
20168  Branch: cfgperl
20169        + ext/DynaLoader/dl_vmesa.xs
20170        ! Configure MANIFEST Makefile.SH config_h.SH
20171        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20172        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
20173 ____________________________________________________________________________
20174 [  1970] By: gsar                                  on 1998/10/15  03:05:59
20175     Log: integrate mainline to get tr.t
20176  Branch: cfgperl
20177       +> t/op/tr.t
20178 ____________________________________________________________________________
20179 [  1969] By: gsar                                  on 1998/10/15  03:04:17
20180     Log: add missing tr.t to repository
20181  Branch: perl
20182        + t/op/tr.t
20183 ____________________________________________________________________________
20184 [  1968] By: gsar                                  on 1998/10/15  03:02:43
20185     Log: create cfgperl branch
20186  Branch: cfgperl
20187       +> (branch 1282 files)
20188 ____________________________________________________________________________
20189 [  1967] By: gsar                                  on 1998/10/15  02:46:08
20190     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
20191          (MAN3PODS cannot be set to ' '; stray stricture violation)
20192  Branch: perl
20193        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
20194        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
20195        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
20196        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
20197        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
20198        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
20199        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
20200        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
20201        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
20202        ! lib/ExtUtils/MM_Unix.pm
20203 ____________________________________________________________________________
20204 [  1966] By: gsar                                  on 1998/10/15  02:19:03
20205     Log: tweak to make fix in change#1944 behave correctly for closures
20206          created within eval''
20207  Branch: perl
20208        ! op.c t/op/eval.t
20209 ____________________________________________________________________________
20210 [  1965] By: gsar                                  on 1998/10/14  23:22:41
20211     Log: use better numbers for exitstatus test
20212  Branch: perl
20213        ! t/op/die_exit.t
20214 ____________________________________________________________________________
20215 [  1964] By: jhi                                   on 1998/10/14  17:25:41
20216     Log: Add VM/ESA dynaloading (uses <dll.h>).
20217  Branch: confperl
20218        + ext/DynaLoader/dl_vmesa.xs
20219        ! MANIFEST
20220 ____________________________________________________________________________
20221 [  1963] By: jhi                                   on 1998/10/14  17:17:10
20222     Log: Remove a2p.loadmap in 'clean' target.
20223  Branch: confperl
20224        ! x2p/Makefile.SH
20225 ____________________________________________________________________________
20226 [  1962] By: jhi                                   on 1998/10/14  17:13:11
20227     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
20228  Branch: confperl
20229        ! Makefile.SH
20230 ____________________________________________________________________________
20231 [  1961] By: jhi                                   on 1998/10/14  16:27:39
20232     Log: VM/ESA creates executable.loadmaps.
20233  Branch: confperl
20234        ! Makefile.SH
20235 ____________________________________________________________________________
20236 [  1960] By: jhi                                   on 1998/10/14  15:37:39
20237     Log: Introduce SCHED_YIELD (one of sched_yield(),
20238          pthread_yield(), or pthread_yield(NULL)).
20239          YIELD is then defined using SCHED_YIELD unless
20240          a platform-specific YIELD has already been defined.
20241          
20242          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
20243          
20244          The need for pthread_yield(NULL) and pthread_attr_setdet...
20245          introduced by (private email)
20246          
20247          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20248          Date: Sat, 10 Oct 1998 21:08:15 +1300
20249          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
20250          Subject: Re: Perl thread problems in VM/ESA
20251          
20252          Better select() protoprobe (for AIX), from (private email)
20253          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20254          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
20255          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
20256          Subject: AIX select (fwd)
20257          From: Lars Hecking <lhecking@nmrc.ucc.ie>
20258          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
20259          Date: Fri, 2 Oct 1998 10:40:01 +0100
20260          Subject: AIX select
20261          
20262          Linux-avoid-so.X.Y, based on
20263          From: "Kurt D. Starsinic" <kstar@chapin.edu>
20264          Date: Tue, 13 Oct 1998 15:55:07 -0400
20265          Message-ID: <19981013155507.B4004@O2.chapin.edu>
20266          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
20267  Branch: confperl
20268        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
20269        ! thread.h
20270 ____________________________________________________________________________
20271 [  1959] By: jhi                                   on 1998/10/14  12:51:26
20272     Log: Some old pthread implementations have
20273          pthread_attr_setdetachstate(pthread_attr_t*, int*).
20274  Branch: confperl
20275        ! ext/Thread/Thread.xs
20276 ____________________________________________________________________________
20277 [  1958] By: jhi                                   on 1998/10/14  12:41:11
20278     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
20279          counterparts will follow soon.
20280  Branch: confperl
20281        ! thread.h
20282 ____________________________________________________________________________
20283 [  1957] By: jhi                                   on 1998/10/14  12:38:11
20284     Log: Add tr.t (MANIFEST already knew about it, strange)
20285  Branch: confperl
20286        + t/op/tr.t
20287 ____________________________________________________________________________
20288 [  1956] By: jhi                                   on 1998/10/14  12:24:35
20289     Log: Mutexen should be initialized only once.
20290  Branch: confperl
20291        ! gv.c op.c
20292 ____________________________________________________________________________
20293 [  1955] By: jhi                                   on 1998/10/14  12:19:38
20294     Log: os390 has its own cppstdin.
20295  Branch: confperl
20296        ! hints/os390.sh
20297 ____________________________________________________________________________
20298 [  1954] By: jhi                                   on 1998/10/14  12:15:06
20299     Log: Integrate with mainperl.
20300  Branch: confperl
20301       !> (integrate 1280 files)
20302 ____________________________________________________________________________
20303 [  1953] By: jhi                                   on 1998/10/14  11:48:08
20304     Log: Removed duplicate CMA threads code for HPUX 10.X.
20305          (probably residue of patch(1) being too understanding)
20306          Enhanced 64-bit settings. (redo change#1940)
20307  Branch: confperl
20308        ! hints/hpux.sh
20309 ____________________________________________________________________________
20310 [  1952] By: jhi                                   on 1998/10/14  11:45:16
20311     Log: (redo change#1949) Detypo in the d_open64 warning about
20312          the impending WHOA.
20313  Branch: confperl
20314        ! hints/irix_6.sh
20315 ____________________________________________________________________________
20316 [  1951] By: jhi                                   on 1998/10/14  10:54:16
20317     Log: Mutexen should only be inited once, after they have been New()ed.
20318  Branch: confperl
20319        ! gv.c op.c
20320 ____________________________________________________________________________
20321 [  1950] By: jhi                                   on 1998/10/14  10:41:43
20322     Log: Own cppstdin.
20323  Branch: confperl
20324        ! hints/os390.sh
20325 ____________________________________________________________________________
20326 [  1949] By: jhi                                   on 1998/10/14  10:34:23
20327     Log: Detypo in the d_open64 warning about the impending WHOA.
20328  Branch: confperl
20329        ! hints/irix_6.sh
20330 ____________________________________________________________________________
20331 [  1948] By: gsar                                  on 1998/10/14  05:38:01
20332     Log: two typos
20333  Branch: perl
20334        ! pp_hot.c t/op/eval.t
20335 ____________________________________________________________________________
20336 [  1947] By: gsar                                  on 1998/10/14  05:37:10
20337     Log: let docatch() pass the buck when restartop turns out to be null,
20338          making exceptions in BEGIN{} propagate as expected
20339  Branch: perl
20340        ! pp_ctl.c t/op/misc.t
20341 ____________________________________________________________________________
20342 [  1946] By: gsar                                  on 1998/10/13  03:41:49
20343     Log: add missing file from change#1943
20344  Branch: perl
20345        ! proto.h
20346 ____________________________________________________________________________
20347 [  1945] By: gsar                                  on 1998/10/13  03:32:02
20348     Log: defer "deep recursion" warnings until CXt_SUB context is properly
20349          set up
20350  Branch: perl
20351        ! pp_hot.c t/pragma/warn/pp_hot
20352 ____________________________________________________________________________
20353 [  1944] By: gsar                                  on 1998/10/13  03:15:50
20354     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
20355          fixup the cop_seq value that must be seen by lexical lookups that
20356          emanate within eval''
20357  Branch: perl
20358        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
20359 ____________________________________________________________________________
20360 [  1943] By: gsar                                  on 1998/10/13  02:06:09
20361     Log: ensure recursive attempts to findlex()icals know enough about where
20362          the last eval'' context was encountered
20363  Branch: perl
20364        ! op.c t/op/eval.t
20365 ____________________________________________________________________________
20366 [  1942] By: gsar                                  on 1998/10/13  02:01:24
20367     Log: force copy of substrings when matching against temporaries
20368  Branch: perl
20369        ! pp_hot.c t/op/pat.t
20370 ____________________________________________________________________________
20371 [  1941] By: gsar                                  on 1998/10/13  01:49:16
20372     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
20373          implementation)
20374  Branch: perl
20375        ! pp_ctl.c t/op/runlevel.t
20376 ____________________________________________________________________________
20377 [  1940] By: jhi                                   on 1998/10/12  09:57:44
20378     Log: Removed duplicate CMA threads code for HPUX 10.X.
20379          (probably residue of patch(1) being too understanding)
20380          Enhanced 64-bit settings.
20381  Branch: confperl
20382        ! hints/hpux.sh
20383 ____________________________________________________________________________
20384 [  1939] By: jhi                                   on 1998/10/12  09:53:11
20385     Log: Initial sync from mainline perl.
20386  Branch: confperl
20387        + (add 1282 files)
20388 ____________________________________________________________________________
20389 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20390     Log: fix $/ init for USE_THREADS
20391  Branch: perl
20392        ! perl.c
20393 ____________________________________________________________________________
20394 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20395     Log: fix globals caught by change#1927; builds and tests on Solaris
20396  Branch: perl
20397        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20398        ! warning.h warning.pl
20399 ____________________________________________________________________________
20400 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20401     Log: add test for previous fix
20402  Branch: perl
20403        ! ext/Thread/create.t
20404 ____________________________________________________________________________
20405 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20406     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20407  Branch: perl
20408        ! util.c
20409 ____________________________________________________________________________
20410 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20411     Log: undo bogus part of change#1903 (as pointed out by Larry)
20412  Branch: perl
20413        ! pp_ctl.c
20414 ____________________________________________________________________________
20415 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20416     Log: added tweaked version of suggested patch
20417          From: jan.dubois@ibm.net (Jan Dubois)
20418          Date: Sat, 03 Oct 1998 19:04:48 +0200
20419          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20420          Subject: [PATCH 5.005_52] More MakeMaker  patches
20421  Branch: perl
20422        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20423        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
20424 ____________________________________________________________________________
20425 [  1931] By: gsar                                  on 1998/10/06  04:04:33
20426     Log: use cpp symbols instead of hardwired constants
20427          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20428          Date: Mon, 05 Oct 1998 09:23:33 +0100
20429          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
20430          Subject: [PATCH 5.005_52] By the numbers (resend)
20431  Branch: perl
20432        ! op.c
20433 ____________________________________________________________________________
20434 [  1930] By: gsar                                  on 1998/10/06  04:01:55
20435     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20436          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
20437          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
20438          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
20439  Branch: perl
20440        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
20441        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
20442 ____________________________________________________________________________
20443 [  1929] By: gsar                                  on 1998/10/06  03:50:36
20444     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20445          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
20446          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
20447          Subject: [PATCH 5.00552] Minor test improvement
20448  Branch: perl
20449        ! t/op/magic.t
20450 ____________________________________________________________________________
20451 [  1928] By: gsar                                  on 1998/10/06  03:49:03
20452     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20453          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
20454          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
20455          Subject: [PATCH 5.00552] emacs/ptags inprovements
20456  Branch: perl
20457        ! emacs/ptags
20458 ____________________________________________________________________________
20459 [  1927] By: gsar                                  on 1998/10/06  03:47:44
20460     Log: disable C<#define dirty PL_dirty> et al.
20461  Branch: perl
20462        ! embed.pl embedvar.h
20463 ____________________________________________________________________________
20464 [  1926] By: gsar                                  on 1998/10/06  03:43:32
20465     Log: From: Mark-Jason Dominus <mjd@plover.com>
20466          Date: Sun, 04 Oct 1998 14:48:11 -0400
20467          Message-ID: <19981004184811.16048.qmail@plover.com>
20468          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
20469  Branch: perl
20470        ! utils/perldoc.PL
20471 ____________________________________________________________________________
20472 [  1925] By: gsar                                  on 1998/10/06  03:27:35
20473     Log: disable USE_THREADS when PERL_OBJECT is enabled
20474  Branch: perl
20475        ! win32/Makefile win32/makefile.mk
20476 ____________________________________________________________________________
20477 [  1924] By: gsar                                  on 1998/10/06  03:26:54
20478     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
20479  Branch: perl
20480        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
20481        ! vms/perly_c.vms
20482 ____________________________________________________________________________
20483 [  1923] By: gsar                                  on 1998/10/03  05:19:56
20484     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
20485          overridden
20486  Branch: perl
20487        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
20488        ! proto.h vms/perly_c.vms
20489 ____________________________________________________________________________
20490 [  1922] By: gsar                                  on 1998/10/03  03:59:50
20491     Log: suppress manifypods leak in extensions
20492  Branch: perl
20493        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
20494 ____________________________________________________________________________
20495 [  1921] By: gsar                                  on 1998/10/02  22:30:15
20496     Log: os390 fixes (suggested by Peter Prymmer)
20497  Branch: perl
20498        ! Makefile.SH regcomp.c
20499 ____________________________________________________________________________
20500 [  1920] By: gsar                                  on 1998/10/02  21:41:19
20501     Log: squelch undef warnings
20502          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20503          Date: Fri, 02 Oct 1998 11:01:14 +0100
20504          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
20505          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
20506  Branch: perl
20507        ! Changes lib/Math/BigInt.pm
20508 ____________________________________________________________________________
20509 [  1919] By: gsar                                  on 1998/10/02  04:59:13
20510     Log: add note to INSTALL about ANSI C
20511  Branch: perl
20512        ! INSTALL
20513 ____________________________________________________________________________
20514 [  1918] By: gsar                                  on 1998/10/02  04:21:10
20515     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
20516          From: jan.dubois@ibm.net (Jan Dubois)
20517          Date: Wed, 30 Sep 1998 23:35:30 +0200
20518          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
20519          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
20520  Branch: perl
20521        ! lib/ExtUtils/xsubpp
20522 ____________________________________________________________________________
20523 [  1917] By: gsar                                  on 1998/10/02  04:16:02
20524     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20525          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
20526          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
20527          Subject: Re: Configure test for selectbits busted
20528  Branch: perl
20529        ! Configure
20530 ____________________________________________________________________________
20531 [  1916] By: gsar                                  on 1998/10/02  04:14:17
20532     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20533          Date: Wed, 30 Sep 1998 17:15:20 -0700
20534          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
20535          Subject: [PATCH 5.005_02]VMS config tweaks
20536  Branch: perl
20537        ! vms/descrip_mms.template vms/subconfigure.com
20538 ____________________________________________________________________________
20539 [  1915] By: gsar                                  on 1998/10/02  04:10:47
20540     Log: use Off_t to permit 64-bit seek()
20541          From: Scott Henry <scotth@sgi.com>
20542          Date: 29 Sep 1998 17:38:46 -0700
20543          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
20544          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
20545          --
20546          Date: 28 Sep 1998 18:55:37 -0700
20547          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
20548          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20549  Branch: perl
20550        ! doio.c pp_sys.c proto.h sv.c
20551 ____________________________________________________________________________
20552 [  1914] By: gsar                                  on 1998/10/02  04:05:36
20553     Log: normalize tm struct passed to strftime() with mktime()
20554          From: Spider Boardman <spider@orb.nashua.nh.us>
20555          Date: Wed, 30 Sep 1998 15:12:09 -0400
20556          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
20557          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
20558  Branch: perl
20559        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20560 ____________________________________________________________________________
20561 [  1913] By: gsar                                  on 1998/10/02  03:59:46
20562     Log: don't try to run foo_SH.orig etc.
20563  Branch: perl
20564        ! Configure
20565 ____________________________________________________________________________
20566 [  1912] By: gsar                                  on 1998/10/02  03:45:37
20567     Log: make warning about glob process failure optional
20568  Branch: perl
20569        ! pod/perldiag.pod pp_hot.c
20570 ____________________________________________________________________________
20571 [  1911] By: gsar                                  on 1998/10/02  02:52:21
20572     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
20573          From: Dominic Dunlop <domo@vo.lu>
20574          Date: Tue, 29 Sep 1998 21:06:30 +0000
20575          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
20576          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
20577          --
20578          Date: Wed, 30 Sep 1998 11:46:44 +0000
20579          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
20580          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
20581  Branch: perl
20582        ! pod/perldiag.pod regcomp.c
20583 ____________________________________________________________________________
20584 [  1910] By: gsar                                  on 1998/10/02  02:48:48
20585     Log: minor Configure tweaks (via private mail)
20586          From: Jarkko Hietaniemi <jhi@iki.fi>
20587          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
20588          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
20589          Subject: [PATCH] 5.005_52: the drizzle continues
20590  Branch: perl
20591        ! Configure config_h.SH handy.h
20592 ____________________________________________________________________________
20593 [  1909] By: gsar                                  on 1998/10/02  02:46:39
20594     Log: update SCO hints for dynamic loading
20595          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20596          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
20597          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
20598          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20599          --
20600          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
20601          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
20602          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20603  Branch: perl
20604        ! hints/sco.sh
20605 ____________________________________________________________________________
20606 [  1908] By: gsar                                  on 1998/10/02  02:33:39
20607     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
20608  Branch: perl
20609        ! lib/File/Find.pm
20610 ____________________________________________________________________________
20611 [  1907] By: gsar                                  on 1998/10/02  02:21:52
20612     Log: applied patches, but retained old behavior for win32 (where compilers
20613          can't read from stdin at all)
20614          From: Graham Barr <gbarr@ti.com>
20615          Date: Mon, 28 Sep 1998 09:41:49 -0500
20616          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20617          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20618          --
20619          Date: Tue, 29 Sep 1998 12:35:43 -0500
20620          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20621          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20622  Branch: perl
20623        ! ext/Errno/Errno_pm.PL
20624 ____________________________________________________________________________
20625 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20626     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20627          Hietaniemi)
20628  Branch: perl
20629        ! t/op/grent.t
20630 ____________________________________________________________________________
20631 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20632     Log: win32 caveats about truncate()
20633  Branch: perl
20634        ! pod/perlport.pod
20635 ____________________________________________________________________________
20636 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20637     Log: various Configure and hints updates (prefer drand48() or random()
20638          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20639          applied modulo SCO hints superceded by later patch
20640          From: Jarkko Hietaniemi <jhi@iki.fi>
20641          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20642          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20643          Subject: [PATCH] 5.005_52: Configure et al:
20644  Branch: perl
20645        + ext/IPC/SysV/hints/next_3.pl
20646        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20647        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20648        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20649 ____________________________________________________________________________
20650 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20651     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20652          Date: Mon, 28 Sep 1998 17:41:49 +0100
20653          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20654          Subject: [PATCH 5.005_52] Re: More on ?p 
20655          --
20656          Date: Thu, 01 Oct 1998 09:10:58 +0100
20657          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20658          Subject: [PATCH 5.005_52] ?p fix
20659          --
20660          Date: Thu, 01 Oct 1998 10:45:56 +0100
20661          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20662          Subject: [PATCH 5.005_52] more on ?p
20663  Branch: perl
20664        ! pp_ctl.c
20665 ____________________________________________________________________________
20666 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20667     Log: From: Kenneth Duda <kjd@cisco.com>
20668          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20669          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20670          Subject: writemain dies when there are more than 4000 characters of extensions
20671  Branch: perl
20672        ! writemain.SH
20673 ____________________________________________________________________________
20674 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20675     Log: tweak run_byacc recipe
20676  Branch: perl
20677        ! Makefile.SH Porting/pumpkin.pod
20678 ____________________________________________________________________________
20679 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20680     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20681  Branch: perl
20682        ! perl.h pp_ctl.c
20683 ____________________________________________________________________________
20684 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20685     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20686          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20687          Dvornik)
20688  Branch: perl
20689        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20690 ____________________________________________________________________________
20691 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20692     Log: flush unsubmitted 5.00552 change
20693  Branch: perl
20694        ! MANIFEST
20695 ____________________________________________________________________________
20696 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20697     Log: run vms_yfix.pl
20698  Branch: perl
20699        ! vms/perly_c.vms
20700 ____________________________________________________________________________
20701 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20702     Log: small tweak on last change
20703  Branch: perl
20704        ! win32/win32.c
20705 ____________________________________________________________________________
20706 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20707     Log: fix win32_stat() to do the right thing for share names
20708  Branch: perl
20709        ! win32/win32.c
20710 ____________________________________________________________________________
20711 [  1891] By: larry                                 on 1998/09/25  18:50:40
20712     Log: Fixed apostrophe problem from Mark Knutsen.
20713  Branch: perl
20714        ! sv.h
20715
20716 ----------------
20717 Version 5.005_52
20718 ----------------
20719
20720 ____________________________________________________________________________
20721 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20722     Log: update template config.sh, add new config vars to win32 stuff
20723  Branch: perl
20724        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20725        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20726        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20727        ! win32/config_H.vc win32/win32.h
20728 ____________________________________________________________________________
20729 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20730     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20731          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20732          of full-fledged 64-bit support (including support for: fseeko/ftello,
20733          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20734          in Fcntl)
20735          From: Jarkko Hietaniemi <jhi@iki.fi>
20736          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20737          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20738          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20739          --
20740          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20741          Date: 12 Sep 1998 09:44:25 +0300
20742          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20743          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20744  Branch: perl
20745        + lib/filetest.pm
20746        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20747        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20748        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20749        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20750        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20751        ! win32/makedef.pl
20752 ____________________________________________________________________________
20753 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20754     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20755  Branch: perl
20756        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20757        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20758        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20759 ____________________________________________________________________________
20760 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20761     Log: win32.c tweak
20762  Branch: perl
20763        ! win32/win32.c
20764 ____________________________________________________________________________
20765 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20766     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20767  Branch: perl
20768        ! lib/ExtUtils/MakeMaker.pm
20769 ____________________________________________________________________________
20770 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20771     Log: From: Dominic Dunlop <domo@vo.lu>
20772          Date: Thu, 10 Sep 1998 11:02:46 +0000
20773          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20774          Subject: MM_Unix::canonpath erroneously turns leading // into /
20775  Branch: perl
20776        ! lib/ExtUtils/MM_Unix.pm
20777 ____________________________________________________________________________
20778 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20779     Log: temporarily disable perl malloc for a2p until we clean up
20780          conflicting malloc() declarations everywhere
20781  Branch: perl
20782        ! x2p/Makefile.SH
20783 ____________________________________________________________________________
20784 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20785     Log: remove obsolete win32/bin/*.pl
20786  Branch: perl
20787        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20788        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20789 ____________________________________________________________________________
20790 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20791     Log: missing file in last submit
20792  Branch: perl
20793        ! proto.h
20794 ____________________________________________________________________________
20795 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20796     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20797  Branch: perl
20798        ! sv.c
20799 ____________________________________________________________________________
20800 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20801     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20802          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20803          Date: Thu, 24 Sep 1998 22:01:09 +0900
20804          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20805          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20806  Branch: perl
20807        ! hv.c proto.h
20808 ____________________________________________________________________________
20809 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20810     Log: tweaks to enable PERL_OBJECT to build & test on win32
20811  Branch: perl
20812        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20813        ! win32/GenCAPI.pl
20814 ____________________________________________________________________________
20815 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20816     Log: fix change#1861, which breaks default boot_xxx symbol generation
20817  Branch: perl
20818        ! lib/ExtUtils/Mksymlists.pm
20819 ____________________________________________________________________________
20820 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20821     Log: two tweaks for clean build and test on Solaris
20822  Branch: perl
20823        ! op.c t/op/subst.t
20824 ____________________________________________________________________________
20825 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20826     Log: From: Colin Kuskie <ckuskie@cadence.com>
20827          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20828          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20829          Subject: [PATCH 5.005_51] perlform.pod
20830  Branch: perl
20831        ! pod/perlform.pod
20832 ____________________________________________________________________________
20833 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20834     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20835          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20836          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20837          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20838  Branch: perl
20839        ! regexec.c
20840 ____________________________________________________________________________
20841 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20842     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20843          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20844          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20845          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20846  Branch: perl
20847        ! toke.c
20848 ____________________________________________________________________________
20849 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20850     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20851          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20852          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20853          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20854  Branch: perl
20855        ! Changes regcomp.c
20856 ____________________________________________________________________________
20857 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20858     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20859          Date: Sun, 23 Aug 1998 23:18:38 PDT
20860          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20861          Subject: new irix_6.sh hints file
20862  Branch: perl
20863        ! hints/irix_6.sh
20864 ____________________________________________________________________________
20865 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20866     Log: correct FSF address in various places
20867  Branch: perl
20868        ! Copying README ext/B/README lib/Getopt/Long.pm
20869 ____________________________________________________________________________
20870 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20871     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20872          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20873          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20874          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20875  Branch: perl
20876        ! configure.com
20877 ____________________________________________________________________________
20878 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20879     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20880          From:    Scott Henry <scotth@sgi.com>
20881          Date:    13 Aug 1998 09:52:15 PDT
20882          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20883          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20884  Branch: perl
20885        ! hints/irix_6.sh
20886 ____________________________________________________________________________
20887 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20888     Log: From:    Nathan Torkington <gnat@frii.com>
20889          Date:    Thu, 13 Aug 1998 10:59:48 MDT
20890          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
20891          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
20892  Branch: perl
20893        ! pod/perlfunc.pod
20894 ____________________________________________________________________________
20895 [  1867] By: gsar                                  on 1998/09/24  06:45:13
20896     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
20897          that are autoloaded)
20898  Branch: perl
20899        ! pp_ctl.c
20900 ____________________________________________________________________________
20901 [  1866] By: gsar                                  on 1998/09/24  05:21:19
20902     Log: grandfather deprecated "$$<digit>" no more
20903  Branch: perl
20904        ! pod/perldiag.pod toke.c
20905 ____________________________________________________________________________
20906 [  1865] By: gsar                                  on 1998/09/24  04:52:48
20907     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
20908          low bits (suggested by Ilya Zakharevich)
20909  Branch: perl
20910        ! hv.h
20911 ____________________________________________________________________________
20912 [  1864] By: gsar                                  on 1998/09/24  04:29:14
20913     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
20914          perly_c.diff
20915  Branch: perl
20916        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
20917        ! perly_c.diff toke.c
20918 ____________________________________________________________________________
20919 [  1863] By: gsar                                  on 1998/09/24  03:36:30
20920     Log: provide locked access to string table for USE_THREADS
20921  Branch: perl
20922        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
20923 ____________________________________________________________________________
20924 [  1862] By: gsar                                  on 1998/09/24  03:30:32
20925     Log: remove bogus warn()
20926  Branch: perl
20927        ! embed.pl
20928 ____________________________________________________________________________
20929 [  1861] By: gsar                                  on 1998/09/24  02:58:51
20930     Log: applied suggested patch, adapted for all platforms
20931          From: jan.dubois@ibm.net (Jan Dubois)
20932          Date: Sun, 20 Sep 1998 12:56:38 +0200
20933          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
20934          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
20935  Branch: perl
20936        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20937        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20938        ! lib/ExtUtils/MakeMaker.pm
20939 ____________________________________________________________________________
20940 [  1860] By: gsar                                  on 1998/09/24  02:16:14
20941     Log: upgrade to CPAN-1.40
20942  Branch: perl
20943        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
20944 ____________________________________________________________________________
20945 [  1859] By: gsar                                  on 1998/09/24  02:08:59
20946     Log: use $ENV{MAKEMAKEROPT} to set default command line args
20947  Branch: perl
20948        ! lib/ExtUtils/MakeMaker.pm
20949 ____________________________________________________________________________
20950 [  1857] By: gsar                                  on 1998/09/23  10:58:36
20951     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20952          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
20953          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
20954          Subject: More verbose Test::Harness [PATCH]
20955  Branch: perl
20956        ! lib/Test/Harness.pm
20957 ____________________________________________________________________________
20958 [  1856] By: gsar                                  on 1998/09/23  10:56:24
20959     Log: update hints for OPENSTEP 4.2 on i386
20960          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
20961          Date: Sun, 20 Sep 1998 01:03:18 +0200
20962          Message-Id: <9809192303.AA29190@Spike>
20963          Subject: Perl 5.005_02 compilation problems
20964  Branch: perl
20965        ! hints/next_4.sh
20966 ____________________________________________________________________________
20967 [  1855] By: gsar                                  on 1998/09/23  10:52:27
20968     Log: reset errno after C<require> search (as suggested by Larry)
20969  Branch: perl
20970        ! pp_ctl.c
20971 ____________________________________________________________________________
20972 [  1854] By: gsar                                  on 1998/09/23  10:50:26
20973     Log: misc pod tweaks
20974  Branch: perl
20975        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
20976 ____________________________________________________________________________
20977 [  1853] By: gsar                                  on 1998/09/23  10:46:06
20978     Log: make Pod/Html.pm handle the --title option properly (as suggested
20979          by gml4410@ggr.co.uk)
20980  Branch: perl
20981        ! lib/Pod/Html.pm
20982 ____________________________________________________________________________
20983 [  1852] By: gsar                                  on 1998/09/23  10:41:39
20984     Log: SSNEW() API for allocating memory on the savestack
20985          From: Albert Dvornik <bert@genscan.com>
20986          Date: 17 Sep 1998 19:23:07 -0400
20987          Message-Id: <tqemtae338.fsf@puma.genscan.com>
20988          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
20989  Branch: perl
20990        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
20991        ! perl.h proto.h scope.c scope.h t/io/tell.t
20992 ____________________________________________________________________________
20993 [  1851] By: gsar                                  on 1998/09/23  10:37:05
20994     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20995          Date: Thu, 17 Sep 1998 17:16:06 +0200
20996          Message-ID: <360127B6.E44564A@ispsoft.de>
20997          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20998  Branch: perl
20999        ! lib/ExtUtils/MakeMaker.pm
21000 ____________________________________________________________________________
21001 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21002     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21003          Date: 15 Sep 1998 01:32:31 +0200
21004          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21005          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21006  Branch: perl
21007        ! lib/ExtUtils/MM_Unix.pm
21008 ____________________________________________________________________________
21009 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21010     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21011          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21012          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21013          Subject: Re: extralibs.ld problem in MM_VMS.pm
21014  Branch: perl
21015        ! lib/ExtUtils/MM_VMS.pm
21016 ____________________________________________________________________________
21017 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21018     Log: From: Roderick Schertler <roderick@argon.org>
21019          Date: 11 Sep 1998 16:19:21 -0400
21020          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21021          Subject: Re: Open2 and memory leaks
21022  Branch: perl
21023        ! lib/IPC/Open3.pm
21024 ____________________________________________________________________________
21025 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21026     Log: From: Roderick Schertler <roderick@argon.org>
21027          Date: Wed, 09 Sep 1998 23:52:48 -0400
21028          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21029          Subject: seed srand from /dev/urandom when possible
21030  Branch: perl
21031        ! pod/perlfunc.pod pp.c
21032 ____________________________________________________________________________
21033 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21034     Log: From: Roderick Schertler <roderick@argon.org>
21035          Date: Thu, 10 Sep 1998 00:32:17 -0400
21036          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21037          Subject: doc update for crypt()'s salt
21038  Branch: perl
21039        ! pod/perlfunc.pod
21040 ____________________________________________________________________________
21041 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21042     Log: fix h2ph handling of C<#error "foo">
21043          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21044          Date: Thu, 10 Sep 1998 09:59:33 +0900
21045          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21046          Subject: [5.005_02] h2ph problem
21047  Branch: perl
21048        ! utils/h2ph.PL
21049 ____________________________________________________________________________
21050 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21051     Log: plug strictly private function leaks in API listing
21052  Branch: perl
21053        ! pod/perlguts.pod
21054 ____________________________________________________________________________
21055 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21056     Log: hide symbol for static build
21057          From: Dominic Dunlop <domo@vo.lu>
21058          Date: Tue, 8 Sep 1998 21:40:46 +0000
21059          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21060          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21061  Branch: perl
21062        ! regcomp.c
21063 ____________________________________________________________________________
21064 [  1842] By: gsar                                  on 1998/09/23  09:52:46
21065     Log: define PUT_svindex(), PUT_opindex()
21066  Branch: perl
21067        ! ext/B/B/Assembler.pm
21068 ____________________________________________________________________________
21069 [  1841] By: gsar                                  on 1998/09/23  09:44:25
21070     Log: From: Dominic Dunlop <domo@vo.lu>
21071          Date: Tue, 8 Sep 1998 15:34:53 +0000
21072          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
21073          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
21074  Branch: perl
21075        ! t/pragma/warn/regexec
21076 ____________________________________________________________________________
21077 [  1840] By: gsar                                  on 1998/09/23  09:42:17
21078     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
21079  Branch: perl
21080        ! win32/bin/pl2bat.pl
21081 ____________________________________________________________________________
21082 [  1839] By: gsar                                  on 1998/09/23  09:38:18
21083     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
21084          Date: Mon, 7 Sep 1998 17:36:09 +0900
21085          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
21086          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
21087  Branch: perl
21088        ! ext/Thread/Thread.xs
21089 ____________________________________________________________________________
21090 [  1838] By: gsar                                  on 1998/09/23  09:21:11
21091     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
21092          Date: Thu, 10 Sep 1998 00:02:07 -0400
21093          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
21094          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
21095  Branch: perl
21096        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21097        + vos/config.h vos/config_h.SH_orig vos/perl.bind
21098        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
21099        ! MANIFEST perl.c perl.h pod/perlport.pod
21100 ____________________________________________________________________________
21101 [  1837] By: gsar                                  on 1998/09/23  08:45:58
21102     Log: (via private mail)
21103          From: Charles Bailey <BAILEY@newman.upenn.edu>
21104          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
21105          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
21106          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
21107  Branch: perl
21108        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
21109        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21110        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
21111        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
21112        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
21113        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
21114        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
21115        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
21116        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
21117        ! vms/writemain.pl
21118 ____________________________________________________________________________
21119 [  1836] By: gsar                                  on 1998/09/23  08:17:42
21120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21121          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
21122          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
21123          Subject: [PATCH 5.005_*] OS/2 spawning typos
21124  Branch: perl
21125        ! os2/os2.c
21126 ____________________________________________________________________________
21127 [  1835] By: gsar                                  on 1998/09/23  08:09:55
21128     Log: warn on C<my($foo,$foo)>
21129  Branch: perl
21130        ! op.c pod/perldiag.pod
21131 ____________________________________________________________________________
21132 [  1834] By: gsar                                  on 1998/09/23  07:35:56
21133     Log: From: pvhp@forte.com (Peter Prymmer)
21134          Date: Fri, 4 Sep 98 13:27:41 PDT
21135          Message-Id: <9809042027.AA04463@forte.com>
21136          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
21137  Branch: perl
21138        ! README.vms
21139 ____________________________________________________________________________
21140 [  1833] By: gsar                                  on 1998/09/23  07:27:34
21141     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21142          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
21143          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
21144          Subject: PATCH: 5.005_02 hint/hpux.sh
21145  Branch: perl
21146        ! hints/hpux.sh
21147 ____________________________________________________________________________
21148 [  1832] By: gsar                                  on 1998/09/23  07:22:40
21149     Log: fix (some) installhtml bugs
21150          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
21151          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
21152          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
21153          Subject: installhtml script needs work
21154  Branch: perl
21155        ! installhtml
21156 ____________________________________________________________________________
21157 [  1831] By: gsar                                  on 1998/09/23  07:19:30
21158     Log: document 'U' magic with examples
21159          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
21160          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
21161          Message-Id: <199809011455.PAA00631@sale-wts>
21162          Subject: Re: Looking for some XS MAGIC examples...
21163  Branch: perl
21164        ! pod/perlguts.pod
21165 ____________________________________________________________________________
21166 [  1830] By: gsar                                  on 1998/09/23  07:16:43
21167     Log: From: pvhp@forte.com (Peter Prymmer)
21168          Date: Mon, 31 Aug 98 17:13:49 PDT
21169          Message-Id: <9809010013.AA06737@forte.com>
21170          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
21171  Branch: perl
21172        ! README.os390
21173 ____________________________________________________________________________
21174 [  1829] By: gsar                                  on 1998/09/23  07:15:08
21175     Log: fix problematic typecast in filter_del()
21176          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
21177          Date: Mon, 31 Aug 1998 21:13:11 GMT
21178          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
21179          Subject: perl5.005_02 does not build on Cray T90
21180  Branch: perl
21181        ! toke.c
21182 ____________________________________________________________________________
21183 [  1828] By: gsar                                  on 1998/09/23  07:11:34
21184     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21185          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
21186          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
21187          Subject: [PATCH 5.005_5*] (?>) broken in RE
21188  Branch: perl
21189        ! regexec.c t/op/re_tests
21190 ____________________________________________________________________________
21191 [  1827] By: gsar                                  on 1998/09/23  07:09:50
21192     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
21193  Branch: perl
21194        ! t/op/grent.t t/op/groups.t
21195 ____________________________________________________________________________
21196 [  1826] By: gsar                                  on 1998/09/23  07:03:16
21197     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21198          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
21199          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
21200          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
21201  Branch: perl
21202        - interp.sym
21203        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
21204 ____________________________________________________________________________
21205 [  1825] By: gsar                                  on 1998/09/23  06:56:40
21206     Log: re-introduce change#1703
21207  Branch: perl
21208        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
21209 ____________________________________________________________________________
21210 [  1824] By: gsar                                  on 1998/09/23  06:44:19
21211     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21212          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
21213          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
21214          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
21215  Branch: perl
21216        ! lib/perl5db.pl
21217 ____________________________________________________________________________
21218 [  1823] By: gsar                                  on 1998/09/23  06:41:34
21219         Log: From: Joe Buehler <jhpb@hekimian.com>
21220              Date: 29 Aug 1998 17:13:28 -0400
21221              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
21222              Subject: patches for perl 5.005_51 under U/WIN
21223      Branch: perl
21224            + hints/uwin.sh
21225            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
21226            ! t/lib/posix.t
21227 ____________________________________________________________________________
21228 [  1822] By: gsar                                  on 1998/09/23  06:36:59
21229         Log: add missing C<no utf8;> tweak from Larry
21230      Branch: perl
21231            ! t/op/subst.t
21232 ____________________________________________________________________________
21233 [  1821] By: gsar                                  on 1998/09/23  06:27:51
21234         Log: s/runops/CALLRUNOPS/
21235      Branch: perl
21236            ! cc_runtime.h
21237 ____________________________________________________________________________
21238 [  1820] By: gsar                                  on 1998/09/23  06:24:49
21239         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
21240      Branch: perl
21241           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
21242           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
21243           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
21244           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
21245           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
21246           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
21247           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
21248           +> t/pragma/warn/util
21249            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
21250            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
21251            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
21252            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
21253            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
21254            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
21255            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
21256            - t/pragma/warn-util
21257            ! MANIFEST t/pragma/warning.t
21258 ____________________________________________________________________________
21259 [  1819] By: gsar                                  on 1998/09/23  06:08:46
21260         Log: make \(%foo) return refs to values (not copies of values)
21261              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21262              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
21263              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
21264              --
21265              From: Roderick Schertler <roderick@argon.org>
21266              Date: Sat, 29 Aug 1998 00:58:33 -0400
21267              Message-ID: <29894.904366713@eeyore.ibcinc.com>
21268              Subject: Re: \(%x) problems
21269      Branch: perl
21270            ! doop.c pod/perlref.pod
21271 ____________________________________________________________________________
21272 [  1818] By: gsar                                  on 1998/09/23  06:05:08
21273         Log: make h2xs generate ANSI prototypes
21274      Branch: perl
21275            ! utils/h2xs.PL
21276 ____________________________________________________________________________
21277 [  1817] By: gsar                                  on 1998/09/23  05:57:16
21278         Log: updated usethreads hints for hpux 10.X
21279              From: Matthew T Harden <mthard@mthard1.monsanto.com>
21280              Date: Fri, 28 Aug 1998 14:10:42 GMT
21281              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
21282              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
21283      Branch: perl
21284            ! hints/hpux.sh perl.h
21285 ____________________________________________________________________________
21286 [  1816] By: gsar                                  on 1998/09/23  05:53:31
21287         Log: don't create empty directories in installperl
21288              From: Robin Barker <rmb1@cise.npl.co.uk>
21289              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
21290              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
21291              Subject: [PATCH 5.005_02] install: empty dirs
21292      Branch: perl
21293            ! installperl
21294 ____________________________________________________________________________
21295 [  1815] By: gsar                                  on 1998/09/23  05:50:36
21296         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
21297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21298              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
21299              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
21300              Subject: Re: your mail
21301      Branch: perl
21302            ! regexec.c t/op/re_tests
21303 ____________________________________________________________________________
21304 [  1814] By: gsar                                  on 1998/09/23  05:45:17
21305         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21306              Date: Thu, 20 Aug 1998 20:59:03 -0400
21307              Message-ID: <19980820205903.A12908@O2.chapin.edu>
21308              Subject: [PATCH] h2ph misquotes #error directives
21309      Branch: perl
21310            ! t/lib/h2ph.pht utils/h2ph.PL
21311 ____________________________________________________________________________
21312 [  1813] By: gsar                                  on 1998/09/23  05:42:41
21313         Log: patch to support computed regular subexpressions
21314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21315              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
21316              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
21317              Subject: [5.005_5* PATCH] Postponed RE - now!
21318      Branch: perl
21319            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
21320            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
21321 ____________________________________________________________________________
21322 [  1812] By: gsar                                  on 1998/09/23  05:26:26
21323         Log: better CR-handling on shebang line and in formats (fixed variant of
21324              patch suggested by Igor Sysoev <igor@nitek.ru>)
21325      Branch: perl
21326            ! perl.c toke.c
21327 ____________________________________________________________________________
21328 [  1811] By: gsar                                  on 1998/09/23  04:35:46
21329         Log: document non-loopish blocks better
21330              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21331              Date: Tue, 18 Aug 1998 12:28:36 +0100
21332              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
21333              Subject: Re: next in do {} while block gives error message
21334      Branch: perl
21335            ! pod/perlfunc.pod
21336 ____________________________________________________________________________
21337 [  1810] By: gsar                                  on 1998/09/23  04:12:05
21338         Log: fix bogus integerization of pop()'s return value
21339              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21340              Date: Sat, 15 Aug 1998 23:27:54 -0400
21341              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
21342              Subject: Re: Complex expression does integer arithmetic 
21343      Branch: perl
21344            ! opcode.h opcode.pl
21345 ____________________________________________________________________________
21346 [  1809] By: gsar                                  on 1998/09/23  04:09:43
21347         Log: tweak README.win32
21348      Branch: perl
21349            ! README.win32
21350 ____________________________________________________________________________
21351 [  1808] By: gsar                                  on 1998/09/23  03:40:57
21352         Log: better diagnostic for do{} used as lvalue
21353      Branch: perl
21354            ! op.c pod/perlport.pod
21355 ____________________________________________________________________________
21356 [  1807] By: gsar                                  on 1998/09/23  03:38:30
21357         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
21358              From: hansm@icgroup.nl
21359              Date: Tue, 11 Aug 98 21:08:51 +0200
21360              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
21361              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21362      Branch: perl
21363            ! malloc.c
21364 ____________________________________________________________________________
21365 [  1806] By: gsar                                  on 1998/09/23  03:36:08
21366         Log: support make written in perl (aka "pmake") on win32
21367      Branch: perl
21368            ! lib/ExtUtils/MM_Win32.pm
21369 ____________________________________________________________________________
21370 [  1805] By: gsar                                  on 1998/09/23  03:30:07
21371         Log: fix mismatched UV/U32 types for to_utf8_*()
21372      Branch: perl
21373            ! utf8.c
21374 ____________________________________________________________________________
21375 [  1804] By: gsar                                  on 1998/09/23  03:22:22
21376         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21377              Date: Sun, 9 Aug 1998 22:38:23 +0200
21378              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
21379              Subject: [PATCH 5.5002] dos-djgpp update
21380      Branch: perl
21381            ! t/io/fs.t
21382 ____________________________________________________________________________
21383 [  1803] By: gsar                                  on 1998/09/23  03:20:13
21384         Log: apply minimal variant of patch (sent via private mail)
21385              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
21386              Date: Wed, 12 Aug 1998 15:42:35 +0300
21387              Message-Id: <199808121242.PAA29761@comanche.spices>
21388              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
21389      Branch: perl
21390            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21391            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21392 ____________________________________________________________________________
21393 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21394         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21395              From: pvhp@forte.com (Peter Prymmer)
21396              Date: Thu, 6 Aug 98 18:09:39 PDT
21397              Message-Id: <9808070109.AA06158@forte.com>
21398              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21399      Branch: perl
21400            ! README.os390 t/lib/searchdict.t
21401 ____________________________________________________________________________
21402 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21403         Log: silence redefined warning for XS(INIT) {}
21404      Branch: perl
21405            ! op.c
21406 ____________________________________________________________________________
21407 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21408         Log: support match indices via special variables @- and @+
21409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21410              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21411              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21412              Subject: [PATCH 5.004_76] @- and @+
21413      Branch: perl
21414            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21415            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21416 ____________________________________________________________________________
21417 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21418         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21419              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21420              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
21421              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
21422      Branch: perl
21423            ! regcomp.c t/op/re_tests
21424 ____________________________________________________________________________
21425 [  1798] By: gsar                                  on 1998/09/23  01:39:23
21426         Log: integrate maint-5.005 changes (except conflicting change#1794)
21427      Branch: perl
21428            ! Changes
21429           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
21430           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
21431           !> win32/win32.h
21432 ____________________________________________________________________________
21433 [  1797] By: gsar                                  on 1998/09/23  01:32:36
21434         Log: add note to win32/Makefile about setting CCHOME
21435      Branch: perl
21436            ! win32/Makefile win32/makefile.mk
21437 ____________________________________________________________________________
21438 [  1796] By: gsar                                  on 1998/09/23  01:31:32
21439         Log: perl.pod tweak
21440      Branch: perl
21441            ! pod/perl.pod
21442 ____________________________________________________________________________
21443 [  1795] By: gsar                                  on 1998/09/21  20:34:10
21444         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
21445      Branch: perl
21446            ! lib/ExtUtils/xsubpp
21447 ____________________________________________________________________________
21448 [  1789] By: gsar                                  on 1998/09/18  18:01:37
21449         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
21450      Branch: perl
21451            ! cop.h t/cmd/for.t
21452 ____________________________________________________________________________
21453 [  1788] By: gsar                                  on 1998/09/17  02:19:11
21454         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
21455      Branch: perl
21456            ! win32/config.bc win32/config.gc win32/config.vc
21457 ____________________________________________________________________________
21458 [  1787] By: gsar                                  on 1998/09/17  01:45:14
21459         Log: suppress bogus warning on C<sub x {} x()>
21460      Branch: perl
21461            ! toke.c
21462 ____________________________________________________________________________
21463 [  1786] By: gsar                                  on 1998/09/17  01:42:51
21464         Log: ntohl typo in objXSUB.h
21465      Branch: perl
21466            ! objXSUB.h
21467 ____________________________________________________________________________
21468 [  1785] By: gsar                                  on 1998/09/17  01:41:48
21469         Log: fill gaps in sig_* entries in win32/config.?c
21470      Branch: perl
21471            ! win32/config.bc win32/config.gc win32/config.vc
21472 ____________________________________________________________________________
21473 [  1781] By: larry                                 on 1998/09/05  23:48:24
21474         Log: tr/// logic was hosed under utf8
21475      Branch: perl
21476            ! doop.c op.c op.h pp.c proto.h
21477 ____________________________________________________________________________
21478 [  1780] By: larry                                 on 1998/09/05  23:44:16
21479         Log: several new tests needed tweaking to work under utf8
21480      Branch: perl
21481            ! t/comp/require.t t/op/pack.t t/op/substr.t
21482 ____________________________________________________________________________
21483 [  1779] By: larry                                 on 1998/09/05  23:41:42
21484         Log: index() applied BM optimization to wrong argument
21485      Branch: perl
21486            ! op.c util.c
21487 ____________________________________________________________________________
21488 [  1778] By: larry                                 on 1998/09/05  23:38:29
21489         Log: Implicit require during compile reset line numbering
21490      Branch: perl
21491            ! pp_ctl.c
21492
21493 ----------------
21494 Version 5.005_51
21495 ----------------
21496
21497 ____________________________________________________________________________
21498 [  1777] By: gsar                                  on 1998/08/10  07:02:38
21499         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
21500              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
21501              lexical warning testsuite for win32
21502      Branch: perl
21503            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
21504            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
21505            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
21506            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
21507            ! win32/Makefile win32/makefile.mk
21508 ____________________________________________________________________________
21509 [  1776] By: gsar                                  on 1998/08/09  17:53:48
21510         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
21511      Branch: perl
21512            ! Changes MANIFEST perl.c pod/perlhist.pod
21513 ____________________________________________________________________________
21514 [  1775] By: gsar                                  on 1998/08/09  14:35:33
21515         Log: tweak warning test
21516      Branch: perl
21517            ! t/pragma/warn-toke
21518 ____________________________________________________________________________
21519 [  1774] By: gsar                                  on 1998/08/09  14:13:46
21520         Log: add missing dTHR; notes for test failures due to small stacksize
21521      Branch: perl
21522            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
21523            ! toke.c universal.c util.c
21524 ____________________________________________________________________________
21525 [  1773] By: gsar                                  on 1998/08/09  11:31:53
21526         Log: lexical warnings; tweaks to places that didn't apply correctly
21527              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
21528              Date:    Wed, 29 Jul 1998 09:28:45 BST
21529              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
21530              Subject: lexical warnings patch for 5.005_50
21531      Branch: perl
21532            + README.lexwarn lib/warning.pm t/pragma/warn-2use
21533            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
21534            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
21535            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
21536            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
21537            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
21538            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
21539            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
21540            + warning.h warning.pl
21541            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
21542            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
21543            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
21544            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
21545            ! universal.c util.c
21546 ____________________________________________________________________________
21547 [  1772] By: gsar                                  on 1998/08/08  23:06:00
21548         Log: bump patchlevel to 5.005_51
21549      Branch: perl
21550            ! patchlevel.h win32/Makefile win32/config_H.bc
21551            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21552 ____________________________________________________________________________
21553 [  1771] By: gsar                                  on 1998/08/08  23:01:57
21554         Log: fix bogus warning on "\x{123}"
21555              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
21556              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
21557              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
21558              Subject: [5.005_50 PATCH] Some unicode problems
21559      Branch: perl
21560            ! regcomp.c toke.c
21561 ____________________________________________________________________________
21562 [  1770] By: gsar                                  on 1998/08/08  22:56:55
21563         Log: hide dup symbol for static build of ext/re
21564              From: Dominic Dunlop <domo@ppp72.vo.lu>
21565              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
21566              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
21567              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
21568      Branch: perl
21569            ! regcomp.c
21570 ____________________________________________________________________________
21571 [  1769] By: gsar                                  on 1998/08/08  22:45:06
21572         Log: fix double free on -Mutf8 -e '$b=uc("")'
21573              From: larry@wall.org (Larry Wall)
21574              Date: Fri, 7 Aug 1998 14:42:43 -0700
21575              Message-Id: <199808072142.OAA14920@wall.org>
21576              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
21577      Branch: perl
21578            ! pp.c
21579 ____________________________________________________________________________
21580 [  1768] By: gsar                                  on 1998/08/08  22:42:29
21581         Log: substr() assumes utf8 without say-so
21582              From: larry@wall.org (Larry Wall)
21583              Date: Fri, 7 Aug 1998 12:25:12 -0700
21584              Message-Id: <199808071925.MAA13436@wall.org>
21585              Subject: [PATCH 5.005_50] substr bug?
21586      Branch: perl
21587            ! pp.c
21588 ____________________________________________________________________________
21589 [  1767] By: gsar                                  on 1998/08/08  22:38:25
21590         Log: fix intolerance of SWASHes for blank lines
21591              From: Gisle Aas <aas@sn.no>
21592              Date: 06 Aug 1998 23:28:57 +0200
21593              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
21594              Subject: Re: Re[2]: another joyride begins
21595      Branch: perl
21596            ! lib/utf8_heavy.pl
21597 ____________________________________________________________________________
21598 [  1766] By: gsar                                  on 1998/08/08  22:33:10
21599         Log: utf8 doc tweak
21600              From: Gisle Aas <aas@sn.no>
21601              Date: 05 Aug 1998 00:41:04 +0200
21602              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
21603              Subject: Matching clumps
21604      Branch: perl
21605            ! lib/utf8.pm
21606 ____________________________________________________________________________
21607 [  1765] By: gsar                                  on 1998/08/08  22:31:37
21608         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
21609              From: Gisle Aas <aas@sn.no>
21610              Date: 04 Aug 1998 22:56:11 +0200
21611              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
21612              Subject: Re: another joyride begins
21613      Branch: perl
21614            ! lib/utf8_heavy.pl
21615 ____________________________________________________________________________
21616 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21617         Log: From: larry@wall.org (Larry Wall)
21618              Date: Tue, 4 Aug 1998 17:04:51 -0700
21619              Message-Id: <199808050004.RAA22592@wall.org>
21620              Subject: [PATCH 5.005_50] \pX not implemented!
21621      Branch: perl
21622            ! regcomp.c
21623 ____________________________________________________________________________
21624 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21625         Log: From: Stephen McCamant <alias@mcs.com>
21626              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21627              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21628              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21629      Branch: perl
21630            ! op.c
21631 ____________________________________________________________________________
21632 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21633         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21634              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21635              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21636              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21637      Branch: perl
21638            + t/op/grent.t t/op/pwent.t
21639            ! MANIFEST
21640 ____________________________________________________________________________
21641 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21642         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21643              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21644              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21645              Subject: [5.005_50 PATCH] misprint in RE engine
21646      Branch: perl
21647            ! regexec.c t/op/re_tests
21648 ____________________________________________________________________________
21649 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21650         Log: integrate maint-5.005 changes into mainline
21651      Branch: perl
21652           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21653           !> (integrate 138 files)
21654 ____________________________________________________________________________
21655 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21656         Log: create new Changes
21657      Branch: perl
21658            + Changes
21659            ! Changes5.005 MANIFEST
21660 ____________________________________________________________________________
21661 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21662         Log: rename Changes --> Changes5.005
21663      Branch: perl
21664           +> Changes5.005
21665            - Changes
21666 ____________________________________________________________________________
21667 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21668         Log: integrate 5.005_01 changes from maint
21669      Branch: perl
21670            ! Changes
21671           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21672           !> win32/win32.c
21673 ____________________________________________________________________________
21674 [  1667] By: nick                                  on 1998/07/26  14:31:01
21675         Log: Add dTHR so that it compiles miniperl in threaded mode
21676      Branch: perl
21677            ! doop.c mg.c regcomp.c regexec.c
21678 ____________________________________________________________________________
21679 [  1666] By: nick                                  on 1998/07/26  13:01:10
21680         Log: Resolve ansiperl against mainline (@1648?)
21681              Unclear that change number has "taken".
21682      Branch: ansiperl
21683           +> (branch 169 files)
21684            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21685           !> (integrate 131 files)
21686
21687 ----------------
21688 Version 5.005_50
21689 ----------------
21690
21691 ____________________________________________________________________________
21692 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21693         Log: add trailing newline to file
21694      Branch: perl
21695            ! Changes lib/unicode/blocks.txt
21696 ____________________________________________________________________________
21697 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21698         Log: integrate proto.h additions from maint-5.005
21699      Branch: perl
21700           !> pod/perlhist.pod proto.h
21701 ____________________________________________________________________________
21702 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21703         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21704              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21705              add typecasts to silence warnings; tweaks for win32 builds
21706      Branch: perl
21707            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21708            ! win32/Makefile win32/makefile.mk
21709 ____________________________________________________________________________
21710 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21711         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21712      Branch: maint-5.005/perl
21713            ! pod/perlhist.pod proto.h
21714 ____________________________________________________________________________
21715 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21716         Log: up patchlevel to 5.005_50
21717      Branch: perl
21718            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21719            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21720 ____________________________________________________________________________
21721 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21722         Log: integrate utfperl
21723      Branch: perl
21724           +> (branch 162 files)
21725           !> (integrate 29 files)
21726 ____________________________________________________________________________
21727 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21728         Log: integrate maint-5.005 changes
21729      Branch: perl
21730           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21731           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21732           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21733           !> vms/descrip_mms.template vms/subconfigure.com
21734 ____________________________________________________________________________
21735 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21736         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21737              Date: Fri, 24 Jul 1998 11:38:25 -0700
21738              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21739              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21740              --
21741              Date: Fri, 24 Jul 1998 12:30:36 -0700
21742              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21743              Subject: [PATCH 5.005]Tweaks to README.vms
21744              --
21745              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21746              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21747              Subject: [PATCH 5.005] Final build cleanup patch
21748      Branch: maint-5.005/perl
21749            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21750 ____________________________________________________________________________
21751 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21752         Log: another platform where pp_sselect() needs a whole fd_set buffer
21753              From: Lupe Christoph <lupe@alanya.m.isar.de>
21754              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21755              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21756              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21757      Branch: maint-5.005/perl
21758            ! pp_sys.c
21759 ____________________________________________________________________________
21760 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21761         Log: fix problem building modules on dos-djgpp
21762              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21763              Date: Sat, 25 Jul 1998 00:53:39 +0200
21764              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21765              Subject: [PATCH 5.005] dos-djgpp and modules problem
21766      Branch: maint-5.005/perl
21767            ! djgpp/fixpmain
21768 ____________________________________________________________________________
21769 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21770         Log: From: Tom Spindler <dogcow@home.merit.edu>
21771              Date: Wed, 22 Jul 1998 16:11:07 -0400
21772              Message-ID: <19980722161107.A16813@home.merit.edu>
21773              Subject: [PATCH 5.005] BeOS tweak
21774      Branch: maint-5.005/perl
21775            ! hints/beos.sh
21776 ____________________________________________________________________________
21777 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21778         Log: various pod tweaks
21779      Branch: maint-5.005/perl
21780            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21781            ! pod/perltoc.pod
21782 ____________________________________________________________________________
21783 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21784         Log: fix emacs/ptags for PL_* changes
21785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21786              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21787              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21788              Subject: [PATCH 5.004_76] Yet better ptags
21789      Branch: maint-5.005/perl
21790            ! emacs/ptags
21791 ____________________________________________________________________________
21792 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21793         Log: fix behavior of <=> on bigints
21794              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21795              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21796              Date: Fri, 24 Jul 1998 18:29:53 +0100
21797              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21798      Branch: maint-5.005/perl
21799            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21800 ____________________________________________________________________________
21801 [  1651] By: larry                                 on 1998/07/24  05:44:33
21802         Log: Here are the long-expected Unicode/UTF-8 modifications.
21803      Branch: utfperl
21804            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21805            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21806            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21807            + lib/unicode/Decomposition.pl
21808            + lib/unicode/In/AlphabeticPresentationForms.pl
21809            + lib/unicode/In/Arabic.pl
21810            + lib/unicode/In/ArabicPresentationForms-A.pl
21811            + lib/unicode/In/ArabicPresentationForms-B.pl
21812            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21813            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21814            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21815            + lib/unicode/In/BoxDrawing.pl
21816            + lib/unicode/In/CJKCompatibility.pl
21817            + lib/unicode/In/CJKCompatibilityForms.pl
21818            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21819            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21820            + lib/unicode/In/CJKUnifiedIdeographs.pl
21821            + lib/unicode/In/CombiningDiacriticalMarks.pl
21822            + lib/unicode/In/CombiningHalfMarks.pl
21823            + lib/unicode/In/CombiningMarksforSymbols.pl
21824            + lib/unicode/In/ControlPictures.pl
21825            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21826            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21827            + lib/unicode/In/EnclosedAlphanumerics.pl
21828            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21829            + lib/unicode/In/GeneralPunctuation.pl
21830            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21831            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21832            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21833            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21834            + lib/unicode/In/HangulCompatibilityJamo.pl
21835            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21836            + lib/unicode/In/Hebrew.pl
21837            + lib/unicode/In/HighPrivateUseSurrogates.pl
21838            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21839            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21840            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21841            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21842            + lib/unicode/In/LatinExtended-A.pl
21843            + lib/unicode/In/LatinExtended-B.pl
21844            + lib/unicode/In/LatinExtendedAdditional.pl
21845            + lib/unicode/In/LetterlikeSymbols.pl
21846            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21847            + lib/unicode/In/MathematicalOperators.pl
21848            + lib/unicode/In/MiscellaneousSymbols.pl
21849            + lib/unicode/In/MiscellaneousTechnical.pl
21850            + lib/unicode/In/NumberForms.pl
21851            + lib/unicode/In/OpticalCharacterRecognition.pl
21852            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21853            + lib/unicode/In/SmallFormVariants.pl
21854            + lib/unicode/In/SpacingModifierLetters.pl
21855            + lib/unicode/In/Specials.pl
21856            + lib/unicode/In/SuperscriptsandSubscripts.pl
21857            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21858            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21859            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21860            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21861            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21862            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21863            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21864            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21865            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21866            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21867            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21868            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21869            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21870            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21871            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21872            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21873            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21874            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21875            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21876            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21877            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21878            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21879            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21880            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21881            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21882            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21883            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21884            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21885            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21886            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21887            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21888            + lib/unicode/JamoShort.pl lib/unicode/Makefile
21889            + lib/unicode/Name.pl lib/unicode/Number.pl
21890            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
21891            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
21892            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
21893            + lib/unicode/blocks.txt lib/unicode/index2.txt
21894            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
21895            + lib/unicode/names2.txt lib/unicode/props2.txt
21896            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
21897            + utf8.c utf8.h
21898            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
21899            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
21900            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
21901            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
21902            ! t/op/vec.t toke.c util.c vms/vmsish.h
21903 ____________________________________________________________________________
21904 [  1650] By: gsar                                  on 1998/07/24  04:06:48
21905         Log: create utfperl branch
21906      Branch: utfperl
21907           +> (branch 1079 files)
21908 ____________________________________________________________________________
21909 [  1649] By: gsar                                  on 1998/07/24  03:56:56
21910         Log: create maint-5.005 branch
21911      Branch: maint-5.005/perl
21912           +> (branch 1079 files)
21913 ____________________________________________________________________________
21914 [  1648] By: gsar                                  on 1998/07/24  03:36:35
21915         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
21916      Branch: perl
21917            ! Changes
21918