Resync with mainline
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@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 [  5040] By: gsar                                  on 2000/02/08  07:51:20
83         Log: documentation patches (from Michael Schwern and Yitzchak
84              Scott-Thoennes)
85      Branch: perl
86            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
87 ____________________________________________________________________________
88 [  5039] By: gsar                                  on 2000/02/08  07:22:46
89         Log: alias to $^V to $PERL_VERSION_TUPLE
90      Branch: perl
91            ! lib/English.pm pod/perlvar.pod
92 ____________________________________________________________________________
93 [  5038] By: gsar                                  on 2000/02/08  07:03:34
94         Log: update Changes
95      Branch: perl
96            ! Changes pod/perlhist.pod
97 ____________________________________________________________________________
98 [  5037] By: gsar                                  on 2000/02/08  06:59:55
99         Log: Windows has a somewhat different sitelib layout, and needs
100              $sitelib/archname added as well
101      Branch: perl
102            ! perl.c
103 ____________________________________________________________________________
104 [  5036] By: gsar                                  on 2000/02/08  06:59:03
105         Log: change#4987 appears to have broken libs scan for platforms that
106              don't set ignore_versioned_solibs (Solaris is one of them); add
107              derivative fix from the older logic for skipping versioned .so
108              libs
109      Branch: perl
110            ! Configure
111 ____________________________________________________________________________
112 [  5035] By: gsar                                  on 2000/02/07  21:21:44
113         Log: sprintf("%v"...) buffer resizing busted
114      Branch: perl
115            ! sv.c
116 ____________________________________________________________________________
117 [  5034] By: gsar                                  on 2000/02/07  19:16:21
118         Log: update Changes
119      Branch: perl
120            ! Changes pod/perlhist.pod
121 ____________________________________________________________________________
122 [  5033] By: gsar                                  on 2000/02/07  19:01:08
123         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
124              only when XX > 127
125      Branch: perl
126            ! pp_hot.c toke.c
127 ____________________________________________________________________________
128 [  5032] By: gsar                                  on 2000/02/07  18:25:31
129         Log: add note about printf("%v",...)
130      Branch: perl
131            ! pod/perldelta.pod
132 ____________________________________________________________________________
133 [  5031] By: gsar                                  on 2000/02/07  18:18:43
134         Log: update Changes
135      Branch: perl
136            ! Changes Todo-5.6
137 ____________________________________________________________________________
138 [  5030] By: gsar                                  on 2000/02/07  18:17:49
139         Log: thinko in change#5029
140      Branch: perl
141            ! gv.c
142 ____________________________________________________________________________
143 [  5029] By: gsar                                  on 2000/02/07  17:49:58
144         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
145              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
146      Branch: perl
147            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
148            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
149            ! win32/win32.h
150 ____________________________________________________________________________
151 [  5028] By: gsar                                  on 2000/02/07  17:10:03
152         Log: perlport updates (from Peter Prymmer)
153      Branch: perl
154            ! pod/perlport.pod
155 ____________________________________________________________________________
156 [  5027] By: gsar                                  on 2000/02/07  16:53:47
157         Log: fix up Todo-5.6
158      Branch: perl
159            ! Todo-5.6
160 ____________________________________________________________________________
161 [  5026] By: gsar                                  on 2000/02/07  16:32:31
162         Log: rename Todo-5.005 to Todo-5.6
163      Branch: perl
164           +> Todo-5.6
165            - Todo-5.005
166            ! MANIFEST
167 ____________________________________________________________________________
168 [  5025] By: gsar                                  on 2000/02/07  16:09:54
169         Log: ${^Warnings} renamed to ${^WARNING_BITS}
170      Branch: perl
171            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
172            ! toke.c warnings.pl
173 ____________________________________________________________________________
174 [  5024] By: gsar                                  on 2000/02/07  11:47:06
175         Log: various Windows tweaks: make $^E a little less buggy by saving
176              and restoring system error across TLS fetch; avoid needless
177              copying of buffers
178      Branch: perl
179            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
180            ! win32/win32.h
181 ____________________________________________________________________________
182 [  5023] By: gsar                                  on 2000/02/07  11:44:19
183         Log: avoid MakeMaker setting $^W=1
184      Branch: perl
185            ! lib/ExtUtils/MakeMaker.pm
186 ____________________________________________________________________________
187 [  5022] By: gsar                                  on 2000/02/07  10:38:56
188         Log: up to v5.5.650
189      Branch: perl
190            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
191            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
192 ____________________________________________________________________________
193 [  5021] By: gsar                                  on 2000/02/07  10:10:31
194         Log: mention threads status in pod
195      Branch: perl
196            ! ext/Thread/Thread.pm
197 ____________________________________________________________________________
198 [  5020] By: gsar                                  on 2000/02/07  09:57:46
199         Log: tolerate NULL SITELIB_EXP
200      Branch: perl
201            ! perl.c
202 ____________________________________________________________________________
203 [  5019] By: gsar                                  on 2000/02/07  09:46:11
204         Log: NULL-terminate PERL_INC_VERSION_LIST
205      Branch: perl
206            ! Configure perl.c win32/config.bc win32/config.gc
207            ! win32/config.vc win32/config_H.bc win32/config_H.gc
208            ! win32/config_H.vc
209 ____________________________________________________________________________
210 [  5018] By: gsar                                  on 2000/02/07  09:13:10
211         Log: add compatible versions from $Config{inc_ver_list} to search
212              paths automatically (from Tom Hughes <tom@compton.nu>)
213      Branch: perl
214            ! lib/lib.pm perl.c
215 ____________________________________________________________________________
216 [  5017] By: gsar                                  on 2000/02/07  08:58:56
217         Log: makefiles now use exetype.pl to make wperl.exe
218      Branch: perl
219            ! sv.c win32/Makefile win32/makefile.mk
220 ____________________________________________________________________________
221 [  5016] By: gsar                                  on 2000/02/07  08:38:25
222         Log: add exetype.pl (from Jan Dubois)
223      Branch: perl
224            + win32/bin/exetype.pl
225            ! MANIFEST
226 ____________________________________________________________________________
227 [  5015] By: gsar                                  on 2000/02/07  08:29:28
228         Log: pod fixes (from Abigail and M J T Guy)
229      Branch: perl
230            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
231            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
232            ! pod/perlport.pod pod/perlvar.pod
233 ____________________________________________________________________________
234 [  5014] By: gsar                                  on 2000/02/07  07:09:08
235         Log: clarify behavior of vec() when arguments are off the end of the
236              string (from M J T Guy)
237      Branch: perl
238            ! pod/perlfunc.pod
239 ____________________________________________________________________________
240 [  5013] By: gsar                                  on 2000/02/07  07:08:15
241         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
242              now return bytes all the way to 255, they will be transparently
243              coerced (in future) to UTF-8 when they are used in operations
244              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
245      Branch: perl
246            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
247            ! pp.c sv.c
248 ____________________________________________________________________________
249 [  5012] By: gsar                                  on 2000/02/07  06:36:33
250         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
251              per strict reading of standard (says Tom Christiansen)
252      Branch: perl
253            ! lib/Sys/Hostname.pm
254 ____________________________________________________________________________
255 [  5011] By: gsar                                  on 2000/02/07  06:26:30
256         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
257      Branch: perl
258            ! utf8.c utf8.h
259 ____________________________________________________________________________
260 [  5010] By: gsar                                  on 2000/02/06  21:27:03
261         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
262      Branch: perl
263            ! malloc.c
264 ____________________________________________________________________________
265 [  5009] By: gsar                                  on 2000/02/06  20:45:30
266         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
267              years (from Gisle Aas)
268      Branch: perl
269            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
270            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
271            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
272            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
273            ! toke.c utf8.c utf8.h util.c util.h
274 ____________________________________________________________________________
275 [  5008] By: gsar                                  on 2000/02/06  19:28:31
276         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
277              <EFifer@sanwaint.com>)
278      Branch: perl
279            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
280            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
281            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
282            ! unixish.h util.c
283 ____________________________________________________________________________
284 [  5007] By: gsar                                  on 2000/02/06  17:47:01
285         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
286      Branch: perl
287            ! ext/POSIX/POSIX.pm
288 ____________________________________________________________________________
289 [  5006] By: gsar                                  on 2000/02/06  17:28:35
290         Log: integrate cfgperl contents into mainline
291      Branch: perl
292           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
293           !> perl.h pp_sys.c
294 ____________________________________________________________________________
295 [  5005] By: gsar                                  on 2000/02/06  17:18:39
296         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
297      Branch: perl
298            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
299            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
300            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
301            ! vos/vos_dummies.c vos/vosish.h
302 ____________________________________________________________________________
303 [  5004] By: gsar                                  on 2000/02/06  17:00:49
304         Log: fix parse error on C<{ use strict }> and other constructs that
305              make the parser reenter while LEX_KNOWNEXT is active
306      Branch: perl
307            ! t/comp/use.t toke.c
308 ____________________________________________________________________________
309 [  5003] By: gsar                                  on 2000/02/06  14:57:30
310         Log: avoid -Bforcearchive on netbsd too
311      Branch: perl
312            ! Changes hints/netbsd.sh
313 ____________________________________________________________________________
314 [  5002] By: gsar                                  on 2000/02/06  14:45:17
315         Log: revised notes about Pod::Parser & Co.
316      Branch: perl
317            ! lib/Pod/Usage.pm pod/perldelta.pod
318 ____________________________________________________________________________
319 [  5001] By: gsar                                  on 2000/02/06  14:02:43
320         Log: fix description of obsolete diagnostic
321      Branch: perl
322            ! pod/perldiag.pod
323 ____________________________________________________________________________
324 [  5000] By: gsar                                  on 2000/02/06  13:59:58
325         Log: allow "\x{12ab}" even without C<use utf8>
326      Branch: perl
327            ! t/pragma/warn/toke toke.c
328 ____________________________________________________________________________
329 [  4999] By: gsar                                  on 2000/02/06  13:58:31
330         Log: make perlbug use new-style version numbers; improve compatibility
331              (runs with perl 5.005); fix swapped old vs new version reporting
332      Branch: perl
333            ! utils/perlbug.PL
334 ____________________________________________________________________________
335 [  4998] By: gsar                                  on 2000/02/06  13:56:45
336         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
337              fact); add tests for version tuples
338      Branch: perl
339            + t/op/ver.t
340            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
341            ! pod/perlop.pod sv.c toke.c
342 ____________________________________________________________________________
343 [  4997] By: gsar                                  on 2000/02/04  21:40:08
344         Log: change#4970 fallout for useithreads
345      Branch: perl
346            ! sv.c
347 ____________________________________________________________________________
348 [  4996] By: jhi                                   on 2000/02/04  20:09:00
349         Log: Largefilify offsets of tied handles.
350      Branch: cfgperl
351            ! pp_sys.c
352 ____________________________________________________________________________
353 [  4995] By: jhi                                   on 2000/02/04  19:54:25
354         Log: Sanity check for libraries scan.
355      Branch: cfgperl
356            ! Configure config_h.SH
357      Branch: metaconfig
358            ! U/modified/libs.U
359 ____________________________________________________________________________
360 [  4994] By: jhi                                   on 2000/02/04  19:48:42
361         Log: HP-UX largefileness doesn't like lseek being redeclared;
362              no more USE_LONG_LONG.
363      Branch: cfgperl
364            ! perl.h
365 ____________________________________________________________________________
366 [  4993] By: jhi                                   on 2000/02/04  19:18:59
367         Log: fix the description as much as possible; the whole
368              separation into three different symbols lists is
369              pretty broken now.
370      Branch: metaconfig
371            ! U/modified/Cppsym.U
372 ____________________________________________________________________________
373 [  4992] By: jhi                                   on 2000/02/04  19:13:10
374         Log: Use <syslog.h>, not <sys/syslog.h>.
375      Branch: cfgperl
376            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
377 ____________________________________________________________________________
378 [  4991] By: gsar                                  on 2000/02/04  19:11:07
379         Log: dmake is on CPAN now
380      Branch: perl
381            ! README.win32
382 ____________________________________________________________________________
383 [  4990] By: jhi                                   on 2000/02/04  19:04:01
384         Log: Re-introduce #4817 and #4964 wiped out by #4987.
385      Branch: cfgperl
386            ! Configure config_h.SH
387      Branch: metaconfig
388            ! U/threads/usethreads.U
389      Branch: metaconfig/U/perl
390            ! patchlevel.U
391 ____________________________________________________________________________
392 [  4989] By: jhi                                   on 2000/02/04  18:54:00
393         Log: typo fix
394      Branch: cfgperl
395            ! Configure config_h.SH
396      Branch: metaconfig
397            ! U/modified/libs.U
398 ____________________________________________________________________________
399 [  4988] By: jhi                                   on 2000/02/04  18:34:06
400         Log: Integrate with Sarathy.
401      Branch: cfgperl
402           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
403           +> ext/Sys/Syslog/Syslog.xs
404            - lib/Sys/Syslog.pm
405           !> (integrate 37 files)
406 ____________________________________________________________________________
407 [  4987] By: jhi                                   on 2000/02/04  18:31:05
408         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
409              default is to use long long if available; various nits
410              here and there; fixed to hpux 64-bitnes and largefileness.
411      Branch: cfgperl
412            ! Configure config_h.SH hints/hpux.sh perl.h
413      Branch: metaconfig
414            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
415            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
416      Branch: metaconfig/U/perl
417            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
418            ! usemultiplicity.U xs_apiversion.U
419 ____________________________________________________________________________
420 [  4986] By: gsar                                  on 2000/02/04  17:26:37
421         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
422      Branch: perl
423            ! sv.c
424 ____________________________________________________________________________
425 [  4985] By: gsar                                  on 2000/02/04  16:43:49
426         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
427      Branch: perl
428            ! ext/Devel/DProf/DProf.xs
429 ____________________________________________________________________________
430 [  4984] By: gsar                                  on 2000/02/04  08:20:05
431         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
432      Branch: perl
433            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
434 ____________________________________________________________________________
435 [  4983] By: gsar                                  on 2000/02/04  08:00:38
436         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
437      Branch: perl
438            ! hints/openbsd.sh
439 ____________________________________________________________________________
440 [  4982] By: gsar                                  on 2000/02/04  07:54:04
441         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
442      Branch: perl
443            ! lib/Pod/Parser.pm
444 ____________________________________________________________________________
445 [  4981] By: gsar                                  on 2000/02/04  07:34:38
446         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
447      Branch: perl
448            ! Makefile.SH
449 ____________________________________________________________________________
450 [  4980] By: gsar                                  on 2000/02/04  07:29:59
451         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
452      Branch: perl
453            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
454            + ext/Sys/Syslog/Syslog.xs
455            - lib/Sys/Syslog.pm
456            ! MANIFEST pod/perldelta.pod
457 ____________________________________________________________________________
458 [  4979] By: gsar                                  on 2000/02/04  07:13:19
459         Log: pod updates (from David Adler, M J T Guy)
460      Branch: perl
461            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
462 ____________________________________________________________________________
463 [  4978] By: gsar                                  on 2000/02/04  07:08:14
464         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
465      Branch: perl
466            ! config_h.SH
467 ____________________________________________________________________________
468 [  4977] By: gsar                                  on 2000/02/04  07:06:10
469         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
470              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
471      Branch: perl
472            ! Makefile.SH
473 ____________________________________________________________________________
474 [  4976] By: gsar                                  on 2000/02/04  06:33:43
475         Log: VMS update (from Dan Sugalski and Peter Prymmer)
476      Branch: perl
477            ! configure.com vms/descrip_mms.template vms/subconfigure.com
478 ____________________________________________________________________________
479 [  4975] By: gsar                                  on 2000/02/04  05:51:14
480         Log: patch to provide more informative names for evals and anonymous
481              subroutines (from Ilya Zakharevich)
482      Branch: perl
483            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
484            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
485            ! pod/perlvar.pod pp_ctl.c
486 ____________________________________________________________________________
487 [  4974] By: gsar                                  on 2000/02/04  05:05:57
488         Log: off-by-one in malloc.c (from Ilya Zakharevich)
489      Branch: perl
490            ! malloc.c
491 ____________________________________________________________________________
492 [  4973] By: gsar                                  on 2000/02/04  05:03:00
493         Log: OS/2 build fixups from Ilya Zakharevich
494      Branch: perl
495            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
496 ____________________________________________________________________________
497 [  4972] By: gsar                                  on 2000/02/04  04:58:57
498         Log: avoid /* within comment
499      Branch: perl
500            ! xsutils.c
501 ____________________________________________________________________________
502 [  4971] By: gsar                                  on 2000/02/04  04:56:09
503         Log: another HINT_BYTE victim
504      Branch: perl
505            ! lib/charnames.pm
506 ____________________________________________________________________________
507 [  4970] By: gsar                                  on 2000/02/04  04:45:13
508         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
509      Branch: perl
510            ! op.c scope.c scope.h t/op/closure.t toke.c
511 ____________________________________________________________________________
512 [  4969] By: gsar                                  on 2000/02/04  01:09:37
513         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
514      Branch: perl
515            ! lib/byte.pm
516 ____________________________________________________________________________
517 [  4968] By: jhi                                   on 2000/02/02  13:17:25
518         Log: Integrate with Sarathy.
519      Branch: cfgperl
520           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
521            ! Configure
522           !> (integrate 29 files)
523
524 ----------------
525 Version v5.5.640
526 ----------------
527
528 ____________________________________________________________________________
529 [  4967] By: gsar                                  on 2000/02/02  12:22:29
530         Log: update makerel for new version format
531      Branch: perl
532            ! Changes Porting/makerel
533 ____________________________________________________________________________
534 [  4966] By: gsar                                  on 2000/02/02  11:42:03
535         Log: workaround for undefined symbol
536      Branch: perl
537            ! win32/win32.h
538 ____________________________________________________________________________
539 [  4965] By: gsar                                  on 2000/02/02  11:19:19
540         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
541              (from Eric Fifer <EFifer@sanwaint.com>)
542      Branch: perl
543            ! pp_sys.c
544 ____________________________________________________________________________
545 [  4964] By: gsar                                  on 2000/02/02  11:11:15
546         Log: adjust notes on use5005threads
547      Branch: perl
548            ! Configure INSTALL README.threads
549 ____________________________________________________________________________
550 [  4963] By: gsar                                  on 2000/02/02  10:14:30
551         Log: fix typo
552      Branch: perl
553            ! Configure
554 ____________________________________________________________________________
555 [  4962] By: gsar                                  on 2000/02/02  10:13:10
556         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
557      Branch: perl
558           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
559           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
560 ____________________________________________________________________________
561 [  4961] By: gsar                                  on 2000/02/02  09:55:45
562         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
563      Branch: perl
564            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
565            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
566 ____________________________________________________________________________
567 [  4960] By: gsar                                  on 2000/02/02  08:22:31
568         Log: replace misleading docs with a BUGS section
569      Branch: perl
570            ! lib/English.pm
571 ____________________________________________________________________________
572 [  4959] By: gsar                                  on 2000/02/02  08:16:17
573         Log: remove FUD from perlfunc/use (from M J T Guy)
574      Branch: perl
575            ! pod/perlfunc.pod
576 ____________________________________________________________________________
577 [  4958] By: gsar                                  on 2000/02/02  08:13:04
578         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
579              <cedric.auzanne@nist.gov>)
580      Branch: perl
581            ! Changes lib/Benchmark.pm
582 ____________________________________________________________________________
583 [  4957] By: gsar                                  on 2000/02/02  08:04:52
584         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
585      Branch: perl
586            ! pp_hot.c
587 ____________________________________________________________________________
588 [  4956] By: gsar                                  on 2000/02/02  08:02:57
589         Log: flock() pod talks about "adding" in the sense of "or-ing"
590      Branch: perl
591            ! pod/perlfunc.pod
592 ____________________________________________________________________________
593 [  4955] By: gsar                                  on 2000/02/02  07:58:35
594         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
595      Branch: perl
596            ! lib/perl5db.pl pod/perldebug.pod
597 ____________________________________________________________________________
598 [  4954] By: gsar                                  on 2000/02/02  07:53:51
599         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
600      Branch: perl
601            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
602            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
603            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
604            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
605 ____________________________________________________________________________
606 [  4953] By: gsar                                  on 2000/02/02  07:40:33
607         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
608      Branch: perl
609            ! hints/dynixptx.sh
610 ____________________________________________________________________________
611 [  4952] By: gsar                                  on 2000/02/02  07:36:39
612         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
613              Brad Appleton)
614      Branch: perl
615            ! pod/perldelta.pod
616 ____________________________________________________________________________
617 [  4951] By: gsar                                  on 2000/02/02  06:54:22
618         Log: avoid mismatched type warnings
619      Branch: perl
620            ! embed.pl perlapi.h
621 ____________________________________________________________________________
622 [  4950] By: jhi                                   on 2000/02/02  06:49:10
623         Log: Integrate with Sarathy.
624      Branch: cfgperl
625           +> pod/perlunicode.pod
626           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
627           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
628           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
629           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
630           !> vms/descrip_mms.template warnings.pl
631 ____________________________________________________________________________
632 [  4949] By: gsar                                  on 2000/02/02  06:41:17
633         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
634      Branch: perl
635            ! lib/File/Spec/Win32.pm
636 ____________________________________________________________________________
637 [  4948] By: gsar                                  on 2000/02/02  06:30:41
638         Log: makefile tweak
639      Branch: perl
640            ! Makefile.SH
641 ____________________________________________________________________________
642 [  4947] By: gsar                                  on 2000/02/02  06:27:43
643         Log: future-proof unknown warning categories (from Greg Bacon
644              <gbacon@cs.uah.edu>)
645      Branch: perl
646            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
647 ____________________________________________________________________________
648 [  4946] By: gsar                                  on 2000/02/02  06:21:34
649         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
650      Branch: perl
651            ! lib/Text/Tabs.pm
652 ____________________________________________________________________________
653 [  4945] By: gsar                                  on 2000/02/02  06:03:04
654         Log: more meaningful message on invalid pattern argument (from
655              Kevin Meltzer <KMeltzer@USCO.com>)
656      Branch: perl
657            ! utils/perldoc.PL
658 ____________________________________________________________________________
659 [  4944] By: gsar                                  on 2000/02/02  05:43:49
660         Log: XSLoader build patch for VMS (from Craig A. Berry
661              <craig.berry@metamorgs.com>)
662      Branch: perl
663            ! vms/descrip_mms.template
664 ____________________________________________________________________________
665 [  4943] By: gsar                                  on 2000/02/02  03:40:49
666         Log: reword some sections of perlunicode.pod
667      Branch: perl
668            ! pod/perlunicode.pod
669 ____________________________________________________________________________
670 [  4942] By: gsar                                  on 2000/02/01  21:02:01
671         Log: AIX warning on undefined symbol
672      Branch: perl
673            ! makedef.pl
674 ____________________________________________________________________________
675 [  4941] By: gsar                                  on 2000/02/01  20:29:30
676         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
677              perlunicode.pod that reflects changes to unicode support so far
678      Branch: perl
679            + pod/perlunicode.pod
680            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
681            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
682 ____________________________________________________________________________
683 [  4940] By: jhi                                   on 2000/02/01  12:22:30
684         Log: Integrate with Sarathy.
685      Branch: cfgperl
686           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
687           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
688           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
689           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
690 ____________________________________________________________________________
691 [  4939] By: gsar                                  on 2000/02/01  08:52:16
692         Log: export pregexec(), Tk uses it
693      Branch: perl
694            ! embed.pl global.sym objXSUB.h perlapi.c
695 ____________________________________________________________________________
696 [  4938] By: gsar                                  on 2000/02/01  04:00:09
697         Log: mark literal utf8 in string literals properly
698      Branch: perl
699            ! toke.c
700 ____________________________________________________________________________
701 [  4937] By: gsar                                  on 2000/01/31  20:19:34
702         Log: introduce $^U, a global bit to indicate whether system
703              calls should using widechar APIs; chr and sprintf "%c" also
704              follow this flag in the absense of "use byte"; "use utf8"
705              sets $^U=1 (this appears kludgey)
706      Branch: perl
707            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
708            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
709            ! t/lib/charnames.t win32/win32.h
710 ____________________________________________________________________________
711 [  4936] By: jhi                                   on 2000/01/31  20:17:44
712         Log: HP-UX (induced) fixes.
713      Branch: cfgperl
714            ! Configure config_h.SH hints/hpux.sh
715      Branch: metaconfig
716            ! U/modified/Oldconfig.U U/modified/libs.U
717      Branch: metaconfig/U/perl
718            ! quadfio.U
719 ____________________________________________________________________________
720 [  4935] By: jhi                                   on 2000/01/31  19:15:43
721         Log: Cosmetics.
722      Branch: metaconfig
723            ! U/compline/d_gconvert.U
724 ____________________________________________________________________________
725 [  4934] By: jhi                                   on 2000/01/31  19:15:22
726         Log: Cppsym saga continues.
727      Branch: cfgperl
728            ! Configure config_h.SH
729      Branch: metaconfig
730            ! U/modified/Cppsym.U
731 ____________________________________________________________________________
732 [  4933] By: gsar                                  on 2000/01/31  18:45:07
733         Log: !USING_WIDE() branch is busted in win32_stat()
734      Branch: perl
735            ! win32/win32.c
736 ____________________________________________________________________________
737 [  4932] By: jhi                                   on 2000/01/31  06:41:47
738         Log: Reveal even more symbols.
739      Branch: cfgperl
740            ! Configure config_h.SH
741      Branch: metaconfig
742            ! U/modified/Cppsym.U
743 ____________________________________________________________________________
744 [  4931] By: jhi                                   on 2000/01/31  06:21:41
745         Log: Integrate with Sarathy.
746      Branch: cfgperl
747            - lib/caller.pm
748           !> (integrate 29 files)
749 ____________________________________________________________________________
750 [  4930] By: gsar                                  on 2000/01/31  04:57:42
751         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
752              whether to use widechar semantics; lexer and RE engine continue
753              to need "use utf8" to enable unicode awareness in literals
754              and patterns (TODO: this needs to be fixed); $1 et al are marked
755              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
756              it from the data is probably better)
757      Branch: perl
758            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
759            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
760            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
761 ____________________________________________________________________________
762 [  4929] By: gsar                                  on 2000/01/31  04:17:09
763         Log: remove caller.pm from change#3534 (flawed idea)
764      Branch: perl
765            - lib/caller.pm
766            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
767 ____________________________________________________________________________
768 [  4928] By: gsar                                  on 2000/01/31  04:16:01
769         Log: fix factual regression (-e doesn't create temporary files anymore)
770      Branch: perl
771            ! pod/perlfilter.pod
772 ____________________________________________________________________________
773 [  4927] By: gsar                                  on 2000/01/30  21:27:12
774         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
775              document version tuples
776      Branch: perl
777            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
778            ! pod/perlvar.pod
779 ____________________________________________________________________________
780 [  4926] By: gsar                                  on 2000/01/28  18:10:12
781         Log: implement -follow option in find2perl (from Helmut Jarausch
782              <jarausch@igpm.rwth-aachen.de>)
783      Branch: perl
784            ! lib/File/Find.pm x2p/find2perl.PL
785 ____________________________________________________________________________
786 [  4925] By: gsar                                  on 2000/01/28  18:03:28
787         Log: document what chdir() without an argument does (from Mark-Jason
788              Dominus <mjd@plover.com>)
789      Branch: perl
790            ! pod/perlfunc.pod
791 ____________________________________________________________________________
792 [  4924] By: gsar                                  on 2000/01/28  17:49:34
793         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
794      Branch: perl
795            ! README.cygwin
796 ____________________________________________________________________________
797 [  4923] By: gsar                                  on 2000/01/28  17:10:08
798         Log: avoid leaking lexicals into program being debugged (from Ilya
799              Zakharevich)
800      Branch: perl
801            ! lib/perl5db.pl
802 ____________________________________________________________________________
803 [  4922] By: gsar                                  on 2000/01/28  16:36:13
804         Log: perldelta note about export list changes
805      Branch: perl
806            ! Changes pod/perldelta.pod
807 ____________________________________________________________________________
808 [  4921] By: gsar                                  on 2000/01/28  15:49:04
809         Log: alias realpath() to abs_path() (from Tom Christiansen)
810      Branch: perl
811            ! lib/Cwd.pm
812 ____________________________________________________________________________
813 [  4920] By: jhi                                   on 2000/01/28  09:52:47
814         Log: Cppsym fixup from Andy.
815      Branch: cfgperl
816            ! Configure config_h.SH
817      Branch: metaconfig
818            ! U/modified/Cppsym.U
819 ____________________________________________________________________________
820 [  4919] By: jhi                                   on 2000/01/28  09:52:22
821         Log: In HP-UX no largefiles if no 64 bits.
822      Branch: cfgperl
823            ! hints/hpux.sh
824 ____________________________________________________________________________
825 [  4918] By: jhi                                   on 2000/01/28  09:03:37
826         Log: The #4880 was too eager, the $n test is useful too.
827      Branch: cfgperl
828            ! lib/Benchmark.pm
829 ____________________________________________________________________________
830 [  4917] By: jhi                                   on 2000/01/28  06:27:50
831         Log: Integrate with Sarathy.
832      Branch: cfgperl
833           +> pod/perlapi.pod pod/perlintern.pod
834           !> (integrate 39 files)
835 ____________________________________________________________________________
836 [  4916] By: gsar                                  on 2000/01/28  05:29:37
837         Log: more exported symbols needed for build on windows
838      Branch: perl
839            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
840            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
841 ____________________________________________________________________________
842 [  4915] By: gsar                                  on 2000/01/28  03:43:52
843         Log: autogenerate API listing from comments in the source (from Benjamin
844              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
845              flexible for better readability; add missing docs in sv.c; regenerate
846              perltoc
847      Branch: perl
848            + pod/perlapi.pod pod/perlintern.pod
849            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
850            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
851            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
852            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
853            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
854            ! universal.c util.c
855 ____________________________________________________________________________
856 [  4914] By: gsar                                  on 2000/01/27  19:43:35
857         Log: document unimplemented status of forking pipe open() on windows
858      Branch: perl
859            ! pod/perlfork.pod t/op/fork.t
860 ____________________________________________________________________________
861 [  4913] By: jhi                                   on 2000/01/27  11:18:51
862         Log: Integrate with Sarathy.
863      Branch: cfgperl
864           !> (integrate 51 files)
865 ____________________________________________________________________________
866 [  4912] By: jhi                                   on 2000/01/27  10:35:48
867         Log: Cppsym update continues.
868      Branch: cfgperl
869            ! Configure config_h.SH
870      Branch: metaconfig
871            ! U/modified/Cppsym.U
872 ____________________________________________________________________________
873 [  4911] By: gsar                                  on 2000/01/27  08:04:17
874         Log: add missing flag in change#4892
875      Branch: perl
876            ! win32/win32.c
877 ____________________________________________________________________________
878 [  4910] By: gsar                                  on 2000/01/27  03:56:48
879         Log: various pod nits identified by installhtml (all fixed except
880              unresolved links)
881      Branch: perl
882            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
883            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
884            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
885            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
886            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
887            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
888 ____________________________________________________________________________
889 [  4909] By: gsar                                  on 2000/01/26  22:45:28
890         Log: typo
891      Branch: perl
892            ! Porting/p4desc
893 ____________________________________________________________________________
894 [  4908] By: gsar                                  on 2000/01/26  22:41:18
895         Log: update p4 tool
896      Branch: perl
897            ! Porting/p4desc
898 ____________________________________________________________________________
899 [  4907] By: gsar                                  on 2000/01/26  21:45:41
900         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
901              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
902      Branch: perl
903            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
904            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
905            ! t/op/attrs.t toke.c
906 ____________________________________________________________________________
907 [  4906] By: gsar                                  on 2000/01/26  20:16:39
908         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
909      Branch: perl
910            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
911 ____________________________________________________________________________
912 [  4905] By: gsar                                  on 2000/01/26  19:10:26
913         Log: s/STOP/CHECK/ blocks
914      Branch: perl
915            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
916            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
917            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
918            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
919            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
920            ! vms/perly_c.vms
921 ____________________________________________________________________________
922 [  4904] By: jhi                                   on 2000/01/26  13:58:18
923         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
924              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
925      Branch: cfgperl
926            ! ext/IO/IO.xs
927 ____________________________________________________________________________
928 [  4903] By: jhi                                   on 2000/01/26  11:16:34
929         Log: Continue cpp symbol update.
930      Branch: cfgperl
931            ! Configure config_h.SH
932      Branch: metaconfig
933            ! U/modified/Cppsym.U
934 ____________________________________________________________________________
935 [  4902] By: gsar                                  on 2000/01/26  09:28:37
936         Log: tweak exports list on Windows
937      Branch: perl
938            ! makedef.pl t/op/fork.t win32/win32.h
939 ____________________________________________________________________________
940 [  4901] By: jhi                                   on 2000/01/26  08:05:57
941         Log: Integrate with Sarathy.
942      Branch: cfgperl
943           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
944           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
945           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
946           !> win32/win32.c win32/win32.h
947 ____________________________________________________________________________
948 [  4900] By: jhi                                   on 2000/01/26  07:59:05
949         Log: s/d_nvpresuv/d_nv_preserves_uv/;
950              plus cosmetic change for #4899.
951      Branch: cfgperl
952            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
953            ! config_h.SH
954      Branch: metaconfig
955            ! U/modified/Cppsym.U
956      Branch: metaconfig/U/perl
957            ! perlxv.U
958 ____________________________________________________________________________
959 [  4899] By: jhi                                   on 2000/01/26  07:46:56
960         Log: Update the scan of the cpp symbols.
961      Branch: cfgperl
962            ! Configure config_h.SH
963      Branch: metaconfig
964            ! U/modified/Cppsym.U
965 ____________________________________________________________________________
966 [  4898] By: gsar                                  on 2000/01/26  04:49:45
967         Log: allow '--' to terminate argument processing (suggested by
968              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
969      Branch: perl
970            ! lib/Getopt/Std.pm
971 ____________________________________________________________________________
972 [  4897] By: gsar                                  on 2000/01/26  02:42:38
973         Log: change#3744 should have made grep more like map instead of the
974              other way around
975      Branch: perl
976            ! t/op/grep.t toke.c
977 ____________________________________________________________________________
978 [  4896] By: gsar                                  on 2000/01/26  00:56:14
979         Log: integrate cfgperl contents into mainline
980      Branch: perl
981           +> vos/config.def vos/config.pl
982            ! Changes
983           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
984           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
985           !> vos/config.h vos/config_h.SH_orig
986 ____________________________________________________________________________
987 [  4895] By: gsar                                  on 2000/01/26  00:45:45
988         Log: fix parse failure of (my $foo : bar) and similar (from Spider
989              Boardman)
990      Branch: perl
991            ! toke.c
992 ____________________________________________________________________________
993 [  4894] By: gsar                                  on 2000/01/26  00:33:53
994         Log: avoid failure if directories already read by rmtree() are
995              deleted by another process
996      Branch: perl
997            ! lib/File/Path.pm
998 ____________________________________________________________________________
999 [  4893] By: gsar                                  on 2000/01/25  23:19:18
1000         Log: typo in change#4892
1001      Branch: perl
1002            ! win32/win32.c
1003 ____________________________________________________________________________
1004 [  4892] By: gsar                                  on 2000/01/25  22:16:19
1005         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
1006              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
1007              to call the fixed version of open_osfhandle() only on Windows 9x;
1008              updated the makefiles and README.win32 to suit
1009      Branch: perl
1010            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
1011            ! win32/win32.h
1012 ____________________________________________________________________________
1013 [  4891] By: gsar                                  on 2000/01/25  20:22:01
1014         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
1015      Branch: perl
1016            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
1017 ____________________________________________________________________________
1018 [  4890] By: gsar                                  on 2000/01/25  19:21:17
1019         Log: update Makefile notes on the now deprecated USE_5005THREADS and
1020              USE_OBJECT
1021      Branch: perl
1022            ! win32/Makefile win32/makefile.mk
1023 ____________________________________________________________________________
1024 [  4889] By: jhi                                   on 2000/01/25  14:44:55
1025         Log: Misedit in #4888.
1026      Branch: cfgperl
1027            ! pp.c
1028 ____________________________________________________________________________
1029 [  4888] By: jhi                                   on 2000/01/25  14:38:59
1030         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
1031              rash but it's the best move I can think of right now.
1032              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
1033              but I think it did in the past.
1034              Removing the _CRAYMPP test fixes a legion of pack/unpack
1035              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
1036              One subtest, t/lib/io_sock.t #14, is still failing.
1037      Branch: cfgperl
1038            ! Configure config_h.SH hints/unicosmk.sh pp.c
1039      Branch: metaconfig
1040            ! U/modified/Oldconfig.U
1041 ____________________________________________________________________________
1042 [  4887] By: jhi                                   on 2000/01/25  06:13:14
1043         Log: Integrate with Sarathy.
1044      Branch: cfgperl
1045           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
1046           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
1047           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
1048           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
1049           !> win32/perllib.c win32/win32.c win32/win32.h
1050 ____________________________________________________________________________
1051 [  4886] By: gsar                                  on 2000/01/25  02:54:00
1052         Log: consistently use MAX_PATH+1 buffer sizes
1053      Branch: perl
1054            ! win32/win32.c
1055 ____________________________________________________________________________
1056 [  4885] By: gsar                                  on 2000/01/25  02:51:35
1057         Log: workaround for rename('x','X') bug in Windows NT
1058      Branch: perl
1059            ! t/io/fs.t win32/win32.c
1060 ____________________________________________________________________________
1061 [  4884] By: gsar                                  on 2000/01/25  01:32:57
1062         Log: windows build fixups from uniform DLL name change to perl56.dll
1063      Branch: perl
1064            ! installperl makedef.pl win32/perllib.c
1065 ____________________________________________________________________________
1066 [  4883] By: gsar                                  on 2000/01/25  01:31:27
1067         Log: more fixes for warnings from change#4840
1068      Branch: perl
1069            ! lib/Pod/Html.pm
1070 ____________________________________________________________________________
1071 [  4882] By: gsar                                  on 2000/01/24  15:35:12
1072         Log: assorted little nits
1073      Branch: perl
1074            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
1075            ! win32/win32.c
1076 ____________________________________________________________________________
1077 [  4881] By: gsar                                  on 2000/01/24  14:32:31
1078         Log: add new warnings to perldelta
1079      Branch: perl
1080            ! Changes pod/perldelta.pod pod/perldiag.pod
1081 ____________________________________________________________________________
1082 [  4880] By: jhi                                   on 2000/01/24  14:14:23
1083         Log: From: Stephane Payrard <properler@freesurf.fr>
1084              To: Gurusamy Sarathy <gsar@ActiveState.com>
1085              Cc: perl5-porters@perl.org
1086              Subject: <patch> avoid division by 0 in Benchmark.pm
1087              Date: Mon, 24 Jan 2000 16:15:38 +0100
1088              Message-ID: <20000124161538.A995@freesurf.fr>
1089      Branch: cfgperl
1090            ! lib/Benchmark.pm
1091 ____________________________________________________________________________
1092 [  4879] By: gsar                                  on 2000/01/24  14:14:20
1093         Log: force linkage of the function wrappers for globals in change#4878
1094      Branch: perl
1095            ! embed.pl globals.c perlapi.h win32/win32.h
1096 ____________________________________________________________________________
1097 [  4878] By: gsar                                  on 2000/01/24  13:04:45
1098         Log: enable function wrappers for access to globals under MULTIPLICITY
1099              (provides binary compatibility in the face of changes in interpreter
1100              structure)
1101      Branch: perl
1102            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
1103            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
1104 ____________________________________________________________________________
1105 [  4877] By: jhi                                   on 2000/01/24  11:41:57
1106         Log: perlhist update.
1107      Branch: cfgperl
1108            ! pod/perlhist.pod
1109 ____________________________________________________________________________
1110 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1111         Log: Updates on the large file support status.
1112      Branch: cfgperl
1113            ! pod/perldelta.pod
1114 ____________________________________________________________________________
1115 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1116         Log: Integrate with Sarathy.
1117      Branch: cfgperl
1118           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1119           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1120           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1121 ____________________________________________________________________________
1122 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1123         Log: fix typos; avoid use constant for lowercase constants (produces
1124              warnings now)
1125      Branch: perl
1126            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1127            ! lib/Shell.pm
1128 ____________________________________________________________________________
1129 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1130         Log: avoid warnings when there's no subs to autosplit
1131      Branch: perl
1132            ! lib/AutoSplit.pm
1133 ____________________________________________________________________________
1134 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1135         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1136      Branch: cfgperl
1137            + vos/config.def vos/config.pl
1138            ! MANIFEST vos/config.h vos/config_h.SH_orig
1139 ____________________________________________________________________________
1140 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1141         Log: typos in change#4623
1142      Branch: perl
1143            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1144 ____________________________________________________________________________
1145 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1146         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1147      Branch: cfgperl
1148            ! Configure config_h.SH
1149      Branch: metaconfig
1150            + U/modified/cf_email.U U/modified/so.U
1151      Branch: metaconfig/U/perl
1152            ! dlsrc.U
1153 ____________________________________________________________________________
1154 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1155         Log: Integrate with Sarathy.
1156      Branch: cfgperl
1157           +> t/pragma/diagnostics.t
1158           !> (integrate 120 files)
1159 ____________________________________________________________________________
1160 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1161         Log: on windows, set seek position to end for files opened in append mode
1162              (improves compatibility with Unix, avoids buffering issues)
1163      Branch: perl
1164            ! win32/win32.c
1165 ____________________________________________________________________________
1166 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1167         Log: change#4866 was flawed; revert and add better fix for warning
1168      Branch: perl
1169            ! op.c op.h
1170 ____________________________________________________________________________
1171 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1172         Log: optimize away runtime code for our($foo) (also avoid warnings)
1173      Branch: perl
1174            ! op.c
1175 ____________________________________________________________________________
1176 [  4865] By: gsar                                  on 2000/01/23  13:17:18
1177         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
1178      Branch: perl
1179            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1180            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1181 ____________________________________________________________________________
1182 [  4864] By: gsar                                  on 2000/01/23  13:12:31
1183         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
1184              suggested by Dominic Dunlop <domo@computer.org>)
1185      Branch: perl
1186            ! doio.c
1187 ____________________________________________________________________________
1188 [  4863] By: gsar                                  on 2000/01/23  13:01:35
1189         Log: fix misclassified warnings
1190      Branch: perl
1191            ! pod/perldiag.pod
1192 ____________________________________________________________________________
1193 [  4862] By: gsar                                  on 2000/01/23  12:52:12
1194         Log: document bareword prototype incompatibility
1195      Branch: perl
1196            ! pod/perldelta.pod pod/perlsub.pod
1197 ____________________________________________________________________________
1198 [  4861] By: gsar                                  on 2000/01/23  12:32:25
1199         Log: faulty edit
1200      Branch: perl
1201            ! lib/File/stat.pm
1202 ____________________________________________________________________________
1203 [  4860] By: gsar                                  on 2000/01/23  12:23:48
1204         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
1205      Branch: perl
1206            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
1207            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
1208            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1209            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
1210            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
1211            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
1212            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1213            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
1214            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
1215            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
1216            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1217            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1218            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
1219            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
1220            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1221            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
1222            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1223            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
1224            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
1225            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
1226            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1227            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
1228            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1229            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1230            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
1231            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
1232 ____________________________________________________________________________
1233 [  4859] By: gsar                                  on 2000/01/23  11:29:22
1234         Log: fix diagnostics to report "our" vs "my" correctly
1235      Branch: perl
1236            ! op.c pod/perldiag.pod
1237 ____________________________________________________________________________
1238 [  4858] By: gsar                                  on 2000/01/23  10:14:46
1239         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
1240              more widely)
1241      Branch: perl
1242            ! patchlevel.h
1243 ____________________________________________________________________________
1244 [  4857] By: gsar                                  on 2000/01/23  10:04:03
1245         Log: disallow our($foo::bar)
1246      Branch: perl
1247            ! pod/perldiag.pod toke.c
1248 ____________________________________________________________________________
1249 [  4856] By: gsar                                  on 2000/01/23  09:50:54
1250         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
1251      Branch: perl
1252            ! utils/dprofpp.PL
1253 ____________________________________________________________________________
1254 [  4855] By: gsar                                  on 2000/01/23  09:36:51
1255         Log: new test (from Michael G Schwern <schwern@pobox.com>)
1256      Branch: perl
1257            + t/pragma/diagnostics.t
1258            ! MANIFEST
1259 ____________________________________________________________________________
1260 [  4854] By: gsar                                  on 2000/01/23  09:24:40
1261         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
1262              <schwern@pobox.com>)
1263      Branch: perl
1264            ! utils/h2xs.PL
1265 ____________________________________________________________________________
1266 [  4853] By: gsar                                  on 2000/01/23  09:08:30
1267         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1268      Branch: perl
1269            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
1270 ____________________________________________________________________________
1271 [  4852] By: gsar                                  on 2000/01/23  08:52:44
1272         Log: mark some extensions as "special versions" to avoid CPAN indexer
1273              confusion (from Ilya Zakharevich)
1274      Branch: perl
1275            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1276 ____________________________________________________________________________
1277 [  4851] By: gsar                                  on 2000/01/23  08:48:46
1278         Log: prefer POSIX::uname() rather than syscalls, which require attempting
1279              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
1280      Branch: perl
1281            ! lib/Sys/Hostname.pm
1282 ____________________________________________________________________________
1283 [  4850] By: gsar                                  on 2000/01/23  08:36:43
1284         Log: integrate cfgperl contents into mainline
1285      Branch: perl
1286           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1287           !> Porting/config_H config_h.SH perl.h
1288 ____________________________________________________________________________
1289 [  4849] By: gsar                                  on 2000/01/23  08:17:30
1290         Log: fix localization in while BLOCK when there is a continue BLOCK
1291              by introducing an explicit scope (c.f. change#4848)
1292      Branch: perl
1293            ! op.c pp_ctl.c t/cmd/while.t
1294 ____________________________________________________________________________
1295 [  4848] By: gsar                                  on 2000/01/23  06:43:51
1296         Log: fix scope cleanup when next jumps to a continue block; this is rather
1297              in the nature of a kludge; it doesn't fix the longstanding bug that
1298              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
1299              instead of "1")
1300      Branch: perl
1301            ! pp_ctl.c t/cmd/while.t
1302 ____________________________________________________________________________
1303 [  4847] By: gsar                                  on 2000/01/23  04:47:25
1304         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
1305              C<while (my $x = foo()) { my $x = bar(); }> etc.
1306      Branch: perl
1307            ! op.c
1308 ____________________________________________________________________________
1309 [  4846] By: gsar                                  on 2000/01/23  04:44:17
1310         Log: avoid warnings in change#4839
1311      Branch: perl
1312            ! lib/Carp/Heavy.pm
1313 ____________________________________________________________________________
1314 [  4845] By: gsar                                  on 2000/01/22  13:12:38
1315         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
1316      Branch: perl
1317            ! Changes Configure
1318 ____________________________________________________________________________
1319 [  4844] By: gsar                                  on 2000/01/22  12:46:26
1320         Log: wrong category for exec() warning
1321      Branch: perl
1322            ! op.c pod/perlop.pod
1323 ____________________________________________________________________________
1324 [  4843] By: gsar                                  on 2000/01/22  12:42:40
1325         Log: fix line continuations in argument lists (from Helmut Jarausch)
1326      Branch: perl
1327            ! lib/ExtUtils/xsubpp
1328 ____________________________________________________________________________
1329 [  4842] By: gsar                                  on 2000/01/22  12:34:39
1330         Log: CGI.pm upgraded to v2.56 from CPAN
1331      Branch: perl
1332            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
1333            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
1334            ! t/lib/cgi-html.t
1335 ____________________________________________________________________________
1336 [  4841] By: gsar                                  on 2000/01/22  12:07:23
1337         Log: avoid warnings due to lack of forward declarations
1338      Branch: perl
1339            ! lib/Pod/Html.pm
1340 ____________________________________________________________________________
1341 [  4840] By: gsar                                  on 2000/01/22  12:04:30
1342         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
1343              <wolfgang.laun@alcatel.at>)
1344      Branch: perl
1345            ! lib/Pod/Html.pm
1346 ____________________________________________________________________________
1347 [  4839] By: gsar                                  on 2000/01/22  11:57:24
1348         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
1349              <wolfgang.laun@alcatel.at>)
1350      Branch: perl
1351            ! lib/Carp/Heavy.pm pod/perldelta.pod
1352 ____________________________________________________________________________
1353 [  4838] By: gsar                                  on 2000/01/22  10:53:06
1354         Log: truncate(FH) flushes FH before truncating it
1355      Branch: perl
1356            ! pp_sys.c t/io/fs.t
1357 ____________________________________________________________________________
1358 [  4837] By: gsar                                  on 2000/01/22  10:37:16
1359         Log: #line directives without a filename leave the file name as it was
1360              instead of setting it to the script name (from Andrew Pimlott
1361              <andrew@pimlott.ne.mediaone.net>)
1362      Branch: perl
1363            ! toke.c
1364 ____________________________________________________________________________
1365 [  4836] By: gsar                                  on 2000/01/22  10:06:53
1366         Log: add patch for printf-style format typechecks (from Robin Barker
1367              <rmb1@cise.npl.co.uk>); fixes for problems so identified
1368      Branch: perl
1369            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
1370            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
1371 ____________________________________________________________________________
1372 [  4835] By: gsar                                  on 2000/01/22  08:42:52
1373         Log: From: John Tobey <jtobey@isay.com>
1374              Date: Thu, 16 Dec 1999 20:20:38 -0500
1375              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
1376              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
1377      Branch: perl
1378            ! lib/base.pm lib/fields.pm t/lib/fields.t
1379 ____________________________________________________________________________
1380 [  4834] By: gsar                                  on 2000/01/22  08:08:08
1381         Log: fix deeply nested closures that have no references to lexical in
1382              intervening subs
1383      Branch: perl
1384            ! embed.h embed.pl op.c proto.h t/op/closure.t
1385 ____________________________________________________________________________
1386 [  4833] By: gsar                                  on 2000/01/21  17:04:21
1387         Log: add $VERSION
1388      Branch: perl
1389            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
1390 ____________________________________________________________________________
1391 [  4832] By: gsar                                  on 2000/01/21  16:49:09
1392         Log: fix bug in dumping self-referential scalars
1393      Branch: perl
1394            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1395            ! t/lib/dumper.t
1396 ____________________________________________________________________________
1397 [  4831] By: jhi                                   on 2000/01/21  09:16:07
1398         Log: Integrate with Sarathy.
1399      Branch: cfgperl
1400           +> t/op/exists_sub.t
1401           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
1402           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
1403           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
1404           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1405           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
1406 ____________________________________________________________________________
1407 [  4830] By: gsar                                  on 2000/01/21  04:28:08
1408         Log: patch to report warnings on bogus filehandles passed to flock(),
1409              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
1410              (slightly modified)
1411      Branch: perl
1412            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1413            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
1414            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1415 ____________________________________________________________________________
1416 [  4829] By: gsar                                  on 2000/01/21  03:43:46
1417         Log: typo fix
1418      Branch: perl
1419            ! pod/perlop.pod
1420 ____________________________________________________________________________
1421 [  4828] By: gsar                                  on 2000/01/21  03:32:31
1422         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
1423              fixups of faulty facts and prose
1424      Branch: perl
1425            ! pod/perlvar.pod
1426 ____________________________________________________________________________
1427 [  4827] By: gsar                                  on 2000/01/21  01:45:51
1428         Log: support for C<exists &func> (from Spider Boardman)
1429      Branch: perl
1430            + t/op/exists_sub.t
1431            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
1432            ! pod/perlfunc.pod pp.c
1433 ____________________________________________________________________________
1434 [  4826] By: gsar                                  on 2000/01/21  01:35:46
1435         Log: mention the fact that open(my $foo, ...) covers all handle
1436              constructors
1437      Branch: perl
1438            ! pod/perldelta.pod
1439 ____________________________________________________________________________
1440 [  4825] By: gsar                                  on 2000/01/21  01:03:34
1441         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1442              Date: Wed, 19 Jan 2000 15:05:11 -0500
1443              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
1444              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
1445      Branch: perl
1446            ! utils/h2xs.PL
1447 ____________________________________________________________________________
1448 [  4824] By: gsar                                  on 2000/01/20  19:14:26
1449         Log: INSTALL updates from Andy Dougherty
1450      Branch: perl
1451            ! INSTALL
1452 ____________________________________________________________________________
1453 [  4823] By: gsar                                  on 2000/01/20  08:40:13
1454         Log: sv_true() has a superfluous test
1455      Branch: perl
1456            ! sv.c sv.h
1457 ____________________________________________________________________________
1458 [  4822] By: bailey                                on 2000/01/20  02:03:35
1459         Log: Minor cosmetic updates
1460      Branch: vmsperl
1461            ! configure.com
1462 ____________________________________________________________________________
1463 [  4821] By: bailey                                on 2000/01/20  00:25:30
1464         Log: Quick integration of mainline changes to date
1465      Branch: vmsperl
1466           +> (branch 74 files)
1467            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
1468            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1469            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
1470            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
1471            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
1472            - lib/warning.pm os2/POSIX.mkfifo warning.h
1473           !> (integrate 462 files)
1474 ____________________________________________________________________________
1475 [  4820] By: jhi                                   on 2000/01/19  22:46:42
1476         Log: More robust inc_version_list from Andy.
1477      Branch: cfgperl
1478            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1479            ! config_h.SH
1480      Branch: metaconfig
1481            ! U/installdirs/inc_version_list.U
1482 ____________________________________________________________________________
1483 [  4819] By: jhi                                   on 2000/01/19  17:36:56
1484         Log: Add NV_PRESERVES_UV.
1485      Branch: cfgperl
1486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1487            ! config_h.SH perl.h
1488      Branch: metaconfig
1489            ! U/protos/selecttype.U
1490      Branch: metaconfig/U/perl
1491            - nvpresuv.U
1492            ! perlxv.U
1493 ____________________________________________________________________________
1494 [  4818] By: jhi                                   on 2000/01/19  08:13:05
1495         Log: Integrate with Sarathy.
1496      Branch: cfgperl
1497           !> Changes Configure win32/config.bc win32/config.gc
1498           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1499           !> win32/config_H.vc
1500 ____________________________________________________________________________
1501 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1502         Log: regen win32/config*
1503      Branch: perl
1504            ! Configure win32/config.bc win32/config.gc win32/config.vc
1505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1506 ____________________________________________________________________________
1507 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1508         Log: Policy patch from Andy for installation directories,
1509              removing the $apiversion.
1510      Branch: cfgperl
1511            ! Policy_sh.SH
1512 ____________________________________________________________________________
1513 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1514         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1515              as suggested by Andy.
1516      Branch: cfgperl
1517            ! Configure config_h.SH
1518      Branch: metaconfig
1519            ! U/compline/d_gnulibc.U U/modified/cc.U
1520 ____________________________________________________________________________
1521 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1522         Log: integrate cfgperl changes into mainline
1523      Branch: perl
1524            ! Changes
1525           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1526           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1527           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1528 ____________________________________________________________________________
1529 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1530         Log: metaconfig todo note from Andy.
1531      Branch: cfgperl
1532            ! Configure config_h.SH
1533      Branch: metaconfig
1534            ! U/installdirs/inc_version_list.U
1535 ____________________________________________________________________________
1536 [  4812] By: jhi                                   on 2000/01/18  15:02:55
1537         Log: More -V.
1538      Branch: cfgperl
1539            ! perl.c
1540 ____________________________________________________________________________
1541 [  4811] By: jhi                                   on 2000/01/18  10:35:30
1542         Log: More compile-time options shown with -V.
1543      Branch: cfgperl
1544            ! perl.c
1545 ____________________________________________________________________________
1546 [  4810] By: jhi                                   on 2000/01/17  08:35:49
1547         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
1548              the strtold() and qgcvt() prototypes for long doubles, but
1549              it should be okay in any case); fix bad assumptions in the
1550              test suite about string->float conversions; though the out
1551              parameter of strtold() (and strtoll()) is unused, it is nicer
1552              to have it in correct type.
1553      Branch: cfgperl
1554            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
1555      Branch: metaconfig
1556            ! U/modified/cc.U
1557 ____________________________________________________________________________
1558 [  4809] By: jhi                                   on 2000/01/16  19:21:18
1559         Log: strtoll works better ternary.
1560      Branch: cfgperl
1561            ! perl.h
1562 ____________________________________________________________________________
1563 [  4808] By: jhi                                   on 2000/01/16  19:12:58
1564         Log: Know strtoll.
1565      Branch: cfgperl
1566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1567            ! config_h.SH perl.h
1568 ____________________________________________________________________________
1569 [  4807] By: jhi                                   on 2000/01/16  17:57:03
1570         Log: Integrate with Sarathy.
1571      Branch: cfgperl
1572           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
1573           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
1574 ____________________________________________________________________________
1575 [  4806] By: jhi                                   on 2000/01/16  16:37:47
1576         Log: Continue qgcvt work; closer now but not yet there.
1577      Branch: cfgperl
1578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1579            ! config_h.SH doop.c utf8.c
1580      Branch: metaconfig
1581            ! U/compline/d_gconvert.U
1582      Branch: metaconfig/U/perl
1583            ! d_qgcvt.U
1584 ____________________________________________________________________________
1585 [  4805] By: jhi                                   on 2000/01/15  22:26:16
1586         Log: Metaconfig and Porting patches from Andy; start using the new
1587              long long and long double thingies from #4804; regen Configure.
1588      Branch: cfgperl
1589            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1590            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
1591      Branch: metaconfig
1592            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
1593            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
1594            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
1595            + U/nullified/lib.U
1596            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
1597            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
1598            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
1599            ! U/modified/Oldconfig.U U/modified/Signal.U
1600            ! U/modified/sig_name.U U/threads/usethreads.U
1601      Branch: metaconfig/U/perl
1602            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1603            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
1604            ! usemultiplicity.U
1605      Branch: perl
1606            ! perl.h util.c
1607 ____________________________________________________________________________
1608 [  4804] By: jhi                                   on 2000/01/14  14:22:24
1609         Log: Add more quad/long long/long double sciency.
1610      Branch: metaconfig/U/perl
1611            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
1612            + d_strtouq.U
1613 ____________________________________________________________________________
1614 [  4803] By: gsar                                  on 2000/01/14  04:40:49
1615         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
1616      Branch: perl
1617            ! op.c
1618 ____________________________________________________________________________
1619 [  4802] By: gsar                                  on 2000/01/14  04:35:55
1620         Log: add note about "our"
1621      Branch: perl
1622            ! lib/vars.pm
1623 ____________________________________________________________________________
1624 [  4801] By: gsar                                  on 2000/01/14  04:16:51
1625         Log: nailed "our" declarations, and better warnings on duplicate
1626              "our" declarations
1627      Branch: perl
1628            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
1629            ! t/pragma/strict-vars toke.c
1630 ____________________________________________________________________________
1631 [  4800] By: gsar                                  on 2000/01/14  01:27:13
1632         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
1633      Branch: perl
1634            ! dump.c op.c op.h
1635 ____________________________________________________________________________
1636 [  4799] By: gsar                                  on 2000/01/14  01:17:15
1637         Log: doc typo
1638      Branch: perl
1639            ! pod/perlfunc.pod
1640 ____________________________________________________________________________
1641 [  4798] By: jhi                                   on 2000/01/13  16:31:34
1642         Log: Integrate with Sarathy.
1643      Branch: cfgperl
1644           +> epoc/config.sh epoc/epocish.c epoc/link.pl
1645           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
1646           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1647           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
1648           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
1649           +> win32/perlhost.h win32/vdir.h win32/vmem.h
1650            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1651            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1652            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
1653           !> (integrate 282 files)
1654 ____________________________________________________________________________
1655 [  4797] By: gsar                                  on 2000/01/13  08:12:56
1656         Log: clearer docs for change#4796; faster av_exists()
1657      Branch: perl
1658            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1659 ____________________________________________________________________________
1660 [  4796] By: gsar                                  on 2000/01/13  06:49:03
1661         Log: support delete() and exists() on array, tied array, and pseudo-hash
1662              elements or slices
1663      Branch: perl
1664            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
1665            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
1666            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
1667            ! t/op/avhv.t t/op/delete.t
1668 ____________________________________________________________________________
1669 [  4795] By: gsar                                  on 2000/01/11  20:52:30
1670         Log: extend site_perl changes change#4773 to vendor_perl as well
1671      Branch: perl
1672            ! Configure
1673 ____________________________________________________________________________
1674 [  4794] By: gsar                                  on 2000/01/11  19:18:50
1675         Log: rework INSTALL to reflect new logic for versioning sitelibs
1676      Branch: perl
1677            ! INSTALL
1678 ____________________________________________________________________________
1679 [  4793] By: gsar                                  on 2000/01/11  01:44:00
1680         Log: test for change#4792
1681      Branch: perl
1682            ! t/op/fork.t
1683 ____________________________________________________________________________
1684 [  4792] By: gsar                                  on 2000/01/11  01:22:36
1685         Log: pseudo forked children inherit environment correctly
1686      Branch: perl
1687            ! win32/perlhost.h
1688 ____________________________________________________________________________
1689 [  4791] By: gsar                                  on 2000/01/10  19:14:03
1690         Log: test tweak
1691      Branch: perl
1692            ! t/op/fork.t
1693 ____________________________________________________________________________
1694 [  4790] By: gsar                                  on 2000/01/10  18:56:16
1695         Log: check for USE_ITHREADS sanity was too restrictive
1696      Branch: perl
1697            ! perl.h
1698 ____________________________________________________________________________
1699 [  4789] By: gsar                                  on 2000/01/10  18:30:24
1700         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
1701              a real SetCurrentDirectory() in toplevel host
1702      Branch: perl
1703            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
1704            ! win32/vdir.h win32/win32.c
1705 ____________________________________________________________________________
1706 [  4782] By: gsar                                  on 2000/01/10  05:27:03
1707         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1708      Branch: perl
1709            + epoc/config.sh epoc/epocish.c epoc/link.pl
1710            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
1711            - epoc/perl.pkg
1712            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
1713            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
1714            ! lib/Sys/Hostname.pm
1715 ____________________________________________________________________________
1716 [  4781] By: gsar                                  on 2000/01/10  05:11:03
1717         Log: pod typos (from Abigail <abigail@delanet.com>)
1718      Branch: perl
1719            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
1720 ____________________________________________________________________________
1721 [  4780] By: gsar                                  on 2000/01/10  05:07:35
1722         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
1723      Branch: perl
1724            ! t/lib/thread.t
1725 ____________________________________________________________________________
1726 [  4779] By: gsar                                  on 2000/01/10  05:06:16
1727         Log: terminate -s switch processing only on C<-->, not on C<--foo>
1728      Branch: perl
1729            ! perl.c
1730 ____________________________________________________________________________
1731 [  4778] By: gsar                                  on 2000/01/10  04:38:45
1732         Log: useithreads needs usemultiplicity
1733      Branch: perl
1734            ! Configure perl.h
1735 ____________________________________________________________________________
1736 [  4777] By: gsar                                  on 2000/01/10  01:18:04
1737         Log: use $Config{version} rather than $] where appropriate
1738      Branch: perl
1739            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
1740            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
1741            ! lib/lib.pm
1742 ____________________________________________________________________________
1743 [  4776] By: gsar                                  on 2000/01/10  00:11:34
1744         Log: enable fork.t on windows
1745      Branch: perl
1746            ! t/op/fork.t
1747 ____________________________________________________________________________
1748 [  4775] By: gsar                                  on 2000/01/10  00:07:29
1749         Log: broken test for use5005threads
1750      Branch: perl
1751            ! t/lib/safe2.t
1752 ____________________________________________________________________________
1753 [  4774] By: gsar                                  on 2000/01/09  23:56:37
1754         Log: more windows build tweaks
1755      Branch: perl
1756            ! installperl makedef.pl win32/Makefile win32/config_H.bc
1757            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
1758            ! win32/makefile.mk
1759 ____________________________________________________________________________
1760 [  4773] By: gsar                                  on 2000/01/09  22:27:19
1761         Log: more changes for new-style version numbers (versions numbers on
1762              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
1763              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
1764              split $Config{apiversion} into three, @Config{apirevision,apiversion,
1765              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
1766              to .../site_perl/$version, just like $Config{privlib}, making sitelib
1767              completely independent across versions and substantially eliminating
1768              chances of breaking older installations by overwriting newly built
1769              extensions; all this means compatibility inclusions for @INC will need
1770              to take into account older sitelib versions (this still TODO)
1771              
1772              windows, vms, dos tweaks for the above
1773      Branch: perl
1774            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
1775            ! config_h.SH configure.com dosish.h installman installperl
1776            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
1777            ! win32/config.bc win32/config.gc win32/config.vc
1778            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1779            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
1780            ! win32/win32.c
1781 ____________________________________________________________________________
1782 [  4772] By: gsar                                  on 2000/01/09  19:05:33
1783         Log: s/usethreads/use5005threads/g
1784      Branch: perl
1785            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
1786 ____________________________________________________________________________
1787 [  4771] By: gsar                                  on 2000/01/09  18:51:50
1788         Log: Configure changes for new-style version numbers (from Andy Dougherty,
1789              slightly altered)
1790      Branch: perl
1791            ! Configure INSTALL Porting/Glossary Porting/config.sh
1792            ! Porting/config_H config_h.SH perl.h win32/Makefile
1793            ! win32/config.bc win32/config.gc win32/config.vc
1794            ! win32/makefile.mk
1795 ____________________________________________________________________________
1796 [  4770] By: gsar                                  on 2000/01/07  22:18:54
1797         Log: fix for 'make utest' failures (from Ilya Zakharevich)
1798      Branch: perl
1799            ! regexec.c
1800 ____________________________________________________________________________
1801 [  4769] By: gsar                                  on 2000/01/07  18:23:16
1802         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1803      Branch: perl
1804            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
1805            + ext/ODBM_File/hints/cygwin.pl
1806            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
1807            ! hints/cygwin.sh installman installperl lib/Cwd.pm
1808            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
1809            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
1810 ____________________________________________________________________________
1811 [  4768] By: gsar                                  on 2000/01/07  18:12:15
1812         Log: typo on h2xs.PL (from Helmut Jarausch)
1813      Branch: perl
1814            ! utils/h2xs.PL
1815 ____________________________________________________________________________
1816 [  4767] By: gsar                                  on 2000/01/07  17:58:45
1817         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
1818      Branch: perl
1819            ! README.vms configure.com vms/subconfigure.com
1820 ____________________________________________________________________________
1821 [  4766] By: gsar                                  on 2000/01/07  17:54:05
1822         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
1823              <sthoenna@efn.org>)
1824      Branch: perl
1825            - os2/POSIX.mkfifo
1826            ! MANIFEST README.os2
1827 ____________________________________________________________________________
1828 [  4765] By: gsar                                  on 2000/01/06  20:11:46
1829         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
1830              match /^lib/ won't load properly)
1831      Branch: perl
1832            + ext/DynaLoader/hints/openbsd.pl
1833            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
1834 ____________________________________________________________________________
1835 [  4764] By: gsar                                  on 2000/01/06  19:51:08
1836         Log: add undocumented globals for compatibility--find.pl, and find2perl
1837              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
1838      Branch: perl
1839            ! lib/File/Find.pm
1840 ____________________________________________________________________________
1841 [  4763] By: gsar                                  on 2000/01/06  10:51:07
1842         Log: fix various C-backend shenanigans
1843      Branch: perl
1844            ! ext/B/B/C.pm
1845 ____________________________________________________________________________
1846 [  4762] By: gsar                                  on 2000/01/06  04:09:00
1847         Log: tweak test in change#4757 for Windows
1848      Branch: perl
1849            ! t/io/open.t
1850 ____________________________________________________________________________
1851 [  4761] By: gsar                                  on 2000/01/06  02:55:30
1852         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
1853              they belonged to freed OP_CONSTs)
1854      Branch: perl
1855            ! op.c
1856 ____________________________________________________________________________
1857 [  4760] By: gsar                                  on 2000/01/06  00:22:40
1858         Log: constant ranges could escape bareword check in list context
1859      Branch: perl
1860            ! op.c t/pragma/strict-subs
1861 ____________________________________________________________________________
1862 [  4759] By: gsar                                  on 2000/01/05  20:52:50
1863         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1864              Date: Wed, 05 Jan 2000 15:23:18 EST
1865              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
1866              Subject: Re: minimal m//g matches appear busted
1867      Branch: perl
1868            ! regexec.c t/op/pat.t
1869 ____________________________________________________________________________
1870 [  4758] By: gsar                                  on 2000/01/05  12:49:40
1871         Log: various nits identified by warnings unmasked by recent changes
1872      Branch: perl
1873            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
1874 ____________________________________________________________________________
1875 [  4757] By: gsar                                  on 2000/01/05  12:48:10
1876         Log: severe bugs in change#3786 fixed
1877      Branch: perl
1878            ! doio.c t/io/open.t
1879 ____________________________________________________________________________
1880 [  4756] By: gsar                                  on 2000/01/05  11:25:10
1881         Log: tweak change#4745 to make ebcdic output match for chars <= 037
1882      Branch: perl
1883            ! ext/Data/Dumper/Dumper.pm
1884 ____________________________________________________________________________
1885 [  4755] By: gsar                                  on 2000/01/05  06:56:05
1886         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
1887      Branch: perl
1888            ! Configure util.c utils/perlcc.PL
1889 ____________________________________________________________________________
1890 [  4754] By: gsar                                  on 2000/01/05  06:52:25
1891         Log: avoid expensive Version_check (from Andreas Koenig)
1892      Branch: perl
1893            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1894            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1895 ____________________________________________________________________________
1896 [  4753] By: gsar                                  on 2000/01/05  06:48:22
1897         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
1898              Date: 03 Jan 2000 21:56:02 +0100
1899              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
1900              Subject: Reloading File::Copy
1901      Branch: perl
1902            ! Changes lib/File/Copy.pm t/lib/filecopy.t
1903 ____________________________________________________________________________
1904 [  4752] By: gsar                                  on 2000/01/04  01:19:20
1905         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1906      Branch: perl
1907            ! win32/Makefile win32/makefile.mk win32/win32.h
1908 ____________________________________________________________________________
1909 [  4751] By: gsar                                  on 2000/01/03  18:26:08
1910         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
1911      Branch: perl
1912            ! lib/ExtUtils/MakeMaker.pm
1913 ____________________________________________________________________________
1914 [  4750] By: gsar                                  on 2000/01/02  21:58:02
1915         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
1916              to write to a file other than tmon.out (suggested by Haakon Alstadheim
1917              <Haakon.Alstadheim@sds.no>)
1918      Branch: perl
1919            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
1920 ____________________________________________________________________________
1921 [  4749] By: gsar                                  on 2000/01/02  21:37:29
1922         Log: disable optimization in change#3612 for join() and quotemeta()--this
1923              removes all the gross hacks for the special cases in that change; fix
1924              pp_concat() for when TARG == arg (modified version of patch suggested
1925              by Ilya Zakharevich)
1926      Branch: perl
1927            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
1928 ____________________________________________________________________________
1929 [  4748] By: gsar                                  on 2000/01/02  20:26:06
1930         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
1931              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
1932      Branch: perl
1933            ! lib/ExtUtils/MakeMaker.pm
1934 ____________________________________________________________________________
1935 [  4747] By: gsar                                  on 2000/01/02  20:17:36
1936         Log: fix 4-arg substr() when used as argument to subroutine
1937      Branch: perl
1938            ! pp.c t/op/substr.t
1939 ____________________________________________________________________________
1940 [  4746] By: gsar                                  on 2000/01/02  18:45:58
1941         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
1942      Branch: perl
1943            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
1944            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
1945            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1946            ! perlapi.c proto.h thread.h util.c
1947 ____________________________________________________________________________
1948 [  4745] By: gsar                                  on 2000/01/02  18:15:44
1949         Log: ebcdic fix for Data::Dumper from Peter Prymmer
1950      Branch: perl
1951            ! ext/Data/Dumper/Dumper.pm regcomp.c
1952 ____________________________________________________________________________
1953 [  4744] By: gsar                                  on 1999/12/31  22:42:23
1954         Log: missing files in previous submit
1955      Branch: perl
1956            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
1957            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
1958 ____________________________________________________________________________
1959 [  4743] By: gsar                                  on 1999/12/31  06:47:18
1960         Log: various Windows build tweaks
1961      Branch: perl
1962            ! win32/win32.h
1963 ____________________________________________________________________________
1964 [  4742] By: gsar                                  on 1999/12/30  21:32:36
1965         Log: change#4705 breaks code that interpolates $], so leave string value
1966              of $] as it was for compatibility (and perhaps introduce $^V or similar
1967              for the utf8 representation, maybe?)
1968      Branch: perl
1969            ! configpm gv.c
1970 ____________________________________________________________________________
1971 [  4741] By: gsar                                  on 1999/12/30  19:36:21
1972         Log: avoid CRLF in byteloadable files created by perlcc
1973      Branch: perl
1974            ! utils/perlcc.PL
1975 ____________________________________________________________________________
1976 [  4740] By: gsar                                  on 1999/12/30  19:35:07
1977         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
1978      Branch: perl
1979            ! pod/perldelta.pod toke.c
1980 ____________________________________________________________________________
1981 [  4739] By: gsar                                  on 1999/12/30  05:44:21
1982         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
1983              to allow ByteLoader to work; the DATA filehandles continue to
1984              be left open in text mode for compatibility
1985      Branch: perl
1986            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
1987            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
1988            ! win32/win32.h
1989 ____________________________________________________________________________
1990 [  4738] By: gsar                                  on 1999/12/30  04:36:12
1991         Log: CR-LF support broken for formats
1992      Branch: perl
1993            ! toke.c
1994 ____________________________________________________________________________
1995 [  4737] By: gsar                                  on 1999/12/29  22:30:52
1996         Log: make DProf functional under pseudo-fork()
1997      Branch: perl
1998            ! ext/Devel/DProf/DProf.xs
1999 ____________________________________________________________________________
2000 [  4736] By: gsar                                  on 1999/12/29  21:04:59
2001         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
2002              Mulder)
2003      Branch: perl
2004            ! doio.c pp_hot.c t/io/argv.t
2005 ____________________________________________________________________________
2006 [  4735] By: gsar                                  on 1999/12/29  18:12:40
2007         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
2008              Koenig)
2009      Branch: perl
2010            ! Makefile.SH
2011 ____________________________________________________________________________
2012 [  4734] By: gsar                                  on 1999/12/28  21:10:37
2013         Log: Windows build tweaks
2014      Branch: perl
2015            ! INTERN.h sv.c
2016 ____________________________________________________________________________
2017 [  4733] By: gsar                                  on 1999/12/28  20:45:15
2018         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
2019              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
2020      Branch: perl
2021            ! pp_sys.c
2022 ____________________________________________________________________________
2023 [  4732] By: gsar                                  on 1999/12/28  20:42:13
2024         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
2025              <ralph@inputplus.demon.co.uk>
2026      Branch: perl
2027            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
2028 ____________________________________________________________________________
2029 [  4731] By: gsar                                  on 1999/12/28  20:23:17
2030         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
2031              not supplied (variant of patch suggested by Ilya Zakharevich)
2032      Branch: perl
2033            ! XSUB.h lib/ExtUtils/xsubpp
2034 ____________________________________________________________________________
2035 [  4730] By: gsar                                  on 1999/12/28  19:55:56
2036         Log: range operator does magical string increment iff both operands
2037              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
2038              the "foreach (RANGE)" case as well
2039      Branch: perl
2040            ! pp_ctl.c t/op/range.t
2041 ____________________________________________________________________________
2042 [  4729] By: gsar                                  on 1999/12/28  18:40:19
2043         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
2044      Branch: perl
2045            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2046            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
2047            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
2048            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
2049            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
2050            ! win32/win32.h
2051 ____________________________________________________________________________
2052 [  4728] By: gsar                                  on 1999/12/28  07:44:19
2053         Log: typecasts needed
2054      Branch: perl
2055            ! toke.c
2056 ____________________________________________________________________________
2057 [  4727] By: gsar                                  on 1999/12/28  06:23:08
2058         Log: change#4721 needed line number adjustments
2059      Branch: perl
2060            ! MANIFEST global.sym proto.h t/pragma/warn/doop
2061            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
2062            ! t/pragma/warn/toke t/pragma/warn/utf8
2063 ____________________________________________________________________________
2064 [  4726] By: gsar                                  on 1999/12/28  04:18:15
2065         Log: integrate utfperl contents into mainline
2066      Branch: perl
2067           +> lib/byte.pm lib/byte_heavy.pl
2068           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
2069           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
2070           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
2071 ____________________________________________________________________________
2072 [  4725] By: gsar                                  on 1999/12/28  04:08:09
2073         Log: integrate mainline contents
2074      Branch: utfperl
2075            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
2076            - lib/unicode/Eq/Unicode
2077           !> (integrate 60 files)
2078 ____________________________________________________________________________
2079 [  4724] By: gsar                                  on 1999/12/28  03:44:10
2080         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
2081      Branch: perl
2082            ! regcomp.c t/op/re_tests
2083 ____________________________________________________________________________
2084 [  4723] By: gsar                                  on 1999/12/28  03:28:39
2085         Log: more ebcdic testsuite fixups (from Peter Prymmer)
2086      Branch: perl
2087            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
2088            ! t/pragma/overload.t t/pragma/utf8.t
2089 ____________________________________________________________________________
2090 [  4722] By: gsar                                  on 1999/12/28  03:14:48
2091         Log: avoid "used once" warning
2092      Branch: perl
2093            ! lib/diagnostics.pm
2094 ____________________________________________________________________________
2095 [  4721] By: gsar                                  on 1999/12/28  03:10:32
2096         Log: ebcdic tweaks for tests from Peter Prymmer
2097      Branch: perl
2098            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
2099            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
2100 ____________________________________________________________________________
2101 [  4720] By: gsar                                  on 1999/12/28  03:08:39
2102         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
2103      Branch: perl
2104            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2105            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2106            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
2107 ____________________________________________________________________________
2108 [  4719] By: gsar                                  on 1999/12/28  03:01:04
2109         Log: perlport v1.45 from Chris Nandor
2110      Branch: perl
2111            ! pod/perlport.pod
2112 ____________________________________________________________________________
2113 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2114         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2115              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2116      Branch: perl
2117            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2118            ! t/pragma/constant.t
2119 ____________________________________________________________________________
2120 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2121         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2122      Branch: perl
2123            - ext/DynaLoader/dl_cygwin.xs
2124            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2125            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2126            ! util.c
2127 ____________________________________________________________________________
2128 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2129         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2130              (from Andy Dougherty)
2131      Branch: perl
2132            ! Configure
2133 ____________________________________________________________________________
2134 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2135         Log: better variant of change#4644 (from Andy Dougherty)
2136      Branch: perl
2137            ! Configure
2138 ____________________________________________________________________________
2139 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2140         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2141      Branch: perl
2142            ! Configure
2143 ____________________________________________________________________________
2144 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2145         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2146              INSTALL (from Andy Dougherty)
2147      Branch: perl
2148            ! Configure
2149 ____________________________________________________________________________
2150 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2151         Log: avoid creating new files during make install
2152      Branch: perl
2153            ! Makefile.SH
2154 ____________________________________________________________________________
2155 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2156         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2157      Branch: perl
2158            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2159            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2160            ! pod/perldelta.pod
2161 ____________________________________________________________________________
2162 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2163         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2164              <sthoenna@efn.org>); add explicit target for opmini.o
2165      Branch: perl
2166            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2167 ____________________________________________________________________________
2168 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2169         Log: partly fix perldiag regressions identified by Tom Christiansen
2170      Branch: perl
2171            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2172            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2173            ! t/pragma/warn/pp_sys
2174 ____________________________________________________________________________
2175 [  4708] By: gsar                                  on 1999/12/27  23:33:24
2176         Log: update perldiag for change#4707
2177      Branch: perl
2178            ! perl.c pod/perldiag.pod
2179 ____________________________________________________________________________
2180 [  4707] By: gsar                                  on 1999/12/27  23:23:39
2181         Log: allow spaces in -I switch argument
2182      Branch: perl
2183            ! perl.c
2184 ____________________________________________________________________________
2185 [  4706] By: gsar                                  on 1999/12/26  23:44:53
2186         Log: fix typos
2187      Branch: utfperl
2188            ! sv.h toke.c
2189 ____________________________________________________________________________
2190 [  4705] By: gsar                                  on 1999/12/24  04:02:35
2191         Log: support for v5.5.640 style version numbers
2192      Branch: utfperl
2193            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
2194            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
2195 ____________________________________________________________________________
2196 [  4704] By: gsar                                  on 1999/12/23  08:54:27
2197         Log: bring in basic threads stuff under USE_ITHREADS
2198      Branch: perl
2199            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
2200            ! util.c
2201 ____________________________________________________________________________
2202 [  4703] By: gsar                                  on 1999/12/23  00:10:06
2203         Log: integrate mainline contents into utfperl
2204      Branch: utfperl
2205           !> (integrate 33 files)
2206 ____________________________________________________________________________
2207 [  4702] By: gsar                                  on 1999/12/20  17:18:23
2208         Log: virtual directory handling broken on paths with trailing slash
2209      Branch: perl
2210            ! win32/Makefile win32/makefile.mk win32/vdir.h
2211 ____________________________________________________________________________
2212 [  4701] By: gsar                                  on 1999/12/20  17:09:55
2213         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
2214              isn't set for all m/$foo/o)
2215      Branch: perl
2216            ! pp_ctl.c
2217 ____________________________________________________________________________
2218 [  4700] By: gsar                                  on 1999/12/20  16:28:51
2219         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
2220              we have a race on our hands)
2221      Branch: perl
2222            ! pp_ctl.c
2223 ____________________________________________________________________________
2224 [  4699] By: gsar                                  on 1999/12/20  16:19:00
2225         Log: pod tweaks
2226      Branch: perl
2227            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
2228 ____________________________________________________________________________
2229 [  4698] By: gsar                                  on 1999/12/20  07:55:07
2230         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
2231      Branch: perl
2232            ! utf8.c
2233 ____________________________________________________________________________
2234 [  4697] By: gsar                                  on 1999/12/18  01:35:50
2235         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
2236              anon hash rather than a block; test case for the same
2237      Branch: perl
2238            ! t/comp/term.t toke.c
2239 ____________________________________________________________________________
2240 [  4696] By: gsar                                  on 1999/12/17  19:55:03
2241         Log: leak in change#4694 spotted by Larry
2242      Branch: perl
2243            ! hv.c
2244 ____________________________________________________________________________
2245 [  4695] By: gsar                                  on 1999/12/17  18:14:11
2246         Log: test case for change#4694
2247      Branch: perl
2248            ! t/op/delete.t
2249 ____________________________________________________________________________
2250 [  4694] By: gsar                                  on 1999/12/17  18:09:08
2251         Log: delete() should return the value as is, not a copy thereof
2252      Branch: perl
2253            ! hv.c pod/perldelta.pod
2254 ____________________________________________________________________________
2255 [  4693] By: gsar                                  on 1999/12/17  17:45:58
2256         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
2257      Branch: perl
2258            ! regexec.c t/op/re_tests
2259 ____________________________________________________________________________
2260 [  4692] By: gsar                                  on 1999/12/17  17:41:10
2261         Log: credits tweak
2262      Branch: perl
2263            ! lib/File/Spec.pm
2264 ____________________________________________________________________________
2265 [  4691] By: gsar                                  on 1999/12/17  07:12:53
2266         Log: DynaLoader doesn't build properly when $(DLSRC) changes
2267              (fix suggested by Hans Mulder)
2268      Branch: perl
2269            ! ext/DynaLoader/Makefile.PL
2270 ____________________________________________________________________________
2271 [  4690] By: gsar                                  on 1999/12/17  06:26:34
2272         Log: add missing new ops
2273      Branch: perl
2274            ! ext/B/ramblings/runtime.porting
2275 ____________________________________________________________________________
2276 [  4689] By: gsar                                  on 1999/12/17  06:16:49
2277         Log: test harness tweak from Hans Mulder
2278      Branch: perl
2279            ! t/TEST
2280 ____________________________________________________________________________
2281 [  4688] By: gsar                                  on 1999/12/17  06:14:23
2282         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
2283              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
2284      Branch: perl
2285            ! Makefile.SH cygwin/Makefile.SHs
2286 ____________________________________________________________________________
2287 [  4687] By: gsar                                  on 1999/12/17  06:06:46
2288         Log: applied suggested patch with whitespace adjustments
2289              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
2290              Date: Thu, 16 Dec 1999 08:57:55 +0100
2291              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
2292              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
2293      Branch: perl
2294            ! lib/File/Find.pm
2295 ____________________________________________________________________________
2296 [  4686] By: gsar                                  on 1999/12/17  05:48:53
2297         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
2298              by Hans Mulder)
2299      Branch: perl
2300            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2301            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2302            ! ext/DynaLoader/dl_rhapsody.xs
2303 ____________________________________________________________________________
2304 [  4685] By: gsar                                  on 1999/12/17  05:37:51
2305         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
2306              <rjk@linguist.dartmouth.edu>)
2307      Branch: perl
2308            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2309 ____________________________________________________________________________
2310 [  4684] By: gsar                                  on 1999/12/16  09:32:48
2311         Log: spell out how to get 4-digit year (from Micheal G Schwern
2312              <schwern@pobox.com>)
2313      Branch: perl
2314            ! pod/perlfunc.pod
2315 ____________________________________________________________________________
2316 [  4683] By: gsar                                  on 1999/12/16  09:26:53
2317         Log: type mismatch for %c format argument (spotted by Robin Barker
2318              <rmb1@cise.npl.co.uk>)
2319      Branch: perl
2320            ! regcomp.c
2321 ____________________________________________________________________________
2322 [  4682] By: gsar                                  on 1999/12/16  08:33:28
2323         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
2324              <sho_pi@hotmail.com>)
2325      Branch: perl
2326            ! win32/win32.c
2327 ____________________________________________________________________________
2328 [  4681] By: gsar                                  on 1999/12/16  08:31:15
2329         Log: missing backslash (spotted by Johan Vromans)
2330      Branch: perl
2331            ! perl.c
2332 ____________________________________________________________________________
2333 [  4680] By: gsar                                  on 1999/12/16  08:26:00
2334         Log: avoid coredump on diagnostics when STDERR is closed
2335      Branch: perl
2336            ! perl.h
2337 ____________________________________________________________________________
2338 [  4679] By: gsar                                  on 1999/12/12  18:09:41
2339         Log: integrate mainline changes
2340      Branch: utfperl
2341           +> (branch 39 files)
2342            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2343            - lib/unicode/UnicodeData-Latest.txt
2344           !> (integrate 447 files)
2345 ____________________________________________________________________________
2346 [  4678] By: gsar                                  on 1999/12/10  01:39:13
2347         Log: interpreter structure should be nulled under -DMULTIPLICITY
2348      Branch: perl
2349            ! perl.c
2350 ____________________________________________________________________________
2351 [  4677] By: gsar                                  on 1999/12/09  11:10:27
2352         Log: update Changes
2353      Branch: perl
2354            ! Changes
2355
2356 ----------------
2357 Version 5.005_63
2358 ----------------
2359
2360 ____________________________________________________________________________
2361 [  4676] By: gsar                                  on 1999/12/09  10:51:43
2362         Log: fix File::Find testsuite bugs in symlink-less places
2363      Branch: perl
2364            ! t/lib/filefind.t
2365 ____________________________________________________________________________
2366 [  4675] By: gsar                                  on 1999/12/09  10:22:31
2367         Log: USE_ITHREADS tweaks and notes
2368      Branch: perl
2369            ! op.c pod/perldelta.pod sv.c
2370 ____________________________________________________________________________
2371 [  4674] By: gsar                                  on 1999/12/09  10:21:53
2372         Log: allow new style sort subs to work under usethreads
2373      Branch: perl
2374            ! pp_ctl.c
2375 ____________________________________________________________________________
2376 [  4673] By: gsar                                  on 1999/12/09  04:00:23
2377         Log: document compatibility issue with literal list slices and NOTOP
2378              (C<not (1,2,3)[0]> is now a syntax error)
2379      Branch: perl
2380            ! pod/perldelta.pod
2381 ____________________________________________________________________________
2382 [  4672] By: gsar                                  on 1999/12/09  01:14:46
2383         Log: avoid mismatched expectation <-> int types for C++ builds
2384      Branch: perl
2385            ! embed.pl intrpvar.h proto.h toke.c
2386 ____________________________________________________________________________
2387 [  4671] By: gsar                                  on 1999/12/09  00:36:24
2388         Log: newer version of File::Find with support for following symlinks and
2389              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
2390      Branch: perl
2391            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
2392 ____________________________________________________________________________
2393 [  4670] By: gsar                                  on 1999/12/09  00:13:06
2394         Log: avoid initializing GvCV slot for autovivified filehandles
2395      Branch: perl
2396            ! pp.c
2397 ____________________________________________________________________________
2398 [  4669] By: gsar                                  on 1999/12/08  19:09:27
2399         Log: apply change#4618 again along with Ilya's patch to fix bugs
2400              in it (see change#4622)
2401      Branch: perl
2402            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
2403            ! t/op/re_tests t/op/subst.t
2404 ____________________________________________________________________________
2405 [  4668] By: gsar                                  on 1999/12/08  18:56:53
2406         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
2407              From: Larry Wall <larry@wall.org>
2408              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
2409              Message-Id: <199912072039.MAA13257@kiev.wall.org>
2410              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
2411      Branch: perl
2412            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
2413 ____________________________________________________________________________
2414 [  4667] By: gsar                                  on 1999/12/08  18:47:37
2415         Log: patch to fix aix hints from ortmann@vnet.ibm.com
2416      Branch: perl
2417            ! hints/aix.sh
2418 ____________________________________________________________________________
2419 [  4666] By: gsar                                  on 1999/12/08  18:29:02
2420         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
2421              Tim Meadowcroft
2422      Branch: perl
2423            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
2424 ____________________________________________________________________________
2425 [  4665] By: gsar                                  on 1999/12/08  02:22:31
2426         Log: introduce save_I8() for saving byte values
2427      Branch: perl
2428            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2429            ! regcomp.c regexec.c scope.c scope.h sv.c
2430 ____________________________________________________________________________
2431 [  4664] By: gsar                                  on 1999/12/08  02:02:33
2432         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
2433      Branch: perl
2434            ! toke.c
2435 ____________________________________________________________________________
2436 [  4663] By: gsar                                  on 1999/12/08  01:11:44
2437         Log: longstanding typo in lexer: PL_lex_expect was not properly
2438              saved on reentry
2439      Branch: perl
2440            ! toke.c
2441 ____________________________________________________________________________
2442 [  4662] By: gsar                                  on 1999/12/07  23:16:21
2443         Log: typos in change#4546
2444      Branch: perl
2445            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
2446 ____________________________________________________________________________
2447 [  4661] By: gsar                                  on 1999/12/07  09:33:50
2448         Log: typos in change#4660
2449      Branch: perl
2450            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
2451 ____________________________________________________________________________
2452 [  4660] By: gsar                                  on 1999/12/06  23:42:55
2453         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
2454              fix bug where lc($readonly) could result in bogus errors
2455      Branch: perl
2456            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
2457            ! pp.c pp_sys.c proto.h sv.c
2458 ____________________________________________________________________________
2459 [  4659] By: gsar                                  on 1999/12/06  15:24:31
2460         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
2461              <jarausch@igpm.rwth-aachen.de>)
2462      Branch: perl
2463            ! perl.h
2464 ____________________________________________________________________________
2465 [  4658] By: gsar                                  on 1999/12/06  15:18:30
2466         Log: fix for -Dp via $^D (suggested by Stephane Payrard
2467              <stef@adnaccess.com>)
2468      Branch: perl
2469            ! mg.c
2470 ____________________________________________________________________________
2471 [  4657] By: gsar                                  on 1999/12/06  06:50:01
2472         Log: change#4641 needs perldiag.pod edit
2473      Branch: perl
2474            - lib/unicode/UnicodeData-Latest.txt
2475            ! pod/perldiag.pod
2476 ____________________________________________________________________________
2477 [  4656] By: gsar                                  on 1999/12/06  01:36:56
2478         Log: Makefile tweak for change#4649
2479      Branch: perl
2480            ! Makefile.SH
2481 ____________________________________________________________________________
2482 [  4655] By: gsar                                  on 1999/12/05  17:23:57
2483         Log: change#4653 was missing a patch reject
2484      Branch: perl
2485            ! win32/makefile.mk
2486 ____________________________________________________________________________
2487 [  4654] By: gsar                                  on 1999/12/05  11:41:04
2488         Log: windows build tweaks for Borland compiler
2489      Branch: perl
2490            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
2491 ____________________________________________________________________________
2492 [  4653] By: gsar                                  on 1999/12/05  11:07:37
2493         Log: applied somewhat modified version of suggested patch
2494              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2495              Date: Thu, 18 Nov 1999 18:45:27 PST
2496              Message-ID: <19991119024527.72749.qmail@hotmail.com>
2497              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
2498      Branch: perl
2499            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2500            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2501            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2502            ! win32/makefile.mk win32/win32.h
2503 ____________________________________________________________________________
2504 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2505         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2506              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2507              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2508              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2509      Branch: perl
2510            ! Changes hints/svr5.sh
2511 ____________________________________________________________________________
2512 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2513         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2514              when given non-existent drive names
2515      Branch: perl
2516            ! lib/File/Path.pm
2517 ____________________________________________________________________________
2518 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2519         Log: windows build tweaks for change#4649
2520      Branch: perl
2521            ! win32/Makefile win32/makefile.mk
2522 ____________________________________________________________________________
2523 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2524         Log: make File::Glob::glob() the default for CORE::glob()
2525              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2526      Branch: perl
2527            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2528            ! win32/makefile.mk
2529 ____________________________________________________________________________
2530 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2531         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
2532      Branch: perl
2533            ! lib/Pod/Html.pm
2534 ____________________________________________________________________________
2535 [  4647] By: gsar                                  on 1999/12/05  00:14:01
2536         Log: remove outdated entry
2537      Branch: perl
2538            ! pod/perltrap.pod
2539 ____________________________________________________________________________
2540 [  4646] By: gsar                                  on 1999/12/04  22:48:51
2541         Log: s/block/loop block/ in diagnostics about next, last, redo
2542      Branch: perl
2543            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
2544 ____________________________________________________________________________
2545 [  4645] By: gsar                                  on 1999/12/04  22:25:32
2546         Log: readability tweak suggested by GRommel@sears.com
2547      Branch: perl
2548            ! pp.c
2549 ____________________________________________________________________________
2550 [  4644] By: gsar                                  on 1999/12/04  22:05:00
2551         Log: Configure tweak from Peter Prymmer
2552      Branch: perl
2553            ! Configure
2554 ____________________________________________________________________________
2555 [  4643] By: gsar                                  on 1999/12/04  21:55:27
2556         Log: make weak keyword check look for defined(&lock), not
2557              merely defined(*lock)
2558      Branch: perl
2559            ! toke.c
2560 ____________________________________________________________________________
2561 [  4642] By: gsar                                  on 1999/12/04  21:11:51
2562         Log: make eof() open ARGV if it isn't open already; also fixes bug
2563              where eof() would operate on any last-read filehandle, not
2564              just ARGV
2565      Branch: perl
2566            ! pp_sys.c
2567 ____________________________________________________________________________
2568 [  4641] By: gsar                                  on 1999/12/04  04:42:25
2569         Log: make uninitialized value warnings report opcode
2570      Branch: perl
2571            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
2572            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
2573            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
2574            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
2575            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
2576            ! t/pragma/warn/sv
2577 ____________________________________________________________________________
2578 [  4640] By: gsar                                  on 1999/12/04  02:40:44
2579         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
2580              that don't do range checking
2581      Branch: perl
2582            ! lib/Time/Local.pm
2583 ____________________________________________________________________________
2584 [  4639] By: gsar                                  on 1999/12/04  01:00:49
2585         Log: better implementation of change#3326; open(local $foo,...) now
2586              allowed in addition to any uninitialized variable, for consistency
2587              with how autovivification works elsewhere; add code to use the
2588              variable name as the name of the handle for simple variables, so
2589              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
2590      Branch: perl
2591            ! op.c pod/perldelta.pod pp.c t/io/open.t
2592 ____________________________________________________________________________
2593 [  4638] By: gsar                                  on 1999/12/03  21:20:00
2594         Log: pod nits
2595      Branch: perl
2596            ! pod/perlfunc.pod pod/perlrun.pod
2597 ____________________________________________________________________________
2598 [  4637] By: gsar                                  on 1999/12/03  08:59:04
2599         Log: change#4431 was flawed
2600      Branch: perl
2601            ! Makefile.SH
2602 ____________________________________________________________________________
2603 [  4636] By: gsar                                  on 1999/12/03  07:59:52
2604         Log: pod embellishments from Nathan Torkington
2605      Branch: perl
2606            ! pod/perlfaq2.pod pod/perlhack.pod
2607 ____________________________________________________________________________
2608 [  4635] By: gsar                                  on 1999/12/03  07:56:04
2609         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
2610      Branch: perl
2611            ! pod/perlfaq4.pod
2612 ____________________________________________________________________________
2613 [  4634] By: gsar                                  on 1999/12/03  07:47:47
2614         Log: test tweak for VMS (from Craig A. Berry)
2615      Branch: perl
2616            ! t/io/nargv.t
2617 ____________________________________________________________________________
2618 [  4633] By: gsar                                  on 1999/12/03  07:44:52
2619         Log: patchls tweak from Andreas Koenig
2620      Branch: perl
2621            ! Porting/patchls
2622 ____________________________________________________________________________
2623 [  4632] By: gsar                                  on 1999/12/03  07:42:23
2624         Log: don't mess with the umask()
2625      Branch: perl
2626            ! installhtml installman installperl lib/ExtUtils/Install.pm
2627            ! lib/ExtUtils/Manifest.pm
2628 ____________________________________________________________________________
2629 [  4631] By: gsar                                  on 1999/12/03  06:52:50
2630         Log: support -a switch to append bytecode to an existing file and make
2631              perlcc use it (from Tom Hughes <tom@compton.nu>)
2632      Branch: perl
2633            ! ext/B/B/Bytecode.pm utils/perlcc.PL
2634 ____________________________________________________________________________
2635 [  4630] By: gsar                                  on 1999/12/03  06:46:16
2636         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
2637              (from Tom Phoenix)
2638      Branch: perl
2639            ! pod/perltrap.pod
2640 ____________________________________________________________________________
2641 [  4629] By: gsar                                  on 1999/12/03  06:40:15
2642         Log: use PerlIO abstraction rather than straight stdio (from
2643              Chip Salzenberg)
2644      Branch: perl
2645            ! ext/ByteLoader/ByteLoader.xs
2646 ____________________________________________________________________________
2647 [  4628] By: gsar                                  on 1999/12/03  06:15:54
2648         Log: avoid warning in IO::Select::exists() if socket doesn't exist
2649      Branch: perl
2650            ! ext/IO/lib/IO/Select.pm
2651 ____________________________________________________________________________
2652 [  4627] By: gsar                                  on 1999/12/03  06:05:19
2653         Log: two small patches from Peter Prymmer <pvhp@forte.com>
2654      Branch: perl
2655            ! makedepend.SH win32/Makefile win32/makefile.mk
2656 ____________________________________________________________________________
2657 [  4626] By: gsar                                  on 1999/12/03  05:36:38
2658         Log: From: Peter Prymmer <pvhp@forte.com>
2659              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
2660              Message-Id: <199911260506.VAA17230@brio.forte.com>
2661              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
2662      Branch: perl
2663            ! regcomp.c
2664 ____________________________________________________________________________
2665 [  4625] By: gsar                                  on 1999/12/03  05:20:21
2666         Log: Windows build tweaks due to change#4623
2667      Branch: perl
2668            ! win32/Makefile win32/makefile.mk win32/perlhost.h
2669 ____________________________________________________________________________
2670 [  4624] By: gsar                                  on 1999/12/03  04:58:30
2671         Log: add missing file
2672      Branch: perl
2673            + ext/DynaLoader/XSLoader_pm.PL
2674 ____________________________________________________________________________
2675 [  4623] By: gsar                                  on 1999/12/03  04:47:03
2676         Log: applied suggested patch; removed $VERSION = $VERSION hack
2677              (change#4043 fixed the need for that)
2678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2679              Date: Tue, 16 Nov 1999 01:50:31 EST
2680              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
2681              Subject: [PATCH 5.005_62] XSLoader.pm
2682      Branch: perl
2683            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
2684            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
2685            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2686            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
2687            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
2688            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
2689            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2690            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
2691            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2692            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2693            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
2694 ____________________________________________________________________________
2695 [  4622] By: gsar                                  on 1999/12/03  04:02:39
2696         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
2697      Branch: perl
2698            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2699 ____________________________________________________________________________
2700 [  4621] By: gsar                                  on 1999/12/02  22:24:53
2701         Log: caveat about thread-safety of extensions
2702      Branch: perl
2703            ! pod/perlfork.pod
2704 ____________________________________________________________________________
2705 [  4620] By: gsar                                  on 1999/12/02  20:31:02
2706         Log: XS documentation patches suggested by Ilya, severally adjusted
2707      Branch: perl
2708            ! pod/perlxs.pod pod/perlxstut.pod
2709 ____________________________________________________________________________
2710 [  4619] By: gsar                                  on 1999/12/02  17:52:50
2711         Log: re-add missing Unicode database master
2712      Branch: perl
2713            + lib/unicode/Unicode.300
2714 ____________________________________________________________________________
2715 [  4618] By: gsar                                  on 1999/12/02  06:56:18
2716         Log: applied suggested patch with prototype changes
2717              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
2718              Date:    Tue, 23 Nov 1999 22:55:55 EST
2719              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
2720              Subject: [PATCH 5.005_62] First char cognizance
2721      Branch: perl
2722            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
2723 ____________________________________________________________________________
2724 [  4617] By: gsar                                  on 1999/12/02  06:04:57
2725         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
2726      Branch: perl
2727            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
2728 ____________________________________________________________________________
2729 [  4616] By: gsar                                  on 1999/12/02  04:30:22
2730         Log: various documentation tweaks suggested by M. J. T. Guy
2731      Branch: perl
2732            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
2733 ____________________________________________________________________________
2734 [  4615] By: gsar                                  on 1999/12/02  04:17:43
2735         Log: various File::Glob fixes for DOSISH platforms
2736              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2737              Date: Tue, 02 Nov 1999 11:11:25 GMT
2738              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
2739              Subject: File::Glob again. Final patch, honest!
2740      Branch: perl
2741            + t/lib/glob-case.t
2742            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
2743            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2744            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
2745 ____________________________________________________________________________
2746 [  4614] By: gsar                                  on 1999/12/02  03:42:55
2747         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
2748              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
2749      Branch: perl
2750            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
2751 ____________________________________________________________________________
2752 [  4613] By: gsar                                  on 1999/12/02  01:59:19
2753         Log: ignore yet another known scalar leak
2754      Branch: perl
2755            ! t/pragma/warn/regcomp
2756 ____________________________________________________________________________
2757 [  4612] By: gsar                                  on 1999/12/02  01:15:02
2758         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
2759      Branch: perl
2760            ! pp.c
2761 ____________________________________________________________________________
2762 [  4611] By: gsar                                  on 1999/12/02  00:31:43
2763         Log: a somewhat tweaked version of suggested patch
2764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2765              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
2766              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
2767              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
2768      Branch: perl
2769            ! pod/perlfunc.pod
2770 ____________________________________________________________________________
2771 [  4610] By: gsar                                  on 1999/12/01  19:09:31
2772         Log: more accurate require() pseudocode (from James P. Williams
2773              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
2774      Branch: perl
2775            ! pod/perlfunc.pod
2776 ____________________________________________________________________________
2777 [  4609] By: gsar                                  on 1999/12/01  18:43:49
2778         Log: avoid "Callback called exit" error on intentional exit()
2779      Branch: perl
2780            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
2781 ____________________________________________________________________________
2782 [  4608] By: gsar                                  on 1999/12/01  18:42:38
2783         Log: find_byclass() prototype was incoherent
2784      Branch: perl
2785            ! regexec.c
2786 ____________________________________________________________________________
2787 [  4607] By: gsar                                  on 1999/12/01  05:45:10
2788         Log: better documentation for goto &NAME (from M. J. T. Guy)
2789      Branch: perl
2790            ! pod/perlfunc.pod
2791 ____________________________________________________________________________
2792 [  4606] By: gsar                                  on 1999/12/01  05:33:14
2793         Log: integrate cfgperl contents into mainline
2794      Branch: perl
2795           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
2796           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
2797            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2798            ! Changes
2799           !> (integrate 210 files)
2800 ____________________________________________________________________________
2801 [  4605] By: gsar                                  on 1999/12/01  05:15:27
2802         Log: avoid PTR->IV cast warnings
2803      Branch: perl
2804            ! mg.c op.c scope.h
2805 ____________________________________________________________________________
2806 [  4604] By: gsar                                  on 1999/12/01  03:59:56
2807         Log: email address changes
2808      Branch: perl
2809            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
2810            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
2811            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
2812            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
2813            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
2814 ____________________________________________________________________________
2815 [  4603] By: gsar                                  on 1999/12/01  03:45:13
2816         Log: minor USE_ITHREADS tweaks
2817      Branch: perl
2818            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
2819            ! win32/perllib.c win32/win32.h
2820 ____________________________________________________________________________
2821 [  4602] By: gsar                                  on 1999/12/01  01:00:09
2822         Log: more complete pseudo-fork() support for Windows
2823      Branch: perl
2824            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
2825            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
2826            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
2827            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
2828            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
2829            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
2830            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
2831            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
2832            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
2833            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
2834            ! win32/win32iop.h win32/win32thread.h
2835 ____________________________________________________________________________
2836 [  4601] By: gsar                                  on 1999/12/01  00:45:38
2837         Log: rudimentary support for remote debugging, from aeons ago (somewhat
2838              modified)
2839              From: Graham TerMarsch <grahamt@ActiveState.com>
2840              Date: Sat, 12 Sep 1998 10:46:55 -0700
2841              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
2842              Subject: Re: Patches to perl5db.pl to allow for remote debugging
2843      Branch: perl
2844            ! lib/perl5db.pl
2845 ____________________________________________________________________________
2846 [  4600] By: chip                                  on 1999/11/19  21:16:00
2847         Log: Document known limitations of fdopen() on some systems,
2848              as they apply to open() and sysopen().
2849      Branch: perl
2850            ! pod/perlfunc.pod
2851 ____________________________________________________________________________
2852 [  4599] By: chip                                  on 1999/11/19  17:20:19
2853         Log: Undef printf before redirecting it to PerlIO_stdoutf.
2854              (Avoids an irritating warning when compiling with PerlIO.)
2855      Branch: perl
2856            ! perl.h
2857 ____________________________________________________________________________
2858 [  4598] By: jhi                                   on 1999/11/22  21:30:17
2859         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
2860      Branch: cfgperl
2861            ! README.vms t/io/open.t
2862 ____________________________________________________________________________
2863 [  4597] By: jhi                                   on 1999/11/21  16:21:21
2864         Log: Replace #4596 with the change done in 5.005_03.
2865      Branch: cfgperl
2866            ! ext/Errno/Errno_pm.PL
2867 ____________________________________________________________________________
2868 [  4596] By: jhi                                   on 1999/11/21  16:07:20
2869         Log: Skip processing a file if the file to be opened is '-'
2870              (can happen in UNICOS)
2871      Branch: cfgperl
2872            ! ext/Errno/Errno_pm.PL
2873 ____________________________________________________________________________
2874 [  4595] By: jhi                                   on 1999/11/21  14:05:10
2875         Log: VMS patches from Peter Prymmer.
2876      Branch: cfgperl
2877            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
2878 ____________________________________________________________________________
2879 [  4594] By: jhi                                   on 1999/11/18  17:07:14
2880         Log: The find_byclass prototype is already in proto.h. 
2881      Branch: cfgperl
2882            ! regexec.c
2883 ____________________________________________________________________________
2884 [  4593] By: gsar                                  on 1999/11/16  21:25:21
2885         Log: typo in flag checks
2886      Branch: utfperl
2887            ! sv.h
2888 ____________________________________________________________________________
2889 [  4592] By: jhi                                   on 1999/11/16  21:17:25
2890         Log: Regen Configure.
2891      Branch: cfgperl
2892            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
2893      Branch: metaconfig
2894            ! U/a_dvisory/quadtype.U
2895 ____________________________________________________________________________
2896 [  4591] By: jhi                                   on 1999/11/16  14:53:19
2897         Log: Integrate with Sarathy.
2898      Branch: cfgperl
2899           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
2900           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2901           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
2902           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
2903           !> t/pod/poderrs.xr
2904 ____________________________________________________________________________
2905 [  4590] By: gsar                                  on 1999/11/16  05:57:56
2906         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
2907      Branch: perl
2908            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
2909            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
2910            ! t/pod/poderrs.t t/pod/poderrs.xr
2911 ____________________________________________________________________________
2912 [  4589] By: gsar                                  on 1999/11/15  18:47:34
2913         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
2914              C<if (fork()) { print "parent" } else { print "child" }> works on
2915              Windows (incidentally running a cloned^2 interpreter :)
2916      Branch: perl
2917            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
2918            ! pp_sys.c proto.h sv.c
2919 ____________________________________________________________________________
2920 [  4588] By: gsar                                  on 1999/11/15  14:34:36
2921         Log: cloning the stack (part 1)
2922      Branch: perl
2923            ! cop.h deb.c perl.c sv.c
2924 ____________________________________________________________________________
2925 [  4587] By: jhi                                   on 1999/11/15  00:22:20
2926         Log: Integrate with Sarathy.
2927      Branch: cfgperl
2928           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
2929           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
2930           !> win32/perllib.c
2931 ____________________________________________________________________________
2932 [  4586] By: jhi                                   on 1999/11/14  21:17:26
2933         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
2934      Branch: cfgperl
2935            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
2936 ____________________________________________________________________________
2937 [  4585] By: gsar                                  on 1999/11/14  20:01:45
2938         Log: tweak for win32 build
2939      Branch: perl
2940            ! embed.h embed.pl op.c proto.h
2941 ____________________________________________________________________________
2942 [  4584] By: gsar                                  on 1999/11/14  19:46:25
2943         Log: cosmetic tweaks
2944      Branch: perl
2945            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2946            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
2947 ____________________________________________________________________________
2948 [  4583] By: gsar                                  on 1999/11/14  17:38:32
2949         Log: fix problem pointer casts
2950      Branch: perl
2951            ! Changes run.c sv.c
2952 ____________________________________________________________________________
2953 [  4582] By: jhi                                   on 1999/11/14  17:10:01
2954         Log: Integrate with Sarathy.
2955      Branch: cfgperl
2956           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
2957           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
2958           !> vms/perly_c.vms win32/perllib.c
2959 ____________________________________________________________________________
2960 [  4581] By: jhi                                   on 1999/11/14  17:08:23
2961         Log: The separation of 64-bitness and largefileness continues
2962              (with a setback, see hpux.sh).
2963      Branch: cfgperl
2964            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
2965            ! hints/solaris_2.sh
2966      Branch: metaconfig
2967            ! U/threads/archname.U U/typedefs/lseektype.U
2968      Branch: metaconfig/U/perl
2969            ! fpossize.U use64bits.U uselfs.U
2970 ____________________________________________________________________________
2971 [  4580] By: jhi                                   on 1999/11/14  13:26:41
2972         Log: Another Unicode update.
2973      Branch: cfgperl
2974            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
2975            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
2976            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2977            ! (edit 189 files)
2978 ____________________________________________________________________________
2979 [  4579] By: gsar                                  on 1999/11/14  10:21:49
2980         Log: sundry cleanups for cloned interpreters (only known failure mode
2981              is due to regexps keeping non-constant data in their compiled
2982              structures)
2983      Branch: perl
2984            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
2985            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
2986 ____________________________________________________________________________
2987 [  4578] By: gsar                                  on 1999/11/14  03:37:37
2988         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
2989      Branch: perl
2990            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
2991 ____________________________________________________________________________
2992 [  4577] By: jhi                                   on 1999/11/13  19:50:24
2993         Log: Change #4576 accidentally leaked also parts of
2994              Ilya's patch that won't apply cleanly anymore.
2995      Branch: cfgperl
2996            ! regexec.c t/op/re_tests
2997 ____________________________________________________________________________
2998 [  4576] By: jhi                                   on 1999/11/13  19:43:37
2999         Log: Integrate with Sarathy.
3000      Branch: cfgperl
3001            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3002           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
3003           !> t/op/regexp.t t/pragma/overload.t
3004 ____________________________________________________________________________
3005 [  4575] By: gsar                                  on 1999/11/13  19:41:46
3006         Log: typos in change#4561 and change#4565
3007      Branch: perl
3008            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
3009 ____________________________________________________________________________
3010 [  4574] By: gsar                                  on 1999/11/13  19:31:19
3011         Log: revert non-kosher parts of change#4562 (sort order problems
3012              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
3013              result and expected lines; /[:ascii:]/ not working should be
3014              fixed, not ignored in regexp.t; result from sort should be
3015              fixed to be ascii portable on ebcdic, not ebcdic-specific)
3016      Branch: perl
3017            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
3018 ____________________________________________________________________________
3019 [  4573] By: gsar                                  on 1999/11/13  19:13:04
3020         Log: integrate cfgperl changes into mainline
3021      Branch: perl
3022           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3023           +> lib/unicode/In/BopomofoExtended.pl
3024           +> lib/unicode/In/BraillePatterns.pl
3025           +> lib/unicode/In/CJKRadicalsSupplement.pl
3026           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3027           +> lib/unicode/In/Cherokee.pl
3028           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
3029           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3030           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3031           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3032           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3033           +> lib/unicode/In/Thaana.pl
3034           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3035           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3036            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3037           !> (integrate 213 files)
3038 ____________________________________________________________________________
3039 [  4572] By: jhi                                   on 1999/11/13  18:44:50
3040         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3041              To: perl5-porters@perl.org, VMSPERL@perl.org
3042              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
3043              Date: Wed, 27 Oct 1999 11:02:54 -0500
3044              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
3045      Branch: cfgperl
3046            ! README.vms
3047 ____________________________________________________________________________
3048 [  4571] By: jhi                                   on 1999/11/13  18:33:39
3049         Log: From: jand@activestate.com (Jan Dubois)
3050              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
3051              Cc: Douglas Lankshear <dougl@activestate.com>,
3052              Gurusamy Sarathy <gsar@activestate.com>
3053              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
3054              Date: Tue, 09 Nov 1999 00:38:33 +0100
3055              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
3056      Branch: cfgperl
3057            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
3058            ! win32/config.gc win32/config.vc win32/config_H.bc
3059            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
3060            ! win32/win32.c win32/win32iop.h
3061 ____________________________________________________________________________
3062 [  4570] By: jhi                                   on 1999/11/13  18:30:37
3063         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3064              To: perl5-porters@perl.org (Mailing list Perl5)
3065              Subject: [PATCH 5.005_62] makedef.pl goof
3066              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
3067              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
3068      Branch: cfgperl
3069            ! makedef.pl
3070 ____________________________________________________________________________
3071 [  4569] By: jhi                                   on 1999/11/13  18:06:54
3072         Log: From: Michael G Schwern <schwern@pobox.com>
3073              To: perl5-porters@perl.org, pod-people@perl.org
3074              Cc: tchrist@mox.perl.com, gnat@frii.com
3075              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
3076              Date: Wed, 10 Nov 1999 17:21:46 -0500
3077              Message-ID: <19991110172146.A23527@athens.aocn.com>
3078      Branch: cfgperl
3079            ! pod/perlfaq9.pod
3080 ____________________________________________________________________________
3081 [  4568] By: jhi                                   on 1999/11/13  18:05:33
3082         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
3083              To: <perl5-porters@perl.org>
3084              Subject: DynaLoader_pm.PL patch (backslashes in strings)
3085              Date: Wed, 10 Nov 1999 22:52:02 -0000
3086              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
3087      Branch: cfgperl
3088            ! ext/DynaLoader/DynaLoader_pm.PL
3089 ____________________________________________________________________________
3090 [  4567] By: jhi                                   on 1999/11/13  18:03:52
3091         Log: From: JD Laub <jdl@access-health.com>
3092              To: perl5-porters@perl.org
3093              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
3094              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
3095              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
3096      Branch: cfgperl
3097            ! lib/Exporter/Heavy.pm
3098 ____________________________________________________________________________
3099 [  4566] By: jhi                                   on 1999/11/13  18:01:24
3100         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
3101              To: perl5-porters@perl.org
3102              Subject: small patch for perldoc
3103              Date: Fri, 12 Nov 1999 23:11:43 GMT
3104              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
3105      Branch: cfgperl
3106            ! utils/perldoc.PL
3107 ____________________________________________________________________________
3108 [  4565] By: jhi                                   on 1999/11/13  17:58:54
3109         Log: From: Scott Gifford <sgifford@tir.com>
3110              To: perl5-porters@perl.org
3111              Cc: gbarr@pobox.com
3112              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3113              Date: 12 Nov 1999 18:55:30 -0500
3114              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3115      Branch: cfgperl
3116            ! ext/IO/lib/IO/Socket.pm
3117 ____________________________________________________________________________
3118 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3119         Log: Applied manually:
3120              From: "Craig A. Berry" <craig.berry@metamor.com>
3121              To: perl5-porters@perl.org, VMSPERL@perl.org
3122              Subject: [PATCH 5.005_62] patches required to build on VMS
3123              Date: Tue, 09 Nov 1999 18:16:14 -0600
3124              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3125      Branch: cfgperl
3126            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3127            ! vms/vms.c vms/vmsish.h
3128 ____________________________________________________________________________
3129 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3130         Log: Regen Unicode tables to include a warning:
3131              Thou Shalt Not Edit Them By Hand; add missing
3132              (Unicode 2.0 -introduced) tables to MANIFEST;
3133              convert the equivalence tables to be valid Perl code.
3134      Branch: cfgperl
3135            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3136            + lib/unicode/In/BopomofoExtended.pl
3137            + lib/unicode/In/BraillePatterns.pl
3138            + lib/unicode/In/CJKRadicalsSupplement.pl
3139            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3140            + lib/unicode/In/Cherokee.pl
3141            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3142            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3143            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3144            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3145            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3146            + lib/unicode/In/Thaana.pl
3147            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3148            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3149            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3150            ! (edit 169 files)
3151 ____________________________________________________________________________
3152 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3153         Log: From: Peter Prymmer <pvhp@forte.com>
3154              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3155              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3156              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3157              Message-Id: <199911102234.OAA01018@brio.forte.com>
3158      Branch: cfgperl
3159            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3160            ! t/pragma/overload.t
3161 ____________________________________________________________________________
3162 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3163         Log: $Config{myarchname} is not a good architecture identifier
3164              because it may contain host/node identification like
3165              CPU serial numbers.
3166      Branch: cfgperl
3167            ! ext/Errno/Errno_pm.PL
3168 ____________________________________________________________________________
3169 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3170         Log: Continue largefileness separation from quadness;
3171              move nv-preserving test out of perl.h into Configure;
3172              use HAS_SETVBUF in IO.
3173      Branch: cfgperl
3174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3175            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
3176      Branch: metaconfig
3177            ! U/a_dvisory/quadtype.U
3178      Branch: metaconfig/U/perl
3179            + nvpresuv.U
3180            ! d_fseeko.U d_ftello.U io64.U perlxv.U
3181 ____________________________________________________________________________
3182 [  4559] By: jhi                                   on 1999/11/13  13:46:38
3183         Log: Try to fix largefileness so that it "works" without a quad IV.
3184      Branch: cfgperl
3185            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3186            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
3187      Branch: metaconfig
3188            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
3189      Branch: metaconfig/U/perl
3190            ! io64.U
3191 ____________________________________________________________________________
3192 [  4558] By: jhi                                   on 1999/11/13  11:36:19
3193         Log: Undo drift from mainline.
3194      Branch: cfgperl
3195            ! regcomp.c util.c utils/h2xs.PL
3196 ____________________________________________________________________________
3197 [  4557] By: gsar                                  on 1999/11/13  10:54:46
3198         Log: typo
3199      Branch: perl
3200            ! util.c
3201 ____________________________________________________________________________
3202 [  4556] By: gsar                                  on 1999/11/13  10:53:41
3203         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
3204      Branch: perl
3205           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3206           +> epoc/epoc_stubs.c
3207           !> (integrate 48 files)
3208 ____________________________________________________________________________
3209 [  4555] By: jhi                                   on 1999/11/13  10:05:54
3210         Log: Integrate with Sarathy.
3211      Branch: cfgperl
3212           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3213           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3214 ____________________________________________________________________________
3215 [  4554] By: jhi                                   on 1999/11/13  10:03:07
3216         Log: s/_SIGN$/_sign/g;
3217      Branch: metaconfig
3218            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
3219 ____________________________________________________________________________
3220 [  4553] By: gsar                                  on 1999/11/13  02:17:53
3221         Log: cloned interpreters now actually run and pass all but 55/10386
3222              subtests; various subtle bugs, new and old, observed when running
3223              cloned interpreters have been fixed
3224              
3225              still to do:
3226              |  * dup psig_ptr table
3227              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
3228              |    simple-minded and grab one pad entry each, heavily bloating
3229              |    the pad by not avoiding dups)
3230              |  * overloaded constants are not really immutable--they need to
3231              |    be PADOPs
3232              |  * allocator for constants and OPs need to be spelled differently
3233              |    (shared vs interpreter-local allocations)
3234              |  * optree refcounting is still missing locking (macros are in place)
3235              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
3236              |    perl_clone() can be called from within runops*()
3237      Branch: perl
3238            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3239            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3240 ____________________________________________________________________________
3241 [  4552] By: jhi                                   on 1999/11/11  23:17:43
3242         Log: Turn on largefileness always if available and
3243              continue 64-bit fixes.
3244      Branch: cfgperl
3245            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
3246            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
3247            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
3248 ____________________________________________________________________________
3249 [  4551] By: jhi                                   on 1999/11/11  23:16:15
3250         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
3251      Branch: metaconfig
3252            ! U/a_dvisory/quadtype.U
3253      Branch: metaconfig/U/perl
3254            + d_int64t.U
3255            ! i_inttypes.U io64.U
3256 ____________________________________________________________________________
3257 [  4550] By: jhi                                   on 1999/11/11  20:24:55
3258         Log: Fix a thinko in 4548.
3259      Branch: cfgperl
3260            ! pp_sys.c
3261 ____________________________________________________________________________
3262 [  4549] By: jhi                                   on 1999/11/11  19:48:21
3263         Log: Integrate with Sarathy.
3264      Branch: cfgperl
3265           !> (integrate 56 files)
3266 ____________________________________________________________________________
3267 [  4548] By: jhi                                   on 1999/11/11  19:41:56
3268         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
3269              regen Configure.
3270      Branch: cfgperl
3271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3272            ! config_h.SH pp_sys.c
3273 ____________________________________________________________________________
3274 [  4547] By: jhi                                   on 1999/11/11  19:40:38
3275         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
3276      Branch: metaconfig
3277            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
3278            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3279 ____________________________________________________________________________
3280 [  4546] By: gsar                                  on 1999/11/11  10:32:54
3281         Log: avoid stash pointers in optree under USE_ITHREADS
3282      Branch: perl
3283            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
3284            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
3285            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
3286            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3287            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
3288            ! scope.h sv.c
3289 ____________________________________________________________________________
3290 [  4545] By: gsar                                  on 1999/11/11  06:04:20
3291         Log: another change towards a shareable optree: avoid pointer to filegv
3292              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
3293              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
3294              to suit
3295      Branch: perl
3296            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
3297            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3298            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
3299            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
3300            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3301            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
3302            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
3303            ! win32/perllib.c
3304 ____________________________________________________________________________
3305 [  4544] By: gsar                                  on 1999/11/10  18:19:12
3306         Log: more cleanups for change#4539
3307      Branch: perl
3308            ! gv.h op.c op.h pp_ctl.c pp_hot.c
3309 ____________________________________________________________________________
3310 [  4543] By: gsar                                  on 1999/11/10  01:52:22
3311         Log: remove dead branch/infinite looper in change#3612
3312      Branch: perl
3313            ! op.c
3314 ____________________________________________________________________________
3315 [  4542] By: gsar                                  on 1999/11/09  20:05:47
3316         Log: IoDIRP may be fake when used in source filters, mark as such
3317      Branch: perl
3318            ! sv.c sv.h toke.c
3319 ____________________________________________________________________________
3320 [  4541] By: gsar                                  on 1999/11/09  05:47:53
3321         Log: small nits in changes#4538,4539
3322      Branch: perl
3323            ! op.c sv.c
3324 ____________________________________________________________________________
3325 [  4540] By: gsar                                  on 1999/11/08  20:30:58
3326         Log: win32 symbol export tweak
3327      Branch: perl
3328            ! makedef.pl win32/win32.c win32/win32iop.h
3329 ____________________________________________________________________________
3330 [  4539] By: gsar                                  on 1999/11/08  18:50:40
3331         Log: preliminary support for GVOP indirection via pad
3332      Branch: perl
3333            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
3334            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
3335 ____________________________________________________________________________
3336 [  4538] By: gsar                                  on 1999/11/08  11:25:49
3337         Log: preliminary support for perl_clone() (still needs work in
3338              the following areas: SVOPs must indirect via pad; context
3339              stack, scope stack, and runlevels must be cloned; must
3340              hook up the virtualized pseudo-process support provided by
3341              "host"; ...)
3342      Branch: perl
3343            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
3344            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
3345            ! win32/perllib.c win32/win32.c
3346 ____________________________________________________________________________
3347 [  4537] By: gsar                                  on 1999/11/08  11:19:18
3348         Log: more thorough cleanup in perl_destroy()
3349      Branch: perl
3350            ! perl.c util.c
3351 ____________________________________________________________________________
3352 [  4536] By: gsar                                  on 1999/11/08  07:16:10
3353         Log: win32 internal data must be interpreter-local
3354      Branch: perl
3355            ! win32/win32.c win32/win32.h win32/win32sck.c
3356 ____________________________________________________________________________
3357 [  4535] By: gsar                                  on 1999/11/08  04:17:28
3358         Log: tweak change#4502
3359      Branch: perl
3360            ! doio.c perl.c
3361 ____________________________________________________________________________
3362 [  4534] By: jhi                                   on 1999/11/07  13:17:03
3363         Log: Four special class subs, not three.
3364      Branch: cfgperl
3365            ! pod/perlmod.pod
3366 ____________________________________________________________________________
3367 [  4533] By: jhi                                   on 1999/11/07  13:13:15
3368         Log: Integrate with Sarathy.
3369      Branch: cfgperl
3370           !> mg.c t/io/print.t
3371 ____________________________________________________________________________
3372 [  4532] By: jhi                                   on 1999/11/07  12:36:10
3373         Log: More test program maintenance.
3374      Branch: cfgperl
3375            ! Configure config_h.SH
3376      Branch: metaconfig
3377            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3378            ! U/compline/charsize.U U/compline/d_sigaction.U
3379            ! U/compline/doublesize.U U/compline/floatsize.U
3380            ! U/compline/nblock_io.U U/compline/ptrsize.U
3381            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
3382            ! U/typedefs/uidsize.U
3383      Branch: metaconfig/U/perl
3384            ! fpossize.U
3385 ____________________________________________________________________________
3386 [  4531] By: jhi                                   on 1999/11/07  00:34:09
3387         Log: Tidy up the metaconfig test programs.
3388      Branch: cfgperl
3389            ! Configure config_h.SH
3390      Branch: metaconfig
3391            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3392            ! U/compline/charsize.U U/compline/doublesize.U
3393            ! U/compline/nblock_io.U U/compline/ptrsize.U
3394            ! U/modified/d_longlong.U U/typedefs/gidsize.U
3395            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
3396            ! U/typedefs/uidsize.U
3397      Branch: metaconfig/U/perl
3398            ! fpossize.U
3399 ____________________________________________________________________________
3400 [  4530] By: jhi                                   on 1999/11/06  23:51:34
3401         Log: So many printfs, so little time.
3402      Branch: cfgperl
3403            ! op.c perl.c regcomp.c scope.c util.c
3404 ____________________________________________________________________________
3405 [  4529] By: jhi                                   on 1999/11/06  23:27:35
3406         Log: Replace the explicit zeros with NOOPs.
3407      Branch: cfgperl
3408            ! perl.h
3409 ____________________________________________________________________________
3410 [  4528] By: jhi                                   on 1999/11/06  23:10:54
3411         Log: From: jand@activestate.com (Jan Dubois)
3412              To: perl5-porters@perl.org
3413              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
3414              Mark Borgerding <mborgerding@acm.org>
3415              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
3416              Date: Sat, 06 Nov 1999 22:16:43 +0100
3417              Message-ID: <38279207.46448719@smtprelay.t-online.de>
3418      Branch: cfgperl
3419            ! op.c op.h
3420 ____________________________________________________________________________
3421 [  4527] By: jhi                                   on 1999/11/06  20:22:14
3422         Log: ...and fewer.
3423      Branch: cfgperl
3424            ! dump.c
3425 ____________________________________________________________________________
3426 [  4526] By: jhi                                   on 1999/11/06  20:19:04
3427         Log: ...and they are getting fewer.
3428      Branch: cfgperl
3429            ! dump.c op.c util.c
3430 ____________________________________________________________________________
3431 [  4525] By: jhi                                   on 1999/11/06  19:59:59
3432         Log: More printf miscasts flushed out.
3433      Branch: cfgperl
3434            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
3435            ! regexec.c
3436 ____________________________________________________________________________
3437 [  4524] By: jhi                                   on 1999/11/06  15:39:05
3438         Log: Crushing the remaining %ld guerillas.
3439      Branch: cfgperl
3440            ! ext/Devel/DProf/DProf.xs
3441 ____________________________________________________________________________
3442 [  4523] By: jhi                                   on 1999/11/06  15:11:38
3443         Log: Update CPAN sites list.
3444      Branch: cfgperl
3445            ! pod/perlmodlib.pod
3446 ____________________________________________________________________________
3447 [  4522] By: jhi                                   on 1999/11/05  19:50:46
3448         Log: The -n32 is normally part of $cc, not $ccflags.
3449      Branch: cfgperl
3450            ! hints/irix_6.sh
3451 ____________________________________________________________________________
3452 [  4521] By: gsar                                  on 1999/11/05  04:35:30
3453         Log: allow $\ to work right when set to a string with embedded nulls
3454      Branch: perl
3455            ! mg.c t/io/print.t
3456 ____________________________________________________________________________
3457 [  4520] By: jhi                                   on 1999/11/04  23:30:09
3458         Log: Integrate with Sarathy.
3459      Branch: cfgperl
3460           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
3461           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
3462           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
3463           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
3464           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
3465           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
3466 ____________________________________________________________________________
3467 [  4519] By: jhi                                   on 1999/11/04  23:09:25
3468         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3469              To: perl5-porters@perl.org (Mailing list Perl5)
3470              Subject: [PATCH 5.005_62] ref to non-lvalue method
3471              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
3472              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
3473      Branch: cfgperl
3474            ! op.c
3475 ____________________________________________________________________________
3476 [  4518] By: jhi                                   on 1999/11/04  23:07:27
3477         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3478              To: perl5-porters@perl.org (Mailing list Perl5)
3479              Subject: [PATCH 5.005_62] xsubpp dependency
3480              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
3481              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
3482      Branch: cfgperl
3483            ! lib/ExtUtils/MM_Unix.pm
3484 ____________________________________________________________________________
3485 [  4517] By: jhi                                   on 1999/11/04  23:05:59
3486         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3487              To: perl5-porters@perl.org (Mailing list Perl5)
3488              Subject: [PATCH 5.005_62] regexp.h
3489              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
3490              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
3491      Branch: cfgperl
3492            ! regexp.h
3493 ____________________________________________________________________________
3494 [  4516] By: gsar                                  on 1999/11/04  18:25:45
3495         Log: change#4485 didn't do the right thing for B::Bytecode
3496      Branch: perl
3497            ! ext/B/B/Bytecode.pm
3498 ____________________________________________________________________________
3499 [  4515] By: gsar                                  on 1999/11/04  17:28:29
3500         Log: implement STOP blocks and fix compiler to use them (minimally
3501              tested)
3502      Branch: perl
3503            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3504            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3505            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3506            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3507            ! pod/perltodo.pod toke.c
3508 ____________________________________________________________________________
3509 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3510         Log: display BSD license in Glob.pm (for clause #2 conformity)
3511      Branch: perl
3512            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3513            ! ext/File/Glob/bsd_glob.h
3514 ____________________________________________________________________________
3515 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3516         Log: Integrate with Sarathy.
3517      Branch: cfgperl
3518           +> t/io/nargv.t
3519           !> (integrate 34 files)
3520 ____________________________________________________________________________
3521 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3522         Log: Incremental Mac integration from Matthias.
3523      Branch: cfgperl
3524            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3525            ! toke.c util.c
3526 ____________________________________________________________________________
3527 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3528         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3529      Branch: perl
3530            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3531            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
3532            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
3533            ! xsutils.c
3534 ____________________________________________________________________________
3535 [  4510] By: jhi                                   on 1999/11/02  22:12:29
3536         Log: S_init_interp is a better place to diddle with PL_opargs
3537              than perl_construct.
3538      Branch: cfgperl
3539            ! perl.c
3540 ____________________________________________________________________________
3541 [  4509] By: jhi                                   on 1999/11/02  21:30:02
3542         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3543              To: ben@mucus.advanced.org, perl5-porters@perl.org
3544              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
3545              Date: Tue, 02 Nov 1999 21:36:00 +0000
3546              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
3547      Branch: cfgperl
3548            ! pod/perlfunc.pod
3549 ____________________________________________________________________________
3550 [  4508] By: jhi                                   on 1999/11/02  20:46:27
3551         Log: Initial integration of the MacPerl changes form Matthias.
3552      Branch: cfgperl
3553            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
3554            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
3555            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
3556 ____________________________________________________________________________
3557 [  4507] By: jhi                                   on 1999/11/01  23:05:07
3558         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3559              To: lvirden@cas.org (Larry W. Virden)
3560              Cc: perl5-porters@perl.org, lvirden@cas.org
3561              Subject: Re: [ID 19991026.001] perl segmentation fault report
3562              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
3563              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
3564      Branch: cfgperl
3565            ! regexec.c t/op/pat.t
3566 ____________________________________________________________________________
3567 [  4506] By: jhi                                   on 1999/11/01  19:56:28
3568         Log: From: Olaf Flebbe <olaf@science-computing.de>
3569              To: perl5-porters@perl.org
3570              Subject: [PATCH: 5.005_62] Patch for EPOC Support
3571              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
3572              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
3573      Branch: cfgperl
3574            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3575            + epoc/epoc_stubs.c
3576            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
3577            ! epoc/perl.pkg
3578 ____________________________________________________________________________
3579 [  4505] By: gsar                                  on 1999/11/01  17:09:44
3580         Log: macros for COP.cop_filegv access
3581      Branch: perl
3582            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
3583            ! util.c
3584 ____________________________________________________________________________
3585 [  4504] By: gsar                                  on 1999/11/01  17:08:28
3586         Log: enable better Win32::DomainName() by demand loading netapi32.dll
3587              (from Jan Dubois)
3588      Branch: perl
3589            ! pod/Win32.pod win32/win32.c
3590 ____________________________________________________________________________
3591 [  4503] By: gsar                                  on 1999/10/31  20:56:06
3592         Log: change#4502 was missing a file
3593      Branch: perl
3594            + t/io/nargv.t
3595 ____________________________________________________________________________
3596 [  4502] By: gsar                                  on 1999/10/31  20:46:02
3597         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
3598              in the way ARGV state was handled in readline(); writing a
3599              subroutine to do inplace edits is now possible, provided *ARGV,
3600              *ARGVOUT, $^I and $_ are localized where needed
3601      Branch: perl
3602            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
3603            ! pp_hot.c scope.c
3604 ____________________________________________________________________________
3605 [  4501] By: jhi                                   on 1999/10/31  12:43:54
3606         Log: Integrate with Sarathy.
3607      Branch: cfgperl
3608           !> perl.h win32/config.bc win32/config.gc win32/config.vc
3609           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3610 ____________________________________________________________________________
3611 [  4500] By: gsar                                  on 1999/10/31  10:01:17
3612         Log: updated windows config* files
3613      Branch: perl
3614            ! win32/config.bc win32/config.gc win32/config.vc
3615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3616 ____________________________________________________________________________
3617 [  4499] By: gsar                                  on 1999/10/31  09:15:17
3618         Log: integrate cfgperl contents into mainline
3619      Branch: perl
3620           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3621           !> config_h.SH perl.h
3622 ____________________________________________________________________________
3623 [  4498] By: gsar                                  on 1999/10/31  09:13:41
3624         Log: remove unused struct Outrec
3625      Branch: perl
3626            ! perl.h
3627 ____________________________________________________________________________
3628 [  4497] By: jhi                                   on 1999/10/30  12:41:50
3629         Log: Add HAS_QUAD ($Config{d_quad}); use it.
3630      Branch: cfgperl
3631            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3632            ! config_h.SH perl.h
3633      Branch: metaconfig
3634            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
3635            ! U/typedefs/uidf.U
3636      Branch: metaconfig/U/perl
3637            ! perlxv.U
3638 ____________________________________________________________________________
3639 [  4496] By: gsar                                  on 1999/10/30  00:28:32
3640         Log: integrate cfgperl contents into mainline
3641      Branch: perl
3642           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3643           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
3644           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
3645           !> perl.h pp.c pp.h regexec.c sv.c taint.c
3646 ____________________________________________________________________________
3647 [  4495] By: jhi                                   on 1999/10/29  23:36:19
3648         Log: Continue what #4494 started; introduce uid and gid formats.
3649      Branch: cfgperl
3650            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3651            ! config_h.SH handy.h perl.h
3652      Branch: metaconfig
3653            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
3654            - U/typedefs/quadtype.U
3655      Branch: metaconfig/U/perl
3656            ! perlxv.U
3657 ____________________________________________________________________________
3658 [  4494] By: jhi                                   on 1999/10/29  22:09:01
3659         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
3660              from perl.h and handy.h.
3661      Branch: cfgperl
3662            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3663            ! config_h.SH handy.h perl.h
3664      Branch: metaconfig/U/perl
3665            + perlxv.U perlxvf.U
3666 ____________________________________________________________________________
3667 [  4493] By: jhi                                   on 1999/10/29  22:08:06
3668         Log: Finetuning the output continues along the lines of #4490 and #4491.
3669      Branch: metaconfig
3670            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3671            ! U/typedefs/fpostype.U
3672      Branch: metaconfig/U/perl
3673            + fpossize.U
3674            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3675            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3676 ____________________________________________________________________________
3677 [  4492] By: jhi                                   on 1999/10/29  21:14:53
3678         Log: Hurd update from Mark Kettenis.
3679      Branch: cfgperl
3680            ! README.hurd
3681 ____________________________________________________________________________
3682 [  4491] By: jhi                                   on 1999/10/29  20:37:02
3683         Log: A new try at what #4490 tried to accomplish.
3684      Branch: metaconfig
3685            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3686      Branch: metaconfig/U/perl
3687            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3688            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3689 ____________________________________________________________________________
3690 [  4490] By: jhi                                   on 1999/10/29  20:19:41
3691         Log: metaconfig nits.
3692      Branch: metaconfig
3693            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
3694      Branch: metaconfig/U/perl
3695            + d_iovec_s.U
3696            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3697            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
3698 ____________________________________________________________________________
3699 [  4489] By: jhi                                   on 1999/10/29  16:08:43
3700         Log: Integrate with Sarathy.
3701      Branch: cfgperl
3702           !> (integrate 31 files)
3703 ____________________________________________________________________________
3704 [  4488] By: jhi                                   on 1999/10/29  15:30:30
3705         Log: Regen Configure and Glossary.
3706      Branch: cfgperl
3707            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3708            ! config_h.SH
3709 ____________________________________________________________________________
3710 [  4487] By: jhi                                   on 1999/10/29  15:24:13
3711         Log: Remove quad logic from perl.h; regen Configure;
3712              add -DUSE_LONG_LONG to ccflags if not already there.
3713      Branch: cfgperl
3714            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
3715            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
3716 ____________________________________________________________________________
3717 [  4486] By: jhi                                   on 1999/10/29  15:22:38
3718         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
3719              fixed the use*.U to define their stuff only iff not already defined
3720              (so that ccflags can have any -DUSE_* it wants);
3721              uselonglong.U added; various small nits fixed.
3722      Branch: metaconfig
3723            + U/typedefs/quadtype.U
3724            ! U/modified/d_longdbl.U U/modified/d_longlong.U
3725            ! U/modified/d_statblks.U U/modified/usenm.U
3726            ! U/threads/usethreads.U
3727      Branch: metaconfig/U/perl
3728            + uselonglong.U
3729            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
3730            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
3731            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
3732            ! usemultiplicity.U useperlio.U usesocks.U
3733 ____________________________________________________________________________
3734 [  4485] By: gsar                                  on 1999/10/29  06:08:50
3735         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
3736      Branch: perl
3737            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
3738            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3739            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
3740            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
3741            ! sv.h
3742 ____________________________________________________________________________
3743 [  4484] By: gsar                                  on 1999/10/29  03:00:21
3744         Log: usurp GVOP slot for new PADOP (one small step to making optree
3745              shareable across interpreters)
3746      Branch: perl
3747            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
3748            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3749            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3750            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
3751            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
3752            ! pp_hot.c pp_sys.c regexec.c run.c
3753 ____________________________________________________________________________
3754 [  4483] By: jhi                                   on 1999/10/28  22:01:12
3755         Log: Regen Configure.
3756      Branch: cfgperl
3757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3758            ! config_h.SH
3759 ____________________________________________________________________________
3760 [  4482] By: jhi                                   on 1999/10/28  21:45:26
3761         Log: Installdirs patches from Andy.
3762      Branch: metaconfig
3763            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
3764            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
3765            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
3766            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
3767            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
3768            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
3769            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
3770            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
3771            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
3772 ____________________________________________________________________________
3773 [  4481] By: gsar                                  on 1999/10/28  17:33:49
3774         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
3775              can still be directly set)
3776      Branch: perl
3777            ! lib/Time/Local.pm
3778 ____________________________________________________________________________
3779 [  4480] By: jhi                                   on 1999/10/28  13:49:26
3780         Log: Fix printing of uids and gids; regen Configure.
3781      Branch: cfgperl
3782            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3783            ! config_h.SH mg.c perl.c perl.h taint.c
3784 ____________________________________________________________________________
3785 [  4479] By: jhi                                   on 1999/10/28  11:53:57
3786         Log: Fix typo.
3787      Branch: metaconfig
3788            ! U/typedefs/gidsize.U
3789 ____________________________________________________________________________
3790 [  4478] By: jhi                                   on 1999/10/28  06:50:02
3791         Log: Integrate with Sarathy.
3792      Branch: cfgperl
3793           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
3794           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
3795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3796           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
3797 ____________________________________________________________________________
3798 [  4477] By: jhi                                   on 1999/10/28  06:40:54
3799         Log: (Slightly) better comments for Policy_sh.SH from Andy.
3800      Branch: cfgperl
3801            ! Policy_sh.SH
3802 ____________________________________________________________________________
3803 [  4476] By: gsar                                  on 1999/10/27  23:54:36
3804         Log: regen config* stuff for windows
3805      Branch: perl
3806            ! Changes patchlevel.h win32/Makefile win32/config.bc
3807            ! win32/config.gc win32/config.vc win32/config_H.bc
3808            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
3809            ! win32/makefile.mk
3810 ____________________________________________________________________________
3811 [  4475] By: gsar                                  on 1999/10/27  21:32:30
3812         Log: integrate cfgperl contents into mainline; merge conflicts
3813      Branch: perl
3814           !> (integrate 46 files)
3815 ____________________________________________________________________________
3816 [  4474] By: gsar                                  on 1999/10/27  21:15:07
3817         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
3818              perl; stdout/stderr redirects seem broken as well)
3819      Branch: perl
3820            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
3821 ____________________________________________________________________________
3822 [  4473] By: jhi                                   on 1999/10/27  21:11:11
3823         Log: Do not block if no message queues available.
3824      Branch: cfgperl
3825            ! t/lib/ipc_sysv.t
3826 ____________________________________________________________________________
3827 [  4472] By: jhi                                   on 1999/10/27  18:27:40
3828         Log: Remove unused "squatter" symbols; regen Configure.
3829      Branch: cfgperl
3830            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3831            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
3832            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3833 ____________________________________________________________________________
3834 [  4471] By: jhi                                   on 1999/10/27  18:26:55
3835         Log: metaconfig; split socket; fix output.
3836      Branch: metaconfig
3837            ! U/modified/d_socket.U U/modified/d_statblks.U
3838      Branch: metaconfig/U/perl
3839            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
3840            ! i_sysstatfs.U i_sysvfs.U
3841 ____________________________________________________________________________
3842 [  4470] By: jhi                                   on 1999/10/27  17:19:06
3843         Log: Regen Configure.
3844      Branch: cfgperl
3845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3846            ! config_h.SH perl.c perl.h
3847 ____________________________________________________________________________
3848 [  4469] By: jhi                                   on 1999/10/27  17:18:41
3849         Log: metaconfig; split statfs.
3850      Branch: metaconfig/U/perl
3851            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
3852            ! d_statfs.U
3853 ____________________________________________________________________________
3854 [  4468] By: jhi                                   on 1999/10/27  14:06:44
3855         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
3856              (Ilya's changes won).
3857      Branch: cfgperl
3858           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
3859           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
3860           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
3861           !> (integrate 65 files)
3862 ____________________________________________________________________________
3863 [  4467] By: jhi                                   on 1999/10/27  13:38:41
3864         Log: Regen Configure.
3865      Branch: cfgperl
3866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3867            ! config_h.SH
3868 ____________________________________________________________________________
3869 [  4466] By: jhi                                   on 1999/10/27  13:18:06
3870         Log: metaconfig fixes from Andy.
3871      Branch: metaconfig
3872            + U/modified/libnlist.U U/modified/usrinc.U
3873            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
3874 ____________________________________________________________________________
3875 [  4465] By: jhi                                   on 1999/10/27  13:06:27
3876         Log: Nosuid checking for statfs() people.
3877      Branch: cfgperl
3878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3879            ! config_h.SH perl.c perl.h pod/perldiag.pod
3880 ____________________________________________________________________________
3881 [  4464] By: jhi                                   on 1999/10/27  13:04:20
3882         Log: metaconfig maintenance; fix Hasfield, statfs;
3883              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
3884              split fstatfs away from statfs.
3885      Branch: metaconfig
3886            + U/protos/Hasstruct.U
3887            ! U/protos/Hasfield.U
3888      Branch: metaconfig/U/perl
3889            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
3890            + i_ustat.U
3891            ! d_statfs.U
3892 ____________________________________________________________________________
3893 [  4463] By: jhi                                   on 1999/10/27  07:55:53
3894         Log: We need cc to be able to test for cc -v.
3895      Branch: cfgperl
3896            ! hints/dec_osf.sh
3897 ____________________________________________________________________________
3898 [  4462] By: gsar                                  on 1999/10/27  01:31:41
3899         Log: more GCC v2.95 induced adjustments
3900      Branch: perl
3901            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
3902            ! win32/makefile.mk win32/win32.c x2p/walk.c
3903 ____________________________________________________________________________
3904 [  4461] By: gsar                                  on 1999/10/26  21:42:59
3905         Log: warnings and const violations identified by compiling in C++ mode
3906              with GCC v2.95
3907      Branch: perl
3908            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
3909            ! sv.c taint.c toke.c win32/win32.c
3910 ____________________________________________________________________________
3911 [  4459] By: jhi                                   on 1999/10/26  10:15:58
3912         Log: Regen Configure.
3913      Branch: cfgperl
3914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3915            ! config_h.SH
3916 ____________________________________________________________________________
3917 [  4458] By: jhi                                   on 1999/10/26  09:48:37
3918         Log: Minor rewordings.
3919      Branch: metaconfig/U/perl
3920            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
3921 ____________________________________________________________________________
3922 [  4456] By: jhi                                   on 1999/10/26  09:11:49
3923         Log: Fix d_statfsflags; add d_getmnt.
3924      Branch: metaconfig/U/perl
3925            + d_getmnt.U
3926            ! d_statfs.U
3927 ____________________________________________________________________________
3928 [  4455] By: jhi                                   on 1999/10/26  08:12:27
3929         Log: Massive multitypo in #4446.
3930      Branch: cfgperl
3931            ! hints/dec_osf.sh
3932 ____________________________________________________________________________
3933 [  4454] By: jhi                                   on 1999/10/25  08:28:45
3934         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3935              To: Perl 5 Porters <perl5-porters@perl.org>
3936              Subject: [PATCH 5.005_62] dos-djgpp update
3937              Date: Mon, 25 Oct 1999 10:11:30 +0200
3938              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
3939      Branch: cfgperl
3940            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3941            ! pod/perldelta.pod t/lib/io_unix.t
3942 ____________________________________________________________________________
3943 [  4453] By: jhi                                   on 1999/10/25  08:25:50
3944         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3945              To: perl5-porters@perl.org (Mailing list Perl5)
3946              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
3947              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
3948              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
3949      Branch: cfgperl
3950            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
3951 ____________________________________________________________________________
3952 [  4452] By: jhi                                   on 1999/10/25  08:16:55
3953         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3954              To: perl5-porters@perl.org (Mailing list Perl5)
3955              Subject: [PATCH 5.005_62] Missing REx engine patch
3956              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
3957              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
3958      Branch: cfgperl
3959            ! pod/perldiag.pod regcomp.c regexec.c
3960 ____________________________________________________________________________
3961 [  4451] By: jhi                                   on 1999/10/25  08:13:06
3962         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3963              To: perl5-porters@perl.org (Mailing list Perl5)
3964              Subject: [PATCH 5.005_62] charnames and UTEST
3965              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
3966              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
3967      Branch: cfgperl
3968            ! t/lib/charnames.t
3969 ____________________________________________________________________________
3970 [  4450] By: gsar                                  on 1999/10/25  07:38:15
3971         Log: win32 tweak
3972      Branch: perl
3973            ! win32/perllib.c
3974 ____________________________________________________________________________
3975 [  4449] By: gsar                                  on 1999/10/24  23:20:10
3976         Log: remove inconsistent tainting behavior of sprintf("%e",...)
3977              (all bets are off is "C" locale is compromised)
3978      Branch: perl
3979            ! pod/perlfunc.pod pod/perllocale.pod sv.c
3980 ____________________________________________________________________________
3981 [  4448] By: gsar                                  on 1999/10/24  22:20:42
3982         Log: remove unused interpreter globals
3983      Branch: perl
3984            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
3985            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
3986            ! proto.h toke.c
3987 ____________________________________________________________________________
3988 [  4447] By: jhi                                   on 1999/10/24  21:49:52
3989         Log: Another hints tweak.
3990      Branch: cfgperl
3991            ! hints/aix.sh
3992 ____________________________________________________________________________
3993 [  4446] By: jhi                                   on 1999/10/24  21:48:02
3994         Log: Hints tweak.
3995      Branch: cfgperl
3996            ! hints/dec_osf.sh
3997 ____________________________________________________________________________
3998 [  4445] By: nick                                  on 1999/10/24  21:03:28
3999         Log: Integrate own changes to mainline.
4000      Branch: utfperl
4001           !> installperl pp.c
4002 ____________________________________________________________________________
4003 [  4444] By: nick                                  on 1999/10/24  20:54:06
4004         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
4005              (Fix/workround for [ID19991024.001])
4006      Branch: perl
4007            ! pp.c
4008 ____________________________________________________________________________
4009 [  4443] By: nick                                  on 1999/10/24  15:09:51
4010         Log: Follow that camel ... another sync.
4011      Branch: utfperl
4012           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4013           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4014           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4015           !> (integrate 36 files)
4016 ____________________________________________________________________________
4017 [  4442] By: gsar                                  on 1999/10/24  14:40:01
4018         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
4019      Branch: perl
4020            ! installperl
4021 ____________________________________________________________________________
4022 [  4441] By: gsar                                  on 1999/10/24  14:33:11
4023         Log: test in change#4428 needs strict interpretation of C modulus
4024      Branch: perl
4025            ! t/op/int.t
4026 ____________________________________________________________________________
4027 [  4440] By: gsar                                  on 1999/10/24  13:47:17
4028         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
4029              $? break
4030      Branch: perl
4031            ! perl.c pod/perldelta.pod pod/perldiag.pod
4032 ____________________________________________________________________________
4033 [  4439] By: jhi                                   on 1999/10/24  13:19:17
4034         Log: test for #2835 (yeah, better later than never)
4035      Branch: cfgperl
4036            ! t/op/array.t
4037 ____________________________________________________________________________
4038 [  4438] By: gsar                                  on 1999/10/24  12:59:12
4039         Log: typo, doc tweak
4040      Branch: perl
4041            ! lib/attributes.pm pod/perlop.pod
4042 ____________________________________________________________________________
4043 [  4437] By: gsar                                  on 1999/10/24  11:59:55
4044         Log: allow get() and reftype() functions to be imported (from
4045              Spider Boardman)
4046      Branch: perl
4047            ! lib/attributes.pm
4048 ____________________________________________________________________________
4049 [  4436] By: gsar                                  on 1999/10/24  11:52:53
4050         Log: suppress scalar leak messages for known leaks (from
4051              Robin Barker <rmb1@cise.npl.co.uk>)
4052      Branch: perl
4053            ! Changes t/op/lex_assign.t t/pragma/warn/op
4054 ____________________________________________________________________________
4055 [  4435] By: gsar                                  on 1999/10/24  11:39:42
4056         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
4057      Branch: perl
4058            ! ext/B/defsubs_h.PL
4059 ____________________________________________________________________________
4060 [  4434] By: gsar                                  on 1999/10/24  11:36:08
4061         Log: relax range checking if they ask for it (from John L. Allen
4062              <allen@grumman.com>)
4063      Branch: perl
4064            ! lib/Time/Local.pm
4065 ____________________________________________________________________________
4066 [  4433] By: gsar                                  on 1999/10/24  11:25:51
4067         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
4068      Branch: perl
4069            ! README lib/File/Path.pm
4070 ____________________________________________________________________________
4071 [  4432] By: gsar                                  on 1999/10/24  11:11:02
4072         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4073              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
4074              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
4075              Subject: Re: [PATCH 5.005_62] OS/2 improvements
4076      Branch: perl
4077            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4078            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4079            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4080            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
4081            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
4082            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4083            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4084            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4085            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
4086            ! perl.c perl.h t/io/fs.t t/op/magic.t
4087 ____________________________________________________________________________
4088 [  4431] By: gsar                                  on 1999/10/24  10:50:14
4089         Log: install all README.foo with pod content as podfoo.pod
4090      Branch: perl
4091            ! Makefile.SH installman
4092 ____________________________________________________________________________
4093 [  4430] By: gsar                                  on 1999/10/24  09:28:24
4094         Log: @INC needs ../lib
4095      Branch: perl
4096            ! t/op/int.t
4097 ____________________________________________________________________________
4098 [  4429] By: jhi                                   on 1999/10/23  21:47:49
4099         Log: More printf-fixes (see also #4426).
4100      Branch: cfgperl
4101            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
4102            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
4103            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
4104 ____________________________________________________________________________
4105 [  4428] By: gsar                                  on 1999/10/23  20:28:56
4106         Log: fix accidental C modulo semantics on integer-valued operations
4107              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
4108      Branch: perl
4109            ! op.c t/op/int.t
4110 ____________________________________________________________________________
4111 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4112         Log: Integrate with Sarathy.
4113      Branch: cfgperl
4114           !> sv.c win32/win32.c
4115 ____________________________________________________________________________
4116 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4117         Log: Fix the printfing nits pointed out by using gcc -Wall and
4118              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4119              plus few other warnings in Dumper.xs.
4120      Branch: cfgperl
4121            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4122            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4123 ____________________________________________________________________________
4124 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4125         Log: Configure regen to pick up the new installation directories
4126              from Policy_sh.SH.  The explanations of "public add-ons" and
4127              "vendor-supplied" could do with more work.
4128      Branch: cfgperl
4129            ! Configure config_h.SH
4130 ____________________________________________________________________________
4131 [  4424] By: nick                                  on 1999/10/23  00:46:22
4132         Log: Resolve mainline before possible hacking operertunity this weekend
4133      Branch: utfperl
4134           +> pod/perlfilter.pod
4135           !> (integrate 32 files)
4136 ____________________________________________________________________________
4137 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4138         Log: Update Policy_sh.SH to handle the newer installation directives.
4139              From: Andy Dougherty <doughera@lafayette.edu>
4140              To: Perl Porters <perl5-porters@perl.org>
4141              Subject: [PATCH 5.005_62] Policy_sh.SH update
4142              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4143              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4144      Branch: cfgperl
4145            ! Policy_sh.SH
4146 ____________________________________________________________________________
4147 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4148         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4149      Branch: cfgperl
4150            ! hints/aix.sh
4151 ____________________________________________________________________________
4152 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4153         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4154              C<"%ld", long_val>
4155      Branch: perl
4156            ! sv.c
4157 ____________________________________________________________________________
4158 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4159         Log: win32_utime() on directories should use localtime() rather
4160              than gmtime() (from Jan Dubois)
4161      Branch: perl
4162            ! win32/win32.c
4163 ____________________________________________________________________________
4164 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4165         Log: Integrate with Sarathy.
4166      Branch: cfgperl
4167           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4168           !> t/lib/glob-basic.t t/op/sort.t
4169 ____________________________________________________________________________
4170 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4171         Log: add test for change#4417
4172      Branch: perl
4173            ! t/op/sort.t
4174 ____________________________________________________________________________
4175 [  4417] By: gsar                                  on 1999/10/20  23:45:03
4176         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
4177      Branch: perl
4178            ! op.c
4179 ____________________________________________________________________________
4180 [  4416] By: gsar                                  on 1999/10/20  01:00:50
4181         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
4182      Branch: perl
4183            ! lib/CPAN/FirstTime.pm
4184 ____________________________________________________________________________
4185 [  4415] By: gsar                                  on 1999/10/20  00:52:34
4186         Log: disable optimizing troublesome ops in change#3612
4187              (from Ilya Zakharevich)
4188      Branch: perl
4189            ! Makefile.SH opcode.h opcode.pl
4190 ____________________________________________________________________________
4191 [  4414] By: gsar                                  on 1999/10/20  00:37:46
4192         Log: skip unreadable directory test when running as root
4193      Branch: perl
4194            ! t/lib/glob-basic.t
4195 ____________________________________________________________________________
4196 [  4413] By: jhi                                   on 1999/10/19  09:26:52
4197         Log: Avoid GNU ar if HP cc is being used.
4198      Branch: cfgperl
4199            ! hints/hpux.sh
4200 ____________________________________________________________________________
4201 [  4412] By: jhi                                   on 1999/10/19  07:24:29
4202         Log: Integrate with Sarathy.
4203      Branch: cfgperl
4204           !> perlvars.h
4205 ____________________________________________________________________________
4206 [  4411] By: jhi                                   on 1999/10/19  07:22:34
4207         Log: Long double support: sqrtl et al are not available everywhere,
4208              e.g. not in Solaris, even when long doubles are.
4209      Branch: cfgperl
4210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4211            ! config_h.SH perl.h
4212 ____________________________________________________________________________
4213 [  4410] By: jhi                                   on 1999/10/19  07:21:42
4214         Log: Add sqrtl probe, add echo dependencies.
4215      Branch: metaconfig
4216            ! U/threads/d_pthreadj.U
4217      Branch: metaconfig/U/perl
4218            + d_sqrtl.U
4219            ! i_inttypes.U io64.U
4220 ____________________________________________________________________________
4221 [  4409] By: gsar                                  on 1999/10/19  02:18:54
4222         Log: perl_mutex n/a if !USE_THREADS
4223      Branch: perl
4224            ! perlvars.h
4225 ____________________________________________________________________________
4226 [  4408] By: jhi                                   on 1999/10/18  20:13:02
4227         Log: Forgotten s/warning/warnings/.
4228      Branch: cfgperl
4229            ! Makefile.SH
4230 ____________________________________________________________________________
4231 [  4407] By: jhi                                   on 1999/10/18  20:02:12
4232         Log: Integrate with Sarathy.
4233      Branch: cfgperl
4234           +> pod/perlfilter.pod
4235           !> (integrate 30 files)
4236 ____________________________________________________________________________
4237 [  4406] By: gsar                                  on 1999/10/18  16:32:10
4238         Log: added intro to source filters from Paul Marquess
4239      Branch: perl
4240            + pod/perlfilter.pod
4241            ! MANIFEST pod/perldelta.pod
4242 ____________________________________________________________________________
4243 [  4405] By: gsar                                  on 1999/10/18  05:53:06
4244         Log: missing manpages
4245      Branch: perl
4246            ! installman
4247 ____________________________________________________________________________
4248 [  4404] By: gsar                                  on 1999/10/18  05:09:22
4249         Log: pod updates from Tom Christiansen
4250      Branch: perl
4251            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
4252 ____________________________________________________________________________
4253 [  4403] By: gsar                                  on 1999/10/17  23:43:59
4254         Log: PL_malloc_mutex needs to be global, not per-interpreter
4255              (malloc.c has static data)
4256      Branch: perl
4257            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
4258 ____________________________________________________________________________
4259 [  4402] By: gsar                                  on 1999/10/17  22:30:30
4260         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
4261              windows
4262      Branch: perl
4263            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
4264            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
4265            ! win32/win32.h
4266 ____________________________________________________________________________
4267 [  4401] By: gsar                                  on 1999/10/17  20:33:42
4268         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
4269              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
4270              is one symptom of the problem
4271      Branch: perl
4272            ! pp_ctl.c t/op/eval.t
4273 ____________________________________________________________________________
4274 [  4400] By: gsar                                  on 1999/10/17  18:36:46
4275         Log: remove FileHandle from list of PodParser dependencies (the
4276              difference is 20 files vs 6 files loaded!)
4277      Branch: perl
4278            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
4279            ! t/pod/testcmp.pl
4280 ____________________________________________________________________________
4281 [  4399] By: nick                                  on 1999/10/17  14:51:35
4282         Log: Pre-trip resolve
4283      Branch: utfperl
4284           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
4285 ____________________________________________________________________________
4286 [  4398] By: gsar                                  on 1999/10/17  09:19:24
4287         Log: make installperl ignore RCS files (from Michael G Schwern
4288              <schwern@pobox.com>)
4289      Branch: perl
4290            ! installperl lib/Text/Tabs.pm
4291 ____________________________________________________________________________
4292 [  4397] By: gsar                                  on 1999/10/16  18:30:14
4293         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
4294      Branch: perl
4295            ! perl.c
4296 ____________________________________________________________________________
4297 [  4396] By: jhi                                   on 1999/10/16  17:44:39
4298         Log: Missing comma.
4299      Branch: cfgperl
4300            ! lib/diagnostics.pm
4301 ____________________________________________________________________________
4302 [  4395] By: gsar                                  on 1999/10/16  17:18:36
4303         Log: assumption about @_ always being non-REAL doesn't hold when
4304              debugger is running; DB::sub() can call arbitrary stuff
4305              that modifies @_ at will
4306      Branch: perl
4307            ! pp_hot.c
4308 ____________________________________________________________________________
4309 [  4394] By: nick                                  on 1999/10/16  09:35:20
4310         Log: Resolve utfperl branch against mainline as of _62
4311      Branch: utfperl
4312           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4313           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
4314           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4315           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4316           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4317           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4318           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
4319           +> t/lib/glob-taint.t win32/genmk95.pl
4320            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4321           !> (integrate 144 files)
4322 ____________________________________________________________________________
4323 [  4393] By: gsar                                  on 1999/10/16  04:07:02
4324         Log: OS/2 support bits (from Ilya Zakharevich)
4325      Branch: perl
4326            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
4327 ____________________________________________________________________________
4328 [  4392] By: jhi                                   on 1999/10/15  10:28:09
4329         Log: Integrate with Sarathy.
4330      Branch: cfgperl
4331           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
4332           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
4333           !> win32/Makefile win32/makefile.mk
4334
4335 ----------------
4336 Version 5.005_62
4337 ----------------
4338
4339 ____________________________________________________________________________
4340 [  4391] By: gsar                                  on 1999/10/15  10:12:42
4341         Log: here be 5.005_62
4342      Branch: perl
4343            ! Changes MANIFEST Porting/makerel
4344 ____________________________________________________________________________
4345 [  4390] By: gsar                                  on 1999/10/15  09:45:51
4346         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
4347              avoid tickling it in Pod::Man for now; other nits in
4348              Pod::*
4349      Branch: perl
4350            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
4351            ! pod/perlopentut.pod
4352 ____________________________________________________________________________
4353 [  4389] By: gsar                                  on 1999/10/15  08:55:01
4354         Log: disable internal globbing for miniperl (or build breaks out
4355              in a rash of failed dependencies)
4356      Branch: perl
4357            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
4358 ____________________________________________________________________________
4359 [  4388] By: jhi                                   on 1999/10/15  08:07:49
4360         Log: Integrate with Sarathy.
4361      Branch: cfgperl
4362           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
4363           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
4364 ____________________________________________________________________________
4365 [  4387] By: gsar                                  on 1999/10/15  07:46:24
4366         Log: integrate cfgperl contents into mainline
4367      Branch: perl
4368            ! Changes
4369           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
4370           !> t/pragma/warn/regcomp
4371 ____________________________________________________________________________
4372 [  4386] By: gsar                                  on 1999/10/15  05:45:36
4373         Log: various little goofs in change#4385
4374      Branch: perl
4375            ! win32/include/dirent.h win32/win32.c
4376 ____________________________________________________________________________
4377 [  4385] By: gsar                                  on 1999/10/15  04:49:09
4378         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
4379              rather than win32_opendir() reading all files up front (untested)
4380      Branch: perl
4381            ! win32/include/dirent.h win32/win32.c
4382 ____________________________________________________________________________
4383 [  4384] By: gsar                                  on 1999/10/15  01:34:09
4384         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
4385      Branch: perl
4386            ! lib/Benchmark.pm pod/perldelta.pod
4387 ____________________________________________________________________________
4388 [  4383] By: gsar                                  on 1999/10/15  01:22:32
4389         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
4390              <dha@panix.com>)
4391      Branch: perl
4392            ! pod/perlfaq2.pod
4393 ____________________________________________________________________________
4394 [  4382] By: gsar                                  on 1999/10/15  01:14:22
4395         Log: From: jand@ActiveState.com (Jan Dubois)
4396              Date: Fri, 15 Oct 1999 01:14:23 +0200
4397              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
4398              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
4399      Branch: perl
4400            ! ext/POSIX/POSIX.xs
4401 ____________________________________________________________________________
4402 [  4381] By: jhi                                   on 1999/10/14  22:11:36
4403         Log: Integrate with Sarathy.
4404      Branch: cfgperl
4405           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
4406           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
4407           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
4408           !> win32/makefile.mk
4409 ____________________________________________________________________________
4410 [  4380] By: jhi                                   on 1999/10/14  22:08:22
4411         Log: Warn inside character classes about unknown backslash escapes
4412              (that are not caught earlier because of being completely unknown,
4413              such as \m), such as \z (because they make do sense inside regexen,
4414              but not inside character classes).
4415      Branch: cfgperl
4416            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
4417            ! t/pragma/warn/regcomp
4418 ____________________________________________________________________________
4419 [  4379] By: gsar                                  on 1999/10/14  18:26:56
4420         Log: clarify significance of parens for "x" (from M.J.T. Guy
4421              <mjtg@cus.cam.ac.uk>)
4422      Branch: perl
4423            ! pod/perlop.pod
4424 ____________________________________________________________________________
4425 [  4378] By: gsar                                  on 1999/10/14  18:25:20
4426         Log: make timelocal work better when time is close to the epoch
4427              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
4428      Branch: perl
4429            ! lib/Time/Local.pm
4430 ____________________________________________________________________________
4431 [  4377] By: gsar                                  on 1999/10/14  18:15:11
4432         Log: integrate cfgperl contents into mainline
4433      Branch: perl
4434           +> ext/DB_File/hints/sco.pl
4435           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
4436           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
4437           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
4438 ____________________________________________________________________________
4439 [  4376] By: gsar                                  on 1999/10/14  17:47:35
4440         Log: fix POPSTACK panics that ensued from bad interaction between
4441              runlevels and stack of stacks (change#3988 done right);
4442              basically, we pop the runlevel if the stacklevel is not the
4443              same one we started the runlevel with
4444      Branch: perl
4445            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
4446 ____________________________________________________________________________
4447 [  4375] By: gsar                                  on 1999/10/14  15:54:48
4448         Log: avoid warnings
4449      Branch: perl
4450            ! ext/File/Glob/bsd_glob.c
4451 ____________________________________________________________________________
4452 [  4374] By: jhi                                   on 1999/10/14  10:08:44
4453         Log: Warn about false ranges like \d-\w (see the change #4355).
4454              The invalid ranges (b-a) warning message also enhanced.
4455      Branch: cfgperl
4456            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
4457            ! t/pragma/warn/regcomp
4458 ____________________________________________________________________________
4459 [  4373] By: gsar                                  on 1999/10/14  03:49:54
4460         Log: File::Glob fixes for Windows
4461      Branch: perl
4462            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
4463            ! win32/makefile.mk
4464 ____________________________________________________________________________
4465 [  4372] By: gsar                                  on 1999/10/14  02:21:31
4466         Log: avoid inefficiency in change#3386 (every longjmp() was followed
4467              by an avoidable call to setjmp())
4468      Branch: perl
4469            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
4470            ! proto.h scope.c scope.h
4471 ____________________________________________________________________________
4472 [  4371] By: jhi                                   on 1999/10/13  21:17:17
4473         Log: Integrate with Sarathy.
4474      Branch: cfgperl
4475           !> op.c pod/perldelta.pod
4476 ____________________________________________________________________________
4477 [  4370] By: gsar                                  on 1999/10/13  18:08:45
4478         Log: misc tweaks
4479      Branch: perl
4480            ! op.c pod/perldelta.pod
4481 ____________________________________________________________________________
4482 [  4369] By: jhi                                   on 1999/10/13  16:18:58
4483         Log: Integrate with Sarathy.
4484      Branch: cfgperl
4485           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4486 ____________________________________________________________________________
4487 [  4368] By: gsar                                  on 1999/10/13  16:14:16
4488         Log: pod nits from various perl porters
4489      Branch: perl
4490            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4491 ____________________________________________________________________________
4492 [  4367] By: jhi                                   on 1999/10/13  12:10:30
4493         Log: From: Vlad Harchev <hvv@hippo.ru>
4494              To: perl5-porters@perl.org
4495              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
4496              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
4497              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
4498      Branch: cfgperl
4499            ! pod/perlop.pod
4500 ____________________________________________________________________________
4501 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4502         Log: typos and language goofs pointed out by Hugo van der Sanden
4503              <hv@crypt.compulink.co.uk>
4504      Branch: perl
4505            ! pod/perldelta.pod pod/perldiag.pod
4506 ____________________________________________________________________________
4507 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4508         Log: Integrate with Sarathy.
4509      Branch: cfgperl
4510           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4511           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4512           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4513           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4514           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4515           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4516           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4517           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4518           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4519 ____________________________________________________________________________
4520 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4521         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4522      Branch: perl
4523            ! lib/perl5db.pl
4524 ____________________________________________________________________________
4525 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4526         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4527              To: perl5-porters@perl.org
4528              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4529              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4530              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4531      Branch: cfgperl
4532            ! hints/svr5.sh
4533 ____________________________________________________________________________
4534 [  4362] By: jhi                                   on 1999/10/13  06:57:16
4535         Log: Add DB_File hint for SCO ODT.
4536              From: hops@sco.com
4537              To: perl5-porters@perl.org
4538              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4539              Date: Tue, 12 Oct 1999 20:16:04 PDT
4540              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4541      Branch: cfgperl
4542            + ext/DB_File/hints/sco.pl
4543            ! MANIFEST
4544 ____________________________________________________________________________
4545 [  4361] By: gsar                                  on 1999/10/13  06:56:08
4546         Log: PL_numeric_radix used without being defined (from Ilya
4547              Zakharevich)
4548      Branch: perl
4549            ! util.c
4550 ____________________________________________________________________________
4551 [  4360] By: gsar                                  on 1999/10/13  06:43:03
4552         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
4553              From: hops@sco.com
4554              Date: Tue, 12 Oct 1999 20:16:04 PDT
4555              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
4556              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
4557      Branch: perl
4558            + ext/NDBM_File/hints/sco.pl
4559            ! MANIFEST ext/ODBM_File/hints/sco.pl
4560 ____________________________________________________________________________
4561 [  4359] By: gsar                                  on 1999/10/13  06:34:53
4562         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4563      Branch: perl
4564            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
4565            ! pod/perlport.pod
4566 ____________________________________________________________________________
4567 [  4358] By: gsar                                  on 1999/10/12  19:10:27
4568         Log: perldelta updates
4569      Branch: perl
4570            ! pod/perldelta.pod
4571 ____________________________________________________________________________
4572 [  4357] By: gsar                                  on 1999/10/12  17:11:18
4573         Log: update perldelta for change#4356
4574      Branch: perl
4575            ! Changes pod/perldelta.pod
4576 ____________________________________________________________________________
4577 [  4356] By: gsar                                  on 1999/10/12  16:53:31
4578         Log: add File::BSDGlob as File::Glob and load it at compile-time
4579              if perl was built with -DPERL_INTERNAL_GLOB
4580              
4581              TODO: we currently get a compile-time failure if File/Glob.pm
4582              can't be found; such failure needs to be made to emit a warning
4583              and use the csh implementation instead
4584      Branch: perl
4585            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
4586            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4587            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4588            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
4589            + t/lib/glob-global.t t/lib/glob-taint.t
4590            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
4591            ! t/pragma/overload.t
4592 ____________________________________________________________________________
4593 [  4355] By: jhi                                   on 1999/10/12  15:30:05
4594         Log: Revert the parts of #3926 that outlawed character ranges
4595              that have character classes such as \w as either endpoint.
4596              This change re-establishes the old behavior which meant that
4597              such ranges weren't really ranges, the "-" was literal.
4598              Moreover, this change also fixes the old behavior to be
4599              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
4600              Now they all do work as described above.  The #3926 outlawed
4601              all of those.
4602      Branch: cfgperl
4603            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
4604 ____________________________________________________________________________
4605 [  4354] By: jhi                                   on 1999/10/12  09:58:59
4606         Log: Integrate with Sarathy.
4607      Branch: cfgperl
4608           !> (integrate 33 files)
4609 ____________________________________________________________________________
4610 [  4353] By: gsar                                  on 1999/10/12  05:53:40
4611         Log: apply parts of LynxOS patches from Alan Johnson
4612              <johnson@alonn.gemse.fr>
4613      Branch: perl
4614            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
4615            ! t/op/groups.t
4616 ____________________________________________________________________________
4617 [  4352] By: gsar                                  on 1999/10/12  05:24:39
4618         Log: allow any unpack specifier to take a count via '/'
4619              (from Ilya Zakharevich)
4620      Branch: perl
4621            ! pp.c t/op/pack.t
4622 ____________________________________________________________________________
4623 [  4351] By: gsar                                  on 1999/10/12  05:02:35
4624         Log: avoid warnings
4625      Branch: perl
4626            ! malloc.c
4627 ____________________________________________________________________________
4628 [  4350] By: gsar                                  on 1999/10/12  04:50:52
4629         Log: various cleanups
4630      Branch: perl
4631            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
4632            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
4633            ! win32/config.gc win32/config.vc win32/config_H.bc
4634            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4635 ____________________________________________________________________________
4636 [  4349] By: gsar                                  on 1999/10/12  00:23:11
4637         Log: update Changes, patchlevel etc.
4638      Branch: perl
4639            ! Changes Porting/findvars patchlevel.h win32/Makefile
4640            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4641            ! win32/makefile.mk
4642 ____________________________________________________________________________
4643 [  4348] By: gsar                                  on 1999/10/11  23:11:57
4644         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
4645      Branch: perl
4646            ! pod/perlfunc.pod
4647 ____________________________________________________________________________
4648 [  4347] By: jhi                                   on 1999/10/11  21:25:03
4649         Log: Sparc Linux -Duseshrplib fix.
4650              
4651              From: Brian Jepson <bjepson@home.com>
4652              To: Nick Ing-Simmons <nick@ing-simmons.net>
4653              cc: perl5-porters@perl.org
4654              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
4655              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
4656              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
4657      Branch: cfgperl
4658            ! hints/linux.sh
4659 ____________________________________________________________________________
4660 [  4346] By: gsar                                  on 1999/10/11  20:28:32
4661         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
4662              the behavior of 'Z*' and 'Z3' to always pack a trailing
4663              null byte; changed documentation to suit; added test
4664      Branch: perl
4665            ! pod/perlfunc.pod pp.c t/op/pack.t
4666 ____________________________________________________________________________
4667 [  4345] By: gsar                                  on 1999/10/11  19:15:46
4668         Log: writing to perllocal.pod fails if it was never created;
4669              tweak pseudo-hash example (both suggested by Michael G Schwern
4670              <schwern@pobox.com>)
4671      Branch: perl
4672            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
4673 ____________________________________________________________________________
4674 [  4344] By: gsar                                  on 1999/10/11  17:57:31
4675         Log: slightly edited variant of suggested patch
4676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4677              Date: Thu, 9 Sep 1999 18:35:37 -0400
4678              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
4679              Subject: [PATCH 5.005_58] How RExen match?
4680      Branch: perl
4681            ! pod/perlre.pod
4682 ____________________________________________________________________________
4683 [  4343] By: gsar                                  on 1999/10/11  16:55:48
4684         Log: change#4327 was inefficient
4685      Branch: perl
4686            ! lib/lib.pm
4687 ____________________________________________________________________________
4688 [  4342] By: jhi                                   on 1999/10/11  07:01:46
4689         Log: Integrate with Sarathy.
4690      Branch: cfgperl
4691           +> pod/perlhack.pod
4692           !> (integrate 28 files)
4693 ____________________________________________________________________________
4694 [  4341] By: jhi                                   on 1999/10/11  06:37:47
4695         Log: The 2.5th cut at the AIX C++ extension problems.
4696      Branch: cfgperl
4697            ! hints/aix.sh
4698 ____________________________________________________________________________
4699 [  4340] By: gsar                                  on 1999/10/10  23:48:07
4700         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
4701      Branch: perl
4702            + pod/perlhack.pod
4703            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
4704 ____________________________________________________________________________
4705 [  4339] By: gsar                                  on 1999/10/10  20:42:40
4706         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
4707              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
4708              void(*)(pTHX_ void*)
4709      Branch: perl
4710            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
4711            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
4712            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
4713            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
4714 ____________________________________________________________________________
4715 [  4338] By: gsar                                  on 1999/10/10  20:38:59
4716         Log: add missing new diagnostics to perldelta
4717      Branch: perl
4718            ! pod/perldelta.pod
4719 ____________________________________________________________________________
4720 [  4337] By: gsar                                  on 1999/10/10  17:40:13
4721         Log: update perldelta for change#3406
4722      Branch: perl
4723            ! embed.pl pod/perldata.pod pod/perldelta.pod
4724 ____________________________________________________________________________
4725 [  4336] By: gsar                                  on 1999/10/10  16:33:14
4726         Log: integrate cfgperl contents into mainline
4727      Branch: perl
4728           +> ext/DynaLoader/hints/aix.pl
4729           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
4730           !> makedef.pl perl.h pod/perldelta.pod
4731 ____________________________________________________________________________
4732 [  4335] By: jhi                                   on 1999/10/10  11:09:48
4733         Log: Update perldelta.
4734      Branch: cfgperl
4735            ! pod/perldelta.pod
4736 ____________________________________________________________________________
4737 [  4334] By: jhi                                   on 1999/10/10  10:31:46
4738         Log: Integrate with Sarathy.
4739      Branch: cfgperl
4740           +> win32/genmk95.pl
4741           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
4742           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
4743           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
4744           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
4745           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
4746           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
4747           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
4748           !> utils/perldoc.PL win32/makefile.mk
4749 ____________________________________________________________________________
4750 [  4333] By: gsar                                  on 1999/10/10  06:33:15
4751         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
4752              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
4753      Branch: perl
4754            ! installperl lib/diagnostics.pm utils/perldoc.PL
4755 ____________________________________________________________________________
4756 [  4332] By: gsar                                  on 1999/10/10  05:15:26
4757         Log: add $VERSION
4758      Branch: perl
4759            ! lib/Exporter.pm
4760 ____________________________________________________________________________
4761 [  4331] By: gsar                                  on 1999/10/10  05:10:22
4762         Log: describe what can go in an export list (from Anno Siegel
4763              <anno4000@lublin.zrz.tu-berlin.de>)
4764      Branch: perl
4765            ! lib/Exporter.pm
4766 ____________________________________________________________________________
4767 [  4330] By: gsar                                  on 1999/10/10  04:50:43
4768         Log: more basic support for building modules under Windows 95/98
4769              (applied relevant parts from a patch suggested by
4770              Jochen Wiedmann <joe@ispsoft.de>)
4771      Branch: perl
4772            ! lib/ExtUtils/MM_Unix.pm
4773 ____________________________________________________________________________
4774 [  4329] By: gsar                                  on 1999/10/10  04:28:38
4775         Log: rudimentary support for building under Windows 95/98 (from
4776              Benjamin Stuhl <sho_pi@hotmail.com>)
4777      Branch: perl
4778            + win32/genmk95.pl
4779            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
4780            ! win32/makefile.mk
4781 ____________________________________________________________________________
4782 [  4328] By: gsar                                  on 1999/10/10  03:37:21
4783         Log: fix two leaks in Thread.xs (from Eugene Alterman
4784              <Eugene.Alterman@bremer-inc.com>); convert places with
4785              'use attrs' to new attributes syntax
4786      Branch: perl
4787            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
4788            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4789            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
4790            ! ext/Thread/sync2.t
4791 ____________________________________________________________________________
4792 [  4327] By: gsar                                  on 1999/10/10  02:23:52
4793         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
4794              (suggested by Tod Irwin <irwin@stockmaster.com>)
4795      Branch: perl
4796            ! lib/lib.pm
4797 ____________________________________________________________________________
4798 [  4326] By: gsar                                  on 1999/10/10  00:51:48
4799         Log: better documentation for recv() (from Anton Berezin
4800              <tobez@plab.ku.dk>)
4801      Branch: perl
4802            ! pod/perlfunc.pod
4803 ____________________________________________________________________________
4804 [  4325] By: gsar                                  on 1999/10/09  22:46:23
4805         Log: perldelta updates (see TODO markers)
4806      Branch: perl
4807            ! Changes pod/perldelta.pod pp_sys.c
4808 ____________________________________________________________________________
4809 [  4324] By: gsar                                  on 1999/10/09  19:43:10
4810         Log: fix Exporter::export_to_level() documentation
4811      Branch: perl
4812            ! lib/Exporter.pm
4813 ____________________________________________________________________________
4814 [  4323] By: gsar                                  on 1999/10/09  18:48:31
4815         Log: don't run END blocks when running under -c switch (older,
4816              rarely useful behavior may still be obtained by putting
4817              BEGIN { $^C = 0; exit; } at the end of the script)
4818      Branch: perl
4819            ! perl.c
4820 ____________________________________________________________________________
4821 [  4322] By: jhi                                   on 1999/10/09  05:31:26
4822         Log: While awaiting a good test program to detect the broken gcc.
4823              From: Thomas Conté <tom@fr.uu.net>
4824              To: <jhi@iki.fi>
4825              Cc: <perl5-porters@perl.org>
4826              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
4827              Date: Wed, 6 Oct 1999 19:56:29 +0200
4828              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
4829      Branch: cfgperl
4830            ! hints/irix_6.sh perl.h
4831 ____________________________________________________________________________
4832 [  4321] By: gsar                                  on 1999/10/09  00:41:02
4833         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
4834              clear entries in the CV's pad, leading to coredumps when CV had no
4835              other references to it; this is a slightly edited version of the
4836              patch suggested by Russel O'Connor <roconnor@world.std.com>
4837      Branch: perl
4838            ! cop.h pp_ctl.c pp_hot.c
4839 ____________________________________________________________________________
4840 [  4320] By: gsar                                  on 1999/10/08  22:50:51
4841         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
4842              situation (assumptions about cx invalidation are not valid
4843              anymore)
4844      Branch: perl
4845            ! cop.h pp_ctl.c pp_hot.c
4846 ____________________________________________________________________________
4847 [  4319] By: jhi                                   on 1999/10/08  14:33:31
4848         Log: Integrate with Sarathy.
4849      Branch: cfgperl
4850           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
4851           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
4852           !> t/comp/bproto.t thrdvar.h toke.c util.c
4853 ____________________________________________________________________________
4854 [  4318] By: jhi                                   on 1999/10/08  13:51:34
4855         Log: The second cut at AIX C++ extension troubles.
4856      Branch: cfgperl
4857            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4858            ! hints/aix.sh
4859 ____________________________________________________________________________
4860 [  4317] By: jhi                                   on 1999/10/08  10:44:13
4861         Log: The first cut at fixing Perl extensions written in C++ in AIX,
4862              statics don't get initialized right.  This patch at least
4863              doesn't seem to break the build in my AIX, but unfortunately
4864              I don't have the IBM C++ to do further testing.
4865              
4866              Problem reported by Stephanie Beals in
4867              From: bealzy@us.ibm.com
4868              To: perl5-porters@perl.org
4869              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
4870              Date: Thu, 7 Oct 1999 15:05:54 -0400
4871              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
4872      Branch: cfgperl
4873            + ext/DynaLoader/hints/aix.pl
4874            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
4875 ____________________________________________________________________________
4876 [  4316] By: gsar                                  on 1999/10/08  10:26:15
4877         Log: remove kludgey duplicate background error avoidance (caused
4878              "leaks"; %@ wasn't even user-visible under -Dusethreads);
4879              only repeats of most recent error are now avoided
4880      Branch: perl
4881            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
4882 ____________________________________________________________________________
4883 [  4315] By: jhi                                   on 1999/10/08  09:48:59
4884         Log: Fix omission.
4885      Branch: cfgperl
4886            ! makedef.pl
4887 ____________________________________________________________________________
4888 [  4314] By: gsar                                  on 1999/10/08  07:17:01
4889         Log: extend change#2299 to C<use> (fixes scoping problems in
4890              C<if (...) { use foo; ... }>)
4891      Branch: perl
4892            ! op.c
4893 ____________________________________________________________________________
4894 [  4313] By: gsar                                  on 1999/10/08  04:52:19
4895         Log: small tweak for change#4309
4896      Branch: perl
4897            ! op.c
4898 ____________________________________________________________________________
4899 [  4312] By: gsar                                  on 1999/10/08  02:31:13
4900         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
4901              From: Larry Wall <larry@wall.org>
4902              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
4903              Message-Id: <199910061655.JAA11333@kiev.wall.org>
4904              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
4905      Branch: perl
4906            ! opcode.h t/comp/bproto.t toke.c
4907 ____________________________________________________________________________
4908 [  4311] By: gsar                                  on 1999/10/08  00:58:19
4909         Log: typo
4910      Branch: perl
4911            ! pp_sys.c
4912 ____________________________________________________________________________
4913 [  4310] By: gsar                                  on 1999/10/07  23:51:38
4914         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
4915              Brian Mitchell <brian@chele.cais.net>)
4916      Branch: perl
4917            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4918 ____________________________________________________________________________
4919 [  4309] By: gsar                                  on 1999/10/07  22:57:52
4920         Log: change#3728 was flawed (loop contexts saw the wrong statement
4921              info, causing loop control constructs to not find the label);
4922              disable OP_SETSTATE entirely and add a fix that is specifically
4923              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
4924              which was what the original patch was supposed to fix
4925              
4926              TODO: remove the remainder of the setstate logic if it can't
4927              be used anywhere else (it isn't used anywhere now)
4928      Branch: perl
4929            ! cop.h op.c perly.c perly.y
4930 ____________________________________________________________________________
4931 [  4308] By: jhi                                   on 1999/10/07  19:21:27
4932         Log: Integrate with Sarathy.
4933      Branch: cfgperl
4934           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4935 ____________________________________________________________________________
4936 [  4307] By: gsar                                  on 1999/10/07  15:12:24
4937         Log: update to podlators-0.08 from Russ Allbery
4938      Branch: perl
4939            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4940 ____________________________________________________________________________
4941 [  4306] By: jhi                                   on 1999/10/06  17:20:34
4942         Log: Integrate with Sarathy.
4943      Branch: cfgperl
4944           !> (integrate 45 files)
4945 ____________________________________________________________________________
4946 [  4305] By: gsar                                  on 1999/10/06  16:55:45
4947         Log: some versions of mingw32 have __int64, define iff it isn't
4948      Branch: perl
4949            ! win32/win32.h
4950 ____________________________________________________________________________
4951 [  4304] By: gsar                                  on 1999/10/06  03:45:44
4952         Log: fix typos in change#4288
4953      Branch: perl
4954            ! Changes dump.c sv.c
4955 ____________________________________________________________________________
4956 [  4303] By: gsar                                  on 1999/10/06  03:22:46
4957         Log: integrate cfgperl contents into mainline
4958      Branch: perl
4959           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4960            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4961           !> (integrate 31 files)
4962 ____________________________________________________________________________
4963 [  4302] By: gsar                                  on 1999/10/06  02:36:53
4964         Log: make die/warn and other diagnostics go to wherever STDERR happens
4965              to point at; change places that meant Perl_debug_log rather than
4966              PerlIO_stderr()
4967      Branch: perl
4968            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
4969            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
4970            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
4971            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4972            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4973            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
4974            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
4975            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
4976            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
4977            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
4978            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
4979 ____________________________________________________________________________
4980 [  4301] By: jhi                                   on 1999/10/05  23:03:46
4981         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4982              To: François Désarménien <desar@club-internet.fr>
4983              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
4984              Subject: Re: Strange RE engine breakage in 5_61
4985              Date: Mon, 4 Oct 1999 19:58:03 -0400
4986              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
4987              
4988              (had to apply pat.t part manually because there
4989              already were more tests than there was in _61)
4990      Branch: cfgperl
4991            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
4992 ____________________________________________________________________________
4993 [  4300] By: jhi                                   on 1999/10/04  17:03:18
4994         Log: From: Andy Dougherty <doughera@lafayette.edu>
4995              To: Jarkko Hietaniemi <jhi@iki.fi>
4996              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
4997              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
4998              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
4999              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
5000      Branch: cfgperl
5001            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5002            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5003            ! MANIFEST ext/B/defsubs_h.PL
5004 ____________________________________________________________________________
5005 [  4299] By: jhi                                   on 1999/10/04  07:15:16
5006         Log: From: Michael G Schwern <schwern@pobox.com>
5007              To: perl5-porters@perl.org
5008              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5009              Date: Sun, 3 Oct 1999 17:34:17 -0400
5010              Message-ID: <19991003173417.A4351@blackrider>
5011      Branch: cfgperl
5012            ! t/lib/fields.t t/pragma/constant.t
5013 ____________________________________________________________________________
5014 [  4298] By: gsar                                  on 1999/10/04  04:57:53
5015         Log: some compatibility macros were busted
5016      Branch: perl
5017            ! embed.h embed.pl toke.c
5018 ____________________________________________________________________________
5019 [  4297] By: jhi                                   on 1999/10/03  17:50:59
5020         Log: A better version of #4296.
5021              
5022              From: Michael G Schwern <schwern@pobox.com>
5023              To: perl5-porters@perl.org
5024              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5025              Date: Sun, 3 Oct 1999 13:54:23 -0400
5026              Message-ID: <19991003135423.A3050@blackrider>
5027      Branch: cfgperl
5028            ! av.c op.c pod/perldiag.pod
5029 ____________________________________________________________________________
5030 [  4296] By: jhi                                   on 1999/10/03  17:21:01
5031         Log: (Replaced by #4297.)
5032              
5033              From: Michael G Schwern <schwern@pobox.com>
5034              To: perl5-porters@perl.org
5035              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
5036              Date: Sun, 3 Oct 1999 13:16:47 -0400
5037              Message-ID: <19991003131647.A2816@blackrider>
5038              
5039              plus changed the error message to say "No such pseudo-hash field"
5040              as discussed in the above mail message.
5041      Branch: cfgperl
5042            ! av.c pod/perldiag.pod
5043 ____________________________________________________________________________
5044 [  4295] By: gsar                                  on 1999/10/03  16:09:36
5045         Log: avoid doing irrelevant things on 'make perl'
5046      Branch: perl
5047            ! Makefile.SH
5048 ____________________________________________________________________________
5049 [  4294] By: jhi                                   on 1999/10/03  14:16:24
5050         Log: Fix a typo in #4293 spotted by Graham Barr.
5051      Branch: cfgperl
5052            ! pod/perlref.pod
5053 ____________________________________________________________________________
5054 [  4293] By: jhi                                   on 1999/10/03  11:31:22
5055         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
5056              To: perl5-porters@perl.org
5057              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
5058              Date: Sun, 3 Oct 1999 02:34:01 -0400
5059              Message-ID: <19991003023401.A1520@blackrider>
5060      Branch: cfgperl
5061            ! pod/perlfunc.pod pod/perlref.pod
5062 ____________________________________________________________________________
5063 [  4292] By: jhi                                   on 1999/10/03  09:23:16
5064         Log: From: Barrie Slaymaker <barries@slaysys.com>
5065              To: perl5-porters@perl.org
5066              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
5067              Date: Sun, 3 Oct 1999 00:09:51 -0400
5068              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
5069      Branch: cfgperl
5070            ! lib/Benchmark.pm
5071 ____________________________________________________________________________
5072 [  4291] By: jhi                                   on 1999/10/02  23:43:53
5073         Log: Be understanding about large file systems.
5074      Branch: cfgperl
5075            ! t/lib/syslfs.t t/op/lfs.t
5076 ____________________________________________________________________________
5077 [  4290] By: jhi                                   on 1999/10/02  23:39:16
5078         Log: Configure fixfest continues.
5079      Branch: cfgperl
5080            ! Configure config_h.SH
5081      Branch: metaconfig
5082            ! U/modified/d_longdbl.U U/modified/d_longlong.U
5083            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5084            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
5085            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5086      Branch: metaconfig/U/perl
5087            ! i_inttypes.U io64.U
5088 ____________________________________________________________________________
5089 [  4289] By: jhi                                   on 1999/10/02  23:12:54
5090         Log: Regen Porting stuff.
5091      Branch: cfgperl
5092            ! Porting/Glossary Porting/config.sh Porting/config_H
5093 ____________________________________________________________________________
5094 [  4288] By: jhi                                   on 1999/10/02  23:05:50
5095         Log: Untangle the IV_IS_QUAD jungle by introduding
5096              macros to be used when doing formatted printing:
5097              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
5098      Branch: cfgperl
5099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5100            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
5101            ! regcomp.c sv.c taint.c toke.c util.c
5102 ____________________________________________________________________________
5103 [  4287] By: jhi                                   on 1999/10/02  22:54:18
5104         Log: metaconfig maintenance.
5105      Branch: metaconfig
5106            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
5107            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
5108            ! U/typedefs/uidsize.U
5109 ____________________________________________________________________________
5110 [  4286] By: nick                                  on 1999/10/02  11:11:44
5111         Log: Incremental merge of mainline
5112      Branch: utfperl
5113           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5114           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5115           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5116           +> t/pod/podselect.t t/pod/podselect.xr
5117            - lib/Pod/PlainText.pm
5118           !> (integrate 148 files)
5119 ____________________________________________________________________________
5120 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5121         Log: Battle namespace pollution.
5122      Branch: cfgperl
5123            ! lib/Benchmark.pm
5124 ____________________________________________________________________________
5125 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5126         Log: Regen Configure, all of xs_apiversion didn't take.
5127      Branch: cfgperl
5128            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5129            ! config_h.SH patchlevel.h
5130 ____________________________________________________________________________
5131 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5132         Log: Integrate with Sarathy.
5133      Branch: cfgperl
5134           +> lib/Pod/Man.pm t/pod/multiline_items.t
5135           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5136           +> t/pod/podselect.t t/pod/podselect.xr
5137            - lib/Pod/PlainText.pm
5138           !> (integrate 50 files)
5139 ____________________________________________________________________________
5140 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5141         Log: update pod2man, pod2text and related Pod:: modules with the
5142              ones in podlators-0.07 from Russ Allbery
5143      Branch: perl
5144            + lib/Pod/Man.pm
5145            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5146            ! pod/pod2man.PL pod/pod2text.PL
5147 ____________________________________________________________________________
5148 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5149         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5150      Branch: perl
5151            - lib/Pod/PlainText.pm
5152            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5153            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5154            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5155            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5156            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5157            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5158            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5159 ____________________________________________________________________________
5160 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5161         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5162      Branch: perl
5163            + t/pod/multiline_items.t t/pod/multiline_items.xr
5164            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5165            + t/pod/podselect.xr
5166            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5167            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5168            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5169            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5170            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5171            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5172            ! t/pod/testp2pt.pl
5173 ____________________________________________________________________________
5174 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5175         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
5176              by Michael G Schwern <schwern@pobox.com>)
5177      Branch: perl
5178            ! av.c t/op/avhv.t
5179 ____________________________________________________________________________
5180 [  4278] By: gsar                                  on 1999/10/02  02:36:55
5181         Log: deprecate C<use attrs>
5182      Branch: perl
5183            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
5184            ! t/lib/thread.t t/pragma/sub_lval.t
5185 ____________________________________________________________________________
5186 [  4277] By: gsar                                  on 1999/10/02  01:43:25
5187         Log: add notes about effect of loop control statements inside
5188              LABEL BLOCK continue BLOCK
5189      Branch: perl
5190            ! pod/perlfunc.pod
5191 ____________________________________________________________________________
5192 [  4276] By: gsar                                  on 1999/10/02  01:23:02
5193         Log: indent nested =items properly (suggested by Bill Fenner
5194              <fenner@research.att.com>)
5195      Branch: perl
5196            ! pod/pod2man.PL
5197 ____________________________________________________________________________
5198 [  4275] By: gsar                                  on 1999/10/02  01:09:16
5199         Log: updated ptags generator from Ilya Zakharevich
5200      Branch: perl
5201            ! emacs/ptags
5202 ____________________________________________________________________________
5203 [  4274] By: gsar                                  on 1999/10/01  23:08:52
5204         Log: update Changes
5205      Branch: perl
5206            ! Changes
5207 ____________________________________________________________________________
5208 [  4273] By: gsar                                  on 1999/10/01  22:58:55
5209         Log: typo, whitespace adjustments
5210      Branch: perl
5211            ! utils/h2xs.PL
5212 ____________________________________________________________________________
5213 [  4272] By: gsar                                  on 1999/10/01  22:46:06
5214         Log: remove dup hunks
5215      Branch: perl
5216            ! configure.com vms/vms.c
5217 ____________________________________________________________________________
5218 [  4271] By: gsar                                  on 1999/10/01  22:33:02
5219         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
5220              by declaring new globals "our" (XXX this means h2xs generated code
5221              won't run on earlier versions; a switch to generate compatible
5222              source is needed)
5223      Branch: perl
5224           !> (integrate 35 files)
5225 ____________________________________________________________________________
5226 [  4270] By: jhi                                   on 1999/10/01  12:05:56
5227         Log: Integrate with Sarathy.
5228      Branch: cfgperl
5229           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5230           !> pod/perldiag.pod util.c
5231 ____________________________________________________________________________
5232 [  4269] By: jhi                                   on 1999/10/01  10:26:19
5233         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
5234              To: perl5-porters@perl.org
5235              Subject: [ID 19991001.001] perlguts man page error
5236              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
5237              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
5238      Branch: cfgperl
5239            ! pod/perlguts.pod
5240 ____________________________________________________________________________
5241 [  4268] By: jhi                                   on 1999/10/01  07:32:33
5242         Log: There *is* a month called October.
5243      Branch: cfgperl
5244            ! t/op/time.t
5245 ____________________________________________________________________________
5246 [  4267] By: jhi                                   on 1999/10/01  06:58:10
5247         Log: Temp file cleanliness.
5248      Branch: cfgperl
5249            ! t/lib/filecopy.t
5250 ____________________________________________________________________________
5251 [  4266] By: jhi                                   on 1999/10/01  06:46:56
5252         Log: From: Barrie Slaymaker <barries@slaysys.com>
5253              To: perl5-porters@perl.org
5254              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
5255              Date: Thu, 30 Sep 1999 22:16:26 -0400
5256              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
5257      Branch: cfgperl
5258            ! lib/Benchmark.pm
5259 ____________________________________________________________________________
5260 [  4265] By: jhi                                   on 1999/09/30  20:25:35
5261         Log: From: Barrie Slaymaker <barries@slaysys.com>
5262              To: perl5-porters@perl.org
5263              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
5264              Date: Thu, 30 Sep 1999 15:44:00 -0400
5265              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
5266              (Replaces #4175.)
5267      Branch: cfgperl
5268            ! lib/Benchmark.pm
5269 ____________________________________________________________________________
5270 [  4264] By: gsar                                  on 1999/09/30  17:59:26
5271         Log: re-add missing "Out of memory!" entry
5272      Branch: perl
5273            ! pod/perldiag.pod
5274 ____________________________________________________________________________
5275 [  4263] By: jhi                                   on 1999/09/30  17:05:43
5276         Log: Regenerate Configure.
5277      Branch: cfgperl
5278            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5279            ! config_h.SH
5280 ____________________________________________________________________________
5281 [  4261] By: jhi                                   on 1999/09/30  16:15:05
5282         Log: From: Andy Dougherty <doughera@lafayette.edu>
5283              To: Perl Porters <perl5-porters@perl.org>
5284              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
5285              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
5286              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
5287      Branch: cfgperl
5288            ! pod/perldelta.pod
5289 ____________________________________________________________________________
5290 [  4260] By: jhi                                   on 1999/09/30  15:48:56
5291         Log: From: Andy Dougherty <doughera@lafayette.edu>
5292              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
5293              Subject: Re: Possible skeletal structure for searching multiple versions
5294              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
5295              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
5296      Branch: metaconfig
5297            ! U/mkglossary
5298      Branch: metaconfig/U/perl
5299            + xs_apiversion.U
5300            ! patchlevel.U
5301 ____________________________________________________________________________
5302 [  4259] By: jhi                                   on 1999/09/30  15:07:16
5303         Log: Further ?idsize.U fixing.
5304      Branch: metaconfig
5305            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5306 ____________________________________________________________________________
5307 [  4258] By: jhi                                   on 1999/09/30  15:00:14
5308         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
5309      Branch: metaconfig
5310            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5311            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5312 ____________________________________________________________________________
5313 [  4257] By: jhi                                   on 1999/09/30  09:48:33
5314         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5315              To: Gurusamy Sarathy <gsar@ActiveState.com>
5316              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
5317              The Perl Porters Mailing List <perl5-porters@perl.org>
5318              Subject: [PATCH] (Was: deprecating SIGDIE)
5319              Date: Wed, 29 Sep 1999 15:16:50 -0400
5320              Message-ID: <19990929151650.E26675@O2.chapin.edu>
5321      Branch: cfgperl
5322            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
5323 ____________________________________________________________________________
5324 [  4256] By: jhi                                   on 1999/09/30  09:45:22
5325         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5326              To: Gurusamy Sarathy <gsar@activestate.com>
5327              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
5328              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
5329              Date: Wed, 29 Sep 1999 18:58:23 -0400
5330              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
5331      Branch: cfgperl
5332            ! Makefile.SH opcode.pl
5333 ____________________________________________________________________________
5334 [  4255] By: gsar                                  on 1999/09/30  09:03:48
5335         Log: remove prehistoric XFree() gunk
5336      Branch: perl
5337            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5338 ____________________________________________________________________________
5339 [  4254] By: gsar                                  on 1999/09/30  08:40:14
5340         Log: From: Vishal Bhatia <vishal@gol.com>
5341              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
5342              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
5343              Subject: [patch _61] Minor corrections in C.pm
5344      Branch: perl
5345            ! ext/B/B/C.pm
5346 ____________________________________________________________________________
5347 [  4253] By: gsar                                  on 1999/09/30  08:36:27
5348         Log: off-by-one in fbm_compile() (spotted by John Bley
5349              <jbley@cs.cmu.edu>); whitespace adjustments
5350      Branch: perl
5351            ! util.c
5352 ____________________________________________________________________________
5353 [  4251] By: jhi                                   on 1999/09/30  08:09:13
5354         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5355              To: perl5-porters@perl.org (Mailing list Perl5)
5356              Subject: [PATCH 5.00561+]  Followup h2xs patch
5357              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
5358              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
5359      Branch: cfgperl
5360            ! utils/h2xs.PL
5361 ____________________________________________________________________________
5362 [  4250] By: jhi                                   on 1999/09/29  19:11:32
5363         Log: Integrate with Sarathy.
5364      Branch: cfgperl
5365           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
5366           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
5367           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
5368 ____________________________________________________________________________
5369 [  4249] By: bailey                                on 1999/09/29  02:21:31
5370         Log: resync with mainline
5371      Branch: vmsperl
5372           +> (branch 32 files)
5373            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5374            - lib/unicode/blocks.txt lib/unicode/index2.txt
5375            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5376            - lib/unicode/props2.txt lib/unicode/readme.txt
5377            - t/lib/bigfloatpm.t
5378           !> (integrate 240 files)
5379 ____________________________________________________________________________
5380 [  4248] By: jhi                                   on 1999/09/28  18:14:39
5381         Log: From: Andy Dougherty <doughera@lafayette.edu>
5382              To: Perl Porters <perl5-porters@perl.org>
5383              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
5384              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
5385              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
5386              
5387              From: Andy Dougherty <doughera@lafayette.edu>
5388              To: Perl Porters <perl5-porters@perl.org>
5389              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
5390              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
5391              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
5392      Branch: cfgperl
5393            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
5394            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
5395            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
5396            ! hints/next_4.sh
5397 ____________________________________________________________________________
5398 [  4247] By: gsar                                  on 1999/09/28  17:36:59
5399         Log: revert change#4115 (breaks libwww's base/date.t); could be 
5400              reworked to enable it conditional on $Time::Local::nocroak
5401              or some such
5402      Branch: perl
5403            ! lib/Time/Local.pm
5404 ____________________________________________________________________________
5405 [  4246] By: gsar                                  on 1999/09/28  17:33:14
5406         Log: tweak for win32 build
5407      Branch: perl
5408            ! win32/Makefile win32/makefile.mk
5409 ____________________________________________________________________________
5410 [  4245] By: gsar                                  on 1999/09/28  17:31:34
5411         Log: change#4236 fallout
5412      Branch: perl
5413            ! lib/ExtUtils/MM_Unix.pm
5414 ____________________________________________________________________________
5415 [  4244] By: gsar                                  on 1999/09/28  17:29:31
5416         Log: remove doubled new_xpv
5417      Branch: perl
5418            ! embed.h embed.pl proto.h
5419 ____________________________________________________________________________
5420 [  4243] By: jhi                                   on 1999/09/27  19:13:20
5421         Log: Artistic fine-tuning.
5422      Branch: cfgperl
5423            ! ext/B/defsubs_h.PL
5424 ____________________________________________________________________________
5425 [  4242] By: gsar                                  on 1999/09/27  17:05:22
5426         Log: avoid implicit split to @_ in change#4181; binary -> text file
5427              types in p4
5428      Branch: perl
5429            ! djgpp/configure.bat lib/Exporter/Heavy.pm
5430            ! t/pragma/locale/latin1
5431 ____________________________________________________________________________
5432 [  4241] By: jhi                                   on 1999/09/27  07:48:19
5433         Log: Integrate with Sarathy.
5434      Branch: cfgperl
5435           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
5436           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
5437 ____________________________________________________________________________
5438 [  4240] By: jhi                                   on 1999/09/27  07:47:11
5439         Log: Finalize change #4232.
5440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5441              To: Jarkko Hietaniemi <jhi@iki.fi>
5442              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
5443              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
5444              Date: Sun, 26 Sep 1999 16:52:31 -0400
5445              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
5446      Branch: cfgperl
5447            ! lib/ExtUtils/xsubpp
5448 ____________________________________________________________________________
5449 [  4239] By: gsar                                  on 1999/09/27  02:48:42
5450         Log: add notes in INSTALL about Configure -Accflags=-DFOO
5451      Branch: perl
5452            ! INSTALL
5453 ____________________________________________________________________________
5454 [  4238] By: gsar                                  on 1999/09/27  02:03:48
5455         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
5456              it automatically
5457      Branch: perl
5458            ! embed.h embed.pl
5459 ____________________________________________________________________________
5460 [  4237] By: gsar                                  on 1999/09/27  01:52:47
5461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5462              Date: Fri, 24 Sep 1999 23:25:36 -0400
5463              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
5464              Subject: [PATCH 5.005_61] Malloc fixes and docs
5465      Branch: perl
5466            ! malloc.c pod/perldiag.pod
5467 ____________________________________________________________________________
5468 [  4236] By: gsar                                  on 1999/09/27  01:31:32
5469         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
5470              <vkonovalov@lucent.com>)
5471      Branch: perl
5472            ! win32/Makefile win32/makefile.mk
5473 ____________________________________________________________________________
5474 [  4235] By: gsar                                  on 1999/09/26  17:02:03
5475         Log: fix buggy popping of subroutine contexts in the lvalue
5476              subroutines implementation (change#4081); correct the
5477              plethora of cases where DIE() was more appropriate than
5478              croak()
5479      Branch: perl
5480            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
5481 ____________________________________________________________________________
5482 [  4234] By: jhi                                   on 1999/09/26  12:06:28
5483         Log: Fix #endif.
5484      Branch: cfgperl
5485            ! XSUB.h
5486 ____________________________________________________________________________
5487 [  4233] By: jhi                                   on 1999/09/26  11:59:18
5488         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
5489              I kept my (Ilya's) version.
5490      Branch: cfgperl
5491           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
5492           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5493           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5494           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5495           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5496           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5497 ____________________________________________________________________________
5498 [  4232] By: jhi                                   on 1999/09/26  09:53:43
5499         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5500              To: Mailing list Perl5 <perl5-porters@perl.org>
5501              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5502              Date: Sun, 26 Sep 1999 01:36:09 -0400
5503              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5504              
5505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5506              To: Mailing list Perl5 <perl5-porters@perl.org>
5507              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5508              Date: Sun, 26 Sep 1999 03:00:50 -0400
5509              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5510      Branch: cfgperl
5511            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5512 ____________________________________________________________________________
5513 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5514         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5515              To: perl5-porters@perl.org
5516              Subject: misprint in perlguts
5517              Date: Sun, 26 Sep 1999 12:48:36 +0400
5518              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5519      Branch: cfgperl
5520            ! pod/perlguts.pod
5521 ____________________________________________________________________________
5522 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5523         Log: add $installarchlib/CORE to default linker search path on windows
5524      Branch: perl
5525            ! win32/Makefile win32/makefile.mk
5526 ____________________________________________________________________________
5527 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5528         Log: support C<use Shell> on Windows (reworked a patch suggested
5529              by Jenda Krynicky <Jenda@McCann.cz>)
5530      Branch: perl
5531            ! lib/Shell.pm
5532 ____________________________________________________________________________
5533 [  4228] By: gsar                                  on 1999/09/25  07:03:34
5534         Log: integrate cfgperl contents into mainline
5535      Branch: perl
5536           +> hints/svr5.sh
5537           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
5538           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5539           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
5540           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
5541 ____________________________________________________________________________
5542 [  4227] By: gsar                                  on 1999/09/25  06:44:47
5543         Log: From: Larry Wall <larry@wall.org>
5544              Date: Fri, 24 Sep 1999 21:59:37 PDT
5545              Message-Id: <199909250459.VAA27506@kiev.wall.org>
5546              Subject: Re: [PATCH 5.005_61] "our" declarations
5547      Branch: perl
5548            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
5549            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5550            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5551            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5552            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5553            ! utils/h2xs.PL
5554 ____________________________________________________________________________
5555 [  4226] By: jhi                                   on 1999/09/24  23:10:52
5556         Log: Integrate with Sarathy.
5557      Branch: cfgperl
5558           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5559           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
5560           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
5561 ____________________________________________________________________________
5562 [  4225] By: gsar                                  on 1999/09/24  18:19:54
5563         Log: avoid infinite recursive exec()s of perl.exe when shebang
5564              contains "Perl" rather than "perl" on DOSISH platforms
5565      Branch: perl
5566            ! toke.c
5567 ____________________________________________________________________________
5568 [  4224] By: gsar                                  on 1999/09/24  16:09:23
5569         Log: support cygwin and other platforms that link to import libraries
5570              rather than directly with shared libraries (from a suggestion
5571              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
5572      Branch: perl
5573            ! utils/perlcc.PL
5574 ____________________________________________________________________________
5575 [  4223] By: gsar                                  on 1999/09/24  05:05:06
5576         Log: normalize time for strftime() (without the isdst effects of
5577              mktime()) using a custom mini_mktime()
5578              From: spider-perl@Orb.Nashua.NH.US
5579              Date: Thu, 23 Sep 1999 17:54:53 -0400
5580              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
5581              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
5582      Branch: perl
5583            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5584            ! ext/POSIX/hints/linux.pl t/lib/posix.t
5585 ____________________________________________________________________________
5586 [  4222] By: gsar                                  on 1999/09/23  06:44:42
5587         Log: change "#" to a comment starter in pack templates; "/" now
5588              used for specifying counted types
5589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5590              Date: Wed, 22 Sep 1999 19:41:30 -0400
5591              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
5592              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
5593      Branch: perl
5594            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
5595 ____________________________________________________________________________
5596 [  4221] By: gsar                                  on 1999/09/23  06:26:54
5597         Log: From: Vishal Bhatia <vishal@gol.com>
5598              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
5599              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
5600              Subject: [patch _61] perlcc changes
5601      Branch: perl
5602            ! utils/perlcc.PL
5603 ____________________________________________________________________________
5604 [  4220] By: gsar                                  on 1999/09/23  01:12:24
5605         Log: add include guard
5606      Branch: perl
5607            ! XSUB.h
5608 ____________________________________________________________________________
5609 [  4219] By: jhi                                   on 1999/09/22  20:38:15
5610         Log: Cleanup cleanup.
5611      Branch: cfgperl
5612            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
5613 ____________________________________________________________________________
5614 [  4218] By: jhi                                   on 1999/09/22  19:26:58
5615         Log: Tweak the equivalence tables once again.
5616      Branch: cfgperl
5617            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5618            ! lib/unicode/mktables.PL
5619 ____________________________________________________________________________
5620 [  4215] By: jhi                                   on 1999/09/22  06:47:03
5621         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5622              To: Mailing list Perl5 <perl5-porters@perl.org>
5623              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
5624              Date: Tue, 21 Sep 1999 19:50:00 -0400
5625              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
5626              
5627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5628              To: Mailing list Perl5 <perl5-porters@perl.org>
5629              Subject: [PATCH 5.005_61] More verbose -Mre=debug
5630              Date: Tue, 21 Sep 1999 22:29:55 -0400
5631              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
5632      Branch: cfgperl
5633            ! regcomp.c regexec.c
5634 ____________________________________________________________________________
5635 [  4214] By: jhi                                   on 1999/09/21  21:08:43
5636         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
5637              Reply-To: gerberb@zenez.com
5638              To: perl5-porters@perl.org
5639              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
5640              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
5641              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
5642              
5643              (Snipped away the last lines of svr5.sh a la change #3725)
5644      Branch: cfgperl
5645            + hints/svr5.sh
5646            ! Configure MANIFEST config_h.SH hints/sco.sh
5647      Branch: metaconfig
5648            ! U/modified/Cppsym.U U/modified/Oldconfig.U
5649 ____________________________________________________________________________
5650 [  4213] By: jhi                                   on 1999/09/21  20:48:01
5651         Log: From: Kragen Sitaker <kragen@dnaco.net>
5652              To: perl5-porters@perl.org
5653              Subject: [ID 19990921.013] accidental list context in perlfaq9
5654              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
5655              Reply-To: kragen@pobox.com
5656              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
5657      Branch: cfgperl
5658            ! pod/perlfaq9.pod
5659 ____________________________________________________________________________
5660 [  4212] By: jhi                                   on 1999/09/20  19:55:42
5661         Log: Integrate with Sarathy.
5662      Branch: cfgperl
5663           +> README.Y2K
5664           !> Changes MANIFEST
5665 ____________________________________________________________________________
5666 [  4211] By: jhi                                   on 1999/09/20  19:44:44
5667         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
5668      Branch: cfgperl
5669            ! Configure config_h.SH pod/perldelta.pod
5670      Branch: metaconfig/U/perl
5671            ! use64bits.U uselfs.U uselongdbl.U
5672 ____________________________________________________________________________
5673 [  4210] By: jhi                                   on 1999/09/20  19:38:26
5674         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
5675      Branch: cfgperl
5676            ! Configure config_h.SH
5677      Branch: metaconfig
5678            ! U/modified/Options.U
5679 ____________________________________________________________________________
5680 [  4209] By: gsar                                  on 1999/09/20  19:35:39
5681         Log: integrate cfgperl changes into mainline
5682      Branch: perl
5683           +> lib/unicode/Unicode.html
5684            ! Changes
5685           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5686           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
5687 ____________________________________________________________________________
5688 [  4208] By: gsar                                  on 1999/09/20  18:28:44
5689         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
5690      Branch: perl
5691            + README.Y2K
5692            ! MANIFEST
5693 ____________________________________________________________________________
5694 [  4207] By: jhi                                   on 1999/09/20  11:06:13
5695         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
5696      Branch: cfgperl
5697            ! pod/perldelta.pod
5698 ____________________________________________________________________________
5699 [  4206] By: jhi                                   on 1999/09/20  09:53:15
5700         Log: Do not test for gccish things in non-gccish platforms.
5701      Branch: cfgperl
5702            ! Configure config_h.SH
5703      Branch: metaconfig
5704            ! U/compline/ccflags.U
5705 ____________________________________________________________________________
5706 [  4205] By: jhi                                   on 1999/09/20  09:41:22
5707         Log: Prompt for uselfs.
5708      Branch: cfgperl
5709            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5710            ! config_h.SH
5711      Branch: metaconfig
5712            ! U/mksample
5713      Branch: metaconfig/U/perl
5714            ! use64bits.U uselfs.U
5715 ____________________________________________________________________________
5716 [  4204] By: jhi                                   on 1999/09/20  09:09:29
5717         Log: Add usemorebits and uselfs.
5718      Branch: cfgperl
5719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5720            ! config_h.SH doio.c perl.h
5721      Branch: metaconfig/U/perl
5722            + uselfs.U usemorebits.U
5723            ! use64bits.U uselongdbl.U
5724 ____________________________________________________________________________
5725 [  4203] By: jhi                                   on 1999/09/20  07:48:48
5726         Log: Dethinko.
5727      Branch: cfgperl
5728            ! pod/perlfunc.pod
5729 ____________________________________________________________________________
5730 [  4202] By: jhi                                   on 1999/09/20  07:33:32
5731         Log: Fix a bug in the description of endianness.  Reported in
5732              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5733              To: perl5-porters@perl.org
5734              Subject: BUG: perldoc -f pack
5735              Date: Mon, 20 Sep 1999 09:43:49 +0400
5736              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
5737      Branch: cfgperl
5738            ! pod/perlfunc.pod
5739 ____________________________________________________________________________
5740 [  4201] By: jhi                                   on 1999/09/20  07:01:26
5741         Log: Integrate with Sarathy.
5742      Branch: cfgperl
5743           +> t/op/args.t
5744           !> (integrate 31 files)
5745 ____________________________________________________________________________
5746 [  4200] By: gsar                                  on 1999/09/20  03:45:06
5747         Log: From: Russ Allbery <rra@stanford.edu>
5748              Date: 19 Aug 1999 04:35:44 -0700
5749              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
5750              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
5751      Branch: perl
5752            ! lib/File/Find.pm
5753 ____________________________________________________________________________
5754 [  4199] By: gsar                                  on 1999/09/20  03:27:49
5755         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
5756      Branch: perl
5757            ! ext/B/B/Terse.pm
5758 ____________________________________________________________________________
5759 [  4198] By: gsar                                  on 1999/09/20  03:25:25
5760         Log: add arenas for managing allocations of remaining xpv*v structures
5761              From: Vishal Bhatia <vishal@gol.com>
5762              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
5763              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
5764              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
5765      Branch: perl
5766            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
5767            ! proto.h sv.c
5768 ____________________________________________________________________________
5769 [  4197] By: gsar                                  on 1999/09/20  03:06:10
5770         Log: queue errors due to strictures rather than printing them as
5771              warnings; symbols that violate strictures do *not* end up in
5772              the symbol table anyway, making multiple evals of the same piece
5773              of code produce the same errors; errors indicate all locations
5774              of a global symbol rather than just the first one; these
5775              changes make compile-time failures within evals reliably
5776              visible via the return value or contents of $@, and trappable
5777              using __DIE__ hooks
5778      Branch: perl
5779            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
5780            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
5781            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
5782            ! t/pragma/strict-vars thrdvar.h toke.c util.c
5783 ____________________________________________________________________________
5784 [  4196] By: gsar                                  on 1999/09/19  22:14:29
5785         Log: control change#1914 via hints (causes problems on some platforms)
5786      Branch: perl
5787            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5788            ! ext/POSIX/hints/linux.pl
5789 ____________________________________________________________________________
5790 [  4195] By: gsar                                  on 1999/09/19  21:30:18
5791         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
5792              in passing around references to @_, eg C<sub foo { \@_ }>; add
5793              tests for the same
5794      Branch: perl
5795            + t/op/args.t
5796            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
5797 ____________________________________________________________________________
5798 [  4194] By: jhi                                   on 1999/09/18  18:57:45
5799         Log: Integrate with Sarathy.
5800      Branch: cfgperl
5801           !> opcode.h opcode.pl
5802 ____________________________________________________________________________
5803 [  4193] By: nick                                  on 1999/09/18  15:24:56
5804         Log: Re-integrate mainline
5805              Basic SvUTF8 stuff in headers, no functional changes yet.
5806      Branch: utfperl
5807            + lib/byte.pm lib/byte_heavy.pl
5808           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
5809           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
5810           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
5811           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
5812           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
5813           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
5814           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
5815           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
5816           +> lib/unicode/Names.txt lib/unicode/Props.txt
5817           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
5818           +> t/lib/bigfltpm.t
5819            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5820            - lib/unicode/blocks.txt lib/unicode/index2.txt
5821            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5822            - lib/unicode/props2.txt lib/unicode/readme.txt
5823            - t/lib/bigfloatpm.t
5824            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
5825            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
5826            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
5827            ! warnings.h
5828           !> (integrate 142 files)
5829 ____________________________________________________________________________
5830 [  4192] By: gsar                                  on 1999/09/18  15:11:47
5831         Log: more op description tweaks
5832      Branch: perl
5833            ! opcode.h opcode.pl
5834 ____________________________________________________________________________
5835 [  4191] By: jhi                                   on 1999/09/18  07:47:16
5836         Log: Integrate with Sarathy.
5837      Branch: cfgperl
5838           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5839           !> t/pragma/warn/op
5840 ____________________________________________________________________________
5841 [  4190] By: jhi                                   on 1999/09/18  07:35:45
5842         Log: Add description of the Unicode database files.
5843      Branch: cfgperl
5844            + lib/unicode/Unicode.html
5845 ____________________________________________________________________________
5846 [  4189] By: gsar                                  on 1999/09/18  03:14:58
5847         Log: tweak some op names in change#4177 (will any of this break code that
5848              gropes $@ ?)
5849      Branch: perl
5850            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
5851            ! t/pragma/warn/op
5852 ____________________________________________________________________________
5853 [  4188] By: jhi                                   on 1999/09/17  21:30:08
5854         Log: Pick up the typo fix.
5855      Branch: cfgperl
5856           !> t/io/open.t
5857 ____________________________________________________________________________
5858 [  4187] By: gsar                                  on 1999/09/17  21:13:55
5859         Log: fix typo
5860      Branch: perl
5861            ! t/io/open.t
5862 ____________________________________________________________________________
5863 [  4186] By: gsar                                  on 1999/09/17  20:57:29
5864         Log: integrate cfgperl change
5865      Branch: perl
5866           !> vms/subconfigure.com
5867 ____________________________________________________________________________
5868 [  4185] By: jhi                                   on 1999/09/17  20:46:41
5869         Log: Re-apply applicable parts of #3993, #3994, and #3995.
5870      Branch: cfgperl
5871            ! vms/subconfigure.com
5872 ____________________________________________________________________________
5873 [  4184] By: gsar                                  on 1999/09/17  20:26:02
5874         Log: integrate cfgperl contents into mainline
5875      Branch: perl
5876           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
5877           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
5878           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
5879           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
5880           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
5881           +> lib/unicode/SpecCase.txt
5882            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
5883            - lib/unicode/index2.txt lib/unicode/jamo2.txt
5884            - lib/unicode/names2.txt lib/unicode/props2.txt
5885            - lib/unicode/readme.txt
5886           !> (integrate 73 files)
5887 ____________________________________________________________________________
5888 [  4183] By: jhi                                   on 1999/09/17  20:25:51
5889         Log: Integrate with Sarathy.
5890      Branch: cfgperl
5891           !> configure.com ext/ByteLoader/byterun.h
5892           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5893           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
5894           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
5895           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
5896 ____________________________________________________________________________
5897 [  4182] By: gsar                                  on 1999/09/17  20:16:28
5898         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
5899              vmsperl contents have prevailed)
5900      Branch: perl
5901           !> configure.com ext/ByteLoader/byterun.h
5902           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
5903           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
5904           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
5905           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
5906 ____________________________________________________________________________
5907 [  4181] By: jhi                                   on 1999/09/17  20:12:37
5908         Log: From: Michael G Schwern <schwern@pobox.com>
5909              To: perl5-porters@perl.org
5910              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
5911              Date: Thu, 19 Aug 1999 21:30:01 -0400
5912              Message-ID: <19990819213001.A22512@athens.aocn.com>
5913      Branch: cfgperl
5914            ! lib/Exporter/Heavy.pm
5915 ____________________________________________________________________________
5916 [  4180] By: gsar                                  on 1999/09/17  20:11:00
5917         Log: perlhist additions
5918      Branch: perl
5919            ! pod/perlhist.pod
5920 ____________________________________________________________________________
5921 [  4179] By: jhi                                   on 1999/09/17  20:08:00
5922         Log: The change #4176 should've undone only the test, not the code patch.
5923      Branch: cfgperl
5924            ! doio.c
5925 ____________________________________________________________________________
5926 [  4178] By: jhi                                   on 1999/09/17  20:06:08
5927         Log: From: Ian Phillipps <ian@dial.pipex.com>
5928              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
5929              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
5930              Date: Sat, 21 Aug 1999 12:36:12 +0100
5931              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
5932      Branch: cfgperl
5933            ! pod/perlsyn.pod
5934 ____________________________________________________________________________
5935 [  4177] By: jhi                                   on 1999/09/17  20:00:19
5936         Log: More descriptive names for operators.
5937              
5938              From: Michael G Schwern <schwern@pobox.com>
5939              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5940              Cc: perl5-porters@perl.org
5941              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
5942              Date: Tue, 17 Aug 1999 18:35:45 -0400
5943              Message-ID: <19990817183545.A23073@toldyouso.com>
5944              
5945              From: Michael G Schwern <schwern@pobox.com>
5946              To: perl5-porters@perl.org
5947              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
5948              Date: Wed, 18 Aug 1999 03:53:38 -0400
5949              Message-ID: <19990818035337.A31505@athens.aocn.com>
5950      Branch: cfgperl
5951            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
5952            ! t/pragma/warn/op t/pragma/warn/sv
5953 ____________________________________________________________________________
5954 [  4176] By: jhi                                   on 1999/09/17  18:19:18
5955         Log: Take away the infamous io/dup.t #7.
5956              It seems there simply is no way to portably
5957              "flush" an input file handle.
5958      Branch: cfgperl
5959            ! doio.c t/io/dup.t
5960 ____________________________________________________________________________
5961 [  4175] By: jhi                                   on 1999/09/17  14:45:08
5962         Log: From: Barrie Slaymaker <barries@slaysys.com>
5963              To: perl5-porters@perl.org
5964              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
5965              Date: Fri, 17 Sep 1999 11:16:48 -0400
5966              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
5967      Branch: cfgperl
5968            ! lib/Benchmark.pm
5969 ____________________________________________________________________________
5970 [  4174] By: jhi                                   on 1999/09/17  14:07:16
5971         Log: UNICOS does support large files but doesn't support sparse files
5972              so we cannot easily test for large file support.
5973      Branch: cfgperl
5974            ! t/lib/syslfs.t t/op/lfs.t
5975 ____________________________________________________________________________
5976 [  4173] By: jhi                                   on 1999/09/17  14:03:44
5977         Log: UNICOS has sloppy division/modulo for floating point numbers.
5978      Branch: cfgperl
5979            ! t/op/arith.t
5980 ____________________________________________________________________________
5981 [  4172] By: jhi                                   on 1999/09/17  13:47:49
5982         Log: Portable blocksize (replaces #4171).
5983      Branch: cfgperl
5984            ! t/lib/syslfs.t t/op/lfs.t
5985 ____________________________________________________________________________
5986 [  4171] By: jhi                                   on 1999/09/17  13:08:54
5987         Log: (replaced by #4172)
5988      Branch: cfgperl
5989            ! t/lib/syslfs.t t/op/lfs.t
5990 ____________________________________________________________________________
5991 [  4170] By: jhi                                   on 1999/09/17  12:59:11
5992         Log: Detypo #4169.
5993      Branch: cfgperl
5994            ! t/lib/syslfs.t t/op/lfs.t
5995 ____________________________________________________________________________
5996 [  4169] By: jhi                                   on 1999/09/17  12:16:34
5997         Log: Diagnose possible quota limits.
5998      Branch: cfgperl
5999            ! t/lib/syslfs.t t/op/lfs.t
6000 ____________________________________________________________________________
6001 [  4168] By: jhi                                   on 1999/09/17  12:10:43
6002         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
6003              doesn't have one that wouldn't cause SIGSYS.  UNICOS
6004              does have getpgrp(void) so Perl getpgrp() is happy.
6005      Branch: cfgperl
6006            ! hints/unicos.sh
6007 ____________________________________________________________________________
6008 [  4167] By: jhi                                   on 1999/09/17  11:49:30
6009         Log: Filesystem quotas may stop you from using large files.
6010      Branch: cfgperl
6011            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
6012 ____________________________________________________________________________
6013 [  4166] By: jhi                                   on 1999/09/17  11:36:01
6014         Log: Too strict pattern for parsing group lists.
6015      Branch: cfgperl
6016            ! t/op/groups.t
6017 ____________________________________________________________________________
6018 [  4165] By: jhi                                   on 1999/09/17  09:06:18
6019         Log: Configure maintenance. It's sigaction.sa_flags
6020              and the Glossary regen'ed.
6021      Branch: cfgperl
6022            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6023            ! config_h.SH
6024      Branch: metaconfig
6025            ! U/compline/d_sigaction.U
6026 ____________________________________________________________________________
6027 [  4164] By: jhi                                   on 1999/09/15  06:57:51
6028         Log: Integrate with Sarathy.
6029      Branch: cfgperl
6030           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6031           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6032           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6033           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
6034           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
6035           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
6036           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
6037           !> jpl/PerlInterpreter/Makefile.PL
6038           !> jpl/PerlInterpreter/PerlInterpreter.c
6039           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6040           !> jpl/Sample/Makefile.PL jpl/install-jpl
6041           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
6042           !> t/op/pat.t
6043 ____________________________________________________________________________
6044 [  4163] By: gsar                                  on 1999/09/15  05:17:27
6045         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
6046      Branch: perl
6047            ! lib/File/Spec/Functions.pm
6048 ____________________________________________________________________________
6049 [  4162] By: gsar                                  on 1999/09/15  05:09:14
6050         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
6051      Branch: perl
6052            ! Changes embed.h embed.pl
6053 ____________________________________________________________________________
6054 [  4161] By: gsar                                  on 1999/09/15  04:08:25
6055         Log: missing perlhist dates from Jeff Okamoto
6056      Branch: perl
6057            ! pod/perlhist.pod
6058 ____________________________________________________________________________
6059 [  4160] By: gsar                                  on 1999/09/15  03:13:08
6060         Log: jpl tweak
6061      Branch: perl
6062            ! MANIFEST jpl/JNI/Makefile.PL
6063 ____________________________________________________________________________
6064 [  4159] By: gsar                                  on 1999/09/15  02:57:08
6065         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
6066              Jepson <bjepson@home.com>)
6067      Branch: perl
6068            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6069            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6070            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6071            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
6072            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6073            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
6074            ! jpl/PerlInterpreter/Makefile.PL
6075            ! jpl/PerlInterpreter/PerlInterpreter.c
6076            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6077            ! jpl/Sample/Makefile.PL jpl/install-jpl
6078 ____________________________________________________________________________
6079 [  4158] By: gsar                                  on 1999/09/15  01:27:14
6080         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6081              Date:    Tue, 14 Sep 1999 21:26:15 EDT
6082              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
6083              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
6084      Branch: perl
6085            ! regexec.c t/op/pat.t
6086 ____________________________________________________________________________
6087 [  4157] By: jhi                                   on 1999/09/14  21:18:09
6088         Log: config.h will define USE_64_BITS if need be.
6089      Branch: cfgperl
6090            ! hints/irix_6.sh
6091 ____________________________________________________________________________
6092 [  4156] By: jhi                                   on 1999/09/14  20:30:00
6093         Log: Change #4149 necessitates also a small code change.
6094      Branch: cfgperl
6095            ! ext/B/defsubs_h.PL
6096 ____________________________________________________________________________
6097 [  4155] By: jhi                                   on 1999/09/14  20:15:53
6098         Log: Update EPOC libdir names.
6099      Branch: cfgperl
6100            ! epoc/config.h
6101 ____________________________________________________________________________
6102 [  4154] By: jhi                                   on 1999/09/14  20:13:41
6103         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
6104              deceased HAS.*DBM.*64 mumblings.
6105      Branch: cfgperl
6106            ! Configure config_h.SH epoc/config.h
6107 ____________________________________________________________________________
6108 [  4153] By: jhi                                   on 1999/09/14  20:04:53
6109         Log: Configure nits.
6110      Branch: cfgperl
6111            ! Configure config_h.SH
6112      Branch: metaconfig
6113            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6114 ____________________________________________________________________________
6115 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6116         Log: Integrate with Sarathy.
6117      Branch: cfgperl
6118           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6119            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6120           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6121           !> win32/config_sh.PL
6122 ____________________________________________________________________________
6123 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6124         Log: Update Unicode database and recompute the tables.
6125              Rename the .txt files to be more Unicode 3.0-like.
6126              Unihan-3.0.txt not included because it is 16 MB.
6127              syllables.txt is manually maintained.
6128              See ReadMe.txt for description of the .txt files.
6129              (not all of them are used yet)
6130      Branch: cfgperl
6131            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6132            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6133            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6134            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6135            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6136            + lib/unicode/SpecCase.txt
6137            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6138            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6139            - lib/unicode/names2.txt lib/unicode/props2.txt
6140            - lib/unicode/readme.txt
6141            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6142            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6143            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6144            ! lib/unicode/Decomposition.pl
6145            ! lib/unicode/In/ArabicPresentationForms-B.pl
6146            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6147            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6148            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6149            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6150            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6151            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6152            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6153            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6154            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6155            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6156            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6157            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6158            ! lib/unicode/mktables.PL
6159 ____________________________________________________________________________
6160 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6161         Log: INSTALL tweak
6162      Branch: perl
6163            ! INSTALL
6164 ____________________________________________________________________________
6165 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6166         Log: change some filenames to be 8.3-friendly
6167      Branch: perl
6168           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6169            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6170            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6171 ____________________________________________________________________________
6172 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6173         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6174      Branch: perl
6175            ! win32/config_sh.PL
6176 ____________________________________________________________________________
6177 [  4147] By: jhi                                   on 1999/09/14  08:07:49
6178         Log: Not that UVSIZE normally differs that much from IVSIZE...
6179      Branch: cfgperl
6180            ! perl.h
6181 ____________________________________________________________________________
6182 [  4146] By: jhi                                   on 1999/09/14  08:04:40
6183         Log: Integrate with Sarathy.
6184      Branch: cfgperl
6185           !> Changes ext/DB_File/DB_File.xs
6186 ____________________________________________________________________________
6187 [  4145] By: jhi                                   on 1999/09/14  07:10:02
6188         Log: I_PTHREAD was PTHREADEAD.
6189      Branch: cfgperl
6190            ! Configure config_h.SH
6191      Branch: metaconfig
6192            ! U/threads/i_pthread.U
6193 ____________________________________________________________________________
6194 [  4144] By: gsar                                  on 1999/09/14  06:46:47
6195         Log: change#4113 was missing DB_File.xs changes
6196      Branch: perl
6197            ! ext/DB_File/DB_File.xs
6198 ____________________________________________________________________________
6199 [  4143] By: jhi                                   on 1999/09/13  20:16:20
6200         Log: Small doc and whitespace edits.
6201      Branch: cfgperl
6202            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6203            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6204            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6205            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6206            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6207            ! pod/perldelta.pod
6208 ____________________________________________________________________________
6209 [  4142] By: gsar                                  on 1999/09/13  19:32:31
6210         Log: integrate cfgperl contents into mainline, update Changes
6211      Branch: perl
6212           +> ext/DB_File/version.c
6213            ! Changes
6214           !> (integrate 44 files)
6215 ____________________________________________________________________________
6216 [  4141] By: jhi                                   on 1999/09/13  16:16:56
6217         Log: Scan for <pthread.h> always.
6218      Branch: cfgperl
6219            ! Configure config_h.SH perl.h
6220      Branch: metaconfig
6221            ! U/threads/i_pthread.U
6222 ____________________________________________________________________________
6223 [  4140] By: jhi                                   on 1999/09/13  16:00:08
6224         Log: Integrate with Sarathy.
6225      Branch: cfgperl
6226           !> (integrate 27 files)
6227 ____________________________________________________________________________
6228 [  4139] By: jhi                                   on 1999/09/13  15:35:18
6229         Log: Add -A option to Configure to diddle with variables
6230              after the hints file has been applied.
6231      Branch: cfgperl
6232            ! Configure config_h.SH
6233      Branch: metaconfig
6234            ! U/modified/Oldconfig.U U/modified/Options.U
6235 ____________________________________________________________________________
6236 [  4138] By: jhi                                   on 1999/09/13  13:42:56
6237         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
6238      Branch: cfgperl
6239            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6240            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6241            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6242            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6243            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6244 ____________________________________________________________________________
6245 [  4137] By: jhi                                   on 1999/09/13  13:25:31
6246         Log: Applying change #4136 manually introduced patch residue.
6247      Branch: cfgperl
6248            ! perl.h
6249 ____________________________________________________________________________
6250 [  4136] By: jhi                                   on 1999/09/13  13:23:04
6251         Log: Replace change #4100 with
6252              From: Robin Barker <rmb1@cise.npl.co.uk>
6253              To: gsar@activestate.com
6254              Cc: perl5-porters@perl.org
6255              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
6256              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
6257              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
6258      Branch: cfgperl
6259            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6260            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6261            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6262            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6263            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6264 ____________________________________________________________________________
6265 [  4135] By: jhi                                   on 1999/09/13  10:22:31
6266         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6267              To: perl5-porters@perl.org (Mailing list Perl5)
6268              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6269              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
6270              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
6271              
6272              From: andreas.koenig@anima.de (Andreas J. Koenig)
6273              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6274              Cc: perl5-porters@perl.org (Mailing list Perl5)
6275              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6276              Date: 11 Sep 1999 15:36:26 +0200
6277              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
6278      Branch: cfgperl
6279            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6280 ____________________________________________________________________________
6281 [  4134] By: jhi                                   on 1999/09/13  10:20:14
6282         Log: From: Tom Phoenix <rootbeer@redcat.com>
6283              To: Perl Porters Mailing List <perl5-porters@perl.org>
6284              Subject: [DOCPATCH] Server errors and perldiag
6285              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
6286              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
6287      Branch: cfgperl
6288            ! pod/perldiag.pod
6289 ____________________________________________________________________________
6290 [  4133] By: gsar                                  on 1999/09/13  03:25:43
6291         Log: avoid assertion failure on C<@a'>
6292      Branch: perl
6293            ! toke.c
6294 ____________________________________________________________________________
6295 [  4132] By: gsar                                  on 1999/09/13  03:03:57
6296         Log: add -DPERL_Y2KWARN build option that will generate additional
6297              warnings on "19$yy" etc (reworked a patch suggested by
6298              Ulrich Pfeifer <upf@de.uu.net>)
6299      Branch: perl
6300            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
6301            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
6302 ____________________________________________________________________________
6303 [  4131] By: gsar                                  on 1999/09/12  22:06:25
6304         Log: fix DATA leaks; reword documentation about the DATA filehandle
6305      Branch: perl
6306            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
6307 ____________________________________________________________________________
6308 [  4130] By: gsar                                  on 1999/09/12  20:08:56
6309         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
6310              formatted result looks nonstandard
6311      Branch: perl
6312            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
6313            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6314            ! t/pragma/locale.t thrdvar.h
6315 ____________________________________________________________________________
6316 [  4129] By: gsar                                  on 1999/09/12  17:04:11
6317         Log: From: Doug MacEachern <dougm@cp.net>
6318              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
6319              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
6320              Subject: [PATCH 5.005_57] B::clearsym
6321      Branch: perl
6322            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
6323 ____________________________________________________________________________
6324 [  4128] By: gsar                                  on 1999/09/12  16:59:12
6325         Log: better debugger help output (from Ilya Zakharevich)
6326      Branch: perl
6327            ! lib/perl5db.pl
6328 ____________________________________________________________________________
6329 [  4127] By: jhi                                   on 1999/09/11  20:50:37
6330         Log: Integrate with Sarathy.
6331      Branch: cfgperl
6332           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
6333           +> t/lib/gol-linkage.t
6334           !> (integrate 43 files)
6335 ____________________________________________________________________________
6336 [  4126] By: nick                                  on 1999/09/10  20:44:22
6337         Log: Get resolve -at mainline
6338      Branch: utfperl
6339           +> (branch 297 files)
6340            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
6341            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6342            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
6343            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
6344            - t/pragma/warn-1global t/pragma/warning.t thread.sym
6345            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
6346            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6347            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
6348            - win32/makeperldef.pl win32/perlhost.h
6349           !> (integrate 847 files)
6350 ____________________________________________________________________________
6351 [  4125] By: gsar                                  on 1999/09/10  19:22:14
6352         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
6353              etc.)
6354      Branch: perl
6355            ! XSUB.h pp.h
6356 ____________________________________________________________________________
6357 [  4124] By: gsar                                  on 1999/09/10  19:14:35
6358         Log: rewrote substantive parts of patch
6359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6360              Date: Fri, 27 Aug 1999 19:02:18 -0400
6361              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
6362              Subject: [PATCH 5.005_58] REx documentation
6363      Branch: perl
6364            ! pod/perlre.pod
6365 ____________________________________________________________________________
6366 [  4123] By: gsar                                  on 1999/09/10  18:21:53
6367         Log: note about AVf_*
6368      Branch: perl
6369            ! av.h
6370 ____________________________________________________________________________
6371 [  4122] By: gsar                                  on 1999/09/10  17:55:42
6372         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
6373              <lichtin@bivio.com>)
6374      Branch: perl
6375            ! lib/Pod/Html.pm
6376 ____________________________________________________________________________
6377 [  4121] By: gsar                                  on 1999/09/10  17:49:35
6378         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
6379      Branch: perl
6380            ! AUTHORS Changes README.dos djgpp/config.over
6381            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
6382            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
6383            ! pod/podselect.PL sv.h t/io/openpid.t util.c
6384 ____________________________________________________________________________
6385 [  4120] By: gsar                                  on 1999/09/10  12:25:01
6386         Log: add perlcompile.pod (edited content from Nathan Torkington
6387              <gnat@frii.com> and others)
6388      Branch: perl
6389            + pod/perlcompile.pod
6390            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
6391 ____________________________________________________________________________
6392 [  4119] By: gsar                                  on 1999/09/10  11:05:13
6393         Log: avoid leaking static local_patches unless patchlevel.h is
6394              explicitly included
6395      Branch: perl
6396            ! patchlevel.h perl.c
6397 ____________________________________________________________________________
6398 [  4118] By: gsar                                  on 1999/09/10  10:44:54
6399         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
6400              <jvromans@squirrel.nl>)
6401      Branch: perl
6402            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6403            ! Changes MANIFEST lib/Getopt/Long.pm
6404 ____________________________________________________________________________
6405 [  4116] By: jhi                                   on 1999/09/09  15:56:52
6406         Log: perldeltify change #4115.
6407      Branch: cfgperl
6408            ! pod/perldelta.pod
6409 ____________________________________________________________________________
6410 [  4115] By: jhi                                   on 1999/09/09  15:48:56
6411         Log: From: "John L. Allen" <allen@grumman.com> 
6412              To: perl5-porters@perl.org 
6413              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
6414              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
6415              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
6416      Branch: cfgperl
6417            ! lib/Time/Local.pm
6418 ____________________________________________________________________________
6419 [  4114] By: jhi                                   on 1999/09/09  15:42:30
6420         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6421              To: perl5-porters@perl.org
6422              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
6423              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
6424              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
6425      Branch: cfgperl
6426            ! pp_sys.c
6427 ____________________________________________________________________________
6428 [  4113] By: jhi                                   on 1999/09/09  10:17:45
6429         Log: From: paul.marquess@bt.com
6430              To: gsar@ActiveState.com
6431              Cc: perl5-porters@perl.org
6432              Subject: [PATCH 5.005_61] DB_File 1.71
6433              Date: Thu, 9 Sep 1999 11:20:13 +0100
6434              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
6435      Branch: cfgperl
6436            + ext/DB_File/version.c
6437            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6438            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
6439            ! t/lib/db-btree.t
6440 ____________________________________________________________________________
6441 [  4112] By: jhi                                   on 1999/09/09  09:05:32
6442         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6443              To: perl5-porters@perl.org (Mailing list Perl5)
6444              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
6445              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
6446              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
6447      Branch: cfgperl
6448            ! regexec.c t/op/pat.t
6449 ____________________________________________________________________________
6450 [  4110] By: jhi                                   on 1999/09/09  07:29:17
6451         Log: Tidy up 64-bit situation in perldelta.
6452      Branch: cfgperl
6453            ! pod/perldelta.pod
6454 ____________________________________________________________________________
6455 [  4109] By: jhi                                   on 1999/09/09  07:26:53
6456         Log: Clear up PL_regcc issues.
6457              
6458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6459              To: perl5-porters@perl.org (Mailing list Perl5)
6460              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
6461              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
6462              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
6463      Branch: cfgperl
6464            ! regexec.c
6465 ____________________________________________________________________________
6466 [  4108] By: gsar                                  on 1999/09/08  20:52:51
6467         Log: avoid ass_u_ming uppercase types are not user objects (spotted
6468              by Kurt Starsinic)
6469      Branch: perl
6470            ! ext/Data/Dumper/Dumper.pm
6471 ____________________________________________________________________________
6472 [  4107] By: gsar                                  on 1999/09/08  20:35:18
6473         Log: From: akim@epita.fr (DEMAILLE Akim)
6474              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
6475              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
6476              Subject: [ID 19990908.014] s2p does not quote @
6477      Branch: perl
6478            ! x2p/s2p.PL
6479 ____________________________________________________________________________
6480 [  4106] By: gsar                                  on 1999/09/08  20:25:12
6481         Log: integrate cfgperl contents into mainline
6482      Branch: perl
6483           !> (integrate 30 files)
6484 ____________________________________________________________________________
6485 [  4105] By: jhi                                   on 1999/09/08  09:02:37
6486         Log: Minor touches at the [:class:] description.
6487      Branch: cfgperl
6488            ! pod/perlre.pod
6489 ____________________________________________________________________________
6490 [  4104] By: jhi                                   on 1999/09/08  08:57:58
6491         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6492              To: Mailing list Perl5 <perl5-porters@perl.org>
6493              Subject: [PATCH 5.005_58] Fix debugging output for REx
6494              Date: Wed, 8 Sep 1999 05:02:02 -0400
6495              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
6496      Branch: cfgperl
6497            ! regcomp.c
6498 ____________________________________________________________________________
6499 [  4103] By: gsar                                  on 1999/09/08  00:53:50
6500         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6501      Branch: perl
6502            ! pp.c
6503 ____________________________________________________________________________
6504 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6505         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6506      Branch: perl
6507            ! cop.h pp_hot.c
6508 ____________________________________________________________________________
6509 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6510         Log: various fixups for windows
6511      Branch: perl
6512            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6513            ! win32/Makefile win32/makefile.mk xsutils.c
6514 ____________________________________________________________________________
6515 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6516         Log: Fix pointer casts.
6517              
6518              From: Robin Barker <rmb1@cise.npl.co.uk>
6519              To: perl5-porters@perl.org
6520              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6521              -Duse64bits
6522              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6523              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6524      Branch: cfgperl
6525            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6526            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6527            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6528            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6529            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6530 ____________________________________________________________________________
6531 [  4099] By: jhi                                   on 1999/09/07  10:29:04
6532         Log: Add sig/pid/uid size and sign probes.
6533      Branch: metaconfig
6534            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6535            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6536 ____________________________________________________________________________
6537 [  4098] By: jhi                                   on 1999/09/07  10:27:06
6538         Log: Band-aid until we've got %{Uid_t} or something similar
6539              for sv_catpvfn().
6540      Branch: cfgperl
6541            ! taint.c
6542 ____________________________________________________________________________
6543 [  4097] By: jhi                                   on 1999/09/07  09:41:23
6544         Log: Fix a printf thinko: now quads must have the ll L q prefix.
6545              (in other words, a bare %d is an int/unsigned)
6546      Branch: cfgperl
6547            ! pp_sys.c sv.c t/op/64bit.t
6548 ____________________________________________________________________________
6549 [  4096] By: jhi                                   on 1999/09/07  07:36:17
6550         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
6551              
6552              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6553              To: perl5-porters@perl.org
6554              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
6555              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
6556              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
6557      Branch: cfgperl
6558            ! hints/hpux.sh perl.h
6559 ____________________________________________________________________________
6560 [  4095] By: gsar                                  on 1999/09/06  20:47:02
6561         Log: applied suggested patch with suitable test to detect MSVC
6562              From: "Vishal Bhatia" <vishalb@my-deja.com>
6563              Date: Wed, 11 Aug 1999 01:43:28 -0700
6564              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
6565              Subject: compiler on  win32
6566      Branch: perl
6567            ! ext/B/B/C.pm
6568 ____________________________________________________________________________
6569 [  4094] By: jhi                                   on 1999/09/06  20:34:44
6570         Log: Integrate with Sarathy.
6571      Branch: cfgperl
6572           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6573           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
6574 ____________________________________________________________________________
6575 [  4093] By: jhi                                   on 1999/09/06  20:33:43
6576         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
6577              so that they overflow also on 64-bit platforms.
6578      Branch: cfgperl
6579            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
6580 ____________________________________________________________________________
6581 [  4092] By: gsar                                  on 1999/09/06  20:16:58
6582         Log: support bytecode and C backends in perlcc (patch suggested
6583              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
6584              C backend the default; describe new switches in pod; introduce
6585              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
6586              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
6587              entries
6588      Branch: perl
6589            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
6590            ! t/harness utils/Makefile utils/perlcc.PL
6591 ____________________________________________________________________________
6592 [  4091] By: jhi                                   on 1999/09/06  19:10:41
6593         Log: Integrate with Sarathy.
6594      Branch: cfgperl
6595           +> t/pragma/sub_lval.t
6596           !> (integrate 52 files)
6597 ____________________________________________________________________________
6598 [  4090] By: gsar                                  on 1999/09/06  19:09:06
6599         Log: propagate changed error text
6600      Branch: perl
6601            ! t/pragma/sub_lval.t
6602 ____________________________________________________________________________
6603 [  4089] By: gsar                                  on 1999/09/06  18:54:43
6604         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
6605      Branch: perl
6606            ! pod/perlfunc.pod
6607 ____________________________________________________________________________
6608 [  4088] By: gsar                                  on 1999/09/06  18:52:10
6609         Log: From: paul.marquess@bt.com
6610              Date: Sun, 5 Sep 1999 15:11:08 +0100 
6611              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
6612              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
6613      Branch: perl
6614            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
6615            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
6616            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
6617            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
6618            ! toke.c
6619 ____________________________________________________________________________
6620 [  4087] By: gsar                                  on 1999/09/06  18:06:06
6621         Log: change#3612 is buggy when quotemeta argument matches target
6622              (hope this is the last of the optimized-OP_SASSIGN bugs)
6623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6624              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
6625              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
6626              Subject: Re: [BUG: quotemeta]
6627      Branch: perl
6628            ! Changes op.c t/op/lex_assign.t
6629 ____________________________________________________________________________
6630 [  4086] By: gsar                                  on 1999/09/06  17:57:52
6631         Log: misc tweaks
6632      Branch: perl
6633            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
6634 ____________________________________________________________________________
6635 [  4085] By: gsar                                  on 1999/09/06  03:54:23
6636         Log: applied patch suggested by Hans Mulder to fix problems on
6637              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
6638              when they ask for bincompat (platforms that used to default
6639              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
6640              (appears unsalvageable on some platforms)
6641      Branch: perl
6642            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
6643 ____________________________________________________________________________
6644 [  4084] By: bailey                                on 1999/09/06  02:39:11
6645         Log: Integrate mainline 5.05_61
6646      Branch: vmsperl
6647           +> (branch 32 files)
6648            - lib/unicode/EthiopicSyllables.txt
6649            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
6650            - warning.pl
6651            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6652            ! vms/perly_h.vms vms/vms.c
6653           !> (integrate 346 files)
6654 ____________________________________________________________________________
6655 [  4083] By: gsar                                  on 1999/09/06  00:10:40
6656         Log: optional warning on join(/foo/...) (reworked suggested patch
6657              by Mark-Jason Dominus <mjd@plover.com>)
6658      Branch: perl
6659            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
6660            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
6661            ! pp_proto.h t/pragma/warn/op
6662 ____________________________________________________________________________
6663 [  4082] By: gsar                                  on 1999/09/05  22:28:57
6664         Log: fix data loss when more than one block is read from SDBM
6665              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
6666      Branch: perl
6667            ! ext/SDBM_File/sdbm/sdbm.c
6668 ____________________________________________________________________________
6669 [  4081] By: gsar                                  on 1999/09/05  22:07:18
6670         Log: initial implementation of lvalue subroutines (slightly fixed
6671              version of patch suggested by Ilya Zakharevich, which in turn
6672              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
6673      Branch: perl
6674            + t/pragma/sub_lval.t
6675            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
6676            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
6677            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
6678            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
6679            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
6680 ____________________________________________________________________________
6681 [  4080] By: jhi                                   on 1999/09/05  22:02:18
6682         Log: Undo #4055 (related to #4079).
6683      Branch: cfgperl
6684            ! pod/perlop.pod
6685 ____________________________________________________________________________
6686 [  4079] By: jhi                                   on 1999/09/05  21:30:54
6687         Log: Time is not yet ripe.
6688      Branch: cfgperl
6689            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
6690 ____________________________________________________________________________
6691 [  4078] By: gsar                                  on 1999/09/05  18:17:32
6692         Log: modified suggested patch to handle cross-refs and qr// objects
6693              correctly; unfollowed refs are represented as simple string
6694              value, not just the bare type; $VERSION stays the same until
6695              it is ready for prime time (avoids CPAN confustication)
6696              From:    John Nolan <jpnolan@Op.Net>
6697              Date:    Wed, 04 Aug 1999 20:21:10 EDT
6698              Message-Id: <199908050021.UAA09693@monet.op.net>
6699              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
6700      Branch: perl
6701            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6702            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
6703 ____________________________________________________________________________
6704 [  4077] By: jhi                                   on 1999/09/04  21:54:42
6705         Log: timesum() wasn't @EXPORTed as promised by the documentation.
6706              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
6707      Branch: cfgperl
6708            ! lib/Benchmark.pm
6709 ____________________________________________________________________________
6710 [  4076] By: gsar                                  on 1999/09/04  20:21:59
6711         Log: integrate cfgperl contents into mainline
6712      Branch: perl
6713           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
6714           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
6715           +> warnings.h warnings.pl xsutils.c
6716            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
6717           !> (integrate 109 files)
6718 ____________________________________________________________________________
6719 [  4075] By: jhi                                   on 1999/09/04  18:04:47
6720         Log: use integer on the problematic subtest.
6721      Branch: cfgperl
6722            ! t/op/misc.t
6723 ____________________________________________________________________________
6724 [  4074] By: jhi                                   on 1999/09/04  17:57:40
6725         Log: Warn about numconvert.t in case somebody
6726              wants to make sv_2pv more 64-bit aware.
6727      Branch: cfgperl
6728            ! sv.c
6729 ____________________________________________________________________________
6730 [  4073] By: jhi                                   on 1999/09/04  17:54:51
6731         Log: Comment upgrading: the quad situation isn't quite as
6732              bad as it used to be.
6733      Branch: cfgperl
6734            ! perl.h
6735 ____________________________________________________________________________
6736 [  4072] By: jhi                                   on 1999/09/04  15:35:37
6737         Log: Integrate with Sarathy.
6738      Branch: cfgperl
6739           !> win32/win32.c
6740 ____________________________________________________________________________
6741 [  4071] By: jhi                                   on 1999/09/04  15:28:11
6742         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
6743              
6744              From: Robin Barker <rmb1@cise.npl.co.uk>
6745              To: perl5-porters@perl.org
6746              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6747              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
6748              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
6749              
6750              and later (in private email) found to be dependent
6751              on useperlio.
6752              
6753              Mental note: the cpp magic done in perlsdio.h (and assumedly
6754              also in perlsfio.h) may cause trouble later with lfs because
6755              both the perlio scheme by Perl and the lfs support by vendors
6756              like to play cpp games to map the stdio namespace back and forth.
6757              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
6758              just the beginning.
6759      Branch: cfgperl
6760            ! perlio.c
6761 ____________________________________________________________________________
6762 [  4070] By: jhi                                   on 1999/09/04  13:12:14
6763         Log: Enable 64-bit clean bit ops.
6764              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
6765      Branch: cfgperl
6766            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
6767            ! t/op/misc.t
6768 ____________________________________________________________________________
6769 [  4069] By: jhi                                   on 1999/09/03  21:17:30
6770         Log: Turn on USE_64_BIT_OFFSETS implicitly.
6771      Branch: cfgperl
6772            ! perl.h
6773 ____________________________________________________________________________
6774 [  4068] By: jhi                                   on 1999/09/03  08:19:59
6775         Log: Fix from Spider for the sub attributes (there was an undocumented
6776              dependency between force_word() and skipspace()).
6777      Branch: cfgperl
6778            ! toke.c
6779 ____________________________________________________________________________
6780 [  4067] By: jhi                                   on 1999/09/01  23:17:06
6781         Log: From: John Tobey <spam@john-edwin-tobey.org>
6782              To: ilya@math.ohio-state.edu
6783              CC: perl5-porters@perl.org
6784              Subject: Re: [PATCH 5.005_60] distclean forgot two
6785              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
6786              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
6787      Branch: cfgperl
6788            ! t/lib/dprof.t
6789 ____________________________________________________________________________
6790 [  4066] By: jhi                                   on 1999/09/01  23:14:50
6791         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
6792              To: perl5-porters@perl.org
6793              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
6794              Date: Fri, 20 Aug 1999 15:37:27 +0100
6795              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
6796      Branch: cfgperl
6797            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
6798            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
6799            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
6800 ____________________________________________________________________________
6801 [  4065] By: jhi                                   on 1999/09/01  22:06:43
6802         Log: From: Dominic Dunlop <domo@vo.lu>
6803              To: perl5-porters@perl.org
6804              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
6805              (UNINSTALLED) [PATCH]
6806              Date: Thu, 19 Aug 1999 09:48:03 +0200
6807              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
6808              
6809              The PERL_POLLUTE_MALLOC part had to be manually applied.
6810      Branch: cfgperl
6811            ! hints/machten.sh perl.h
6812 ____________________________________________________________________________
6813 [  4064] By: jhi                                   on 1999/09/01  13:56:14
6814         Log: From: Martin Lichtin <lichtin@bivio.com>
6815              To: jhi@iki.fi
6816              CC: perl5-porters@perl.org
6817              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
6818              Date: Wed, 01 Sep 1999 15:50:04 +0200
6819              Message-ID: <37CD2F0C.944BFACE@bivio.com>
6820      Branch: cfgperl
6821            ! lib/ExtUtils/Install.pm
6822 ____________________________________________________________________________
6823 [  4063] By: jhi                                   on 1999/09/01  13:16:11
6824         Log: Enhance lfs tests: check every seek and sysseek
6825              and test also that -e and -f detect largefiles.
6826      Branch: cfgperl
6827            ! t/lib/syslfs.t t/op/lfs.t
6828 ____________________________________________________________________________
6829 [  4062] By: jhi                                   on 1999/09/01  12:08:04
6830         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
6831              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6832              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
6833              The Perl Porters Mailing List <perl5-porters@perl.org>
6834              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
6835              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
6836              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
6837      Branch: cfgperl
6838            ! pod/perldiag.pod
6839 ____________________________________________________________________________
6840 [  4061] By: jhi                                   on 1999/09/01  12:03:03
6841         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6842              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
6843              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
6844              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
6845              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
6846              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
6847      Branch: cfgperl
6848            ! op.c t/op/join.t
6849 ____________________________________________________________________________
6850 [  4060] By: jhi                                   on 1999/09/01  07:59:42
6851         Log: IV_DIG and NV_DIG fixes.
6852      Branch: cfgperl
6853            ! perl.h
6854 ____________________________________________________________________________
6855 [  4059] By: jhi                                   on 1999/08/31  14:47:18
6856         Log: \C{} -> \N{} residue.
6857      Branch: cfgperl
6858            ! toke.c
6859 ____________________________________________________________________________
6860 [  4057] By: gsar                                  on 1999/08/30  22:08:19
6861         Log: avoid hiding child process window
6862      Branch: perl
6863            ! win32/win32.c
6864 ____________________________________________________________________________
6865 [  4055] By: jhi                                   on 1999/08/30  21:20:50
6866         Log: Document the undefinedness of overshifting.
6867      Branch: cfgperl
6868            ! pod/perlop.pod
6869 ____________________________________________________________________________
6870 [  4054] By: jhi                                   on 1999/08/30  20:18:18
6871         Log: History fixes and updates.
6872      Branch: cfgperl
6873            ! pod/perlhist.pod
6874 ____________________________________________________________________________
6875 [  4053] By: jhi                                   on 1999/08/30  19:34:02
6876         Log: Shell quoting thinko broke installdirs.
6877              From: JVromans@Squirrel.nl (Johan Vromans)
6878              To: perl5-porters@perl.org
6879              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
6880              installprefix
6881              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
6882              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
6883      Branch: cfgperl
6884            ! Configure config_h.SH
6885      Branch: metaconfig
6886            ! U/installdirs/archlib.U U/installdirs/bin.U
6887            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
6888            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
6889            ! U/installdirs/man3dir.U U/installdirs/privlib.U
6890            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
6891            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
6892            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
6893            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
6894            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6895            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6896            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6897            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6898            ! U/installdirs/vendorscriptdir.U
6899 ____________________________________________________________________________
6900 [  4052] By: jhi                                   on 1999/08/30  02:57:05
6901         Log: Use \N{named characters} instead of \C.
6902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6903              To: jhi@iki.fi
6904              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
6905              perl5-porters@perl.org (Mailing list Perl5)
6906              Subject: Re: [PATCH 5.005_58] Named characters in Perl
6907              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
6908              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
6909      Branch: cfgperl
6910            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
6911            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
6912 ____________________________________________________________________________
6913 [  4051] By: jhi                                   on 1999/08/30  02:54:20
6914         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
6915              To: perl5-porters@perl.org
6916              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
6917              don't mix
6918              Date: Sun, 29 Aug 1999 19:04:53 -0400
6919              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
6920      Branch: cfgperl
6921            ! universal.c
6922 ____________________________________________________________________________
6923 [  4050] By: jhi                                   on 1999/08/29  16:38:58
6924         Log: Conditionally socksify the LIBS of Socket.
6925      Branch: cfgperl
6926            ! ext/Socket/Makefile.PL
6927 ____________________________________________________________________________
6928 [  4049] By: jhi                                   on 1999/08/29  15:33:30
6929         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6930              To: Mailing list Perl5 <perl5-porters@perl.org>
6931              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
6932              Date: Wed, 25 Aug 1999 16:19:58 -0400
6933              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
6934      Branch: cfgperl
6935            ! lib/perl5db.pl
6936 ____________________________________________________________________________
6937 [  4048] By: jhi                                   on 1999/08/29  15:31:36
6938         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
6939              To: perl5-porters@perl.org
6940              Subject: [PATCH _61] Lost arguments to simplified sort
6941              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
6942              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
6943      Branch: cfgperl
6944            ! op.c t/op/sort.t
6945 ____________________________________________________________________________
6946 [  4047] By: jhi                                   on 1999/08/29  15:29:29
6947         Log: From: Olaf Flebbe <olaf@science-computing.de>
6948              Sender: owner-perl5-porters@perl.org
6949              To: perl5-porters@perl.org
6950              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
6951              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
6952      Branch: cfgperl
6953            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
6954            ! epoc/perl.mmp epoc/perl.pkg
6955 ____________________________________________________________________________
6956 [  4046] By: jhi                                   on 1999/08/29  15:21:18
6957         Log: From: pvhp@forte.com (Peter Prymmer)
6958              To: perl5-porters@perl.org
6959              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
6960              Date: Fri, 27 Aug 99 18:51:04 PDT
6961              Message-Id: <9908280151.AA05010@forte.com>
6962      Branch: cfgperl
6963            ! t/lib/cgi-html.t
6964 ____________________________________________________________________________
6965 [  4045] By: jhi                                   on 1999/08/29  15:18:38
6966         Log: Fix scalar gmtime (and localtime) in quad environments,
6967              bug reported by Robin Parker.
6968              
6969              From: Robin Barker <rmb1@cise.npl.co.uk>
6970              To: jhi@iki.fi
6971              Cc: perl5-porters@perl.org
6972              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
6973              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
6974              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
6975      Branch: cfgperl
6976            ! pp_sys.c t/op/time.t
6977 ____________________________________________________________________________
6978 [  4044] By: jhi                                   on 1999/08/29  11:24:03
6979         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6980              To: perl5-porters@perl.org (Mailing list Perl5)
6981              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
6982              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
6983              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
6984              
6985              Addendum: it's "only" 33% speedup.
6986      Branch: cfgperl
6987            ! dump.c op.c op.h pp.h
6988 ____________________________________________________________________________
6989 [  4043] By: jhi                                   on 1999/08/29  11:10:33
6990         Log: From: spider-perl@Orb.Nashua.NH.US
6991              To: Mailing list Perl5 <perl5-porters@perl.org>
6992              Subject: [PATCH 5.005_61 CORE] sub : attrlist
6993              Date: Sun, 29 Aug 1999 03:02:11 -0400
6994              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
6995      Branch: cfgperl
6996            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
6997            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
6998            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
6999            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
7000            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
7001            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
7002            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
7003 ____________________________________________________________________________
7004 [  4042] By: jhi                                   on 1999/08/29  11:08:50
7005         Log: Turn off gcc-2.95's strict-alias optimization.
7006              This, of course, should be only temporary.
7007              From Andy Dougherty.
7008      Branch: cfgperl
7009            ! Configure config_h.SH
7010      Branch: metaconfig
7011            ! U/compline/ccflags.U U/modified/cc.U
7012 ____________________________________________________________________________
7013 [  4041] By: jhi                                   on 1999/08/29  10:47:30
7014         Log: Fix a typo in #4036.
7015      Branch: cfgperl
7016            ! mg.c
7017 ____________________________________________________________________________
7018 [  4040] By: jhi                                   on 1999/08/29  10:34:58
7019         Log: Add a missing #endif forgotten by #4035.
7020      Branch: cfgperl
7021            ! doop.c
7022 ____________________________________________________________________________
7023 [  4039] By: jhi                                   on 1999/08/29  10:31:19
7024         Log: Remove an extra #endif introduced by #4036.
7025      Branch: cfgperl
7026            ! perl.h
7027 ____________________________________________________________________________
7028 [  4038] By: jhi                                   on 1999/08/29  10:18:59
7029         Log: Rename warning to warnings, from Paul Marquess.
7030      Branch: cfgperl
7031            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
7032            + t/pragma/warnings.t warnings.h warnings.pl
7033            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7034            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
7035            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
7036            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
7037            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
7038            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
7039            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
7040            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7041            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7042            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7043            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7044            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7045            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
7046 ____________________________________________________________________________
7047 [  4037] By: jhi                                   on 1999/08/29  10:08:47
7048         Log: Create the equivalence tables based on
7049              the real Unicode decomposition, not on
7050              the character name.
7051      Branch: cfgperl
7052            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7053            ! lib/unicode/mktables.PL
7054 ____________________________________________________________________________
7055 [  4036] By: jhi                                   on 1999/08/29  09:29:08
7056         Log: Integrate with Sarathy.
7057      Branch: cfgperl
7058           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7059           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7060           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7061           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7062           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7063           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7064           !> (integrate 190 files)
7065 ____________________________________________________________________________
7066 [  4035] By: jhi                                   on 1999/08/29  08:56:15
7067         Log: Implement 64-bit vec().
7068      Branch: cfgperl
7069            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7070            ! pp.h t/op/64bit.t
7071 ____________________________________________________________________________
7072 [  4034] By: gsar                                  on 1999/08/29  03:35:18
7073         Log: deadcode removal
7074      Branch: perl
7075            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
7076            ! pp_ctl.c proto.h run.c sv.c
7077 ____________________________________________________________________________
7078 [  4033] By: jhi                                   on 1999/08/28  17:31:07
7079         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7080              To: perl5-porters@perl.org
7081              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7082              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7083              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7084      Branch: cfgperl
7085            ! perl.h
7086 ____________________________________________________________________________
7087 [  4032] By: gsar                                  on 1999/08/26  23:53:33
7088         Log: new thread should set current interp in TLS
7089      Branch: perl
7090            ! ext/Thread/Thread.xs
7091 ____________________________________________________________________________
7092 [  4031] By: bailey                                on 1999/08/23  03:40:07
7093         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
7094      Branch: vmsperl
7095            ! lib/ExtUtils/MM_VMS.pm
7096 ____________________________________________________________________________
7097 [  4030] By: bailey                                on 1999/08/23  03:37:43
7098         Log: Patch up holes in realclean target
7099      Branch: vmsperl
7100            ! vms/descrip_mms.template
7101 ____________________________________________________________________________
7102 [  4029] By: bailey                                on 1999/08/23  03:36:24
7103         Log: Fix handling of PERL_POLLUTE
7104      Branch: vmsperl
7105            ! lib/ExtUtils/MM_VMS.pm
7106 ____________________________________________________________________________
7107 [  4028] By: bailey                                on 1999/08/23  03:34:08
7108         Log: Update VMS version of perly.h
7109      Branch: vmsperl
7110            ! vms/perly_h.vms
7111 ____________________________________________________________________________
7112 [  4027] By: bailey                                on 1999/08/23  03:32:45
7113         Log: Update dependencies in Descrip.MMS
7114      Branch: vmsperl
7115            ! vms/descrip_mms.template
7116 ____________________________________________________________________________
7117 [  4026] By: bailey                                on 1999/08/23  03:30:01
7118         Log: Fix prototypes in perlapi.c (64-bit?)
7119              Clear prior definition of getenv_len before defining VMS-specific macro
7120      Branch: vmsperl
7121            ! perlapi.c vms/vmsish.h
7122 ____________________________________________________________________________
7123 [  4025] By: bailey                                on 1999/08/23  03:25:51
7124         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7125      Branch: vmsperl
7126            ! configure.com
7127 ____________________________________________________________________________
7128 [  4024] By: bailey                                on 1999/08/23  03:23:34
7129         Log: Skip open() tests that rely on Unix fork semantics
7130      Branch: vmsperl
7131            ! t/io/open.t
7132 ____________________________________________________________________________
7133 [  4023] By: bailey                                on 1999/08/23  03:21:46
7134         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7135      Branch: vmsperl
7136            ! vms/gen_shrfls.pl
7137 ____________________________________________________________________________
7138 [  4022] By: bailey                                on 1999/08/23  03:17:33
7139         Log: update MM_VMS to use new File::Spec routines
7140      Branch: vmsperl
7141            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7142 ____________________________________________________________________________
7143 [  4021] By: bailey                                on 1999/08/23  03:13:40
7144         Log: byteperl is now part of the ByteLoader ext
7145      Branch: vmsperl
7146            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7147 ____________________________________________________________________________
7148 [  4020] By: bailey                                on 1999/08/23  03:10:41
7149         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7150      Branch: vmsperl
7151            ! vms/vms.c
7152 ____________________________________________________________________________
7153 [  4019] By: bailey                                on 1999/08/23  03:07:28
7154         Log: Update calls for new thread context handling
7155      Branch: vmsperl
7156            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7157            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7158 ____________________________________________________________________________
7159 [  4018] By: bailey                                on 1999/08/23  03:01:31
7160         Log: Allow for file versions in library when looking for .bs files
7161      Branch: vmsperl
7162            ! ext/DynaLoader/DynaLoader_pm.PL
7163 ____________________________________________________________________________
7164 [  4017] By: bailey                                on 1999/08/23  02:58:55
7165         Log: Update VMS configuration procedures for 5.005_60
7166      Branch: vmsperl
7167            ! configure.com vms/subconfigure.com
7168 ____________________________________________________________________________
7169 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7170         Log: update Changes
7171      Branch: perl
7172            ! Changes
7173
7174 ----------------
7175 Version 5.005_61
7176 ----------------
7177
7178 ____________________________________________________________________________
7179 [  4015] By: gsar                                  on 1999/08/20  22:17:41
7180         Log: perl_free() should use PerlMem_free()
7181      Branch: perl
7182            ! perl.c
7183 ____________________________________________________________________________
7184 [  4014] By: gsar                                  on 1999/08/20  22:10:46
7185         Log: win32 tweaks
7186      Branch: perl
7187            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
7188            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7189            ! win32/config_H.vc
7190 ____________________________________________________________________________
7191 [  4013] By: gsar                                  on 1999/08/20  22:09:56
7192         Log: DEBUG_m() adjusted to internalize dTHX
7193      Branch: perl
7194            ! malloc.c perl.h util.c
7195 ____________________________________________________________________________
7196 [  4012] By: gsar                                  on 1999/08/20  17:51:06
7197         Log: make autogenerated files writable
7198      Branch: perl
7199            ! (edit 171 files)
7200 ____________________________________________________________________________
7201 [  4011] By: gsar                                  on 1999/08/20  17:43:47
7202         Log: update Changes
7203      Branch: perl
7204            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
7205 ____________________________________________________________________________
7206 [  4010] By: gsar                                  on 1999/08/20  17:21:53
7207         Log: up patchlevel &c
7208      Branch: perl
7209            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7210            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7211 ____________________________________________________________________________
7212 [  4009] By: gsar                                  on 1999/08/20  16:46:26
7213         Log: add missing Is/Syl*.pl files
7214      Branch: perl
7215            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7216            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7217            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7218            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7219            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7220            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7221 ____________________________________________________________________________
7222 [  4008] By: gsar                                  on 1999/08/20  16:31:02
7223         Log: integrate cfgperl contents into mainline
7224      Branch: perl
7225           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
7226           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7227           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
7228           +> t/op/lfs.t
7229            - lib/unicode/EthiopicSyllables.txt
7230            - lib/unicode/MakeEthiopicSyllables.PL
7231           !> (integrate 261 files)
7232 ____________________________________________________________________________
7233 [  4007] By: gsar                                  on 1999/08/20  15:24:08
7234         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
7235              USE_THREADS and MULTIPLICITY; minor pod adjustments
7236      Branch: perl
7237            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
7238            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
7239 ____________________________________________________________________________
7240 [  4006] By: jhi                                   on 1999/08/19  19:01:41
7241         Log: Tighten the vec() code so that naughty BITS cause an error.
7242      Branch: cfgperl
7243            ! doop.c
7244 ____________________________________________________________________________
7245 [  4005] By: jhi                                   on 1999/08/19  15:55:09
7246         Log: Don't document ill-defined vec() bits cases
7247              (for which the code doesn't work right in any case)
7248      Branch: cfgperl
7249            ! pod/perldiag.pod pod/perlfunc.pod
7250 ____________________________________________________________________________
7251 [  4004] By: jhi                                   on 1999/08/19  12:49:41
7252         Log: Removed duplicated code (in pp.c and mg.c) by introducing
7253              do_vecget().  NOTE: the calling convention of do_vecset()
7254              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
7255              in pp_vec() is no more multiplied by `size' in pp_vec(),
7256              the multiplication is now done in do_vecset().
7257              
7258              Also fix a cpp thinko in change #4002.
7259      Branch: cfgperl
7260            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
7261            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
7262            ! proto.h
7263 ____________________________________________________________________________
7264 [  4003] By: jhi                                   on 1999/08/18  08:27:22
7265         Log: Warn about small spherical distances.
7266      Branch: cfgperl
7267            ! lib/Math/Trig.pm
7268 ____________________________________________________________________________
7269 [  4002] By: jhi                                   on 1999/08/17  09:11:51
7270         Log: Enhance IV_FITS_IN_IV (though it's still unused).
7271      Branch: cfgperl
7272            ! perl.h
7273 ____________________________________________________________________________
7274 [  4001] By: jhi                                   on 1999/08/17  08:13:34
7275         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7276              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
7277              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
7278              Subject: [PATCH] overload.pm str/num confu
7279              Date: 17 Aug 1999 08:21:12 +0200
7280      Branch: cfgperl
7281            ! lib/overload.pm
7282 ____________________________________________________________________________
7283 [  4000] By: jhi                                   on 1999/08/17  07:20:23
7284         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
7285              To: perl5-porters@perl.org
7286              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
7287              Date: 16 Aug 1999 14:24:28 -0700
7288              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
7289      Branch: cfgperl
7290            ! pod/perlobj.pod
7291 ____________________________________________________________________________
7292 [  3999] By: jhi                                   on 1999/08/16  19:49:09
7293         Log: Integrate with Nick.
7294      Branch: cfgperl
7295           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
7296 ____________________________________________________________________________
7297 [  3998] By: jhi                                   on 1999/08/16  19:44:29
7298         Log: Fix most of the pod2man moanings reported in
7299              
7300              From: "Larry W. Virden" <lvirden@cas.org>
7301              To: perl5-porters@perl.org
7302              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
7303              (UNINSTALLED)
7304              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
7305              Message-Id: <199908031935.PAA27692@cas.org>
7306              
7307              Configure regen'ed.
7308      Branch: cfgperl
7309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7310            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
7311            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
7312            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
7313            ! utils/h2xs.PL utils/perlcc.PL
7314 ____________________________________________________________________________
7315 [  3997] By: jhi                                   on 1999/08/16  19:20:37
7316         Log: A fix of sorts for the flush-before-dup scenario.
7317      Branch: cfgperl
7318            ! doio.c
7319 ____________________________________________________________________________
7320 [  3996] By: jhi                                   on 1999/08/16  19:14:37
7321         Log: More paranoia.
7322      Branch: cfgperl
7323            ! sv.c
7324 ____________________________________________________________________________
7325 [  3995] By: jhi                                   on 1999/08/16  18:55:35
7326         Log: Batch of small 64-bit/long double/large file support tweaks:
7327              - scan for LDBL_DIG
7328              - from DBL_DIG and LDBL_DIG select NV_DIG
7329              - introduce IVSIZE, UVSIZE, NVSIZE
7330              - introduce IV_DIG
7331              - remove stdio64
7332              - AIX uses `oslevel` when others use `uname -r`
7333              - already AIX 4.2 goes 64-bit
7334              - in HP-UX require the 64-bit libc, just the directory isn't enough
7335              - group ids are not NVs
7336              - #undef USE_LONG_DOUBLE if long double is no better than double
7337              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
7338              - mention large file support in perldelta
7339              - introduce quad TOPpin' and POPpin'
7340              - the svcat... buffer was tiny for printing quads in %b
7341              - fix the multiplication test in 64bit.t
7342              - try to make VMS to comply with all this removal and "introducal"
7343              of symbols
7344      Branch: cfgperl
7345            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
7346            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
7347            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
7348      Branch: metaconfig
7349            ! U/modified/d_longdbl.U
7350      Branch: metaconfig/U/perl
7351            + d_ldbl_dig.U
7352 ____________________________________________________________________________
7353 [  3994] By: jhi                                   on 1999/08/16  07:53:44
7354         Log: More Configure/subconfigure.com syncing.
7355      Branch: cfgperl
7356            ! vms/subconfigure.com
7357 ____________________________________________________________________________
7358 [  3993] By: jhi                                   on 1999/08/14  22:09:26
7359         Log: Remove from VMS what the change #3982 took away from Configure lands.
7360      Branch: cfgperl
7361            ! vms/subconfigure.com
7362 ____________________________________________________________________________
7363 [  3992] By: jhi                                   on 1999/08/14  13:29:13
7364         Log: Small test tweaks.
7365      Branch: cfgperl
7366            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
7367 ____________________________________________________________________________
7368 [  3991] By: jhi                                   on 1999/08/14  13:08:41
7369         Log: Augment filesize limit note.
7370      Branch: cfgperl
7371            ! doio.c
7372 ____________________________________________________________________________
7373 [  3990] By: jhi                                   on 1999/08/14  13:06:12
7374         Log: Note about filesize limits.
7375      Branch: cfgperl
7376            ! doio.c pp_sys.c
7377 ____________________________________________________________________________
7378 [  3989] By: jhi                                   on 1999/08/14  11:31:58
7379         Log: Catch the case of filesize limits.
7380      Branch: cfgperl
7381            ! t/lib/syslfs.t t/op/lfs.t
7382 ____________________________________________________________________________
7383 [  3988] By: nick                                  on 1999/08/14  09:20:58
7384         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
7385              this causes a POPSTACK panic. The problem seems to be that although
7386              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
7387              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
7388              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
7389              messing with CATCH_SET() in call_sv, use it in perl_vdie().
7390              Add test to op/eval.t which will fail (panic) if bug comes back.
7391              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
7392      Branch: perl
7393            ! cop.h perl.c t/op/eval.t util.c
7394 ____________________________________________________________________________
7395 [  3987] By: jhi                                   on 1999/08/13  23:57:52
7396         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7397              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
7398              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
7399              Date: Fri, 13 Aug 1999 17:42:47 -0500
7400              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
7401      Branch: cfgperl
7402            ! lib/ExtUtils/MM_VMS.pm
7403 ____________________________________________________________________________
7404 [  3986] By: jhi                                   on 1999/08/13  23:56:44
7405         Log: Don't quit before printing out the message.
7406      Branch: cfgperl
7407            ! t/lib/syslfs.t t/op/lfs.t
7408 ____________________________________________________________________________
7409 [  3985] By: jhi                                   on 1999/08/13  23:35:49
7410         Log: Remove more t/ trash on target "clean".
7411      Branch: cfgperl
7412            ! Makefile.SH
7413 ____________________________________________________________________________
7414 [  3984] By: jhi                                   on 1999/08/13  23:02:53
7415         Log: Avoid double long double. 
7416      Branch: cfgperl
7417            ! Configure config_h.SH
7418      Branch: metaconfig/U/perl
7419            ! uselongdbl.U
7420 ____________________________________________________________________________
7421 [  3983] By: jhi                                   on 1999/08/13  22:59:56
7422         Log: BYTEORDER fix.
7423      Branch: cfgperl
7424            ! Configure config_h.SH
7425      Branch: metaconfig
7426            ! U/compline/byteorder.U
7427 ____________________________________________________________________________
7428 [  3982] By: jhi                                   on 1999/08/13  22:48:40
7429         Log: Jumbo Configure and large file support update.
7430              Remove a lot of unneeded 64-bitness cruft;
7431              re-introduce BYTEORDER; update 64-bitness hints;
7432              lfs should now work in Solaris; long doubles in AIX.
7433      Branch: cfgperl
7434            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
7435            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
7436            ! perlsdio.h pp.h pp_sys.c
7437      Branch: metaconfig
7438            ! U/compline/byteorder.U U/compline/ccflags.U
7439      Branch: metaconfig/U/perl
7440            ! d_dlsymun.U io64.U uselongdbl.U
7441 ____________________________________________________________________________
7442 [  3980] By: jhi                                   on 1999/08/13  15:09:11
7443         Log: Introduce HAS_LLSEEK.
7444      Branch: cfgperl
7445            ! Configure config_h.SH perl.h
7446 ____________________________________________________________________________
7447 [  3979] By: jhi                                   on 1999/08/13  14:29:47
7448         Log: From: <dan@sidhe.org>
7449              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
7450              sarathy@activestate.com
7451              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
7452              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
7453              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
7454      Branch: cfgperl
7455            ! vms/vms.c
7456 ____________________________________________________________________________
7457 [  3978] By: jhi                                   on 1999/08/13  09:56:46
7458         Log: Make the 64-bit tests more paranoid.
7459      Branch: cfgperl
7460            ! t/op/64bit.t
7461 ____________________________________________________________________________
7462 [  3976] By: jhi                                   on 1999/08/12  21:49:16
7463         Log: IRIX64 needs more -mabi=64 with gcc.
7464      Branch: cfgperl
7465            ! hints/irix_6.sh
7466 ____________________________________________________________________________
7467 [  3975] By: jhi                                   on 1999/08/12  21:02:03
7468         Log: Reincarnate change #3967, now in more modest form.
7469      Branch: cfgperl
7470            ! hints/irix_6.sh
7471 ____________________________________________________________________________
7472 [  3974] By: jhi                                   on 1999/08/12  20:49:36
7473         Log: Remove rt from libswanted (I added it many moons ago
7474              when I thought it would be useful in Digital UNIX,
7475              I was wrong); undo the recent IRIX hints changes,
7476              getting rid of one warning brought new ones.
7477      Branch: cfgperl
7478            ! Configure config_h.SH hints/irix_6.sh
7479      Branch: metaconfig
7480            ! U/modified/Myinit.U
7481 ____________________________________________________________________________
7482 [  3973] By: jhi                                   on 1999/08/12  19:42:53
7483         Log: st_blocks is in 512 byte blocks.
7484      Branch: cfgperl
7485            ! t/lib/syslfs.t t/op/lfs.t
7486 ____________________________________________________________________________
7487 [  3972] By: jhi                                   on 1999/08/12  19:27:31
7488         Log: Don't claim defeat too early.
7489      Branch: cfgperl
7490            ! Configure config_h.SH
7491      Branch: metaconfig/U/perl
7492            ! longdblfio.U
7493 ____________________________________________________________________________
7494 [  3971] By: jhi                                   on 1999/08/12  19:24:14
7495         Log: IRIX 64-bit hint tweak. 
7496      Branch: cfgperl
7497            ! hints/irix_6.sh
7498 ____________________________________________________________________________
7499 [  3970] By: nick                                  on 1999/08/12  19:17:20
7500         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7501              tests i.e. RV2AV and RV2HV
7502      Branch: perl
7503            ! op.c t/pragma/warn/op
7504 ____________________________________________________________________________
7505 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7506         Log: Add Configure -Duselongdouble and add a missing semicolon.
7507      Branch: cfgperl
7508            ! Configure config_h.SH sv.c
7509      Branch: metaconfig/U/perl
7510            + uselongdbl.U
7511 ____________________________________________________________________________
7512 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7513         Log: Simply exit() early if lfs support seems unlikely.
7514      Branch: cfgperl
7515            ! t/lib/syslfs.t t/op/lfs.t
7516 ____________________________________________________________________________
7517 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7518         Log: Suffer silently for unused libraries.
7519      Branch: cfgperl
7520            ! hints/irix_6.sh
7521 ____________________________________________________________________________
7522 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7523         Log: Update MANIFEST to follow change #3965.
7524      Branch: cfgperl
7525            ! MANIFEST
7526 ____________________________________________________________________________
7527 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7528         Log: Regenerate Unicode tables based on new syllable lists
7529              from Daniel Yacob.
7530      Branch: cfgperl
7531            ! (edit 159 files)
7532 ____________________________________________________________________________
7533 [  3964] By: jhi                                   on 1999/08/12  10:06:24
7534         Log: Remove more spurious casting.
7535      Branch: cfgperl
7536            ! pp_sys.c
7537 ____________________________________________________________________________
7538 [  3963] By: jhi                                   on 1999/08/12  08:18:53
7539         Log: Minor niggles on the lfs tests.
7540      Branch: cfgperl
7541            ! t/lib/syslfs.t t/op/lfs.t
7542 ____________________________________________________________________________
7543 [  3962] By: jhi                                   on 1999/08/11  22:48:25
7544         Log: Don't bother with lfs testing if off_t is too small.
7545      Branch: cfgperl
7546            ! t/lib/syslfs.t t/op/lfs.t
7547 ____________________________________________________________________________
7548 [  3961] By: jhi                                   on 1999/08/11  22:22:54
7549         Log: Long double patches from Dan Sugalski.
7550      Branch: cfgperl
7551            ! sv.c
7552 ____________________________________________________________________________
7553 [  3960] By: jhi                                   on 1999/08/11  22:17:55
7554         Log: Flush buffer before duplicating file descriptor.
7555              
7556              From: Mark-Jason Dominus <mjd@plover.com>
7557              To: Graham Barr <gbarr@pobox.com>
7558              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
7559              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
7560              Date: Wed, 11 Aug 1999 15:56:09 -0400
7561              Message-ID: <19990811195610.5933.qmail@plover.com>
7562              
7563              From: Mark-Jason Dominus <mjd@plover.com>
7564              To: perl5-porters@perl.org
7565              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
7566              Date: Wed, 11 Aug 1999 16:05:46 -0400
7567              Message-ID: <19990811200546.6165.qmail@plover.com>
7568      Branch: cfgperl
7569            ! doio.c pod/perldelta.pod
7570 ____________________________________________________________________________
7571 [  3959] By: jhi                                   on 1999/08/11  22:11:35
7572         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
7573              
7574              From: "Craig A. Berry" <craig.berry@metamor.com>
7575              Sender: owner-perl5-porters@perl.org
7576              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
7577              bailey@newman.upenn.edu
7578              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
7579              problem
7580              Date: Wed, 11 Aug 1999 14:31:11 -0500
7581              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
7582      Branch: cfgperl
7583            ! vms/vms.c
7584 ____________________________________________________________________________
7585 [  3958] By: jhi                                   on 1999/08/11  15:35:45
7586         Log: Add a hopefully comforting message if there seems to be no LFS. 
7587              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
7588              The tests will fail on lfs tests only if quad is available,
7589              if ENOQUAD, the lfs tests will be skipped.
7590      Branch: cfgperl
7591            ! t/lib/syslfs.t t/op/lfs.t
7592 ____________________________________________________________________________
7593 [  3957] By: jhi                                   on 1999/08/11  12:25:59
7594         Log: Unapply an experimental patch that accidentally escaped
7595              from the lab by piggybacking with the change #3955.
7596      Branch: cfgperl
7597            ! pp.c pp.h pp_hot.c
7598 ____________________________________________________________________________
7599 [  3956] By: jhi                                   on 1999/08/11  08:19:23
7600         Log: Add sysio large file support testing.
7601      Branch: cfgperl
7602            + t/lib/syslfs.t
7603            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
7604 ____________________________________________________________________________
7605 [  3955] By: jhi                                   on 1999/08/10  22:39:11
7606         Log: From: <dan@sidhe.org>
7607              To: vmsperl@perl.org, perl5-porters@perl.org,
7608              sarathy@activestate.com, bailey@newman.upenn.edu
7609              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
7610              threads on VMS
7611              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
7612              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
7613      Branch: cfgperl
7614            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7615            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
7616            ! vms/writemain.pl
7617 ____________________________________________________________________________
7618 [  3954] By: jhi                                   on 1999/08/10  20:37:55
7619         Log: LFS testing robustness.
7620      Branch: cfgperl
7621            ! t/op/lfs.t
7622 ____________________________________________________________________________
7623 [  3953] By: jhi                                   on 1999/08/10  19:54:50
7624         Log: From: <dan@sidhe.org>
7625              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
7626              sarathy@activestate.com
7627              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
7628              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
7629              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
7630      Branch: cfgperl
7631            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7632            ! vms/subconfigure.com vms/vmsish.h
7633 ____________________________________________________________________________
7634 [  3952] By: jhi                                   on 1999/08/10  17:18:57
7635         Log: AIX is different, again.  Now in cc -E output.
7636      Branch: cfgperl
7637            ! Configure config_h.SH
7638      Branch: metaconfig
7639            ! U/modified/cppstdin.U
7640 ____________________________________________________________________________
7641 [  3951] By: jhi                                   on 1999/08/10  14:37:08
7642         Log: Use Pid_t on pgrp matters.
7643      Branch: cfgperl
7644            ! pp_sys.c
7645 ____________________________________________________________________________
7646 [  3950] By: jhi                                   on 1999/08/10  14:35:30
7647         Log: Use Pid_t.
7648      Branch: cfgperl
7649            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7650            ! pp_sys.c proto.h util.c
7651 ____________________________________________________________________________
7652 [  3949] By: jhi                                   on 1999/08/10  14:11:15
7653         Log: Use Mode_t.
7654      Branch: cfgperl
7655            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
7656            ! perlapi.h pp_sys.c proto.h
7657 ____________________________________________________________________________
7658 [  3948] By: jhi                                   on 1999/08/10  13:53:19
7659         Log: Small perlbug doc tweaks from Jon Orwant.
7660      Branch: cfgperl
7661            ! utils/perlbug.PL
7662 ____________________________________________________________________________
7663 [  3947] By: jhi                                   on 1999/08/10  09:55:11
7664         Log: Large file support testing.
7665      Branch: cfgperl
7666            + t/op/lfs.t
7667            ! MANIFEST t/op/64bit.t
7668 ____________________________________________________________________________
7669 [  3946] By: jhi                                   on 1999/08/10  09:13:54
7670         Log: Remove I32 casting from time-related functions.
7671      Branch: cfgperl
7672            ! pp_sys.c
7673 ____________________________________________________________________________
7674 [  3945] By: jhi                                   on 1999/08/10  09:06:42
7675         Log: Gratuitous uid and gid casts to I32s and ints removed.
7676              There are still problem spots in printfing such ids:
7677              width (%d vs %ld) and signedness %d vs %u.
7678      Branch: cfgperl
7679            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
7680            ! perl.c perlapi.c pp_hot.c proto.h
7681 ____________________________________________________________________________
7682 [  3944] By: jhi                                   on 1999/08/10  07:43:03
7683         Log: Remove I32 casts from pp_stat, these make stat()
7684              very broken e.g. on files larger than 2 gigabytes.
7685              Reported by
7686              From: Phil Lobbes <phil@finchcomputer.com>
7687              To: perl5-porters@perl.org
7688              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
7689              UNIX Perl 5.005_03
7690              Date: Mon, 09 Aug 1999 21:38:54 -0700
7691              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
7692              
7693              There are more of these I32 casts all over pp_sys.c,
7694              all of them should be checked.
7695      Branch: cfgperl
7696            ! pp_sys.c
7697 ____________________________________________________________________________
7698 [  3943] By: jhi                                   on 1999/08/10  07:38:30
7699         Log: Remove blathering.
7700      Branch: cfgperl
7701            ! lib/unicode/mktables.PL
7702 ____________________________________________________________________________
7703 [  3942] By: jhi                                   on 1999/08/09  20:35:13
7704         Log: lexwarn maintenance: new warning class unsafe
7705              subclasses 'overflow' and 'portable' created,
7706              used by the recent integer overflow warnings.
7707              Class syntax subclass 'octal' renamed to 'digit',
7708              binary and hexadecimal parsing errors also 'digit' warnings.
7709      Branch: cfgperl
7710            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
7711            ! util.c warning.h warning.pl
7712 ____________________________________________________________________________
7713 [  3941] By: jhi                                   on 1999/08/09  10:40:47
7714         Log: Integrate with Nick.
7715      Branch: cfgperl
7716           +> opnames.h
7717           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
7718           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
7719 ____________________________________________________________________________
7720 [  3940] By: jhi                                   on 1999/08/09  10:32:43
7721         Log: Regenerate the Unicode tables after having updated the Unicode
7722              database (change #3939).
7723      Branch: cfgperl
7724            ! (edit 157 files)
7725 ____________________________________________________________________________
7726 [  3939] By: jhi                                   on 1999/08/09  10:27:22
7727         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
7728      Branch: cfgperl
7729            ! lib/unicode/UnicodeData-Latest.txt
7730 ____________________________________________________________________________
7731 [  3938] By: jhi                                   on 1999/08/09  10:25:54
7732         Log: Ethiopic changes via private email from Daniel Yacob,
7733              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
7734              Canadian Syllabics and Yi under construction.
7735      Branch: cfgperl
7736            + lib/unicode/syllables.txt
7737            - lib/unicode/EthiopicSyllables.txt
7738            - lib/unicode/MakeEthiopicSyllables.PL
7739            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
7740            ! lib/unicode/mktables.PL
7741 ____________________________________________________________________________
7742 [  3937] By: jhi                                   on 1999/08/09  10:21:51
7743         Log: Move the equivalence class creation last.
7744      Branch: cfgperl
7745            ! lib/unicode/mktables.PL
7746 ____________________________________________________________________________
7747 [  3936] By: jhi                                   on 1999/08/09  10:20:40
7748         Log: Compute equivalence classes (diacritics stripping) only
7749              for letters, not for ligatures.
7750      Branch: cfgperl
7751            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7752            ! lib/unicode/mktables.PL
7753 ____________________________________________________________________________
7754 [  3935] By: nick                                  on 1999/08/08  13:53:57
7755         Log: Will now correctly re-call 
7756              bootstrap "Foo";
7757              if requested. This should allow build on Win32 and other
7758              platforms where you cannot link to loadables directly.
7759      Branch: perl
7760            ! ext/B/B/C.pm
7761 ____________________________________________________________________________
7762 [  3934] By: nick                                  on 1999/08/07  12:23:55
7763         Log: Vishal Bhatia <vishalb@my-deja.com>
7764              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
7765              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
7766      Branch: perl
7767            ! ext/B/B/CC.pm
7768 ____________________________________________________________________________
7769 [  3933] By: nick                                  on 1999/08/07  12:19:46
7770         Log: B::C changes to get simple Tk app. compiling again
7771      Branch: perl
7772            ! ext/B/B/C.pm
7773 ____________________________________________________________________________
7774 [  3932] By: jhi                                   on 1999/08/06  21:17:16
7775         Log: Regen Configure to include change #3915.
7776      Branch: cfgperl
7777            ! Configure config_h.SH
7778 ____________________________________________________________________________
7779 [  3931] By: jhi                                   on 1999/08/06  18:52:57
7780         Log: Todo update.
7781      Branch: cfgperl
7782            ! Todo Todo-5.005 lib/unicode/mktables.PL
7783 ____________________________________________________________________________
7784 [  3930] By: jhi                                   on 1999/08/06  13:13:05
7785         Log: Character class equivalence tables.
7786      Branch: cfgperl
7787            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7788            ! MANIFEST lib/unicode/mktables.PL
7789 ____________________________________________________________________________
7790 [  3929] By: jhi                                   on 1999/08/06  11:59:11
7791         Log: More Fcntl constants.  (This process really needs
7792              to be automated, at least partly, see the Errno extension.)
7793              Now also the SEEK_ constants are available via the Fcntl.
7794              Yes, this is redundant (IO::Seekable and POSIX supply them already),
7795              but now Fcntl is a one-stop shopping mall for all your
7796              file-related constants.    
7797      Branch: cfgperl
7798            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
7799 ____________________________________________________________________________
7800 [  3928] By: jhi                                   on 1999/08/06  08:08:03
7801         Log: Protect against pack/unpack repeat count overflows,
7802              based on:
7803              
7804              From: Nathan Torkington <gnat@frii.com>
7805              To: Brian Keefer <mgomes@cwix.com>
7806              Cc: perl5-porters@perl.org
7807              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
7808              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
7809              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
7810      Branch: cfgperl
7811            ! pod/perldiag.pod pp.c
7812 ____________________________________________________________________________
7813 [  3927] By: jhi                                   on 1999/08/06  07:32:20
7814         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
7815              
7816              From: Nathan Torkington <gnat@frii.com>
7817              To: perl5-porters@perl.org
7818              Subject: Bugfix for my bugfix
7819              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
7820              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
7821      Branch: cfgperl
7822            ! ext/B/B/Assembler.pm
7823 ____________________________________________________________________________
7824 [  3926] By: jhi                                   on 1999/08/05  17:25:19
7825         Log: Fix regex charclass parsing so that bogus ranges
7826              like [0-\d] and [[:word:]-z] are no more allowed.
7827              The anomaly was noticed by Guy Decoux.
7828      Branch: cfgperl
7829            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7830 ____________________________________________________________________________
7831 [  3925] By: jhi                                   on 1999/08/05  10:31:47
7832         Log: split /^/ deprecation warning should not be on by default.
7833      Branch: cfgperl
7834            ! pp.c
7835 ____________________________________________________________________________
7836 [  3923] By: jhi                                   on 1999/08/05  09:16:57
7837         Log: From: paul.marquess@bt.com
7838              To: jhi@iki.fi, paul.marquess@bt.com
7839              Cc: gsar@ActiveState.com, perl5-porters@perl.org
7840              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
7841              Date: Thu, 5 Aug 1999 09:33:14 +0100
7842              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
7843      Branch: cfgperl
7844            ! t/lib/anydbm.t
7845 ____________________________________________________________________________
7846 [  3921] By: jhi                                   on 1999/08/05  08:05:13
7847         Log: From: paul.marquess@bt.com
7848              To: perl5-porters@perl.org
7849              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
7850              randy@theoryx5.uwinnipeg.ca
7851              Subject:  [PATCH 5.005_60] DB_File 1.70
7852              Date: Wed, 4 Aug 1999 23:22:22 +0100
7853              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
7854              
7855              (Replaces change #3917)
7856      Branch: cfgperl
7857            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7858            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7859 ____________________________________________________________________________
7860 [  3920] By: jhi                                   on 1999/08/04  19:02:58
7861         Log: From: Nathan Torkington <gnat@frii.com>
7862              To: perl5-porters@perl.org
7863              Subject: [5.005_60 PATCH] Make B::Bytecode work
7864              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
7865              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
7866      Branch: cfgperl
7867            ! ext/B/B/Assembler.pm
7868 ____________________________________________________________________________
7869 [  3919] By: jhi                                   on 1999/08/04  10:56:26
7870         Log: Update history records.
7871      Branch: cfgperl
7872            ! pod/perlhist.pod
7873 ____________________________________________________________________________
7874 [  3918] By: jhi                                   on 1999/08/04  09:36:13
7875         Log: Minor fixes to linux -Dusethreads -Duseperlio.
7876      Branch: cfgperl
7877            ! perlio.c
7878 ____________________________________________________________________________
7879 [  3917] By: jhi                                   on 1999/08/04  08:13:20
7880         Log: (Replaced by change #3921)
7881              From: paul.marquess@bt.com
7882              To: gsar@activestate.com
7883              Cc: perl5-porters@perl.org
7884              Subject: [PATCH 5.005_60] DB_File 1.69
7885              Date: Tue, 3 Aug 1999 22:55:00 +0100
7886              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
7887      Branch: cfgperl
7888            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7889            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
7890 ____________________________________________________________________________
7891 [  3916] By: jhi                                   on 1999/08/04  07:59:05
7892         Log: Introduce the charnames pragma.
7893              
7894              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
7895              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
7896              To: Chip Salzenberg <[11]chip@perlsupport.com>
7897              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
7898              Date: Sat, 31 Jul 1999 05:44:05 -0400
7899              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
7900              
7901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7902              To: Mailing list Perl5 <perl5-porters@perl.org>
7903              Subject: [PATCH 5.005_58] Named characters in Perl
7904              Date: Mon, 2 Aug 1999 19:25:40 -0400
7905              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
7906      Branch: cfgperl
7907            + lib/charnames.pm t/lib/charnames.t
7908            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7909            ! pod/perlre.pod regcomp.c toke.c
7910 ____________________________________________________________________________
7911 [  3915] By: jhi                                   on 1999/08/03  21:18:49
7912         Log: Support Configure -Dmake=pmake.
7913              Via private email from Andy.
7914              NOTE: assumes "basename" command.
7915      Branch: metaconfig
7916            ! U/modified/Config_sh.U
7917 ____________________________________________________________________________
7918 [  3914] By: jhi                                   on 1999/08/03  21:11:11
7919         Log: The op/filetest.t failed subtest 7 if testing as root.
7920              
7921              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
7922              To: perl5-porters@perl.org
7923              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
7924              Date: Tue, 27 Jul 1999 22:54:05 +0200
7925              Message-Id: <379E1C6D.626DC765@club-internet.fr>
7926      Branch: cfgperl
7927            ! t/op/filetest.t
7928 ____________________________________________________________________________
7929 [  3911] By: jhi                                   on 1999/08/03  19:52:38
7930         Log: The "-Dusethreads -Duseperlio" combination failed.
7931              
7932              From: Spider Boardman <spider@leggy.zk3.dec.com>
7933              To: perl5-porters@perl.org
7934              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
7935              4.0 (UNINSTALLED)
7936              Date: Tue, 3 Aug 1999 14:25:00 -0400
7937              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
7938              
7939              See also change #3912.
7940      Branch: cfgperl
7941            ! perlio.c
7942 ____________________________________________________________________________
7943 [  3910] By: jhi                                   on 1999/08/03  10:44:24
7944         Log: From: Chris Nandor <pudge@pobox.com>
7945              To: perl5-porters@perl.org
7946              Subject: [PATCH 5.005_58] perlbug.PL 1.27
7947              Date: Wed, 28 Jul 1999 23:42:49 -0400
7948              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
7949      Branch: cfgperl
7950            ! utils/perlbug.PL
7951 ____________________________________________________________________________
7952 [  3909] By: jhi                                   on 1999/08/03  10:41:04
7953         Log: Hints for building ByteLoader in SunoS.  Based on
7954              From: Andy Dougherty <doughera@lafayette.edu>
7955              To: Gurusamy Sarathy <gsar@activestate.com>
7956              Cc: Perl Porters <perl5-porters@perl.org>
7957              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
7958              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
7959              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
7960      Branch: cfgperl
7961            + ext/ByteLoader/hints/sunos.pl
7962            ! MANIFEST ext/ByteLoader/ByteLoader.xs
7963 ____________________________________________________________________________
7964 [  3908] By: jhi                                   on 1999/08/03  09:29:22
7965         Log: Clarify RE engine code; inline a static function to a macro;
7966              make exact string nodes smaller.
7967              
7968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7969              To: perl5-porters@perl.org (Mailing list Perl5)
7970              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
7971              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
7972              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
7973      Branch: cfgperl
7974            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
7975            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
7976            ! regnodes.h warning.h
7977 ____________________________________________________________________________
7978 [  3907] By: jhi                                   on 1999/08/03  08:11:49
7979         Log: 5_59 configured with -Dd_bincompat5005 can't be made
7980              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
7981              
7982              From: Spider Boardman <spider@leggy.zk3.dec.com>
7983              To: perl5-porters@perl.org
7984              Subject: [ID 19990802.016] Not OK: perl 5.00559
7985              Date: Mon, 2 Aug 1999 16:11:13 -0400
7986              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
7987      Branch: cfgperl
7988            ! embed.pl
7989 ____________________________________________________________________________
7990 [  3906] By: jhi                                   on 1999/08/03  07:48:59
7991         Log: Change #3790 redemption: with a little additional
7992              patch from Ilya it works okay.
7993      Branch: cfgperl
7994            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7995            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
7996 ____________________________________________________________________________
7997 [  3905] By: gsar                                  on 1999/08/02  21:03:23
7998         Log: this will be 5.005_60
7999      Branch: perl
8000            ! Changes
8001
8002 ----------------
8003 Version 5.005_60
8004 ----------------
8005
8006 ____________________________________________________________________________
8007 [  3904] By: gsar                                  on 1999/08/02  20:30:23
8008         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
8009              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
8010              regen headers
8011      Branch: perl
8012            ! embed.h embed.pl global.sym opcode.h perlapi.c
8013 ____________________________________________________________________________
8014 [  3903] By: gsar                                  on 1999/08/02  20:26:07
8015         Log: native int pack/unpack fixes (from Spider Boardman
8016              <spider@leggy.zk3.dec.com>)
8017      Branch: perl
8018            ! pp.c
8019 ____________________________________________________________________________
8020 [  3902] By: gsar                                  on 1999/08/02  20:24:41
8021         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
8022              <spider@leggy.zk3.dec.com>)
8023      Branch: perl
8024            + opnames.h
8025            ! Changes MANIFEST opcode.pl perl.h
8026 ____________________________________________________________________________
8027 [  3901] By: gsar                                  on 1999/08/02  18:51:18
8028         Log: integrate cfgperl contents
8029      Branch: perl
8030           !> INSTALL README pod/perldelta.pod
8031 ____________________________________________________________________________
8032 [  3900] By: jhi                                   on 1999/08/02  18:46:21
8033         Log: Update README and INSTALL; partly based on the message
8034              
8035              From: "John L. Allen" <allen@grumman.com>
8036              To: Jarkko Hietaniemi <jhi@iki.fi>
8037              cc: perl5-porters@perl.org
8038              Subject: Re: Perl Installation Problem
8039              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
8040              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
8041              
8042              and private email from Andy Dougherty.
8043      Branch: cfgperl
8044            ! INSTALL README
8045 ____________________________________________________________________________
8046 [  3899] By: jhi                                   on 1999/08/02  18:36:35
8047         Log: Integrate with Sarathy.
8048      Branch: cfgperl
8049           !> op.c
8050 ____________________________________________________________________________
8051 [  3898] By: jhi                                   on 1999/08/02  18:34:49
8052         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
8053      Branch: cfgperl
8054            ! pod/perldelta.pod
8055 ____________________________________________________________________________
8056 [  3897] By: gsar                                  on 1999/08/02  18:18:37
8057         Log: optimizations could sometimes bypass bareword check
8058      Branch: perl
8059            ! op.c
8060 ____________________________________________________________________________
8061 [  3896] By: jhi                                   on 1999/08/02  18:18:34
8062         Log: Integrate with Sarathy.
8063      Branch: cfgperl
8064           !> Changes makedef.pl patchlevel.h win32/Makefile
8065           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8066           !> win32/makefile.mk
8067 ____________________________________________________________________________
8068 [  3895] By: gsar                                  on 1999/08/02  17:22:40
8069         Log: up patchlevel etc.
8070      Branch: perl
8071            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8072            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8073 ____________________________________________________________________________
8074 [  3894] By: gsar                                  on 1999/08/02  17:12:31
8075         Log: integrate change#3893, make it conditional on bincompat5005
8076      Branch: perl
8077            ! makedef.pl
8078 ____________________________________________________________________________
8079 [  3893] By: jhi                                   on 1999/08/02  16:49:08
8080         Log: PERL_BINCOMPAT_5005 symbol translation.
8081              (AIX wouldn't link neither perl nor extensions.)
8082      Branch: cfgperl
8083            ! makedef.pl
8084 ____________________________________________________________________________
8085 [  3892] By: gsar                                  on 1999/08/02  16:09:13
8086         Log: integrate cfgperl contents into mainline
8087      Branch: perl
8088           +> t/op/64bit.t
8089            ! Changes
8090           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
8091           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
8092           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
8093 ____________________________________________________________________________
8094 [  3891] By: jhi                                   on 1999/08/02  14:52:40
8095         Log: AIX long long probing requires LL suffix for
8096              the ll constant.  The suffix doesn't seem
8097              to bother other ll platforms.
8098      Branch: cfgperl
8099            ! Configure config_h.SH hints/aix.sh
8100      Branch: metaconfig/U/perl
8101            ! quadfio.U
8102 ____________________________________________________________________________
8103 [  3890] By: jhi                                   on 1999/08/02  14:21:55
8104         Log: Exact path to perl for open -|.
8105      Branch: cfgperl
8106            ! t/io/open.t
8107 ____________________________________________________________________________
8108 [  3889] By: jhi                                   on 1999/08/02  14:18:03
8109         Log: Integrate with Sarathy.
8110      Branch: cfgperl
8111           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8112           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8113           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8114 ____________________________________________________________________________
8115 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8116         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8117      Branch: cfgperl
8118            ! hints/aix.sh
8119 ____________________________________________________________________________
8120 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8121         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8122              emacs code indentation doesn't get wrong ideas--
8123              in other words, introduce a couple of "redundant" if:s.
8124      Branch: cfgperl
8125            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8126            ! util.c
8127 ____________________________________________________________________________
8128 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8129         Log: Mention that also *BSD systems with glibc are known to stumble.
8130      Branch: cfgperl
8131            ! t/pragma/warn/pp_hot
8132 ____________________________________________________________________________
8133 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8134         Log: Allow also non-long long but still quad platforms print quads.
8135      Branch: cfgperl
8136            ! Configure config_h.SH
8137      Branch: metaconfig/U/perl
8138            ! longdblfio.U quadfio.U
8139 ____________________________________________________________________________
8140 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8141         Log: Fix regclass utf8 hex ranges for quads.
8142      Branch: cfgperl
8143            ! regcomp.c
8144 ____________________________________________________________________________
8145 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8146         Log: Enhance the description of how to detect quad support.
8147      Branch: cfgperl
8148            ! pod/perlfunc.pod
8149 ____________________________________________________________________________
8150 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8151         Log: Fix printf %D %U %O for quads.
8152      Branch: cfgperl
8153            ! sv.c t/op/64bit.t
8154 ____________________________________________________________________________
8155 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8156         Log: Document quad printing.
8157      Branch: cfgperl
8158            ! pod/perlfunc.pod
8159 ____________________________________________________________________________
8160 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8161         Log: More 64-bit fixing.  One known bug of that kind
8162              remains, 32-bit platforms using long long in
8163              the test t/pragma/utf8 subtests 1-3 fail.
8164              (Update: change    #3884 fixed that one.)
8165      Branch: cfgperl
8166            + t/op/64bit.t
8167            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8168
8169 ----------------
8170 Version 5.005_59
8171 ----------------
8172
8173 ____________________________________________________________________________
8174 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8175         Log: integrate cfgperl changes into mainline
8176      Branch: perl
8177           !> Configure config_h.SH sv.c
8178 ____________________________________________________________________________
8179 [  3878] By: gsar                                  on 1999/08/02  08:13:16
8180         Log: change#3692 had an unintentional patch leak through!
8181              (this would explain the mysterious C<next LABEL> failures
8182              people have seen)
8183      Branch: perl
8184            ! pp_ctl.c
8185 ____________________________________________________________________________
8186 [  3877] By: gsar                                  on 1999/08/02  08:00:29
8187         Log: up patchlevel to 59
8188      Branch: perl
8189            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8190            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8191            ! win32/makefile.mk
8192 ____________________________________________________________________________
8193 [  3876] By: gsar                                  on 1999/08/02  07:51:18
8194         Log: fix coredump under usethreads+debug
8195      Branch: perl
8196            ! util.c
8197 ____________________________________________________________________________
8198 [  3875] By: jhi                                   on 1999/08/02  07:50:51
8199         Log: d_bincompat5005 could be left empty.
8200      Branch: cfgperl
8201            ! Configure config_h.SH
8202      Branch: metaconfig/U/perl
8203            ! bincompat5005.U
8204 ____________________________________________________________________________
8205 [  3874] By: jhi                                   on 1999/08/02  07:42:45
8206         Log: Fix printf %d when IV is quad.
8207      Branch: cfgperl
8208            ! sv.c
8209 ____________________________________________________________________________
8210 [  3873] By: gsar                                  on 1999/08/02  07:41:03
8211         Log: fix d_bincompat5005='' junking config.h
8212      Branch: perl
8213            ! Configure
8214 ____________________________________________________________________________
8215 [  3872] By: gsar                                  on 1999/08/02  07:38:48
8216         Log: C needs parameter list, not merely type
8217      Branch: perl
8218            ! win32/win32.c
8219 ____________________________________________________________________________
8220 [  3871] By: jhi                                   on 1999/08/02  07:20:51
8221         Log: Integrate with Sarathy.
8222      Branch: cfgperl
8223           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
8224 ____________________________________________________________________________
8225 [  3870] By: gsar                                  on 1999/08/02  07:12:18
8226         Log: integrate cfgperl changes into mainline
8227      Branch: perl
8228            ! Changes
8229           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8230           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
8231           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
8232           !> toke.c util.c
8233 ____________________________________________________________________________
8234 [  3869] By: gsar                                  on 1999/08/02  06:59:09
8235         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8236              Date: Sat, 31 Jul 1999 19:08:33 -0700
8237              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
8238              Subject: [PATCH 5.005_58] "use constant" in the compiler
8239      Branch: perl
8240            ! ext/B/B/C.pm ext/B/B/CC.pm
8241 ____________________________________________________________________________
8242 [  3868] By: gsar                                  on 1999/08/02  06:55:51
8243         Log: debug build tweak
8244      Branch: perl
8245            ! regexec.c
8246 ____________________________________________________________________________
8247 [  3867] By: gsar                                  on 1999/08/02  06:35:18
8248         Log: create vmsperl branch (to be owned and operated by: cbailey)
8249      Branch: vmsperl
8250           +> (branch 1476 files)
8251 ____________________________________________________________________________
8252 [  3866] By: jhi                                   on 1999/08/01  23:34:40
8253         Log: so_locations once is enough.
8254      Branch: cfgperl
8255            ! Makefile.SH
8256 ____________________________________________________________________________
8257 [  3865] By: jhi                                   on 1999/08/01  23:13:05
8258         Log: Simplicate duplicated code.
8259      Branch: cfgperl
8260            ! util.c
8261 ____________________________________________________________________________
8262 [  3864] By: jhi                                   on 1999/08/01  22:41:41
8263         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
8264      Branch: cfgperl
8265           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8266           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8267            - README.cygwin32 cygwin32/Makefile.SHs
8268            - cygwin32/build-instructions.READFIRST
8269            - cygwin32/build-instructions.charles-wilson
8270            - cygwin32/build-instructions.sebastien-barre
8271            - cygwin32/build-instructions.steven-morlock
8272            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8273            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8274            - hints/cygwin32.sh
8275           !> (integrate 61 files)
8276 ____________________________________________________________________________
8277 [  3863] By: jhi                                   on 1999/08/01  22:36:02
8278         Log: Regen Configure and Glossary once again.
8279      Branch: cfgperl
8280            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8281            ! config_h.SH
8282 ____________________________________________________________________________
8283 [  3862] By: jhi                                   on 1999/08/01  22:26:09
8284         Log: Glossary update for #3861.
8285      Branch: cfgperl
8286            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8287            ! config_h.SH
8288 ____________________________________________________________________________
8289 [  3861] By: jhi                                   on 1999/08/01  22:22:51
8290         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
8291              with -Duse64bits (using long long).
8292              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
8293              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
8294              'print unpack "q", pack "q", 12345678901'
8295              should work on such 32-bit platforms.
8296              Still a lot of printf()s behind -D which wrongly assume
8297              that %ld/%lx and (long) are a good combination.
8298              Introducing a slew of new macros intended to be used in printf()
8299              format strings: e. g. PERL_PRId64 is the string to be used
8300              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
8301              The PRI... naming follows the C9X naming of <inttypes.h> macros.
8302      Branch: cfgperl
8303            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8304            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
8305            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
8306      Branch: metaconfig/U/perl
8307            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
8308 ____________________________________________________________________________
8309 [  3860] By: gsar                                  on 1999/08/01  21:23:18
8310         Log: integrate cfgperl contents into mainline
8311      Branch: perl
8312            ! toke.c
8313           !> (integrate 29 files)
8314 ____________________________________________________________________________
8315 [  3859] By: gsar                                  on 1999/08/01  21:13:09
8316         Log: From: Nathan Torkington <gnat@frii.com>
8317              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
8318              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
8319              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
8320      Branch: perl
8321            ! ext/B/B/Disassembler.pm
8322 ____________________________________________________________________________
8323 [  3858] By: gsar                                  on 1999/08/01  21:09:15
8324         Log: DB_File 1.68 update from Paul Marquess
8325      Branch: perl
8326            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8327            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8328            ! t/lib/db-recno.t
8329 ____________________________________________________________________________
8330 [  3857] By: gsar                                  on 1999/08/01  21:05:54
8331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8332              Date: Sat, 31 Jul 1999 05:13:38 -0400
8333              Message-Id: <199907311407.IAA25038@localhost.frii.com>
8334              Subject: [PATCH 5.005_58] More optimizations to REx engine
8335      Branch: perl
8336            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
8337            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
8338 ____________________________________________________________________________
8339 [  3856] By: gsar                                  on 1999/08/01  20:59:59
8340         Log: slightly modified version of suggested patch
8341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8342              Date: Sat, 31 Jul 1999 04:45:12 -0400
8343              Message-Id: <199907311406.IAA25034@localhost.frii.com>
8344              Subject: [PATCH 5.005_58] Fix OS/2 build
8345      Branch: perl
8346            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
8347            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
8348 ____________________________________________________________________________
8349 [  3855] By: gsar                                  on 1999/08/01  20:49:06
8350         Log: cygwin update
8351              From: "Fifer, Eric" <EFifer@sanwaint.com>
8352              Date: Fri, 30 Jul 1999 18:31:48 +0100
8353              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
8354              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
8355      Branch: perl
8356            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
8357            ! pp_sys.c unixish.h util.c
8358 ____________________________________________________________________________
8359 [  3854] By: gsar                                  on 1999/08/01  20:41:53
8360         Log: fixes from Stephen McCamant that address bugs in change#3612
8361              (the optimization shouldn't be enabled in expressions where
8362              the variable is introduced), and fix Deparse to grok the
8363              optimization
8364              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
8365              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
8366              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
8367              --
8368              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
8369              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
8370              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
8371              --
8372              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
8373              Message-Id: <199907310326.VAA24376@localhost.frii.com>
8374              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
8375      Branch: perl
8376            ! ext/B/B/Deparse.pm op.c
8377 ____________________________________________________________________________
8378 [  3853] By: gsar                                  on 1999/08/01  20:31:32
8379         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8380              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
8381              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
8382              Subject: [PATCH _58] Two one-liner LOGOP tweaks
8383      Branch: perl
8384            ! op.c opcode.h opcode.pl
8385 ____________________________________________________________________________
8386 [  3852] By: gsar                                  on 1999/08/01  20:29:17
8387         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
8388      Branch: perl
8389            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
8390            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
8391            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
8392            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
8393            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
8394            ! pod/perlport.pod pp_sys.c util.c
8395 ____________________________________________________________________________
8396 [  3851] By: gsar                                  on 1999/08/01  20:20:05
8397         Log: move files around for s/cygwin32/cygwin/ renaming
8398      Branch: perl
8399           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8400           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8401            - README.cygwin32 cygwin32/Makefile.SHs
8402            - cygwin32/build-instructions.READFIRST
8403            - cygwin32/build-instructions.charles-wilson
8404            - cygwin32/build-instructions.sebastien-barre
8405            - cygwin32/build-instructions.steven-morlock
8406            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8407            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8408            - hints/cygwin32.sh
8409            ! MANIFEST
8410 ____________________________________________________________________________
8411 [  3850] By: gsar                                  on 1999/08/01  20:05:14
8412         Log: posix-bc hints tweak (via private mail from Thomas Dorner
8413              <Thomas.Dorner@start.de>)
8414      Branch: perl
8415            ! Changes hints/posix-bc.sh
8416 ____________________________________________________________________________
8417 [  3849] By: gsar                                  on 1999/08/01  19:50:20
8418         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
8419              <gnat@frii.com>)
8420      Branch: perl
8421            ! perl.h pod/perldelta.pod pod/perlguts.pod
8422 ____________________________________________________________________________
8423 [  3848] By: gsar                                  on 1999/08/01  18:34:41
8424         Log: fix defined(@foo) encarpments
8425      Branch: perl
8426            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
8427            ! pod/perltrap.pod
8428 ____________________________________________________________________________
8429 [  3847] By: jhi                                   on 1999/08/01  17:17:07
8430         Log: Undo #3790 and the patches that attempted to fix it
8431              (#3837, #3838, #3845).  The #3790 caused linkage failures
8432              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
8433              IRIX 6.5.
8434      Branch: cfgperl
8435            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
8436            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8437            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8438 ____________________________________________________________________________
8439 [  3846] By: jhi                                   on 1999/08/01  11:41:52
8440         Log: Reading 64-bit decimal numbers was broken because
8441              the NV was cast to an I32, not an IV.
8442      Branch: cfgperl
8443            ! toke.c
8444 ____________________________________________________________________________
8445 [  3845] By: jhi                                   on 1999/08/01  11:00:24
8446         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
8447      Branch: cfgperl
8448            + ext/SDBM_File/hints/solaris.pl
8449 ____________________________________________________________________________
8450 [  3844] By: jhi                                   on 1999/08/01  10:55:44
8451         Log: Enable Solaris largefiles support only if -Duse64bits is used.
8452              (Effectively removes #3311).
8453      Branch: cfgperl
8454            ! hints/solaris_2.sh
8455 ____________________________________________________________________________
8456 [  3843] By: jhi                                   on 1999/07/31  22:44:56
8457         Log: Integer overflow iteration.
8458      Branch: cfgperl
8459            ! t/op/oct.t toke.c util.c
8460 ____________________________________________________________________________
8461 [  3842] By: jhi                                   on 1999/07/31  22:11:03
8462         Log: Remove a lot of unused regnode codes.
8463              Noticed by Ilya.
8464      Branch: cfgperl
8465            ! regcomp.c regcomp.sym regexec.c regnodes.h
8466 ____________________________________________________________________________
8467 [  3841] By: jhi                                   on 1999/07/31  21:53:54
8468         Log: Make the use64bits and usethreads friendlier/braver;
8469              they no more wimp out if the platform is unknown.
8470              On use64bits if gcc used -DUSE_LONG_LONG is added
8471              to the ccflags (this dependency on gcc caused a slightly weird
8472              reordering of Configure, but things still seem to work.)
8473      Branch: cfgperl
8474            ! Configure README.threads config_h.SH
8475      Branch: metaconfig
8476            ! U/threads/usethreads.U
8477      Branch: metaconfig/U/perl
8478            ! use64bits.U
8479 ____________________________________________________________________________
8480 [  3840] By: jhi                                   on 1999/07/31  20:26:22
8481         Log: Hack the "integer overflow" code some more.
8482      Branch: cfgperl
8483            ! perl.h toke.c util.c
8484 ____________________________________________________________________________
8485 [  3839] By: jhi                                   on 1999/07/31  20:22:00
8486         Log: Test oct() at the 2^32-1 limit.
8487      Branch: cfgperl
8488            ! t/op/oct.t
8489 ____________________________________________________________________________
8490 [  3838] By: jhi                                   on 1999/07/31  20:08:43
8491         Log: Update MANIFEST for #3837.
8492      Branch: cfgperl
8493            ! MANIFEST
8494 ____________________________________________________________________________
8495 [  3837] By: jhi                                   on 1999/07/31  20:02:40
8496         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
8497              (a core dump with a corrput stack ensues).
8498      Branch: cfgperl
8499            + ext/SDBM_File/hints/dec_osf.pl
8500 ____________________________________________________________________________
8501 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8502         Log: Allow for Configure -Ubincompat5005 override.
8503      Branch: cfgperl
8504            ! Configure config_h.SH
8505      Branch: metaconfig/U/perl
8506            ! bincompat5005.U
8507 ____________________________________________________________________________
8508 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8509         Log: Make Configure support PERL_BINCOMPAT_5005.
8510      Branch: cfgperl
8511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8512            ! config_h.SH
8513      Branch: metaconfig/U/perl
8514            + bincompat5005.U
8515 ____________________________________________________________________________
8516 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8517         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8518      Branch: cfgperl
8519            ! Makefile.SH
8520 ____________________________________________________________________________
8521 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8522         Log: Integrate with Sarathy.  I overruled on perldelta
8523              and perldiag.
8524      Branch: cfgperl
8525           !> README.win32 emacs/cperl-mode.el globals.c installperl
8526           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8527           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8528           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8529           !> win32/perllib.c win32/win32.c
8530 ____________________________________________________________________________
8531 [  3832] By: jhi                                   on 1999/07/29  14:02:50
8532         Log: Repent and make overly large integerish
8533              constants non-fatal.  They are now promoted
8534              to NVs, accompanied by an overflow warning that
8535              is by default on.
8536      Branch: cfgperl
8537            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
8538            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
8539            ! toke.c util.c
8540 ____________________________________________________________________________
8541 [  3831] By: jhi                                   on 1999/07/29  11:40:04
8542         Log: AIX exhibits different error on failed system().
8543              Slightly modified patch via private email from
8544              David R. Favor <dfavor@austin.ibm.com>
8545      Branch: cfgperl
8546            ! t/op/exec.t
8547 ____________________________________________________________________________
8548 [  3830] By: gsar                                  on 1999/07/29  07:46:11
8549         Log: cperl-mode.el v4.19
8550      Branch: perl
8551            ! emacs/cperl-mode.el
8552 ____________________________________________________________________________
8553 [  3829] By: gsar                                  on 1999/07/29  07:30:35
8554         Log: From: jan.dubois@ibm.net (Jan Dubois)
8555              Date: Wed, 28 Jul 1999 22:01:42 +0200
8556              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
8557              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
8558      Branch: perl
8559            ! win32/bin/pl2bat.pl
8560 ____________________________________________________________________________
8561 [  3828] By: gsar                                  on 1999/07/29  07:19:27
8562         Log: tweak previous change for multiple hits
8563      Branch: perl
8564            ! utils/perldoc.PL
8565 ____________________________________________________________________________
8566 [  3827] By: gsar                                  on 1999/07/29  07:10:00
8567         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
8568              really needs a pod2text() compatibility function)
8569      Branch: perl
8570            ! utils/perldoc.PL
8571 ____________________________________________________________________________
8572 [  3826] By: gsar                                  on 1999/07/29  01:33:46
8573         Log: minor tweaks to pods and toke.c comments
8574      Branch: perl
8575            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
8576 ____________________________________________________________________________
8577 [  3825] By: gsar                                  on 1999/07/29  00:12:52
8578         Log: integrate cfgperl changes into mainline
8579      Branch: perl
8580           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8581           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
8582           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
8583           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
8584           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8585           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
8586           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
8587           !> t/pragma/warn/util toke.c util.c
8588 ____________________________________________________________________________
8589 [  3824] By: jhi                                   on 1999/07/28  21:15:04
8590         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
8591      Branch: cfgperl
8592            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8593            ! ext/IO/lib/IO/Socket/INET.pm
8594 ____________________________________________________________________________
8595 [  3823] By: jhi                                   on 1999/07/28  20:29:17
8596         Log: Continue pack() doc honing.
8597      Branch: cfgperl
8598            ! pod/perlfunc.pod
8599 ____________________________________________________________________________
8600 [  3822] By: jhi                                   on 1999/07/28  20:17:37
8601         Log: Enhance pack() doc.
8602      Branch: cfgperl
8603            ! pod/perlfunc.pod
8604 ____________________________________________________________________________
8605 [  3821] By: jhi                                   on 1999/07/28  18:34:50
8606         Log: UNIX Domain Sockets are not implemented under QNX.
8607              
8608              From: Norton Allen <allen@huarp.harvard.edu>
8609              To: perl5-porters@perl.org
8610              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
8611              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
8612              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
8613      Branch: cfgperl
8614            ! t/lib/io_unix.t
8615 ____________________________________________________________________________
8616 [  3820] By: jhi                                   on 1999/07/28  18:13:37
8617         Log: IO::* enhancements.
8618              
8619              1) write() and syswrite() will now accept a single-argument
8620              form of the call, for consistency with Perl's syswrite().
8621              2) You can create a TCP-based IO::Socket::INET without forcing
8622              a connect attempt.  This allows you to configure its options
8623              (like making it non-blocking) and then call connect() manually.
8624              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
8625              from ever returning the correct value.
8626              
8627              From: Lincoln Stein <lstein@formaggio.cshl.org>
8628              To: Graham Barr <gbarr@pobox.com>
8629              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
8630              Subject: Re: patch for IO::*
8631              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
8632              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
8633      Branch: cfgperl
8634            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
8635            ! ext/IO/lib/IO/Socket/INET.pm
8636 ____________________________________________________________________________
8637 [  3819] By: gsar                                  on 1999/07/28  18:08:06
8638         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
8639      Branch: perl
8640            ! README.win32 globals.c installperl iperlsys.h makedef.pl
8641            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
8642            ! win32/win32.c
8643 ____________________________________________________________________________
8644 [  3818] By: jhi                                   on 1999/07/28  17:48:16
8645         Log: Need to add QNX to the list for DONT_DECLARE_STD.
8646              (The elimination of use of the _() macro apparently triggered
8647              an incompatability with a #define of atof)
8648              
8649              From: Norton Allen <allen@huarp.harvard.edu>
8650              To: perl5-porters@perl.org
8651              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
8652              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
8653              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
8654      Branch: cfgperl
8655            ! perl.h
8656 ____________________________________________________________________________
8657 [  3817] By: jhi                                   on 1999/07/28  17:46:30
8658         Log: Need to add some more conditions to deal with the case
8659              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
8660              which is true for QNX4.
8661              From: Norton Allen <allen@huarp.harvard.edu>
8662              To: perl5-porters@perl.org
8663              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
8664              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
8665              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
8666      Branch: cfgperl
8667            ! pp_sys.c
8668 ____________________________________________________________________________
8669 [  3816] By: jhi                                   on 1999/07/28  17:43:40
8670         Log: The QNX shell needs a couple more semicolons.
8671              
8672              From: Norton Allen <allen@huarp.harvard.edu>
8673              To: perl5-porters@perl.org
8674              Subject: [ID 19990728.007] Patch:Configure _58 QNX
8675              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
8676              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
8677              
8678              plus silence metalint moanings on vendorprefix.
8679      Branch: cfgperl
8680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8681            ! config_h.SH
8682 ____________________________________________________________________________
8683 [  3815] By: jhi                                   on 1999/07/28  17:31:11
8684         Log: Silence metalint on vendorprefix.U.
8685      Branch: metaconfig
8686            ! U/installdirs/vendorprefix.U
8687 ____________________________________________________________________________
8688 [  3814] By: jhi                                   on 1999/07/28  17:13:29
8689         Log: QNX shell needs more semicolons.
8690      Branch: metaconfig/U/perl
8691            ! Extensions.U
8692 ____________________________________________________________________________
8693 [  3813] By: jhi                                   on 1999/07/28  17:05:08
8694         Log: Integrate with Sarathy.
8695      Branch: cfgperl
8696           !> lib/ExtUtils/MM_Unix.pm
8697 ____________________________________________________________________________
8698 [  3812] By: jhi                                   on 1999/07/28  16:20:17
8699         Log: Fix a typo, un-shout, and reformat the installation output.
8700      Branch: cfgperl
8701            ! lib/ExtUtils/Install.pm
8702 ____________________________________________________________________________
8703 [  3811] By: gsar                                  on 1999/07/28  15:41:11
8704         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
8705      Branch: perl
8706            ! lib/ExtUtils/MM_Unix.pm
8707 ____________________________________________________________________________
8708 [  3810] By: jhi                                   on 1999/07/28  13:55:57
8709         Log: Talk more about subsecond things in perlfunc.
8710              (Yes, redundant with perlfaq8.)
8711      Branch: cfgperl
8712            ! pod/perlfunc.pod
8713 ____________________________________________________________________________
8714 [  3809] By: jhi                                   on 1999/07/28  07:23:48
8715         Log: Integrate with Sarathy.
8716      Branch: cfgperl
8717           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
8718           !> t/op/pwent.t
8719 ____________________________________________________________________________
8720 [  3808] By: jhi                                   on 1999/07/28  07:23:03
8721         Log: Document toke.c.
8722              From: Nathan Torkington <gnat@frii.com>
8723              To: perl5-porters@perl.org
8724              Subject: Re: toke.c patch, work in progress
8725              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
8726              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
8727      Branch: cfgperl
8728            ! toke.c
8729 ____________________________________________________________________________
8730 [  3807] By: jhi                                   on 1999/07/28  07:10:56
8731         Log: perlre clarification.
8732              
8733              From: Ian Phillipps <ian@dial.pipex.com>
8734              To: Perl 5 Porters <perl5-porters@perl.org>
8735              Subject: [PATCH 5.00557] Add definite article to perlre.pod
8736              Date: Tue, 27 Jul 1999 10:46:29 +0100
8737              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
8738      Branch: cfgperl
8739            ! pod/perlre.pod
8740 ____________________________________________________________________________
8741 [  3806] By: gsar                                  on 1999/07/28  07:07:46
8742         Log: fix the perl -V breakage
8743              
8744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8745              To: Jarkko Hietaniemi <jhi@iki.fi>
8746              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
8747              gsar@activestate.com
8748              Subject: Re: Follow up to: _58 on AIX 431
8749              Date: Tue, 27 Jul 1999 17:42:00 -0400
8750              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
8751      Branch: perl
8752            ! configpm
8753 ____________________________________________________________________________
8754 [  3805] By: gsar                                  on 1999/07/28  07:03:34
8755         Log: avoid warning (from Doug MacEachern)
8756      Branch: perl
8757            ! perl.h
8758 ____________________________________________________________________________
8759 [  3804] By: gsar                                  on 1999/07/28  06:59:30
8760         Log: Pod::Html tweak
8761              
8762              From: jan.dubois@ibm.net (Jan Dubois)
8763              To: perl5-porters@perl.org
8764              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
8765              Date: Tue, 27 Jul 1999 22:14:12 +0200
8766              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
8767      Branch: perl
8768            ! lib/Pod/Html.pm
8769 ____________________________________________________________________________
8770 [  3803] By: gsar                                  on 1999/07/28  06:56:38
8771         Log: freebsd hints update
8772              
8773              From: Anton Berezin <tobez@plab.ku.dk>
8774              To: perl5-porters@perl.org
8775              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
8776              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
8777              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
8778      Branch: perl
8779            ! hints/freebsd.sh
8780 ____________________________________________________________________________
8781 [  3802] By: gsar                                  on 1999/07/28  06:51:32
8782         Log: cosmetic testsuite patch
8783              
8784              From: Graham Barr <gbarr@ti.com>
8785              To: Perl5 Porters <perl5-porters@perl.org>
8786              Subject: 5.005_58 build
8787              Date: Tue, 27 Jul 1999 08:09:25 -0500
8788              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
8789      Branch: perl
8790            ! t/op/grent.t t/op/pwent.t
8791 ____________________________________________________________________________
8792 [  3801] By: jhi                                   on 1999/07/27  13:49:39
8793         Log: Minuscule cleanup of the integer overflow patch.
8794      Branch: cfgperl
8795            ! util.c
8796 ____________________________________________________________________________
8797 [  3800] By: jhi                                   on 1999/07/27  13:37:23
8798         Log: Test hex('x...').
8799      Branch: cfgperl
8800            ! t/op/oct.t
8801 ____________________________________________________________________________
8802 [  3799] By: jhi                                   on 1999/07/27  12:45:45
8803         Log: Integrate with Sarathy (5.005_58).
8804      Branch: cfgperl
8805            - ext/B/byteperl.c
8806           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
8807           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
8808           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
8809           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8810           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
8811           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
8812           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
8813           !> win32/config_H.vc
8814 ____________________________________________________________________________
8815 [  3798] By: jhi                                   on 1999/07/27  12:42:43
8816         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
8817              they used to be just optional lexical warnings.
8818              Also, with warnings turned on, constants > 2**32-1
8819              trigger a non-portability warning.
8820      Branch: cfgperl
8821            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
8822            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
8823            ! util.c
8824 ____________________________________________________________________________
8825 [  3797] By: gsar                                  on 1999/07/27  10:48:27
8826         Log: here lies 5.005_58
8827      Branch: perl
8828            - ext/B/byteperl.c
8829            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
8830            ! pod/perlfaq9.pod pod/perlhist.pod
8831
8832 ----------------
8833 Version 5.005_58
8834 ----------------
8835
8836 ____________________________________________________________________________
8837 [  3796] By: gsar                                  on 1999/07/27  09:23:42
8838         Log: regenerate win32/config_H.?c
8839      Branch: perl
8840            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8841 ____________________________________________________________________________
8842 [  3795] By: gsar                                  on 1999/07/27  09:02:31
8843         Log: From: Tye McQueen <tye@metronet.com>
8844              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
8845              Message-Id: <199907270019.AA08223@metronet.com>
8846              Subject: Patch pl2bat.pl so batch file can fail
8847      Branch: perl
8848            ! win32/bin/pl2bat.pl
8849 ____________________________________________________________________________
8850 [  3794] By: gsar                                  on 1999/07/27  08:59:58
8851         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8852              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
8853              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
8854              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
8855      Branch: perl
8856            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
8857            ! lib/SelfLoader.pm
8858 ____________________________________________________________________________
8859 [  3793] By: gsar                                  on 1999/07/27  08:19:16
8860         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
8861              (from Andy Dougherty)
8862      Branch: perl
8863            ! embed.h embed.pl
8864 ____________________________________________________________________________
8865 [  3792] By: gsar                                  on 1999/07/27  08:04:19
8866         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
8867              and Brad Appleton)
8868      Branch: perl
8869            ! lib/Pod/Parser.pm
8870 ____________________________________________________________________________
8871 [  3791] By: gsar                                  on 1999/07/27  07:50:54
8872         Log: cover case where CLK_TCK is a float, not integer (from
8873              alexander smishlajev <als@turnhere.com>)
8874      Branch: perl
8875            ! ext/Devel/DProf/DProf.xs
8876 ____________________________________________________________________________
8877 [  3790] By: gsar                                  on 1999/07/27  07:45:08
8878         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
8879              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
8880      Branch: perl
8881            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8882            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8883 ____________________________________________________________________________
8884 [  3789] By: jhi                                   on 1999/07/27  07:44:55
8885         Log: Integrate with Sarathy.
8886      Branch: cfgperl
8887           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8888           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
8889           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
8890           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
8891           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
8892           !> proto.h t/comp/proto.t t/io/open.t
8893 ____________________________________________________________________________
8894 [  3788] By: gsar                                  on 1999/07/27  07:29:59
8895         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
8896              to Russ Allbery <rra@stanford.edu>); s/Simple// and
8897              s/pod2txt/pod2text/ etc.
8898      Branch: perl
8899            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8900            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
8901 ____________________________________________________________________________
8902 [  3787] By: gsar                                  on 1999/07/27  06:48:40
8903         Log: From: Andy Dougherty <doughera@lafayette.edu>
8904              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
8905              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
8906              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
8907      Branch: perl
8908            ! ext/SDBM_File/sdbm/sdbm.h
8909 ____________________________________________________________________________
8910 [  3786] By: gsar                                  on 1999/07/27  06:30:09
8911         Log: applied suggested patch; added missing prototype changes to
8912              opcode.pl along with documentation typos (feature still needs
8913              to be described in perlopentut.pod and summarized in
8914              perldelta.pod)
8915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8916              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
8917              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
8918              Subject: [PATCH 5.00557] 3-arg open
8919      Branch: perl
8920            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
8921            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8922            ! proto.h t/comp/proto.t t/io/open.t
8923 ____________________________________________________________________________
8924 [  3785] By: gsar                                  on 1999/07/27  04:36:39
8925         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
8926              <roland.bauer@fff.at>)
8927      Branch: perl
8928            ! lib/Pod/Html.pm
8929 ____________________________________________________________________________
8930 [  3784] By: gsar                                  on 1999/07/27  03:56:17
8931         Log: change#3762 wasn't needed
8932      Branch: perl
8933            ! ext/B/B/CC.pm
8934 ____________________________________________________________________________
8935 [  3783] By: jhi                                   on 1999/07/26  19:08:21
8936         Log: Integrate with Sarathy.
8937      Branch: cfgperl
8938           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
8939           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
8940           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
8941 ____________________________________________________________________________
8942 [  3782] By: gsar                                  on 1999/07/26  18:16:50
8943         Log: update Changes, patchlevel &c.
8944      Branch: perl
8945            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8946            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8947 ____________________________________________________________________________
8948 [  3781] By: gsar                                  on 1999/07/26  17:54:47
8949         Log: a more correct fix for change#2744
8950              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8951              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
8952              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
8953              Subject: [PATCH _57] Re: toke.c questions 
8954      Branch: perl
8955            ! toke.c
8956 ____________________________________________________________________________
8957 [  3780] By: gsar                                  on 1999/07/26  17:37:04
8958         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
8959      Branch: perl
8960            ! pod/perlfunc.pod
8961 ____________________________________________________________________________
8962 [  3779] By: jhi                                   on 1999/07/26  16:37:23
8963         Log: Dusting off.
8964      Branch: cfgperl
8965            ! README.threads
8966 ____________________________________________________________________________
8967 [  3778] By: gsar                                  on 1999/07/26  13:28:46
8968         Log: avoid DIVZERO
8969      Branch: perl
8970            ! utils/dprofpp.PL
8971 ____________________________________________________________________________
8972 [  3777] By: gsar                                  on 1999/07/26  13:18:53
8973         Log: warnings identified by Borland compiler
8974      Branch: perl
8975            ! makedef.pl pp_ctl.c
8976 ____________________________________________________________________________
8977 [  3776] By: jhi                                   on 1999/07/26  13:07:36
8978         Log: Integrate with Sarathy.
8979      Branch: cfgperl
8980           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
8981 ____________________________________________________________________________
8982 [  3775] By: gsar                                  on 1999/07/26  12:55:43
8983         Log: avoid infinite recursion when Thread.pm croaks during
8984              bootstrap
8985      Branch: perl
8986            ! lib/Carp/Heavy.pm
8987 ____________________________________________________________________________
8988 [  3774] By: gsar                                  on 1999/07/26  12:43:02
8989         Log: integrate cfgperl contents into mainline
8990      Branch: perl
8991           +> lib/Carp/Heavy.pm
8992           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
8993           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
8994           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
8995           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8996           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
8997 ____________________________________________________________________________
8998 [  3773] By: jhi                                   on 1999/07/26  12:40:29
8999         Log: Use long doubles only if they are useful.
9000      Branch: cfgperl
9001            ! ext/POSIX/POSIX.xs
9002 ____________________________________________________________________________
9003 [  3772] By: gsar                                  on 1999/07/26  12:33:11
9004         Log: typo in change#3768
9005      Branch: perl
9006            ! pp_hot.c
9007 ____________________________________________________________________________
9008 [  3771] By: gsar                                  on 1999/07/26  12:08:27
9009         Log: alpha-stage support for user-hooks in @INC
9010              From: Ken Fox <kfox@ford.com>
9011              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
9012              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
9013              Subject: Re: loading remote modules
9014      Branch: perl
9015            ! pp_ctl.c
9016 ____________________________________________________________________________
9017 [  3770] By: jhi                                   on 1999/07/26  11:38:36
9018         Log: Back out #3735.  Needs more work.
9019      Branch: cfgperl
9020            ! Makefile.SH cflags.SH configpm ext/util/make_ext
9021            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
9022            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9023            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9024            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
9025 ____________________________________________________________________________
9026 [  3769] By: jhi                                   on 1999/07/26  11:24:45
9027         Log: Integrate with Sarathy.
9028      Branch: cfgperl
9029           !> (integrate 35 files)
9030 ____________________________________________________________________________
9031 [  3768] By: gsar                                  on 1999/07/26  11:03:07
9032         Log: optimize method name lookup
9033              From: Chip Salzenberg <chip@perlsupport.com>
9034              Date: Thu, 22 Jul 1999 13:43:36 -0400
9035              Message-ID: <19990722134336.Q391@perlsupport.com>
9036              Subject: [PATCH] OP_METHOD_NAMED
9037      Branch: perl
9038            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
9039            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
9040            ! proto.h
9041 ____________________________________________________________________________
9042 [  3767] By: gsar                                  on 1999/07/26  10:44:11
9043         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
9044              foo()->()); rework grammar to remove conflicts
9045              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9046              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
9047              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
9048              Subject: [PATCH _57, long] Re: optional arrow asymmetry
9049      Branch: perl
9050            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
9051            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
9052            ! vms/perly_c.vms vms/perly_h.vms
9053 ____________________________________________________________________________
9054 [  3766] By: jhi                                   on 1999/07/26  10:18:56
9055         Log: Use $< instead of $*.c in *perlmain.o rules.
9056      Branch: cfgperl
9057            ! Makefile.SH
9058 ____________________________________________________________________________
9059 [  3765] By: gsar                                  on 1999/07/26  09:28:48
9060         Log: From: Ian Phillipps <ian@dial.pipex.com>
9061              Date: Fri, 23 Jul 1999 23:35:56 +0100
9062              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
9063              Subject: (Version 2) Extending unpack to deal with counted strings
9064      Branch: perl
9065            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9066 ____________________________________________________________________________
9067 [  3764] By: jhi                                   on 1999/07/26  09:17:26
9068         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9069              To: perl5-porters@perl.org (Mailing list Perl5)
9070              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
9071              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
9072              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
9073              
9074              The patch was based on 5_57 so had to re-apply lib/Carp.pm
9075              parts of changes #3498, #3696, and #3702 for the new
9076              lib/Carp/Heavy.pm.
9077      Branch: cfgperl
9078            + lib/Carp/Heavy.pm
9079            ! MANIFEST lib/Carp.pm
9080 ____________________________________________________________________________
9081 [  3763] By: gsar                                  on 1999/07/26  09:03:17
9082         Log: ~ isn't valid in VMS filenames
9083      Branch: perl
9084            ! lib/Pod/Html.pm
9085 ____________________________________________________________________________
9086 [  3762] By: gsar                                  on 1999/07/26  08:59:47
9087         Log: setstate stop-gap from Vishal Bhatia
9088      Branch: perl
9089            ! ext/B/B/CC.pm
9090 ____________________________________________________________________________
9091 [  3761] By: gsar                                  on 1999/07/26  08:06:39
9092         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
9093              add B::OP::name() method that returns just the op_name;
9094              convert Deparse et all to use that instead of B::OP::ppaddr();
9095              add support for OP_SETSTATE in Deparse
9096      Branch: perl
9097            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9098            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9099            ! ext/B/B/Xref.pm opcode.h opcode.pl
9100 ____________________________________________________________________________
9101 [  3760] By: jhi                                   on 1999/07/26  07:14:43
9102         Log: Integrate with Sarathy.
9103      Branch: cfgperl
9104           !> (integrate 43 files)
9105 ____________________________________________________________________________
9106 [  3759] By: gsar                                  on 1999/07/26  05:12:24
9107         Log: add disclaimer about perl 4 libraries (modified version of
9108              patch suggested by Clinton Pierce <cpierce1@ford.com>)
9109      Branch: perl
9110            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9111            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9112            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9113            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9114            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9115 ____________________________________________________________________________
9116 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9117         Log: make reset() behave with high-bit characters
9118              From: Ian Phillipps <ian@dial.pipex.com>
9119              Date: Thu, 22 Jul 1999 22:48:59 +0100
9120              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9121              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9122      Branch: perl
9123            ! sv.c
9124 ____________________________________________________________________________
9125 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9126         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9127      Branch: perl
9128            ! pod/perlport.pod
9129 ____________________________________________________________________________
9130 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9131         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9132      Branch: perl
9133            ! utils/dprofpp.PL
9134 ____________________________________________________________________________
9135 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9136         Log: disable VPATH for now (breaks x2p build)
9137      Branch: perl
9138            ! x2p/Makefile.SH
9139 ____________________________________________________________________________
9140 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9141         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9142              (%! has the necessary magic); misc typos
9143      Branch: perl
9144            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9145            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9146            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9147            ! utils/h2xs.PL
9148 ____________________________________________________________________________
9149 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9150         Log: integrate cfgperl contents into mainline
9151      Branch: perl
9152           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9153           !> (integrate 53 files)
9154 ____________________________________________________________________________
9155 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9156         Log: ensure implicitly closed handles don't set $? or $!
9157      Branch: perl
9158            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9159 ____________________________________________________________________________
9160 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9161         Log: change#3534 didn't preserve undef return values from caller()
9162      Branch: perl
9163            ! Changes pp_ctl.c
9164 ____________________________________________________________________________
9165 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9166         Log: Back up a tiny bit from #3735.
9167              This may break builds outside the source directory
9168              but then again, they do not work that ell yet anyway.
9169      Branch: cfgperl
9170            ! Makefile.SH
9171 ____________________________________________________________________________
9172 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9173         Log: Back up a tiny bit from #3735.
9174              This may break builds outside the source directory
9175              but then again, they do not work that ell yet anyway.
9176      Branch: cfgperl
9177            ! Makefile.SH
9178 ____________________________________________________________________________
9179 [  3749] By: jhi                                   on 1999/07/25  19:15:55
9180         Log: Integrate with Sarathy.
9181      Branch: cfgperl
9182           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
9183 ____________________________________________________________________________
9184 [  3748] By: jhi                                   on 1999/07/25  19:06:59
9185         Log: Recode locale.t so that the change in #3730
9186              is not needed and locale.t works both without
9187              and with the utf8 pragma.
9188      Branch: cfgperl
9189            + t/pragma/locale/latin1 t/pragma/locale/utf8
9190            ! MANIFEST t/pragma/locale.t
9191 ____________________________________________________________________________
9192 [  3747] By: jhi                                   on 1999/07/25  19:01:46
9193         Log: Like #3743.
9194      Branch: cfgperl
9195            ! utils/perlbug.PL
9196 ____________________________________________________________________________
9197 [  3746] By: gsar                                  on 1999/07/25  18:08:58
9198         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
9199              append a HISTORY section to POD if option is used
9200      Branch: perl
9201            ! utils/h2xs.PL
9202 ____________________________________________________________________________
9203 [  3745] By: gsar                                  on 1999/07/25  17:40:03
9204         Log: warn rather than die when parse_version() can't cut it (from
9205              Michael G Schwern <schwern@pobox.com>)
9206      Branch: perl
9207            ! lib/ExtUtils/MM_Unix.pm
9208 ____________________________________________________________________________
9209 [  3744] By: gsar                                  on 1999/07/25  16:32:48
9210         Log: make map behave like grep wrt indirect object slot when
9211              there are parentheses; revert an experimental mod by Larry
9212              in change#2038 that failed to parse %{{qw(a b c)}} properly
9213              (this means C<map {use Foo; ...} ...> still needs a proper
9214              fix)
9215      Branch: perl
9216            ! toke.c
9217 ____________________________________________________________________________
9218 [  3743] By: jhi                                   on 1999/07/25  16:24:55
9219         Log: Fix a typo in #3725.
9220      Branch: cfgperl
9221            ! utils/perlbug.PL
9222 ____________________________________________________________________________
9223 [  3742] By: jhi                                   on 1999/07/25  16:14:39
9224         Log: Integrate with Sarathy.
9225      Branch: cfgperl
9226           !> (integrate 26 files)
9227 ____________________________________________________________________________
9228 [  3741] By: jhi                                   on 1999/07/25  16:02:28
9229         Log: Cut-and-pasto in #3737.
9230      Branch: cfgperl
9231            ! perl.c
9232 ____________________________________________________________________________
9233 [  3740] By: gsar                                  on 1999/07/25  15:59:34
9234         Log: add note about glibc bug
9235      Branch: perl
9236            ! t/pragma/warn/pp_hot
9237 ____________________________________________________________________________
9238 [  3739] By: gsar                                  on 1999/07/25  15:48:40
9239         Log: fix bug in change#3728 that might free COPs prematurely;
9240              null(op) now does more thorough scrubbing of the op, which
9241              fixes a few compile-time memory "leaks"
9242      Branch: perl
9243            ! dump.c embed.h embed.pl op.c proto.h
9244 ____________________________________________________________________________
9245 [  3738] By: jhi                                   on 1999/07/25  14:15:26
9246         Log: In accordance with #3737.
9247      Branch: metaconfig
9248            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
9249            ! U/modified/Oldconfig.U
9250      Branch: metaconfig/U/perl
9251            ! Extensions.U
9252 ____________________________________________________________________________
9253 [  3737] By: jhi                                   on 1999/07/25  14:12:34
9254         Log: Use vendorprefixlib.
9255      Branch: cfgperl
9256            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9257            ! config_h.SH perl.c
9258 ____________________________________________________________________________
9259 [  3736] By: jhi                                   on 1999/07/25  13:10:03
9260         Log: Populate metaconfig branch.
9261      Branch: metaconfig
9262            + (add 1468 files)
9263      Branch: metaconfig/U/perl
9264            + (add 101 files)
9265 ____________________________________________________________________________
9266 [  3735] By: jhi                                   on 1999/07/25  12:27:20
9267         Log: First steps of making builds outside the source
9268              directory possible.  These should get us as far
9269              as miniperl, then building DynaLoader falls into
9270              tiny twinkling pieces as MakeMaker knows nothing
9271              of VPATH mindset.
9272      Branch: cfgperl
9273            ! Configure Makefile.SH cflags.SH config_h.SH configpm
9274            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
9275            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
9276            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
9277            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
9278 ____________________________________________________________________________
9279 [  3734] By: jhi                                   on 1999/07/25  11:19:28
9280         Log: Poor Glossary--are we fixed yet?
9281      Branch: cfgperl
9282            ! Porting/Glossary
9283 ____________________________________________________________________________
9284 [  3733] By: jhi                                   on 1999/07/25  11:15:06
9285         Log: Change #3732 mistakenly clobbered Glossary.
9286      Branch: cfgperl
9287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9288            ! config_h.SH
9289 ____________________________________________________________________________
9290 [  3732] By: jhi                                   on 1999/07/25  10:46:39
9291         Log: Andy's new installation scheme (note: a lot of this
9292              leaked in already with change #3731).  The vendor*
9293              stuff is not used anywhere (in *.SH, say), so it
9294              isn't in Configure, either.
9295      Branch: cfgperl
9296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9297            ! config_h.SH
9298 ____________________________________________________________________________
9299 [  3731] By: jhi                                   on 1999/07/25  10:12:07
9300         Log: Circumcode a strange shell(?) bug in AIX found
9301              while trying to do -Duse64bits (which I couldn't do
9302              in the end because the CPU isn't 64-bit in that box,
9303              but at least now the probing doesn't crash.)
9304      Branch: cfgperl
9305            ! Configure config_h.SH hints/aix.sh
9306 ____________________________________________________________________________
9307 [  3730] By: gsar                                  on 1999/07/25  04:56:56
9308         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
9309              a utf8 bug in one of the new RE optimizations
9310      Branch: perl
9311            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
9312            ! t/pragma/locale.t
9313 ____________________________________________________________________________
9314 [  3729] By: jhi                                   on 1999/07/23  19:56:27
9315         Log: From: Andy Dougherty <doughera@lafayette.edu>
9316              To: Perl Porters <perl5-porters@perl.org>
9317              Subject: [PATCH 5.005_57] INSTALL-1.58
9318              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
9319              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
9320              
9321              plus
9322              
9323              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9324              To: Andy Dougherty <doughera@lafayette.edu>
9325              Cc: Perl Porters <perl5-porters@perl.org>
9326              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
9327              Date: Fri, 23 Jul 1999 13:38:25 -0400
9328              Message-ID: <19990723133825.A12033@O2.chapin.edu>
9329      Branch: cfgperl
9330            ! INSTALL
9331 ____________________________________________________________________________
9332 [  3728] By: gsar                                  on 1999/07/23  17:24:42
9333         Log: applied suggested patch for tracking line numbers correctly in
9334              optimized blocks with a single statement; changed setcop to
9335              setstate and added code for -Dx dumps
9336              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9337              Date: Wed, 23 Jun 1999 17:27:42 +0100
9338              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
9339              Subject: [PATCH 5.005_57] Line number error in optimised else() 
9340      Branch: perl
9341            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
9342            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
9343            ! pp_proto.h t/op/misc.t
9344 ____________________________________________________________________________
9345 [  3727] By: gsar                                  on 1999/07/23  15:56:04
9346         Log: avoid useless use of target for pp_each(); also fixes bugs due to
9347              refcount held by the target
9348      Branch: perl
9349            ! opcode.h opcode.pl pp.c t/op/each.t
9350 ____________________________________________________________________________
9351 [  3726] By: jhi                                   on 1999/07/23  12:08:30
9352         Log: Change #3725 aftershock.
9353      Branch: cfgperl
9354            ! INSTALL jpl/JNI/JNI.pm
9355 ____________________________________________________________________________
9356 [  3725] By: jhi                                   on 1999/07/23  11:58:49
9357         Log: Introduce $Config{ldlibpthname} which contains
9358              the name of the environment variable holding the
9359              dynamic library search path, often LD_LIBRARY_PATH.
9360              Use this new feature all over.
9361              Also removed remnants of admonition "add LD_LIBRARY_PATH
9362              before running make" because Makefile.SH does this for you. 
9363      Branch: cfgperl
9364            ! Configure Makefile.SH config_h.SH
9365            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
9366            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
9367            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
9368            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
9369            ! jpl/install-jpl utils/perlbug.PL
9370 ____________________________________________________________________________
9371 [  3724] By: jhi                                   on 1999/07/23  08:03:36
9372         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
9373              To: perl5-porters@perl.org
9374              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
9375              Date: Thu, 22 Jul 1999 19:58:34 -0400
9376              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
9377      Branch: cfgperl
9378            ! av.c
9379 ____________________________________________________________________________
9380 [  3723] By: gsar                                  on 1999/07/23  00:01:29
9381         Log: emit warning about function calls that were encountered too early
9382              to enforce their prototype
9383      Branch: perl
9384            ! op.c op.h pod/perldiag.pod
9385 ____________________________________________________________________________
9386 [  3722] By: jhi                                   on 1999/07/22  21:19:59
9387         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9388              To: perl5-porters@perl.org
9389              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
9390              Subject: [PATCH] MakeMaker documentation
9391              Date: Wed, 21 Jul 1999 14:15:42 -0400
9392              Message-ID: <19990721141542.A1800@O2.chapin.edu>
9393      Branch: cfgperl
9394            ! lib/ExtUtils/MakeMaker.pm
9395 ____________________________________________________________________________
9396 [  3721] By: jhi                                   on 1999/07/22  21:05:19
9397         Log: From: pvhp@forte.com (Peter Prymmer)
9398              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
9399              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
9400              Date: Wed, 21 Jul 99 17:15:39 PDT
9401              Message-Id: <9907220015.AA11931@forte.com>
9402      Branch: cfgperl
9403            ! hints/os390.sh
9404 ____________________________________________________________________________
9405 [  3720] By: jhi                                   on 1999/07/22  20:51:17
9406         Log: AIX magic: ccdlflags needs to be different for
9407              Perl itself and for extra-core extensions
9408              (as used by ExtUtilss::embed::ldopts).
9409              Based on the problems described in
9410              
9411              From: Mike W Ellwood <mwe@rl.ac.uk>
9412              To: perl5-porters@perl.org
9413              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
9414              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
9415              Reply-To: m.w.ellwood@rl.ac.uk
9416              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
9417      Branch: cfgperl
9418            ! Configure Makefile.SH config_h.SH hints/aix.sh
9419 ____________________________________________________________________________
9420 [  3719] By: jhi                                   on 1999/07/22  08:23:53
9421         Log: Update history records.
9422      Branch: cfgperl
9423            ! pod/perlhist.pod
9424 ____________________________________________________________________________
9425 [  3718] By: jhi                                   on 1999/07/21  13:54:42
9426         Log: Todododobedobedo.
9427      Branch: cfgperl
9428            ! Todo
9429 ____________________________________________________________________________
9430 [  3717] By: jhi                                   on 1999/07/21  12:10:48
9431         Log: Even more Todo.
9432      Branch: cfgperl
9433            ! Todo
9434 ____________________________________________________________________________
9435 [  3716] By: jhi                                   on 1999/07/21  11:40:39
9436         Log: Use Errno more extensively so that error
9437              messages are more portable (another way
9438              would be to muck around with LC_MESSAGES).
9439              Problem reported in
9440              
9441              From: oracle@pcr8.pcr.com
9442              To: perl5-porters@perl.org
9443              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
9444              Date: Mon, 19 Jul 1999 18:39:13 -0400
9445              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
9446      Branch: cfgperl
9447            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9448            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
9449            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
9450 ____________________________________________________________________________
9451 [  3715] By: jhi                                   on 1999/07/21  11:05:36
9452         Log: Slightly modified patch.
9453              From: Sean Sheedy <seans@ncube.com>
9454              To: perl5-porters@perl.org
9455              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
9456              Date: Tue, 20 Jul 1999 09:52:06 -0700
9457              Message-Id: <3794A935.1C150E54@ncube.com>
9458      Branch: cfgperl
9459            ! cflags.SH x2p/cflags.SH
9460 ____________________________________________________________________________
9461 [  3714] By: jhi                                   on 1999/07/20  21:26:19
9462         Log: More Todo.
9463      Branch: cfgperl
9464            ! Todo
9465 ____________________________________________________________________________
9466 [  3713] By: jhi                                   on 1999/07/20  18:02:45
9467         Log: Integrate with Sarathy.
9468      Branch: cfgperl
9469           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9470           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9471           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
9472           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
9473           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
9474           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
9475           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
9476           +> utils/dprofpp.PL
9477           !> INSTALL MAINTAIN MANIFEST configure.com
9478           !> ext/Devel/Peek/Makefile.PL installman installperl
9479           !> pod/roffitall utils/Makefile vms/descrip_mms.template
9480           !> win32/Makefile win32/makefile.mk win32/win32.h
9481 ____________________________________________________________________________
9482 [  3712] By: gsar                                  on 1999/07/20  15:29:01
9483         Log: DProf tweak
9484      Branch: perl
9485            ! ext/Devel/DProf/DProf.xs
9486 ____________________________________________________________________________
9487 [  3711] By: gsar                                  on 1999/07/20  07:56:19
9488         Log: another DProf build tweak
9489      Branch: perl
9490            ! utils/dprofpp.PL
9491 ____________________________________________________________________________
9492 [  3710] By: gsar                                  on 1999/07/20  07:36:36
9493         Log: move DProf things around to where they are supposed to be
9494      Branch: perl
9495            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
9496            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
9497            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
9498            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
9499            + t/lib/dprof/test6_t t/lib/dprof/test6_v
9500           +> utils/dprofpp.PL
9501            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9502            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9503            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9504            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9505            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9506            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9507            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9508            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9509            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9510            ! installperl pod/roffitall utils/Makefile
9511            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9512 ____________________________________________________________________________
9513 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9514         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9515      Branch: perl
9516            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9517            ! ext/Devel/Peek/Makefile.PL
9518 ____________________________________________________________________________
9519 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9520         Log: move DProf to Devel/DProf
9521      Branch: perl
9522           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9523           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9524           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9525           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9526           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9527           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9528           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9529           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9530           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9531           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
9532           +> ext/Devel/DProf/test.pl
9533            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9534            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9535            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9536            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9537            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9538            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9539            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9540            ! MAINTAIN MANIFEST configure.com win32/Makefile
9541            ! win32/makefile.mk
9542 ____________________________________________________________________________
9543 [  3707] By: gsar                                  on 1999/07/20  05:39:11
9544         Log: add Devel::DProf v19990108 from CPAN, as it was
9545      Branch: perl
9546            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
9547            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
9548            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
9549            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
9550            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
9551            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
9552            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
9553            ! MANIFEST
9554 ____________________________________________________________________________
9555 [  3706] By: gsar                                  on 1999/07/20  04:52:25
9556         Log: C<union any> needs no PERL_OBJECT-treatment
9557      Branch: perl
9558            ! win32/win32.h
9559 ____________________________________________________________________________
9560 [  3705] By: gsar                                  on 1999/07/20  04:11:54
9561         Log: fix problem in default build
9562      Branch: perl
9563            ! win32/Makefile win32/makefile.mk
9564 ____________________________________________________________________________
9565 [  3704] By: jhi                                   on 1999/07/19  07:06:36
9566         Log: Integrate with Sarathy.
9567      Branch: cfgperl
9568           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
9569           !> win32/win32.c
9570 ____________________________________________________________________________
9571 [  3703] By: gsar                                  on 1999/07/19  05:55:57
9572         Log: win32 nits
9573      Branch: perl
9574            ! makedef.pl sv.h
9575 ____________________________________________________________________________
9576 [  3702] By: gsar                                  on 1999/07/19  04:29:34
9577         Log: don't display tid from main thread (or testsuite breaks)
9578      Branch: perl
9579            ! lib/Carp.pm util.c
9580 ____________________________________________________________________________
9581 [  3701] By: gsar                                  on 1999/07/19  00:47:52
9582         Log: remove several doubled (and tripled!) entries
9583      Branch: perl
9584            ! pod/perldiag.pod
9585 ____________________________________________________________________________
9586 [  3700] By: gsar                                  on 1999/07/19  00:42:34
9587         Log: integrate cfgperl contents into mainline
9588      Branch: perl
9589           +> makedef.pl
9590            - perl_exp.SH win32/makedef.pl
9591           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9592           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
9593           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
9594           !> utf8.c util.c win32/Makefile win32/makefile.mk
9595 ____________________________________________________________________________
9596 [  3699] By: gsar                                  on 1999/07/19  00:33:59
9597         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
9598      Branch: perl
9599            ! Changes win32/win32.c
9600 ____________________________________________________________________________
9601 [  3698] By: jhi                                   on 1999/07/18  21:33:57
9602         Log: Integrate with Sarathy.
9603      Branch: cfgperl
9604           +> t/op/chars.t
9605           !> (integrate 57 files)
9606 ____________________________________________________________________________
9607 [  3697] By: gsar                                  on 1999/07/18  05:22:36
9608         Log: From: pvhp@forte.com (Peter Prymmer)
9609              Date: Thu, 1 Jul 99 19:31:24 PDT
9610              Message-Id: <9907020231.AA16942@forte.com>
9611              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
9612      Branch: perl
9613            + t/op/chars.t
9614            ! MANIFEST ebcdic.c t/op/ord.t
9615 ____________________________________________________________________________
9616 [  3696] By: gsar                                  on 1999/07/18  05:11:02
9617         Log: display thread id in diagnostics (suggested by Dan Sugalski)
9618      Branch: perl
9619            ! lib/Carp.pm util.c
9620 ____________________________________________________________________________
9621 [  3695] By: gsar                                  on 1999/07/18  04:57:47
9622         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
9623      Branch: perl
9624            ! pod/perldiag.pod
9625 ____________________________________________________________________________
9626 [  3694] By: gsar                                  on 1999/07/18  04:56:28
9627         Log: cache [NIUP]V conversions of defined READONLY values
9628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9629              Date: Sun, 11 Jul 1999 04:39:44 -0400
9630              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
9631              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
9632      Branch: perl
9633            ! sv.c
9634 ____________________________________________________________________________
9635 [  3693] By: gsar                                  on 1999/07/18  03:53:38
9636         Log: From: jan.dubois@ibm.net (Jan Dubois)
9637              Date: Sat, 17 Jul 1999 10:58:29 +0200
9638              Message-ID: <379144ad.13616689@smtp1.ibm.net>
9639              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
9640      Branch: perl
9641            ! lib/ExtUtils/Manifest.pm
9642 ____________________________________________________________________________
9643 [  3692] By: gsar                                  on 1999/07/18  03:51:03
9644         Log: remove spurious newSTATEOP() that causes goto to enter one too many
9645              contexts when jumping between if and elsif blocks
9646      Branch: perl
9647            ! perly.c perly.y pp_ctl.c t/op/goto.t
9648 ____________________________________________________________________________
9649 [  3691] By: gsar                                  on 1999/07/18  01:49:59
9650         Log: detypo, update Changes
9651      Branch: perl
9652            ! Changes doio.c
9653 ____________________________________________________________________________
9654 [  3690] By: gsar                                  on 1999/07/18  01:16:59
9655         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
9656      Branch: perl
9657            ! lib/integer.pm
9658 ____________________________________________________________________________
9659 [  3689] By: gsar                                  on 1999/07/18  00:47:17
9660         Log: ensure __END__ appears on a line by itself in wrapped
9661              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
9662              mention caveat about successfull kill()
9663      Branch: perl
9664            ! pod/perlfunc.pod win32/bin/pl2bat.pl
9665 ____________________________________________________________________________
9666 [  3688] By: gsar                                  on 1999/07/17  20:47:44
9667         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
9668      Branch: perl
9669            ! ext/SDBM_File/sdbm/Makefile.PL
9670 ____________________________________________________________________________
9671 [  3687] By: gsar                                  on 1999/07/17  20:43:27
9672         Log: make CC.pm use a distinct CCPP() macro rather than PP()
9673              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
9674      Branch: perl
9675            ! cc_runtime.h ext/B/B/CC.pm
9676 ____________________________________________________________________________
9677 [  3686] By: gsar                                  on 1999/07/17  20:39:08
9678         Log: tiny bug in vars.pm (from John Dlugosz)
9679      Branch: perl
9680            ! lib/vars.pm
9681 ____________________________________________________________________________
9682 [  3685] By: gsar                                  on 1999/07/17  20:37:27
9683         Log: applied suggested patch, along with later tweak
9684              From: jan.dubois@ibm.net (Jan Dubois)
9685              Date: Wed, 14 Jul 1999 23:53:43 +0200
9686              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
9687              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
9688      Branch: perl
9689            ! lib/Pod/Html.pm
9690 ____________________________________________________________________________
9691 [  3684] By: gsar                                  on 1999/07/17  20:24:32
9692         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
9693      Branch: perl
9694            ! thrdvar.h
9695 ____________________________________________________________________________
9696 [  3683] By: gsar                                  on 1999/07/17  20:21:01
9697         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9698              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
9699              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
9700              Subject: [PATCH 5.005_57] Segfaults if $^P
9701      Branch: perl
9702            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
9703            ! proto.h
9704 ____________________________________________________________________________
9705 [  3682] By: gsar                                  on 1999/07/17  20:04:17
9706         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
9707              and prefix/lib/perl5/man are ass_u_med only if those directories
9708              actually exist; else prefix/{lib,man} are used)
9709      Branch: perl
9710            ! lib/ExtUtils/MM_Unix.pm
9711 ____________________________________________________________________________
9712 [  3681] By: gsar                                  on 1999/07/17  19:12:33
9713         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
9714      Branch: perl
9715            ! op.c t/comp/proto.t
9716 ____________________________________________________________________________
9717 [  3680] By: gsar                                  on 1999/07/17  18:23:55
9718         Log: fix vec() on magic values
9719              From: Ian Phillipps <ian@dial.pipex.com>
9720              Date: Mon, 12 Jul 1999 12:30:05 +0100
9721              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
9722              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
9723      Branch: perl
9724            ! doop.c t/op/tie.t
9725 ____________________________________________________________________________
9726 [  3679] By: gsar                                  on 1999/07/17  18:10:44
9727         Log: make system() return -1 and set $! if exec of child failed
9728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9729              Date: Fri, 9 Jul 1999 05:21:13 -0400
9730              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
9731              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
9732      Branch: perl
9733            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
9734            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
9735 ____________________________________________________________________________
9736 [  3678] By: gsar                                  on 1999/07/17  17:54:01
9737         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9738              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
9739              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
9740              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
9741      Branch: perl
9742            ! util.c
9743 ____________________________________________________________________________
9744 [  3677] By: gsar                                  on 1999/07/17  17:34:38
9745         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
9746              converted Ken's documentation outline into pod
9747      Branch: perl
9748            ! x2p/find2perl.PL
9749 ____________________________________________________________________________
9750 [  3676] By: gsar                                  on 1999/07/17  16:34:09
9751         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
9752              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
9753              Steve Lidie
9754      Branch: perl
9755            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
9756            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9757            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
9758            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
9759            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
9760            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
9761 ____________________________________________________________________________
9762 [  3675] By: gsar                                  on 1999/07/17  00:16:53
9763         Log: backout redundant change#3628
9764      Branch: perl
9765            ! Changes hints/bsdos.sh
9766 ____________________________________________________________________________
9767 [  3674] By: jhi                                   on 1999/07/15  14:26:03
9768         Log: Fix the bin/oct/hex constant overflow tests for
9769              long long platforms.
9770      Branch: cfgperl
9771            ! t/pragma/warn/util
9772 ____________________________________________________________________________
9773 [  3673] By: jhi                                   on 1999/07/14  21:59:11
9774         Log: Fixed AIX dynamic loading and AIX shared Perl library.
9775              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
9776              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
9777              Hijacked win32/makedef.pl for more general purpose export
9778              list building, now it is used (as toplevel makedef.pl)
9779              for win32 and AIX (perl_exp.SH made unnecessary).
9780              Because the export lists are now correct in AIX, no more linker
9781              warnings about "Exported symbol not defined" should appear.
9782      Branch: cfgperl
9783            + makedef.pl
9784            - perl_exp.SH win32/makedef.pl
9785            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
9786            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
9787            ! win32/makefile.mk
9788 ____________________________________________________________________________
9789 [  3672] By: gsar                                  on 1999/07/14  17:12:13
9790         Log: minor efficiency tweak
9791      Branch: perl
9792            ! pp_ctl.c
9793 ____________________________________________________________________________
9794 [  3671] By: jhi                                   on 1999/07/14  16:22:39
9795         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
9796              if its caller re_intuit_start() was entered with strend == strpos
9797              because end_shift ended up as -1.  The patch ain't necessarily
9798              correct but least the core dump is avoided.
9799      Branch: cfgperl
9800            ! regexec.c
9801 ____________________________________________________________________________
9802 [  3670] By: jhi                                   on 1999/07/13  07:59:09
9803         Log: Integrate with Sarathy.
9804      Branch: cfgperl
9805            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9806            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9807           !> (integrate 67 files)
9808 ____________________________________________________________________________
9809 [  3669] By: gsar                                  on 1999/07/12  06:14:54
9810         Log: fixups for sundry warnings about function pointers
9811      Branch: perl
9812            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
9813            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
9814            ! win32/win32.c win32/win32.h
9815 ____________________________________________________________________________
9816 [  3668] By: gsar                                  on 1999/07/12  04:11:58
9817         Log: tweaks for win32/borland
9818      Branch: perl
9819            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
9820 ____________________________________________________________________________
9821 [  3667] By: gsar                                  on 1999/07/12  01:55:15
9822         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
9823              builds; passing the implicit context is unified among the three
9824              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
9825              flavors (see the top of perl.h) for testing; all varargs functions
9826              foo() have a va_list-taking variant vfoo() for generating the
9827              context-free versions; the PERL_OBJECT build should now be
9828              hyper-compatible with CPAN extensions (C++ is totally out of
9829              the picture)
9830              
9831              result has only been tested on Windows
9832              
9833              TODO: write docs on the THX rationale and idiomatic usage of
9834              the Perl API
9835      Branch: perl
9836            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9837            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
9838            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
9839            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9840            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
9841            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
9842            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
9843            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
9844            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
9845            ! global.sym globals.c intrpvar.h iperlsys.h
9846            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9847            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
9848            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
9849            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
9850            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
9851            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
9852            ! win32/dl_win32.xs win32/include/dirent.h
9853            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
9854            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
9855            ! win32/win32iop.h win32/win32sck.c
9856 ____________________________________________________________________________
9857 [  3666] By: jhi                                   on 1999/07/11  22:00:13
9858         Log: Integrate with Sarathy.
9859      Branch: cfgperl
9860           !> op.c t/op/lex_assign.t
9861 ____________________________________________________________________________
9862 [  3665] By: jhi                                   on 1999/07/11  21:59:01
9863         Log: More manual sync.
9864      Branch: cfgperl
9865            ! pod/perldelta.pod
9866 ____________________________________________________________________________
9867 [  3664] By: gsar                                  on 1999/07/11  19:11:07
9868         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
9869              remedy and related tests via private mail
9870      Branch: perl
9871            ! op.c t/op/lex_assign.t
9872 ____________________________________________________________________________
9873 [  3663] By: jhi                                   on 1999/07/11  15:04:37
9874         Log: Manual synchronization with Sarathy (some files
9875              had drifted apart for no apparent reason), plus
9876              I had a typo in dl_vms.xs Sarathy had fixed.
9877      Branch: cfgperl
9878            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
9879 ____________________________________________________________________________
9880 [  3662] By: jhi                                   on 1999/07/10  12:23:21
9881         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
9882              to adapt to the underlying platform (the binary, 0b1..., test
9883              was broken in 64-bit platforms).  Also change "hex" in the
9884              warning messages to "hexadecimal" to match "binary" and "octal".
9885      Branch: cfgperl
9886            ! pod/perldiag.pod t/pragma/warn/util util.c
9887 ____________________________________________________________________________
9888 [  3661] By: jhi                                   on 1999/07/08  21:54:55
9889         Log: Integrate with Sarathy.
9890      Branch: cfgperl
9891           +> perlapi.c perlapi.h
9892           !> (integrate 43 files)
9893 ____________________________________________________________________________
9894 [  3660] By: gsar                                  on 1999/07/08  18:47:35
9895         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
9896      Branch: perl
9897            + perlapi.c perlapi.h
9898            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
9899            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
9900            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
9901            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
9902            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
9903            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
9904            ! win32/win32.h
9905 ____________________________________________________________________________
9906 [  3659] By: gsar                                  on 1999/07/08  18:41:45
9907         Log: sundry cleanups for clean build on windows
9908      Branch: perl
9909            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
9910 ____________________________________________________________________________
9911 [  3658] By: gsar                                  on 1999/07/08  01:24:25
9912         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
9913              type mismatch problems
9914      Branch: perl
9915            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
9916            ! t/pragma/warn/op toke.c utf8.c util.c
9917 ____________________________________________________________________________
9918 [  3657] By: jhi                                   on 1999/07/07  23:01:16
9919         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
9920      Branch: cfgperl
9921            ! pod/perldiag.pod
9922           !> Changes configure.com ext/B/B/Deparse.pm
9923           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
9924           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
9925           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
9926           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
9927           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
9928           !> t/pragma/overload.t thread.h vms/vms.c
9929 ____________________________________________________________________________
9930 [  3656] By: gsar                                  on 1999/07/07  21:04:38
9931         Log: integrate cfgperl contents
9932      Branch: perl
9933           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
9934           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
9935           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
9936            ! Changes
9937           !> (integrate 45 files)
9938 ____________________________________________________________________________
9939 [  3655] By: gsar                                  on 1999/07/07  18:55:45
9940         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
9941              <pvhp@forte.com>
9942      Branch: perl
9943            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
9944 ____________________________________________________________________________
9945 [  3654] By: gsar                                  on 1999/07/07  18:47:03
9946         Log: change#1889 mistakenly removed F_SETLK
9947      Branch: perl
9948            ! ext/Fcntl/Fcntl.xs
9949 ____________________________________________________________________________
9950 [  3653] By: gsar                                  on 1999/07/07  18:42:42
9951         Log: B::Deparse update
9952              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9953              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
9954              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
9955              Subject: [PATCH _57, long] B::Deparse 0.58
9956      Branch: perl
9957            ! ext/B/B/Deparse.pm
9958 ____________________________________________________________________________
9959 [  3652] By: gsar                                  on 1999/07/07  18:41:07
9960         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9961              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
9962              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
9963              Subject: Re: [ID 19990705.001] Overloading boolean conversion
9964      Branch: perl
9965            ! gv.c t/pragma/overload.t
9966 ____________________________________________________________________________
9967 [  3651] By: gsar                                  on 1999/07/07  17:47:30
9968         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
9969      Branch: perl
9970            ! perlsfio.h
9971 ____________________________________________________________________________
9972 [  3650] By: gsar                                  on 1999/07/07  17:45:52
9973         Log: applied new parts of suggested patch
9974              From: Charles Bailey <BAILEY@newman.upenn.edu>
9975              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
9976              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
9977              Subject: [PATCH 5.005_57] Consolidated VMS patch
9978      Branch: perl
9979            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
9980            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
9981            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
9982            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
9983            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
9984 ____________________________________________________________________________
9985 [  3649] By: jhi                                   on 1999/07/07  13:38:02
9986         Log: Sync regcomp warn with reality.
9987      Branch: cfgperl
9988            ! t/pragma/warn/regcomp
9989 ____________________________________________________________________________
9990 [  3648] By: jhi                                   on 1999/07/07  13:04:55
9991         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
9992              resolved manually.
9993      Branch: cfgperl
9994           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
9995           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
9996           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
9997            - README.lexwarn
9998           !> (integrate 79 files)
9999 ____________________________________________________________________________
10000 [  3647] By: gsar                                  on 1999/07/07  10:32:03
10001         Log: From: jan.dubois@ibm.net (Jan Dubois)
10002              Date: Thu, 01 Jul 1999 11:17:53 +0200
10003              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
10004              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
10005      Branch: perl
10006            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10007            ! lib/ExtUtils/MakeMaker.pm
10008 ____________________________________________________________________________
10009 [  3646] By: gsar                                  on 1999/07/07  10:27:55
10010         Log: fix undocumented IO::Handle functions as suggested
10011              by cj10@cam.ac.uk
10012      Branch: perl
10013            ! ext/IO/lib/IO/Handle.pm
10014 ____________________________________________________________________________
10015 [  3645] By: gsar                                  on 1999/07/07  10:18:55
10016         Log: prohibit thread join()ing itself (from Dan Sugalski)
10017      Branch: perl
10018            ! ext/Thread/Thread.xs
10019 ____________________________________________________________________________
10020 [  3644] By: gsar                                  on 1999/07/07  10:14:26
10021         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10022              Date: Wed, 30 Jun 1999 14:02:42 -0700
10023              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
10024              Subject:  [PATCH 5.005_57] Compiler and XSUBS
10025      Branch: perl
10026            ! ext/B/B/C.pm
10027 ____________________________________________________________________________
10028 [  3643] By: gsar                                  on 1999/07/07  10:08:38
10029         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
10030              (from François Désarménien <desar@club-internet.fr>)
10031      Branch: perl
10032            ! pod/perlsyn.pod
10033 ____________________________________________________________________________
10034 [  3642] By: gsar                                  on 1999/07/07  10:03:24
10035         Log: From: Doug MacEachern <dougm@cp.net>
10036              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
10037              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
10038              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
10039      Branch: perl
10040            ! ext/B/B.xs
10041 ____________________________________________________________________________
10042 [  3641] By: gsar                                  on 1999/07/07  10:00:57
10043         Log: slightly modified version of suggested patch
10044              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
10045              Date: Mon, 28 Jun 1999 14:23:59 -0400
10046              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
10047              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
10048      Branch: perl
10049            ! ext/POSIX/POSIX.xs
10050 ____________________________________________________________________________
10051 [  3640] By: gsar                                  on 1999/07/07  09:45:43
10052         Log: lexical warnings update (warning.t fails one test
10053              due to leaked scalar, investigation pending)
10054              From: paul.marquess@bt.com
10055              Date: Sat, 26 Jun 1999 23:19:52 +0100
10056              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
10057              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
10058      Branch: perl
10059            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10060            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10061            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10062            - README.lexwarn
10063            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
10064            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10065            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
10066            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
10067            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10068            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
10069            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
10070            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10071            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10072            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10073            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10074            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10075            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
10076            ! warning.h warning.pl win32/win32.c
10077 ____________________________________________________________________________
10078 [  3639] By: gsar                                  on 1999/07/07  08:09:30
10079         Log: From: Brian Jepson <bjepson@home.com>
10080              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
10081              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
10082              Subject: Patch to JPL example program
10083      Branch: perl
10084            ! jpl/JPL_Rolo/JPL_Rolo.jpl
10085 ____________________________________________________________________________
10086 [  3638] By: jhi                                   on 1999/07/07  08:07:58
10087         Log: Integrate with Sarathy.
10088      Branch: cfgperl
10089           !> (integrate 34 files)
10090 ____________________________________________________________________________
10091 [  3637] By: gsar                                  on 1999/07/07  08:07:49
10092         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10093              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
10094              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
10095              Subject: [PATCH _57, long] Eliminate CONDOPs
10096      Branch: perl
10097            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
10098            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10099            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
10100            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
10101            ! pod/perltoc.pod pp_ctl.c pp_hot.c
10102 ____________________________________________________________________________
10103 [  3636] By: gsar                                  on 1999/07/07  07:50:51
10104         Log: adapted suggested patch for IO-1.20x
10105              From: ian@dial.pipex.com
10106              Date:  Fri, 25 Jun 1999 10:39:42 +0100
10107              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
10108              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
10109      Branch: perl
10110            ! ext/IO/lib/IO/Socket.pm
10111 ____________________________________________________________________________
10112 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10113         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10114      Branch: perl
10115            ! hints/powerux.sh
10116 ____________________________________________________________________________
10117 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10118         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10119              Date: Wed, 23 Jun 1999 16:16:05 +0100
10120              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10121              Subject: [PATCH 5.005_57] memleak in optimizer
10122      Branch: perl
10123            ! embed.h embed.pl objXSUB.h op.c proto.h
10124 ____________________________________________________________________________
10125 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10126         Log: add do-not-edit caveats for files generated by opcode.pl
10127              (suggested by Hugo van der Sanden)
10128      Branch: perl
10129            ! opcode.h opcode.pl pp.sym pp_proto.h
10130 ____________________________________________________________________________
10131 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10132         Log: better diagnostics on read operations from write-only
10133              filehandles
10134      Branch: perl
10135            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10136            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10137 ____________________________________________________________________________
10138 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10139         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10140              by David Muir Sharnoff <muir@idiom.com>)
10141      Branch: perl
10142            ! lib/Sys/Hostname.pm
10143 ____________________________________________________________________________
10144 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10145         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10146              Date: Sun, 20 Jun 1999 17:17:17 -0700
10147              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10148              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10149      Branch: perl
10150            ! ext/B/B/CC.pm
10151 ____________________________________________________________________________
10152 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10153         Log: installperl should write normal messages to STDOUT, not STDERR
10154      Branch: perl
10155            ! installperl
10156 ____________________________________________________________________________
10157 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10158         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10159      Branch: perl
10160            ! hints/bsdos.sh
10161 ____________________________________________________________________________
10162 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10163         Log: make diagnostic on C<my $^I> etc., more readable
10164      Branch: perl
10165            ! op.c
10166 ____________________________________________________________________________
10167 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10168         Log: From: Andy Dougherty <doughera@lafayette.edu>
10169              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10170              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10171              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10172      Branch: perl
10173            ! Makefile.SH utils/Makefile
10174 ____________________________________________________________________________
10175 [  3625] By: jhi                                   on 1999/07/06  21:50:46
10176         Log: Some new files of #3624 missing from MANIFEST.
10177      Branch: cfgperl
10178            ! MANIFEST
10179 ____________________________________________________________________________
10180 [  3624] By: jhi                                   on 1999/07/06  21:47:04
10181         Log: POSIX [[:character class:]] support for standard, locale,
10182              and utf8.  If both utf8 and locale are on, utf8 wins.
10183              I don't fully understand why so many tables changed in
10184              lib/unicode because of "make" -- maybe it was just overdue.
10185      Branch: cfgperl
10186            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10187            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10188            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10189            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
10190            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
10191            ! lib/unicode/Block.pl lib/unicode/Category.pl
10192            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10193            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
10194            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
10195            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
10196            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
10197            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
10198            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
10199            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
10200            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
10201            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
10202            ! t/pragma/warn/regcomp utf8.c
10203 ____________________________________________________________________________
10204 [  3623] By: gsar                                  on 1999/07/06  20:52:48
10205         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10206              Date: Wed, 16 Jun 1999 14:57:22 -0400
10207              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
10208              Subject: [PATCH 5.00557] Devel::Peek
10209      Branch: perl
10210            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10211 ____________________________________________________________________________
10212 [  3622] By: gsar                                  on 1999/07/06  20:22:59
10213         Log: applied patch after demunging headers with appropriate paths
10214              From: "Vishal Bhatia" <vishalb@my-deja.com>
10215              Date: Sat, 12 Jun 1999 08:23:59 -0700
10216              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
10217              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
10218      Branch: perl
10219            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
10220            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
10221 ____________________________________________________________________________
10222 [  3621] By: gsar                                  on 1999/07/06  20:10:50
10223         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10224              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
10225              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
10226              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
10227      Branch: perl
10228            ! doio.c
10229 ____________________________________________________________________________
10230 [  3620] By: jhi                                   on 1999/07/06  19:16:47
10231         Log: Mention EPOC and SOCKS.
10232      Branch: cfgperl
10233            ! pod/perldelta.pod
10234 ____________________________________________________________________________
10235 [  3619] By: gsar                                  on 1999/07/06  16:52:37
10236         Log: fix int vs STRLEN issue
10237      Branch: perl
10238            ! pp.c
10239 ____________________________________________________________________________
10240 [  3618] By: jhi                                   on 1999/07/06  16:52:20
10241         Log: There ain't Perl_atonv().
10242      Branch: cfgperl
10243            ! ext/ByteLoader/bytecode.h
10244 ____________________________________________________________________________
10245 [  3617] By: jhi                                   on 1999/07/06  15:55:22
10246         Log: Integrate with Sarathy.
10247      Branch: cfgperl
10248           !> Makefile.SH
10249 ____________________________________________________________________________
10250 [  3616] By: jhi                                   on 1999/07/06  15:54:09
10251         Log: Tweak for #3613.
10252      Branch: cfgperl
10253            ! Configure config_h.SH
10254 ____________________________________________________________________________
10255 [  3615] By: gsar                                  on 1999/07/06  11:00:21
10256         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10257              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
10258              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
10259              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
10260      Branch: perl
10261            ! Makefile.SH
10262 ____________________________________________________________________________
10263 [  3614] By: jhi                                   on 1999/07/06  10:44:48
10264         Log: Integrate with Sarathy.
10265      Branch: cfgperl
10266           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
10267           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
10268 ____________________________________________________________________________
10269 [  3613] By: jhi                                   on 1999/07/06  10:43:20
10270         Log: From: Nathan Kurz <nate@valleytel.net>
10271              Subject: [ID 19990612.001 compiling three deep modules within ext/]
10272              ply-To: nate@valleytel.net
10273              erl5-porters@perl.org
10274              Date: Sat, 12 Jun 1999 01:26:04 -0500
10275              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
10276      Branch: cfgperl
10277            ! Configure config_h.SH
10278 ____________________________________________________________________________
10279 [  3612] By: gsar                                  on 1999/07/06  10:17:52
10280         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10281              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
10282              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
10283              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
10284      Branch: perl
10285            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
10286 ____________________________________________________________________________
10287 [  3611] By: gsar                                  on 1999/07/06  09:51:20
10288         Log: From: pvhp@forte.com (Peter Prymmer)
10289              Date: Fri, 11 Jun 99 17:07:19 PDT
10290              Message-Id: <9906120007.AA13802@forte.com>
10291              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
10292      Branch: perl
10293            ! ext/IO/lib/IO/File.pm
10294 ____________________________________________________________________________
10295 [  3610] By: gsar                                  on 1999/07/06  09:37:37
10296         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
10297              tweak)
10298              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10299              Date: Wed, 09 Jun 1999 18:27:51 +0100
10300              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
10301              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
10302      Branch: perl
10303            ! perl.h t/base/rs.t
10304 ____________________________________________________________________________
10305 [  3609] By: jhi                                   on 1999/07/06  09:28:48
10306         Log: Integrate with Sarathy.
10307      Branch: cfgperl
10308           !> (integrate 49 files)
10309 ____________________________________________________________________________
10310 [  3608] By: gsar                                  on 1999/07/06  09:28:21
10311         Log: test tweak
10312      Branch: perl
10313            ! t/pragma/warn/op
10314 ____________________________________________________________________________
10315 [  3607] By: jhi                                   on 1999/07/06  09:22:48
10316         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
10317      Branch: cfgperl
10318            ! Configure config_h.SH
10319 ____________________________________________________________________________
10320 [  3606] By: gsar                                  on 1999/07/06  09:05:02
10321         Log: applied slightly tweaked version of suggested patch for
10322              improved RE API
10323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10324              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
10325              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
10326              Subject: [PATCH 5.005_57] REx engine rehash
10327      Branch: perl
10328            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
10329            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
10330            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
10331            ! util.c
10332 ____________________________________________________________________________
10333 [  3605] By: gsar                                  on 1999/07/06  08:54:03
10334         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
10335      Branch: perl
10336            ! sv.c
10337 ____________________________________________________________________________
10338 [  3604] By: gsar                                  on 1999/07/06  07:08:30
10339         Log: From: paul.marquess@bt.com
10340              Date: Tue, 8 Jun 1999 22:37:58 +0100 
10341              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
10342              Subject: [PATCH 5.005_57] DB_File 1.67
10343      Branch: perl
10344            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10345            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10346 ____________________________________________________________________________
10347 [  3603] By: gsar                                  on 1999/07/06  07:04:50
10348         Log: From: paul.marquess@bt.com
10349              Date: Tue, 8 Jun 1999 22:34:01 +0100 
10350              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
10351              Subject: [PATCH 5.005_57] DBM Filters
10352      Branch: perl
10353            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10354            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
10355            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10356            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
10357 ____________________________________________________________________________
10358 [  3602] By: gsar                                  on 1999/07/06  07:00:01
10359         Log: slightly tweaked version of suggested patch
10360              From: Dan Sugalski <sugalskd@ous.edu>
10361              Date: Tue, 08 Jun 1999 14:09:38 -0700
10362              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
10363              Subject: [PATCH 5.005_57]Use NV instead of double in the core
10364      Branch: perl
10365            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
10366            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
10367            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
10368            ! proto.h sv.c sv.h toke.c universal.c util.c
10369 ____________________________________________________________________________
10370 [  3601] By: gsar                                  on 1999/07/06  06:52:57
10371         Log: integrate cfgperl contents into mainline
10372      Branch: perl
10373           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10374           +> epoc/perl.mmp epoc/perl.pkg
10375           !> (integrate 30 files)
10376 ____________________________________________________________________________
10377 [  3598] By: jhi                                   on 1999/07/05  20:02:55
10378         Log: Integrate with mainperl.
10379      Branch: cfgperl
10380           +> lib/CGI/Pretty.pm
10381           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10382           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
10383           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
10384           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
10385           !> vms/vmsish.h
10386 ____________________________________________________________________________
10387 [  3597] By: jhi                                   on 1999/07/05  19:59:48
10388         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
10389              that addresses the notorious "Additional libraries" question.
10390      Branch: cfgperl
10391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10392            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
10393            ! pp_sys.c
10394 ____________________________________________________________________________
10395 [  3596] By: gsar                                  on 1999/07/05  18:30:51
10396         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10397              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
10398              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
10399              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
10400      Branch: perl
10401            ! pp_sys.c t/lib/io_udp.t
10402 ____________________________________________________________________________
10403 [  3595] By: gsar                                  on 1999/07/05  18:29:08
10404         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10405              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
10406              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
10407              Subject: [PATCH 5.00557] Setting $^E wipes out $!
10408      Branch: perl
10409            ! mg.c
10410 ____________________________________________________________________________
10411 [  3594] By: gsar                                  on 1999/07/05  18:24:53
10412         Log: hand-apply whitespace mutiliated patch
10413              From: Dan Sugalski <sugalskd@osshe.edu>
10414              Date: Mon, 07 Jun 1999 14:46:42 -0700
10415              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
10416              Subject: [PATCH 5.005_57]Updated VMS patch
10417      Branch: perl
10418            ! thread.h vms/descrip_mms.template vms/subconfigure.com
10419            ! vms/vms.c vms/vmsish.h
10420 ____________________________________________________________________________
10421 [  3593] By: gsar                                  on 1999/07/05  17:53:04
10422         Log: applied parts not duplicated by previous patches
10423              From: "Vishal Bhatia" <vishalb@my-deja.com>
10424              Date: Sat, 05 Jun 1999 08:42:17 -0700
10425              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
10426              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
10427      Branch: perl
10428            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10429            ! ext/B/B/Stackobj.pm
10430 ____________________________________________________________________________
10431 [  3592] By: jhi                                   on 1999/07/05  17:17:22
10432         Log: AIX threaded build, plus few more on the side.
10433      Branch: cfgperl
10434            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
10435            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10436            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
10437            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
10438 ____________________________________________________________________________
10439 [  3591] By: gsar                                  on 1999/07/05  16:52:34
10440         Log: "\e" and "\a" didn't produce right escape under EBCDIC
10441              From: pvhp@forte.com (Peter Prymmer)
10442              Date: Fri, 4 Jun 99 12:00:27 PDT
10443              Message-Id: <9906041900.AA28387@forte.com>
10444              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
10445      Branch: perl
10446            ! toke.c
10447 ____________________________________________________________________________
10448 [  3590] By: gsar                                  on 1999/07/05  16:40:01
10449         Log: s/scalar ref constructor/single ref constructor/ (suggested
10450              by Stephen McCamant)
10451      Branch: perl
10452            ! opcode.h opcode.pl
10453 ____________________________________________________________________________
10454 [  3589] By: gsar                                  on 1999/07/05  16:34:06
10455         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
10456      Branch: perl
10457            ! ext/GDBM_File/GDBM_File.xs
10458 ____________________________________________________________________________
10459 [  3588] By: gsar                                  on 1999/07/05  16:29:39
10460         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
10461              is unchanged still)
10462      Branch: perl
10463            ! op.c
10464 ____________________________________________________________________________
10465 [  3587] By: jhi                                   on 1999/07/05  10:31:43
10466         Log: Make perl_exp.SH smarter about what to include and what to exclude.
10467      Branch: cfgperl
10468            ! perl_exp.SH
10469 ____________________________________________________________________________
10470 [  3586] By: jhi                                   on 1999/07/05  09:29:31
10471         Log: Remove unnecessary and extraneous my $i = 0.
10472      Branch: cfgperl
10473            ! bytecode.pl
10474 ____________________________________________________________________________
10475 [  3585] By: jhi                                   on 1999/07/05  07:28:59
10476         Log: Integrate with mainperl.
10477      Branch: cfgperl
10478           !> (integrate 30 files)
10479 ____________________________________________________________________________
10480 [  3584] By: gsar                                  on 1999/07/05  05:36:28
10481         Log: From: Vishal Bhatia <vishalb@hotmail.com>
10482              Date: Thu, 03 Jun 1999 00:57:48 PDT
10483              Message-ID: <19990603075749.86665.qmail@hotmail.com>
10484              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
10485      Branch: perl
10486            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10487 ____________________________________________________________________________
10488 [  3583] By: gsar                                  on 1999/07/05  05:31:19
10489         Log: suppress fancy display when in verbose mode (suggested by
10490              Paul Johnson <pjcj@transeda.com>)
10491      Branch: perl
10492            ! lib/Test/Harness.pm
10493 ____________________________________________________________________________
10494 [  3582] By: gsar                                  on 1999/07/05  05:17:12
10495         Log: cygwin32 update
10496              From: "Fifer, Eric" <EFifer@sanwaint.com>
10497              Date:  Wed, 2 Jun 1999 15:16:05 +0100
10498              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
10499              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
10500      Branch: perl
10501            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10502            ! cygwin32/build-instructions.READFIRST
10503            ! cygwin32/build-instructions.charles-wilson
10504            ! cygwin32/build-instructions.sebastien-barre
10505            ! cygwin32/build-instructions.steven-morlock
10506            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10507            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10508            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10509            ! t/op/magic.t util.c
10510 ____________________________________________________________________________
10511 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10512         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10513      Branch: perl
10514            ! util.c
10515 ____________________________________________________________________________
10516 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10517         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10518              Date: Mon, 31 May 1999 18:18:13 -0600
10519              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10520              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10521      Branch: perl
10522            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10523 ____________________________________________________________________________
10524 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10525         Log: compatibility tweak for Class::Struct
10526      Branch: perl
10527            ! lib/Class/Struct.pm
10528 ____________________________________________________________________________
10529 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10530         Log: Miscellaneus AIX fixes + SOCKS support.
10531      Branch: cfgperl
10532            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10533            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
10534            ! hints/aix.sh pp_sys.c
10535 ____________________________________________________________________________
10536 [  3577] By: gsar                                  on 1999/07/04  23:07:39
10537         Log: test tweak
10538      Branch: perl
10539            ! t/io/openpid.t
10540 ____________________________________________________________________________
10541 [  3576] By: jhi                                   on 1999/07/04  22:39:23
10542         Log: Integrate with mainperl.
10543      Branch: cfgperl
10544           +> t/io/openpid.t
10545            - win32/perlhost.h
10546           !> (integrate 51 files)
10547 ____________________________________________________________________________
10548 [  3575] By: jhi                                   on 1999/07/04  22:26:48
10549         Log: Added 64-bit support for AIX 4.3 or better
10550              based on Martin H. Rusoff's observations.
10551      Branch: cfgperl
10552            ! Configure config_h.SH hints/aix.sh
10553 ____________________________________________________________________________
10554 [  3574] By: jhi                                   on 1999/07/04  21:34:47
10555         Log: Do not throw away gccvers compilation errors.
10556              From: Andy Dougherty <doughera@lafayette.edu>
10557              To: Ron Seguin <rseguin@on.bell.ca>
10558              Cc: Perl Porters <perl5-porters@perl.org>
10559              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
10560              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
10561              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
10562      Branch: cfgperl
10563            ! Configure config_h.SH
10564 ____________________________________________________________________________
10565 [  3573] By: gsar                                  on 1999/07/04  21:10:32
10566         Log: adapted suggested tests for addition to testsuite
10567              From: RonaldWS@aol.com
10568              Date:  Sun, 30 May 1999 16:27:28 EDT
10569              Message-Id:  <25cd799f.2482f930@aol.com>
10570              Subject: [19990530.007] Open with pipe | does not return pid under win32
10571      Branch: perl
10572            + t/io/openpid.t
10573            ! MANIFEST win32/win32.c
10574 ____________________________________________________________________________
10575 [  3572] By: gsar                                  on 1999/07/04  20:29:32
10576         Log: perl_run() should call my_exit(0) for normal completion
10577      Branch: perl
10578            ! perl.c
10579 ____________________________________________________________________________
10580 [  3571] By: jhi                                   on 1999/07/04  20:10:44
10581         Log: Add test for change #3568 plus general cleanup.
10582      Branch: cfgperl
10583            ! t/pragma/locale.t
10584 ____________________________________________________________________________
10585 [  3570] By: gsar                                  on 1999/07/04  20:03:21
10586         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
10587              overloading
10588      Branch: perl
10589            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10590            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
10591 ____________________________________________________________________________
10592 [  3569] By: gsar                                  on 1999/07/04  18:04:48
10593         Log: make AIX dynaloading work when libperl is shared (and thus under
10594              mod_perl etc.)
10595              From: Jens-Uwe Mager <jum@helios.de>
10596              Date:  Sat, 29 May 1999 17:09:52 +0200
10597              Message-Id:  <199905291509.RAA43978@ans.helios.de>
10598              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
10599      Branch: perl
10600            ! ext/DynaLoader/dl_aix.xs
10601 ____________________________________________________________________________
10602 [  3568] By: jhi                                   on 1999/07/04  14:54:23
10603         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
10604              This resulted for example in the 'o' magic not being cleared by
10605              magic_setcollxfrm(), which resulted in strange cmp results.
10606              The bug was reported originally in the message
10607              Subject: Bug with locale
10608              From: Jan Starzynski <jan@planet.de> 
10609              To: perlbug@perl.com 
10610              Date: Fri, 09 Apr 1999 13:23:07 +0200 
10611              Message-ID: <370DE31B.DAEE1332@planet.de> 
10612      Branch: cfgperl
10613            ! pp.c
10614 ____________________________________________________________________________
10615 [  3567] By: gsar                                  on 1999/07/04  02:38:34
10616         Log: remove misleading info on defined(&func), unclutter deprecation
10617              about defined(@array)
10618      Branch: perl
10619            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10620            ! t/pragma/warn/op
10621 ____________________________________________________________________________
10622 [  3566] By: gsar                                  on 1999/07/04  01:46:31
10623         Log: From: jan.dubois@ibm.net (Jan Dubois)
10624              Date: Wed, 26 May 1999 22:07:17 +0200
10625              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
10626              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
10627      Branch: perl
10628            ! Changes win32/win32.c win32/win32.h
10629 ____________________________________________________________________________
10630 [  3565] By: gsar                                  on 1999/07/04  01:26:02
10631         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
10632              for win32 issues)
10633      Branch: perl
10634            ! pod/perlxstut.pod
10635 ____________________________________________________________________________
10636 [  3564] By: gsar                                  on 1999/07/02  03:09:04
10637         Log: avoid warnings
10638      Branch: perl
10639            ! ext/Thread/Thread/Specific.pm lib/fields.pm
10640 ____________________________________________________________________________
10641 [  3563] By: gsar                                  on 1999/06/28  19:23:47
10642         Log: inc version (for CPAN.pm sanity)
10643      Branch: perl
10644            ! lib/Text/ParseWords.pm
10645 ____________________________________________________________________________
10646 [  3562] By: gsar                                  on 1999/06/28  19:19:01
10647         Log: regen perltoc
10648      Branch: perl
10649            ! pod/perltoc.pod
10650 ____________________________________________________________________________
10651 [  3561] By: gsar                                  on 1999/06/28  19:08:41
10652         Log: From: Damian Conway <damian@cs.monash.edu.au>
10653              Date: Wed, 26 May 1999 00:58:35 -0400
10654              Message-Id: <199905260458.AAA06411@defender.perl.org>
10655              Subject: [19990526.002] Misc. improvements to Class:Struct
10656      Branch: perl
10657            ! MANIFEST lib/Class/Struct.pm
10658 ____________________________________________________________________________
10659 [  3560] By: gsar                                  on 1999/06/28  18:50:52
10660         Log: remove bogus PL_optype_size
10661      Branch: perl
10662            ! bytecode.pl ext/ByteLoader/byterun.h
10663 ____________________________________________________________________________
10664 [  3559] By: gsar                                  on 1999/06/28  18:22:26
10665         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
10666      Branch: perl
10667            + lib/CGI/Pretty.pm
10668            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
10669            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
10670            ! t/lib/cgi-html.t t/lib/cgi-request.t
10671 ____________________________________________________________________________
10672 [  3558] By: jhi                                   on 1999/06/28  07:30:21
10673         Log: Change Olaf Lebbe's email address.
10674      Branch: cfgperl
10675            ! README.epoc
10676 ____________________________________________________________________________
10677 [  3557] By: gsar                                  on 1999/06/28  00:07:33
10678         Log: make autogenerated files writable
10679      Branch: perl
10680            - win32/perlhost.h
10681            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
10682            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
10683            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
10684            ! proto.h regnodes.h warning.h win32/config_H.bc
10685            ! win32/config_H.gc win32/config_H.vc
10686 ____________________________________________________________________________
10687 [  3556] By: jhi                                   on 1999/06/27  19:22:53
10688         Log: Update MANIFEST to match #3555.
10689      Branch: cfgperl
10690            ! MANIFEST
10691 ____________________________________________________________________________
10692 [  3555] By: jhi                                   on 1999/06/27  19:16:22
10693         Log: EPOC port to Psion5.
10694              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10695              To: Jarkko Hietaniemi <jhi@iki.fi>
10696              Cc: perl5-porters@perl.org
10697              Subject: Re: Psion5
10698              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
10699              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
10700      Branch: cfgperl
10701            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10702            + epoc/perl.mmp epoc/perl.pkg
10703            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
10704            ! perl.h sv.c util.c
10705 ____________________________________________________________________________
10706 [  3554] By: jhi                                   on 1999/06/27  18:50:52
10707         Log: Integrate from mainperl.
10708      Branch: cfgperl
10709           !> (integrate 48 files)
10710 ____________________________________________________________________________
10711 [  3553] By: gsar                                  on 1999/06/27  14:28:49
10712         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
10713              gone from the public API); PERL_OBJECT builds again on
10714              windows
10715              
10716              TODO: namespace-clean the typedefs in iperlsys.h and
10717              elsewhere; remove C++ remnants from public headers
10718      Branch: perl
10719            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
10720            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10721            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10722            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
10723            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
10724            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
10725            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
10726            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
10727            ! win32/config.gc win32/config.vc win32/dl_win32.xs
10728            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10729            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
10730            ! win32/win32sck.c
10731 ____________________________________________________________________________
10732 [  3552] By: gsar                                  on 1999/06/27  13:49:31
10733         Log: integrate cfgperl changes into mainline
10734      Branch: perl
10735           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10736           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10737           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10738           !> util.c
10739 ____________________________________________________________________________
10740 [  3551] By: gsar                                  on 1999/06/27  13:31:11
10741         Log: fix indents
10742      Branch: perl
10743            ! op.c
10744 ____________________________________________________________________________
10745 [  3550] By: gsar                                  on 1999/06/24  22:42:53
10746         Log: update Changes
10747      Branch: perl
10748            ! Changes
10749 ____________________________________________________________________________
10750 [  3549] By: gsar                                  on 1999/06/24  22:41:17
10751         Log: avoid race condition in the CAPI extension bootstrap handler
10752      Branch: perl
10753            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
10754 ____________________________________________________________________________
10755 [  3548] By: gsar                                  on 1999/06/24  22:39:53
10756         Log: sanity check to cover the case when perl is installed into the
10757              X:\ (drive root)
10758      Branch: perl
10759            ! win32/win32.c
10760 ____________________________________________________________________________
10761 [  3547] By: gsar                                  on 1999/06/22  19:30:32
10762         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
10763      Branch: perl
10764            ! lib/Tie/RefHash.pm
10765 ____________________________________________________________________________
10766 [  3544] By: jhi                                   on 1999/06/18  19:24:28
10767         Log: Tidy up #3542 and #3543. 
10768      Branch: cfgperl
10769            ! t/pragma/locale.t util.c
10770 ____________________________________________________________________________
10771 [  3543] By: jhi                                   on 1999/06/18  10:28:45
10772         Log: Spice up locale.t.
10773      Branch: cfgperl
10774            ! t/pragma/locale.t
10775 ____________________________________________________________________________
10776 [  3542] By: jhi                                   on 1999/06/17  22:42:03
10777         Log: Fixed two long-standing locale bugs.
10778              
10779              Both problems were related to numeric locale which
10780              controls the radix character aka the decimal separator.
10781              (1) printf (and sprintf) were resetting the numeric locale to C.
10782              (2) Using locale-numerically formatted floating point
10783              numbers (e.g. "1,23") together with -w caused warnings about
10784              "isn't numeric".  The operations were working fine, though,
10785              because atof() was using the local locale.
10786              Both problems reported by Stefan Vogtner.
10787              
10788              Introduced a wrapper for atof() that attempts to convert
10789              the string both ways.  This helps Perl to understand
10790              numbers like this "4.56" even when using a local locale
10791              makes atof() understand only numbers like this "7,89".
10792              
10793              Remaining related problems, both of which existed before
10794              this patch and continue to exist after this patch:
10795              (a) The behaviour of print() is _not_ as documented by perllocale.
10796              Instead of always using the C locale, print() does use the
10797              local locale, just like the *printf() do.  This may be fixable
10798              now that switching to-and-fro between locales has been made
10799              more consistent, but fixing print() would change existing
10800              behaviour.  perllocale is not changed by this patch.
10801              (b) If a number has been stringified (say, via "$number") under
10802              a local locale, the cached string value persists even under
10803              "no locale".  This may or may not be a problem: operations
10804              work fine because the original number is still there, but
10805              that the string form keeps its locale-ish outlook may be
10806              somewhat confusing.
10807      Branch: cfgperl
10808            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10809            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
10810            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
10811            ! util.c
10812 ____________________________________________________________________________
10813 [  3541] By: jhi                                   on 1999/06/17  20:00:16
10814         Log: Integrate from mainperl.
10815      Branch: cfgperl
10816           !> ext/Data/Dumper/Dumper.pm op.c
10817 ____________________________________________________________________________
10818 [  3540] By: gsar                                  on 1999/06/16  16:49:55
10819         Log: dump C<0> as such, not C<'0'>
10820      Branch: perl
10821            ! ext/Data/Dumper/Dumper.pm
10822 ____________________________________________________________________________
10823 [  3539] By: gsar                                  on 1999/06/13  04:04:40
10824         Log: fix coredumper in change#3498
10825      Branch: perl
10826            ! op.c
10827 ____________________________________________________________________________
10828 [  3538] By: jhi                                   on 1999/06/12  22:01:26
10829         Log: Integrate from mainperl.
10830      Branch: cfgperl
10831           +> lib/caller.pm
10832           !> (integrate 36 files)
10833 ____________________________________________________________________________
10834 [  3537] By: gsar                                  on 1999/06/12  06:43:03
10835         Log: EXTERN_C declarations for global arrays in various
10836              headers, so perl can be built even in C++ mode; win32
10837              build fixups; regen headers
10838      Branch: perl
10839            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
10840            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
10841 ____________________________________________________________________________
10842 [  3536] By: gsar                                  on 1999/06/12  06:38:21
10843         Log: caller.pm typos
10844      Branch: perl
10845            ! lib/caller.pm
10846 ____________________________________________________________________________
10847 [  3535] By: gsar                                  on 1999/06/11  23:13:54
10848         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
10849              is temporarily gone
10850      Branch: perl
10851            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
10852            ! pod/perldelta.pod proto.h win32/perllib.c
10853 ____________________________________________________________________________
10854 [  3534] By: gsar                                  on 1999/06/11  20:41:51
10855         Log: implement C<use caller 'encoding'>
10856      Branch: perl
10857            + lib/caller.pm
10858            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
10859 ____________________________________________________________________________
10860 [  3533] By: gsar                                  on 1999/06/11  16:51:04
10861         Log: truncate() has a peculiar exemption from strict barewords, even
10862              though it has a non-filehandle prototype
10863      Branch: perl
10864            ! op.c t/io/fs.t
10865 ____________________________________________________________________________
10866 [  3532] By: gsar                                  on 1999/06/11  09:09:16
10867         Log: GDBM tweak
10868      Branch: perl
10869            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
10870 ____________________________________________________________________________
10871 [  3531] By: gsar                                  on 1999/06/10  23:34:19
10872         Log: part of the platform changes for IMPLICIT_CONTEXT
10873      Branch: perl
10874            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
10875            ! jpl/PerlInterpreter/PerlInterpreter.c
10876            ! jpl/PerlInterpreter/PerlInterpreter.h
10877            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
10878            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
10879 ____________________________________________________________________________
10880 [  3530] By: jhi                                   on 1999/06/10  20:55:56
10881         Log: Integrate from mainperl.
10882      Branch: cfgperl
10883           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
10884 ____________________________________________________________________________
10885 [  3529] By: gsar                                  on 1999/06/10  20:40:01
10886         Log: DB_File tweaks for IMPLICIT CONTEXT
10887      Branch: perl
10888            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10889 ____________________________________________________________________________
10890 [  3528] By: jhi                                   on 1999/06/10  10:18:15
10891         Log: Integrate from mainperl.
10892      Branch: cfgperl
10893           !> (integrate 105 files)
10894 ____________________________________________________________________________
10895 [  3527] By: gsar                                  on 1999/06/10  09:30:35
10896         Log: most globals are now interpreter local; locale initialization
10897              was too early, defer it until interpreter is allocated and
10898              initialized; multiple interpreters should now be
10899              concurrency-safe (untested)
10900      Branch: perl
10901            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
10902            ! perlvars.h
10903 ____________________________________________________________________________
10904 [  3526] By: gsar                                  on 1999/06/10  08:38:00
10905         Log: fix small nits
10906      Branch: perl
10907            ! cc_runtime.h ext/B/B/CC.pm run.c
10908 ____________________________________________________________________________
10909 [  3525] By: gsar                                  on 1999/06/10  04:41:38
10910         Log: win32 build fixes
10911      Branch: perl
10912            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
10913            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10914            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
10915            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
10916            ! win32/Makefile win32/config_H.bc win32/config_H.gc
10917            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
10918            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
10919            ! win32/win32.c win32/win32.h win32/win32sck.c
10920            ! win32/win32thread.c win32/win32thread.h
10921 ____________________________________________________________________________
10922 [  3524] By: gsar                                  on 1999/06/09  18:03:01
10923         Log: more complete support for implicit thread/interpreter pointer,
10924              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
10925              without that enabled):
10926              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
10927              is a noop; tests pass on Solaris; should be faster now!
10928              - MULTIPLICITY has been tested with and without
10929              PERL_IMPLICIT_CONTEXT on Solaris
10930              - improved function database now merged with embed.pl
10931              - everything except the varargs functions have foo(a,b,c) macros
10932              to provide compatibility
10933              - varargs functions default to compatibility variants that
10934              get the context pointer using dTHX
10935              - there should be almost no source compatibility issues as a
10936              result of all this
10937              - dl_foo.xs changes other than dl_dlopen.xs untested
10938              - still needs documentation, fixups for win32 etc
10939              Next step: migrate most non-mutex variables from perlvars.h
10940              to intrpvar.h
10941      Branch: perl
10942            - proto.pl
10943            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
10944            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
10945            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
10946            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10947            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
10948            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10949            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
10950            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
10951            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10952            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
10953            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10954            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10955            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
10956            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
10957            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
10958            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
10959            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
10960            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
10961            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
10962            ! util.c win32/Makefile win32/makefile.mk writemain.SH
10963 ____________________________________________________________________________
10964 [  3523] By: gsar                                  on 1999/06/07  05:24:13
10965         Log: missed a file
10966      Branch: perl
10967            + proto.pl
10968            ! MANIFEST
10969 ____________________________________________________________________________
10970 [  3522] By: gsar                                  on 1999/06/07  05:18:34
10971         Log: initial stub implementation of implicit thread/this
10972              pointer    argument; builds/tests on Solaris, win32
10973              hasn't been fixed up yet; proto.h, global.sym and
10974              static function decls are now generated from a common
10975              database in proto.pl; some inconsistently named
10976              perl_foo() things are now Perl_foo(), compatibility
10977              #defines provided; perl_foo() (lowercase 'p') reserved
10978              for functions that take an explicit context argument;
10979              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
10980      Branch: perl
10981            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
10982            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
10983            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
10984            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
10985            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
10986            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
10987            ! universal.c utf8.c util.c
10988 ____________________________________________________________________________
10989 [  3521] By: gsar                                  on 1999/06/04  23:00:22
10990         Log: clean up some stray "global" symbols
10991      Branch: perl
10992            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
10993            ! pp_proto.h proto.h
10994 ____________________________________________________________________________
10995 [  3520] By: jhi                                   on 1999/06/02  21:33:28
10996         Log: Integrate from mainperl.
10997      Branch: cfgperl
10998           !> (integrate 94 files)
10999 ____________________________________________________________________________
11000 [  3519] By: gsar                                  on 1999/06/02  07:16:10
11001         Log: avoid dereferencing null pointer from getpwent() et al
11002      Branch: perl
11003            ! pp_sys.c
11004 ____________________________________________________________________________
11005 [  3518] By: gsar                                  on 1999/06/02  04:47:10
11006         Log: remove _() non-ansism
11007      Branch: perl
11008            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
11009            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
11010            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
11011            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
11012            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
11013            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
11014            ! ext/re/re.xs handy.h hv.c iperlsys.h
11015            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
11016            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
11017            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
11018            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
11019            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
11020            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
11021            ! vms/vmsish.h vms/writemain.pl vos/config.h
11022            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
11023            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
11024            ! win32/perllib.c win32/runperl.c win32/win32.h
11025            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
11026            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
11027 ____________________________________________________________________________
11028 [  3517] By: gsar                                  on 1999/06/02  02:17:51
11029         Log: missed a few files
11030      Branch: perl
11031            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
11032 ____________________________________________________________________________
11033 [  3516] By: gsar                                  on 1999/06/02  01:37:33
11034         Log: integrate cfgperl contents into mainline
11035      Branch: perl
11036           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11037           +> ext/ByteLoader/byterun.h
11038            - bytecode.h byterun.c byterun.h
11039            ! Changes
11040           !> (integrate 58 files)
11041 ____________________________________________________________________________
11042 [  3515] By: gsar                                  on 1999/06/02  00:48:50
11043         Log: remove stray K&R-isms
11044      Branch: perl
11045            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11046            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
11047            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
11048            ! toke.c util.c win32/win32.c x2p/hash.c
11049 ____________________________________________________________________________
11050 [  3514] By: gsar                                  on 1999/06/01  15:55:55
11051         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
11052              strict 'subs'
11053      Branch: perl
11054            ! op.c t/pragma/strict-subs
11055 ____________________________________________________________________________
11056 [  3513] By: jhi                                   on 1999/06/01  07:17:05
11057         Log: Patch applying of #3499 had gone awry.
11058      Branch: cfgperl
11059            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
11060 ____________________________________________________________________________
11061 [  3512] By: gsar                                  on 1999/05/31  19:21:30
11062         Log: tighter -help output
11063      Branch: perl
11064            ! perl.c
11065 ____________________________________________________________________________
11066 [  3511] By: gsar                                  on 1999/05/31  17:18:23
11067         Log: fix memory leak in C<eval 'return sub {...}'>
11068      Branch: perl
11069            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
11070 ____________________________________________________________________________
11071 [  3510] By: gsar                                  on 1999/05/31  14:11:46
11072         Log: tweak C++isms
11073      Branch: perl
11074            ! win32/dl_win32.xs win32/win32.c
11075 ____________________________________________________________________________
11076 [  3509] By: jhi                                   on 1999/05/30  13:02:26
11077         Log: Cleanup of #3488.
11078      Branch: cfgperl
11079            ! Configure config_h.SH
11080 ____________________________________________________________________________
11081 [  3508] By: jhi                                   on 1999/05/30  11:16:01
11082         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11083              To: Mailing list Perl5 <perl5-porters@perl.org>
11084              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
11085              Date: Sat, 29 May 1999 20:18:13 -0400
11086              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
11087      Branch: cfgperl
11088            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
11089 ____________________________________________________________________________
11090 [  3507] By: jhi                                   on 1999/05/29  20:05:40
11091         Log: From: Mark-Jason Dominus <mjd@plover.com>
11092              To: perl5-porters@perl.com
11093              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
11094              Date: Sat, 29 May 1999 14:45:10 -0400
11095              Message-ID: <19990529184510.27557.qmail@plover.com>
11096      Branch: cfgperl
11097            ! op.h
11098 ____________________________________________________________________________
11099 [  3506] By: gsar                                  on 1999/05/29  16:49:39
11100         Log: avoid gv_check() recursive pit
11101      Branch: perl
11102            ! gv.c
11103 ____________________________________________________________________________
11104 [  3505] By: jhi                                   on 1999/05/29  11:38:16
11105         Log: From: jan.dubois@ibm.net (Jan Dubois)
11106              To: Gurusamy Sarathy <gsar@activestate.com>
11107              Cc: perl5-porters@perl.org
11108              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
11109              Date: Sat, 29 May 1999 08:46:22 +0200
11110              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11111      Branch: cfgperl
11112            ! t/op/grent.t t/op/pwent.t
11113 ____________________________________________________________________________
11114 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11115         Log: QNX needs <sys/select.h> to define fd_set.
11116              
11117              From: Norton Allen <allen@huarp.harvard.edu>
11118              To: perl5-porters@perl.org
11119              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11120              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11121              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11122      Branch: cfgperl
11123            ! ext/IO/poll.c
11124 ____________________________________________________________________________
11125 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11126         Log: From: jan.dubois@ibm.net (Jan Dubois)
11127              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11128              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11129              Date: Fri, 28 May 1999 20:14:35 +0200
11130              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11131      Branch: cfgperl
11132            ! lib/Math/BigFloat.pm
11133 ____________________________________________________________________________
11134 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11135         Log: Make Configure support the change #3367,
11136              SysV shadow passwords.
11137      Branch: cfgperl
11138            ! Configure config_h.SH pp_sys.c
11139 ____________________________________________________________________________
11140 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11141         Log: add wide versions of win32 system calls (first step in
11142              globalization); delayload winsock for performance if compiling
11143              with VC 6.0
11144      Branch: perl
11145            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11146            ! win32/win32.c win32/win32.h
11147 ____________________________________________________________________________
11148 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11149         Log: The new t/lib/io_linenum.t was using stricture
11150              before @INC was set up.
11151      Branch: cfgperl
11152            ! t/lib/io_linenum.t
11153 ____________________________________________________________________________
11154 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11155         Log: From: Tom Hughes <tom@compton.nu>
11156              To: perl5-porters@perl.org
11157              Subject: [PATCH 5.005_57] ByteLoader mark 2
11158              Date: Wed, 26 May 1999 23:59:49 +0100
11159              Message-ID: <bf337a0849.tom@compton.compton.nu>
11160              
11161              plus resolve tiny conflict with #3479
11162              plus regen_headers.
11163      Branch: cfgperl
11164            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11165            + ext/ByteLoader/byterun.h
11166            - bytecode.h byterun.c byterun.h
11167            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11168            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11169            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11170            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11171            ! perl.h perlvars.h proto.h util.c utils/Makefile
11172 ____________________________________________________________________________
11173 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11174         Log: From: Mark-Jason Dominus <mjd@plover.com>
11175              To: perl5-porters@perl.com
11176              Subject: PATCH (5.005_57): defined(@a) now deprecated
11177              Date: Thu, 27 May 1999 16:05:44 -0400
11178              Message-ID: <19990527200544.13330.qmail@plover.com>
11179      Branch: cfgperl
11180            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
11181            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
11182 ____________________________________________________________________________
11183 [  3497] By: jhi                                   on 1999/05/28  16:50:54
11184         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11185              To: perl5-porters@perl.org (Mailing list Perl5)
11186              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
11187              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
11188              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
11189      Branch: cfgperl
11190            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
11191            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
11192 ____________________________________________________________________________
11193 [  3496] By: jhi                                   on 1999/05/28  16:48:39
11194         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11195              To: perl5-porters@perl.org (Mailing list Perl5)
11196              Subject: [PATCH 5.00557] Required OS/2-related patches
11197              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
11198              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
11199      Branch: cfgperl
11200            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
11201            ! t/op/stat.t util.c
11202 ____________________________________________________________________________
11203 [  3495] By: jhi                                   on 1999/05/28  16:45:56
11204         Log: From: Paul Johnson <pjcj@transeda.com>
11205              To: perl5-porters <perl5-porters@perl.org>
11206              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
11207              Date: Fri, 28 May 1999 15:13:54 +0100
11208              Message-ID: <19990528151354.B289@west-tip.transeda.com>
11209      Branch: cfgperl
11210            ! t/TEST
11211 ____________________________________________________________________________
11212 [  3494] By: jhi                                   on 1999/05/28  16:44:34
11213         Log: From: Paul Johnson <pjcj@transeda.com>
11214              To: perl5-porters <perl5-porters@perl.org>
11215              Subject: [PATCH 5.005_57] Fixes related to working local $.
11216              Date: Fri, 28 May 1999 15:11:18 +0100
11217              Message-ID: <19990528151118.A289@west-tip.transeda.com>
11218      Branch: cfgperl
11219            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
11220 ____________________________________________________________________________
11221 [  3493] By: gsar                                  on 1999/05/28  16:37:26
11222         Log: change#3449 wasn't doing enough
11223      Branch: perl
11224            ! op.c t/comp/proto.t
11225 ____________________________________________________________________________
11226 [  3492] By: jhi                                   on 1999/05/28  08:12:23
11227         Log: From: paul.marquess@bt.com
11228              To: doughera@lafayette.edu
11229              Cc: perl5-porters@perl.org
11230              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
11231              Date: Thu, 27 May 1999 23:31:38 +0100
11232              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
11233              
11234              Had to be applied manually; some mailer had munged the patch slightly.
11235      Branch: cfgperl
11236            ! ext/NDBM_File/NDBM_File.xs
11237 ____________________________________________________________________________
11238 [  3491] By: jhi                                   on 1999/05/28  07:51:17
11239         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11240              To: perl5-porters@perl.org
11241              Subject: [PATCH 5.005_57] fixing eval in the compiler
11242              Date: Thu, 27 May 1999 07:56:54 -0700
11243              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
11244      Branch: cfgperl
11245            ! cc_runtime.h scope.h
11246 ____________________________________________________________________________
11247 [  3490] By: jhi                                   on 1999/05/28  07:47:06
11248         Log: From: Andy Dougherty <doughera@lafayette.edu>
11249              To: perlbug@perl.com
11250              Cc: Jarkko Hietaniemi <jhi@iki.fi>
11251              Subject: [PATCH] Configure updates for ISC 4.1
11252              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
11253              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
11254      Branch: cfgperl
11255            ! Configure config_h.SH
11256 ____________________________________________________________________________
11257 [  3489] By: jhi                                   on 1999/05/28  07:39:17
11258         Log: Integrate from mainperl.
11259      Branch: cfgperl
11260           !> malloc.c win32/makedef.pl win32/win32.c
11261 ____________________________________________________________________________
11262 [  3488] By: jhi                                   on 1999/05/27  16:57:19
11263         Log: From: Andy Dougherty <doughera@lafayette.edu>
11264              To: Perl Porters <perl5-porters@perl.org>
11265              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
11266              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
11267              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
11268      Branch: cfgperl
11269            ! Configure config_h.SH hints/sunos_4_1.sh util.c
11270 ____________________________________________________________________________
11271 [  3487] By: gsar                                  on 1999/05/27  03:56:20
11272         Log: make win32_spawnvp() inherit standard handles even when they
11273              may be redirected
11274      Branch: perl
11275            ! win32/win32.c
11276 ____________________________________________________________________________
11277 [  3486] By: jhi                                   on 1999/05/26  19:55:52
11278         Log: From: Andy Dougherty <doughera@lafayette.edu>
11279              To: perl5-porters@perl.org
11280              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
11281              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
11282              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
11283      Branch: cfgperl
11284            ! util.c
11285 ____________________________________________________________________________
11286 [  3485] By: chip                                  on 1999/05/26  17:19:11
11287         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
11288      Branch: maint-5.004/perl
11289            ! Configure
11290 ____________________________________________________________________________
11291 [  3484] By: gsar                                  on 1999/05/26  01:56:28
11292         Log: fix missing exported symbol
11293      Branch: perl
11294            ! malloc.c win32/makedef.pl
11295 ____________________________________________________________________________
11296 [  3483] By: jhi                                   on 1999/05/25  23:08:07
11297         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
11298              
11299              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11300              To: perlbug@perl.com
11301              Subject: OpenBSD hints file update
11302              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
11303              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
11304      Branch: cfgperl
11305            ! hints/openbsd.sh
11306 ____________________________________________________________________________
11307 [  3482] By: jhi                                   on 1999/05/25  23:01:25
11308         Log: From: Tom Hughes <tom@compton.nu>
11309              To: perl5-porters@perl.org
11310              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
11311              Date: Tue, 25 May 1999 23:10:23 +0100
11312              Message-ID: <1ed7f10749.tom@compton.compton.nu>
11313      Branch: cfgperl
11314            ! Configure config_h.SH
11315 ____________________________________________________________________________
11316 [  3481] By: jhi                                   on 1999/05/25  22:31:50
11317         Log: 3479, 3480, 3481 seems logical.
11318      Branch: cfgperl
11319           !> hints/aix.sh
11320 ____________________________________________________________________________
11321 [  3480] By: jhi                                   on 1999/05/25  22:13:39
11322         Log: The change #3479 wasn't perfect.
11323      Branch: perl
11324            ! hints/aix.sh
11325 ____________________________________________________________________________
11326 [  3479] By: jhi                                   on 1999/05/25  21:59:21
11327         Log: Cures for _57 in AIX 4.1.5.0.
11328              (1) The lddlflags lost its -lc by change #3660
11329              (and the politeness of change #3257).
11330              (2) optype_size must end up in perl.exp (as PL_optype_size).
11331              Added it to perlvars.h, fixed bytecode.pl,
11332              regen'ed the relevant headers.
11333      Branch: cfgperl
11334            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
11335            ! perlvars.h
11336      Branch: perl
11337            ! hints/aix.sh
11338 ____________________________________________________________________________
11339 [  3478] By: jhi                                   on 1999/05/25  20:13:47
11340         Log: Integrate from mainperl.
11341      Branch: cfgperl
11342           +> pod/perltootc.pod
11343           !> (integrate 101 files)
11344 ____________________________________________________________________________
11345 [  3477] By: gsar                                  on 1999/05/25  10:43:48
11346         Log: here be 5.005_57
11347      Branch: perl
11348            ! Changes MANIFEST Porting/makerel
11349           !> Changes5.005
11350
11351 ----------------
11352 Version 5.005_57
11353 ----------------
11354
11355 ____________________________________________________________________________
11356 [  3476] By: gsar                                  on 1999/05/25  09:23:43
11357         Log: up patchlevel &c
11358      Branch: perl
11359            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11360            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11361            ! win32/makefile.mk
11362 ____________________________________________________________________________
11363 [  3475] By: gsar                                  on 1999/05/25  09:14:51
11364         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11365              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
11366              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
11367              Subject: [PATCH 5.005_56] REx engine improvements
11368      Branch: perl
11369            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
11370            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
11371            ! thrdvar.h util.c
11372 ____________________________________________________________________________
11373 [  3474] By: gsar                                  on 1999/05/25  08:39:56
11374         Log: test case for change#3470
11375      Branch: perl
11376            ! t/lib/bigintpm.t
11377 ____________________________________________________________________________
11378 [  3473] By: gsar                                  on 1999/05/25  08:36:52
11379         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
11380      Branch: perl
11381            ! Changes pod/perlport.pod
11382 ____________________________________________________________________________
11383 [  3472] By: gsar                                  on 1999/05/25  08:28:57
11384         Log: assorted tweaks
11385      Branch: perl
11386            ! doio.c iperlsys.h win32/config.bc win32/config.gc
11387            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11388            ! win32/config_H.vc win32/makedef.pl
11389 ____________________________________________________________________________
11390 [  3471] By: gsar                                  on 1999/05/25  06:06:04
11391         Log: perlref update from Tom Christiansen
11392      Branch: perl
11393            ! pod/perlref.pod
11394 ____________________________________________________________________________
11395 [  3470] By: gsar                                  on 1999/05/25  06:03:27
11396         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11397              Date: Mon, 24 May 1999 17:43:56 -0400
11398              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
11399              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
11400      Branch: perl
11401            ! hv.c
11402 ____________________________________________________________________________
11403 [  3469] By: gsar                                  on 1999/05/25  05:59:22
11404         Log: avoid temporary files that have a constant name (from a suggestion
11405              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
11406      Branch: perl
11407            ! lib/ExtUtils/MM_Unix.pm
11408 ____________________________________________________________________________
11409 [  3468] By: gsar                                  on 1999/05/25  05:54:29
11410         Log: From: pvhp@forte.com (Peter Prymmer)
11411              Date: Mon, 24 May 99 11:20:25 PDT
11412              Message-Id: <9905241820.AA28071@forte.com>
11413              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
11414      Branch: perl
11415            ! lib/Pod/Text.pm
11416 ____________________________________________________________________________
11417 [  3467] By: gsar                                  on 1999/05/25  04:08:50
11418         Log: fix glob() bug that resulted in missing symlinks that don't point
11419              anywhere
11420      Branch: perl
11421            ! pp_hot.c
11422 ____________________________________________________________________________
11423 [  3466] By: gsar                                  on 1999/05/25  03:00:00
11424         Log: avoid enumerating @INC contents in diagnostic if @INC was never
11425              searched
11426      Branch: perl
11427            ! pod/perldiag.pod pp_ctl.c
11428 ____________________________________________________________________________
11429 [  3465] By: gsar                                  on 1999/05/25  02:24:08
11430         Log: add caveat about close(PIPE) carelessness
11431      Branch: perl
11432            ! pod/perlfunc.pod
11433 ____________________________________________________________________________
11434 [  3464] By: gsar                                  on 1999/05/24  23:55:53
11435         Log: fix bogus line numbers for void context warnings
11436              (change#2548 was overeager)
11437      Branch: perl
11438            ! op.c
11439 ____________________________________________________________________________
11440 [  3463] By: gsar                                  on 1999/05/24  23:31:58
11441         Log: change#3455 had a typo
11442      Branch: perl
11443            ! pp_ctl.c
11444 ____________________________________________________________________________
11445 [  3462] By: gsar                                  on 1999/05/24  17:32:20
11446         Log: more pod updates from Tom Christiansen; regen perltoc
11447      Branch: perl
11448            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
11449            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
11450 ____________________________________________________________________________
11451 [  3461] By: gsar                                  on 1999/05/24  07:41:32
11452         Log: perlmod notes from Damian Conway (via Tom Christiansen)
11453      Branch: perl
11454            ! pod/perlmod.pod
11455 ____________________________________________________________________________
11456 [  3460] By: gsar                                  on 1999/05/24  07:24:11
11457         Log: major pod update from Tom Christiansen
11458      Branch: perl
11459            + pod/perltootc.pod
11460            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
11461            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
11462            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
11463            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
11464            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
11465            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
11466            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
11467            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
11468            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
11469            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
11470            ! pod/perlxs.pod pod/pod2man.PL
11471 ____________________________________________________________________________
11472 [  3459] By: gsar                                  on 1999/05/24  06:26:48
11473         Log: perlfaq update from Tom Christiansen
11474      Branch: perl
11475            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11476            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11477            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11478            ! pod/perlfaq9.pod
11479 ____________________________________________________________________________
11480 [  3458] By: gsar                                  on 1999/05/24  05:55:11
11481         Log: updated to v1.50 from CPAN
11482      Branch: perl
11483            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11484 ____________________________________________________________________________
11485 [  3457] By: gsar                                  on 1999/05/24  05:46:20
11486         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11487              Date: Sun, 23 May 1999 16:35:07 +0100
11488              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
11489              Subject: [PATCH 5.005_56] name PL_in_eval bits
11490      Branch: perl
11491            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
11492 ____________________________________________________________________________
11493 [  3456] By: gsar                                  on 1999/05/24  05:18:06
11494         Log: make -t mode the default on emacs/dumb terminals
11495      Branch: perl
11496            ! Changes utils/perldoc.PL
11497 ____________________________________________________________________________
11498 [  3455] By: gsar                                  on 1999/05/24  05:05:19
11499         Log: return 0 rather than "" when scalar grep has nothing to iterate
11500              on (brings behavior in line with documentation)
11501      Branch: perl
11502            ! pp_ctl.c
11503 ____________________________________________________________________________
11504 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11505         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11506              Date: Thu, 20 May 1999 13:27:02 -1000
11507              Message-Id: <E10kcDN-0007TA-00@lapaki>
11508              Subject: Problem with MM_Unix in 5.005_03
11509      Branch: perl
11510            ! lib/ExtUtils/MM_Unix.pm
11511 ____________________________________________________________________________
11512 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11513         Log: avoid removing duplicates in user-generated warnings
11514              From: byron@omix.com (Byron Brummer)
11515              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11516              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11517              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11518      Branch: perl
11519            ! lib/diagnostics.pm
11520 ____________________________________________________________________________
11521 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11522         Log: straighten some code to avoid NeXT compiler bugs (from
11523              Geoff Kuenning <geoff@cs.hmc.edu>)
11524      Branch: perl
11525            ! pp_ctl.c
11526 ____________________________________________________________________________
11527 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11528         Log: minor logic tweak for reserved word warning
11529      Branch: perl
11530            ! lib/Test/Harness.pm toke.c
11531 ____________________________________________________________________________
11532 [  3450] By: gsar                                  on 1999/05/24  02:34:20
11533         Log: oops, some files missing in change#3449
11534      Branch: perl
11535            ! op.c op.h toke.c
11536 ____________________________________________________________________________
11537 [  3449] By: gsar                                  on 1999/05/24  02:33:12
11538         Log: allow '*' prototype to autoquote even barewords that happen to be
11539              function names; parens or ampersand continue to force the other
11540              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
11541              do the right thing, for example
11542      Branch: perl
11543            ! t/comp/proto.t
11544 ____________________________________________________________________________
11545 [  3448] By: gsar                                  on 1999/05/24  01:51:24
11546         Log: remove vestiges of PL_last_proto
11547      Branch: perl
11548            ! embedvar.h intrpvar.h objXSUB.h
11549 ____________________________________________________________________________
11550 [  3447] By: gsar                                  on 1999/05/24  01:49:20
11551         Log: redo change#2061 and parts of change#1169 with code in the
11552              parser; PL_last_proto hackery gone, strict 'subs' in now
11553              implemented in the optimizer where specifying the exceptional
11554              cases is much more robust; '*' (bareword) prototype now works
11555              reliably when used in second and subsequent arguments
11556      Branch: perl
11557            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
11558 ____________________________________________________________________________
11559 [  3446] By: gsar                                  on 1999/05/23  05:00:55
11560         Log: remove redundant part of change#1169 superceded by change#2061;
11561              avoid "future reserved word" warning on prototypical bearwords
11562      Branch: perl
11563            ! t/lib/fatal.t toke.c
11564 ____________________________________________________________________________
11565 [  3445] By: gsar                                  on 1999/05/21  23:36:49
11566         Log: s/isspace/isSPACE/g and make sure the CRT version is always
11567              passed an unsigned char (fixes random occurrence of spaces in
11568              arguments containing high-bit chars passed to spawned children,
11569              on win32)
11570      Branch: perl
11571            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
11572 ____________________________________________________________________________
11573 [  3444] By: gsar                                  on 1999/05/21  23:08:55
11574         Log: integrate Configure changes from cfgperl
11575      Branch: perl
11576           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11577           !> config_h.SH
11578 ____________________________________________________________________________
11579 [  3443] By: jhi                                   on 1999/05/21  22:00:56
11580         Log: Integrate from mainperl.
11581      Branch: cfgperl
11582           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
11583           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
11584           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
11585           !> win32/perlhost.h win32/win32.c x2p/walk.c
11586 ____________________________________________________________________________
11587 [  3442] By: jhi                                   on 1999/05/21  21:59:46
11588         Log: fflush.
11589      Branch: cfgperl
11590            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11591            ! config_h.SH
11592 ____________________________________________________________________________
11593 [  3441] By: gsar                                  on 1999/05/21  17:48:55
11594         Log: integrate cfgperl changes
11595      Branch: perl
11596           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11597           !> config_h.SH hints/sunos_4_1.sh installperl
11598 ____________________________________________________________________________
11599 [  3440] By: gsar                                  on 1999/05/21  17:42:49
11600         Log: test tweak
11601      Branch: perl
11602            ! t/comp/proto.t
11603 ____________________________________________________________________________
11604 [  3439] By: gsar                                  on 1999/05/21  17:31:26
11605         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
11606              (Configure fflush(NULL) detection seems broken on Solaris, which
11607              is why I hit the problem)
11608      Branch: perl
11609            ! Changes perl.h
11610 ____________________________________________________________________________
11611 [  3438] By: gsar                                  on 1999/05/20  16:41:01
11612         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
11613      Branch: perl
11614            ! pod/perlport.pod
11615 ____________________________________________________________________________
11616 [  3437] By: jhi                                   on 1999/05/20  07:14:39
11617         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
11618              (via private email).
11619      Branch: cfgperl
11620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11621            ! config_h.SH hints/sunos_4_1.sh
11622 ____________________________________________________________________________
11623 [  3436] By: gsar                                  on 1999/05/20  05:18:26
11624         Log: various little nits
11625      Branch: perl
11626            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11627            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
11628            ! win32/perlhost.h win32/win32.c x2p/walk.c
11629 ____________________________________________________________________________
11630 [  3435] By: jhi                                   on 1999/05/18  16:25:49
11631         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11632              To: perl5-porters@perl.org
11633              Subject: installperl
11634              Date: Fri, 14 May 1999 21:34:58 +0100
11635              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
11636      Branch: cfgperl
11637            ! installperl
11638 ____________________________________________________________________________
11639 [  3434] By: jhi                                   on 1999/05/17  21:25:54
11640         Log: Integrate from mainperl.
11641      Branch: cfgperl
11642           +> lib/ExtUtils/MM_Cygwin.pm
11643            - cygwin32/impure_ptr.c
11644           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11645           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11646           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
11647           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
11648           !> x2p/find2perl.PL
11649 ____________________________________________________________________________
11650 [  3433] By: gsar                                  on 1999/05/17  09:49:01
11651         Log: integrate cfgperl changes into mainline
11652      Branch: perl
11653           !> Configure INSTALL config_h.SH configure.com embed.h
11654           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
11655           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
11656           !> util.c
11657 ____________________________________________________________________________
11658 [  3432] By: gsar                                  on 1999/05/17  09:06:45
11659         Log: emit more appropriate diagnostic for failed glob (variant
11660              of patch suggested by Graham Barr)
11661      Branch: perl
11662            ! gv.c pod/perldiag.pod pp.c pp_hot.c
11663 ____________________________________________________________________________
11664 [  3431] By: gsar                                  on 1999/05/17  08:38:09
11665         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11666              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
11667              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
11668              Subject: find2perl does not grok the 'c' suffix to the -size argument
11669      Branch: perl
11670            ! x2p/find2perl.PL
11671 ____________________________________________________________________________
11672 [  3430] By: gsar                                  on 1999/05/17  08:26:21
11673         Log: additional cleanups for cygwin32 port
11674              From: "Fifer, Eric" <EFifer@sanwaint.com>
11675              Date: Wed, 12 May 1999 20:25:54 +0100
11676              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
11677              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
11678      Branch: perl
11679            + lib/ExtUtils/MM_Cygwin.pm
11680            - cygwin32/impure_ptr.c
11681            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
11682            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
11683            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
11684            ! perl.h util.c
11685 ____________________________________________________________________________
11686 [  3429] By: gsar                                  on 1999/05/17  08:01:04
11687         Log: From: Andy Dougherty <doughera@lafayette.edu>
11688              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11689              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11690              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11691      Branch: perl
11692            ! INSTALL
11693 ____________________________________________________________________________
11694 [  3428] By: jhi                                   on 1999/05/17  07:03:26
11695         Log: Integrate from mainperl modulo the Socket.xs change.
11696      Branch: cfgperl
11697           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
11698           !> win32/win32.c win32/win32.h
11699 ____________________________________________________________________________
11700 [  3427] By: jhi                                   on 1999/05/16  22:09:11
11701         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11702              To: perl5-porters@perl.org (Mailing list Perl5)
11703              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
11704              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
11705              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
11706      Branch: cfgperl
11707            ! ext/Devel/Peek/Peek.xs
11708 ____________________________________________________________________________
11709 [  3426] By: jhi                                   on 1999/05/16  22:07:11
11710         Log: From: Mark-Jason Dominus <mjd@plover.com>
11711              To: perl5-porters@perl.com
11712              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
11713              Date: Sat, 15 May 1999 12:43:47 -0400
11714              Message-ID: <19990515164348.7313.qmail@plover.com>
11715      Branch: cfgperl
11716            ! pod/perldiag.pod
11717 ____________________________________________________________________________
11718 [  3425] By: nick                                  on 1999/05/15  15:56:10
11719         Log: Mingw32 + w32api-0.1.5 tweaks
11720              - now more like other Win32 compilers
11721      Branch: perl
11722            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
11723            ! win32/win32.h
11724 ____________________________________________________________________________
11725 [  3424] By: nick                                  on 1999/05/14  21:04:22
11726         Log: Experimental "slab" allocator for ops.
11727              To try it -DPL_OP_SLAB_ALLOC for op.c 
11728              This is for proof of concept only, it leaks memory 
11729              (ops are not free'd) so don't use in embedded apps.
11730              If this minimalist version does not show performance 
11731              gain then whole idea is worthless. 
11732              Nick see's approx 12% speed up vs perlmalloc running
11733              perl -Ilib -MCPAN -e '' 
11734              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
11735      Branch: perl
11736            ! op.c
11737 ____________________________________________________________________________
11738 [  3423] By: gsar                                  on 1999/05/14  19:55:04
11739         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
11740              found (brings sitelib intuition in line with privlib)
11741      Branch: perl
11742            ! win32/win32.c
11743 ____________________________________________________________________________
11744 [  3422] By: jhi                                   on 1999/05/14  08:08:01
11745         Log: From: pvhp@forte.com (Peter Prymmer)
11746              To: perl5-porters@perl.org, vmsperl@perl.org
11747              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
11748              Date: Thu, 13 May 99 15:29:57 PDT
11749              Message-Id: <9905132229.AA15854@forte.com>
11750      Branch: cfgperl
11751            ! configure.com
11752 ____________________________________________________________________________
11753 [  3421] By: jhi                                   on 1999/05/14  07:34:20
11754         Log: Integrate from mainperl.
11755      Branch: cfgperl
11756           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
11757 ____________________________________________________________________________
11758 [  3420] By: jhi                                   on 1999/05/14  07:33:26
11759         Log: Still fflushing.
11760      Branch: cfgperl
11761            ! Configure config_h.SH util.c
11762 ____________________________________________________________________________
11763 [  3419] By: gsar                                  on 1999/05/14  03:08:29
11764         Log: mortalize string allocations by win32_get_{priv,site}lib()
11765              (fixes small memory leak in interpreter)
11766      Branch: perl
11767            ! win32/win32.c
11768 ____________________________________________________________________________
11769 [  3418] By: gsar                                  on 1999/05/14  03:06:50
11770         Log: make win32_longname() preserve kind of slashes in argument
11771      Branch: perl
11772            ! win32/win32.c
11773 ____________________________________________________________________________
11774 [  3417] By: gsar                                  on 1999/05/14  03:04:44
11775         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
11776      Branch: perl
11777            ! lib/ExtUtils/MM_Unix.pm
11778 ____________________________________________________________________________
11779 [  3416] By: jhi                                   on 1999/05/13  21:18:06
11780         Log: Integrate from mainperl.
11781      Branch: cfgperl
11782           !> pp_ctl.c
11783 ____________________________________________________________________________
11784 [  3415] By: jhi                                   on 1999/05/13  21:16:49
11785         Log: Fixes from Andy Dougherty (via private email).
11786      Branch: cfgperl
11787            ! Configure config_h.SH
11788 ____________________________________________________________________________
11789 [  3414] By: nick                                  on 1999/05/13  20:04:26
11790         Log: valist vs va_list typo
11791      Branch: perl
11792            ! pp_ctl.c
11793 ____________________________________________________________________________
11794 [  3413] By: jhi                                   on 1999/05/13  15:04:05
11795         Log: From: Andy Dougherty <doughera@lafayette.edu>
11796              To: perlbug@perl.com
11797              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
11798              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
11799              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
11800      Branch: cfgperl
11801            ! INSTALL
11802 ____________________________________________________________________________
11803 [  3412] By: jhi                                   on 1999/05/13  14:20:17
11804         Log: Integrate from mainperl.
11805      Branch: cfgperl
11806           !> pp_ctl.c
11807 ____________________________________________________________________________
11808 [  3411] By: gsar                                  on 1999/05/13  14:16:56
11809         Log: docatch_body() declaration mismatch
11810      Branch: perl
11811            ! pp_ctl.c
11812 ____________________________________________________________________________
11813 [  3410] By: jhi                                   on 1999/05/13  13:51:44
11814         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
11815      Branch: cfgperl
11816            ! Configure config_h.SH perl.h
11817 ____________________________________________________________________________
11818 [  3409] By: jhi                                   on 1999/05/13  13:31:53
11819         Log: Still fflushing strong.
11820      Branch: cfgperl
11821            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
11822            ! proto.h util.c
11823 ____________________________________________________________________________
11824 [  3408] By: jhi                                   on 1999/05/12  14:30:23
11825         Log: Integrate from mainperl.
11826      Branch: cfgperl
11827           !> (integrate 30 files)
11828 ____________________________________________________________________________
11829 [  3407] By: jhi                                   on 1999/05/12  12:28:31
11830         Log: Be tidier with fflush(NULL) testing.
11831      Branch: cfgperl
11832            ! Configure config_h.SH
11833 ____________________________________________________________________________
11834 [  3406] By: gsar                                  on 1999/05/12  11:26:03
11835         Log: better range-checking on list slices, with test
11836              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11837              Date: Sun, 02 May 1999 17:02:53 +0100
11838              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
11839              Subject: Re: List slice of undefs returns 0 items 
11840      Branch: perl
11841            ! pp.c t/op/list.t
11842 ____________________________________________________________________________
11843 [  3405] By: gsar                                  on 1999/05/12  11:22:27
11844         Log: change#3397 needs test tweak
11845      Branch: perl
11846            ! Changes t/pragma/warn/sv
11847 ____________________________________________________________________________
11848 [  3404] By: gsar                                  on 1999/05/12  11:07:44
11849         Log: typo in change#3397
11850      Branch: perl
11851            ! doop.c
11852 ____________________________________________________________________________
11853 [  3403] By: gsar                                  on 1999/05/12  10:49:01
11854         Log: From: Stephen Zander <gibreel@pobox.com>
11855              Date: 12 May 1999 01:22:31 -0700
11856              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
11857              Subject: Re: Test::Harness runs tainted tests with wrong library path
11858      Branch: perl
11859            ! lib/Test/Harness.pm
11860 ____________________________________________________________________________
11861 [  3402] By: gsar                                  on 1999/05/12  10:42:06
11862         Log: typo in change#3400
11863      Branch: perl
11864            ! ext/B/B/Deparse.pm
11865 ____________________________________________________________________________
11866 [  3401] By: jhi                                   on 1999/05/12  10:40:42
11867         Log: A better, shinier, and possibly even correctly working
11868              reincarnation of #3398.
11869      Branch: cfgperl
11870            ! Configure config_h.SH
11871 ____________________________________________________________________________
11872 [  3400] By: gsar                                  on 1999/05/12  10:40:11
11873         Log: deparse \&func() as \(&func()) for clarity
11874              From: Albert Dvornik <bert@genscan.com>
11875              Date: 11 May 1999 13:32:04 -0400
11876              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
11877              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
11878      Branch: perl
11879            ! ext/B/B/Deparse.pm
11880 ____________________________________________________________________________
11881 [  3399] By: gsar                                  on 1999/05/12  10:36:02
11882         Log: more testsuite smarts (many of them courtesy Ilya)
11883      Branch: perl
11884            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
11885            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
11886            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
11887            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
11888            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
11889            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
11890            ! t/op/pwent.t
11891 ____________________________________________________________________________
11892 [  3398] By: jhi                                   on 1999/05/12  09:33:08
11893         Log: Detect whether fflush(NULL) works as per change #3352.
11894      Branch: cfgperl
11895            ! Configure config_h.SH perl.h
11896 ____________________________________________________________________________
11897 [  3397] By: gsar                                  on 1999/05/12  08:56:03
11898         Log: From: jan.dubois@ibm.net (Jan Dubois)
11899              Date: Wed, 12 May 1999 01:01:00 +0200
11900              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
11901              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
11902      Branch: perl
11903            ! doop.c
11904 ____________________________________________________________________________
11905 [  3396] By: gsar                                  on 1999/05/12  08:23:27
11906         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
11907              stat() behaves similarly
11908      Branch: perl
11909            ! win32/win32.c
11910 ____________________________________________________________________________
11911 [  3395] By: jhi                                   on 1999/05/11  22:21:32
11912         Log: Redo parts of #3341 and #3358 that #3394 undid.
11913      Branch: cfgperl
11914            ! Configure config_h.SH
11915 ____________________________________________________________________________
11916 [  3394] By: jhi                                   on 1999/05/11  22:03:48
11917         Log: Add I_NETINET_TCP to help change #3391.
11918      Branch: cfgperl
11919            ! Configure config_h.SH ext/Socket/Socket.xs
11920 ____________________________________________________________________________
11921 [  3393] By: jhi                                   on 1999/05/11  21:44:59
11922         Log: Integrate from mainperl.
11923      Branch: cfgperl
11924           !> (integrate 55 files)
11925 ____________________________________________________________________________
11926 [  3392] By: gsar                                  on 1999/05/11  20:56:43
11927         Log: update embedvar.h
11928      Branch: perl
11929            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
11930 ____________________________________________________________________________
11931 [  3391] By: gsar                                  on 1999/05/11  16:32:05
11932         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11933              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
11934              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
11935              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
11936      Branch: perl
11937            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
11938 ____________________________________________________________________________
11939 [  3390] By: gsar                                  on 1999/05/11  15:27:40
11940         Log: display more frequent progress messages when STDOUT is a tty
11941      Branch: perl
11942            ! lib/Test/Harness.pm
11943 ____________________________________________________________________________
11944 [  3389] By: gsar                                  on 1999/05/11  14:40:58
11945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11946              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
11947              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
11948              Subject: [PATCH 5.005_53] Explanations by Test::Harness
11949      Branch: perl
11950            ! lib/Test/Harness.pm
11951 ____________________________________________________________________________
11952 [  3388] By: gsar                                  on 1999/05/11  14:08:14
11953         Log: avoid creating spurious subroutine stubs on failed subroutine
11954              call and other places of sv_2cv() misuse; fixes problems with
11955              failed subroutine calls "hiding" later attempts to lookup methods
11956              in base classes
11957      Branch: perl
11958            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
11959 ____________________________________________________________________________
11960 [  3387] By: gsar                                  on 1999/05/11  09:34:13
11961         Log: various fixes for clean build and test on win32; configpm broken,
11962              needed to open myconfig.SH rather than myconfig; sundry adjustments
11963              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
11964              work under win32; getenv_sv() changed to getenv_len() since SVs
11965              aren't visible in the lower echelons; remove bogus exports from
11966              config.sym; PERL_OBJECT-ness for C++ exception support; null out
11967              IoDIRP in filter_del() or sv_free() will attempt to close it
11968      Branch: perl
11969            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
11970            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
11971            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
11972            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
11973            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
11974            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11975            ! win32/config.gc win32/config.vc win32/makedef.pl
11976            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
11977            ! win32/win32.c win32/win32.h
11978 ____________________________________________________________________________
11979 [  3386] By: gsar                                  on 1999/05/11  02:49:07
11980         Log: gutsupport for C++ exceptions
11981              From: Chip Salzenberg <chip@perlsupport.com>
11982              Date: Tue, 9 Mar 1999 11:51:57 -0500
11983              Message-ID: <19990309115157.E7911@perlsupport.com>
11984              Subject: [PATCH 5.005] Flexible Exceptions
11985      Branch: perl
11986            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
11987            ! scope.c scope.h thrdvar.h util.c
11988 ____________________________________________________________________________
11989 [  3385] By: gsar                                  on 1999/05/10  19:33:36
11990         Log: "weak" references internals, still needs perlguts documentation
11991              (somewhat modified version of patch suggested by Tuomas J. Lukka
11992              <lukka@fas.harvard.edu>)
11993      Branch: perl
11994            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
11995            ! pod/perldiag.pod proto.h sv.c sv.h util.c
11996 ____________________________________________________________________________
11997 [  3384] By: jhi                                   on 1999/05/10  18:21:43
11998         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
11999              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
12000      Branch: cfgperl
12001            ! INSTALL hints/dec_osf.sh
12002 ____________________________________________________________________________
12003 [  3381] By: jhi                                   on 1999/05/10  14:39:28
12004         Log: Integrate from mainperl.
12005      Branch: cfgperl
12006           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12007           +> cygwin32/build-instructions.charles-wilson
12008           +> cygwin32/build-instructions.sebastien-barre
12009           +> cygwin32/build-instructions.steven-morlock
12010           +> cygwin32/build-instructions.steven-morlock2
12011           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12012           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12013           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
12014           +> t/op/numconvert.t utils/perlbc.PL
12015            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12016            - cygwin32/perlld
12017           !> (integrate 105 files)
12018 ____________________________________________________________________________
12019 [  3380] By: gsar                                  on 1999/05/10  12:27:14
12020         Log: regen regnodes.h
12021      Branch: perl
12022            ! Changes regnodes.h
12023 ____________________________________________________________________________
12024 [  3379] By: gsar                                  on 1999/05/10  12:17:26
12025         Log: From: jan.dubois@ibm.net (Jan Dubois)
12026              Date: Sat, 01 May 1999 22:55:36 +0200
12027              Message-ID: <373067e9.56194713@smtp1.ibm.net>
12028              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
12029      Branch: perl
12030            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
12031            ! win32/config_H.vc
12032 ____________________________________________________________________________
12033 [  3378] By: gsar                                  on 1999/05/10  12:07:13
12034         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12035              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
12036              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
12037              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
12038      Branch: perl
12039            + t/op/numconvert.t
12040            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
12041            ! util.c
12042 ____________________________________________________________________________
12043 [  3377] By: gsar                                  on 1999/05/10  11:39:48
12044         Log: pp_modulo comment tweak from Ilya
12045      Branch: perl
12046            ! pp.c
12047 ____________________________________________________________________________
12048 [  3376] By: gsar                                  on 1999/05/10  11:30:40
12049         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12050              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
12051              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
12052              Subject: Test.pm update [PATCH _56]
12053      Branch: perl
12054            ! lib/Test.pm
12055 ____________________________________________________________________________
12056 [  3375] By: gsar                                  on 1999/05/10  11:28:30
12057         Log: From: jan.dubois@ibm.net (Jan Dubois)
12058              Date: Fri, 07 May 1999 00:59:54 +0200
12059              Message-ID: <373318ae.19292461@smtp1.ibm.net>
12060              Subject: Re: Using existing memory for an SV's PV 
12061      Branch: perl
12062            ! sv.c
12063 ____________________________________________________________________________
12064 [  3374] By: gsar                                  on 1999/05/10  11:23:44
12065         Log: From: jan.dubois@ibm.net (Jan Dubois)
12066              Date: Fri, 07 May 1999 00:59:52 +0200
12067              Message-ID: <37321800.19118320@smtp1.ibm.net>
12068              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
12069      Branch: perl
12070            ! perl.h
12071 ____________________________________________________________________________
12072 [  3373] By: gsar                                  on 1999/05/10  11:22:10
12073         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12074              Date: Thu, 6 May 1999 18:17:28 -0400
12075              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
12076              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
12077      Branch: perl
12078            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
12079            ! util.c
12080 ____________________________________________________________________________
12081 [  3372] By: gsar                                  on 1999/05/10  10:57:49
12082         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12083              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
12084              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
12085              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
12086      Branch: perl
12087            ! regcomp.c regcomp.pl
12088 ____________________________________________________________________________
12089 [  3371] By: gsar                                  on 1999/05/10  10:54:01
12090         Log: From: lane@duphy4.physics.drexel.edu
12091              Date: Tue, 04 May 1999 10:19:25 -0700
12092              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
12093              Subject: [PATCH 5.005.56] pod->html VMS fixes
12094      Branch: perl
12095            ! installhtml lib/Pod/Html.pm
12096 ____________________________________________________________________________
12097 [  3370] By: gsar                                  on 1999/05/10  10:45:52
12098         Log: testsuite nits
12099      Branch: perl
12100            ! t/lib/io_linenum.t t/op/filetest.t
12101 ____________________________________________________________________________
12102 [  3369] By: gsar                                  on 1999/05/10  10:35:22
12103         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12104              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
12105              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
12106              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
12107      Branch: perl
12108            ! os2/os2ish.h os2/os2thread.h
12109 ____________________________________________________________________________
12110 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12111         Log: From: Albert Dvornik <bert@genscan.com>
12112              Date: 03 May 1999 12:20:57 -0400
12113              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12114              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12115      Branch: perl
12116            ! dump.c
12117 ____________________________________________________________________________
12118 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12119         Log: shadow password support for Solaris (needs Configure help to
12120              determine HAS_GETSPENT)
12121              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12122              Date: Sat, 01 May 1999 19:41:17 -0400
12123              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12124              Subject: getpwent() under solaris
12125      Branch: perl
12126            ! pp_sys.c
12127 ____________________________________________________________________________
12128 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12129         Log: From: jan.dubois@ibm.net (Jan Dubois)
12130              Date: Sat, 01 May 1999 23:45:47 +0200
12131              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12132              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12133      Branch: perl
12134            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12135            ! pod/perldelta.pod
12136 ____________________________________________________________________________
12137 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12138         Log: test suite and fix input_line_number()
12139              From: Paul Johnson <pjcj@transeda.com>
12140              Date: Thu, 29 Apr 1999 06:28:14 +0100
12141              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12142              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12143      Branch: perl
12144            + t/lib/io_linenum.t
12145            ! MANIFEST ext/IO/lib/IO/Handle.pm
12146 ____________________________________________________________________________
12147 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12148         Log: fix overeager [:foo:] parsing
12149              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12150              Date: Fri, 30 Apr 1999 09:26:18 +0100
12151              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12152              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12153      Branch: perl
12154            ! regcomp.c t/op/re_tests
12155 ____________________________________________________________________________
12156 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12157         Log: documentation for Win32 builtins (somewhat modified)
12158              From: jan.dubois@ibm.net (Jan Dubois)
12159              Date: Tue, 30 Mar 1999 08:05:03 +0200
12160              Message-ID: <37006783.1926460@smtp1.ibm.net>
12161              Subject: Re: Issues with build 509 
12162      Branch: perl
12163            + pod/Win32.pod
12164            ! MANIFEST
12165 ____________________________________________________________________________
12166 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12167         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12168      Branch: perl
12169            ! lib/File/Copy.pm win32/win32.c
12170 ____________________________________________________________________________
12171 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12172         Log: escape ampersands in <pre> sections
12173      Branch: perl
12174            ! Changes lib/Pod/Html.pm
12175 ____________________________________________________________________________
12176 [  3360] By: gsar                                  on 1999/05/10  08:04:14
12177         Log: AIX hints enhancements (threads build, SOCKS support)
12178              From: "David R. Favor" <dfavor@austin.ibm.com>
12179              Date: Wed, 28 Apr 1999 08:45:28 -0500
12180              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
12181              Subject: Working build for AIX + gcc + threading
12182      Branch: perl
12183            ! hints/aix.sh
12184 ____________________________________________________________________________
12185 [  3359] By: gsar                                  on 1999/05/10  07:49:26
12186         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
12187              Date: Tue, 27 Apr 1999 23:47:24 PDT
12188              Message-ID: <19990428064724.95244.qmail@hotmail.com>
12189              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
12190              --
12191              Date: Thu, 29 Apr 1999 18:21:06 -0700
12192              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
12193              Subject: [PATCH 5.005_56] double constants ( C.pm)
12194              --
12195              Date: Mon, 03 May 1999 20:21:31 PDT
12196              Message-ID: <19990504032131.81113.qmail@hotmail.com>
12197              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
12198              --
12199              Date: Thu, 06 May 1999 17:57:09 -0700
12200              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
12201              Subject: Stash.pm
12202      Branch: perl
12203            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
12204            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
12205 ____________________________________________________________________________
12206 [  3358] By: gsar                                  on 1999/05/10  04:39:15
12207         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
12208              From: alexander smishlajev <als@turnhere.com>
12209              Date: Sun, 25 Apr 1999 14:58:29 +0300
12210              Message-ID: <37230365.5F68B460@turnhere.com>
12211              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
12212      Branch: perl
12213            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12214            + cygwin32/build-instructions.charles-wilson
12215            + cygwin32/build-instructions.sebastien-barre
12216            + cygwin32/build-instructions.steven-morlock
12217            + cygwin32/build-instructions.steven-morlock2
12218            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12219            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12220            - cygwin32/perlld
12221            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
12222            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
12223            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
12224            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
12225            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
12226            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
12227 ____________________________________________________________________________
12228 [  3357] By: gsar                                  on 1999/05/10  04:07:07
12229         Log: applied suggested patch, modulo already applied parts
12230              From: Charles Bailey <BAILEY@newman.upenn.edu>
12231              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
12232              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
12233              Subject: [Patch 5.005_56] VMS consolidated patch #2
12234      Branch: perl
12235            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
12236            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
12237            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
12238            ! vms/subconfigure.com vms/test.com vms/vms.c
12239 ____________________________________________________________________________
12240 [  3356] By: gsar                                  on 1999/05/10  03:48:08
12241         Log: applied suggested patch, with win32 and PERL_OBJECT additions
12242              From: Tom Hughes <tom@compton.nu>
12243              Date: Sat, 24 Apr 1999 18:11:59 +0100
12244              Message-ID: <609bdff748.tom@compton.compton.nu>
12245              Subject: ByteLoader patch
12246      Branch: perl
12247            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12248            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
12249            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
12250            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12251            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
12252            ! utils/Makefile win32/Makefile win32/makefile.mk
12253 ____________________________________________________________________________
12254 [  3355] By: gsar                                  on 1999/05/10  03:22:49
12255         Log: document 'test' attribute (from Andreas Koenig)
12256      Branch: perl
12257            ! lib/ExtUtils/MakeMaker.pm
12258 ____________________________________________________________________________
12259 [  3354] By: gsar                                  on 1999/05/10  03:12:37
12260         Log: From: pmarquess@bfsec.bt.co.uk
12261              Date: Thu, 22 Apr 1999 23:12:08 +0100
12262              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
12263              Subject: PATCH for small bug in scan_bin
12264      Branch: perl
12265            ! util.c
12266 ____________________________________________________________________________
12267 [  3353] By: gsar                                  on 1999/05/10  02:39:33
12268         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
12269              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
12270      Branch: perl
12271            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
12272            ! win32/win32iop.h
12273 ____________________________________________________________________________
12274 [  3352] By: gsar                                  on 1999/05/09  22:47:39
12275         Log: flush all open output buffers before fork(), exec(), system, qx//
12276              and pipe open() operations, simplifying buffering headaches faced
12277              by users; uses fflush(NULL), which may need Configure test
12278      Branch: perl
12279            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
12280            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
12281 ____________________________________________________________________________
12282 [  3351] By: gsar                                  on 1999/05/09  21:11:51
12283         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
12284              Leroy <jll@skynet.be>)
12285      Branch: perl
12286            ! utils/perlcc.PL
12287 ____________________________________________________________________________
12288 [  3350] By: gsar                                  on 1999/05/09  20:39:11
12289         Log: normalize $^X to full pathname on win32
12290      Branch: perl
12291            ! win32/runperl.c
12292 ____________________________________________________________________________
12293 [  3349] By: gsar                                  on 1999/05/09  20:23:07
12294         Log: allow readline($globref), <$globref> already works
12295      Branch: perl
12296            ! pp_hot.c
12297 ____________________________________________________________________________
12298 [  3348] By: gsar                                  on 1999/05/09  20:00:09
12299         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
12300              <lemburg@online-club.de>)
12301      Branch: perl
12302            ! utils/perldoc.PL
12303 ____________________________________________________________________________
12304 [  3347] By: gsar                                  on 1999/05/09  18:47:21
12305         Log: additions to Thread.pm docs from Tuomas J. Lukka
12306              <lukka@fas.harvard.edu>
12307      Branch: perl
12308            ! ext/Thread/Thread.pm
12309 ____________________________________________________________________________
12310 [  3346] By: gsar                                  on 1999/05/09  18:38:00
12311         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12312              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
12313              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
12314              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
12315      Branch: perl
12316            ! ext/B/B/Xref.pm
12317 ____________________________________________________________________________
12318 [  3345] By: gsar                                  on 1999/05/09  18:22:43
12319         Log: work around mangled archname on win32 while finding privlib/sitelib;
12320              normalize lib paths to forward slashes internally
12321      Branch: perl
12322            ! win32/win32.c
12323 ____________________________________________________________________________
12324 [  3344] By: gsar                                  on 1999/05/09  03:20:06
12325         Log: fix typo in dbm filters that caused odbm.t to fail
12326      Branch: perl
12327            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
12328 ____________________________________________________________________________
12329 [  3343] By: gsar                                  on 1999/05/09  02:02:59
12330         Log: tweak test totals
12331      Branch: perl
12332            ! Changes t/lib/tie-stdhandle.t
12333 ____________________________________________________________________________
12334 [  3342] By: gsar                                  on 1999/05/09  01:42:06
12335         Log: import list propagation busted (pointed out by Ton Hospel
12336              <thospel@mail.dma.be>)
12337      Branch: perl
12338            ! lib/autouse.pm
12339 ____________________________________________________________________________
12340 [  3341] By: gsar                                  on 1999/05/09  00:54:18
12341         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
12342              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
12343      Branch: perl
12344            ! Configure Makefile.SH
12345 ____________________________________________________________________________
12346 [  3340] By: gsar                                  on 1999/05/09  00:40:41
12347         Log: generate manpages for newly added utils
12348      Branch: perl
12349            ! installman
12350 ____________________________________________________________________________
12351 [  3339] By: gsar                                  on 1999/05/09  00:33:50
12352         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12353              Date: Sun, 02 May 1999 17:59:24 +0100
12354              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
12355              Subject: [PATCH] Re: ptr to realloced memory in yylex
12356      Branch: perl
12357            ! toke.c
12358 ____________________________________________________________________________
12359 [  3338] By: jhi                                   on 1999/05/08  22:40:29
12360         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
12361      Branch: cfgperl
12362            ! INSTALL
12363 ____________________________________________________________________________
12364 [  3337] By: jhi                                   on 1999/05/08  22:22:26
12365         Log: Integrate from mainperl.
12366      Branch: cfgperl
12367           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
12368           !> (integrate 54 files)
12369 ____________________________________________________________________________
12370 [  3336] By: gsar                                  on 1999/05/08  21:48:22
12371         Log: make perldoc -f grok nested =items
12372      Branch: perl
12373            ! utils/perldoc.PL
12374 ____________________________________________________________________________
12375 [  3335] By: gsar                                  on 1999/05/08  19:48:11
12376         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
12377      Branch: perl
12378            ! op.c t/lib/fields.t
12379 ____________________________________________________________________________
12380 [  3334] By: gsar                                  on 1999/05/08  19:09:41
12381         Log: update test totals
12382      Branch: perl
12383            ! t/lib/bigintpm.t
12384 ____________________________________________________________________________
12385 [  3333] By: gsar                                  on 1999/05/08  16:56:02
12386         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
12387      Branch: perl
12388            ! pod/perlfunc.pod
12389 ____________________________________________________________________________
12390 [  3332] By: gsar                                  on 1999/05/08  16:46:44
12391         Log: applied suggested patch, added tests
12392              From: William Mann <wmann@avici.com>
12393              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
12394              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
12395              Subject: BigInt.pm extensions for logical operations
12396      Branch: perl
12397            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
12398 ____________________________________________________________________________
12399 [  3331] By: gsar                                  on 1999/05/08  16:09:33
12400         Log: avoid temporary files named 'tmp'
12401      Branch: perl
12402            ! Makefile.SH pp.c
12403 ____________________________________________________________________________
12404 [  3330] By: nick                                  on 1999/05/08  14:16:30
12405         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
12406              Provide Tie::StdHandle
12407              Basic update of docs.
12408      Branch: perl
12409            + t/lib/tie-stdhandle.t
12410            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
12411 ____________________________________________________________________________
12412 [  3329] By: nick                                  on 1999/05/08  12:03:45
12413         Log: Tweaks to open(my $fh,...) stuff
12414      Branch: perl
12415            ! op.c pp.c pp_sys.c t/io/open.t
12416 ____________________________________________________________________________
12417 [  3328] By: nick                                  on 1999/05/08  11:18:42
12418         Log: Bring SDBM_File.xs into line with new typemap
12419      Branch: perl
12420            ! ext/SDBM_File/SDBM_File.xs
12421 ____________________________________________________________________________
12422 [  3327] By: gsar                                  on 1999/05/08  00:07:11
12423         Log: add test case for AUTOLOAD reentrancy fix in change#3279
12424      Branch: perl
12425            ! t/lib/autoloader.t
12426 ____________________________________________________________________________
12427 [  3326] By: nick                                  on 1999/05/07  21:24:50
12428         Log: Implement open( my $fh, ...) and similar.
12429              Set flag in op.c for "constructor ops"
12430              In pp_rv2gv, if flag is set and arg is PADSV and uninit
12431              vivify as reference to a detached GV.
12432              (Name of GV is the pad name.)
12433              This scheme should "just work" for pipe/socket etc. too.
12434              
12435              #if 0 out the open(FH,undef) for now.
12436              Change t/io/open.t to test open(my $fh,...)
12437      Branch: perl
12438            ! op.c pp.c pp_sys.c t/io/open.t
12439 ____________________________________________________________________________
12440 [  3325] By: nick                                  on 1999/05/07  21:18:42
12441         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
12442      Branch: perl
12443            ! util.c
12444 ____________________________________________________________________________
12445 [  3324] By: gsar                                  on 1999/05/07  20:28:31
12446         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
12447              intervening code has to allocate SVs)
12448      Branch: perl
12449            ! util.c
12450 ____________________________________________________________________________
12451 [  3323] By: gsar                                  on 1999/05/07  19:45:08
12452         Log: allow line numbers to show in diagnostics during global destruction
12453      Branch: perl
12454            ! util.c
12455 ____________________________________________________________________________
12456 [  3322] By: gsar                                  on 1999/05/07  09:38:11
12457         Log: From: Dan Sugalski <sugalskd@ous.edu>
12458              Date: Fri, 09 Apr 1999 16:16:39 -0700
12459              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
12460              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
12461      Branch: perl
12462            ! lib/ExtUtils/MM_VMS.pm
12463 ____________________________________________________________________________
12464 [  3321] By: gsar                                  on 1999/05/07  09:08:23
12465         Log: From: kwzh@gnu.org (Karl Heuer)
12466              Date: Wed, 7 Apr 1999 23:58:58 -0400
12467              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
12468              Subject: [perl-5.005.02] detect lack of /dev/tty
12469      Branch: perl
12470            ! Makefile.SH
12471 ____________________________________________________________________________
12472 [  3320] By: gsar                                  on 1999/05/07  08:52:14
12473         Log: allow distinct prefix for versioned executables
12474              From: Roderick Schertler <roderick@argon.org>
12475              Date: Wed, 07 Apr 1999 15:34:56 -0400
12476              Message-ID: <3003.923513696@eeyore.ibcinc.com>
12477              Subject: perl55.00503 -> perl5.00503 patch for installperl
12478      Branch: perl
12479            ! INSTALL installperl
12480 ____________________________________________________________________________
12481 [  3319] By: gsar                                  on 1999/05/07  08:07:02
12482         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12483              Date: Mon, 05 Apr 1999 15:38:42 -0700
12484              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
12485              Subject: Re: chomp fails with $/ in fixed-length record mode
12486              --
12487              From: Roderick Schertler <roderick@argon.org>
12488              Date: Tue, 06 Apr 1999 21:11:37 -0400
12489              Message-ID: <2795.923447497@eeyore.ibcinc.com>
12490              Subject: Re: chomp fails with $/ in fixed-length record mode
12491      Branch: perl
12492            ! doop.c pod/perlfunc.pod t/op/chop.t
12493 ____________________________________________________________________________
12494 [  3318] By: gsar                                  on 1999/05/07  07:56:35
12495         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12496              Date: Tue, 6 Apr 1999 01:40:36 -0400
12497              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
12498              Subject: [PATCH 5.005_*] Make % use fmod()
12499      Branch: perl
12500            ! pp.c t/op/arith.t
12501 ____________________________________________________________________________
12502 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12503         Log: DBM Filters (via private mail)
12504              From: pmarquess@bfsec.bt.co.uk
12505              Date: Sun, 18 Apr 1999 21:05:52 +0100
12506              Message-Id: <199904182009.NAA19152@activestate.com>
12507              Subject: DBM Filters
12508      Branch: perl
12509            + pod/perldbmfilter.pod
12510            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12511            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12512            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12513            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12514            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12515            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12516            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12517            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12518            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12519            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12520            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12521            ! t/lib/sdbm.t
12522 ____________________________________________________________________________
12523 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12524         Log: avoid negative return value from Win32::GetTickCount()
12525              From: jan.dubois@ibm.net (Jan Dubois)
12526              Date: Sat, 03 Apr 1999 19:04:18 +0200
12527              Message-ID: <37084742.22824479@smtp1.ibm.net>
12528              Subject: Re: Win32::GetTickCount
12529      Branch: perl
12530            ! win32/win32.c
12531 ____________________________________________________________________________
12532 [  3314] By: gsar                                  on 1999/05/06  08:01:23
12533         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
12534              Date: Tue, 30 Mar 1999 23:40:34 PST
12535              Message-ID: <19990331074034.6117.qmail@hotmail.com>
12536              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
12537              --
12538              Date: Wed, 07 Apr 1999 00:28:23 -0800
12539              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
12540              Subject: [PATCH 5.005_56] function prototypes(B.pm)
12541              --
12542              Date: Thu, 22 Apr 1999 23:40:52 -0700
12543              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
12544              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
12545              --
12546              Date: Tue, 27 Apr 1999 01:14:49 PDT
12547              Message-ID: <19990427081449.28615.qmail@hotmail.com>
12548              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
12549      Branch: perl
12550            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
12551            ! t/op/ref.t
12552 ____________________________________________________________________________
12553 [  3313] By: jhi                                   on 1999/05/06  07:59:52
12554         Log: Integrate from mainperl.
12555      Branch: cfgperl
12556           !> (integrate 33 files)
12557 ____________________________________________________________________________
12558 [  3312] By: gsar                                  on 1999/05/06  07:11:50
12559         Log: add Ethiopic section to unicode master database (from Ken
12560              Whistler <kenw@sybase.com>)
12561      Branch: perl
12562            ! lib/unicode/UnicodeData-Latest.txt
12563 ____________________________________________________________________________
12564 [  3311] By: gsar                                  on 1999/05/06  05:37:55
12565         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
12566              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
12567              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
12568              Subject: Largefiles for Solaris
12569      Branch: perl
12570            ! hints/solaris_2.sh
12571 ____________________________________________________________________________
12572 [  3310] By: gsar                                  on 1999/05/06  05:14:35
12573         Log: emit more accurate diagnostic for syntax errors involving <>
12574              within eval""
12575      Branch: perl
12576            ! toke.c utils/perldoc.PL
12577 ____________________________________________________________________________
12578 [  3309] By: gsar                                  on 1999/05/06  04:36:31
12579         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
12580      Branch: perl
12581            ! t/lib/open3.t
12582 ____________________________________________________________________________
12583 [  3308] By: gsar                                  on 1999/05/06  03:19:16
12584         Log: applied first part of suggested patch (bug described cannot be
12585              reproduced any longer, so the second inconclusive part has not
12586              been applied)
12587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12588              Date: Sun, 28 Mar 1999 04:51:34 +0100
12589              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
12590              Subject: [PATCH 5.005_56] Re: A core dump 
12591      Branch: perl
12592            ! toke.c
12593 ____________________________________________________________________________
12594 [  3307] By: gsar                                  on 1999/05/06  01:56:06
12595         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
12596              change#3180)
12597      Branch: perl
12598            ! op.c
12599 ____________________________________________________________________________
12600 [  3306] By: gsar                                  on 1999/05/05  17:17:34
12601         Log: applied non-conflicting parts of suggested patch
12602              From: Charles Bailey <BAILEY@newman.upenn.edu>
12603              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
12604              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
12605              Subject: [Patch 5.005_56] Revised VMS patch
12606      Branch: perl
12607            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
12608            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
12609 ____________________________________________________________________________
12610 [  3305] By: gsar                                  on 1999/05/05  16:20:19
12611         Log: make perldoc use backslashed pathnames within system() on win32
12612      Branch: perl
12613            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
12614 ____________________________________________________________________________
12615 [  3304] By: gsar                                  on 1999/05/05  07:29:43
12616         Log: upgrade Pod::Parser to v1.081 from CPAN
12617      Branch: perl
12618            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
12619            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
12620            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12621 ____________________________________________________________________________
12622 [  3303] By: gsar                                  on 1999/05/05  07:02:07
12623         Log: From: Andy Dougherty <doughera@lafayette.edu>
12624              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
12625              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
12626              Subject: [PATCH 5.005_03-MT3] INSTALL patches
12627      Branch: perl
12628            ! INSTALL
12629 ____________________________________________________________________________
12630 [  3302] By: gsar                                  on 1999/05/05  06:55:21
12631         Log: load base packages based on nonexistent $VERSION
12632              From: andreas.koenig@anima.de (Andreas J. Koenig)
12633              Date: 19 Mar 1999 06:00:28 +0100
12634              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
12635              Subject: Re: base.pm flaw
12636      Branch: perl
12637            ! lib/base.pm lib/locale.pm
12638 ____________________________________________________________________________
12639 [  3301] By: gsar                                  on 1999/05/04  05:41:08
12640         Log: pod2man outputs switched date and revision label (fix suggested by
12641              EthanSasiela@mede.com)
12642      Branch: perl
12643            ! pod/pod2man.PL
12644 ____________________________________________________________________________
12645 [  3300] By: gsar                                  on 1999/05/03  18:48:25
12646         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
12647              (makes opendir(D,"c:") work reliably)
12648      Branch: perl
12649            ! win32/win32.c
12650 ____________________________________________________________________________
12651 [  3299] By: gsar                                  on 1999/05/02  19:39:55
12652         Log: add test case for change#3298
12653      Branch: perl
12654            ! sv.c t/op/readdir.t
12655 ____________________________________________________________________________
12656 [  3298] By: gsar                                  on 1999/05/02  19:24:41
12657         Log: close directory handles properly when localized
12658      Branch: perl
12659            ! sv.c
12660 ____________________________________________________________________________
12661 [  3297] By: jhi                                   on 1999/04/30  11:42:14
12662         Log: Integrate from mainperl.
12663      Branch: cfgperl
12664           !> Changes config_h.SH configure.com lib/AutoLoader.pm
12665           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
12666           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
12667           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
12668           !> vms/subconfigure.com win32/win32.c
12669 ____________________________________________________________________________
12670 [  3293] By: chip                                  on 1999/04/29  18:50:49
12671         Log: Fix shebang lines.
12672      Branch: maint-5.004/perl
12673            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
12674            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
12675            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
12676            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
12677            ! x2p/find2perl.PL x2p/s2p.PL
12678 ____________________________________________________________________________
12679 [  3284] By: gsar                                  on 1999/04/27  00:48:42
12680         Log: integrate change#3279 from maint-5.004
12681      Branch: perl
12682            ! lib/AutoLoader.pm
12683 ____________________________________________________________________________
12684 [  3279] By: chip                                  on 1999/04/26  23:09:26
12685         Log: Make &AutoLoad::AUTOLOAD reentrant.
12686      Branch: maint-5.004/perl
12687            ! lib/AutoLoader.pm
12688 ____________________________________________________________________________
12689 [  3276] By: chip                                  on 1999/04/26  22:34:36
12690         Log: Make porting scripts executable.
12691      Branch: maint-5.004/perl
12692            ! Changes Porting/genlog Porting/makerel Porting/p4desc
12693            ! Porting/patchls
12694 ____________________________________________________________________________
12695 [  3274] By: gsar                                  on 1999/04/26  17:30:31
12696         Log: allow embedded null characters in diagnostics
12697      Branch: perl
12698            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
12699 ____________________________________________________________________________
12700 [  3273] By: gsar                                  on 1999/04/26  08:27:22
12701         Log: hand-applied conflicting parts of suggested patch
12702              From: Charles Bailey <BAILEY@newman.upenn.edu>
12703              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
12704              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
12705              Subject: [PATCH 5.005_56] VMS configuration/build
12706      Branch: perl
12707            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
12708            ! vms/munchconfig.c vms/subconfigure.com
12709 ____________________________________________________________________________
12710 [  3272] By: gsar                                  on 1999/04/26  08:25:41
12711         Log: update Changes; tweak minor regressions
12712      Branch: perl
12713            ! Changes lib/AutoSplit.pm lib/File/Path.pm
12714 ____________________________________________________________________________
12715 [  3271] By: gsar                                  on 1999/04/26  07:52:51
12716         Log: integrate change#3229 from maint-5.004
12717      Branch: perl
12718            ! pp_ctl.c util.c
12719 ____________________________________________________________________________
12720 [  3270] By: gsar                                  on 1999/04/25  22:58:27
12721         Log: fix buggy reference count on refs to SVs with autoviv magic
12722              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
12723              accessing free()d memory)
12724      Branch: perl
12725            ! pp.c t/op/ref.t
12726 ____________________________________________________________________________
12727 [  3269] By: gsar                                  on 1999/04/24  17:07:55
12728         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
12729              on win32)
12730      Branch: perl
12731            ! win32/win32.c
12732 ____________________________________________________________________________
12733 [  3268] By: gsar                                  on 1999/04/24  16:38:25
12734         Log: kill dup hunk
12735      Branch: perl
12736            ! config_h.SH
12737 ____________________________________________________________________________
12738 [  3267] By: gsar                                  on 1999/04/24  16:35:57
12739         Log: integrate cfgperl changes into mainline
12740      Branch: perl
12741           +> myconfig.SH
12742            - myconfig
12743            ! pod/perlre.pod
12744           !> (integrate 38 files)
12745 ____________________________________________________________________________
12746 [  3266] By: jhi                                   on 1999/04/23  18:42:44
12747         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12748              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
12749              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
12750              Cc: Lionel Cons <lionel.cons@cern.ch>,
12751              Ilya Zakharevich <ilya@math.ohio-state.edu>,
12752              David Hayes <david@bdel.com>
12753              Subject: [PATCH] h2ph
12754              Date: Fri, 23 Apr 1999 12:37:23 -0400
12755              Message-ID: <19990423123723.A49550@O2.chapin.edu>
12756      Branch: cfgperl
12757            ! utils/h2ph.PL
12758 ____________________________________________________________________________
12759 [  3265] By: jhi                                   on 1999/04/21  18:17:12
12760         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
12761              To: perlbug@perl.org
12762              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
12763              Date: Wed, 21 Apr 1999 08:17:54 -0700
12764              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
12765      Branch: cfgperl
12766            ! vms/descrip_mms.template
12767 ____________________________________________________________________________
12768 [  3264] By: jhi                                   on 1999/04/20  08:50:54
12769         Log: From: Andy Dougherty <doughera@lafayette.edu>
12770              To: The Perl Porters Mailing List <perl5-porters@perl.org>
12771              Subject: [PATCH 5.005_56] Re: 5.006 Todo
12772              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
12773              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
12774      Branch: cfgperl
12775            ! Porting/pumpkin.pod
12776 ____________________________________________________________________________
12777 [  3263] By: jhi                                   on 1999/04/20  08:05:01
12778         Log: From: Chip Salzenberg <chip@perlsupport.com>
12779              To: Perl 5 Porters <perl5-porters@perl.org>
12780              Subject: [PATCH 5.005_56] Configure: $sig_count
12781              Date: Sun, 18 Apr 1999 17:54:36 -0400
12782              Message-ID: <19990418175436.A27496@perlsupport.com>
12783      Branch: cfgperl
12784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12785            ! config_h.SH
12786 ____________________________________________________________________________
12787 [  3262] By: jhi                                   on 1999/04/19  18:23:50
12788         Log: Subject: PATCH wrong faq reference in perlbook.pod
12789              From: Robin Barker <rmb1@cise.npl.co.uk>
12790              To: perlbug@perl.com
12791              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
12792              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
12793      Branch: cfgperl
12794            ! pod/perlbook.pod
12795 ____________________________________________________________________________
12796 [  3261] By: jhi                                   on 1999/04/15  13:59:04
12797         Log: From: Andy Dougherty <doughera@lafayette.edu>
12798              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
12799              Cc: Perl Porters <perl5-porters@perl.org>
12800              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
12801              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
12802              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
12803      Branch: cfgperl
12804            ! hints/solaris_2.sh
12805 ____________________________________________________________________________
12806 [  3260] By: jhi                                   on 1999/04/15  13:56:53
12807         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
12808              To: pumpkings@jhereg.perl.com
12809              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
12810              Date: Thu, 15 Apr 1999 07:13:41 -0600
12811              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
12812      Branch: cfgperl
12813            ! pod/perldata.pod
12814 ____________________________________________________________________________
12815 [  3259] By: jhi                                   on 1999/04/13  23:12:52
12816         Log: LDLIBPTH also on 'clean' targets.
12817      Branch: cfgperl
12818            ! Makefile.SH
12819 ____________________________________________________________________________
12820 [  3258] By: jhi                                   on 1999/04/13  21:38:46
12821         Log: Add information about the two DEC C compiler optimizer bugs
12822              (what patch levels of the compilers fix them).
12823      Branch: cfgperl
12824            ! pp.c t/op/repeat.t
12825 ____________________________________________________________________________
12826 [  3257] By: jhi                                   on 1999/04/13  14:25:08
12827         Log: Be polite about ccdlflags and lddflags, too.
12828              Avoid Perl's malloc only when threaded.
12829      Branch: cfgperl
12830            ! hints/aix.sh
12831 ____________________________________________________________________________
12832 [  3256] By: jhi                                   on 1999/04/13  10:21:33
12833         Log: Croak if no known ways to semctl() (don't assume union semun).
12834      Branch: cfgperl
12835            ! doio.c perl.h
12836 ____________________________________________________________________________
12837 [  3255] By: jhi                                   on 1999/04/13  09:10:26
12838         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12839              To: perl5-porters@perl.org, vmsperl@perl.org
12840              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
12841              Date: Mon, 12 Apr 1999 13:36:48 -0700
12842              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
12843      Branch: cfgperl
12844            ! lib/ExtUtils/MM_VMS.pm
12845 ____________________________________________________________________________
12846 [  3254] By: jhi                                   on 1999/04/13  06:56:26
12847         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12848              To: perlbug@perl.com
12849              Subject: Update for OpenBSD hints
12850              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
12851              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
12852      Branch: cfgperl
12853            ! hints/openbsd.sh
12854 ____________________________________________________________________________
12855 [  3229] By: chip                                  on 1999/04/13  04:04:14
12856         Log: Preserve errno from importunities of sfio.
12857      Branch: maint-5.004/perl
12858            ! pp_ctl.c util.c
12859 ____________________________________________________________________________
12860 [  3226] By: jhi                                   on 1999/04/11  12:52:26
12861         Log: If both ways to call semctl are broken,    skip the tests.
12862      Branch: cfgperl
12863            ! t/lib/ipc_sysv.t
12864 ____________________________________________________________________________
12865 [  3225] By: jhi                                   on 1999/04/10  22:27:28
12866         Log: From: Andy Dougherty <doughera@lafayette.edu>
12867              To: dsembr01@ox.slug.louisville.edu
12868              Cc: perlbug@perl.com
12869              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
12870              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
12871              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
12872      Branch: cfgperl
12873            ! ext/POSIX/POSIX.xs
12874 ____________________________________________________________________________
12875 [  3224] By: jhi                                   on 1999/04/09  18:50:32
12876         Log: From: Andy Dougherty <doughera@lafayette.edu>
12877              To: Perl Porters <perl5-porters@perl.org>
12878              Subject: [PATCH 5.005_56] Re: prefix= in hints
12879              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
12880              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
12881              
12882              (Overrides change #3204 from Kurt)
12883      Branch: cfgperl
12884            ! hints/linux.sh
12885 ____________________________________________________________________________
12886 [  3223] By: jhi                                   on 1999/04/09  18:37:55
12887         Log: Understand Apollo's //node notation.
12888              
12889              From: Johann Klasek <jk@auto.tuwien.ac.at>
12890              To: jhi@iki.fi
12891              Subject: Re: DomainPerl
12892              Date: Fri, 9 Apr 1999 18:21:37 +0200
12893              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
12894      Branch: cfgperl
12895            ! lib/Cwd.pm
12896 ____________________________________________________________________________
12897 [  3220] By: jhi                                   on 1999/04/04  16:33:49
12898         Log: Integrate from mainperl.
12899      Branch: cfgperl
12900           !> (integrate 39 files)
12901 ____________________________________________________________________________
12902 [  3219] By: gsar                                  on 1999/04/04  02:48:17
12903         Log: tweak previous change
12904      Branch: maint-5.005/perl
12905            ! win32/win32.c
12906 ____________________________________________________________________________
12907 [  3218] By: gsar                                  on 1999/04/04  02:44:47
12908         Log: be careful about extending the stack for the Win32:: builtins
12909      Branch: maint-5.005/perl
12910            ! win32/win32.c
12911 ____________________________________________________________________________
12912 [  3217] By: gsar                                  on 1999/04/04  01:59:26
12913         Log: correct places that said newSVpv() when they meant newSVpvn()
12914      Branch: perl
12915            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
12916            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
12917            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12918            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
12919            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
12920            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
12921            ! win32/win32.c
12922 ____________________________________________________________________________
12923 [  3216] By: gsar                                  on 1999/04/03  23:58:27
12924         Log: avoid duplicate code
12925      Branch: perl
12926            ! sv.c
12927 ____________________________________________________________________________
12928 [  3215] By: gsar                                  on 1999/04/03  23:14:34
12929         Log: grow PL_tmps_stack more efficiently; make it more amenable to
12930              STRESS_REALLOC testing
12931      Branch: perl
12932            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
12933            ! sv.c
12934 ____________________________________________________________________________
12935 [  3214] By: gsar                                  on 1999/04/03  21:01:09
12936         Log: scrounge and save three extra branches in pp_entersub()
12937      Branch: perl
12938            ! cv.h pp_ctl.c pp_hot.c
12939 ____________________________________________________________________________
12940 [  3213] By: gsar                                  on 1999/04/03  17:43:23
12941         Log: remove duplicate code and an extra branch in sv_setsv() and
12942              other hot code by making SvTHINKFIRST() think about FAKE SVs
12943      Branch: perl
12944            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
12945            ! proto.h scope.c sv.c sv.h
12946 ____________________________________________________________________________
12947 [  3212] By: jhi                                   on 1999/04/03  16:20:09
12948         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
12949              
12950              From: John Bley <jbb6@acpub.duke.edu>
12951              To: perlbug@perl.org
12952              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
12953              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
12954              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
12955      Branch: cfgperl
12956            ! doio.c pp_sys.c
12957 ____________________________________________________________________________
12958 [  3211] By: jhi                                   on 1999/04/03  13:27:26
12959         Log: Change #3210 was rather unportable.  This is better.
12960      Branch: cfgperl
12961            ! Configure config_h.SH
12962 ____________________________________________________________________________
12963 [  3210] By: jhi                                   on 1999/04/03  13:16:20
12964         Log: Avoid Digital UNIX' ksh.
12965              
12966              From: Jarkko Hietaniemi <jhi@iki.fi> 
12967              To: Henrik Tougaard <ht000@siberut.foa.dk> 
12968              Cc: perlbug@perl.com, ht000@foa.dk 
12969              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
12970              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
12971              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
12972      Branch: cfgperl
12973            ! Configure config_h.SH
12974 ____________________________________________________________________________
12975 [  3209] By: jhi                                   on 1999/04/03  12:49:04
12976         Log: Integrate from mainperl.
12977      Branch: cfgperl
12978           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
12979 ____________________________________________________________________________
12980 [  3208] By: jhi                                   on 1999/04/03  12:27:24
12981         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
12982              
12983              From: Lionel Cons <lionel.cons@cern.ch>
12984              To: jhi@iki.fi
12985              Cc: perlbug@perl.com, kstar@isinet.com,
12986              Philippe Defert <philippe.defert@cern.ch>
12987              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
12988              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
12989              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
12990      Branch: cfgperl
12991            ! hints/irix_6.sh
12992 ____________________________________________________________________________
12993 [  3207] By: jhi                                   on 1999/04/03  12:20:21
12994         Log: Be polite about usemymalloc.
12995      Branch: cfgperl
12996            ! hints/aix.sh
12997 ____________________________________________________________________________
12998 [  3206] By: gsar                                  on 1999/04/02  23:31:59
12999         Log: a typo in change#3205
13000      Branch: perl
13001            ! t/lib/bigfloatpm.t
13002 ____________________________________________________________________________
13003 [  3205] By: gsar                                  on 1999/04/02  23:20:31
13004         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
13005              returns NaNs faithfully)
13006      Branch: perl
13007            ! t/lib/bigfloatpm.t
13008 ____________________________________________________________________________
13009 [  3204] By: jhi                                   on 1999/04/02  22:03:23
13010         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
13011              
13012              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13013              To: perl5-porters@perl.org
13014              Subject: linux hints nit
13015              Date: Fri, 2 Apr 1999 16:49:47 -0500
13016              Message-ID: <19990402164947.E80926@O2.chapin.edu>
13017      Branch: cfgperl
13018            ! hints/linux.sh
13019 ____________________________________________________________________________
13020 [  3203] By: jhi                                   on 1999/04/02  22:00:56
13021         Log: Display exact glibc version in Linux. 
13022              
13023              From: Andy Dougherty <doughera@lafayette.edu>
13024              To: Perl Porters <perl5-porters@perl.org>
13025              Subject: Displaying glibc version on Linux
13026              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
13027              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
13028      Branch: cfgperl
13029            ! hints/linux.sh
13030 ____________________________________________________________________________
13031 [  3202] By: gsar                                  on 1999/04/02  21:23:18
13032         Log: various little goofs
13033      Branch: perl
13034            ! Changes Makefile.SH README installperl
13035 ____________________________________________________________________________
13036 [  3201] By: jhi                                   on 1999/04/02  13:13:39
13037         Log: Configure regen.
13038              
13039              Add llseek + offset_t probing.
13040              Change CONFIG to CONFIGDOTSH.
13041              'unset foo' is unportable, use foo=''.
13042      Branch: cfgperl
13043            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13044            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
13045            ! perl_exp.SH writemain.SH
13046 ____________________________________________________________________________
13047 [  3200] By: jhi                                   on 1999/04/02  12:06:22
13048         Log: Introduce myconfig.SH.
13049              
13050              From: Andy Dougherty <doughera@lafayette.edu>
13051              To: Jarkko Hietaniemi <jhi@iki.fi>
13052              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
13053              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
13054              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
13055              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
13056      Branch: cfgperl
13057            + myconfig.SH
13058            - myconfig
13059            ! MANIFEST
13060 ____________________________________________________________________________
13061 [  3195] By: jhi                                   on 1999/03/28  16:42:54
13062         Log: Update perlhist on 5_03.
13063      Branch: maint-5.005/perl
13064            ! pod/perlhist.pod
13065 ____________________________________________________________________________
13066 [  3194] By: jhi                                   on 1999/03/28  12:30:01
13067         Log: Integrate from mainperl.
13068      Branch: cfgperl
13069           +> t/op/grep.t
13070            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13071            ! t/lib/bigintpm.t
13072           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
13073           !> t/lib/thread.t
13074 ____________________________________________________________________________
13075 [  3189] By: gsar                                  on 1999/03/28  08:22:00
13076         Log: various pod niggles
13077      Branch: maint-5.005/perl
13078            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
13079            ! pod/perlfunc.pod pod/perlhist.pod
13080 ____________________________________________________________________________
13081 [  3187] By: gsar                                  on 1999/03/28  07:31:16
13082         Log: regularize CAPI declarations (CAPI extensions now build under
13083              the Borland compiler)
13084      Branch: maint-5.005/perl
13085            ! win32/GenCAPI.pl
13086 ____________________________________________________________________________
13087 [  3186] By: gsar                                  on 1999/03/28  07:26:33
13088         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
13089              -DPERL_CAPI
13090      Branch: maint-5.005/perl
13091            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13092 ____________________________________________________________________________
13093 [  3183] By: gsar                                  on 1999/03/28  06:00:46
13094         Log: update p4 utility to ignore non-text files
13095      Branch: perl
13096            ! Porting/p4desc
13097 ____________________________________________________________________________
13098 [  3181] By: gsar                                  on 1999/03/28  03:37:23
13099         Log: integrate change#3179 from maint-5.005
13100      Branch: perl
13101           !> ext/Thread/Thread.xs t/lib/thread.t
13102 ____________________________________________________________________________
13103 [  3180] By: gsar                                  on 1999/03/28  02:28:20
13104         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
13105              (sometimes caused bizarreness in the BLOCK)
13106      Branch: perl
13107            + t/op/grep.t
13108            ! MANIFEST op.c
13109 ____________________________________________________________________________
13110 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13111         Log: fix thread segfault when passing large number of arguments to child
13112              a la C<Thread->new($foo, 1..1000)>
13113      Branch: maint-5.005/perl
13114            ! ext/Thread/Thread.xs t/lib/thread.t
13115 ____________________________________________________________________________
13116 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13117         Log: fix $Config{'usethreads'} typo in perlthrtut
13118              
13119              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13120              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13121              Message-Id: <199903251540.QAA02439@wsblob.>
13122              Subject: perlthrtut documentation error
13123      Branch: maint-5.005/perl
13124            ! pod/perlthrtut.pod
13125 ____________________________________________________________________________
13126 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13127         Log: Update Test.pm to VERSION 1.122 from CPAN
13128      Branch: maint-5.005/perl
13129            ! lib/Test.pm
13130 ____________________________________________________________________________
13131 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13132         Log: Integrate from mainperl.
13133      Branch: cfgperl
13134           !> (integrate 37 files)
13135 ____________________________________________________________________________
13136 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13137         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13138              prefer 'brace' or 'curly bracket' over 'curly brace'
13139      Branch: perl
13140            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13141            ! t/op/misc.t t/op/re_tests toke.c
13142 ____________________________________________________________________________
13143 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13144         Log: better description of "Integer overflow" diagnostic
13145      Branch: perl
13146            ! pod/perldiag.pod
13147 ____________________________________________________________________________
13148 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13149         Log: applied needful parts of suggested patch
13150              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13151              Date: Tue, 23 Mar 1999 16:21:43 -0800
13152              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13153              Subject: [PATCH 5.005_56] pp_formline correction
13154      Branch: perl
13155            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13156 ____________________________________________________________________________
13157 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13158         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13159              <mjd@plover.com>)
13160      Branch: perl
13161            ! pod/perlsyn.pod
13162 ____________________________________________________________________________
13163 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13164         Log: describe current behavior on local($foo{nothere}) (suggested by
13165              Lionel Cons <lionel.cons@cern.ch>)
13166      Branch: perl
13167            ! pod/perlsub.pod
13168 ____________________________________________________________________________
13169 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13170         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13171              <vishalb@hotmail.com>)
13172      Branch: perl
13173            ! ext/B/B/C.pm
13174 ____________________________________________________________________________
13175 [  3164] By: gsar                                  on 1999/03/25  06:17:27
13176         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13177              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
13178              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
13179              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
13180      Branch: perl
13181            ! ext/B/B.xs op.h opcode.pl
13182 ____________________________________________________________________________
13183 [  3163] By: gsar                                  on 1999/03/25  06:15:49
13184         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
13185              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
13186              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
13187              Subject: [PATCH _56] B::Deparse 0.57
13188              --
13189              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
13190              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
13191              Subject: Re: [PATCH _56] B::Deparse 0.57 
13192      Branch: perl
13193            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
13194 ____________________________________________________________________________
13195 [  3162] By: gsar                                  on 1999/03/25  06:11:46
13196         Log: fix a few places that said 'int', but meant 'STRLEN'
13197      Branch: perl
13198            ! pod/perlguts.pod proto.h sv.c
13199 ____________________________________________________________________________
13200 [  3161] By: gsar                                  on 1999/03/25  06:01:18
13201         Log: From: Russ Allbery <rra@stanford.edu>
13202              Date: 22 Mar 1999 04:26:26 -0800
13203              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
13204              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
13205      Branch: perl
13206            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
13207            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
13208            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
13209            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
13210 ____________________________________________________________________________
13211 [  3160] By: gsar                                  on 1999/03/25  02:26:31
13212         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
13213      Branch: perl
13214            ! opcode.h opcode.pl
13215 ____________________________________________________________________________
13216 [  3159] By: gsar                                  on 1999/03/25  02:18:17
13217         Log: add statement-modifier loops to :base_loop class
13218      Branch: perl
13219            ! ext/Opcode/Opcode.pm
13220 ____________________________________________________________________________
13221 [  3158] By: gsar                                  on 1999/03/25  00:36:57
13222         Log: integrate changes#3105,3130,3154 from maint-5.005
13223      Branch: perl
13224           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
13225 ____________________________________________________________________________
13226 [  3157] By: gsar                                  on 1999/03/25  00:24:17
13227         Log: remove bogus panic()
13228      Branch: perl
13229            ! Changes lib/Math/BigFloat.pm
13230 ____________________________________________________________________________
13231 [  3156] By: jhi                                   on 1999/03/24  22:43:43
13232         Log: Integrate from mainperl.
13233      Branch: cfgperl
13234           +> (branch 38 files)
13235           !> (integrate 68 files)
13236 ____________________________________________________________________________
13237 [  3155] By: jhi                                   on 1999/03/24  22:12:17
13238         Log: Configure regenerated because of changes #3130/#3154 and #3147.
13239      Branch: cfgperl
13240            ! Configure config_h.SH
13241 ____________________________________________________________________________
13242 [  3154] By: jhi                                   on 1999/03/24  21:40:51
13243         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
13244              based on suggestions from Andy Dougherty.
13245      Branch: maint-5.005/perl
13246            ! INSTALL
13247 ____________________________________________________________________________
13248 [  3153] By: gsar                                  on 1999/03/24  10:38:05
13249         Log: applied suggested patch, modulo superceded parts
13250              From: Charles Bailey <BAILEY@newman.upenn.edu>
13251              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
13252              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
13253              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
13254      Branch: perl
13255            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13256            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
13257            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13258            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
13259 ____________________________________________________________________________
13260 [  3152] By: gsar                                  on 1999/03/24  10:30:51
13261         Log: applied suggested patch, modulo superceded parts
13262              From: Charles Bailey <BAILEY@newman.upenn.edu>
13263              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
13264              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
13265              Subject: [PATCH 5.005_56] Miscellaneous small fixes
13266      Branch: perl
13267            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
13268            ! lib/File/Basename.pm
13269 ____________________________________________________________________________
13270 [  3151] By: gsar                                  on 1999/03/24  10:15:00
13271         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
13272      Branch: perl
13273            ! pod/perlop.pod
13274 ____________________________________________________________________________
13275 [  3150] By: gsar                                  on 1999/03/24  10:09:13
13276         Log: missing integration in previous change
13277      Branch: perl
13278           !> README.apollo
13279 ____________________________________________________________________________
13280 [  3149] By: gsar                                  on 1999/03/24  10:06:44
13281         Log: integrate changes#3116,3119 from maint-5.005
13282      Branch: perl
13283            + README.apollo
13284           +> apollo/netinet/in.h
13285           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
13286 ____________________________________________________________________________
13287 [  3148] By: gsar                                  on 1999/03/24  10:01:56
13288         Log: integrate changes#3091-3094 from maint-5.005
13289      Branch: perl
13290           !> README.hurd vms/subconfigure.com vos/config.h
13291           !> vos/config_h.SH_orig
13292 ____________________________________________________________________________
13293 [  3147] By: gsar                                  on 1999/03/24  09:31:49
13294         Log: warn about newfangled vfork() caveats
13295      Branch: perl
13296            ! Configure
13297 ____________________________________________________________________________
13298 [  3146] By: jhi                                   on 1999/03/24  09:20:14
13299         Log: Bring in changes #2808 and #2812 (from mainline perl)
13300              that enhance the perlbug checklist.
13301      Branch: maint-5.005/perl
13302            ! utils/perlbug.PL
13303 ____________________________________________________________________________
13304 [  3145] By: gsar                                  on 1999/03/24  08:37:02
13305         Log: integrate change#3115 from maint-5.005
13306      Branch: perl
13307           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13308           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13309 ____________________________________________________________________________
13310 [  3144] By: gsar                                  on 1999/03/24  08:33:59
13311         Log: add note about map in scalar context
13312      Branch: perl
13313            ! pod/perlfunc.pod
13314 ____________________________________________________________________________
13315 [  3143] By: gsar                                  on 1999/03/24  08:25:59
13316         Log: doc tweak
13317      Branch: perl
13318            ! lib/Time/Local.pm
13319 ____________________________________________________________________________
13320 [  3142] By: gsar                                  on 1999/03/24  08:20:37
13321         Log: applied suggested patch, modulo bogus hunk
13322              From: "Vishal Bhatia" <vishalb@hotmail.com>
13323              Date: Thu, 11 Mar 1999 07:40:27 PST
13324              Message-ID: <19990311154027.25891.qmail@hotmail.com>
13325              Subject: [PATCH 5.005_56] Minor fixes in perlcc
13326      Branch: perl
13327            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
13328 ____________________________________________________________________________
13329 [  3141] By: gsar                                  on 1999/03/24  08:06:12
13330         Log: integrate change#3104 from maint-5.005
13331      Branch: perl
13332           !> README.os390 t/lib/posix.t
13333 ____________________________________________________________________________
13334 [  3140] By: gsar                                  on 1999/03/24  06:34:56
13335         Log: fix failure of C<&locked_sub;> under -Dusethreads
13336      Branch: perl
13337            ! pp_hot.c t/lib/thread.t
13338 ____________________________________________________________________________
13339 [  3139] By: gsar                                  on 1999/03/24  05:52:00
13340         Log: debugger tweak (wasn't printing a newline after recalled commands)
13341      Branch: perl
13342            ! lib/perl5db.pl
13343 ____________________________________________________________________________
13344 [  3138] By: gsar                                  on 1999/03/24  05:33:28
13345         Log: document OO exceptions (based on a suggestion by Andreas Koenig
13346              <andreas.koenig@anima.de>)
13347      Branch: perl
13348            ! pod/perlfunc.pod
13349 ____________________________________________________________________________
13350 [  3137] By: gsar                                  on 1999/03/24  02:50:20
13351         Log: better "Illegal %s digit ignored" warnings
13352      Branch: perl
13353            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
13354            ! toke.c util.c
13355 ____________________________________________________________________________
13356 [  3136] By: gsar                                  on 1999/03/24  02:26:38
13357         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
13358      Branch: perl
13359            + t/pragma/utf8.t
13360            ! regcomp.c
13361 ____________________________________________________________________________
13362 [  3135] By: gsar                                  on 1999/03/24  01:29:09
13363         Log: flip release & version in win32_uname()
13364      Branch: perl
13365            ! win32/win32.c
13366 ____________________________________________________________________________
13367 [  3134] By: gsar                                  on 1999/03/24  01:08:33
13368         Log: support POSIX::uname() via win32_uname()
13369      Branch: perl
13370            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
13371            ! win32/config.gc win32/config.vc win32/config_H.bc
13372            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
13373            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13374 ____________________________________________________________________________
13375 [  3133] By: gsar                                  on 1999/03/23  22:20:10
13376         Log: From: jan.dubois@ibm.net (Jan Dubois)
13377              Date: Sat, 06 Mar 1999 21:42:56 +0100
13378              Message-ID: <36e49281.50337171@smtp1.ibm.net>
13379              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
13380      Branch: perl
13381            ! pod/perldelta.pod
13382 ____________________________________________________________________________
13383 [  3132] By: gsar                                  on 1999/03/23  22:17:45
13384         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
13385              Date: Sat, 06 Mar 1999 17:50:49 +0100
13386              Message-ID: <36e25209.33833760@smtp1.ibm.net>
13387              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
13388              --
13389              Date: Sat, 06 Mar 1999 18:15:00 +0100
13390              Message-ID: <36e36222.37954195@smtp1.ibm.net>
13391              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
13392      Branch: perl
13393            + t/lib/filefunc.t
13394            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
13395            ! pod/perldelta.pod pod/perlmodlib.pod
13396 ____________________________________________________________________________
13397 [  3131] By: gsar                                  on 1999/03/23  22:07:59
13398         Log: integrate cfgperl changes into mainline
13399      Branch: perl
13400           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13401           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
13402           !> installperl malloc.c perl.c perl.h pod/perl.pod
13403           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
13404 ____________________________________________________________________________
13405 [  3130] By: jhi                                   on 1999/03/23  22:02:23
13406         Log: Don't use config.msg to remind about the
13407              LD_LIBRARY_PATH because Makefile.SH takes
13408              care of that.
13409              
13410              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
13411              This used to be the default but in some MT or another it
13412              was dropped because of some transient error or another.
13413      Branch: maint-5.005/perl
13414            ! Configure hints/dec_osf.sh
13415 ____________________________________________________________________________
13416 [  3129] By: gsar                                  on 1999/03/23  21:38:03
13417         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
13418              to size    and better maintainability)
13419      Branch: perl
13420            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13421            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13422            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13423            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
13424            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
13425            + t/pod/include.xr t/pod/included.t t/pod/included.xr
13426            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
13427            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
13428            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
13429            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
13430            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
13431            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
13432            ! win32/Makefile win32/makefile.mk win32/pod.mak
13433 ____________________________________________________________________________
13434 [  3128] By: jhi                                   on 1999/03/23  10:14:54
13435         Log: Integrate from mainperl.
13436      Branch: cfgperl
13437           !> (integrate 46 files)
13438 ____________________________________________________________________________
13439 [  3127] By: gsar                                  on 1999/03/23  06:57:30
13440         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
13441              Date: Thu, 4 Mar 1999 10:54:01 -0800
13442              Message-Id: <9903041854.AA46868@frc0000>
13443              Subject: patch for useless Math::BigInt warnings
13444      Branch: perl
13445            ! lib/Math/BigInt.pm
13446 ____________________________________________________________________________
13447 [  3126] By: gsar                                  on 1999/03/23  05:54:37
13448         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
13449              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13450              Date: Fri, 19 Feb 1999 15:47:59 -0500
13451              Message-ID: <19990219154759.A32350@O2.chapin.edu>
13452              Subject: [PATCH] OSF/1 hints
13453      Branch: perl
13454            ! hints/dec_osf.sh
13455 ____________________________________________________________________________
13456 [  3125] By: gsar                                  on 1999/03/23  00:56:38
13457         Log: avoid typeglob persistence in pp_readline()
13458      Branch: perl
13459            ! sv.c t/op/gv.t
13460 ____________________________________________________________________________
13461 [  3124] By: gsar                                  on 1999/03/22  21:12:23
13462         Log: update copyright years
13463      Branch: perl
13464            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
13465            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
13466            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
13467            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13468            ! sv.c sv.h toke.c utf8.c utf8.h util.c
13469 ____________________________________________________________________________
13470 [  3123] By: gsar                                  on 1999/03/22  07:07:06
13471         Log: implement win32_spawnvp() internally, making it return true PIDs
13472              for asynchronous spawns; fix win32_kill() to always deal with
13473              PIDs
13474      Branch: perl
13475            ! win32/win32.c win32/win32.h
13476 ____________________________________________________________________________
13477 [  3122] By: jhi                                   on 1999/03/19  21:12:14
13478         Log: Describe the new Benchmark feature in more detail.
13479      Branch: cfgperl
13480            ! pod/perldelta.pod
13481      Branch: maint-5.005/perl
13482            ! pod/perldelta.pod
13483 ____________________________________________________________________________
13484 [  3121] By: jhi                                   on 1999/03/19  08:16:12
13485         Log: AVAILABILITY tuning.
13486      Branch: cfgperl
13487            ! pod/perl.pod
13488      Branch: maint-5.005/perl
13489            ! pod/perl.pod
13490 ____________________________________________________________________________
13491 [  3120] By: jhi                                   on 1999/03/17  14:52:17
13492         Log: Rhapsody change assumed too much.
13493      Branch: cfgperl
13494            ! t/op/stat.t
13495 ____________________________________________________________________________
13496 [  3119] By: jhi                                   on 1999/03/17  14:33:43
13497         Log: More Apollo fixes.
13498      Branch: maint-5.005/perl
13499            ! README.apollo hints/apollo.sh t/lib/io_udp.t
13500 ____________________________________________________________________________
13501 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13502         Log: Nada.
13503      Branch: maint-5.005/perl
13504            ! README.apollo
13505 ____________________________________________________________________________
13506 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13507         Log: Apollo DomainOS AVAILABILITY.
13508      Branch: cfgperl
13509            ! pod/perl.pod
13510      Branch: maint-5.005/perl
13511            ! pod/perl.pod
13512 ____________________________________________________________________________
13513 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13514         Log: Apollo DomainOS patch
13515              From: Johann Klasek <jk@auto.tuwien.ac.at>
13516              Subject: Re: DomainPerl
13517              Date: Tue, 16 Mar 1999 17:46:32 +0100
13518              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13519      Branch: maint-5.005/perl
13520            + README.apollo apollo/netinet/in.h
13521            ! MANIFEST hints/apollo.sh
13522 ____________________________________________________________________________
13523 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13524         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13525              To: Gurusamy Sarathy <gsar@activestate.com>,
13526              Graham Barr <gbarr@pobox.com>
13527              Cc: Perl5 Porters <perl5-porters@perl.org>,
13528              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13529              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13530              Date: Sun, 14 Mar 1999 14:43:57 -0000
13531              Message-Id: <199903141841.NAA17040@defender.perl.org>
13532      Branch: maint-5.005/perl
13533            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13534            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13535 ____________________________________________________________________________
13536 [  3114] By: jhi                                   on 1999/03/16  12:42:20
13537         Log: Mention Rhapsody in 5.005_5X perldelta,
13538              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
13539              *planned* AVAILABILITY.
13540      Branch: cfgperl
13541            ! pod/perl.pod pod/perldelta.pod
13542      Branch: maint-5.005/perl
13543            ! pod/perl.pod
13544 ____________________________________________________________________________
13545 [  3113] By: jhi                                   on 1999/03/16  10:38:53
13546         Log: perldelta niggling.
13547      Branch: cfgperl
13548            ! pod/perldelta.pod
13549      Branch: maint-5.005/perl
13550            ! pod/perldelta.pod
13551 ____________________________________________________________________________
13552 [  3112] By: jhi                                   on 1999/03/16  10:35:21
13553         Log: Integrate from mainperl.
13554      Branch: cfgperl
13555           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13556           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13557 ____________________________________________________________________________
13558 [  3111] By: jhi                                   on 1999/03/16  10:28:10
13559         Log: AVAILABILITY update: still mention PowerUX,
13560              Novell Netware now has sources available.
13561      Branch: cfgperl
13562            ! pod/perl.pod
13563      Branch: maint-5.005/perl
13564            ! pod/perl.pod
13565 ____________________________________________________________________________
13566 [  3110] By: gsar                                  on 1999/03/16  04:34:23
13567         Log: sundry pod niggles
13568      Branch: perl
13569            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
13570            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
13571 ____________________________________________________________________________
13572 [  3109] By: jhi                                   on 1999/03/15  17:00:11
13573         Log: Integrate from mainperl.
13574      Branch: cfgperl
13575           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13576           +> lib/unicode/Is/Syllable.pl
13577           +> lib/unicode/MakeEthiopicSyllables.PL
13578           +> lib/unicode/README.Ethiopic
13579           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13580           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13581           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13582           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13583           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13584           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13585           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13586           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
13587 ____________________________________________________________________________
13588 [  3108] By: jhi                                   on 1999/03/15  16:58:12
13589         Log: First pass of integrating the Rhapsody port,
13590              
13591              From: Wilfredo Sanchez <wsanchez@apple.com> 
13592              Subject: Keeping the world in sync.
13593              Reply-To: wsanchez@apple.com 
13594              To: perlbug@perl.com 
13595              Date: Fri, 13 Nov 1998 17:11:30 -0800 
13596              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
13597      Branch: cfgperl
13598            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13599            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
13600            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
13601            ! x2p/util.c
13602 ____________________________________________________________________________
13603 [  3107] By: gsar                                  on 1999/03/15  03:22:10
13604         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
13605              From: Daniel Yacob <dmulholl@cs.indiana.edu>
13606              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
13607              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
13608              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
13609      Branch: perl
13610            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
13611            + lib/unicode/Is/Syllable.pl
13612            + lib/unicode/MakeEthiopicSyllables.PL
13613            + lib/unicode/README.Ethiopic
13614            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
13615            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
13616            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
13617            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
13618            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
13619            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
13620            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
13621            ! lib/unicode/Name.pl lib/unicode/Number.pl
13622 ____________________________________________________________________________
13623 [  3106] By: gsar                                  on 1999/03/12  20:35:36
13624         Log: change#3067 failed package.t due to needless creation of $a and $b;
13625              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
13626      Branch: perl
13627            ! op.c
13628 ____________________________________________________________________________
13629 [  3105] By: jhi                                   on 1999/03/12  15:54:57
13630         Log: Recognize the NetBSD packages collection.
13631      Branch: maint-5.005/perl
13632            ! hints/netbsd.sh
13633 ____________________________________________________________________________
13634 [  3104] By: jhi                                   on 1999/03/12  09:07:04
13635         Log: From: pvhp@forte.com (Peter Prymmer)
13636              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
13637              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
13638              Date: Thu, 11 Mar 99 14:24:54 PST
13639              Message-Id: <9903112224.AA24346@forte.com>
13640      Branch: maint-5.005/perl
13641            ! README.os390 t/lib/posix.t
13642 ____________________________________________________________________________
13643 [  3103] By: jhi                                   on 1999/03/10  11:07:46
13644         Log: Integrate from mainperl.
13645      Branch: cfgperl
13646           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
13647           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
13648           !> t/pragma/warn/1global toke.c win32/makedef.pl
13649 ____________________________________________________________________________
13650 [  3102] By: jhi                                   on 1999/03/10  11:01:20
13651         Log: From: pvhp@forte.com (Peter Prymmer)
13652              To: perl5-porters@perl.org
13653              Subject: [5.005_03-MT6]Patch: time passes
13654              Date: Tue, 9 Mar 99 18:42:17 PST
13655              Message-Id: <9903100242.AA29057@forte.com>
13656      Branch: maint-5.005/perl
13657            ! perl.c
13658 ____________________________________________________________________________
13659 [  3101] By: jhi                                   on 1999/03/10  10:30:15
13660         Log: From: Mark-Jason Dominus <mjd@plover.com>
13661              To: perl5-porters@perl.com
13662              Subject: Minor fix to perlfunc.pod
13663              Date: Mon, 08 Mar 1999 20:05:53 -0500
13664              Message-ID: <19990309010553.13757.qmail@plover.com>
13665      Branch: maint-5.005/perl
13666            ! pod/perlfunc.pod
13667 ____________________________________________________________________________
13668 [  3100] By: gsar                                  on 1999/03/09  23:04:44
13669         Log: change#3060 had the wrong quotes
13670      Branch: perl
13671            ! pod/pod2man.PL
13672 ____________________________________________________________________________
13673 [  3099] By: jhi                                   on 1999/03/09  12:52:21
13674         Log: d_uname was broken (probably since _53), reported by
13675              
13676              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13677              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
13678              cpan-testers@perl.org
13679              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
13680              Date: Mon, 08 Mar 1999 13:22:31 +0000
13681              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
13682              
13683              and
13684              
13685              From: lvirden@cas.org (Larry W. Virden)
13686              To: perlbug@perl.com
13687              Subject: configure not correctly identifying uname posix compatibility
13688              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
13689              Message-Id: <199903081136.GAA23682@cas.org>
13690      Branch: cfgperl
13691            ! Configure config_h.SH
13692 ____________________________________________________________________________
13693 [  3098] By: gsar                                  on 1999/03/09  03:16:07
13694         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
13695      Branch: perl
13696            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
13697 ____________________________________________________________________________
13698 [  3097] By: gsar                                  on 1999/03/09  02:50:43
13699         Log: use yyerror() instead of croak() so that compile-time failures in
13700              my(LIST) don't confuse globals with lexicals
13701      Branch: perl
13702            ! op.c toke.c
13703 ____________________________________________________________________________
13704 [  3096] By: gsar                                  on 1999/03/09  02:47:36
13705         Log: adjust testsuite for change#3067
13706      Branch: perl
13707            ! t/pragma/warn/1global
13708 ____________________________________________________________________________
13709 [  3095] By: gsar                                  on 1999/03/08  21:04:48
13710         Log: remove bogus symbols from global.sym
13711      Branch: perl
13712            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
13713            ! perl.h win32/makedef.pl
13714 ____________________________________________________________________________
13715 [  3094] By: jhi                                   on 1999/03/06  16:16:15
13716         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13717              To: jhi@iki.fi
13718              Subject: Oops
13719              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
13720              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
13721      Branch: maint-5.005/perl
13722            ! README.hurd
13723 ____________________________________________________________________________
13724 [  3093] By: jhi                                   on 1999/03/06  15:59:46
13725         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
13726              To: jhi@iki.fi
13727              Subject: New Hurd README
13728              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
13729              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
13730      Branch: maint-5.005/perl
13731            ! README.hurd
13732 ____________________________________________________________________________
13733 [  3092] By: jhi                                   on 1999/03/06  12:52:06
13734         Log: From: Paul_Green@stratus.com
13735              To: perl5-porters@perl.org
13736              Cc: jhi@iki.fi, Paul_Green@stratus.com
13737              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
13738              Date: Fri, 5 Mar 1999 18:08:49 -0500 
13739              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
13740      Branch: maint-5.005/perl
13741            ! vos/config.h vos/config_h.SH_orig
13742 ____________________________________________________________________________
13743 [  3091] By: jhi                                   on 1999/03/06  12:42:21
13744         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13745              To: perl5-porters@perl.org, vmsperl@perl.org
13746              Subject: [PATCH 5.005_03-MT6]VMS build patch
13747              Date: Fri, 05 Mar 1999 12:36:19 -0800
13748              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
13749      Branch: maint-5.005/perl
13750            ! vms/subconfigure.com
13751 ____________________________________________________________________________
13752 [  3090] By: gsar                                  on 1999/03/06  04:40:03
13753         Log: integrate change#3089 from mainline
13754              
13755              tolerate CRs after options
13756      Branch: maint-5.005/perl
13757           !> perl.c
13758 ____________________________________________________________________________
13759 [  3089] By: gsar                                  on 1999/03/06  04:30:40
13760         Log: tolerate CRs after options
13761      Branch: perl
13762            ! perl.c
13763 ____________________________________________________________________________
13764 [  3088] By: jhi                                   on 1999/03/05  12:49:01
13765         Log: Integrate from mainperl.
13766      Branch: cfgperl
13767           +> README.hurd
13768           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
13769 ____________________________________________________________________________
13770 [  3087] By: gsar                                  on 1999/03/05  06:41:16
13771         Log: adjust timeouts to accomodate slow/busy systems
13772      Branch: perl
13773            ! t/lib/io_sock.t
13774 ____________________________________________________________________________
13775 [  3083] By: gsar                                  on 1999/03/05  01:32:47
13776         Log: integrate change#3081 from maint-5.005
13777      Branch: perl
13778           !> ext/Errno/Errno_pm.PL
13779 ____________________________________________________________________________
13780 [  3082] By: gsar                                  on 1999/03/05  01:31:06
13781         Log: integrate change#2904 from maint-5.005
13782      Branch: perl
13783           +> README.hurd
13784           !> MANIFEST
13785 ____________________________________________________________________________
13786 [  3081] By: gsar                                  on 1999/03/05  00:14:33
13787         Log: protect against doubled backslashes
13788      Branch: maint-5.005/perl
13789            ! ext/Errno/Errno_pm.PL
13790 ____________________________________________________________________________
13791 [  3077] By: jhi                                   on 1999/03/04  08:10:13
13792         Log: Integrate from mainperl.
13793      Branch: cfgperl
13794           +> ext/B/B/Stash.pm
13795           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
13796           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
13797           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
13798           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
13799 ____________________________________________________________________________
13800 [  3076] By: jhi                                   on 1999/03/04  08:07:59
13801         Log: Regen config_h.SH once more because of *size, 
13802              noticed by
13803              
13804              From: Hans Mulder <hansm@icgned.icgroup.nl>
13805              To: Jarkko Hietaniemi <jhi@iki.fi>
13806              Cc: perl5-porters@perl.org
13807              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13808              Date: Thu,  4 Mar 99 00:10:45 +0100
13809              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13810      Branch: cfgperl
13811            ! Configure config_h.SH
13812 ____________________________________________________________________________
13813 [  3068] By: gsar                                  on 1999/03/04  05:48:03
13814         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
13815              Date: Thu,  4 Mar 99 00:10:45 +0100
13816              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
13817              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
13818      Branch: perl
13819            ! config_h.SH
13820 ____________________________________________________________________________
13821 [  3067] By: gsar                                  on 1999/03/04  05:44:32
13822         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
13823              From: Graham Barr <gbarr@ti.com>
13824              Date: Wed, 3 Mar 1999 17:23:56 -0600
13825              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
13826              Subject: Re: 'use strict' doesn't work for one-letter variables
13827      Branch: perl
13828            ! gv.c op.c
13829 ____________________________________________________________________________
13830 [  3066] By: gsar                                  on 1999/03/04  05:20:50
13831         Log: updates to compiler modules
13832              From: "Vishal Bhatia" <vishalb@hotmail.com>
13833              Date: Tue, 02 Mar 1999 23:27:25 PST
13834              Message-ID: <19990303072725.779.qmail@hotmail.com>
13835              Subject: PATCH 5.005_56 + Test procedure
13836      Branch: perl
13837            + ext/B/B/Stash.pm
13838            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
13839            ! lib/Test/Harness.pm utils/perlcc.PL
13840 ____________________________________________________________________________
13841 [  3065] By: gsar                                  on 1999/03/04  05:03:30
13842         Log: more s/s_/s!/ etc.
13843      Branch: perl
13844            ! pod/perldelta.pod pod/perlfunc.pod
13845 ____________________________________________________________________________
13846 [  3064] By: gsar                                  on 1999/03/04  04:50:45
13847         Log: integrate cfgperl contents into mainline
13848      Branch: perl
13849           !> Configure README.vms bytecode.h config_h.SH configure.com
13850           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
13851           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
13852           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13853 ____________________________________________________________________________
13854 [  3063] By: gsar                                  on 1999/03/04  04:44:13
13855         Log: HP-UX has yet another spelling for /NaNQ?/
13856      Branch: perl
13857            ! t/lib/bigfloatpm.t
13858 ____________________________________________________________________________
13859 [  3062] By: gsar                                  on 1999/03/04  04:36:08
13860         Log: error-check for accept() test
13861      Branch: perl
13862            ! t/lib/io_sock.t
13863 ____________________________________________________________________________
13864 [  3061] By: gsar                                  on 1999/03/04  03:40:25
13865         Log: allow custom comparison function in File::Compare::compare_text()
13866              From: jan.dubois@ibm.net (Jan Dubois)
13867              Date: Fri, 26 Feb 1999 21:56:09 +0100
13868              Message-ID: <36db0838.8805651@smtp1.ibm.net>
13869              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
13870      Branch: perl
13871            ! lib/File/Compare.pm
13872 ____________________________________________________________________________
13873 [  3060] By: gsar                                  on 1999/03/04  03:37:38
13874         Log: better version of change#3038
13875              From: abigail@fnx.com
13876              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
13877              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
13878              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
13879      Branch: perl
13880            ! pod/pod2man.PL
13881 ____________________________________________________________________________
13882 [  3058] By: jhi                                   on 1999/03/03  22:30:40
13883         Log: Configure regen to
13884              (1) match maint-5.005 patches #3056 and #3057
13885              (2) better version of PHOSTNAME of #3050
13886              (3) the crosscompile/multiarch config_h.SH trouble solved for now
13887      Branch: cfgperl
13888            ! Configure config_h.SH
13889 ____________________________________________________________________________
13890 [  3054] By: jhi                                   on 1999/03/03  09:57:59
13891         Log: Change #3053 missed perldelta.
13892      Branch: cfgperl
13893            ! pod/perldelta.pod
13894 ____________________________________________________________________________
13895 [  3053] By: jhi                                   on 1999/03/03  08:29:43
13896         Log: Use '!' to mark native integer packings instead of '_'.
13897      Branch: cfgperl
13898            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
13899 ____________________________________________________________________________
13900 [  3052] By: jhi                                   on 1999/03/02  23:12:36
13901         Log: The HP-UX threads patch (change #3028) is needed also here.
13902      Branch: cfgperl
13903            ! hints/hpux.sh thread.h
13904 ____________________________________________________________________________
13905 [  3051] By: jhi                                   on 1999/03/02  08:24:52
13906         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13907              To: perl5-porters@perl.org, vmsperl@perl.org
13908              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
13909              Date: Mon, 01 Mar 1999 16:10:57 -0800
13910              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
13911      Branch: cfgperl
13912            ! README.vms
13913      Branch: maint-5.005/perl
13914            ! README.vms
13915 ____________________________________________________________________________
13916 [  3050] By: jhi                                   on 1999/03/02  08:22:29
13917         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13918              To: perl5-porters@perl.org, vmsperl@perl.org
13919              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
13920              Date: Mon, 01 Mar 1999 16:06:29 -0800
13921              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
13922              
13923              From: Dan Sugalski <sugalskd@osshe.edu>
13924              To: perl5-porters@perl.org, vmsperl@perl.org
13925              Subject: [PATCH 5.005_56]vmsish.pm patch
13926              Date: Mon, 01 Mar 1999 20:19:04 -0800
13927              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
13928              
13929              plus Configure regen containing a "solution" to the
13930              crosscompile/multiarch problem.
13931      Branch: cfgperl
13932            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
13933            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
13934 ____________________________________________________________________________
13935 [  3049] By: jhi                                   on 1999/03/02  07:34:21
13936         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
13937              To: perl5-porters@perl.org
13938              Subject: [PATCH] Eliminate (valid) warning in byterun.c
13939              Date: Mon, 01 Mar 1999 17:27:59 -0500
13940              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
13941      Branch: cfgperl
13942            ! bytecode.h
13943      Branch: maint-5.005/perl
13944            ! bytecode.h
13945 ____________________________________________________________________________
13946 [  3048] By: gsar                                  on 1999/03/02  06:41:21
13947         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13948      Branch: perl
13949            ! MANIFEST README.hpux
13950 ____________________________________________________________________________
13951 [  3047] By: jhi                                   on 1999/03/01  06:34:43
13952         Log: Integrate from mainperl.
13953      Branch: cfgperl
13954           +> README.hpux lib/File/Spec/Functions.pm
13955           !> (integrate 28 files)
13956 ____________________________________________________________________________
13957 [  3046] By: gsar                                  on 1999/03/01  05:34:28
13958         Log: this is 5.005_56
13959      Branch: perl
13960            ! Changes
13961
13962 ----------------
13963 Version 5.005_56
13964 ----------------
13965
13966 ____________________________________________________________________________
13967 [  3045] By: gsar                                  on 1999/03/01  03:32:30
13968         Log: destroy PL_svref_mutex in perl_destruct()
13969      Branch: perl
13970            ! perl.c
13971 ____________________________________________________________________________
13972 [  3044] By: gsar                                  on 1999/03/01  00:38:50
13973         Log: up patchlevel &c.
13974      Branch: perl
13975            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13976            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13977            ! win32/makefile.mk
13978 ____________________________________________________________________________
13979 [  3043] By: gsar                                  on 1999/03/01  00:14:15
13980         Log: integrate cfgperl contents into mainline
13981      Branch: perl
13982            ! pod/perldelta.pod
13983           !> Configure config_h.SH
13984 ____________________________________________________________________________
13985 [  3042] By: gsar                                  on 1999/02/28  23:55:08
13986         Log: slightly edited version of suggested patch
13987              From: jan.dubois@ibm.net (Jan Dubois)
13988              Date: Mon, 01 Mar 1999 00:32:05 +0100
13989              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
13990              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
13991      Branch: perl
13992            + lib/File/Spec/Functions.pm
13993            ! MANIFEST lib/File/Spec.pm
13994 ____________________________________________________________________________
13995 [  3041] By: gsar                                  on 1999/02/28  22:47:19
13996         Log: fix subtle bug in eval'' testsuite
13997      Branch: perl
13998            ! t/op/eval.t
13999 ____________________________________________________________________________
14000 [  3040] By: gsar                                  on 1999/02/28  22:46:24
14001         Log: avoid literal control characters in change#3039
14002      Branch: perl
14003            ! t/base/lex.t
14004 ____________________________________________________________________________
14005 [  3039] By: gsar                                  on 1999/02/28  21:47:18
14006         Log: todo item: permit extended control variables a la ${^Foo} (patch
14007              courtesy Mark-Jason Dominus <mjd@plover.com>)
14008      Branch: perl
14009            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
14010            ! t/base/lex.t toke.c
14011 ____________________________________________________________________________
14012 [  3038] By: gsar                                  on 1999/02/28  21:21:05
14013         Log: From: abigail@fnx.com
14014              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
14015              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
14016              Subject: Recognize -> and => inside [A-Z]<> sequences.
14017      Branch: perl
14018            ! pod/pod2man.PL
14019 ____________________________________________________________________________
14020 [  3037] By: gsar                                  on 1999/02/28  21:12:22
14021         Log: fix longstanding bug: searches for lexicals originating within eval''
14022              weren't stopping at the subroutine boundary correctly
14023      Branch: perl
14024            ! op.c proto.h t/op/eval.t
14025 ____________________________________________________________________________
14026 [  3036] By: gsar                                  on 1999/02/28  20:02:29
14027         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
14028              as stacked list values
14029              From: jan.dubois@ibm.net (Jan Dubois)
14030              Date: Sat, 27 Feb 1999 18:24:17 +0100
14031              Message-ID: <36e22849.36531259@smtp1.ibm.net>
14032              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
14033      Branch: perl
14034            ! win32/win32.c
14035 ____________________________________________________________________________
14036 [  3035] By: gsar                                  on 1999/02/28  19:48:54
14037         Log: remove superfluous stack_sp decl
14038      Branch: perl
14039            ! jpl/JNI/JNI.xs
14040 ____________________________________________________________________________
14041 [  3034] By: gsar                                  on 1999/02/28  19:34:58
14042         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
14043      Branch: perl
14044            ! lib/Getopt/Std.pm
14045 ____________________________________________________________________________
14046 [  3033] By: gsar                                  on 1999/02/28  19:23:41
14047         Log: add File::Compare::compare_text()
14048              From: jan.dubois@ibm.net (Jan Dubois)
14049              Date: Fri, 26 Feb 1999 00:20:41 +0100
14050              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
14051              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14052      Branch: perl
14053            ! lib/File/Compare.pm pod/perltodo.pod
14054 ____________________________________________________________________________
14055 [  3032] By: gsar                                  on 1999/02/28  19:01:33
14056         Log: add README.hpux
14057      Branch: perl
14058            + README.hpux
14059            ! MAINTAIN MANIFEST
14060 ____________________________________________________________________________
14061 [  3031] By: gsar                                  on 1999/02/28  18:49:08
14062         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
14063              James Cromie <jcromie@fossil.uswc.uswest.com>
14064      Branch: perl
14065            ! lib/Pod/Html.pm
14066 ____________________________________________________________________________
14067 [  3030] By: gsar                                  on 1999/02/28  18:35:09
14068         Log: From: jan.dubois@ibm.net (Jan Dubois)
14069              Date: Wed, 24 Feb 1999 22:34:56 +0100
14070              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
14071              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
14072      Branch: perl
14073            ! lib/Test/Harness.pm
14074 ____________________________________________________________________________
14075 [  3029] By: gsar                                  on 1999/02/28  18:28:18
14076         Log: add note about env pollution
14077      Branch: perl
14078            ! INSTALL pod/perltodo.pod
14079 ____________________________________________________________________________
14080 [  3028] By: jhi                                   on 1999/02/26  14:40:00
14081         Log: HP-UX 11 threads.
14082              
14083              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14084              To: perl5-porters@perl.org
14085              Cc: jhi@cc.hut.fi
14086              Subject: Maint 5 and _54 with threading on HP-UX 11.00
14087              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
14088              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
14089              
14090              NOTE from jhi: the hpux hints could still be more robust by
14091              disabling gdbm when necessary.
14092              
14093              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
14094              linking -lgdbm -lpthread creates an executable that instantly
14095              core dumps on a pthreads internal panic:
14096              
14097              ./gdpt
14098              
14099              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
14100              Return Pointer is 0xc082bf33
14101              17639 quit (core dumped)  ./gdpt
14102              
14103              You don't have to *use* either gdbm or pthreads in the executable,
14104              just linking them together is enough.  Workaround is to recompile
14105              the GDBM under HP-UX 11, that makes the problem go away.
14106      Branch: maint-5.005/perl
14107            ! hints/hpux.sh thread.h
14108 ____________________________________________________________________________
14109 [  3025] By: jhi                                   on 1999/02/25  20:41:07
14110         Log: Temporary workaround for the config_h.SH versus
14111              crosscompile and multiarch plus introduce 'rt'
14112              to $libswanted: in UNIX98 sched_yield() lives there.
14113      Branch: cfgperl
14114            ! Configure config_h.SH
14115 ____________________________________________________________________________
14116 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14117         Log: Integrate from mainperl.
14118      Branch: cfgperl
14119           +> t/lib/fatal.t
14120           !> (integrate 44 files)
14121 ____________________________________________________________________________
14122 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14123         Log: integrate cfgperl contents
14124      Branch: perl
14125           !> (integrate 30 files)
14126 ____________________________________________________________________________
14127 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14128         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14129              Date: 23 Feb 1999 17:53:22 -0700
14130              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14131              Subject: [PATCH: _55] perldoc -q broken
14132      Branch: perl
14133            ! utils/perldoc.PL
14134 ____________________________________________________________________________
14135 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14136         Log: ansify perlio.c, fix PerlIO-ish typos
14137      Branch: perl
14138            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14139            ! iperlsys.h perlio.c
14140 ____________________________________________________________________________
14141 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14142         Log: adjust a Perl_malloc() flag for NeXT
14143              From: Hans Mulder <hansm@icgned.icgroup.nl>
14144              Date: Tue, 23 Feb 99 00:26:25 +0100
14145              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14146              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14147      Branch: perl
14148            ! perl.h
14149 ____________________________________________________________________________
14150 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14151         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14152      Branch: perl
14153            ! pod/perltodo.pod
14154 ____________________________________________________________________________
14155 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14156         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14157              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14158              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14159              Subject: improved error message [PATCH _55] [RESEND]
14160      Branch: perl
14161            ! sv.c
14162 ____________________________________________________________________________
14163 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14164         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14165              Date: Sun, 21 Feb 1999 20:02:18 -0700
14166              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14167              Subject: perlfunc updates (against 55)
14168      Branch: perl
14169            ! pod/perlfunc.pod
14170 ____________________________________________________________________________
14171 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14172         Log: testsuite adjustments
14173              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14174              Date: Sat, 20 Feb 1999 15:24:57 +0000
14175              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
14176              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
14177      Branch: perl
14178            ! t/lib/io_sock.t t/op/lex_assign.t
14179 ____________________________________________________________________________
14180 [  3015] By: gsar                                  on 1999/02/24  02:54:47
14181         Log: avoid modifying readonly values from qw()
14182      Branch: perl
14183            ! lib/ExtUtils/MM_Unix.pm
14184 ____________________________________________________________________________
14185 [  3014] By: gsar                                  on 1999/02/24  02:49:04
14186         Log: more "correct" utbuf for utime()
14187      Branch: perl
14188            ! doio.c
14189 ____________________________________________________________________________
14190 [  3013] By: jhi                                   on 1999/02/22  19:27:44
14191         Log: Fix MacPerl version, change PowerUX to PowerMAX.
14192              
14193              From: Chris Nandor <pudge@pobox.com>
14194              To: jhi@iki.fi
14195              Cc: perl5-porters@perl.org
14196              Subject: Re: perl current availability as documented by perl.pod
14197              Date: Sun, 21 Feb 1999 11:06:03 -0500
14198              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
14199              
14200              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
14201              To: jhi@iki.fi
14202              Cc: perl5-porters@perl.org
14203              Subject: Re: perl current availability as documented by perl.pod
14204              Date: Mon, 22 Feb 1999 13:08:30 GMT
14205              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
14206      Branch: cfgperl
14207            ! pod/perl.pod
14208      Branch: maint-5.005/perl
14209            ! pod/perl.pod
14210 ____________________________________________________________________________
14211 [  3012] By: jhi                                   on 1999/02/22  10:26:11
14212         Log: Snapshot the cross-compilation/multiarchitecture stuff
14213              (currently broken in next)
14214      Branch: cfgperl
14215            ! Configure config_h.SH pp.c
14216 ____________________________________________________________________________
14217 [  3011] By: jhi                                   on 1999/02/22  10:24:51
14218         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14219              To: gsar@activestate.com (Gurusamy Sarathy)
14220              Cc: perl5-porters@perl.org (Perl5 Porters)
14221              Subject: [PATCH 5.005_55] DB_File 1.64 patch
14222              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
14223              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
14224      Branch: cfgperl
14225            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14226            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
14227 ____________________________________________________________________________
14228 [  3009] By: jhi                                   on 1999/02/22  09:14:26
14229         Log: Scratch #3008 and introduce $crosscompile and $multiarch
14230              also in non-Configure lands.
14231      Branch: cfgperl
14232            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
14233            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
14234            ! win32/config.gc win32/config.vc win32/config_H.bc
14235            ! win32/config_H.gc win32/config_H.vc
14236 ____________________________________________________________________________
14237 [  3008] By: jhi                                   on 1999/02/22  08:58:04
14238         Log: Add -DMULTIARCH (see change #3006).
14239      Branch: cfgperl
14240            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
14241 ____________________________________________________________________________
14242 [  3007] By: jhi                                   on 1999/02/22  08:54:06
14243         Log: Undo the references to local{lib,arch} introduced by #3006.
14244      Branch: cfgperl
14245            ! Configure config_h.SH
14246 ____________________________________________________________________________
14247 [  3006] By: jhi                                   on 1999/02/22  08:43:50
14248         Log: From: hansm@icgned.icgroup.nl
14249              To: perlbug@perl.com
14250              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
14251              Date: Sun, 21 Feb 1999 22:58:55 +0100
14252              Reply-To: hansmu@xs4all.nl
14253              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
14254              
14255              plus other Configure changes: prepare for cross-compilation/
14256              multiarchitecture builds.
14257      Branch: cfgperl
14258            ! Configure config_h.SH
14259 ____________________________________________________________________________
14260 [  3005] By: jhi                                   on 1999/02/22  08:35:30
14261         Log: Configure/Perl knew how to look for use Mach cthreads
14262              but Configure didn't let them to be used ($osname 'next').
14263      Branch: cfgperl
14264            ! Configure config_h.SH
14265      Branch: maint-5.005/perl
14266            ! Configure
14267 ____________________________________________________________________________
14268 [  3004] By: jhi                                   on 1999/02/21  15:46:02
14269         Log: Update Acorn AVAILABILITY.
14270      Branch: cfgperl
14271            ! pod/perl.pod
14272      Branch: maint-5.005/perl
14273            ! pod/perl.pod
14274 ____________________________________________________________________________
14275 [  3003] By: jhi                                   on 1999/02/21  14:50:42
14276         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14277              To: perl5-porters@perl.org (Perl 5 Porters)
14278              Subject: PATCH: perlref.pod - symbolic ref example
14279              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
14280              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
14281      Branch: cfgperl
14282            ! pod/perlref.pod
14283      Branch: maint-5.005/perl
14284            ! pod/perlref.pod
14285 ____________________________________________________________________________
14286 [  3002] By: jhi                                   on 1999/02/21  14:35:22
14287         Log: Sync cfgperl with maint-5.005 change #3000.
14288      Branch: cfgperl
14289            ! pod/perlfunc.pod t/op/pack.t
14290 ____________________________________________________________________________
14291 [  2999] By: gsar                                  on 1999/02/20  22:48:30
14292         Log: From:    John Bley <jbb6@acpub.duke.edu>
14293              Date:    Sat, 20 Feb 1999 16:02:34 EST
14294              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
14295              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
14296      Branch: perl
14297            ! regcomp.c
14298 ____________________________________________________________________________
14299 [  2998] By: jhi                                   on 1999/02/20  14:13:06
14300         Log: Enhanced the endianness description.
14301      Branch: cfgperl
14302            ! pod/perlfunc.pod
14303 ____________________________________________________________________________
14304 [  2996] By: jhi                                   on 1999/02/20  13:55:41
14305         Log: Glossary now mostly fixed.
14306      Branch: cfgperl
14307            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14308            ! config_h.SH
14309 ____________________________________________________________________________
14310 [  2994] By: jhi                                   on 1999/02/20  11:58:33
14311         Log: Perldeltify GNU/Hurd.
14312      Branch: cfgperl
14313            ! pod/perldelta.pod
14314 ____________________________________________________________________________
14315 [  2993] By: gsar                                  on 1999/02/20  00:59:10
14316         Log: fix typo in Perl_sbrk()
14317              From: hansm@icgned.icgroup.nl
14318              Date: Fri, 19 Feb 1999 23:19:31 +0100
14319              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
14320              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
14321      Branch: perl
14322            ! malloc.c
14323 ____________________________________________________________________________
14324 [  2992] By: gsar                                  on 1999/02/20  00:51:08
14325         Log: integrate change#2980 from maint-5.005
14326      Branch: perl
14327           !> utils/h2xs.PL
14328 ____________________________________________________________________________
14329 [  2991] By: gsar                                  on 1999/02/20  00:34:01
14330         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14331              Date: Thu, 18 Feb 1999 18:51:38 +0000
14332              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
14333              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
14334      Branch: perl
14335            ! pp_hot.c t/op/pat.t
14336 ____________________________________________________________________________
14337 [  2990] By: gsar                                  on 1999/02/20  00:30:48
14338         Log: From: jan.dubois@ibm.net (Jan Dubois)
14339              Date: Thu, 18 Feb 1999 19:14:07 +0100
14340              Message-ID: <36d15809.40853323@smtp1.ibm.net>
14341              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
14342      Branch: perl
14343            ! win32/win32.c
14344 ____________________________________________________________________________
14345 [  2989] By: gsar                                  on 1999/02/20  00:27:01
14346         Log: do poll() emulation unless HAS_POLL && I_POLL
14347      Branch: perl
14348            ! ext/IO/poll.h
14349 ____________________________________________________________________________
14350 [  2988] By: gsar                                  on 1999/02/19  23:52:12
14351         Log: tweak RE for NaNQ? recognition
14352      Branch: perl
14353            ! t/lib/bigfloatpm.t
14354 ____________________________________________________________________________
14355 [  2987] By: gsar                                  on 1999/02/19  23:29:59
14356         Log: mention C<use utf8> and C<use warning> in perldelta
14357      Branch: perl
14358            ! pod/perldelta.pod
14359 ____________________________________________________________________________
14360 [  2985] By: jhi                                   on 1999/02/19  20:43:19
14361         Log: pack/unpack better in (network-)short-non-16-bits and
14362              (network-)long-non-32-bits systems such as Cray C90.
14363      Branch: cfgperl
14364            ! perl.h pp.c t/op/pack.t
14365 ____________________________________________________________________________
14366 [  2984] By: jhi                                   on 1999/02/19  20:38:54
14367         Log: Regen Configure.
14368      Branch: cfgperl
14369            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14370            ! perl.c
14371 ____________________________________________________________________________
14372 [  2982] By: jhi                                   on 1999/02/19  19:51:49
14373         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
14374              not probed for and         
14375              
14376              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14377              To: Chaim Frenkel <chaimf@pobox.com>,
14378              Russ Allbery <rra@stanford.edu>,
14379              Jarkko Hietaniemi <jhi@iki.fi>,
14380              Gurusamy Sarathy <gsar@activestate.com>,
14381              Graham Barr <gbarr@pobox.com>
14382              Cc: bdensch@ameritech.net, perlbug@perl.com
14383              Subject: [PATCH] Re: Solaris 7 for Intel
14384              Message-ID: <19990219124404.A30182@O2.chapin.edu>
14385              
14386              Glossary is still missing some terms because
14387              mkglossary is misbehaving (change #2981 updated
14388              Glossary manually)
14389      Branch: cfgperl
14390            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14391            ! Porting/config_H
14392 ____________________________________________________________________________
14393 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
14394         Log: Make result of h2xs work when user adds C<use strict>
14395      Branch: maint-5.005/perl
14396            ! utils/h2xs.PL
14397 ____________________________________________________________________________
14398 [  2979] By: gsar                                  on 1999/02/19  05:24:29
14399         Log: doc for change#2978
14400      Branch: perl
14401            ! pod/perlsub.pod
14402 ____________________________________________________________________________
14403 [  2978] By: gsar                                  on 1999/02/19  05:08:29
14404         Log: bring '*' prototype closer to how it behaves internally
14405      Branch: perl
14406            + t/lib/fatal.t
14407            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
14408 ____________________________________________________________________________
14409 [  2977] By: gsar                                  on 1999/02/19  02:50:31
14410         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
14411      Branch: perl
14412            ! perly.h
14413 ____________________________________________________________________________
14414 [  2975] By: gsar                                  on 1999/02/18  21:41:57
14415         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
14416              of lexical searches in BEGIN|INIT|END)
14417      Branch: perl
14418            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
14419            ! vms/perly_c.vms
14420 ____________________________________________________________________________
14421 [  2974] By: gsar                                  on 1999/02/18  21:03:06
14422         Log: missing PERL_POLLUTE_MALLOC
14423      Branch: perl
14424            ! ext/SDBM_File/sdbm/sdbm.h
14425 ____________________________________________________________________________
14426 [  2973] By: gsar                                  on 1999/02/18  17:10:49
14427         Log: From:    Andy Dougherty <doughera@lafayette.edu>
14428              Date:    Wed, 17 Feb 1999 17:22:50 EST
14429              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
14430              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
14431      Branch: perl
14432            ! lib/dotsh.pl
14433 ____________________________________________________________________________
14434 [  2972] By: gsar                                  on 1999/02/18  17:04:12
14435         Log: s/#defined/#define/
14436      Branch: perl
14437            ! ext/Data/Dumper/Dumper.xs
14438 ____________________________________________________________________________
14439 [  2970] By: gsar                                  on 1999/02/18  03:26:43
14440         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
14441      Branch: perl
14442            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14443            ! ext/GDBM_File/typemap
14444 ____________________________________________________________________________
14445 [  2969] By: gsar                                  on 1999/02/17  23:30:47
14446         Log: correct slurp mode doc
14447      Branch: perl
14448            ! pod/perlfunc.pod pod/perlop.pod
14449 ____________________________________________________________________________
14450 [  2968] By: jhi                                   on 1999/02/17  23:15:49
14451         Log: Ultrix hints update.
14452              
14453              From: Spider Boardman <spider@zk3.dec.com>
14454              To: perlbug@perl.com
14455              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
14456              Date: Tue, 16 Feb 1999 23:04:28 -0500
14457              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
14458      Branch: cfgperl
14459            ! hints/ultrix_4.sh
14460 ____________________________________________________________________________
14461 [  2966] By: jhi                                   on 1999/02/17  23:09:21
14462         Log: Change #2965 wiped out some Sarathy's _55 changes.
14463              Now unwiped.
14464      Branch: cfgperl
14465            ! Configure pp.c t/op/pack.t
14466 ____________________________________________________________________________
14467 [  2965] By: jhi                                   on 1999/02/17  23:00:04
14468         Log: Configure tweaks.
14469              
14470              Fix the Unixware/SCO uname scan:
14471              
14472              From: Tom Hughes <thh@cyberscience.com>
14473              To: perlbug@perl.com
14474              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
14475              Date: 17 Feb 1999 15:34:15 +0000    
14476              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
14477              
14478              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
14479              
14480              From: Joe Buehler <jhpb@hekimian.com>
14481              To: perl5-porters@perl.org
14482              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
14483              Date: 12 Feb 1999 11:25:21 -0500
14484              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
14485              
14486              Make the pthreads joinable constant scan to output to fd 4, not 2.
14487      Branch: cfgperl
14488            ! Configure
14489 ____________________________________________________________________________
14490 [  2964] By: gsar                                  on 1999/02/17  21:30:07
14491         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14492              Date: Wed, 17 Feb 1999 06:53:13 -0700
14493              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
14494              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
14495      Branch: perl
14496            ! lib/Pod/Functions.pm
14497 ____________________________________________________________________________
14498 [  2963] By: gsar                                  on 1999/02/17  21:18:21
14499         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
14500              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14501              Date: Wed, 17 Feb 1999 10:06:01 +0000
14502              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14503              Subject: Re: [5.005_53] panic: pad_free curpad 
14504      Branch: perl
14505            ! regcomp.c regexec.c t/op/misc.t
14506 ____________________________________________________________________________
14507 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14508         Log: NaNQ? tweak
14509      Branch: perl
14510            ! t/lib/bigfloatpm.t
14511 ____________________________________________________________________________
14512 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14513         Log: Integrate from mainperl.
14514      Branch: cfgperl
14515           !> (integrate 37 files)
14516 ____________________________________________________________________________
14517 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14518         Log: undo change#2465 (qw[] is a real list now)
14519      Branch: perl
14520            ! pod/perlop.pod
14521 ____________________________________________________________________________
14522 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14523         Log: this was 5.005_55
14524      Branch: perl
14525            ! Changes
14526
14527 ----------------
14528 Version 5.005_55
14529 ----------------
14530
14531 ____________________________________________________________________________
14532 [  2958] By: gsar                                  on 1999/02/16  06:18:27
14533         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
14534              elide dups and non-dependents from Changes
14535      Branch: perl
14536            ! Changes pod/perlhist.pod
14537           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
14538           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
14539           !> pod/perlport.pod pp.c t/op/pack.t
14540 ____________________________________________________________________________
14541 [  2957] By: gsar                                  on 1999/02/16  04:09:47
14542         Log: propagate PERL_VERSION everywhere, add to pod
14543      Branch: perl
14544            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
14545            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
14546            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
14547            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
14548            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
14549            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
14550            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
14551            ! win32/config.gc win32/config.vc win32/config_sh.PL
14552            ! win32/win32.c x2p/a2py.c
14553 ____________________________________________________________________________
14554 [  2955] By: jhi                                   on 1999/02/15  16:15:03
14555         Log: The pack tests now better in C90 (after the packnative patches).
14556      Branch: cfgperl
14557            ! t/op/pack.t
14558 ____________________________________________________________________________
14559 [  2954] By: gsar                                  on 1999/02/15  14:11:50
14560         Log: tweak Configure to follow new PERL_VERSION etc.
14561      Branch: perl
14562            ! Configure patchlevel.h pod/perlhist.pod
14563 ____________________________________________________________________________
14564 [  2953] By: jhi                                   on 1999/02/15  14:02:21
14565         Log: Integrate from mainperl.
14566      Branch: cfgperl
14567           !> MANIFEST Porting/makerel
14568 ____________________________________________________________________________
14569 [  2952] By: jhi                                   on 1999/02/15  13:50:07
14570         Log: Enhance the packnative patch: use the packnative code
14571              only if required.  Also added hefty testing (hopefully
14572              I didn't assume too much...).  Tested on alpha, ix86, sparc.
14573      Branch: cfgperl
14574            ! pod/perlfunc.pod pp.c t/op/pack.t
14575 ____________________________________________________________________________
14576 [  2951] By: jhi                                   on 1999/02/15  13:46:56
14577         Log: AVAILABILITY from 5.005_03-tobe, will of course
14578              require updating when 5.006 comes out.
14579      Branch: cfgperl
14580            ! pod/perl.pod
14581 ____________________________________________________________________________
14582 [  2949] By: gsar                                  on 1999/02/15  13:28:51
14583         Log: will this be it for 5.005_55?
14584      Branch: perl
14585            ! MANIFEST Porting/makerel
14586 ____________________________________________________________________________
14587 [  2948] By: jhi                                   on 1999/02/15  13:23:52
14588         Log: Integrate from mainperl.
14589      Branch: cfgperl
14590           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
14591           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14592           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14593           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
14594           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
14595           !> win32/config.gc win32/config.vc win32/config_H.bc
14596           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
14597 ____________________________________________________________________________
14598 [  2947] By: jhi                                   on 1999/02/15  13:20:41
14599         Log: perlport.pod 1.39 from Chris.
14600      Branch: cfgperl
14601            ! pod/perlport.pod
14602 ____________________________________________________________________________
14603 [  2946] By: jhi                                   on 1999/02/15  13:09:58
14604         Log: Import Ultrix update, change #2864, 
14605              
14606              From: Spider Boardman <spider@zk3.dec.com>
14607              To: perlbug@perl.com
14608              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
14609              Date: Wed, 10 Feb 1999 23:33:31 -0500
14610              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
14611      Branch: cfgperl
14612            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
14613 ____________________________________________________________________________
14614 [  2945] By: jhi                                   on 1999/02/15  13:04:50
14615         Log: OpenBSD sparc SHMLBA.
14616      Branch: cfgperl
14617            ! ext/IPC/SysV/SysV.xs
14618 ____________________________________________________________________________
14619 [  2944] By: gsar                                  on 1999/02/15  12:09:52
14620         Log: update win32/config* stuff, Changes
14621      Branch: perl
14622            ! Changes win32/Makefile win32/config.bc win32/config.gc
14623            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14624            ! win32/config_H.vc win32/makefile.mk
14625 ____________________________________________________________________________
14626 [  2943] By: gsar                                  on 1999/02/15  11:54:08
14627         Log: #include patchlevel.h by default, provide
14628              PERL_{REVISION,VERSION,SUBVERSION}
14629      Branch: perl
14630            ! patchlevel.h perl.h
14631 ____________________________________________________________________________
14632 [  2942] By: gsar                                  on 1999/02/15  10:26:59
14633         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
14634              misc fixes
14635      Branch: perl
14636            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
14637 ____________________________________________________________________________
14638 [  2941] By: gsar                                  on 1999/02/15  10:24:37
14639         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
14640              Message-ID: <19990207002851.B9185@toldyouso.com>
14641              Message-ID: <19990207212152.A9765@toldyouso.com>
14642              Message-ID: <19990207212041.A9622@toldyouso.com>
14643              Message-ID: <19990207213127.A10244@toldyouso.com>
14644              Message-ID: <19990207212559.A9950@toldyouso.com>
14645              Message-ID: <19990207212842.A9994@toldyouso.com>
14646              Message-ID: <19990207212500.A9860@toldyouso.com>
14647              Message-ID: <19990207213013.A10105@toldyouso.com>
14648      Branch: perl
14649            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
14650            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14651            ! pod/perlmodlib.pod pod/perltoc.pod
14652 ____________________________________________________________________________
14653 [  2940] By: gsar                                  on 1999/02/15  10:07:08
14654         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
14655              of suggested patch)
14656              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14657              Date: Mon, 08 Feb 1999 01:14:41 -0000
14658              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
14659              Subject: [PATCH 5.005_54] some pending C.pm stuff 
14660      Branch: perl
14661            ! ext/B/B/C.pm
14662 ____________________________________________________________________________
14663 [  2939] By: jhi                                   on 1999/02/15  08:40:18
14664         Log: Integrate from mainperl.
14665      Branch: cfgperl
14666           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
14667            - lib/File/PathConvert.pm
14668           !> (integrate 81 files)
14669 ____________________________________________________________________________
14670 [  2938] By: gsar                                  on 1999/02/15  06:56:39
14671         Log: change#2839 was bogus, redo
14672      Branch: perl
14673           !> t/lib/h2ph.pht
14674 ____________________________________________________________________________
14675 [  2937] By: gsar                                  on 1999/02/15  06:38:15
14676         Log: support Win32::GetFullPathName() and Win32::SetLastError()
14677              From: jan.dubois@ibm.net (Jan Dubois)
14678              Date: Tue, 09 Feb 1999 22:27:31 +0100
14679              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
14680              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
14681      Branch: perl
14682            ! win32/win32.c
14683 ____________________________________________________________________________
14684 [  2936] By: gsar                                  on 1999/02/15  06:26:39
14685         Log: support native integers, pack("L_",...) etc. (via private mail)
14686              From: Jarkko Hietaniemi <jhi@iki.fi>
14687              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
14688              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
14689              Subject: the "packnative" patch
14690      Branch: perl
14691            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
14692            ! t/lib/ipc_sysv.t t/op/pack.t
14693 ____________________________________________________________________________
14694 [  2935] By: gsar                                  on 1999/02/15  06:04:02
14695         Log: From: Michael G Schwern <schwern@pobox.com>
14696              Date: Tue, 9 Feb 1999 04:13:12 -0500
14697              Message-ID: <19990209041312.A15788@toldyouso.com>
14698              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
14699      Branch: perl
14700            ! utils/h2xs.PL
14701 ____________________________________________________________________________
14702 [  2934] By: gsar                                  on 1999/02/15  05:30:13
14703         Log: fix bugs in the handling of negative numbers, among other things
14704              From: Steven Knight <knight@theopera.baldmt.citilink.com>
14705              Date: Mon, 8 Feb 1999 01:16:24 -0600
14706              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
14707              Subject: Math::BigFloat and Math::BigInt
14708      Branch: perl
14709            + t/lib/bigfloat.t t/lib/bigfloatpm.t
14710            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14711            ! t/lib/bigintpm.t
14712 ____________________________________________________________________________
14713 [  2933] By: gsar                                  on 1999/02/15  04:57:52
14714         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
14715              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
14716              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
14717              Subject: s2p incorrectly handles hold space commands
14718      Branch: perl
14719            ! x2p/s2p.PL
14720 ____________________________________________________________________________
14721 [  2932] By: gsar                                  on 1999/02/15  04:45:55
14722         Log: clarify what a "line" is
14723      Branch: perl
14724            ! pod/perlfunc.pod pod/perlvar.pod
14725 ____________________________________________________________________________
14726 [  2931] By: gsar                                  on 1999/02/15  04:23:29
14727         Log: backout change#2811 and add newer version based on File::Spec
14728              From: Barrie Slaymaker <rbs@telerama.com>
14729              Date: Thu, 11 Feb 1999 16:29:24 -0500
14730              Message-ID: <36C34BB4.A62090E0@telerama.com>
14731              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
14732      Branch: perl
14733            - lib/File/PathConvert.pm
14734            ! MANIFEST installhtml lib/Pod/Html.pm
14735 ____________________________________________________________________________
14736 [  2930] By: gsar                                  on 1999/02/15  04:16:25
14737         Log: From: Barrie Slaymaker <rbs@telerama.com>
14738              Date: Thu, 11 Feb 1999 19:39:48 -0500
14739              Message-ID: <36C37854.707D139@telerama.com>
14740              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
14741      Branch: perl
14742            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
14743 ____________________________________________________________________________
14744 [  2929] By: gsar                                  on 1999/02/15  04:06:50
14745         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
14746              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
14747              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
14748              Subject: [PATCH]5.005_54 (DOC) fix many typos
14749              --
14750              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
14751              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
14752              Subject: [PATCH]5.005_54 (DOC) typos
14753      Branch: perl
14754            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
14755            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
14756            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14757            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14758            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
14759            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
14760            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
14761            ! pod/perlvar.pod pod/perlxs.pod
14762 ____________________________________________________________________________
14763 [  2928] By: gsar                                  on 1999/02/15  03:39:53
14764         Log: allow the Carp routines to pass through exception objects
14765      Branch: perl
14766            ! lib/Carp.pm
14767 ____________________________________________________________________________
14768 [  2927] By: gsar                                  on 1999/02/15  03:22:57
14769         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
14770      Branch: perl
14771            ! pod/perlfaq8.pod
14772 ____________________________________________________________________________
14773 [  2926] By: gsar                                  on 1999/02/15  03:19:39
14774         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
14775              have done that, but didn't)
14776      Branch: perl
14777           !> utils/h2ph.PL
14778 ____________________________________________________________________________
14779 [  2925] By: gsar                                  on 1999/02/15  03:17:01
14780         Log: integrate cfgperl changes into mainline
14781      Branch: perl
14782            ! Changes
14783           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14784           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
14785           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
14786           !> vms/subconfigure.com
14787 ____________________________________________________________________________
14788 [  2924] By: gsar                                  on 1999/02/15  03:07:08
14789         Log: add const qualifier to most char* prototypes, handle ripple effect
14790      Branch: perl
14791            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
14792            ! universal.c util.c
14793 ____________________________________________________________________________
14794 [  2923] By: gsar                                  on 1999/02/15  01:04:30
14795         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14796              Date: Thu, 04 Feb 1999 02:37:31 +0000
14797              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
14798              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
14799      Branch: perl
14800            ! pp_ctl.c t/op/range.t
14801 ____________________________________________________________________________
14802 [  2922] By: gsar                                  on 1999/02/15  00:24:34
14803         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14804              Date: Sun, 31 Jan 1999 01:50:06 +0000
14805              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
14806              Subject: [PATCH 5.005_03t4] regexp flags bug
14807      Branch: perl
14808            ! regcomp.c t/op/re_tests
14809 ____________________________________________________________________________
14810 [  2921] By: gsar                                  on 1999/02/15  00:13:02
14811         Log: use New() et al., rather than safemalloc() et al.
14812              From: jan.dubois@ibm.net (Jan Dubois)
14813              Date: Fri, 29 Jan 1999 23:27:22 +0100
14814              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
14815              Subject: [PATCH _03-MT5] POSIX.xs memory API
14816      Branch: perl
14817            ! ext/POSIX/POSIX.xs
14818 ____________________________________________________________________________
14819 [  2920] By: gsar                                  on 1999/02/15  00:05:33
14820         Log: tweak READ() docs to mention $buffer must be altered by reference
14821      Branch: perl
14822            ! pod/perltie.pod
14823 ____________________________________________________________________________
14824 [  2919] By: gsar                                  on 1999/02/14  23:50:39
14825         Log: applied suggested patch, with several language/readability tweaks
14826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14827              Date: Fri, 29 Jan 1999 00:25:02 -0500
14828              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
14829              Subject: Re: [PATCH 5.005_*] Better parsing docs
14830      Branch: perl
14831            ! pod/perlop.pod
14832 ____________________________________________________________________________
14833 [  2918] By: gsar                                  on 1999/02/14  23:20:42
14834         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
14835              of silently returning bogus values)
14836              From: Peter Chines <pchines@nhgri.nih.gov>
14837              Date: Wed, 27 Jan 1999 16:11:31 -0500
14838              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
14839              Subject: Time::Local
14840      Branch: perl
14841            ! lib/Time/Local.pm pod/perldelta.pod
14842 ____________________________________________________________________________
14843 [  2917] By: gsar                                  on 1999/02/14  11:21:43
14844         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14845              Date: Thu, 28 Jan 1999 10:02:20 -0500
14846              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
14847              Subject: Re: [PATCH 5.005_53] Better perldoc
14848      Branch: perl
14849            ! utils/perldoc.PL
14850 ____________________________________________________________________________
14851 [  2916] By: gsar                                  on 1999/02/14  10:59:38
14852         Log: back out change#2751, apply updated version 
14853              From: jan.dubois@ibm.net (Jan Dubois)
14854              Date: Sat, 06 Feb 1999 01:06:29 +0100
14855              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
14856              Subject: [PATCH] Cleanup of File::Spec module
14857      Branch: perl
14858            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
14859            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14860            ! lib/File/Spec/Win32.pm
14861 ____________________________________________________________________________
14862 [  2915] By: gsar                                  on 1999/02/14  10:48:01
14863         Log: tweak select() test
14864      Branch: perl
14865            ! pod/perlipc.pod t/op/fh.t
14866 ____________________________________________________________________________
14867 [  2914] By: gsar                                  on 1999/02/14  10:25:55
14868         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
14869      Branch: perl
14870            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
14871 ____________________________________________________________________________
14872 [  2913] By: gsar                                  on 1999/02/14  10:03:51
14873         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
14874              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
14875              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
14876              Subject: Re: SvOPV() or SvPV_nolen() or ...
14877      Branch: perl
14878            ! pod/perlguts.pod
14879 ____________________________________________________________________________
14880 [  2912] By: gsar                                  on 1999/02/14  09:57:29
14881         Log: provide SvPV_nolen(sv) to avoid use of PL_na
14882              From: jan.dubois@ibm.net (Jan Dubois)
14883              Date: Sun, 24 Jan 1999 02:45:32 +0100
14884              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
14885              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
14886      Branch: perl
14887            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
14888            ! sv.h
14889 ____________________________________________________________________________
14890 [  2911] By: gsar                                  on 1999/02/14  06:51:05
14891         Log: elide stray effluvium
14892      Branch: perl
14893            ! pod/perldelta.pod
14894 ____________________________________________________________________________
14895 [  2910] By: gsar                                  on 1999/02/14  05:51:56
14896         Log: slurping an empty file should return '' rather than undef, with
14897              commensurate effects on ARGV processing
14898      Branch: perl
14899            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
14900            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
14901 ____________________________________________________________________________
14902 [  2909] By: gsar                                  on 1999/02/14  00:02:11
14903         Log: perly_c.diff typo
14904      Branch: perl
14905            ! perly.c perly_c.diff vms/perly_c.vms
14906 ____________________________________________________________________________
14907 [  2908] By: gsar                                  on 1999/02/13  18:20:13
14908         Log: From: jan.dubois@ibm.net (Jan Dubois)
14909              Date: Sat, 13 Feb 1999 13:25:53 +0100
14910              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
14911              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
14912      Branch: perl
14913            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
14914 ____________________________________________________________________________
14915 [  2907] By: jhi                                   on 1999/02/13  15:07:26
14916         Log: Integrate from mainperl.
14917      Branch: cfgperl
14918           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
14919           !> (integrate 150 files)
14920 ____________________________________________________________________________
14921 [  2903] By: gsar                                  on 1999/02/12  13:25:59
14922         Log: From: jan.dubois@ibm.net (Jan Dubois)
14923              Date: Sun, 24 Jan 1999 01:12:00 +0100
14924              Message-ID: <36b66479.62756298@smtp1.ibm.net>
14925              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
14926      Branch: perl
14927            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
14928            ! proto.h sv.c sv.h
14929 ____________________________________________________________________________
14930 [  2902] By: gsar                                  on 1999/02/12  12:55:11
14931         Log: script to generate ctags from etags
14932              From: Colin Kuskie <ckuskie@cadence.com>
14933              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
14934              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
14935              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
14936      Branch: perl
14937            + emacs/e2ctags.pl
14938            ! Makefile.SH pod/perlfaq3.pod
14939 ____________________________________________________________________________
14940 [  2901] By: gsar                                  on 1999/02/12  12:40:17
14941         Log: allow boolean assign ops to be lvalues
14942              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14943              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
14944              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
14945              --
14946              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14947              Date: Mon, 18 Jan 1999 10:04:00 +0000
14948              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
14949              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
14950      Branch: perl
14951            + t/op/lop.t
14952            ! MANIFEST op.c
14953 ____________________________________________________________________________
14954 [  2899] By: jhi                                   on 1999/02/12  12:03:48
14955         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
14956      Branch: cfgperl
14957            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14958            ! config_h.SH hints/openbsd.sh
14959 ____________________________________________________________________________
14960 [  2898] By: gsar                                  on 1999/02/12  11:49:25
14961         Log: support win32_putenv()
14962      Branch: perl
14963            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
14964            ! win32/win32.c win32/win32iop.h
14965 ____________________________________________________________________________
14966 [  2894] By: gsar                                  on 1999/02/12  11:09:27
14967         Log: add missing hunk in change#2657
14968      Branch: perl
14969            ! ext/B/B/CC.pm
14970 ____________________________________________________________________________
14971 [  2893] By: gsar                                  on 1999/02/12  11:00:13
14972         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14973              Date: Tue, 19 Jan 1999 20:13:15 -0500
14974              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
14975              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
14976      Branch: perl
14977            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
14978            ! t/pragma/subs.t t/pragma/warning.t
14979 ____________________________________________________________________________
14980 [  2892] By: gsar                                  on 1999/02/12  10:44:38
14981         Log: update change#2670 to later version
14982              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14983              Date: Sun, 31 Jan 1999 16:16:14 +0000
14984              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
14985              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
14986      Branch: perl
14987            ! t/op/subst.t toke.c
14988 ____________________________________________________________________________
14989 [  2891] By: gsar                                  on 1999/02/12  10:31:17
14990         Log: make testsuite somewhat location independent
14991      Branch: perl
14992            ! (edit 117 files)
14993 ____________________________________________________________________________
14994 [  2890] By: gsar                                  on 1999/02/12  10:00:30
14995         Log: add $AutoLoader::VERSION
14996      Branch: perl
14997            ! lib/AutoLoader.pm
14998 ____________________________________________________________________________
14999 [  2889] By: gsar                                  on 1999/02/12  09:55:48
15000         Log: tweak PERL_STRICT_CR notes
15001      Branch: perl
15002            ! pod/perl5005delta.pod
15003 ____________________________________________________________________________
15004 [  2888] By: gsar                                  on 1999/02/12  09:41:45
15005         Log: add note about test-notty target
15006      Branch: perl
15007            ! README.win32
15008 ____________________________________________________________________________
15009 [  2887] By: gsar                                  on 1999/02/12  09:37:37
15010         Log: add perltodo.pod
15011      Branch: perl
15012            + pod/perltodo.pod
15013            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
15014            ! win32/pod.mak
15015 ____________________________________________________________________________
15016 [  2886] By: jhi                                   on 1999/02/12  08:52:14
15017         Log: Integrate from mainperl.
15018      Branch: cfgperl
15019           +> t/op/fh.t
15020           !> (integrate 30 files)
15021 ____________________________________________________________________________
15022 [  2885] By: gsar                                  on 1999/02/12  08:42:10
15023         Log: note how to find REG_INFTY limit
15024      Branch: perl
15025            ! pod/perlre.pod
15026 ____________________________________________________________________________
15027 [  2884] By: jhi                                   on 1999/02/12  08:36:14
15028         Log: OpenBSD pthreads awareness, thanks to
15029              David Leonard <david.leonard@csee.uq.edu.au>
15030      Branch: maint-5.005/perl
15031            ! Configure hints/openbsd.sh
15032 ____________________________________________________________________________
15033 [  2882] By: gsar                                  on 1999/02/12  08:05:20
15034         Log: IO is maintained by p5p (per Graham Barr's wishes)
15035      Branch: perl
15036            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
15037            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
15038            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15039            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15040 ____________________________________________________________________________
15041 [  2881] By: gsar                                  on 1999/02/12  07:57:13
15042         Log: fh.t typo
15043      Branch: perl
15044            ! t/op/fh.t
15045 ____________________________________________________________________________
15046 [  2880] By: gsar                                  on 1999/02/12  07:38:16
15047         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
15048      Branch: perl
15049            ! perl.c pod/perlrun.pod
15050 ____________________________________________________________________________
15051 [  2879] By: gsar                                  on 1999/02/12  05:39:29
15052         Log: fix ops that are not filehandle constructors to not create GV if it
15053              doesn't already exist (avoids leaks); extend semantics of defined()
15054              so that defined(*{$foo}) works (experimental)
15055      Branch: perl
15056            + t/op/fh.t
15057            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
15058            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
15059 ____________________________________________________________________________
15060 [  2877] By: jhi                                   on 1999/02/11  20:44:00
15061         Log: From: Chris Nandor <pudge@pobox.com>
15062              To: perl5-porters@perl.org
15063              Subject: [PATCH] perlport.pod 1.39
15064              Date: Thu, 11 Feb 1999 12:28:35 -0500
15065              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
15066      Branch: cfgperl
15067            ! pod/perlport.pod
15068 ____________________________________________________________________________
15069 [  2870] By: gsar                                  on 1999/02/11  11:17:08
15070         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
15071      Branch: perl
15072            ! ext/IO/lib/IO/Pipe.pm
15073 ____________________________________________________________________________
15074 [  2869] By: gsar                                  on 1999/02/11  11:00:56
15075         Log: update win32/pod.mak
15076      Branch: perl
15077            ! win32/pod.mak
15078 ____________________________________________________________________________
15079 [  2868] By: gsar                                  on 1999/02/11  10:42:44
15080         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
15081              Date: Fri, 08 Jan 1999 14:36:53 +1100
15082              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
15083              Subject: Re: [Fwd: IO::Socket::connect and blocking]
15084      Branch: perl
15085            ! ext/IO/lib/IO/Socket.pm
15086 ____________________________________________________________________________
15087 [  2867] By: gsar                                  on 1999/02/11  09:43:03
15088         Log: av_extend() doc tweak from Jan Dubois
15089      Branch: perl
15090            ! pod/perlguts.pod
15091 ____________________________________________________________________________
15092 [  2866] By: gsar                                  on 1999/02/11  09:27:17
15093         Log: display full pathname of unreadable files
15094      Branch: perl
15095            ! utils/perldoc.PL
15096 ____________________________________________________________________________
15097 [  2865] By: gsar                                  on 1999/02/11  09:02:31
15098         Log: missing patch in change#2522
15099      Branch: perl
15100            ! lib/Pod/Text.pm
15101 ____________________________________________________________________________
15102 [  2864] By: jhi                                   on 1999/02/11  08:45:00
15103         Log: From: Spider Boardman <spider@zk3.dec.com>
15104              To: perlbug@perl.com
15105              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15106              Date: Wed, 10 Feb 1999 23:33:31 -0500
15107              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15108      Branch: maint-5.005/perl
15109            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15110 ____________________________________________________________________________
15111 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15112         Log: integrate changes#2738,2740 from maint-5.005
15113      Branch: perl
15114           !> lib/ExtUtils/MakeMaker.pm
15115 ____________________________________________________________________________
15116 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15117         Log: Integrate from mainperl.
15118      Branch: cfgperl
15119           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15120           !> t/op/range.t win32/config.gc
15121 ____________________________________________________________________________
15122 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15123         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15124              <newspost@morlock.net>)
15125      Branch: perl
15126            ! perl.h
15127 ____________________________________________________________________________
15128 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15129         Log: update Changes
15130      Branch: perl
15131            ! Changes
15132           !> pod/perl5005delta.pod
15133 ____________________________________________________________________________
15134 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15135         Log: integrate perldelta changes from maint-5.005
15136      Branch: perl
15137           !> pod/perl5005delta.pod
15138 ____________________________________________________________________________
15139 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15140         Log: applied suggested patch; added tests
15141              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15142              Date: Sat, 12 Dec 98 15:30:18 -0600
15143              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15144              Subject: Range operation doesn't handle IV_MAX
15145      Branch: perl
15146            ! pp_ctl.c t/op/range.t
15147 ____________________________________________________________________________
15148 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15149         Log: compatibility fix: magic non-propagation in foreach implicit localization
15150      Branch: perl
15151            ! pp_ctl.c t/op/local.t win32/config.gc
15152 ____________________________________________________________________________
15153 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15154         Log: fair warning about -Dusethreads
15155      Branch: maint-5.005/perl
15156            ! Configure INSTALL README.threads
15157 ____________________________________________________________________________
15158 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15159         Log: Integrate from mainperl.
15160      Branch: cfgperl
15161           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15162           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15163 ____________________________________________________________________________
15164 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15165         Log: a modified version of suggested patch for pack template 'Z'; added docs
15166              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15167              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15168              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15169              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15170      Branch: perl
15171            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15172 ____________________________________________________________________________
15173 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15174         Log: clarify docs for change#2835
15175      Branch: perl
15176            ! pod/perldelta.pod pod/perlop.pod
15177 ____________________________________________________________________________
15178 [  2844] By: gsar                                  on 1999/02/08  23:40:57
15179         Log: addendum to change#2823
15180              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15181              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
15182              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
15183              Subject: [PATCH] Docs and tests for method-call syntax
15184      Branch: perl
15185            ! pod/perlobj.pod t/op/method.t
15186 ____________________________________________________________________________
15187 [  2843] By: jhi                                   on 1999/02/08  21:06:28
15188         Log: Ultrix mmap tidbit.
15189      Branch: cfgperl
15190            ! hints/ultrix_4.sh
15191 ____________________________________________________________________________
15192 [  2842] By: jhi                                   on 1999/02/08  20:22:55
15193         Log: Integrate from mainperl.
15194      Branch: cfgperl
15195           +> t/op/subst_wamp.t
15196           !> (integrate 35 files)
15197 ____________________________________________________________________________
15198 [  2841] By: jhi                                   on 1999/02/08  18:23:26
15199         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15200              To: Mailing list Perl5 <perl5-porters@perl.org>
15201              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15202              Date: Sun, 7 Feb 1999 17:25:22 -0500
15203              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15204      Branch: cfgperl
15205            + t/op/subst_amp.t
15206            ! MANIFEST regcomp.c t/op/subst.t
15207 ____________________________________________________________________________
15208 [  2840] By: jhi                                   on 1999/02/08  18:16:54
15209         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15210              To: Mailing list Perl5 <perl5-porters@perl.org>
15211              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15212              Date: Sun, 7 Feb 1999 17:00:10 -0500
15213              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15214      Branch: cfgperl
15215            ! pp_hot.c t/op/pat.t
15216 ____________________________________________________________________________
15217 [  2839] By: jhi                                   on 1999/02/08  17:25:30
15218         Log: A require was missing.
15219      Branch: cfgperl
15220            ! t/lib/h2ph.pht
15221 ____________________________________________________________________________
15222 [  2838] By: jhi                                   on 1999/02/08  16:38:41
15223         Log: Bring in the change #2809 (the Configure part has been
15224              modified rather a lot since the #2809, though.)
15225      Branch: cfgperl
15226            ! Configure utils/h2ph.PL
15227 ____________________________________________________________________________
15228 [  2835] By: gsar                                  on 1999/02/08  14:40:23
15229         Log: make qw() into a true list at compile time (slightly modified
15230              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
15231      Branch: perl
15232            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
15233 ____________________________________________________________________________
15234 [  2834] By: gsar                                  on 1999/02/08  13:23:16
15235         Log: make safesysmalloc() etc., always available; safemalloc() et al are
15236              now macros that point to the right malloc; fix various places in
15237              sources that need to always use safesysmalloc() et al
15238      Branch: perl
15239            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
15240            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
15241 ____________________________________________________________________________
15242 [  2833] By: gsar                                  on 1999/02/08  10:56:16
15243         Log: remove spurious #endif in last change
15244      Branch: perl
15245            ! perl.h
15246 ____________________________________________________________________________
15247 [  2832] By: gsar                                  on 1999/02/08  10:34:55
15248         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
15249              them ask for insanity (untested)
15250      Branch: perl
15251            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
15252            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
15253            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
15254 ____________________________________________________________________________
15255 [  2831] By: jhi                                   on 1999/02/08  08:33:33
15256         Log: Update vms/subconfigure.com along the lines of change #2829.
15257      Branch: cfgperl
15258            ! vms/subconfigure.com
15259 ____________________________________________________________________________
15260 [  2830] By: gsar                                  on 1999/02/08  00:19:46
15261         Log: integrate cfgperl changes into mainline
15262      Branch: perl
15263           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
15264           +> lib/File/PathConvert.pm pod/perlthrtut.pod
15265            ! Changes
15266           !> (integrate 93 files)
15267 ____________________________________________________________________________
15268 [  2829] By: jhi                                   on 1999/02/07  23:49:46
15269         Log: Configure update.
15270              
15271              Probe for mmap() et alia.
15272              The *cc*symbols patch (just Configure, no h2ph).
15273      Branch: cfgperl
15274            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15275            ! config_h.SH perl.h
15276 ____________________________________________________________________________
15277 [  2828] By: gsar                                  on 1999/02/07  23:38:47
15278         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15279              Date: Sun, 7 Feb 1999 17:25:22 -0500
15280              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15281              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15282      Branch: perl
15283            + t/op/subst_amp.t t/op/subst_wamp.t
15284            ! MANIFEST regcomp.c t/op/subst.t
15285 ____________________________________________________________________________
15286 [  2827] By: gsar                                  on 1999/02/07  23:27:32
15287         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15288              Date: Sun, 7 Feb 1999 17:00:10 -0500
15289              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15290              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15291      Branch: perl
15292            ! pp_hot.c t/op/pat.t
15293 ____________________________________________________________________________
15294 [  2826] By: gsar                                  on 1999/02/07  23:26:04
15295         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
15296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15297              Date: Sun, 7 Feb 1999 15:07:27 -0500
15298              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
15299              Subject: Re: fixing memory leaks in REx compilation
15300      Branch: perl
15301            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
15302            ! regexec.c
15303 ____________________________________________________________________________
15304 [  2825] By: jhi                                   on 1999/02/07  18:05:13
15305         Log: Integrate from mainperl.
15306      Branch: cfgperl
15307           +> lib/DB.pm t/comp/bproto.t
15308           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
15309           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
15310           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
15311           !> toke.c vms/perly_c.vms
15312 ____________________________________________________________________________
15313 [  2824] By: gsar                                  on 1999/02/07  14:21:48
15314         Log: tweak doc on bitwise ops
15315      Branch: perl
15316            ! pod/perlop.pod
15317 ____________________________________________________________________________
15318 [  2823] By: gsar                                  on 1999/02/07  13:38:31
15319         Log: applied suggested patch; regen perly* and vms/perly*
15320              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15321              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
15322              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
15323              Subject: [PATCH] Re: Suggestion for perlobj man page
15324      Branch: perl
15325            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
15326 ____________________________________________________________________________
15327 [  2822] By: gsar                                  on 1999/02/07  12:39:09
15328         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
15329              disabled, fails tests)
15330      Branch: perl
15331            ! regcomp.h
15332 ____________________________________________________________________________
15333 [  2821] By: gsar                                  on 1999/02/07  11:09:39
15334         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
15335              <Alexander.Barilo@aexp.com>)
15336      Branch: perl
15337            ! lib/Pod/Html.pm
15338 ____________________________________________________________________________
15339 [  2820] By: gsar                                  on 1999/02/07  10:20:35
15340         Log: add draft debugging API implementation
15341      Branch: perl
15342            + lib/DB.pm
15343            ! MANIFEST
15344 ____________________________________________________________________________
15345 [  2819] By: gsar                                  on 1999/02/07  09:58:45
15346         Log: avoid garbage in db->dirbuf
15347              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
15348              Date: Sat, 05 Dec 1998 14:14:54 +0900
15349              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
15350              Subject: SDBM bug
15351      Branch: perl
15352            ! ext/SDBM_File/sdbm/sdbm.c
15353 ____________________________________________________________________________
15354 [  2818] By: gsar                                  on 1999/02/07  09:32:24
15355         Log: missing entry
15356      Branch: perl
15357            ! MANIFEST
15358 ____________________________________________________________________________
15359 [  2817] By: gsar                                  on 1999/02/07  09:30:47
15360         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
15361      Branch: perl
15362            + t/comp/bproto.t
15363            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15364 ____________________________________________________________________________
15365 [  2816] By: gsar                                  on 1999/02/06  00:14:29
15366         Log: minor bug in dumping blessed subrefs
15367      Branch: perl
15368            ! ext/Data/Dumper/Dumper.pm
15369 ____________________________________________________________________________
15370 [  2812] By: jhi                                   on 1999/02/03  22:02:24
15371         Log: Enhance change #2808.
15372              
15373              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15374              To: perl5-porters@perl.org
15375              Subject: Re: [PATCH 5.00*]: perlbug checklist
15376              Date: Wed, 3 Feb 1999 19:02:27 +0000
15377              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
15378      Branch: cfgperl
15379            ! utils/perlbug.PL
15380 ____________________________________________________________________________
15381 [  2811] By: jhi                                   on 1999/02/03  21:53:23
15382         Log: From: Barrie Slaymaker <rbs@telerama.com>
15383              To: perl5-porters@perl.org
15384              CC: pod-people@perl.org
15385              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
15386              Date: Wed, 03 Feb 1999 10:34:18 -0500
15387              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
15388              
15389              Add File::PathConvert.pm.
15390              Fix Pod::Html and installhtml to understand relative urls.
15391      Branch: cfgperl
15392            + lib/File/PathConvert.pm
15393            ! MANIFEST installhtml lib/Pod/Html.pm
15394 ____________________________________________________________________________
15395 [  2810] By: jhi                                   on 1999/02/03  20:25:10
15396         Log: From: Francois Desarmenien <desar@club-internet.fr>
15397              To: Mailing list Perl5 <perl5-porters@perl.org>
15398              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
15399              Date: Wed, 03 Feb 1999 13:13:24 +0000
15400              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
15401              
15402              (note: this patch completely overrides Tom Wolfe's patch,
15403              change #2604)
15404      Branch: cfgperl
15405            + ext/GDBM_File/hints/sco.pl
15406            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
15407 ____________________________________________________________________________
15408 [  2809] By: jhi                                   on 1999/02/03  19:54:16
15409         Log: h2ph fixes + Configure patch to support them.
15410              
15411              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15412              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
15413              Gurusamy Sarathy <gsar@engin.umich.edu>
15414              Cc: perl5-porters@perl.org
15415              Subject: [PATCH 5.00503_MT5] h2ph.PL
15416              Date: Tue, 2 Feb 1999 19:48:06 -0500
15417              Message-ID: <19990202194806.E10647@O2.chapin.edu>
15418      Branch: maint-5.005/perl
15419            ! Configure utils/h2ph.PL
15420 ____________________________________________________________________________
15421 [  2808] By: jhi                                   on 1999/02/03  16:59:55
15422         Log: Enhance the perlbug checklist.
15423      Branch: cfgperl
15424            ! utils/perlbug.PL
15425 ____________________________________________________________________________
15426 [  2807] By: jhi                                   on 1999/02/03  14:01:37
15427         Log: Document the standard strftime %formats.
15428              
15429              From: Dominic Dunlop <domo@vo.lu>
15430              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
15431              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
15432              Date: Tue, 2 Feb 1999 15:55:29 +0100
15433              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
15434      Branch: cfgperl
15435            ! ext/POSIX/POSIX.pod
15436 ____________________________________________________________________________
15437 [  2806] By: jhi                                   on 1999/02/03  13:58:00
15438         Log: Integrate from mainperl.
15439      Branch: cfgperl
15440           !> perl.h
15441 ____________________________________________________________________________
15442 [  2805] By: gsar                                  on 1999/02/03  03:32:31
15443         Log: PL_uuemap[] init needs help for sizeof()
15444      Branch: perl
15445            ! perl.h
15446 ____________________________________________________________________________
15447 [  2804] By: jhi                                   on 1999/02/02  20:44:30
15448         Log: These should've been already in #2803.
15449      Branch: cfgperl
15450            ! Configure config_h.SH vms/subconfigure.com
15451 ____________________________________________________________________________
15452 [  2803] By: jhi                                   on 1999/02/02  20:38:45
15453         Log: telldir prototype issue, from mists of time...
15454      Branch: cfgperl
15455            ! hints/netbsd.sh pp_sys.c
15456 ____________________________________________________________________________
15457 [  2801] By: jhi                                   on 1999/02/02  17:40:14
15458         Log: From: John Bley <jbb6@acpub.duke.edu>
15459              To: perlbug@perl.org
15460              Subject: [PATCH]5.005_54 (DOC) fix minor typos
15461              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
15462              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
15463      Branch: cfgperl
15464            ! pod/perlre.pod
15465 ____________________________________________________________________________
15466 [  2800] By: jhi                                   on 1999/02/02  17:26:49
15467         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
15468      Branch: cfgperl
15469            ! Todo-5.005
15470 ____________________________________________________________________________
15471 [  2799] By: jhi                                   on 1999/02/02  17:18:51
15472         Log: Update FindBin from maint-5.005.
15473      Branch: cfgperl
15474            ! lib/FindBin.pm
15475 ____________________________________________________________________________
15476 [  2798] By: jhi                                   on 1999/02/02  17:16:07
15477         Log: Fix typecasts in #2797
15478              
15479              From: "G. Del Merritt" <del@intranetics.com>
15480              Date: Fri, 29 Jan 1999 11:47:25 -0700
15481              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
15482              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
15483      Branch: cfgperl
15484            ! ext/POSIX/POSIX.xs
15485 ____________________________________________________________________________
15486 [  2797] By: jhi                                   on 1999/02/02  17:14:37
15487         Log: From: Ted Law <tedlaw@cibcwg.com>
15488              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
15489              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
15490              Subject: POSIX::strftime buffer overflow problem
15491      Branch: cfgperl
15492            ! ext/POSIX/POSIX.xs
15493 ____________________________________________________________________________
15494 [  2796] By: jhi                                   on 1999/02/02  17:13:23
15495         Log: Do not use File::Slurp.
15496      Branch: cfgperl
15497            ! t/lib/textfill.t
15498 ____________________________________________________________________________
15499 [  2795] By: jhi                                   on 1999/02/02  17:11:48
15500         Log: perlhist update from maint-5.005.
15501      Branch: cfgperl
15502            ! pod/perlhist.pod
15503 ____________________________________________________________________________
15504 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15505         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15506      Branch: cfgperl
15507            ! ext/POSIX/POSIX.pm
15508 ____________________________________________________________________________
15509 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15510         Log: Missed the html test from change #2787. 
15511      Branch: cfgperl
15512            ! t/lib/cgi-html.t
15513 ____________________________________________________________________________
15514 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15515         Log: Update Getopt::Long to 2.19.
15516      Branch: cfgperl
15517            ! lib/Getopt/Long.pm
15518 ____________________________________________________________________________
15519 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15520         Log: overload syntax is no longer experimental
15521      Branch: cfgperl
15522            ! lib/overload.pm
15523 ____________________________________________________________________________
15524 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15525         Log: Still doc fixes.
15526      Branch: cfgperl
15527            ! lib/diagnostics.pm
15528 ____________________________________________________________________________
15529 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15530         Log: Doc fixes.
15531      Branch: cfgperl
15532            ! lib/CGI.pm lib/diagnostics.pm
15533 ____________________________________________________________________________
15534 [  2787] By: jhi                                   on 1999/02/02  16:38:55
15535         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
15536              where applicable).
15537      Branch: cfgperl
15538            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
15539            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
15540            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
15541            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
15542            ! eg/cgi/frameset.cgi eg/cgi/index.html
15543            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
15544            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
15545            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
15546            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
15547            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
15548            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
15549 ____________________________________________________________________________
15550 [  2786] By: jhi                                   on 1999/02/02  16:17:52
15551         Log: Update CPAN to 1.47.
15552      Branch: cfgperl
15553            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15554 ____________________________________________________________________________
15555 [  2785] By: jhi                                   on 1999/02/02  16:09:03
15556         Log: From: Mark-Jason Dominus <mjd@plover.com>
15557              Date: Sat, 16 Jan 1999 17:22:06 -0500
15558              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
15559              Message-ID: <19990116222206.3674.qmail@plover.com>
15560      Branch: cfgperl
15561            ! pod/perlsub.pod
15562 ____________________________________________________________________________
15563 [  2784] By: jhi                                   on 1999/02/02  16:01:31
15564         Log: Fix incorrect "used only once" warnings
15565              
15566              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15567              Date: Fri, 8 Jan 1999 04:37:10 -0500
15568              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
15569              Subject: Re: change#965 flakiness
15570      Branch: cfgperl
15571            ! gv.c
15572 ____________________________________________________________________________
15573 [  2783] By: jhi                                   on 1999/02/02  15:50:38
15574         Log: perldelta updates.
15575      Branch: cfgperl
15576            ! pod/perldelta.pod
15577 ____________________________________________________________________________
15578 [  2782] By: jhi                                   on 1999/02/02  14:28:26
15579         Log: Mirror change #2781.
15580      Branch: cfgperl
15581            ! hints/linux.sh
15582 ____________________________________________________________________________
15583 [  2781] By: jhi                                   on 1999/02/02  14:27:01
15584         Log: Update the MkLinux note.
15585      Branch: maint-5.005/perl
15586            ! hints/linux.sh
15587 ____________________________________________________________________________
15588 [  2780] By: jhi                                   on 1999/02/02  14:10:59
15589         Log: Update todo.
15590      Branch: cfgperl
15591            ! Todo-5.005
15592 ____________________________________________________________________________
15593 [  2779] By: jhi                                   on 1999/02/02  14:00:25
15594         Log: Integrate from mainperl.
15595      Branch: cfgperl
15596            ! t/lib/textfill.t t/lib/textwrap.t
15597           !> (integrate 32 files)
15598 ____________________________________________________________________________
15599 [  2778] By: jhi                                   on 1999/02/02  13:56:23
15600         Log: VMS update, applicable parts of
15601              
15602              From: Dan Sugalski <sugalskd@osshe.edu>
15603              To: perl5-porters@perl.org
15604              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15605              Date: Wed, 20 Jan 1999 12:05:18 -0800
15606              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15607              
15608              From: Dan Sugalski <sugalskd@osshe.edu>
15609              To: perlbug@perl.com, vmsperl@perl.org
15610              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
15611              Date: Tue, 26 Jan 1999 14:40:38 -0800
15612              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
15613              
15614              From: Dan Sugalski <sugalskd@osshe.edu>
15615              To: perl5-porters@perl.org, vmsperl@perl.org
15616              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
15617              Date: Tue, 26 Jan 1999 14:55:29 -0800
15618              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
15619      Branch: cfgperl
15620            ! vms/ext/Stdio/test.pl vms/subconfigure.com
15621 ____________________________________________________________________________
15622 [  2777] By: jhi                                   on 1999/02/02  13:43:24
15623         Log: Synch usethreads parts from maint-5.005.
15624      Branch: cfgperl
15625            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
15626            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
15627            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
15628            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
15629 ____________________________________________________________________________
15630 [  2776] By: jhi                                   on 1999/02/02  13:17:16
15631         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
15632      Branch: cfgperl
15633            ! Makefile.SH hints/freebsd.sh
15634 ____________________________________________________________________________
15635 [  2774] By: jhi                                   on 1999/02/02  13:10:39
15636         Log: Add perlthrtut, update pod/* machinery.
15637              (a pod/Makefile.SH is sorely needed)
15638      Branch: cfgperl
15639            + pod/perlthrtut.pod
15640            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
15641 ____________________________________________________________________________
15642 [  2773] By: jhi                                   on 1999/02/02  12:54:24
15643         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15644              To: perl5-porters@perl.org
15645              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
15646              Date: Tue, 26 Jan 1999 22:25:07 +0000
15647              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
15648      Branch: cfgperl
15649            ! pod/perlguts.pod
15650 ____________________________________________________________________________
15651 [  2771] By: jhi                                   on 1999/02/02  12:47:34
15652         Log: Use perlbug instead of personal email address.
15653      Branch: cfgperl
15654            ! Configure
15655 ____________________________________________________________________________
15656 [  2770] By: jhi                                   on 1999/02/02  12:42:06
15657         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15658              
15659              From: "G. Del Merritt" <del@intranetics.com>
15660              To: perlbug@perl.com
15661              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15662              Date: Tue, 26 Jan 1999 12:09:09 -0700
15663              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15664      Branch: cfgperl
15665            ! iperlsys.h
15666 ____________________________________________________________________________
15667 [  2769] By: jhi                                   on 1999/02/02  12:37:57
15668         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15669              To: Mailing list Perl5 <perl5-porters@perl.org>
15670              Subject: [PATCH 5.005_*] OS/2 threads
15671              Date: Tue, 26 Jan 1999 13:39:46 -0500
15672              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
15673      Branch: cfgperl
15674            ! os2/os2ish.h
15675 ____________________________________________________________________________
15676 [  2768] By: jhi                                   on 1999/02/02  12:36:16
15677         Log: Apply change #2711 from maint-5.005:
15678              
15679              make ok", "make okfile", and "make nok" were broken
15680              with -Duseshrplib, because of a shared typo.
15681              
15682              From: Spider Boardman <spider@web.zk3.dec.com>
15683              To: perlbug@perl.com
15684              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15685              Date: Wed, 27 Jan 1999 12:27:15 -0500
15686              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15687      Branch: cfgperl
15688            ! Makefile.SH
15689 ____________________________________________________________________________
15690 [  2766] By: jhi                                   on 1999/02/02  12:27:08
15691         Log: Make Configure use "int main()" instead of bare "main()".
15692              Like maint-5.005 change #2703 but now via metaconfig.
15693      Branch: cfgperl
15694            ! Configure
15695 ____________________________________________________________________________
15696 [  2765] By: jhi                                   on 1999/02/02  11:59:30
15697         Log: Undo part of change #2562.
15698      Branch: cfgperl
15699            ! Configure
15700 ____________________________________________________________________________
15701 [  2764] By: jhi                                   on 1999/02/02  11:52:39
15702         Log: NetBSD synch with maint-5.005.
15703      Branch: cfgperl
15704            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
15705 ____________________________________________________________________________
15706 [  2763] By: jhi                                   on 1999/02/02  11:44:07
15707         Log: $Config{installusrbinperl}
15708              (maint-5.005 changes #2614 and #2709)
15709      Branch: cfgperl
15710            ! Configure installperl
15711 ____________________________________________________________________________
15712 [  2762] By: jhi                                   on 1999/02/02  11:29:13
15713         Log: Errno update from maint-5.005 (changes #2583, #2710).
15714      Branch: cfgperl
15715            ! Configure ext/Errno/Errno_pm.PL
15716 ____________________________________________________________________________
15717 [  2759] By: jhi                                   on 1999/02/02  10:53:20
15718         Log: Update Trig.pm from maint-5.005.
15719      Branch: cfgperl
15720            ! lib/Math/Trig.pm
15721 ____________________________________________________________________________
15722 [  2757] By: jhi                                   on 1999/02/02  10:41:26
15723         Log: MPE/iX update (mirror maint-5.005 change #2715)
15724      Branch: cfgperl
15725            ! hints/mpeix.sh mpeix/relink
15726 ____________________________________________________________________________
15727 [  2756] By: jhi                                   on 1999/02/02  10:38:08
15728         Log: BeOS update (Mirror maint-5.005 change #2727).
15729      Branch: cfgperl
15730            + ext/DynaLoader/dl_beos.xs
15731            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15732            ! lib/ExtUtils/MM_Unix.pm
15733 ____________________________________________________________________________
15734 [  2754] By: gsar                                  on 1999/02/02  08:52:13
15735         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
15736      Branch: perl
15737            ! Porting/pumpkin.pod Todo Todo-5.005
15738 ____________________________________________________________________________
15739 [  2753] By: gsar                                  on 1999/02/02  08:46:21
15740         Log: Todo tweaks
15741      Branch: perl
15742            ! Todo Todo-5.005
15743 ____________________________________________________________________________
15744 [  2752] By: jhi                                   on 1999/02/01  22:15:12
15745         Log: Add perlthrtut.pod.
15746              
15747              From: Dan Sugalski <sugalskd@osshe.edu>
15748              To: perl5-porters@perl.org
15749              Subject: perlthrtut.pod
15750              Date: Mon, 01 Feb 1999 10:57:11 -0800
15751              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
15752      Branch: maint-5.005/perl
15753            + pod/perlthrtut.pod
15754            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
15755            ! pod/roffitall
15756 ____________________________________________________________________________
15757 [  2751] By: gsar                                  on 1999/02/01  07:28:05
15758         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
15759      Branch: perl
15760            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15761            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15762 ____________________________________________________________________________
15763 [  2750] By: gsar                                  on 1999/02/01  07:09:20
15764         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15765              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
15766              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
15767              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
15768      Branch: perl
15769            ! regexec.c
15770 ____________________________________________________________________________
15771 [  2749] By: gsar                                  on 1999/02/01  07:07:59
15772         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15773              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
15774              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
15775              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
15776      Branch: perl
15777            ! regexec.c
15778 ____________________________________________________________________________
15779 [  2748] By: gsar                                  on 1999/02/01  06:47:06
15780         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
15781              Date: Thu, 3 Dec 1998 15:10:17 -0500
15782              Message-Id: <199812032010.PAA09692@jik.shore.net>
15783              Subject: sample checksum code in "perlfunc" man page is wrong
15784      Branch: perl
15785            ! pod/perlfunc.pod
15786 ____________________________________________________________________________
15787 [  2747] By: gsar                                  on 1999/02/01  06:35:13
15788         Log: typos in Pod/Text.pm
15789              From: "Greg Chapman" <glc@well.com>
15790              Date: Tue, 1 Dec 1998 10:50:18 -0800
15791              Message-Id: <199812011849.KAA08816@smtp.well.com>
15792              Subject: Glitch in Pod::Text
15793      Branch: perl
15794            ! lib/Pod/Text.pm
15795 ____________________________________________________________________________
15796 [  2746] By: gsar                                  on 1999/02/01  06:27:35
15797         Log: various win32-ish changes merged from maint-5.005
15798      Branch: perl
15799            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
15800            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
15801            ! win32/Makefile win32/config.bc win32/config.vc
15802            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
15803            ! win32/win32.c
15804 ____________________________________________________________________________
15805 [  2745] By: gsar                                  on 1999/02/01  04:51:54
15806         Log: integrate cfgperl changes into mainline
15807      Branch: perl
15808           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
15809 ____________________________________________________________________________
15810 [  2744] By: gsar                                  on 1999/02/01  04:31:09
15811         Log: improved diagnostic on syntax errors at EOL
15812      Branch: perl
15813            ! toke.c
15814 ____________________________________________________________________________
15815 [  2743] By: gsar                                  on 1999/02/01  03:59:13
15816         Log: don't attempt connect() to bogus IP addresses
15817              From:    Graham Barr <gbarr@pobox.com>
15818              Date:    Sun, 31 Jan 1999 21:50:45 CST
15819              Message-Id: <19990131215045.A633@pobox.com>
15820      Branch: perl
15821            ! t/lib/io_multihomed.t
15822 ____________________________________________________________________________
15823 [  2742] By: gsar                                  on 1999/02/01  03:08:58
15824         Log: update Changes
15825      Branch: perl
15826            ! Changes pod/perldelta.pod
15827 ____________________________________________________________________________
15828 [  2740] By: gsar                                  on 1999/02/01  02:43:07
15829         Log: CAPI inheritance tweak and doc
15830      Branch: maint-5.005/perl
15831            ! lib/ExtUtils/MakeMaker.pm
15832 ____________________________________________________________________________
15833 [  2739] By: jhi                                   on 1999/01/31  18:31:54
15834         Log: Undo changes #2730 and #2731 and replace them
15835              with an extensively tested patch from
15836              Anton Berezin <tobez@plab.ku.dk> (via private email).
15837      Branch: maint-5.005/perl
15838            ! Makefile.SH hints/freebsd.sh
15839 ____________________________________________________________________________
15840 [  2738] By: gsar                                  on 1999/01/31  05:04:32
15841         Log: fix bogus CAPI inheritance from change#2541
15842      Branch: maint-5.005/perl
15843            ! lib/ExtUtils/MakeMaker.pm
15844 ____________________________________________________________________________
15845 [  2731] By: jhi                                   on 1999/01/29  14:33:12
15846         Log: FreeBSD version numbers can be like "2.2.8-release".
15847      Branch: maint-5.005/perl
15848            ! hints/freebsd.sh
15849 ____________________________________________________________________________
15850 [  2730] By: jhi                                   on 1999/01/29  12:40:38
15851         Log: FreeBSD hints iteration (hopefully convergent).
15852              usethreads: require at least FreeBSD 2.2.8.
15853              signal type: mirror change #2429 in cfgperl.
15854      Branch: maint-5.005/perl
15855            ! hints/freebsd.sh
15856 ____________________________________________________________________________
15857 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
15858         Log: From: Tom Spindler <dogcow@isi.net>
15859              Date: Thu, 28 Jan 1999 17:15:11 -0800
15860              Message-ID: <19990128171510.A11778@isi.net>
15861              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
15862      Branch: maint-5.005/perl
15863            + ext/DynaLoader/dl_beos.xs
15864            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
15865            ! lib/ExtUtils/MM_Unix.pm
15866 ____________________________________________________________________________
15867 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
15868         Log: Remove use of File::Slurp in t/lib/textfill.t
15869      Branch: maint-5.005/perl
15870            ! t/lib/textfill.t
15871 ____________________________________________________________________________
15872 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
15873         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
15874              Date: Wed, 27 Jan 1999 23:14:33 -0800
15875              Message-Id: <199901280714.XAA10176@activestate.com>
15876              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
15877      Branch: maint-5.005/perl
15878            ! win32/Makefile win32/makefile.mk
15879 ____________________________________________________________________________
15880 [  2720] By: gsar                                  on 1999/01/27  21:54:42
15881         Log: missing space while munging CCFLAGS for PERL_CAPI
15882      Branch: perl
15883            ! lib/ExtUtils/MM_Unix.pm
15884 ____________________________________________________________________________
15885 [  2718] By: jhi                                   on 1999/01/27  19:46:04
15886         Log: io/fs.t fails test #18 (sense of tests appears to have been
15887              changed incompletely; this patch just skips the test attached,
15888              a la test #17 preceding it).
15889              
15890              From: "G. Del Merritt" <del@intranetics.com>
15891              To: perlbug@perl.com
15892              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15893              Date: Tue, 26 Jan 1999 12:09:09 -0700
15894              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15895      Branch: maint-5.005/perl
15896            ! t/io/fs.t
15897 ____________________________________________________________________________
15898 [  2717] By: jhi                                   on 1999/01/27  19:44:46
15899         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
15900              
15901              From: "G. Del Merritt" <del@intranetics.com>
15902              To: perlbug@perl.com
15903              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
15904              Date: Tue, 26 Jan 1999 12:09:09 -0700
15905              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
15906      Branch: maint-5.005/perl
15907            ! iperlsys.h
15908 ____________________________________________________________________________
15909 [  2715] By: jhi                                   on 1999/01/27  19:34:28
15910         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
15911              To: perl5-porters@perl.org
15912              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
15913              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
15914              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
15915      Branch: maint-5.005/perl
15916            ! hints/mpeix.sh mpeix/relink
15917 ____________________________________________________________________________
15918 [  2710] By: jhi                                   on 1999/01/27  19:22:23
15919         Log: Errno fixes:
15920              
15921              From: Spider Boardman <spider@web.zk3.dec.com>
15922              To: perlbug@perl.com
15923              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15924              Date: Wed, 27 Jan 1999 12:27:15 -0500
15925              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
15926              
15927              From: Spider Boardman <spider@web.zk3.dec.com>
15928              To: perlbug@perl.com
15929              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15930              Date: Wed, 27 Jan 1999 13:31:16 -0500
15931              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
15932      Branch: maint-5.005/perl
15933            ! Configure ext/Errno/Errno_pm.PL
15934 ____________________________________________________________________________
15935 [  2709] By: jhi                                   on 1999/01/27  19:17:35
15936         Log: Fix Configure installusrbinperl:
15937              
15938              From: Spider Boardman <spider@web.zk3.dec.com>
15939              To: jhi@iki.fi
15940              cc: perl5-porters@perl.org
15941              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
15942              Date: Wed, 27 Jan 1999 13:03:35 -0500
15943              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
15944      Branch: maint-5.005/perl
15945            ! Configure
15946 ____________________________________________________________________________
15947 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
15948         Log: Add redef IO::Handle::* for setv?buf()
15949      Branch: maint-5.005/perl
15950            ! ext/POSIX/POSIX.pm
15951 ____________________________________________________________________________
15952 [  2705] By: jhi                                   on 1999/01/24  15:14:30
15953         Log: Mention year-1900 and month 0..11.
15954      Branch: cfgperl
15955            ! lib/Time/Local.pm
15956 ____________________________________________________________________________
15957 [  2704] By: jhi                                   on 1999/01/24  15:13:36
15958         Log: Document Configure -Uinstallusrbinperl.
15959      Branch: cfgperl
15960            ! INSTALL pod/perldelta.pod
15961 ____________________________________________________________________________
15962 [  2698] By: jhi                                   on 1999/01/24  12:46:00
15963         Log: Use only xlc_r for usethreads.
15964      Branch: cfgperl
15965            ! hints/aix.sh
15966 ____________________________________________________________________________
15967 [  2695] By: gsar                                  on 1999/01/24  07:09:05
15968         Log: integrate cfgperl changes into mainline
15969      Branch: perl
15970           +> lib/Exporter/Heavy.pm
15971           !> (integrate 65 files)
15972 ____________________________________________________________________________
15973 [  2694] By: gsar                                  on 1999/01/24  01:28:49
15974         Log: better notes on 'make' on win32
15975      Branch: perl
15976            ! README.win32
15977 ____________________________________________________________________________
15978 [  2683] By: jhi                                   on 1999/01/22  15:41:00
15979         Log: More de-cut-and-pastos.
15980      Branch: cfgperl
15981            ! hints/irix_6.sh hints/os2.sh
15982 ____________________________________________________________________________
15983 [  2682] By: jhi                                   on 1999/01/22  15:30:51
15984         Log: usethreads.cbu cut-and-pasto.
15985      Branch: cfgperl
15986            ! hints/solaris_2.sh
15987 ____________________________________________________________________________
15988 [  2681] By: jhi                                   on 1999/01/22  14:54:55
15989         Log: Better (I hope) LANGUAGE documentation.
15990      Branch: cfgperl
15991            ! pod/perllocale.pod
15992 ____________________________________________________________________________
15993 [  2680] By: jhi                                   on 1999/01/22  09:20:29
15994         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15995              To: perl5-porters@perl.org
15996              Subject: [PATCH 5.005_03MT3]VMS configure tweak
15997              Date: Wed, 20 Jan 1999 12:05:18 -0800
15998              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
15999      Branch: cfgperl
16000            ! vms/subconfigure.com
16001 ____________________________________________________________________________
16002 [  2679] By: jhi                                   on 1999/01/22  09:13:18
16003         Log: nosuid getmntent() branch.
16004      Branch: cfgperl
16005            ! perl.c perl.h
16006 ____________________________________________________________________________
16007 [  2678] By: jhi                                   on 1999/01/22  08:54:19
16008         Log: nosuid patch continued: *BSD needs <sys/param.h>.
16009      Branch: cfgperl
16010            ! Configure config_h.SH
16011 ____________________________________________________________________________
16012 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
16013         Log: Fixup FindBin to use File::Spec
16014              
16015              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
16016              Date: Wed, 20 Jan 1999 18:51:57 +0000
16017              From: Paul Johnson <pjcj@transeda.com>
16018              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
16019      Branch: maint-5.005/perl
16020            ! lib/FindBin.pm
16021 ____________________________________________________________________________
16022 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
16023         Log: Fix win32 for Borland compiler and spaces in paths
16024              
16025              From: Gurusamy Sarathy <gsar@activestate.com>
16026              Date: Mon, 18 Jan 1999 20:33:17 -0800
16027              Message-Id: <199901190433.UAA03656@activestate.com>
16028              Subject: [PATCH] 5.005_03-trial3 win32 issues
16029      Branch: maint-5.005/perl
16030            ! README.win32 win32/Makefile win32/config_sh.PL
16031            ! win32/makefile.mk win32/runperl.c
16032 ____________________________________________________________________________
16033 [  2670] By: jhi                                   on 1999/01/21  16:12:38
16034         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16035              To: perl5-porters@perl.org
16036              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
16037              Date: Thu, 21 Jan 1999 12:08:01 +0000
16038              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
16039      Branch: cfgperl
16040            ! pod/perldiag.pod t/op/subst.t toke.c
16041 ____________________________________________________________________________
16042 [  2669] By: jhi                                   on 1999/01/21  16:11:46
16043         Log: To: perl5-porters@perl.org
16044              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
16045              From: Anton Berezin <tobez@plab.ku.dk>
16046              Date: 21 Jan 1999 17:07:28 +0100
16047              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
16048      Branch: cfgperl
16049            ! hints/freebsd.sh
16050 ____________________________________________________________________________
16051 [  2668] By: jhi                                   on 1999/01/21  15:38:34
16052         Log: Add Daniel Grisinger <dgris@dimensional.com>.
16053      Branch: cfgperl
16054            ! AUTHORS MAINTAIN
16055 ____________________________________________________________________________
16056 [  2667] By: jhi                                   on 1999/01/21  15:32:28
16057         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16058              To: Mailing list Perl5 <perl5-porters@perl.org>
16059              Subject: [PATCH 5.005_53] Lean Exporter.pm
16060              Date: Thu, 21 Jan 1999 03:25:23 -0500
16061              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
16062      Branch: cfgperl
16063            + lib/Exporter/Heavy.pm
16064            ! MANIFEST lib/Exporter.pm
16065 ____________________________________________________________________________
16066 [  2666] By: jhi                                   on 1999/01/21  15:24:10
16067         Log: From: "W. Phillip Moore" <wpm@ms.com>
16068              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
16069              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
16070              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
16071              Message-ID: <13988.46383.298992.97303@zappa>
16072      Branch: cfgperl
16073            ! lib/File/Path.pm
16074 ____________________________________________________________________________
16075 [  2665] By: jhi                                   on 1999/01/21  15:20:48
16076         Log: CPAN update (CPAN-1.44_54) from Andreas and
16077              jumbo doc patch from Abigail.
16078              
16079              From: abigail@fnx.com
16080              To: perl5-porters@perl.org (Perl Porters)
16081              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
16082              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
16083              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
16084              
16085              From: abigail@fnx.com
16086              To: perl5-porters@perl.org (Perl Porters)
16087              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
16088              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
16089              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
16090              
16091              From: abigail@fnx.com
16092              To: perl5-porters@perl.org (Perl Porters)
16093              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
16094              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
16095              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
16096              
16097              From: abigail@fnx.com
16098              To: perl5-porters@perl.org (Perl Porters)
16099              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
16100              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
16101              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
16102              
16103              From: abigail@fnx.com
16104              To: perl5-porters@perl.org (Perl Porters)
16105              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
16106              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
16107              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
16108              
16109              From: abigail@fnx.com
16110              To: perl5-porters@perl.org (Perl Porters)
16111              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16112              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16113              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16114              
16115              From: abigail@fnx.com
16116              To: perl5-porters@perl.org (Perl Porters)
16117              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16118              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16119              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16120              
16121              From: abigail@fnx.com
16122              To: perl5-porters@perl.org (Perl Porters)
16123              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16124              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16125              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16126              
16127              From: abigail@fnx.com
16128              To: perl5-porters@perl.org (Perl Porters)
16129              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16130              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16131              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16132              
16133              From: abigail@fnx.com
16134              To: perl5-porters@perl.org (Perl Porters)
16135              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16136              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16137              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16138              
16139              From: abigail@fnx.com
16140              To: perl5-porters@perl.org (Perl Porters)
16141              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16142              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16143              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16144              
16145              From: abigail@fnx.com
16146              To: perl5-porters@perl.org (Perl Porters)
16147              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16148              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16149              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16150              
16151              From: abigail@fnx.com
16152              To: perl5-porters@perl.org (Perl Porters)
16153              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16154              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16155              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16156      Branch: cfgperl
16157            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16158            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16159            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16160            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16161 ____________________________________________________________________________
16162 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16163         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16164              To: Mailing list Perl5 <perl5-porters@perl.org>
16165              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16166              Date: Thu, 21 Jan 1999 03:58:29 -0500
16167              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16168      Branch: cfgperl
16169            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16170 ____________________________________________________________________________
16171 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16172         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16173              To: Mailing list Perl5 <perl5-porters@perl.org>
16174              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16175              Date: Thu, 21 Jan 1999 02:46:34 -0500
16176              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
16177      Branch: cfgperl
16178            ! ext/Errno/Errno_pm.PL
16179 ____________________________________________________________________________
16180 [  2662] By: jhi                                   on 1999/01/21  14:42:42
16181         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16182              To: Francois Desarmenien <desar@club-internet.fr>
16183              Cc: Gurusamy Sarathy <gsar@activestate.com>,
16184              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
16185              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
16186              Date: 21 Jan 1999 00:17:35 -0700
16187              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
16188      Branch: cfgperl
16189            ! Porting/patching.pod
16190 ____________________________________________________________________________
16191 [  2661] By: jhi                                   on 1999/01/21  14:41:13
16192         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16193              To: Mailing list Perl5 <perl5-porters@perl.org>
16194              Subject: [PATCH 5.00*] makedepend
16195              Date: Thu, 21 Jan 1999 02:08:27 -0500
16196              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
16197      Branch: cfgperl
16198            ! makedepend.SH
16199 ____________________________________________________________________________
16200 [  2660] By: jhi                                   on 1999/01/21  14:36:45
16201         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16202              To: Mailing list Perl5 <perl5-porters@perl.org>
16203              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
16204              Date: Tue, 19 Jan 1999 20:06:45 -0500
16205              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
16206      Branch: cfgperl
16207            ! os2/Changes os2/os2.c
16208 ____________________________________________________________________________
16209 [  2657] By: jhi                                   on 1999/01/21  11:40:35
16210         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16211              To: perl5-porters@perl.org
16212              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
16213              Date: Mon, 18 Jan 1999 01:32:31 PST
16214              Message-ID: <19990118093231.18443.qmail@hotmail.com>
16215      Branch: cfgperl
16216            ! ext/B/B/CC.pm
16217 ____________________________________________________________________________
16218 [  2656] By: jhi                                   on 1999/01/21  11:35:34
16219         Log: From: Achim Bohnet <ach@mpe.mpg.de>
16220              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
16221              Date: Wed, 20 Jan 1999 20:25:53 +0100
16222              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
16223      Branch: cfgperl
16224            ! pp.c
16225 ____________________________________________________________________________
16226 [  2655] By: jhi                                   on 1999/01/21  10:46:01
16227         Log: Handle NIS (and NetInfo) more robustly.
16228      Branch: cfgperl
16229            ! t/op/grent.t t/op/pwent.t
16230 ____________________________________________________________________________
16231 [  2654] By: jhi                                   on 1999/01/21  10:17:20
16232         Log: Two-argument eaccess() of SCO.
16233      Branch: cfgperl
16234            ! pp_sys.c
16235 ____________________________________________________________________________
16236 [  2653] By: jhi                                   on 1999/01/21  08:53:14
16237         Log: -DNO_NOSUID_CHECK for those platforms which have no way
16238              of checking for nosuid but still want suidperl.
16239      Branch: cfgperl
16240            ! perl.c
16241 ____________________________________________________________________________
16242 [  2652] By: jhi                                   on 1999/01/21  08:22:50
16243         Log: The LANGUAGE mirrors LC_ALL usage.
16244      Branch: cfgperl
16245            ! Configure config_h.SH
16246 ____________________________________________________________________________
16247 [  2651] By: jhi                                   on 1999/01/20  22:01:21
16248         Log: I_MNTENT was missing.
16249      Branch: cfgperl
16250            ! Configure config_h.SH
16251 ____________________________________________________________________________
16252 [  2650] By: jhi                                   on 1999/01/19  13:42:03
16253         Log: NetBSD update, based on patches from the NetBSD packages system.
16254      Branch: cfgperl
16255            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16256 ____________________________________________________________________________
16257 [  2649] By: jhi                                   on 1999/01/19  12:44:02
16258         Log: Jumbo Configure update.
16259              * -Uinstallusrbinperl: disable /usr/bin/perl installation
16260              by installperl
16261              * usethreads.cbu
16262              * use64bits.cbu
16263              * "nosuid"
16264      Branch: cfgperl
16265            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
16266            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16267            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
16268            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
16269            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
16270            ! pod/perldiag.pod
16271 ____________________________________________________________________________
16272 [  2648] By: jhi                                   on 1999/01/19  09:16:44
16273         Log: Mention /usr/share/locale.
16274      Branch: cfgperl
16275            ! pod/perllocale.pod
16276 ____________________________________________________________________________
16277 [  2647] By: jhi                                   on 1999/01/19  09:11:11
16278         Log: SHMLBA strikes back in NetBSD/sparc.
16279              
16280              From: Dave Nelson <David.Nelson@bellcow.com>
16281              To: jhi@iki.fi
16282              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
16283              Date: Mon, 18 Jan 1999 22:07:56 -0600
16284              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
16285      Branch: cfgperl
16286            ! ext/IPC/SysV/SysV.xs
16287 ____________________________________________________________________________
16288 [  2646] By: jhi                                   on 1999/01/19  08:58:17
16289         Log: Show LANGUAGE env var when needed. (Augment change #2645).
16290      Branch: cfgperl
16291            ! util.c utils/perlbug.PL
16292 ____________________________________________________________________________
16293 [  2645] By: jhi                                   on 1999/01/19  08:52:15
16294         Log: Document the GNU LANGUAGE env var.
16295      Branch: cfgperl
16296            ! pod/perllocale.pod
16297 ____________________________________________________________________________
16298 [  2644] By: jhi                                   on 1999/01/19  08:42:25
16299         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16300              To: Mailing list Perl5 <perl5-porters@perl.org>
16301              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
16302              Date: Mon, 18 Jan 1999 20:57:02 -0500
16303              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
16304      Branch: cfgperl
16305            ! pp_hot.c t/op/pat.t
16306 ____________________________________________________________________________
16307 [  2643] By: jhi                                   on 1999/01/18  11:23:41
16308         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
16309      Branch: cfgperl
16310            ! Makefile.SH
16311 ____________________________________________________________________________
16312 [  2642] By: jhi                                   on 1999/01/18  11:03:38
16313         Log: GNU libc locale system has LANGUAGE env var that partly
16314              overrides even LC_ALL.
16315      Branch: cfgperl
16316            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
16317 ____________________________________________________________________________
16318 [  2641] By: jhi                                   on 1999/01/18  10:55:04
16319         Log: Integrate from mainperl.
16320      Branch: cfgperl
16321           +> ext/B/defsubs.h.PL
16322            ! t/op/groups.t
16323           !> (integrate 38 files)
16324 ____________________________________________________________________________
16325 [  2640] By: gsar                                  on 1999/01/18  10:06:29
16326         Log: a few random cleanups
16327      Branch: perl
16328            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
16329 ____________________________________________________________________________
16330 [  2639] By: gsar                                  on 1999/01/18  05:56:21
16331         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
16332              Date:    Sun, 17 Jan 1999 16:41:10 PST
16333              Message-Id: <19990118004111.29667.qmail@hotmail.com>
16334              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
16335      Branch: perl
16336            ! ext/B/B/C.pm
16337 ____________________________________________________________________________
16338 [  2638] By: gsar                                  on 1999/01/18  05:41:21
16339         Log: From:    jan.dubois@ibm.net (Jan Dubois)
16340              Date:    Mon, 18 Jan 1999 00:37:41 +0100
16341              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
16342              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
16343      Branch: perl
16344            ! dump.c
16345 ____________________________________________________________________________
16346 [  2633] By: gsar                                  on 1999/01/17  13:39:59
16347         Log: bogus assert()
16348      Branch: perl
16349            ! pp.c t/op/groups.t
16350 ____________________________________________________________________________
16351 [  2632] By: gsar                                  on 1999/01/17  13:22:04
16352         Log: various tweaks for clean build and test on win32
16353      Branch: perl
16354            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
16355            ! op.c t/pragma/warn/doio
16356 ____________________________________________________________________________
16357 [  2631] By: gsar                                  on 1999/01/17  12:28:06
16358         Log: undo change#2336, and add clarification about subversive
16359              CPAN distributions from Andreas Koenig
16360      Branch: perl
16361            ! Porting/pumpkin.pod lib/CPAN.pm
16362 ____________________________________________________________________________
16363 [  2630] By: gsar                                  on 1999/01/17  12:04:06
16364         Log: fix silent taint failures under -U
16365      Branch: perl
16366            ! doio.c
16367 ____________________________________________________________________________
16368 [  2629] By: gsar                                  on 1999/01/17  12:00:23
16369         Log: sanity check piped opens (tweaked version of patch suggested
16370              by Mark-Jason Dominus)
16371      Branch: perl
16372            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
16373            ! t/op/taint.t t/pragma/warn/doio
16374 ____________________________________________________________________________
16375 [  2628] By: gsar                                  on 1999/01/17  11:26:21
16376         Log: regen headers
16377      Branch: perl
16378            ! embed.h embedvar.h objXSUB.h
16379 ____________________________________________________________________________
16380 [  2627] By: gsar                                  on 1999/01/17  11:23:37
16381         Log: PERL_OBJECTness for change#2595
16382      Branch: perl
16383            ! embed.pl op.c pod/perlport.pod proto.h
16384 ____________________________________________________________________________
16385 [  2626] By: gsar                                  on 1999/01/17  09:47:07
16386         Log: PERL_OBJECT tweaks for change#2426
16387      Branch: perl
16388            ! embed.pl proto.h regcomp.c
16389 ____________________________________________________________________________
16390 [  2625] By: gsar                                  on 1999/01/17  09:37:58
16391         Log: documentation in change#2596 is not quite right; fix it
16392      Branch: perl
16393            ! lib/Math/BigFloat.pm pod/perlguts.pod
16394 ____________________________________________________________________________
16395 [  2624] By: gsar                                  on 1999/01/17  09:28:34
16396         Log: undo change#2571; C<use File::Spec> instead
16397      Branch: perl
16398            ! lib/FindBin.pm
16399 ____________________________________________________________________________
16400 [  2623] By: gsar                                  on 1999/01/17  09:20:42
16401         Log: change#2572 is not applicable; undo, retaining scan_bin addition
16402              to global.sym
16403      Branch: perl
16404            ! global.sym perl.c proto.h
16405 ____________________________________________________________________________
16406 [  2622] By: gsar                                  on 1999/01/17  09:17:42
16407         Log: change#2576 is based on a wrong premise; undo it
16408      Branch: perl
16409            ! pp_ctl.c
16410 ____________________________________________________________________________
16411 [  2621] By: gsar                                  on 1999/01/17  09:12:42
16412         Log: fix change#2602 to not used hard coded constants
16413      Branch: perl
16414            ! ext/B/B/C.pm ext/B/defsubs.h.PL
16415 ____________________________________________________________________________
16416 [  2620] By: gsar                                  on 1999/01/17  09:02:07
16417         Log: integrate cfgperl changes into mainline, fix conflicts
16418      Branch: perl
16419           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
16420           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
16421           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
16422           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
16423           +> pod/perlopentut.pod
16424           !> (integrate 162 files)
16425 ____________________________________________________________________________
16426 [  2619] By: gsar                                  on 1999/01/17  08:42:04
16427         Log: a few doc typos
16428      Branch: perl
16429            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
16430 ____________________________________________________________________________
16431 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
16432         Log: Win32 changes from Jan
16433              
16434              From: jan.dubois@ibm.net (Jan Dubois)
16435              Date: Fri, 15 Jan 1999 23:38:35 +0100
16436              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
16437              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
16438              
16439              From: jan.dubois@ibm.net (Jan Dubois)
16440              Date: Sat, 16 Jan 1999 13:02:45 +0100
16441              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
16442              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
16443      Branch: maint-5.005/perl
16444            ! README.win32 win32/Makefile win32/makefile.mk
16445 ____________________________________________________________________________
16446 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
16447         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
16448              
16449              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16450              Date: Thu, 07 Jan 1999 00:12:00 -0500
16451              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
16452              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16453              
16454              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16455              Date: Thu, 14 Jan 1999 19:21:46 -0500
16456              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
16457              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16458      Branch: maint-5.005/perl
16459            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
16460            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
16461            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
16462            ! win32/makedef.pl win32/runperl.c win32/win32.c
16463 ____________________________________________________________________________
16464 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
16465         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16466              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
16467              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
16468              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
16469              
16470              From: Jarkko Hietaniemi <jhi@iki.fi>
16471              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
16472              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
16473              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
16474              
16475              From: Jarkko Hietaniemi <jhi@iki.fi>
16476              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
16477              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
16478              Subject: the promised "installusrbinperl + NetBSD" fix
16479      Branch: maint-5.005/perl
16480            ! Configure Makefile.SH hints/netbsd.sh installperl
16481            ! makedepend.SH unixish.h
16482 ____________________________________________________________________________
16483 [  2611] By: jhi                                   on 1999/01/14  12:16:14
16484         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16485              To: pumpkings@jhereg.perl.com
16486              Subject: perlopentut.pod
16487              Date: Sat, 09 Jan 1999 08:13:18 -0700
16488              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
16489      Branch: cfgperl
16490            + pod/perlopentut.pod
16491            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
16492 ____________________________________________________________________________
16493 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
16494         Log: Added Carp::cluck to perldelta.pod
16495      Branch: maint-5.005/perl
16496            ! pod/perldelta.pod
16497 ____________________________________________________________________________
16498 [  2605] By: jhi                                   on 1999/01/13  18:26:19
16499         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
16500              To: "'cpan@perl.org'" <cpan@perl.org>
16501              Subject: "Bug" fix for File::Find.pm
16502              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16503              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16504      Branch: cfgperl
16505            ! lib/File/Find.pm
16506 ____________________________________________________________________________
16507 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16508         Log: From: Peter Wolfe <wolfe@teloseng.com>
16509              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16510              To: perlbug@perl.com
16511              Date: 11 Jan 1999 23:00:05 +0200
16512              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16513      Branch: cfgperl
16514            ! hints/sco.sh
16515 ____________________________________________________________________________
16516 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16517         Log: From: hans@icgroup.nl (Hans Mulder)
16518              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16519              To: perlbug@perl.com
16520              Cc: hansmu@xs4all.nl
16521              Date: 11 Jan 1999 22:22:45 +0200
16522              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16523      Branch: cfgperl
16524            ! ext/re/re.pm regcomp.c
16525 ____________________________________________________________________________
16526 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16527         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16528              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16529              Date: 11 Jan 1999 08:02:41 +0200
16530              Lines: 134
16531              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
16532      Branch: cfgperl
16533            ! ext/B/B.xs ext/B/B/C.pm
16534 ____________________________________________________________________________
16535 [  2601] By: jhi                                   on 1999/01/13  18:01:53
16536         Log: From: James FitzGibbon <james@ican.net>
16537              Subject: Trivial patch for HP-UX 11 and shared libperl
16538              To: perl5-porters@perl.org
16539              Date: 8 Jan 1999 19:13:23 +0200
16540              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
16541      Branch: cfgperl
16542            ! Makefile.SH
16543 ____________________________________________________________________________
16544 [  2600] By: jhi                                   on 1999/01/13  17:59:45
16545         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16546              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
16547              To: perl5-porters@perl.org
16548              Date: 8 Jan 1999 12:43:36 +0200
16549              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
16550      Branch: cfgperl
16551            ! ext/B/B/CC.pm
16552 ____________________________________________________________________________
16553 [  2599] By: jhi                                   on 1999/01/13  17:50:11
16554         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
16555              Subject: PATCH to installperl
16556              To: perl5-porters@perl.org
16557              Date: 4 Jan 1999 16:15:18 +0200
16558              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
16559      Branch: cfgperl
16560            ! installperl
16561 ____________________________________________________________________________
16562 [  2598] By: jhi                                   on 1999/01/13  17:34:51
16563         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16564              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
16565              Cc: perl5-porters@perl.org
16566              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
16567              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
16568              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
16569      Branch: cfgperl
16570            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16571            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
16572 ____________________________________________________________________________
16573 [  2597] By: jhi                                   on 1999/01/13  17:30:33
16574         Log: From: David Dyck <dcd@tc.fluke.com>
16575              To: Perl Porters <perl5-porters@perl.org>,
16576              Gurusamy Sarathy <gsar@engin.umich.edu>
16577              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
16578              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
16579              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
16580      Branch: cfgperl
16581            ! pod/perldsc.pod
16582 ____________________________________________________________________________
16583 [  2596] By: jhi                                   on 1999/01/13  17:26:44
16584         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16585              To: perl5-porters@perl.org
16586              Subject: [PATCH] modglobal w/ spelling fixes
16587              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
16588              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
16589      Branch: cfgperl
16590            ! pod/perlguts.pod
16591 ____________________________________________________________________________
16592 [  2595] By: jhi                                   on 1999/01/13  17:24:59
16593         Log: From: Hans Mulder <hansm@icgroup.nl>
16594              Optimize common sort routines.  Thread started by the message
16595              
16596              From: Hans Mulder <hansm@icgroup.nl>
16597              Sender: owner-perl5-porters@perl.org
16598              To: perl5-porters@perl.org
16599              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
16600              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
16601              
16602              and the patch from the message
16603              
16604              From: Hans Mulder <hans@icgroup.nl>
16605              To: jhi@iki.fi
16606              Cc: perl5-porters@perl.org
16607              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
16608              $b }
16609              Date: Wed, 13 Jan 1999 17:39:35 +0100
16610              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
16611      Branch: cfgperl
16612            ! Todo op.c op.h pp_ctl.c t/op/sort.t
16613 ____________________________________________________________________________
16614 [  2594] By: jhi                                   on 1999/01/13  16:50:17
16615         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
16616              (the diffs were based on 5.004_02).  Tested by Guido
16617              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
16618      Branch: cfgperl
16619            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
16620            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
16621            + mint/sys/time.h mint/time.h
16622            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
16623            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
16624 ____________________________________________________________________________
16625 [  2593] By: jhi                                   on 1999/01/09  16:54:26
16626         Log: Detypo.
16627      Branch: cfgperl
16628            ! hints/dec_osf.sh
16629 ____________________________________________________________________________
16630 [  2592] By: jhi                                   on 1999/01/09  16:17:13
16631         Log: Move usethreads and use64bits logic from hints to Configure.
16632      Branch: cfgperl
16633            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
16634            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16635            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16636            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16637 ____________________________________________________________________________
16638 [  2591] By: jhi                                   on 1999/01/09  14:45:24
16639         Log: Missing dTHRs added.
16640      Branch: cfgperl
16641            ! regcomp.c toke.c
16642 ____________________________________________________________________________
16643 [  2590] By: jhi                                   on 1999/01/08  15:27:17
16644         Log: Finalize change #2589 and add better AIX nm scanning from:
16645              
16646              Message-Id: <m0zyNW0-00017VC@gentoo.com>
16647              From: bll@gentoo.com (Brad Lanam)
16648              Subject: Re: mailhelp returned a non-zero status
16649              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
16650              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
16651      Branch: cfgperl
16652            ! Configure hints/freebsd.sh hints/linux.sh
16653 ____________________________________________________________________________
16654 [  2589] By: jhi                                   on 1999/01/08  15:14:54
16655         Log: Undo change #2581.
16656      Branch: cfgperl
16657            ! Configure hints/freebsd.sh hints/linux.sh
16658 ____________________________________________________________________________
16659 [  2588] By: jhi                                   on 1999/01/08  11:51:52
16660         Log: FAQ jumbo patch from tchrist.
16661              
16662              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
16663              From: Tom Christiansen <tchrist@jhereg.perl.com>
16664              To: pumpkings@jhereg.perl.com
16665              Subject: newest version of perlfaq.pod
16666              Date: Thu, 7 Jan 1999 23:05:02 -0700
16667              
16668              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
16669              From: Tom Christiansen <tchrist@jhereg.perl.com>
16670              To: pumpkings@jhereg.perl.com
16671              Subject: newest version of perlfaq1.pod
16672              Date: Thu, 7 Jan 1999 23:05:02 -0700
16673              
16674              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
16675              From: Tom Christiansen <tchrist@jhereg.perl.com>
16676              To: pumpkings@jhereg.perl.com
16677              Subject: newest version of perlfaq2.pod
16678              Date: Thu, 7 Jan 1999 23:05:02 -0700
16679              
16680              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
16681              From: Tom Christiansen <tchrist@jhereg.perl.com>
16682              To: pumpkings@jhereg.perl.com
16683              Subject: newest version of perlfaq3.pod
16684              Date: Thu, 7 Jan 1999 23:05:02 -0700
16685              
16686              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
16687              From: Tom Christiansen <tchrist@jhereg.perl.com>
16688              To: pumpkings@jhereg.perl.com
16689              Subject: newest version of perlfaq4.pod
16690              Date: Thu, 7 Jan 1999 23:05:02 -0700
16691              
16692              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
16693              From: Tom Christiansen <tchrist@jhereg.perl.com>
16694              To: pumpkings@jhereg.perl.com
16695              Subject: newest version of perlfaq5.pod
16696              Date: Thu, 7 Jan 1999 23:05:02 -0700
16697              
16698              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
16699              From: Tom Christiansen <tchrist@jhereg.perl.com>
16700              To: pumpkings@jhereg.perl.com
16701              Subject: newest version of perlfaq6.pod
16702              Date: Thu, 7 Jan 1999 23:05:02 -0700
16703              
16704              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
16705              From: Tom Christiansen <tchrist@jhereg.perl.com>
16706              To: pumpkings@jhereg.perl.com
16707              Subject: newest version of perlfaq7.pod
16708              Date: Thu, 7 Jan 1999 23:05:03 -0700
16709              
16710              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
16711              From: Tom Christiansen <tchrist@jhereg.perl.com>
16712              To: pumpkings@jhereg.perl.com
16713              Subject: newest version of perlfaq8.pod
16714              Date: Thu, 7 Jan 1999 23:05:03 -0700
16715              
16716              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
16717              From: Tom Christiansen <tchrist@jhereg.perl.com>
16718              To: pumpkings@jhereg.perl.com
16719              Subject: newest version of perlfaq9.pod
16720              Date: Thu, 7 Jan 1999 23:05:03 -0700
16721      Branch: cfgperl
16722            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16723            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16724            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16725            ! pod/perlfaq9.pod
16726 ____________________________________________________________________________
16727 [  2587] By: jhi                                   on 1999/01/08  11:17:43
16728         Log: More doc fixes from Abigail.
16729      Branch: cfgperl
16730            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
16731            ! lib/User/pwent.pm
16732 ____________________________________________________________________________
16733 [  2585] By: jhi                                   on 1999/01/08  08:31:02
16734         Log: Change #2584 from maint-5.005:
16735              
16736              implemented Ilya's suggested fix, and added a testcase
16737              
16738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16739              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
16740              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
16741              Subject: Re: Text::ParseWords: regex fix
16742      Branch: cfgperl
16743            ! lib/Text/ParseWords.pm t/lib/parsewords.t
16744 ____________________________________________________________________________
16745 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
16746         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16747              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
16748              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
16749              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
16750      Branch: maint-5.005/perl
16751            ! ext/Errno/Errno_pm.PL
16752 ____________________________________________________________________________
16753 [  2581] By: jhi                                   on 1999/01/07  16:38:03
16754         Log: Configure update:
16755              - usethreads, use64bits, and usemultiplicity
16756              are no more interactively asked by Configure
16757              - "int main()" (vs bare "main()") enforced in test programs
16758      Branch: cfgperl
16759            ! Configure hints/freebsd.sh hints/linux.sh
16760 ____________________________________________________________________________
16761 [  2580] By: jhi                                   on 1999/01/07  11:19:12
16762         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16763              Date: Wed, 06 Jan 1999 13:47:34 -0800
16764              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
16765              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
16766      Branch: cfgperl
16767            ! vms/vms.c
16768 ____________________________________________________________________________
16769 [  2579] By: jhi                                   on 1999/01/07  09:08:36
16770         Log: Another set of doc patches from Abigail
16771              
16772              From: abigail@fnx.com
16773              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
16774              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
16775              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
16776              
16777              From: abigail@fnx.com
16778              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
16779              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
16780              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
16781              
16782              From: abigail@fnx.com
16783              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
16784              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
16785              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
16786              
16787              From: abigail@fnx.com
16788              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
16789              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
16790              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
16791              
16792              From: abigail@fnx.com
16793              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
16794              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
16795              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
16796              
16797              From: abigail@fnx.com
16798              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
16799              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
16800              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
16801              
16802              From: abigail@fnx.com
16803              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
16804              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
16805              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
16806              
16807              From: abigail@fnx.com
16808              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
16809              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
16810              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
16811              
16812              From: abigail@fnx.com
16813              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
16814              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
16815              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
16816              
16817              From: abigail@fnx.com
16818              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
16819              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
16820              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
16821              
16822              From: abigail@fnx.com
16823              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
16824              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
16825              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
16826              
16827              From: abigail@fnx.com
16828              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
16829              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
16830              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
16831              
16832              From: abigail@fnx.com
16833              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
16834              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
16835              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
16836              
16837              From: abigail@fnx.com
16838              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
16839              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
16840              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
16841      Branch: cfgperl
16842            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
16843            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
16844            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
16845            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
16846            ! lib/Tie/Array.pm lib/Tie/Hash.pm
16847 ____________________________________________________________________________
16848 [  2576] By: jhi                                   on 1999/01/06  17:05:20
16849         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
16850      Branch: cfgperl
16851            ! pp_ctl.c
16852 ____________________________________________________________________________
16853 [  2575] By: jhi                                   on 1999/01/06  13:18:56
16854         Log: Enhance the great_circle_distance() documentation.
16855      Branch: cfgperl
16856            ! lib/Math/Trig.pm
16857 ____________________________________________________________________________
16858 [  2574] By: jhi                                   on 1999/01/06  12:58:03
16859         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16860              To: perlbug@perl.com
16861              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
16862              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
16863              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
16864      Branch: cfgperl
16865            ! t/op/sysio.t
16866 ____________________________________________________________________________
16867 [  2573] By: jhi                                   on 1999/01/06  12:40:19
16868         Log: From: "W. Phillip Moore" <wpm@ms.com>
16869              To: perlbug@perl.org
16870              Subject: [PATCH] POSIX getpgrp is not -w clean
16871              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16872              Message-ID: <13970.20107.190314.549471@zappa>
16873      Branch: cfgperl
16874            ! ext/POSIX/POSIX.pm
16875 ____________________________________________________________________________
16876 [  2572] By: jhi                                   on 1999/01/06  12:25:24
16877         Log: Based on
16878              From: jan.dubois@ibm.net (Jan Dubois)
16879              To: perl5-porters@perl.org
16880              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16881              Date: Wed, 06 Jan 1999 01:24:09 +0100
16882              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16883              except that
16884              - objXSUB.h was already okay
16885              - embed.h patching is futile, global.sym patched instead
16886              - objpp.h does not exist
16887              - proto.h addition applied manually
16888              - win32/GenCAPI.pl was already okay
16889              - win32/makedef.pl was already okay
16890      Branch: cfgperl
16891            ! global.sym perl.c proto.h
16892 ____________________________________________________________________________
16893 [  2571] By: jhi                                   on 1999/01/06  11:25:48
16894         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16895              To: perlbug@perl.com
16896              Subject: FindBin.pm on Win32 systems
16897              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16898              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16899      Branch: cfgperl
16900            ! lib/FindBin.pm
16901 ____________________________________________________________________________
16902 [  2570] By: jhi                                   on 1999/01/06  11:21:48
16903         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16904              To: perl5-porters@perl.org, vmsperl@perl.org
16905              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
16906              Date: Tue, 05 Jan 1999 16:47:31 -0800
16907              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
16908              
16909              (the ext/IO/lib/IO/Socket.pm was not really changed here;
16910              it was a leftover from #2569)
16911      Branch: cfgperl
16912            ! ext/IO/lib/IO/Socket.pm taint.c
16913 ____________________________________________________________________________
16914 [  2569] By: jhi                                   on 1999/01/06  11:18:22
16915         Log: Jumbo doc patch from Abigail (almost identical to
16916              the 5.005-maint change #2562 except for the
16917              ext/IO/lib/IO/Socket.pm patch which was not
16918              applicable because the IO version of 5.005-devel
16919              is somewhat different (why?))
16920              
16921              From: abigail@fnx.com
16922              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
16923              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
16924              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
16925              
16926              From: abigail@fnx.com
16927              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
16928              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
16929              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
16930              
16931              From: abigail@fnx.com
16932              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
16933              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
16934              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
16935              
16936              From: abigail@fnx.com
16937              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
16938              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
16939              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
16940              
16941              From: abigail@fnx.com
16942              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
16943              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
16944              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
16945              
16946              From: abigail@fnx.com
16947              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
16948              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
16949              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
16950              
16951              From: abigail@fnx.com
16952              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
16953              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
16954              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
16955              
16956              From: abigail@fnx.com
16957              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
16958              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
16959              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
16960              
16961              From: abigail@fnx.com
16962              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
16963              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
16964              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
16965              
16966              From: abigail@fnx.com
16967              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
16968              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
16969              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
16970      Branch: cfgperl
16971            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
16972            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
16973            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
16974            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16975            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
16976 ____________________________________________________________________________
16977 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
16978         Log: From: jan.dubois@ibm.net (Jan Dubois)
16979              Date: Wed, 06 Jan 1999 01:24:09 +0100
16980              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
16981              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16982      Branch: maint-5.005/perl
16983            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
16984            ! win32/GenCAPI.pl win32/makedef.pl
16985 ____________________________________________________________________________
16986 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
16987         Log: From: "W. Phillip Moore" <wpm@ms.com>
16988              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
16989              Message-ID: <13970.20107.190314.549471@zappa>
16990              Subject: [PATCH] POSIX getpgrp is not -w clean
16991      Branch: maint-5.005/perl
16992            ! ext/POSIX/POSIX.pm
16993 ____________________________________________________________________________
16994 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
16995         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
16996              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
16997              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
16998              Subject: FindBin.pm on Win32 systems
16999      Branch: maint-5.005/perl
17000            ! lib/FindBin.pm
17001 ____________________________________________________________________________
17002 [  2561] By: jhi                                   on 1999/01/05  10:49:10
17003         Log: Reword the setlocale() 1-arg case better.
17004      Branch: cfgperl
17005            ! ext/POSIX/POSIX.pod
17006 ____________________________________________________________________________
17007 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
17008         Log: From: Blair Zajac <bzajac@geostaff.com>
17009              Date: Wed, 23 Dec 1998 17:13:32 -0800
17010              Message-ID: <3681953C.8B6A90AA@geostaff.com>
17011              Subject: Tie::SubstrHash patch
17012      Branch: maint-5.005/perl
17013            ! lib/Tie/SubstrHash.pm
17014 ____________________________________________________________________________
17015 [  2554] By: jhi                                   on 1999/01/02  14:55:06
17016         Log: Object destruction order testing.
17017      Branch: cfgperl
17018            ! t/op/misc.t
17019 ____________________________________________________________________________
17020 [  2553] By: jhi                                   on 1999/01/02  14:49:40
17021         Log: perldelta the Dumpvalue.pm of change #2513.
17022      Branch: cfgperl
17023            ! lib/Dumpvalue.pm pod/perldelta.pod
17024 ____________________________________________________________________________
17025 [  2552] By: nick                                  on 1999/01/02  14:45:38
17026         Log: Tone down Makefile.PL so it works on Win32
17027      Branch: perl
17028            ! ext/B/Makefile.PL
17029 ____________________________________________________________________________
17030 [  2551] By: nick                                  on 1999/01/02  14:06:30
17031         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
17032              Use them in various B::* rather than have local defs.
17033      Branch: perl
17034            + ext/B/defsubs.h.PL
17035            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
17036            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
17037            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
17038 ____________________________________________________________________________
17039 [  2550] By: nick                                  on 1999/01/02  10:04:02
17040         Log: Integrate ext/B changes from //depot/cfgperl
17041      Branch: perl
17042           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17043 ____________________________________________________________________________
17044 [  2549] By: jhi                                   on 1999/01/01  13:54:16
17045         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
17046              To: perlbug@perl.com
17047              Subject: op/groups.t fails test 1 on HP-UX 10.20
17048              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
17049              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
17050      Branch: cfgperl
17051            ! t/op/groups.t
17052 ____________________________________________________________________________
17053 [  2548] By: jhi                                   on 1999/01/01  13:53:31
17054         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17055              To: perl5-porters@perl.org
17056              cc: hv@crypt0.demon.co.uk
17057              Subject: [bug 5.004_54] duplicate error message
17058              Date: Thu, 31 Dec 1998 04:05:25 +0000
17059              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
17060              
17061              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
17062              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17063              To: hv@crypt0.demon.co.uk
17064              Cc: perl5-porters@perl.org
17065              Subject: [PATCH _54] Re: duplicate error message
17066              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
17067              
17068              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
17069              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17070              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
17071              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
17072              Subject: [TEST PATCH _54] Re: duplicate error message 
17073              Date: Fri, 01 Jan 1999 07:32:14 +0000
17074      Branch: cfgperl
17075            ! op.c t/pragma/warn/op
17076 ____________________________________________________________________________
17077 [  2547] By: jhi                                   on 1998/12/31  14:15:04
17078         Log: From: Chris Nandor <pudge@pobox.com>
17079              To: jhi@iki.fi
17080              Cc: perl5-porters@perl.org
17081              Subject: Re: [PATCH] perlport.pod 1.38
17082              Date: Thu, 31 Dec 1998 09:06:48 -0500
17083              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
17084      Branch: cfgperl
17085            ! pod/perlport.pod
17086 ____________________________________________________________________________
17087 [  2546] By: jhi                                   on 1998/12/31  11:18:17
17088         Log: From: Wilson P. Snyder II
17089              To: perl5-porters@perl.org
17090              Subject: [PATCH v5.5.53] REV2: Binary number support
17091              Date: 1998/11/30
17092              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
17093      Branch: cfgperl
17094            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
17095            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
17096            ! toke.c util.c
17097 ____________________________________________________________________________
17098 [  2545] By: jhi                                   on 1998/12/31  09:27:40
17099         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17100              To: perlbug@perl.com
17101              Subject: "perl -T -P" dumps core on OpenBSD and Linux
17102              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
17103              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
17104      Branch: cfgperl
17105            ! taint.c
17106 ____________________________________________________________________________
17107 [  2544] By: jhi                                   on 1998/12/31  09:21:45
17108         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
17109              To: perlbug@perl.com 
17110              Subject: bug in pod2man search for perl binary [5.005_5x]
17111              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17112              Message-ID: <19981212230851.A20578@ig.co.uk> 
17113      Branch: cfgperl
17114            ! pod/pod2man.PL
17115 ____________________________________________________________________________
17116 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17117         Log: From: jan.dubois@ibm.net (Jan Dubois)
17118              Date: Wed, 23 Dec 1998 21:26:38 +0100
17119              Message-ID: <36895086.8849224@smtp1.ibm.net>
17120              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17121      Branch: maint-5.005/perl
17122            ! lib/ExtUtils/MakeMaker.pm
17123 ____________________________________________________________________________
17124 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17125         Log: Evermore AUTHORS and MAINTAIN.
17126      Branch: cfgperl
17127            ! AUTHORS MAINTAIN
17128 ____________________________________________________________________________
17129 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17130         Log: More AUTHORS and MAINTAIN.
17131      Branch: cfgperl
17132            ! AUTHORS MAINTAIN
17133 ____________________________________________________________________________
17134 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17135         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17136              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17137              Message-ID: <13942.32480.700000.640927@utensil>
17138              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17139              (mirror change#2531 in the 5.005-maint)
17140      Branch: cfgperl
17141            ! lib/AutoSplit.pm
17142 ____________________________________________________________________________
17143 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17144         Log: change in_pod pattern to /^=\w/ from /^=/
17145              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17146              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17147              Message-ID: <13942.32480.700000.640927@utensil>
17148              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17149      Branch: maint-5.005/perl
17150            ! lib/AutoSplit.pm
17151 ____________________________________________________________________________
17152 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17153         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17154              To: perl5-porters@perl.org
17155              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17156              Date: 16 Dec 1998 03:17:03 +0200
17157              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17158      Branch: cfgperl
17159            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17160 ____________________________________________________________________________
17161 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17162         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17163              To: perl5-porters@perl.org
17164              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17165              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17166              Date: 10 Dec 1998 08:30:02 +0200
17167              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17168              
17169              (Nick's part was applied earlier, in change #2460)
17170      Branch: cfgperl
17171            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17172 ____________________________________________________________________________
17173 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17174         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17175              To: nick@ni-s.u-net.com
17176              Cc: perl5-porters@perl.org
17177              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
17178              Date: 9 Dec 1998 06:50:30 +0200
17179              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
17180      Branch: cfgperl
17181            ! ext/B/B/CC.pm
17182 ____________________________________________________________________________
17183 [  2522] By: jhi                                   on 1998/12/29  12:15:18
17184         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
17185              To: perl5-porters@perl.org (Perl 5 Porters)
17186              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
17187              Date: 25 Dec 1998 23:02:28 +0200
17188              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
17189      Branch: cfgperl
17190            ! lib/Pod/Text.pm
17191 ____________________________________________________________________________
17192 [  2521] By: jhi                                   on 1998/12/29  12:07:54
17193         Log: Undo #2519 (breaks universal.c).
17194      Branch: cfgperl
17195            ! XSUB.h
17196 ____________________________________________________________________________
17197 [  2519] By: jhi                                   on 1998/12/29  11:41:10
17198         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17199              To: perl5-porters@perl.org
17200              Cc: perl-xs@perl.org
17201              Subject: XSUB.h refinement [PATCH]
17202              Date: 18 Dec 1998 03:58:44 +0200
17203              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
17204      Branch: cfgperl
17205            ! XSUB.h
17206 ____________________________________________________________________________
17207 [  2518] By: jhi                                   on 1998/12/29  11:36:19
17208         Log: From: abigail@fnx.com
17209              To: perl5-porters@perl.org (Perl Porters)
17210              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
17211              Date: 28 Dec 1998 21:39:15 +0200
17212              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
17213      Branch: cfgperl
17214            ! lib/fields.pm
17215 ____________________________________________________________________________
17216 [  2517] By: jhi                                   on 1998/12/29  11:35:03
17217         Log: Document change #2516.
17218      Branch: cfgperl
17219            ! pod/perldelta.pod
17220 ____________________________________________________________________________
17221 [  2516] By: jhi                                   on 1998/12/29  11:32:26
17222         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17223              To: perl5-porters@perl.org (Mailing list Perl5)
17224              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
17225              Date: 9 Dec 1998 10:39:31 +0200
17226              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
17227      Branch: cfgperl
17228            ! pod/perldiag.pod regcomp.c toke.c
17229 ____________________________________________________________________________
17230 [  2515] By: jhi                                   on 1998/12/29  11:27:11
17231         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17232              To: perl5-porters@perl.org (Mailing list Perl5)
17233              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
17234              Date: 8 Dec 1998 09:02:04 +0200
17235              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
17236              
17237              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
17238      Branch: cfgperl
17239            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
17240 ____________________________________________________________________________
17241 [  2514] By: jhi                                   on 1998/12/29  11:21:31
17242         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17243              To: perl5-porters@perl.org (Mailing list Perl5)
17244              Subject: [PATCH 5.005_53] Regexp tests and UTF8
17245              Date: 8 Dec 1998 07:02:01 +0200
17246              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
17247      Branch: cfgperl
17248            ! regcomp.c
17249 ____________________________________________________________________________
17250 [  2513] By: jhi                                   on 1998/12/29  11:18:34
17251         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17252              Subject: [PATCH 5.005_*] Dumpvar.pm
17253              To: perl5-porters@perl.org (Mailing list Perl5)
17254              Date: 7 Dec 1998 10:17:35 +0200
17255              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
17256      Branch: cfgperl
17257            + lib/Dumpvalue.pm
17258            ! MANIFEST
17259 ____________________________________________________________________________
17260 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
17261         Log: From: jan.dubois@ibm.net (Jan Dubois)
17262              Date: Tue, 01 Dec 1998 00:07:33 +0100
17263              Message-ID: <366921b5.14512598@smtp1.ibm.net>
17264              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
17265              
17266              From: jan.dubois@ibm.net (Jan Dubois)
17267              Date: Wed, 02 Dec 1998 00:24:54 +0100
17268              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
17269              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
17270      Branch: maint-5.005/perl
17271            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
17272            ! win32/config.bc win32/config.gc win32/config.vc
17273            ! win32/config_sh.PL win32/makedef.pl
17274 ____________________________________________________________________________
17275 [  2509] By: jhi                                   on 1998/12/28  13:00:31
17276     Log: Kickstart AUTHORS and MAINTAIN.
17277  Branch: cfgperl
17278        + AUTHORS MAINTAIN
17279        ! MANIFEST
17280 ____________________________________________________________________________
17281 [  2508] By: jhi                                   on 1998/12/28  08:04:00
17282     Log: From: Nathan Torkington <gnat@frii.com>
17283          To: perlbug@perl.com
17284          Subject: [PATCH] perlxstut.pod fix
17285          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
17286          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
17287  Branch: cfgperl
17288        ! pod/perlxstut.pod
17289 ____________________________________________________________________________
17290 [  2507] By: jhi                                   on 1998/12/28  07:59:00
17291     Log: From: abigail@fnx.com
17292          To: perlbug@perl.com
17293          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
17294          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
17295          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
17296          (slightly modified, a part of the patch was rejected)
17297          (strange, I thought I had already submitted this one
17298          but Perforce disagrees with me...)
17299  Branch: cfgperl
17300        ! pod/perlop.pod
17301 ____________________________________________________________________________
17302 [  2506] By: jhi                                   on 1998/12/28  07:56:59
17303     Log: From: Artur <artur@vogon-solutions.com>
17304          To: perlbug@perl.com
17305          Subject: PATCH: perlmodlib.pod
17306          Date: Fri, 25 Dec 1998 00:48:39 +0000
17307          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
17308  Branch: cfgperl
17309        ! pod/perlmodlib.pod pod/perlop.pod
17310 ____________________________________________________________________________
17311 [  2505] By: jhi                                   on 1998/12/28  07:46:06
17312     Log: From: abigail@fnx.com
17313          To: perl5-porters@perl.org (Perl Porters)
17314          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
17315          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
17316          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
17317  Branch: cfgperl
17318        ! pod/pod2html.PL
17319 ____________________________________________________________________________
17320 [  2504] By: jhi                                   on 1998/12/28  07:44:35
17321     Log: From: Jim Avera <avera@fjst.com>
17322          To: perlbug@perl.com
17323          Subject: perlbug bug - shows dates reversed
17324          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
17325          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
17326  Branch: cfgperl
17327        ! utils/perlbug.PL
17328 ____________________________________________________________________________
17329 [  2503] By: jhi                                   on 1998/12/28  07:41:39
17330     Log: From: jan.dubois@ibm.net (Jan Dubois)
17331          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
17332          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17333          Date: Wed, 23 Dec 1998 21:26:38 +0100
17334          Message-ID: <36895086.8849224@smtp1.ibm.net>
17335  Branch: cfgperl
17336        ! lib/ExtUtils/MakeMaker.pm
17337 ____________________________________________________________________________
17338 [  2502] By: jhi                                   on 1998/12/28  07:39:20
17339     Log: From: Blair Zajac <bzajac@geostaff.com>
17340          To: perl5-porters@perl.org
17341          Subject: Tie::SubstrHash patch
17342          Date: Wed, 23 Dec 1998 17:13:32 -0800
17343          Message-ID: <3681953C.8B6A90AA@geostaff.com>
17344  Branch: cfgperl
17345        ! lib/Tie/SubstrHash.pm
17346 ____________________________________________________________________________
17347 [  2501] By: jhi                                   on 1998/12/28  07:37:16
17348     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
17349          To: perlbug@perl.com
17350          Subject: perlfaq9 minor error
17351          Date: Wed, 23 Dec 1998 14:54:19 -0800
17352          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
17353  Branch: cfgperl
17354        ! pod/perlfaq9.pod
17355 ____________________________________________________________________________
17356 [  2500] By: jhi                                   on 1998/12/23  10:38:18
17357     Log: More porting notes about filesystems, AmigaOS, and MiNT.
17358  Branch: cfgperl
17359        ! pod/perlport.pod
17360 ____________________________________________________________________________
17361 [  2499] By: jhi                                   on 1998/12/22  09:26:49
17362     Log: Add few MSG_ and uio constants.
17363  Branch: cfgperl
17364        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
17365 ____________________________________________________________________________
17366 [  2498] By: jhi                                   on 1998/12/22  08:39:30
17367     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
17368          a Digital C compiler optimizer bug that broke the 'x'
17369          operator under certain circumstances.  See t/op/repeat.t
17370          test #20 for graphic details.  Reported in
17371          
17372          From: Gisle Aas <gisle@aas.no>
17373          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
17374          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
17375          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
17376          Date: 18 Dec 1998 14:27:40 +0100
17377          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
17378          
17379          and discussed further in the thread
17380          
17381          From: Jarkko Hietaniemi <jhi@iki.fi>
17382          To: Gisle Aas <gisle@aas.no>
17383          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
17384          cpan-testers@perl.org, perl5-porters@perl.org
17385          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
17386          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
17387          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
17388  Branch: cfgperl
17389        ! t/op/repeat.t util.c
17390 ____________________________________________________________________________
17391 [  2497] By: jhi                                   on 1998/12/21  14:18:57
17392     Log: Change #2483 update.
17393  Branch: cfgperl
17394        ! t/op/tr.t
17395 ____________________________________________________________________________
17396 [  2496] By: jhi                                   on 1998/12/21  14:07:41
17397     Log: Update on change #2493.
17398  Branch: cfgperl
17399        ! t/pragma/warn/op
17400 ____________________________________________________________________________
17401 [  2495] By: jhi                                   on 1998/12/21  13:52:00
17402     Log: Change #2487 aftershock.
17403  Branch: cfgperl
17404        ! warning.pl
17405 ____________________________________________________________________________
17406 [  2494] By: jhi                                   on 1998/12/21  12:35:00
17407     Log: From: Chris Nandor <pudge@pobox.com>
17408          To: perl5-porters@perl.org
17409          Subject: [PATCH] perlport.pod v1.37
17410          Date: Sat, 19 Dec 1998 12:54:34 -0500
17411          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
17412  Branch: cfgperl
17413        ! pod/perlport.pod
17414 ____________________________________________________________________________
17415 [  2493] By: jhi                                   on 1998/12/21  12:22:44
17416     Log: From: Mark-Jason Dominus <mjd@plover.com>
17417          To: perl5-porters@perl.com
17418          Subject: PATCH (5.005_02): Dejargonizing
17419          Date: Sun, 20 Dec 1998 14:35:20 -0500
17420          Message-ID: <19981220193520.11230.qmail@plover.com>
17421          
17422          From: Mark-Jason Dominus <mjd@plover.com>
17423          To: perl5-porters@perl.com
17424          Subject: PATCH (5.005_02): Spelling correction in warning message
17425          Date: Sun, 20 Dec 1998 13:51:30 -0500
17426          Message-ID: <19981220185130.11067.qmail@plover.com>
17427  Branch: cfgperl
17428        ! doio.c op.c
17429 ____________________________________________________________________________
17430 [  2492] By: jhi                                   on 1998/12/21  09:00:05
17431     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17432          To: perl5-porters@perl.org
17433          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
17434          Date: Sun, 20 Dec 1998 19:03:25 PST
17435          Message-ID: <19981221030326.27660.qmail@hotmail.com>
17436          
17437          (slightly reformatted)
17438  Branch: cfgperl
17439        ! ext/B/B/CC.pm
17440 ____________________________________________________________________________
17441 [  2491] By: nick                                  on 1998/12/20  14:21:29
17442     Log: Save _all_ GV's which have SV, AV or HV set.
17443  Branch: perl
17444        ! ext/B/B/C.pm
17445 ____________________________________________________________________________
17446 [  2490] By: jhi                                   on 1998/12/18  15:13:19
17447     Log: Add idea about generalising cpp symbol probing of Errno.
17448  Branch: cfgperl
17449        ! Todo
17450 ____________________________________________________________________________
17451 [  2489] By: jhi                                   on 1998/12/18  14:47:57
17452     Log: Address some of the issues of:
17453          
17454          From: Tom Christiansen <tchrist@jhereg.perl.com>
17455          To: perl-porters-active@jhereg.perl.com
17456          Subject: Undocumentation Issues for 5.005
17457          Date: Thu, 17 Dec 1998 14:46:24 -0700
17458          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
17459  Branch: cfgperl
17460        ! pod/perl5005delta.pod
17461 ____________________________________________________________________________
17462 [  2488] By: jhi                                   on 1998/12/18  11:26:32
17463     Log: From: root <root@dubravka.in-berlin.de>
17464          To: perlbug@perl.com
17465          Cc: k@dubravka.in-berlin.de
17466          Subject: Please add no_modify to PERL_POLLUTE
17467          Date: Fri, 18 Dec 1998 10:45:52 +0100
17468          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
17469          
17470          (Really from Andreas König)
17471  Branch: cfgperl
17472        ! embed.pl
17473 ____________________________________________________________________________
17474 [  2487] By: jhi                                   on 1998/12/17  14:05:52
17475     Log: Some (by far not all) issues of the below message addressed.
17476          
17477          From: Tom Christiansen <tchrist@jhereg.perl.com>
17478          To: The Perl Porters Mailing List <perl5-porters@perl.org>
17479          Subject: important UNDOC issues for 5.005_54
17480          Date: Wed, 16 Dec 1998 21:14:53 -0700
17481          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
17482  Branch: cfgperl
17483        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
17484 ____________________________________________________________________________
17485 [  2486] By: jhi                                   on 1998/12/17  12:47:15
17486     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17487          To: domo@computer.org
17488          Cc: jhi@iki.fi, perl5-porters@perl.org
17489          Subject: Re: stuff related to malloc.c
17490          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
17491          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
17492  Branch: cfgperl
17493        ! malloc.c
17494 ____________________________________________________________________________
17495 [  2485] By: jhi                                   on 1998/12/17  12:17:19
17496     Log: More porting notes.
17497  Branch: cfgperl
17498        ! Porting/pumpkin.pod
17499 ____________________________________________________________________________
17500 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17501     Log: Undo #2386 and #2205.
17502  Branch: cfgperl
17503        ! pod/perlfunc.pod
17504 ____________________________________________________________________________
17505 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17506     Log: lib was missing from @INC.
17507  Branch: cfgperl
17508        ! t/op/tr.t
17509 ____________________________________________________________________________
17510 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17511     Log: Was missing use Text::Wrap.
17512  Branch: cfgperl
17513        ! t/lib/textfill.t
17514 ____________________________________________________________________________
17515 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17516     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17517          
17518          From: Jonathan Roy <roy@idle.com>
17519          To: perl5-porters@perl.org
17520          Subject: nlist.h add to Configure checks?
17521          Date: Sun, 13 Dec 1998 22:22:49 -0500
17522          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17523  Branch: cfgperl
17524        + ext/DynaLoader/hints/linux.pl
17525        ! MANIFEST
17526 ____________________________________________________________________________
17527 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17528     Log: Give up completely using nm in AIX.
17529          
17530          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17531          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
17532          Cc: perl5-porters@perl.org
17533          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
17534          Date: Thu, 10 Dec 1998 00:51:46 -0500
17535          Message-ID: <19981210005146.B29986@O2.chapin.edu>
17536  Branch: cfgperl
17537        ! hints/aix.sh
17538 ____________________________________________________________________________
17539 [  2479] By: jhi                                   on 1998/12/14  14:39:52
17540     Log: AIX' error messages are different.
17541          
17542          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17543          To: Gurusamy Sarathy <gsar@engin.umich.edu>
17544          Cc: perl5-porters@perl.org
17545          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
17546          Date: Thu, 10 Dec 1998 00:42:36 -0500
17547          Message-ID: <19981210004236.A29986@O2.chapin.edu>
17548          
17549          From: Michael Engel <engel@nms1.cc.huji.ac.il>
17550          To: perlbug@perl.com
17551          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
17552          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
17553          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
17554  Branch: cfgperl
17555        ! t/pragma/warn/doio
17556 ____________________________________________________________________________
17557 [  2475] By: jhi                                   on 1998/12/13  12:35:55
17558     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17559          To: jhi@iki.fi
17560          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
17561          Subject: Re: stuff related to malloc.c
17562          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
17563          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
17564  Branch: cfgperl
17565        ! malloc.c
17566 ____________________________________________________________________________
17567 [  2474] By: jhi                                   on 1998/12/13  12:32:42
17568     Log: Some notes about porting issues.
17569  Branch: cfgperl
17570        ! Porting/pumpkin.pod
17571 ____________________________________________________________________________
17572 [  2473] By: jhi                                   on 1998/12/13  12:03:58
17573     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
17574          To: Perl 5 Porters <perl5-porters@perl.org>
17575          Subject: [patch 5.005_02] dos-djgpp update
17576          Date: Sun, 13 Dec 1998 00:08:44 +0100
17577          Message-ID: <19981213000844.C264@beeblebrox>
17578  Branch: cfgperl
17579        ! djgpp/config.over
17580 ____________________________________________________________________________
17581 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
17582     Log: undo changes to Exporter.pm from #2312
17583  Branch: maint-5.005/perl
17584        ! lib/Exporter.pm
17585 ____________________________________________________________________________
17586 [  2465] By: jhi                                   on 1998/12/12  12:31:21
17587     Log: Document that qw() taints.
17588          
17589          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
17590          To: perlbug@perl.com 
17591          Subject: taint problems
17592          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
17593          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
17594  Branch: cfgperl
17595        ! pod/perlop.pod
17596 ____________________________________________________________________________
17597 [  2464] By: jhi                                   on 1998/12/11  14:09:51
17598     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
17599          To: dist-users@foretune.co.jp
17600          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
17601          Date: Mon, 07 Dec 1998 20:13:04 -0400
17602          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
17603  Branch: cfgperl
17604        ! Configure
17605 ____________________________________________________________________________
17606 [  2463] By: jhi                                   on 1998/12/11  13:29:54
17607     Log: MAXPATHLEN.
17608  Branch: cfgperl
17609        ! perl.h
17610 ____________________________________________________________________________
17611 [  2462] By: jhi                                   on 1998/12/11  08:37:58
17612     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
17613          To: perl5-porters@perl.org
17614          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
17615          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
17616          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
17617  Branch: cfgperl
17618        + hints/gnu.sh
17619 ____________________________________________________________________________
17620 [  2461] By: nick                                  on 1998/12/10  21:00:50
17621     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
17622          From: Vishal Bhatia <vishalb@hotmail.com>
17623          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
17624          2. Fixes the bug  regarding return value of c-functions generated out 
17625          of perl subs. ( Just includes the patch I sent earlier)
17626          3. Incorporates the other changes that need to be done to get CC.pm
17627          use ISA search for packages and methods on the same lines as C.pm
17628          
17629          Vishal would appreciate comments about B::Stackobj changes from 
17630          someone knowing that module well.
17631  Branch: perl
17632        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17633 ____________________________________________________________________________
17634 [  2460] By: jhi                                   on 1998/12/08  08:11:27
17635     Log: Integrate from mainperl.
17636  Branch: cfgperl
17637       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17638       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
17639       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
17640       !> toke.c util.c
17641 ____________________________________________________________________________
17642 [  2459] By: jhi                                   on 1998/12/07  07:50:11
17643     Log: From: hansm@icgroup.nl 
17644          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
17645          Reply-To: hansmu@xs4all.nl 
17646          To: perlbug@perl.com 
17647          Date: Sun, 6 Dec 98 22:19:54 +0100 
17648          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
17649  Branch: cfgperl
17650        ! util.c
17651 ____________________________________________________________________________
17652 [  2458] By: gsar                                  on 1998/12/07  06:00:55
17653     Log: fix dup lexical
17654  Branch: perl
17655        ! ext/B/B/Deparse.pm t/lib/io_unix.t
17656 ____________________________________________________________________________
17657 [  2457] By: gsar                                  on 1998/12/06  14:38:59
17658     Log: mention limit on line numbers reported by diagnostics
17659  Branch: perl
17660        ! pod/perl.pod toke.c
17661 ____________________________________________________________________________
17662 [  2456] By: gsar                                  on 1998/12/06  13:49:02
17663     Log: branch perldelta.pod
17664  Branch: maint-5.005/perl
17665       +> pod/perldelta.pod
17666 ____________________________________________________________________________
17667 [  2455] By: gsar                                  on 1998/12/06  13:47:21
17668     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
17669  Branch: maint-5.005/perl
17670        - pod/perldelta.pod
17671 ____________________________________________________________________________
17672 [  2454] By: gsar                                  on 1998/12/06  13:35:31
17673     Log: fix outdated/incorrect info about arbitrary limits
17674  Branch: perl
17675        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
17676        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
17677 ____________________________________________________________________________
17678 [  2453] By: nick                                  on 1998/12/05  16:14:42
17679     Log: Avoid hard-coding op numbers
17680          Update CC.pm to save %INC, and to co-exist with new C.pm
17681  Branch: perl
17682        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
17683 ____________________________________________________________________________
17684 [  2452] By: nick                                  on 1998/12/05  10:44:28
17685     Log: B.xs had its own code to calculate hash() which differed from
17686          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
17687          which meant that run-time require was re-done.
17688          Removed some debug from C.pm
17689  Branch: perl
17690        ! ext/B/B.xs ext/B/B/C.pm
17691 ____________________________________________________________________________
17692 [  2451] By: nick                                  on 1998/12/04  21:58:49
17693     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
17694          well as _54, but with pre-scan for classes and save the ISA scheme.
17695  Branch: perl
17696        ! ext/B/B/C.pm
17697 ____________________________________________________________________________
17698 [  2450] By: nick                                  on 1998/12/04  17:58:44
17699     Log: Vishal Bhatia's patch as a basis.
17700  Branch: perl
17701        ! ext/B/B/C.pm ext/B/B/CC.pm
17702 ____________________________________________________________________________
17703 [  2449] By: jhi                                   on 1998/12/04  16:39:21
17704     Log: Integrate from mainperl.
17705  Branch: cfgperl
17706       !> t/op/goto.t t/op/tr.t
17707 ____________________________________________________________________________
17708 [  2448] By: gsar                                  on 1998/12/04  06:06:49
17709     Log: tweak test for UTEST
17710  Branch: perl
17711        ! t/op/tr.t
17712 ____________________________________________________________________________
17713 [  2444] By: jhi                                   on 1998/12/03  14:37:22
17714     Log: s/\bthe the\b/the/g *.pod
17715  Branch: cfgperl
17716        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
17717 ____________________________________________________________________________
17718 [  2443] By: jhi                                   on 1998/12/03  13:39:53
17719     Log: Change#2441 aftermath.
17720  Branch: cfgperl
17721        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17722        ! config_h.SH thread.h vms/subconfigure.com
17723 ____________________________________________________________________________
17724 [  2441] By: jhi                                   on 1998/12/03  08:15:13
17725     Log: From: Dan Sugalski <sugalskd@osshe.edu>
17726          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
17727          Subject: [PATCH 5.005_54]Initial VMS patches
17728          Date: 3 Dec 1998 01:05:55 +0200
17729          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
17730          
17731          The patch to config_h.SH requires more study because
17732          metaconfig needs to agree.
17733  Branch: cfgperl
17734        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
17735        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
17736        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
17737 ____________________________________________________________________________
17738 [  2440] By: gsar                                  on 1998/12/03  01:32:16
17739     Log: add failed check-in of goto.t from change#1867
17740  Branch: perl
17741        ! t/op/goto.t
17742 ____________________________________________________________________________
17743 [  2437] By: jhi                                   on 1998/12/02  18:03:51
17744     Log: Fix most of the bad L<> links of
17745          
17746          From: Tom Christiansen <tchrist@jhereg.perl.com> 
17747          Subject: bad L<> links
17748          Reply-to: tchrist@perl.com 
17749          To: perlbug@jhereg.perl.com 
17750          Date: Tue, 11 Aug 1998 10:58:07 -0500 
17751          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
17752          
17753          The ones not fixed may require darker Pod::HTML magic,
17754          for example the perlguts.html#tags should work fine, IMHO.
17755  Branch: cfgperl
17756        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
17757        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
17758        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
17759        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
17760        ! pod/perlvar.pod
17761 ____________________________________________________________________________
17762 [  2436] By: jhi                                   on 1998/12/02  16:35:04
17763     Log: One paste too many in #2345.
17764  Branch: cfgperl
17765        ! lib/Pod/Html.pm
17766 ____________________________________________________________________________
17767 [  2435] By: jhi                                   on 1998/12/02  16:32:33
17768     Log: Pod::Html and Pod::Text were not locale-savvy:
17769          for example in =head1 all non-ASCII-\w-runs were
17770          turned into underscores in NAME tags.  This could
17771          result in several NAME tags becoming identical.
17772          Reported by:
17773          
17774          From: Fyodor Krasnov <fyodor@aha.ru> 
17775          Subject: pod2html vs Russian Characters
17776          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
17777          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
17778          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
17779  Branch: cfgperl
17780        ! lib/Pod/Html.pm lib/Pod/Text.pm
17781 ____________________________________________________________________________
17782 [  2434] By: jhi                                   on 1998/12/02  10:29:00
17783     Log: The real Mc5_54 integration.
17784  Branch: cfgperl
17785       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
17786 ____________________________________________________________________________
17787 [  2433] By: jhi                                   on 1998/12/02  08:52:13
17788     Log: From: Andy Dougherty <doughera@lafayette.edu>
17789          To: Perl Porters <perl5-porters@perl.org>
17790          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
17791          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
17792          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
17793  Branch: cfgperl
17794        ! Configure
17795 ____________________________________________________________________________
17796 [  2432] By: jhi                                   on 1998/12/02  08:49:47
17797     Log: From: Andy Dougherty <doughera@lafayette.edu>
17798          To: Perl Porters <perl5-porters@perl.org>
17799          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
17800          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
17801          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
17802  Branch: cfgperl
17803        ! Configure
17804 ____________________________________________________________________________
17805 [  2431] By: jhi                                   on 1998/12/01  16:11:50
17806     Log: From: achampio@lehman.com (Alan Champion)
17807          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
17808          To: perlbug@perl.com
17809          Date: 1 Dec 1998 17:36:33 +0200
17810          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
17811          
17812          Skip NIS includes.
17813  Branch: cfgperl
17814        ! t/op/pwent.t
17815 ____________________________________________________________________________
17816 [  2430] By: gsar                                  on 1998/12/01  12:12:50
17817     Log: 5.005_54, as released
17818  Branch: perl
17819        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
17820 ____________________________________________________________________________
17821 [  2429] By: jhi                                   on 1998/12/01  11:28:39
17822     Log: From: Anton Berezin <tobez@plab.ku.dk>
17823          To: perl5-porters@perl.org
17824          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
17825          Date: 30 Nov 1998 19:46:24 +0100
17826          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
17827  Branch: cfgperl
17828        ! hints/freebsd.sh
17829 ____________________________________________________________________________
17830 [  2428] By: jhi                                   on 1998/12/01  11:08:16
17831     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
17832  Branch: cfgperl
17833       +> (branch 30 files)
17834       !> (integrate 71 files)
17835 ____________________________________________________________________________
17836 [  2427] By: jhi                                   on 1998/12/01  10:51:37
17837     Log: Default to accepting a hinted $randfunc even when $csym
17838          does not find it.  (the previous defaylt behaviour was not
17839          to accept).
17840  Branch: cfgperl
17841        ! Configure
17842 ____________________________________________________________________________
17843 [  2426] By: jhi                                   on 1998/12/01  10:13:03
17844     Log: Separated the [:foo:] parsing to its own function.
17845          Passes all tests.
17846  Branch: cfgperl
17847        ! regcomp.c
17848 ____________________________________________________________________________
17849 [  2425] By: jhi                                   on 1998/12/01  08:22:49
17850     Log: Typo in comments.
17851  Branch: cfgperl
17852        ! regexec.c
17853 ____________________________________________________________________________
17854 [  2424] By: jhi                                   on 1998/12/01  08:21:38
17855     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17856          Subject: [PATCH 5.005_*] Debugger 'v' command
17857          To: perl5-porters@perl.org (Mailing list Perl5)
17858          Date: 1 Dec 1998 07:55:11 +0200
17859          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
17860  Branch: cfgperl
17861        ! lib/perl5db.pl
17862 ____________________________________________________________________________
17863 [  2423] By: jhi                                   on 1998/12/01  08:19:08
17864     Log: From: pvhp@forte.com (Peter Prymmer)
17865          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
17866          To: perl5-porters@perl.org
17867          Date: 1 Dec 1998 07:27:11 +0200
17868          Message-ID: <MLIST_9812010508.AA07791@forte.com>
17869  Branch: cfgperl
17870        ! hints/os390.sh
17871 ____________________________________________________________________________
17872 [  2417] By: jhi                                   on 1998/11/30  08:14:00
17873     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
17874  Branch: cfgperl
17875        ! ext/Socket/Socket.xs
17876 ____________________________________________________________________________
17877 [  2416] By: jhi                                   on 1998/11/30  08:00:15
17878     Log: Undo #2395, seems more like a problem in netbsd-current.
17879  Branch: cfgperl
17880        ! util.c
17881
17882 ----------------
17883 Version 5.005_54
17884 ----------------
17885
17886 ____________________________________________________________________________
17887 [  2414] By: gsar                                  on 1998/11/30  02:23:55
17888     Log: more JPL tweaks
17889  Branch: perl
17890        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
17891        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
17892 ____________________________________________________________________________
17893 [  2413] By: gsar                                  on 1998/11/30  01:35:56
17894     Log: stub bin/jpl that just runs JPL::Compile::files()
17895  Branch: perl
17896        + jpl/bin/jpl
17897 ____________________________________________________________________________
17898 [  2412] By: gsar                                  on 1998/11/30  01:32:14
17899     Log: delete symlink
17900  Branch: perl
17901        - jpl/bin/jpl
17902 ____________________________________________________________________________
17903 [  2410] By: gsar                                  on 1998/11/30  01:30:44
17904     Log: branch jpl from perlext to perl
17905  Branch: perl
17906       +> (branch 30 files)
17907 ____________________________________________________________________________
17908 [  2407] By: gsar                                  on 1998/11/30  01:24:53
17909     Log: JPL tweaks to build with 5.005
17910  Branch: perlext
17911        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
17912        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
17913 ____________________________________________________________________________
17914 [  2406] By: gsar                                  on 1998/11/30  00:55:54
17915     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
17916  Branch: perl
17917        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
17918 ____________________________________________________________________________
17919 [  2405] By: gsar                                  on 1998/11/30  00:28:55
17920     Log: patchlevel up to 54
17921  Branch: perl
17922        ! patchlevel.h win32/Makefile win32/config_H.bc
17923        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17924 ____________________________________________________________________________
17925 [  2403] By: gsar                                  on 1998/11/29  23:35:50
17926     Log: integrate cfgperl changes into mainline
17927  Branch: perl
17928       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17929       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
17930 ____________________________________________________________________________
17931 [  2402] By: gsar                                  on 1998/11/29  23:08:42
17932     Log: sync Text::Wrap version number
17933  Branch: perl
17934        ! lib/Text/Wrap.pm
17935 ____________________________________________________________________________
17936 [  2401] By: gsar                                  on 1998/11/29  22:56:21
17937     Log: textfill.t tweak
17938  Branch: perl
17939        ! t/lib/textfill.t
17940 ____________________________________________________________________________
17941 [  2400] By: gsar                                  on 1998/11/29  22:50:41
17942     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
17943          <muir@idiom.com>
17944  Branch: perl
17945        + t/lib/textfill.t
17946        ! MANIFEST lib/Text/Wrap.pm
17947 ____________________________________________________________________________
17948 [  2399] By: gsar                                  on 1998/11/29  22:28:05
17949     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
17950          has happened without the authors knowledge or consent; the subversive
17951          version (which is in 5.00502) breaks one of the tests in the
17952          authors testsuite; attempts are being made to find a fix that
17953          avoids breaking code already running with the 5.005_02 version
17954          From:    David Muir Sharnoff <muir@idiom.com>
17955          Date:    Sat, 28 Nov 1998 04:34:17 PST
17956          Message-Id: <199811281234.EAA03082@idiom.com>
17957          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
17958  Branch: perl
17959        ! lib/Text/Wrap.pm t/lib/textwrap.t
17960 ____________________________________________________________________________
17961 [  2397] By: nick                                  on 1998/11/29  20:13:58
17962     Log: Update docs and English.pm for $^C
17963  Branch: perl
17964        ! lib/English.pm pod/perlvar.pod
17965 ____________________________________________________________________________
17966 [  2396] By: jhi                                   on 1998/11/29  20:13:03
17967     Log: Mirror #2384.
17968  Branch: cfgperl
17969        ! t/op/pwent.t
17970 ____________________________________________________________________________
17971 [  2395] By: jhi                                   on 1998/11/29  19:59:12
17972     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
17973  Branch: cfgperl
17974        ! util.c
17975 ____________________________________________________________________________
17976 [  2394] By: gsar                                  on 1998/11/29  19:49:08
17977     Log: updated perlreftut.pod
17978  Branch: perl
17979        ! pod/perlreftut.pod
17980 ____________________________________________________________________________
17981 [  2393] By: gsar                                  on 1998/11/29  19:31:56
17982     Log: misc tweaks
17983  Branch: perl
17984        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
17985 ____________________________________________________________________________
17986 [  2392] By: gsar                                  on 1998/11/29  19:31:18
17987     Log: notes about -DPERL_POLLUTE
17988  Branch: perl
17989        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
17990 ____________________________________________________________________________
17991 [  2391] By: gsar                                  on 1998/11/29  19:13:52
17992     Log: explain various win32 build caveats more clearly
17993  Branch: perl
17994        ! README.win32 win32/Makefile win32/makefile.mk
17995 ____________________________________________________________________________
17996 [  2390] By: gsar                                  on 1998/11/29  16:51:59
17997     Log: remove I_POLL detection (Configure will do that now)
17998  Branch: perl
17999        ! ext/IO/Makefile.PL
18000 ____________________________________________________________________________
18001 [  2389] By: jhi                                   on 1998/11/29  16:39:16
18002     Log: Add I_POLL for IO 1.20.
18003  Branch: cfgperl
18004        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18005        ! config_h.SH
18006 ____________________________________________________________________________
18007 [  2388] By: gsar                                  on 1998/11/29  16:23:30
18008     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
18009  Branch: perl
18010        + Porting/p4desc
18011        ! MANIFEST
18012 ____________________________________________________________________________
18013 [  2387] By: gsar                                  on 1998/11/29  16:08:03
18014     Log: another threads reliability fix: serialize writes to thr->threadsv
18015          avoid most uses of PL_na (which is much more inefficient than a
18016          simple local); update docs to suit; PL_na now being thr->Tna may
18017          be a minor compatibility issue for extensions--will require dTHR
18018          outside of XSUBs (those get automatic dTHR)
18019  Branch: perl
18020        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
18021        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
18022        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
18023        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
18024        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
18025        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
18026        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
18027        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
18028        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
18029 ____________________________________________________________________________
18030 [  2386] By: jhi                                   on 1998/11/29  15:40:42
18031     Log: Tune the "if" entry.
18032  Branch: cfgperl
18033        ! pod/perlfunc.pod
18034 ____________________________________________________________________________
18035 [  2385] By: gsar                                  on 1998/11/29  12:40:28
18036     Log: various fixes for race conditions under threads: mutex locks based
18037          on PL_threadnum were seriously flawed, since it means more than one
18038          thread could enter the critical region; PL_na was global instead of
18039          thread-local; child thread could finish and free thr structures
18040          before Thread->new() got around to creating the Thread object;
18041          cv_clone() needed locking, as it mucks with PL_comppad and other
18042          global data; new_struct_thread() needed to lock template-thread's
18043          mutex while copying its data
18044  Branch: perl
18045        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
18046        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
18047 ____________________________________________________________________________
18048 [  2384] By: gsar                                  on 1998/11/29  10:54:38
18049     Log: s/warn/print/ on multiply defined groups
18050  Branch: perl
18051        ! t/op/grent.t
18052 ____________________________________________________________________________
18053 [  2383] By: gsar                                  on 1998/11/29  10:48:39
18054     Log: backout change#2334
18055  Branch: perl
18056        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18057 ____________________________________________________________________________
18058 [  2382] By: jhi                                   on 1998/11/29  10:33:40
18059     Log: Better NetInfo behaviour.
18060  Branch: cfgperl
18061        ! t/op/grent.t t/op/pwent.t
18062 ____________________________________________________________________________
18063 [  2381] By: jhi                                   on 1998/11/29  10:08:15
18064     Log: Integrate from mainperl.
18065  Branch: cfgperl
18066       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18067       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18068       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
18069       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
18070       +> t/lib/io_poll.t t/lib/io_unix.t
18071       !> (integrate 58 files)
18072 ____________________________________________________________________________
18073 [  2380] By: gsar                                  on 1998/11/29  08:22:49
18074     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
18075          Tim Bunce)
18076  Branch: perl
18077        ! gv.c
18078 ____________________________________________________________________________
18079 [  2379] By: gsar                                  on 1998/11/29  07:06:43
18080     Log: fix for pat.t failure under USE_THREADS
18081  Branch: perl
18082        ! pp_ctl.c regexec.c
18083 ____________________________________________________________________________
18084 [  2378] By: nick                                  on 1998/11/28  22:46:57
18085     Log: More C.pm tweaks
18086          Save globs even if we have saved cv itself before - may be imported.
18087          
18088          While we don't save "bootstrap" CV we need to provide a stub,
18089          so that if we require it later we don't fall through and attempt
18090          to DynaLoad module again.
18091          
18092          Attempt to save %INC so that "require" does not reload things
18093          we have compiled-in (does not work right yet - seems to be due
18094          to PL_incgv being created in perl_parse() current scheme setting 
18095          GvHV() is "better" than saving the glob, but still does not 
18096          work as I expect). 
18097  Branch: perl
18098        ! ext/B/B/C.pm
18099 ____________________________________________________________________________
18100 [  2377] By: gsar                                  on 1998/11/28  22:30:38
18101     Log: various tweaks; result passes all tests for normal build on Solaris;
18102          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
18103          win32 due to lack of select() that works on non-socket fds
18104  Branch: perl
18105        ! ext/IO/poll.c regcomp.c regexec.c scope.c
18106        ! t/lib/io_multihomed.t win32/makefile.mk
18107 ____________________________________________________________________________
18108 [  2376] By: gsar                                  on 1998/11/28  20:44:39
18109     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
18110  Branch: perl
18111        ! myconfig
18112 ____________________________________________________________________________
18113 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18114     Log: integrate cfgperl changes into mainline
18115  Branch: perl
18116       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18117       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18118 ____________________________________________________________________________
18119 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18120     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18121          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18122          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18123          Subject: [PATCH 5.00553] Yet another OS/2 patch
18124  Branch: perl
18125        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18126 ____________________________________________________________________________
18127 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18128     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18129          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18130          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18131          Subject: [PATCH 5.005_53] Change $#+
18132  Branch: perl
18133        ! mg.c pod/perlvar.pod t/op/pat.t
18134 ____________________________________________________________________________
18135 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18136     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18137          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18138          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18139          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18140  Branch: perl
18141        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18142        ! thrdvar.h
18143 ____________________________________________________________________________
18144 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18145     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18146          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18147          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18148          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18149  Branch: perl
18150        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18151 ____________________________________________________________________________
18152 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18153     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18154          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18155          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18156          Subject: [PATCH 5.005_*] regcolors
18157  Branch: perl
18158        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18159 ____________________________________________________________________________
18160 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18161     Log: allow final period in a file (not followed by a newline) to
18162          terminate format spec
18163  Branch: perl
18164        ! toke.c
18165 ____________________________________________________________________________
18166 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18167     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18168          add C<$Config{installarchlib}/CORE> to the default locations searched
18169          on win32
18170  Branch: perl
18171        ! lib/ExtUtils/Liblist.pm
18172 ____________________________________________________________________________
18173 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18174     Log: applied suggested patch with PERL_OBJECT tweaks
18175          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18176          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
18177          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
18178          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
18179  Branch: perl
18180        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
18181        ! regexec.c t/op/pat.t thrdvar.h
18182 ____________________________________________________________________________
18183 [  2366] By: gsar                                  on 1998/11/28  18:38:34
18184     Log: additional documentation for qr//
18185          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18186          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
18187          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
18188          Subject: [PATCH 5.005_*] Documentation (fwd)
18189  Branch: perl
18190        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
18191 ____________________________________________________________________________
18192 [  2365] By: gsar                                  on 1998/11/28  18:35:35
18193     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18194          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
18195          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
18196          Subject: [PATCH 5.005_*] Fix \G in REx without //g
18197  Branch: perl
18198        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
18199        ! regexp.h t/op/pat.t thrdvar.h
18200 ____________________________________________________________________________
18201 [  2364] By: gsar                                  on 1998/11/28  18:24:20
18202     Log: update Test.pm to Test-1.12; tweak 're' detection
18203  Branch: perl
18204        ! lib/Test.pm
18205 ____________________________________________________________________________
18206 [  2363] By: gsar                                  on 1998/11/28  18:12:04
18207     Log: avoid command-line quoting portability problems in lex_assign.t
18208  Branch: perl
18209        ! t/op/lex_assign.t
18210 ____________________________________________________________________________
18211 [  2362] By: gsar                                  on 1998/11/28  18:08:50
18212     Log: From: John Tobey <jtobey@channel1.com>
18213          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
18214          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
18215          Subject: PATCH: document English.pm sawampersand and thread issues
18216  Branch: perl
18217        ! lib/English.pm pod/perlvar.pod
18218 ____________________________________________________________________________
18219 [  2361] By: gsar                                  on 1998/11/28  18:03:04
18220     Log: fix uninitialized warnings
18221          From: Brian Callaghan <callagh@itginc.com>
18222          Date: Thu, 19 Nov 1998 17:49:10 -0800
18223          Message-Id: <3654CA96.B64FCAEB@itginc.com>
18224          Subject: Complete.pm patch (version 1.1)
18225  Branch: perl
18226        ! lib/Term/Complete.pm
18227 ____________________________________________________________________________
18228 [  2360] By: gsar                                  on 1998/11/28  17:59:16
18229     Log: s/Array/List/ suggested by John Tobey
18230  Branch: perl
18231        ! pod/perldata.pod
18232 ____________________________________________________________________________
18233 [  2359] By: gsar                                  on 1998/11/28  17:47:48
18234     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
18235  Branch: perl
18236        ! lib/Tie/Handle.pm pod/perlfunc.pod
18237 ____________________________________________________________________________
18238 [  2358] By: jhi                                   on 1998/11/28  17:23:15
18239     Log: Revamp the locale tests.
18240          (0) Instead of rewiring a few locales scan for them.
18241          (1) Bogus test #101 removed.
18242          (2) All the locales are checked, the lists of failed
18243          and non-failed ones are displayed.
18244          (3) The test #103 is again 'active' so that it may fail.
18245          (4) To balance (3) a hopefully pacifying message is shown
18246          if the #103 fails.
18247  Branch: cfgperl
18248        ! t/pragma/locale.t
18249 ____________________________________________________________________________
18250 [  2357] By: gsar                                  on 1998/11/28  17:21:07
18251     Log: add perlreftut.pod
18252  Branch: perl
18253        + pod/perlreftut.pod
18254        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
18255        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
18256        ! win32/pod.mak
18257 ____________________________________________________________________________
18258 [  2356] By: jhi                                   on 1998/11/28  16:58:01
18259     Log: Change #2346 fallout.
18260  Branch: cfgperl
18261        ! t/op/undef.t
18262 ____________________________________________________________________________
18263 [  2355] By: gsar                                  on 1998/11/28  16:46:43
18264     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
18265          ANSI prototypes
18266  Branch: perl
18267        ! ext/IO/IO.xs
18268 ____________________________________________________________________________
18269 [  2354] By: gsar                                  on 1998/11/28  16:08:07
18270     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
18271          keep platform hacks that aren't in the 1.20 dist; add new files
18272          to MANIFEST; hack Makefile.PL; result hasn't been tested
18273          anywhere
18274  Branch: perl
18275        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18276        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18277        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
18278        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
18279        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18280        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18281        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
18282        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18283        ! t/lib/io_sock.t t/lib/io_udp.t
18284 ____________________________________________________________________________
18285 [  2353] By: jhi                                   on 1998/11/28  15:51:03
18286     Log: Locale collation, ctype, and numeric, were initialized wrong
18287          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
18288          as reported by
18289          
18290          From: Ilya.Sandler@etak.com (Ilya Sandler)
18291          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
18292          To: perlbug@perl.com
18293          Date: 25 Nov 1998 04:53:52 +0200
18294          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
18295  Branch: cfgperl
18296        ! util.c
18297 ____________________________________________________________________________
18298 [  2352] By: nick                                  on 1998/11/28  15:21:59
18299     Log: Implement $^C to allow perl access to -c flag - I think this 
18300          was agreed once...
18301  Branch: perl
18302        ! gv.c mg.c
18303 ____________________________________________________________________________
18304 [  2351] By: jhi                                   on 1998/11/28  15:14:24
18305     Log: Change #2251 fixup.
18306  Branch: cfgperl
18307        ! myconfig
18308 ____________________________________________________________________________
18309 [  2350] By: jhi                                   on 1998/11/28  14:58:19
18310     Log: Integrate from mainperl.
18311  Branch: cfgperl
18312       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18313       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18314       +> pod/perl5005delta.pod
18315       !> (integrate 49 files)
18316 ____________________________________________________________________________
18317 [  2349] By: jhi                                   on 1998/11/28  14:27:36
18318     Log: Passwd and group file groveling.
18319  Branch: cfgperl
18320        ! t/op/grent.t t/op/pwent.t
18321 ____________________________________________________________________________
18322 [  2348] By: gsar                                  on 1998/11/28  14:09:50
18323     Log: more conservative version of changes#2345,2346,2347; those break
18324          C<defined(@{"foo::ISA"})> which seems to be extensively used in
18325          the libs :-(
18326  Branch: perl
18327        ! pp.c t/op/method.t
18328 ____________________________________________________________________________
18329 [  2347] By: gsar                                  on 1998/11/28  13:36:08
18330     Log: tweak bogus test
18331  Branch: perl
18332        ! t/op/method.t
18333 ____________________________________________________________________________
18334 [  2346] By: gsar                                  on 1998/11/28  13:20:34
18335     Log: test cases for previous change
18336  Branch: perl
18337        ! t/op/undef.t
18338 ____________________________________________________________________________
18339 [  2345] By: gsar                                  on 1998/11/28  13:07:17
18340     Log: fix typo in pp_defined() causing C<defined %tied> to fail
18341  Branch: perl
18342        ! pp.c
18343 ____________________________________________________________________________
18344 [  2344] By: gsar                                  on 1998/11/28  13:03:29
18345     Log: s/comment/comment_t/ tweak (suggested by John Gorman
18346          <jgorman@webbysoft.com>)
18347  Branch: perl
18348        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18349 ____________________________________________________________________________
18350 [  2343] By: gsar                                  on 1998/11/28  12:52:40
18351     Log: add (stub) perldelta.pod
18352  Branch: perl
18353        + pod/perldelta.pod
18354 ____________________________________________________________________________
18355 [  2342] By: gsar                                  on 1998/11/28  12:49:26
18356     Log: rename perldelta.pod to perl5005delta.pod in preparation for
18357          starting a new one
18358  Branch: perl
18359       +> pod/perl5005delta.pod
18360        - pod/perldelta.pod
18361        ! MANIFEST pod/perl.pod
18362 ____________________________________________________________________________
18363 [  2341] By: gsar                                  on 1998/11/28  12:41:55
18364     Log: fix MALLOC_LOCK #define
18365  Branch: perl
18366        ! malloc.c
18367 ____________________________________________________________________________
18368 [  2340] By: gsar                                  on 1998/11/28  12:18:23
18369     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18370          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
18371          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
18372          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
18373  Branch: perl
18374        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
18375 ____________________________________________________________________________
18376 [  2339] By: jhi                                   on 1998/11/28  11:59:01
18377     Log: Add -lm to dynix/ptx POSIX hints.
18378          From: "Martin J. Bligh" <mbligh@sequent.com>
18379          To: jhi@iki.fi
18380          Subject: Re: Making Perl work on DYNIX/ptx
18381          Date: Wed, 25 Nov 1998 10:34:41 -0800
18382          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
18383  Branch: cfgperl
18384        ! ext/POSIX/hints/dynixptx.pl
18385 ____________________________________________________________________________
18386 [  2338] By: jhi                                   on 1998/11/28  11:57:19
18387     Log: Detypo.
18388  Branch: cfgperl
18389        ! lib/filetest.pm
18390 ____________________________________________________________________________
18391 [  2337] By: jhi                                   on 1998/11/28  11:56:29
18392     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
18393  Branch: cfgperl
18394        ! Configure
18395 ____________________________________________________________________________
18396 [  2336] By: gsar                                  on 1998/11/28  11:41:14
18397     Log: teach CPAN.pm to ignore beta perl distributions when looking for
18398          modules
18399          From: root@dogberry.rutgers.edu (root)
18400          Date: Thu, 12 Nov 1998 23:08:39 -0500
18401          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
18402          Subject: recompile tries getting a perl distribution
18403  Branch: perl
18404        ! lib/CPAN.pm
18405 ____________________________________________________________________________
18406 [  2335] By: gsar                                  on 1998/11/28  11:27:46
18407     Log: make $1 et al readonly under threads; make C<undef $1> fail like
18408          C<$1 = undef> does
18409  Branch: perl
18410        ! op.c pp.c t/op/undef.t
18411 ____________________________________________________________________________
18412 [  2334] By: gsar                                  on 1998/11/28  10:24:52
18413     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
18414  Branch: perl
18415        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18416 ____________________________________________________________________________
18417 [  2333] By: gsar                                  on 1998/11/28  09:36:40
18418     Log: document changed PERL_HASH()
18419  Branch: perl
18420        ! pod/perlfunc.pod pod/perlguts.pod
18421 ____________________________________________________________________________
18422 [  2332] By: nick                                  on 1998/11/27  21:10:27
18423     Log: Handle INIT list in C.pm
18424          1. Provide init_av() from B.xs
18425          2. Export it in B.pm
18426          3. Use it in C.pm
18427          Also disable some pruning in savecv() which seems to undo
18428          my previous patch.
18429          Experimental feature - save pathnames of .so files in easily 
18430          grep-able form for use in wrapper to feed to linker.  
18431  Branch: perl
18432        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18433 ____________________________________________________________________________
18434 [  2327] By: gsar                                  on 1998/11/27  15:12:01
18435     Log: integrate change#2315 from maint-5.005
18436  Branch: perl
18437        ! t/op/sort.t
18438       !> op.c sv.c
18439 ____________________________________________________________________________
18440 [  2326] By: gsar                                  on 1998/11/27  15:00:42
18441     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
18442  Branch: perl
18443       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
18444       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18445       !> lib/ExtUtils/typemap
18446 ____________________________________________________________________________
18447 [  2325] By: gsar                                  on 1998/11/27  14:46:18
18448     Log: malloc bugfix and documentation from Ilya Zakharevich
18449          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
18450          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
18451          Subject: [PATCH 5.005_*] Re: Internal coredump
18452          --
18453          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
18454          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
18455          Subject: [PATCH 5.005_*] malloc.c documentation
18456  Branch: perl
18457        ! malloc.c
18458 ____________________________________________________________________________
18459 [  2324] By: gsar                                  on 1998/11/27  14:41:38
18460     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
18461  Branch: perl
18462        ! ext/B/B/C.pm
18463 ____________________________________________________________________________
18464 [  2323] By: gsar                                  on 1998/11/27  14:33:44
18465     Log: From: maeda@src.ricoh.co.jp
18466          Date: Tue, 24 Nov 1998 10:37:45 +0900
18467          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
18468          Subject: format "..." bug
18469  Branch: perl
18470        ! pp_ctl.c t/op/write.t
18471 ____________________________________________________________________________
18472 [  2322] By: gsar                                  on 1998/11/27  14:20:12
18473     Log: add ext/Devel/Peek
18474          From: jan.dubois@ibm.net (Jan Dubois)
18475          Date: Mon, 23 Nov 1998 00:48:11 +0100
18476          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
18477          Subject: [PATCH 5.005_53] Devel::Peek integration
18478  Branch: perl
18479        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18480        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18481        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
18482        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
18483        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18484 ____________________________________________________________________________
18485 [  2321] By: gsar                                  on 1998/11/27  13:03:08
18486     Log: ensure 'make regen_headers' even without perl installed
18487          (suggested by Ilya Zakharevich)
18488  Branch: perl
18489        ! bytecode.pl warning.pl
18490 ____________________________________________________________________________
18491 [  2320] By: gsar                                  on 1998/11/27  12:58:36
18492     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18493          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
18494          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
18495          Subject: [PATCH 5.005_*] Cosmetic malloc patch
18496  Branch: perl
18497        ! malloc.c
18498 ____________________________________________________________________________
18499 [  2319] By: gsar                                  on 1998/11/27  12:56:13
18500     Log: eliminate dup hunk from integration
18501  Branch: perl
18502        ! lib/filetest.pm perl.h
18503 ____________________________________________________________________________
18504 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18505     Log: integrate cfgperl changes into mainline
18506  Branch: perl
18507       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18508        ! pod/perlfaq4.pod
18509       !> (integrate 30 files)
18510 ____________________________________________________________________________
18511 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18512     Log: C<-x>.
18513  Branch: cfgperl
18514        ! lib/filetest.pm
18515 ____________________________________________________________________________
18516 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18517     Log: Integrate from mainperl.
18518  Branch: cfgperl
18519       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18520       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18521       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18522       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18523       !> win32/win32sck.c
18524 ____________________________________________________________________________
18525 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18526     Log: integrate change#2246 from mainline, while still allowing
18527          C<sort $globref @foo>
18528          
18529          allow C<sort $coderef @foo>
18530  Branch: maint-5.005/perl
18531        ! op.c sv.c
18532       !> t/op/sort.t
18533 ____________________________________________________________________________
18534 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
18535     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
18536          forwarded by Jarkko Hietaniemi from Mark Bixby
18537  Branch: maint-5.005/perl
18538        ! ext/DynaLoader/dl_mpeix.xs installperl
18539 ____________________________________________________________________________
18540 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
18541     Log: Allow PL_FILES to have multiple targets from one source by allowing
18542          an array ref as the value in the hash
18543  Branch: maint-5.005/perl
18544        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18545        ! lib/ExtUtils/MakeMaker.pm
18546 ____________________________________________________________________________
18547 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
18548     Log: fix unsigned variables to use SvUV and sv_setuv
18549  Branch: maint-5.005/perl
18550        ! lib/ExtUtils/typemap
18551 ____________________________________________________________________________
18552 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
18553     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
18554  Branch: maint-5.005/perl
18555        ! lib/ExtUtils/MM_Unix.pm
18556 ____________________________________________________________________________
18557 [  2301] By: gsar                                  on 1998/11/26  10:16:54
18558     Log: fix PL_defoutgv leak under threads
18559  Branch: perl
18560        ! ext/Thread/Thread.xs
18561 ____________________________________________________________________________
18562 [  2300] By: gsar                                  on 1998/11/26  09:04:44
18563     Log: properly free temporaries created by threads
18564  Branch: perl
18565        ! ext/Thread/Thread.xs
18566 ____________________________________________________________________________
18567 [  2299] By: gsar                                  on 1998/11/26  06:51:16
18568     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
18569          to set the package for the block properly
18570  Branch: perl
18571        ! op.c t/comp/package.t t/lib/dumper.t
18572 ____________________________________________________________________________
18573 [  2298] By: nick                                  on 1998/11/24  22:04:20
18574     Log: Part-1 of tweaks to allow Tk to be "compiled"
18575          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
18576          (May also need attention to exports etc. - to follow.)
18577  Branch: perl
18578        ! universal.c
18579 ____________________________________________________________________________
18580 [  2294] By: jhi                                   on 1998/11/23  10:44:26
18581     Log: The new socket tests need in some platforms
18582          to #include <sys/types.h>.
18583  Branch: cfgperl
18584        ! Configure
18585 ____________________________________________________________________________
18586 [  2293] By: jhi                                   on 1998/11/23  10:33:42
18587     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18588          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18589          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18590          Date: Mon, 23 Nov 1998 10:07:04 +0100
18591          Message-Id: <9811230907.AA06484@AWT.nl>
18592          
18593          NeXTstep NetInfo uses nidump to get the user/group databases.
18594  Branch: cfgperl
18595        ! t/op/grent.t t/op/pwent.t
18596 ____________________________________________________________________________
18597 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
18598     Log: Updated Porting/patchls utility.
18599  Branch: maint-5.004/perl
18600        ! Porting/patchls
18601 ____________________________________________________________________________
18602 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
18603     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
18604          From:  Henrik Tougaard <ht.000@foa.dk>
18605          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
18606          Files:  lib/Sys/Syslog.pm
18607  Branch: maint-5.004/perl
18608        ! lib/Sys/Syslog.pm
18609 ____________________________________________________________________________
18610 [  2286] By: jhi                                   on 1998/11/22  19:08:42
18611     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
18612  Branch: cfgperl
18613        ! ext/Socket/Socket.xs
18614 ____________________________________________________________________________
18615 [  2285] By: jhi                                   on 1998/11/22  18:21:07
18616     Log: MSG_PROXY for GNU/Hurd (previously we believed that
18617          all GNU libc platforms have MSG_PROXY.  Untrue).
18618          In fact this ended up as a major MSG_* and SCM_*
18619          update.  The MSG_XXX known to be enums in some
18620          versions of the glibc are now probed for and respective
18621          HAS_MSG_XXX are defined.  While I was at it I noticed
18622          SCM_RIGHTS being similarly an enum.  This reminded me of
18623          an ancient discussion in perl5-porters:
18624          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
18625          The BSD socket interface has a nifty feature for passing
18626          file descriptors and credentials--via sockets.  It may be
18627          too late to add this functionality to the CORE but
18628          at least Configure now probes for the functions,
18629          structs, and includes, defining the appropriate
18630          HAS_YYY and I_ZZZ, and the Socket extension exports
18631          the constants, in case somebody wants to write an
18632          extension for this interface.
18633  Branch: cfgperl
18634        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18635        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
18636        ! iperlsys.h
18637 ____________________________________________________________________________
18638 [  2284] By: jhi                                   on 1998/11/22  18:13:21
18639     Log: perlhist.pod 1.54, containing 5_53.
18640  Branch: cfgperl
18641        ! pod/perlhist.pod
18642 ____________________________________________________________________________
18643 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
18644     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
18645  Branch: maint-5.004/perl
18646        ! doio.c
18647 ____________________________________________________________________________
18648 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
18649     Log: Improve op/die_exit.t test for implicit close changing $!
18650  Branch: maint-5.004/perl
18651        ! t/op/die_exit.t
18652 ____________________________________________________________________________
18653 [  2268] By: jhi                                   on 1998/11/22  14:44:11
18654     Log: Fix thinko.
18655  Branch: cfgperl
18656        ! hints/dynixptx.sh
18657 ____________________________________________________________________________
18658 [  2267] By: jhi                                   on 1998/11/22  13:19:41
18659     Log: Document the d_socket override.
18660  Branch: cfgperl
18661        ! hints/dynixptx.sh
18662 ____________________________________________________________________________
18663 [  2266] By: jhi                                   on 1998/11/22  12:12:29
18664     Log: From: John Tobey <jtobey@channel1.com>
18665          Subject: [PATCH] perlfaq typos
18666          To: perl5-porters@perl.com
18667          Date: 22 Nov 1998 04:25:15 +0200
18668          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
18669  Branch: cfgperl
18670        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18671        ! pod/perlfaq7.pod pod/perlfaq8.pod
18672 ____________________________________________________________________________
18673 [  2265] By: jhi                                   on 1998/11/22  12:06:29
18674     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18675          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
18676          Newsgroups: hut.lists.perl5-porters
18677          To: gsar@engin.umich.edu (Gurusamy Sarathy)
18678          Cc: perl5-porters@perl.org (Perl5 Porters)
18679          Date: 20 Nov 1998 12:20:41 +0200
18680  Branch: cfgperl
18681        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18682        ! ext/DB_File/DB_File.xs
18683 ____________________________________________________________________________
18684 [  2264] By: jhi                                   on 1998/11/22  11:55:09
18685     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
18686          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18687          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18688          To: perlbug@perl.com
18689          Date: 20 Nov 1998 18:39:06 +0200
18690          Lines: 47
18691          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18692  Branch: cfgperl
18693        ! t/op/grent.t t/op/pwent.t
18694 ____________________________________________________________________________
18695 [  2263] By: jhi                                   on 1998/11/22  11:42:59
18696     Log: Permission testing is tricky when we have too much power.
18697          Problem reported in
18698          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
18699          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
18700          To: perlbug@perl.com
18701          Date: 20 Nov 1998 18:39:06 +0200
18702          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
18703  Branch: cfgperl
18704        ! t/op/filetest.t
18705 ____________________________________________________________________________
18706 [  2262] By: gsar                                  on 1998/11/22  11:37:02
18707     Log: fix broken CAPI generation
18708  Branch: perl
18709        ! win32/GenCAPI.pl
18710 ____________________________________________________________________________
18711 [  2261] By: jhi                                   on 1998/11/22  11:17:00
18712     Log: -x should be C<-x>, reported by Gerben Wierda.
18713  Branch: cfgperl
18714        ! pod/perlfunc.pod
18715 ____________________________________________________________________________
18716 [  2260] By: gsar                                  on 1998/11/22  11:12:02
18717     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
18718  Branch: perl
18719        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
18720        ! proto.h
18721 ____________________________________________________________________________
18722 [  2259] By: jhi                                   on 1998/11/22  11:06:40
18723     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
18724          Subject: Re: [PATCH] Re: pod2man bug in date generated line
18725          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
18726          Cc: perlbug@perl.com
18727          Date: 20 Nov 1998 21:30:17 +0200
18728          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
18729  Branch: cfgperl
18730        ! pod/pod2man.PL
18731 ____________________________________________________________________________
18732 [  2256] By: jhi                                   on 1998/11/21  10:44:01
18733     Log: From: Thomas Bowditch <bowditch@inmet.com>
18734          Subject: Benchmark.pm suggestion
18735          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
18736          Date: Fri, 20 Nov 1998 17:43:46 -0500
18737          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
18738          
18739          Added timesum().
18740  Branch: cfgperl
18741        ! lib/Benchmark.pm
18742 ____________________________________________________________________________
18743 [  2255] By: gsar                                  on 1998/11/21  08:45:06
18744     Log: another win32 portability fix: make sysread() and syswrite()
18745          work on sockets
18746  Branch: perl
18747        ! pp_sys.c win32/win32.h
18748 ____________________________________________________________________________
18749 [  2254] By: gsar                                  on 1998/11/21  07:49:06
18750     Log: win32_recvfrom() compatibility fix
18751  Branch: perl
18752        ! win32/win32sck.c
18753 ____________________________________________________________________________
18754 [  2253] By: jhi                                   on 1998/11/20  08:22:06
18755     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18756          To: jhi@iki.fi
18757          Subject: MPE/iX Perl 5.005_02 oops
18758          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
18759          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
18760  Branch: cfgperl
18761        ! ext/DynaLoader/dl_mpeix.xs installperl
18762 ____________________________________________________________________________
18763 [  2252] By: gsar                                  on 1998/11/19  17:38:03
18764     Log: mess_sv tweak for change#2249
18765  Branch: perl
18766        ! util.c
18767 ____________________________________________________________________________
18768 [  2251] By: jhi                                   on 1998/11/18  12:32:19
18769     Log: Display use64bits and usemultiplicity but only if necessary.
18770  Branch: cfgperl
18771        ! myconfig
18772 ____________________________________________________________________________
18773 [  2250] By: jhi                                   on 1998/11/18  12:26:50
18774     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
18775          Subject: pp.c uses 'unsigned Quad_t'
18776          To: perlbug@perl.com 
18777          Date: Sun, 15 Nov 1998 20:57:05 -0300 
18778          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
18779  Branch: cfgperl
18780        ! perl.h pp.c
18781 ____________________________________________________________________________
18782 [  2249] By: gsar                                  on 1998/11/18  05:43:11
18783     Log: use PL_mess_sv only during global destruction (fixes problems with
18784          overlapping invocations of form()/warn()/die()/croak() trampling on
18785          each other's messages)
18786  Branch: perl
18787        ! mg.c util.c
18788 ____________________________________________________________________________
18789 [  2248] By: gsar                                  on 1998/11/18  05:39:36
18790     Log: tweak change#2245 to skip previous message if any
18791  Branch: perl
18792        ! pp_ctl.c t/pragma/warn/pp_ctl
18793 ____________________________________________________________________________
18794 [  2247] By: jhi                                   on 1998/11/17  11:46:56
18795     Log: Integrate from mainperl.
18796  Branch: cfgperl
18797       !> (integrate 26 files)
18798 ____________________________________________________________________________
18799 [  2246] By: gsar                                  on 1998/11/17  09:41:10
18800     Log: allow C<sort $coderef @foo>
18801  Branch: perl
18802        ! op.c t/op/sort.t t/pragma/overload.t
18803 ____________________________________________________________________________
18804 [  2245] By: gsar                                  on 1998/11/17  08:28:26
18805     Log: propagate failures in DESTROY() as (optional) warnings
18806  Branch: perl
18807        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
18808 ____________________________________________________________________________
18809 [  2244] By: gsar                                  on 1998/11/17  07:43:08
18810     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
18811  Branch: perl
18812        ! perl.c thrdvar.h
18813 ____________________________________________________________________________
18814 [  2243] By: gsar                                  on 1998/11/17  07:40:09
18815     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
18816  Branch: perl
18817        ! lib/warning.pm warning.h warning.pl
18818 ____________________________________________________________________________
18819 [  2242] By: gsar                                  on 1998/11/17  06:32:39
18820     Log: fix skipspace() to properly account for newlines in eval''-ed
18821          strings (caused bogus line numbers in diagnostics and debugger)
18822  Branch: perl
18823        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
18824 ____________________________________________________________________________
18825 [  2241] By: gsar                                  on 1998/11/17  03:48:12
18826     Log: s/Perl_utf8skip/PL_utf8skip/g
18827  Branch: perl
18828        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
18829 ____________________________________________________________________________
18830 [  2240] By: gsar                                  on 1998/11/14  06:09:06
18831     Log: rework op/groups.t
18832  Branch: perl
18833        ! t/op/filetest.t t/op/groups.t
18834 ____________________________________________________________________________
18835 [  2235] By: gsar                                  on 1998/11/14  00:17:05
18836     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
18837  Branch: perl
18838        ! op.c
18839 ____________________________________________________________________________
18840 [  2234] By: gsar                                  on 1998/11/14  00:14:02
18841     Log: update Changes
18842  Branch: perl
18843        ! Changes win32/config.bc win32/config.gc win32/config.vc
18844 ____________________________________________________________________________
18845 [  2233] By: gsar                                  on 1998/11/13  09:43:03
18846     Log: doc tweak
18847  Branch: perl
18848        ! README.win32
18849 ____________________________________________________________________________
18850 [  2230] By: jhi                                   on 1998/11/12  17:07:45
18851     Log: Allow hints file override for d_socket
18852          (based on Sequent-induced change #2229).
18853  Branch: cfgperl
18854        ! Configure
18855 ____________________________________________________________________________
18856 [  2229] By: jhi                                   on 1998/11/12  16:32:33
18857     Log: 
18858          From: "Martin J. Bligh" <mbligh@sequent.com>
18859          To: jhi@iki.fi
18860          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18861          Subject: Re: Making Perl work on DYNIX/ptx
18862          Date: Tue, 10 Nov 1998 16:24:26 -0800
18863          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
18864  Branch: cfgperl
18865        ! hints/dynixptx.sh
18866 ____________________________________________________________________________
18867 [  2228] By: jhi                                   on 1998/11/12  11:40:37
18868     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
18869          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
18870          To: jhi@iki.fi
18871          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
18872          Subject: Re: Making Perl work on DYNIX/ptx
18873          Date: Tue, 10 Nov 1998 18:01:10 -0800
18874  Branch: cfgperl
18875        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18876 ____________________________________________________________________________
18877 [  2227] By: jhi                                   on 1998/11/12  11:17:42
18878     Log: Integrate from mainperl.
18879  Branch: cfgperl
18880       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
18881       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
18882       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18883       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
18884       !> win32/win32.c x2p/s2p.PL
18885 ____________________________________________________________________________
18886 [  2226] By: gsar                                  on 1998/11/11  21:05:42
18887     Log: provide -DPERL_POLLUTE
18888  Branch: perl
18889        ! embed.pl embedvar.h
18890 ____________________________________________________________________________
18891 [  2225] By: jhi                                   on 1998/11/09  07:45:12
18892     Log: From: Hans Mulder <hansm@icgroup.nl>
18893          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
18894          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
18895          perl5-porters@perl.org
18896          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
18897          (UNINSTALLED)
18898          Date: Sun,  8 Nov 98 22:20:23 +0100
18899          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
18900  Branch: cfgperl
18901        ! malloc.c perl.h
18902 ____________________________________________________________________________
18903 [  2224] By: gsar                                  on 1998/11/09  03:13:14
18904     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
18905          Christoph <lupe@alanya.m.isar.de>)
18906  Branch: perl
18907        ! lib/Text/Wrap.pm
18908 ____________________________________________________________________________
18909 [  2223] By: gsar                                  on 1998/11/09  02:09:06
18910     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
18911          <lionel.fourquaux@wanadoo.fr>)
18912  Branch: perl
18913        ! x2p/s2p.PL
18914 ____________________________________________________________________________
18915 [  2222] By: gsar                                  on 1998/11/09  01:56:24
18916     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
18917          Date: Wed, 04 Nov 1998 12:19:44 +0000
18918          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
18919          Subject: [PATCH] Re: [5.005_53] read overflow? 
18920          --
18921          Date: Wed, 04 Nov 1998 13:15:18 +0000
18922          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
18923          Subject: [PATCH 5.005_53] perl -V fix
18924  Branch: perl
18925        ! perl.c regexec.c
18926 ____________________________________________________________________________
18927 [  2221] By: gsar                                  on 1998/11/09  01:34:56
18928     Log: From: jan.dubois@ibm.net (Jan Dubois)
18929          Date: Sun, 01 Nov 1998 00:05:01 +0100
18930          Message-ID: <364294bd.18052307@smtp1.ibm.net>
18931          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
18932  Branch: perl
18933        ! Changes win32/makedef.pl
18934 ____________________________________________________________________________
18935 [  2220] By: gsar                                  on 1998/11/08  21:13:07
18936     Log: integrate changes#2120,2168,2218 from maint-5.005;
18937          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
18938          enum; make regen_headers
18939  Branch: perl
18940        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
18941        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
18942 ____________________________________________________________________________
18943 [  2219] By: gsar                                  on 1998/11/08  19:42:57
18944     Log: integrate cfgperl changes into mainline
18945  Branch: perl
18946       +> README.vmesa
18947       !> Configure MANIFEST Porting/Glossary Porting/config.sh
18948       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
18949       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
18950       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
18951       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
18952       !> thread.h vms/subconfigure.com vos/config.h
18953 ____________________________________________________________________________
18954 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
18955     Log: From: Graham Barr <gbarr@ti.com>
18956          Date: Mon, 2 Nov 1998 07:38:52 -0600
18957          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
18958          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
18959  Branch: maint-5.005/perl
18960        ! ext/IPC/SysV/Msg.pm
18961 ____________________________________________________________________________
18962 [  2215] By: gsar                                  on 1998/11/08  02:52:52
18963     Log: set close-on-exec bit on pipe() FDs
18964  Branch: perl
18965        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
18966 ____________________________________________________________________________
18967 [  2214] By: gsar                                  on 1998/11/08  02:27:57
18968     Log: typo in newHVhv()
18969  Branch: perl
18970        ! hv.c
18971 ____________________________________________________________________________
18972 [  2211] By: jhi                                   on 1998/11/07  21:14:18
18973     Log: Finalize the Mach CThreads support.
18974          
18975          From: Hans Mulder <hansm@icgroup.nl>
18976          Date: Sat,  7 Nov 98 22:06:20 +0100
18977          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18978          Cc: jhi@iki.fi, perl5-porters@perl.org
18979          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
18980          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
18981  Branch: cfgperl
18982        ! malloc.c perl.h
18983 ____________________________________________________________________________
18984 [  2210] By: gsar                                  on 1998/11/06  20:36:50
18985     Log: fix AvREALISH bogusness
18986  Branch: perl
18987        ! av.c t/op/array.t
18988 ____________________________________________________________________________
18989 [  2209] By: jhi                                   on 1998/11/06  08:05:31
18990     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
18991          ASSERT() causes problems in {NeXTStep,OpenStep}.
18992          
18993          From: Hans Mulder <hansm@icgroup.nl>
18994          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
18995          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18996          Date: Fri,  6 Nov 98 01:27:41 +0100
18997          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
18998          
18999          and
19000          
19001          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19002          Subject: Re: ASSERT() in malloc.c
19003          To: jhi@iki.fi
19004          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
19005          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
19006  Branch: cfgperl
19007        ! malloc.c
19008 ____________________________________________________________________________
19009 [  2208] By: jhi                                   on 1998/11/06  07:55:38
19010     Log: Mach CThreads needs #include <mach/cthreads.h>.
19011  Branch: cfgperl
19012        ! perl.h
19013 ____________________________________________________________________________
19014 [  2206] By: jhi                                   on 1998/11/05  14:54:52
19015     Log: PERL_BADLANG wrongly documented.
19016          
19017          From: ts <decoux@moulon.inra.fr>
19018          To: jhi@cc.hut.fi
19019          Subject: Re: Locale warning messages
19020          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
19021          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
19022          
19023          and
19024          
19025          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19026          Subject: Re: PERL_BADLANG
19027          To: jhi@iki.fi
19028          Subject: Re: PERL_BADLANG
19029          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
19030          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
19031  Branch: cfgperl
19032        ! pod/perllocale.pod
19033 ____________________________________________________________________________
19034 [  2205] By: jhi                                   on 1998/11/05  14:24:33
19035     Log: Document all the control flow keywords in perlfunc
19036          so that "perlfunc -f while" works.
19037  Branch: cfgperl
19038        ! pod/perlfunc.pod
19039 ____________________________________________________________________________
19040 [  2204] By: jhi                                   on 1998/11/05  12:46:02
19041     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
19042          (from vos/config.h).  Update Porting/{Glossary,config*}.
19043  Branch: cfgperl
19044        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19045        ! config_h.SH vos/config.h
19046 ____________________________________________________________________________
19047 [  2203] By: jhi                                   on 1998/11/05  08:34:39
19048     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
19049  Branch: cfgperl
19050        ! hints/vmesa.sh vms/subconfigure.com
19051 ____________________________________________________________________________
19052 [  2202] By: jhi                                   on 1998/11/05  08:03:20
19053     Log: Integrate from mainperl.
19054  Branch: cfgperl
19055       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
19056       !> win32/Makefile win32/makefile.mk win32/win32.c
19057 ____________________________________________________________________________
19058 [  2201] By: gsar                                  on 1998/11/05  04:40:44
19059     Log: another POPSTACK victim
19060  Branch: perl
19061        ! cop.h sv.c
19062 ____________________________________________________________________________
19063 [  2196] By: gsar                                  on 1998/11/05  02:07:54
19064     Log: fix a location affected by change#2191, add note about POPSTACK
19065  Branch: perl
19066        ! cop.h gv.c pp_ctl.c
19067 ____________________________________________________________________________
19068 [  2195] By: gsar                                  on 1998/11/05  02:04:45
19069     Log: makefile notes
19070  Branch: perl
19071        ! win32/Makefile win32/makefile.mk
19072 ____________________________________________________________________________
19073 [  2192] By: gsar                                  on 1998/11/04  23:48:53
19074     Log: indeterminate order-of-evaluation fixes
19075  Branch: perl
19076        ! mg.c
19077 ____________________________________________________________________________
19078 [  2191] By: gsar                                  on 1998/11/04  23:02:16
19079     Log: refetch local stack pointer in POPSTACK
19080  Branch: perl
19081        ! cop.h perl.c
19082 ____________________________________________________________________________
19083 [  2190] By: jhi                                   on 1998/11/04  08:50:40
19084     Log: Configure update.
19085          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
19086          
19087          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19088          To: Martin Bligh <mbligh@sequent.com>
19089          Cc: Jarkko Hietaniemi <jhi@iki.fi>
19090          Subject: Re: Perl 5's configure on DYNIX/ptx
19091          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
19092          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
19093          
19094          find sockets also from libsocket, not just libnet.
19095          OS390: $compile_ok instead of $compile for <inttypes.h>,
19096          
19097          From: pvhp@forte.com (Peter Prymmer)
19098          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
19099          Subject: _53 not OK on os390 but looking better than ever
19100          Date: Tue, 3 Nov 98 17:33:22 PST
19101          Message-Id: <9811040133.AA09450@forte.com>
19102  Branch: cfgperl
19103        ! Configure
19104 ____________________________________________________________________________
19105 [  2189] By: jhi                                   on 1998/11/04  07:43:58
19106     Log: sysio.t failure: fix undefined order of evaluation, from
19107          
19108          From: Spider Boardman <spider@web.zk3.dec.com>
19109          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
19110          To: perlbug@perl.com
19111          Date: 4 Nov 1998 01:22:30 +0200
19112          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19113  Branch: cfgperl
19114        ! pp_sys.c
19115 ____________________________________________________________________________
19116 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19117     Log: fix return value of win32_pclose()
19118  Branch: perl
19119        ! win32/win32.c
19120 ____________________________________________________________________________
19121 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19122     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19123  Branch: perl
19124        ! Changes doop.c gv.c util.c
19125 ____________________________________________________________________________
19126 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19127     Log: Document quads in pack.
19128  Branch: cfgperl
19129        ! pod/perlfunc.pod
19130 ____________________________________________________________________________
19131 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19132     Log: (IV) vs (I32) vs I_V()
19133          
19134          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19135          From: Anton Berezin <tobez@plab.ku.dk> 
19136          To: "p5p" <perl5-porters@perl.org> 
19137          Date: 01 Nov 1998 15:09:11 +0100 
19138          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19139          
19140          and
19141          
19142          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19143          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19144          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19145  Branch: cfgperl
19146        ! sv.c
19147 ____________________________________________________________________________
19148 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19149     Log: VM/ESA updates.
19150  Branch: cfgperl
19151        + README.vmesa
19152        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19153 ____________________________________________________________________________
19154 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19155     Log: The id(1)-parsing is real fun.
19156  Branch: cfgperl
19157        ! t/op/groups.t
19158 ____________________________________________________________________________
19159 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19160     Log: Decommission the symlink test.
19161  Branch: cfgperl
19162        ! t/op/lex_assign.t
19163 ____________________________________________________________________________
19164 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19165     Log: Replace ATTR_JOINABLE with true Configure probe
19166          for PTHREAD_CREATE_JOINABLE (or equivalent:
19167          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19168          Remove ATTR_JOINABLE itself: Thread.xs uses
19169          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19170          
19171          Really scan for <mach/cthreads.h> only if usethreads.
19172  Branch: cfgperl
19173        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19174 ____________________________________________________________________________
19175 [  2180] By: jhi                                   on 1998/11/02  11:07:34
19176     Log: In HP-UX 10.X usethreads only if the required files are present.
19177  Branch: cfgperl
19178        ! hints/hpux.sh
19179 ____________________________________________________________________________
19180 [  2179] By: jhi                                   on 1998/11/02  09:10:33
19181     Log: Prefer groups(1).
19182          id -Gn can be broken.
19183          id -a can save the day.
19184  Branch: cfgperl
19185        ! t/op/groups.t
19186 ____________________________________________________________________________
19187 [  2178] By: jhi                                   on 1998/11/02  08:35:29
19188     Log: Detrail enum comma.
19189  Branch: cfgperl
19190        ! perl.h
19191 ____________________________________________________________________________
19192 [  2177] By: jhi                                   on 1998/11/02  08:24:12
19193     Log: 0**0 = 1, from
19194          
19195          From: d-lewart@uiuc.edu (Daniel S. Lewart)
19196          Subject: Math::Complex 0**0 patches
19197          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
19198          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
19199          To: jhi@iki.fi (Jarkko Hietaniemi),
19200          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
19201  Branch: cfgperl
19202        ! lib/Math/Complex.pm t/lib/complex.t
19203 ____________________________________________________________________________
19204 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
19205     Log: From: jan.dubois@ibm.net (Jan Dubois)   
19206          Date: Fri, 09 Oct 1998 23:28:31 +0200
19207          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
19208          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
19209  Branch: maint-5.005/perl
19210        ! XSUB.h
19211 ____________________________________________________________________________
19212 [  2164] By: jhi                                   on 1998/10/31  15:50:02
19213     Log: Integrate from mainperl.
19214  Branch: cfgperl
19215       +> t/op/lex_assign.t
19216       !> (integrate 45 files)
19217
19218 ----------------
19219 Version 5.005_53
19220 ----------------
19221
19222 ____________________________________________________________________________
19223 [  2163] By: gsar                                  on 1998/10/31  11:31:12
19224     Log: bump patchlevel; other minor fixes for clean build and test on
19225          Solaris and win32
19226  Branch: perl
19227        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
19228        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
19229        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
19230        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19231        ! x2p/a2p.c
19232 ____________________________________________________________________________
19233 [  2162] By: gsar                                  on 1998/10/31  09:40:31
19234     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19235          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
19236          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
19237          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
19238  Branch: perl
19239        ! pp.h
19240 ____________________________________________________________________________
19241 [  2161] By: gsar                                  on 1998/10/31  09:39:13
19242     Log: From: Albert Dvornik <bert@genscan.com>
19243          Date: 30 Oct 1998 17:50:04 -0500
19244          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
19245          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
19246  Branch: perl
19247        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
19248 ____________________________________________________________________________
19249 [  2160] By: gsar                                  on 1998/10/31  09:35:03
19250     Log: fix for bugs in -x mode
19251          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19252          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
19253          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
19254          Subject: [PATCH 5.00552] Fix h2xs
19255  Branch: perl
19256        ! utils/h2xs.PL
19257 ____________________________________________________________________________
19258 [  2159] By: gsar                                  on 1998/10/31  09:31:36
19259     Log: Data::Dumper update
19260  Branch: perl
19261        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19262        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
19263 ____________________________________________________________________________
19264 [  2153] By: gsar                                  on 1998/10/30  21:40:09
19265     Log: add testsuite portion of patch
19266          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19267          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
19268          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
19269          Subject: [PATCH 5.00321 ;-)] 87% speedup
19270  Branch: perl
19271        + t/op/lex_assign.t
19272        ! MANIFEST
19273 ____________________________________________________________________________
19274 [  2152] By: gsar                                  on 1998/10/30  21:08:11
19275     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
19276  Branch: perl
19277        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
19278 ____________________________________________________________________________
19279 [  2151] By: gsar                                  on 1998/10/30  20:18:09
19280     Log: From: Mark-Jason Dominus <mjd@plover.com>
19281          Date: Fri, 30 Oct 1998 14:24:23 EST
19282          Message-Id: <19981030192423.27276.qmail@plover.com>
19283          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
19284  Branch: perl
19285        ! x2p/walk.c
19286 ____________________________________________________________________________
19287 [  2150] By: gsar                                  on 1998/10/30  20:08:57
19288     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19289          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
19290          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
19291          Subject: [PATCH 5.00552] Overloaded <> and deref again
19292  Branch: perl
19293        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
19294        ! t/pragma/overload.t toke.c
19295 ____________________________________________________________________________
19296 [  2149] By: gsar                                  on 1998/10/30  19:38:15
19297     Log: From: Roderick Schertler <roderick@argon.org>
19298          Date: Thu, 29 Oct 1998 14:50:18 -0500
19299          Message-ID: <17625.909690618@eeyore.ibcinc.com>
19300          Subject: patch for daemonization docs in perlipc
19301  Branch: perl
19302        ! pod/perlipc.pod
19303 ____________________________________________________________________________
19304 [  2148] By: gsar                                  on 1998/10/30  19:36:07
19305     Log: From: Anton Berezin <tobez@plab.ku.dk>
19306          Date: 29 Oct 1998 17:06:25 +0100
19307          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
19308          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
19309  Branch: perl
19310        ! win32/win32.c
19311 ____________________________________________________________________________
19312 [  2147] By: gsar                                  on 1998/10/30  19:31:37
19313     Log: tweaked version of suggested patch
19314          From: Anton Berezin <tobez@plab.ku.dk>
19315          Date: 29 Oct 1998 14:48:54 +0100
19316          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
19317          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
19318  Branch: perl
19319        ! win32/win32.c
19320 ____________________________________________________________________________
19321 [  2146] By: gsar                                  on 1998/10/30  19:03:50
19322     Log: hand-apply whitespace-mutiliated patch
19323          From: "vishal bhatia" <vishalb@hotmail.com>
19324          Date: Wed, 28 Oct 1998 23:45:32 PST
19325          Message-ID: <19981029074534.2334.qmail@hotmail.com>
19326          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
19327  Branch: perl
19328        ! ext/B/B/C.pm ext/B/B/CC.pm
19329 ____________________________________________________________________________
19330 [  2145] By: gsar                                  on 1998/10/30  18:46:58
19331     Log: remaining PL_foo stragglers
19332  Branch: perl
19333        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
19334        ! op.h os2/os2.c vms/gen_shrfls.pl
19335 ____________________________________________________________________________
19336 [  2144] By: gsar                                  on 1998/10/30  17:38:36
19337     Log: integrate cfgperl tweaks into mainline
19338  Branch: perl
19339       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
19340       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19341 ____________________________________________________________________________
19342 [  2143] By: jhi                                   on 1998/10/30  13:27:39
19343     Log: There can be multiple yacc/bison errors.
19344  Branch: cfgperl
19345        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19346 ____________________________________________________________________________
19347 [  2142] By: jhi                                   on 1998/10/30  13:18:43
19348     Log: README.posix-bc update.
19349  Branch: cfgperl
19350        ! README.posix-bc
19351 ____________________________________________________________________________
19352 [  2141] By: jhi                                   on 1998/10/30  09:12:59
19353     Log: #2133 fallout.
19354  Branch: cfgperl
19355        ! doio.c ext/POSIX/POSIX.xs
19356 ____________________________________________________________________________
19357 [  2140] By: jhi                                   on 1998/10/30  08:43:18
19358     Log: Integrate from mainperl.
19359  Branch: cfgperl
19360       +> globvar.sym pp.sym
19361        - objpp.h thread.sym
19362       !> (integrate 61 files)
19363 ____________________________________________________________________________
19364 [  2133] By: gsar                                  on 1998/10/30  02:51:39
19365     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
19366          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
19367          should soon be automated also; the global variables that
19368          escaped the PL_foo conversion are now reined in; renamed
19369          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
19370          type of same name; duplicated lists of pp_things in various
19371          places is now gone; result has only been tested on win32
19372  Branch: perl
19373        + globvar.sym pp.sym
19374        - objpp.h thread.sym
19375        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
19376        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
19377        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
19378        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
19379        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
19380        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
19381        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
19382        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
19383        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19384        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19385        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
19386 ____________________________________________________________________________
19387 [  2130] By: jhi                                   on 1998/10/29  15:31:26
19388     Log: Pure bison yylex() proto was broken.
19389  Branch: cfgperl
19390        ! proto.h
19391 ____________________________________________________________________________
19392 [  2126] By: jhi                                   on 1998/10/29  08:35:54
19393     Log: Integrate mainperl.
19394  Branch: cfgperl
19395       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19396       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
19397       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
19398       !> t/pragma/warn/doio toke.c win32/makefile.mk
19399 ____________________________________________________________________________
19400 [  2125] By: jhi                                   on 1998/10/29  08:32:38
19401     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
19402  Branch: cfgperl
19403        ! Makefile.SH
19404 ____________________________________________________________________________
19405 [  2124] By: jhi                                   on 1998/10/29  08:06:44
19406     Log: EBCDIC Makefile.SH tuneup.
19407  Branch: cfgperl
19408        ! Makefile.SH
19409 ____________________________________________________________________________
19410 [  2119] By: gsar                                  on 1998/10/28  23:24:04
19411     Log: remove doubled hunk from integration
19412  Branch: perl
19413        ! pp.c
19414 ____________________________________________________________________________
19415 [  2118] By: gsar                                  on 1998/10/28  22:03:31
19416     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19417          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
19418          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
19419          Subject: [PATCH 5.00552] Minor debugger tweaks
19420  Branch: perl
19421        ! lib/perl5db.pl
19422 ____________________________________________________________________________
19423 [  2117] By: gsar                                  on 1998/10/28  22:02:30
19424     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19425          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
19426          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
19427          Subject: [PATCH 5.00552] Make sort respect overloading
19428  Branch: perl
19429        ! pp_ctl.c proto.h t/pragma/overload.t
19430 ____________________________________________________________________________
19431 [  2116] By: gsar                                  on 1998/10/28  21:51:11
19432     Log: MM patches from Ilya Zakharevich
19433          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
19434          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
19435          Subject: [PATCH 5.00552] Make MakeMaker more verbose
19436          --
19437          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
19438          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
19439          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
19440  Branch: perl
19441        ! lib/ExtUtils/MakeMaker.pm
19442 ____________________________________________________________________________
19443 [  2115] By: gsar                                  on 1998/10/28  21:46:19
19444     Log: add explicit references to perl source path in ld2 and gcc2
19445  Branch: perl
19446        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19447 ____________________________________________________________________________
19448 [  2114] By: gsar                                  on 1998/10/28  21:39:56
19449     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19450          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
19451          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
19452          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
19453  Branch: perl
19454        ! INSTALL
19455 ____________________________________________________________________________
19456 [  2113] By: gsar                                  on 1998/10/28  21:21:16
19457     Log: integrate cfgperl into mainline
19458  Branch: perl
19459       +> t/op/filetest.t
19460       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
19461       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
19462       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19463       !> thread.h toke.c vmesa/Makefile
19464 ____________________________________________________________________________
19465 [  2112] By: gsar                                  on 1998/10/28  21:14:18
19466     Log: minor cleanup
19467  Branch: perl
19468        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
19469 ____________________________________________________________________________
19470 [  2111] By: gsar                                  on 1998/10/28  18:52:10
19471     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
19472  Branch: perl
19473        ! toke.c
19474 ____________________________________________________________________________
19475 [  2110] By: jhi                                   on 1998/10/28  15:07:54
19476     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
19477  Branch: cfgperl
19478        ! Makefile.SH
19479 ____________________________________________________________________________
19480 [  2109] By: jhi                                   on 1998/10/28  13:39:54
19481     Log: a2p.y needs to generate also y.tab.h.
19482  Branch: cfgperl
19483        ! Makefile.SH
19484 ____________________________________________________________________________
19485 [  2108] By: jhi                                   on 1998/10/28  10:33:36
19486     Log: The "parse error" must be converted to "syntax error",
19487          just matching it aint' enough.
19488  Branch: cfgperl
19489        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19490        ! t/pragma/warning.t
19491 ____________________________________________________________________________
19492 [  2107] By: jhi                                   on 1998/10/28  10:23:05
19493     Log: Regen sig_n{ame,umber}* if slightest doubt.
19494  Branch: cfgperl
19495        ! Configure
19496 ____________________________________________________________________________
19497 [  2106] By: jhi                                   on 1998/10/28  08:44:49
19498     Log: Bison says 'parse error', not 'parser error'.
19499  Branch: cfgperl
19500        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19501        ! t/pragma/warning.t
19502 ____________________________________________________________________________
19503 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19504     Log: yylex() parametrization.
19505  Branch: cfgperl
19506        ! proto.h toke.c
19507 ____________________________________________________________________________
19508 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19509     Log: Bring in #2102.
19510  Branch: cfgperl
19511        ! pp.c
19512 ____________________________________________________________________________
19513 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19514     Log: From: Dominic Dunlop <domo@vo.lu>
19515          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19516          Date: 27 Oct 1998 20:47:25 +0200
19517          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19518  Branch: cfgperl
19519        ! t/op/groups.t
19520 ____________________________________________________________________________
19521 [  2102] By: larry                                 on 1998/10/27  18:58:55
19522     Log: utf8 change to quotemeta broke EBCDIC
19523  Branch: perl
19524        ! pp.c
19525 ____________________________________________________________________________
19526 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19527     Log: $Config{sig_num_init}.
19528          Also, a new approach to the 'pthreads-created-joinable': drop
19529          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19530          directly. (See also #2096).
19531  Branch: cfgperl
19532        ! Configure config_h.SH
19533 ____________________________________________________________________________
19534 [  2100] By: jhi                                   on 1998/10/27  10:48:55
19535     Log: Regenerated perly_c.diff.
19536  Branch: cfgperl
19537        ! perly_c.diff
19538 ____________________________________________________________________________
19539 [  2099] By: jhi                                   on 1998/10/27  08:42:25
19540     Log: First the mangler was Netscape, then it was me.
19541  Branch: cfgperl
19542        ! vmesa/Makefile
19543 ____________________________________________________________________________
19544 [  2098] By: jhi                                   on 1998/10/27  08:34:40
19545     Log: `id -Gn` might be available where `groups` is not.
19546  Branch: cfgperl
19547        ! t/op/groups.t
19548 ____________________________________________________________________________
19549 [  2097] By: jhi                                   on 1998/10/27  08:05:17
19550     Log: Netscape had mangled the tabs.
19551  Branch: cfgperl
19552        ! vmesa/Makefile
19553 ____________________________________________________________________________
19554 [  2096] By: jhi                                   on 1998/10/27  08:03:05
19555     Log: ATTR_JOINABLE logic, based on (private email)
19556          
19557          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
19558          Subject: Some little diffs
19559          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
19560          Date: Tue, 27 Oct 1998 13:44:42 +1300
19561  Branch: cfgperl
19562        ! thread.h
19563 ____________________________________________________________________________
19564 [  2095] By: jhi                                   on 1998/10/27  07:56:57
19565     Log: Mach cthreads support based on:
19566          
19567          From: brie@corp.home.net (Brian Harrison)
19568          Subject: perl5.005_02 patch for mthreads
19569          To: perl5-porters@perl.org
19570          Date: 24 Oct 1998 01:01:55 +0300
19571          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
19572          
19573          Pthread yield probe (dejavu)
19574          Cosmetic nanochange for the union semun output.
19575          Better inttypes.h probe.
19576          Undo the 'void *' $selecttype probe from #1971 because
19577          it breaks the $selectminbits test.
19578  Branch: cfgperl
19579        ! Configure config_h.SH perl.h thread.h
19580 ____________________________________________________________________________
19581 [  2094] By: jhi                                   on 1998/10/26  13:02:07
19582     Log: Also posix-bc wants to reyacc.
19583  Branch: cfgperl
19584        ! Makefile.SH
19585 ____________________________________________________________________________
19586 [  2093] By: jhi                                   on 1998/10/26  10:17:21
19587     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
19588          5_02 and really breaking things in non-ASCII worlds.
19589  Branch: cfgperl
19590        ! pp.c
19591 ____________________________________________________________________________
19592 [  2092] By: jhi                                   on 1998/10/26  09:08:00
19593     Log: More robustness.
19594  Branch: cfgperl
19595        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19596        ! t/pragma/warning.t
19597 ____________________________________________________________________________
19598 [  2091] By: jhi                                   on 1998/10/26  08:47:32
19599     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
19600          Bison really wants YYLEX_PARAM.
19601  Branch: cfgperl
19602        ! perly.y proto.h toke.c
19603 ____________________________________________________________________________
19604 [  2090] By: jhi                                   on 1998/10/26  08:21:25
19605     Log: s/YYLEX_PARAM/YYLEXPARAM/
19606  Branch: cfgperl
19607        ! perly.y
19608 ____________________________________________________________________________
19609 [  2089] By: jhi                                   on 1998/10/26  08:17:33
19610     Log: Indicate skipped subtests.
19611  Branch: cfgperl
19612        ! t/io/pipe.t
19613 ____________________________________________________________________________
19614 [  2088] By: jhi                                   on 1998/10/26  08:11:36
19615     Log: Integrate from mainperl.
19616  Branch: cfgperl
19617       !> (integrate 54 files)
19618 ____________________________________________________________________________
19619 [  2087] By: jhi                                   on 1998/10/26  08:08:02
19620     Log: Add test for filetests.
19621  Branch: cfgperl
19622        + t/op/filetest.t
19623        ! MANIFEST
19624 ____________________________________________________________________________
19625 [  2086] By: gsar                                  on 1998/10/26  02:44:44
19626     Log: various win32 tweaks; disable new xs_cpp section (it creates
19627          ambiguous inference graph for %.xs --> %.o)
19628  Branch: perl
19629        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
19630        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
19631        ! win32/config.gc win32/config_H.gc win32/makedef.pl
19632        ! win32/makefile.mk win32/win32.h
19633 ____________________________________________________________________________
19634 [  2085] By: gsar                                  on 1998/10/26  00:50:02
19635     Log: sanity-check $Config{drand01} in rand.t
19636  Branch: perl
19637        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
19638        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19639 ____________________________________________________________________________
19640 [  2078] By: gsar                                  on 1998/10/25  10:22:04
19641     Log: update win32/config*.?c
19642  Branch: perl
19643        ! Changes win32/config.bc win32/config.gc win32/config.vc
19644        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19645 ____________________________________________________________________________
19646 [  2077] By: gsar                                  on 1998/10/25  08:39:25
19647     Log: From: Graham Barr <gbarr@pobox.com>
19648          Date: Sat, 24 Oct 1998 21:45:50 -0500
19649          Message-ID: <19981024214550.C508@pobox.com>
19650          Subject: Re: die with a reference  should use overload "" operator
19651  Branch: perl
19652        ! pp_ctl.c
19653 ____________________________________________________________________________
19654 [  2076] By: gsar                                  on 1998/10/25  08:37:49
19655     Log: From: Graham Barr <gbarr@pobox.com>
19656          Date: Sat, 24 Oct 1998 12:45:21 -0500
19657          Message-ID: <19981024124521.C512@pobox.com>
19658          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
19659  Branch: perl
19660        ! sv.c
19661 ____________________________________________________________________________
19662 [  2075] By: gsar                                  on 1998/10/25  08:24:09
19663     Log: fix C<print $n += 5;> etc.
19664  Branch: perl
19665        ! toke.c
19666 ____________________________________________________________________________
19667 [  2074] By: gsar                                  on 1998/10/25  08:12:28
19668     Log: list builtins with portability caveats
19669          From: Jarkko Hietaniemi <jhi@iki.fi>
19670          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
19671          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
19672          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
19673  Branch: perl
19674        ! pod/perlfunc.pod
19675 ____________________________________________________________________________
19676 [  2073] By: gsar                                  on 1998/10/25  07:55:43
19677     Log: fix stack overrun in file test operators
19678  Branch: perl
19679        ! pp_sys.c
19680 ____________________________________________________________________________
19681 [  2072] By: gsar                                  on 1998/10/25  07:29:45
19682     Log: implement C<goto &func> and other fixes (via private mail)
19683          From:    "vishal bhatia" <vishalb@hotmail.com>
19684          Date:    Wed, 21 Oct 1998 22:59:03 PDT
19685          Message-Id: <19981022055904.20083.qmail@hotmail.com>
19686          Subject: [PATCH 5.005_52] More fixes for B
19687  Branch: perl
19688        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
19689 ____________________________________________________________________________
19690 [  2071] By: gsar                                  on 1998/10/25  07:14:41
19691     Log: From: Graham Barr <gbarr@pobox.com>
19692          Date: Sat, 17 Oct 1998 20:42:41 -0500
19693          Message-ID: <19981017204241.G510@pobox.com>
19694          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
19695  Branch: perl
19696        ! pp_ctl.c
19697 ____________________________________________________________________________
19698 [  2070] By: gsar                                  on 1998/10/25  07:07:29
19699     Log: avoid bogus line number in XSUB redefined warnings
19700  Branch: perl
19701        ! op.c
19702 ____________________________________________________________________________
19703 [  2069] By: gsar                                  on 1998/10/25  06:59:03
19704     Log: From: Martijn Koster <mak@excitecorp.com>
19705          Date: Wed, 21 Oct 1998 13:12:03 +0100
19706          Message-ID: <19981021131203.A15661@excitecorp.com>
19707          Subject: File::Path::mkpath reports the wrong error
19708  Branch: perl
19709        ! lib/File/Path.pm
19710 ____________________________________________________________________________
19711 [  2068] By: gsar                                  on 1998/10/25  06:54:43
19712     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
19713          Date: Tue, 20 Oct 1998 20:52:20 -0500
19714          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
19715          Subject: Exporter.pm's export_to_level() argument handling buggy
19716  Branch: perl
19717        ! lib/Exporter.pm
19718 ____________________________________________________________________________
19719 [  2067] By: gsar                                  on 1998/10/25  06:50:19
19720     Log: From: jan.dubois@ibm.net (Jan Dubois)
19721          Date: Wed, 21 Oct 1998 00:55:51 +0200
19722          Message-ID: <36380269.55370608@smtp1.ibm.net>
19723          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
19724  Branch: perl
19725        ! ext/DynaLoader/DynaLoader_pm.PL
19726 ____________________________________________________________________________
19727 [  2066] By: gsar                                  on 1998/10/25  06:48:19
19728     Log: recognize '%' as a shell metachar for win32
19729          From: jan.dubois@ibm.net (Jan Dubois)
19730          Date: Tue, 20 Oct 1998 21:57:35 +0200
19731          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
19732          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
19733  Branch: perl
19734        ! win32/win32.c
19735 ____________________________________________________________________________
19736 [  2065] By: gsar                                  on 1998/10/25  06:46:30
19737     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
19738  Branch: perl
19739        ! sv.c
19740 ____________________________________________________________________________
19741 [  2064] By: gsar                                  on 1998/10/25  06:45:09
19742     Log: From: Gisle Aas <gisle@aas.no>
19743          Date: 20 Oct 1998 14:24:44 +0200
19744          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
19745          Subject: ord() and unpack("U*",...) should not be negative
19746  Branch: perl
19747        ! pp.c
19748 ____________________________________________________________________________
19749 [  2063] By: gsar                                  on 1998/10/25  06:42:29
19750     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19751          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
19752          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
19753          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
19754  Branch: perl
19755        ! os2/os2.c
19756 ____________________________________________________________________________
19757 [  2062] By: gsar                                  on 1998/10/25  06:41:26
19758     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19759          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
19760          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
19761          Subject: [PATCH 5.005_*] Speed up aassign
19762  Branch: perl
19763        ! pp_hot.c
19764 ____________________________________________________________________________
19765 [  2061] By: gsar                                  on 1998/10/25  06:39:04
19766     Log: From: Graham Barr <gbarr@pobox.com>
19767          Date: Sat, 17 Oct 1998 22:22:02 -0500
19768          Message-ID: <19981017222202.J510@pobox.com>
19769          Subject: Re: '*' prototype does not allow bareword with strict
19770  Branch: perl
19771        ! toke.c
19772 ____________________________________________________________________________
19773 [  2060] By: gsar                                  on 1998/10/25  06:37:34
19774     Log: handle '::' in section names properly
19775          From: Graham Barr <gbarr@pobox.com>
19776          Date: Sat, 17 Oct 1998 12:57:54 -0500
19777          Message-ID: <19981017125754.C510@pobox.com>
19778          Subject: Re: pod2html
19779  Branch: perl
19780        ! lib/Pod/Html.pm
19781 ____________________________________________________________________________
19782 [  2059] By: gsar                                  on 1998/10/25  06:33:43
19783     Log: integrate changes#1982,2014,2021 (from maint-5.005)
19784  Branch: perl
19785       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
19786       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
19787 ____________________________________________________________________________
19788 [  2058] By: gsar                                  on 1998/10/25  05:44:17
19789     Log: allow more win32 symbol exports (suggested by Jan Dubois)
19790  Branch: perl
19791        ! win32/makedef.pl
19792 ____________________________________________________________________________
19793 [  2057] By: gsar                                  on 1998/10/25  05:40:40
19794     Log: integrate change#2053 from maint-5.005
19795  Branch: perl
19796       !> cop.h t/cmd/while.t
19797 ____________________________________________________________________________
19798 [  2056] By: gsar                                  on 1998/10/25  05:16:41
19799     Log: commented version of a patch suggested by Drago Goricanec
19800          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19801          Date: 16 Oct 1998 15:24:45 +0300
19802          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
19803          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
19804  Branch: perl
19805        ! pp_sys.c
19806 ____________________________________________________________________________
19807 [  2055] By: gsar                                  on 1998/10/25  05:11:03
19808     Log: include eof() in description of buffering caveats
19809          From: Anton Berezin <tobez@plab.ku.dk>
19810          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
19811          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
19812          Subject: [DOCPATCH] pod/perlfunc.pod
19813  Branch: perl
19814        ! pod/perlfunc.pod
19815 ____________________________________________________________________________
19816 [  2054] By: gsar                                  on 1998/10/25  05:07:42
19817     Log: disallow 'x' in hex numbers (except leading '0x')
19818          From: Gisle Aas <gisle@aas.no>
19819          Date: 16 Oct 1998 16:33:12 +0200
19820          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
19821          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
19822  Branch: perl
19823        ! perlvars.h t/op/oct.t util.c
19824 ____________________________________________________________________________
19825 [  2052] By: gsar                                  on 1998/10/25  04:49:04
19826     Log: avoid the circular refcnt logic in magic_mutexfree()
19827  Branch: perl
19828        ! mg.c pp.c pp_hot.c
19829 ____________________________________________________________________________
19830 [  2051] By: gsar                                  on 1998/10/25  04:35:07
19831     Log: properly restore PL_rsfp_filters after require
19832  Branch: perl
19833        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
19834        ! scope.h
19835 ____________________________________________________________________________
19836 [  2050] By: gsar                                  on 1998/10/25  02:42:32
19837     Log: integrate cfgperl changes back into mainline
19838  Branch: perl
19839       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
19840       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
19841       !> (integrate 33 files)
19842 ____________________________________________________________________________
19843 [  2049] By: gsar                                  on 1998/10/25  01:30:48
19844     Log: avoid "mysterious" compile-time failures without messages
19845  Branch: perl
19846        ! gv.c
19847 ____________________________________________________________________________
19848 [  2041] By: gsar                                  on 1998/10/23  21:11:56
19849     Log: checkin jpl under //depot/perlext/jpl/...
19850  Branch: perlext
19851        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
19852        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
19853        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
19854        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
19855        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
19856        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
19857        + jpl/PerlInterpreter/Makefile.PL
19858        + jpl/PerlInterpreter/PerlInterpreter.c
19859        + jpl/PerlInterpreter/PerlInterpreter.h
19860        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
19861        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
19862        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
19863        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
19864        + jpl/get_jdk/jdk_hosts jpl/install-jpl
19865 ____________________________________________________________________________
19866 [  2040] By: larry                                 on 1998/10/23  19:31:42
19867     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
19868  Branch: perl
19869        ! pp.c
19870 ____________________________________________________________________________
19871 [  2039] By: larry                                 on 1998/10/23  18:48:34
19872     Log: tr///d does not seem to work
19873  Branch: perl
19874        ! lib/utf8_heavy.pl
19875 ____________________________________________________________________________
19876 [  2038] By: larry                                 on 1998/10/23  18:00:41
19877     Log: Program with utf8 identifiers fails to compile
19878  Branch: perl
19879        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
19880 ____________________________________________________________________________
19881 [  2037] By: jhi                                   on 1998/10/23  14:04:51
19882     Log: Test suite portability:
19883          - posix-bc does not write to broken pipes
19884          - filehand #11 only iff we have fork
19885          - warning.t can now match $expected using regular expressions
19886  Branch: cfgperl
19887        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
19888        ! t/pragma/warning.t
19889 ____________________________________________________________________________
19890 [  2036] By: jhi                                   on 1998/10/23  12:12:07
19891     Log: yacc clarification.
19892  Branch: cfgperl
19893        ! README.posix-bc
19894 ____________________________________________________________________________
19895 [  2035] By: jhi                                   on 1998/10/23  12:09:59
19896     Log: Some C compilers get upset about 8-bit characters in /* comments. */
19897  Branch: cfgperl
19898        ! mg.c
19899 ____________________________________________________________________________
19900 [  2034] By: jhi                                   on 1998/10/22  09:11:52
19901     Log: Configure update: both for pthread_yield more robust
19902          testing (all variants of pthread_attr_getdetachstate()) --
19903          and because Configure was broken in major way! About 1000
19904          last lines were truncated.
19905  Branch: cfgperl
19906        ! Configure
19907 ____________________________________________________________________________
19908 [  2033] By: jhi                                   on 1998/10/22  07:47:10
19909     Log: DJGPP feedback for #2028.
19910  Branch: cfgperl
19911        ! thread.h
19912 ____________________________________________________________________________
19913 [  2032] By: jhi                                   on 1998/10/21  13:03:57
19914     Log: yielding, the saga continues.
19915  Branch: cfgperl
19916        ! Configure config_h.SH
19917       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
19918       !> t/op/goto.t t/pragma/constant.t
19919 ____________________________________________________________________________
19920 [  2031] By: jhi                                   on 1998/10/21  09:15:42
19921     Log: VM/ESA feedback for #2028.
19922  Branch: cfgperl
19923        ! Configure config_h.SH thread.h
19924 ____________________________________________________________________________
19925 [  2030] By: gsar                                  on 1998/10/21  04:22:53
19926     Log: fix handling of mayhaps-extended @_ in goto &sub
19927  Branch: perl
19928        ! av.c pp_ctl.c t/op/goto.t
19929 ____________________________________________________________________________
19930 [  2029] By: gsar                                  on 1998/10/21  00:54:14
19931     Log: restore sanity to "constant" references
19932  Branch: perl
19933        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
19934 ____________________________________________________________________________
19935 [  2028] By: jhi                                   on 1998/10/20  15:01:20
19936     Log: OLD_PTHREADS_API reorganizing.
19937  Branch: cfgperl
19938        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
19939        ! vmesa/vmesaish.h
19940 ____________________________________________________________________________
19941 [  2027] By: jhi                                   on 1998/10/20  14:14:51
19942     Log: #2026 fallout.
19943  Branch: cfgperl
19944        ! Makefile.SH
19945 ____________________________________________________________________________
19946 [  2026] By: jhi                                   on 1998/10/20  11:47:21
19947     Log: VM/ESA update.
19948  Branch: cfgperl
19949        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
19950 ____________________________________________________________________________
19951 [  2025] By: jhi                                   on 1998/10/20  08:20:56
19952     Log: 64-bitness, based on
19953          
19954          From: Scott Henry <scotth@sgi.com>
19955          To: perl-64bit@perl.org
19956          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
19957          Subject: Re: Configure problems/questions...
19958          Date: 19 Oct 1998 22:38:06 -0700
19959  Branch: cfgperl
19960        ! hints/irix_6.sh perl.h
19961 ____________________________________________________________________________
19962 [  2024] By: jhi                                   on 1998/10/20  08:09:07
19963     Log: Add lseeksize.
19964  Branch: cfgperl
19965        ! config_h.SH
19966 ____________________________________________________________________________
19967 [  2023] By: jhi                                   on 1998/10/20  08:08:33
19968     Log: Mumble about _yields() only when threaded.
19969  Branch: cfgperl
19970        ! Configure
19971 ____________________________________________________________________________
19972 [  2022] By: jhi                                   on 1998/10/20  07:46:26
19973     Log: Thinko at PTHREADS_CREATED_JOINABLE.
19974  Branch: cfgperl
19975        ! thread.h
19976 ____________________________________________________________________________
19977 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
19978     Log: From: Chip Salzenberg <chip@perlsupport.com>
19979          Date: Tue, 6 Oct 1998 13:33:05 -0400
19980          Message-ID: <19981006133305.A2348@perlsupport.com>
19981          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
19982  Branch: maint-5.005/perl
19983        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
19984        ! t/op/tie.t
19985 ____________________________________________________________________________
19986 [  2020] By: jhi                                   on 1998/10/19  09:15:53
19987     Log: YIELD more robustly.
19988  Branch: cfgperl
19989        ! thread.h
19990 ____________________________________________________________________________
19991 [  2019] By: jhi                                   on 1998/10/19  08:48:33
19992     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
19993          the 'new' one (just like DJGPP, it seems).
19994  Branch: cfgperl
19995        ! thread.h
19996 ____________________________________________________________________________
19997 [  2018] By: jhi                                   on 1998/10/19  07:02:44
19998     Log: vmesaish.h doesn't exclude unixish.h.
19999  Branch: cfgperl
20000        ! perl.h
20001 ____________________________________________________________________________
20002 [  2017] By: jhi                                   on 1998/10/19  06:44:19
20003     Log: 1<<$randbits is not good for randbits=48.
20004  Branch: cfgperl
20005        ! t/op/rand.t
20006 ____________________________________________________________________________
20007 [  2016] By: jhi                                   on 1998/10/19  06:39:47
20008     Log: Make #2012 glob pattern more portable.
20009  Branch: cfgperl
20010        ! Makefile.SH
20011 ____________________________________________________________________________
20012 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
20013     Log: Fix POSIX::sigprocmask not to check type of $old parameter
20014          as it is output only
20015  Branch: maint-5.005/perl
20016        ! ext/POSIX/POSIX.xs
20017 ____________________________________________________________________________
20018 [  2012] By: jhi                                   on 1998/10/17  15:04:23
20019     Log: clean numbered core dumps and t/tmp[0-9]*.
20020  Branch: cfgperl
20021        ! Makefile.SH
20022 ____________________________________________________________________________
20023 [  2011] By: jhi                                   on 1998/10/17  14:59:15
20024     Log: More robust yacc/bison failure output handling.
20025  Branch: cfgperl
20026        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20027 ____________________________________________________________________________
20028 [  2010] By: jhi                                   on 1998/10/17  14:51:05
20029     Log: BC2000 POSIX update.
20030  Branch: cfgperl
20031        ! MANIFEST
20032 ____________________________________________________________________________
20033 [  2009] By: jhi                                   on 1998/10/17  14:49:46
20034     Log: POSIX BC2000 port from perl-mvs:
20035          
20036          Subject: Ported perl 5.005.02 to BS2000 / POSIX
20037          From: Dorner Thomas <Thomas.Dorner@start.de> 
20038          Date: Tue, 29 Sep 1998 13:29:36 +0100 
20039          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
20040  Branch: cfgperl
20041        + README.posix-bc hints/posix-bc.sh
20042        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
20043        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
20044        ! unixish.h
20045 ____________________________________________________________________________
20046 [  2008] By: jhi                                   on 1998/10/17  14:07:49
20047     Log: VM/ESA-update.
20048  Branch: cfgperl
20049        ! MANIFEST
20050 ____________________________________________________________________________
20051 [  2007] By: jhi                                   on 1998/10/17  13:55:34
20052     Log: Forgot few S_I* imports.
20053  Branch: cfgperl
20054        ! t/lib/ipc_sysv.t
20055 ____________________________________________________________________________
20056 [  2006] By: jhi                                   on 1998/10/17  13:43:54
20057     Log: The VM/ESA port essentials, based on
20058          
20059          perl-mvs:
20060          
20061          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20062          Subject: Re: Can't find Data/Dumper.pm
20063          Date: Mon, 28 Sep 1998 07:40:49 +1300
20064          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
20065          
20066          private email:
20067          
20068          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20069          Subject: Re: Perl thread problems in VM/ESA
20070          Date: Thu, 15 Oct 1998 07:18:35 +1300
20071          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
20072          
20073          and private email:
20074          
20075          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
20076          Subject:  perl archive
20077          Date:  Sun, 11 Oct 1998 19:28:54 EDT
20078          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
20079          which gave a pointer to
20080          
20081          http://pucc.princeton.edu/~neale/perl.tar
20082          
20083          (based on Perl 5.005_51)
20084  Branch: cfgperl
20085        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20086        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
20087        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
20088        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
20089 ____________________________________________________________________________
20090 [  2005] By: jhi                                   on 1998/10/17  13:17:19
20091     Log: Integrate mainperl.
20092  Branch: cfgperl
20093       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
20094       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20095       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
20096       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
20097       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
20098       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
20099       !> win32/makefile.mk
20100 ____________________________________________________________________________
20101 [  2004] By: jhi                                   on 1998/10/17  11:19:06
20102     Log: Removed an extra ' from the int64_t test.
20103  Branch: cfgperl
20104        ! Configure
20105 ____________________________________________________________________________
20106 [  2003] By: gsar                                  on 1998/10/17  04:11:40
20107     Log: silence -w noises (suggested by Greg Bacon)
20108  Branch: perl
20109        ! lib/Term/Complete.pm
20110 ____________________________________________________________________________
20111 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20112     Log: From: Gisle Aas <gisle@aas.no>
20113          Date: 14 Oct 1998 15:53:14 +0200
20114          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20115          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20116  Branch: perl
20117        ! util.c
20118 ____________________________________________________________________________
20119 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20120     Log: From: Gisle Aas <gisle@aas.no>
20121          Date: 14 Oct 1998 15:17:44 +0200
20122          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20123          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20124  Branch: perl
20125        ! toke.c
20126 ____________________________________________________________________________
20127 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20128     Log: From: Gisle Aas <gisle@aas.no>
20129          Date: 14 Oct 1998 00:38:06 +0200
20130          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20131          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20132  Branch: perl
20133        ! sv.c
20134 ____________________________________________________________________________
20135 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20136     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20137          Date: Tue, 13 Oct 1998 15:10:57 -0700
20138          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20139          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20140  Branch: perl
20141        ! vms/ext/Stdio/Stdio.pm
20142 ____________________________________________________________________________
20143 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20144     Log: skip readonly vars and unref references when doing a reset()
20145  Branch: perl
20146        ! sv.c
20147 ____________________________________________________________________________
20148 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20149     Log: fix buggy treatment of large checksums on unicode strings
20150          From: Gisle Aas <gisle@aas.no>
20151          Date: 13 Oct 1998 21:35:39 +0200
20152          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20153          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20154  Branch: perl
20155        ! pp.c
20156 ____________________________________________________________________________
20157 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20158     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20159          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20160          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20161          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20162  Branch: perl
20163        ! os2/Makefile.SHs os2/os2.c
20164 ____________________________________________________________________________
20165 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20166     Log: clarify section name rules for typemaps
20167  Branch: perl
20168        ! pod/perlxs.pod
20169 ____________________________________________________________________________
20170 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20171     Log: whitespace-proof grent.t
20172  Branch: perl
20173        ! t/op/grent.t
20174 ____________________________________________________________________________
20175 [  1993] By: gsar                                  on 1998/10/17  02:27:29
20176     Log: fix bug in B::CC::pp_sassign()
20177          From: "vishal bhatia" <vishalb@hotmail.com>
20178          Date: Sun, 11 Oct 1998 18:41:38 PDT
20179          Message-ID: <19981012014139.19614.qmail@hotmail.com>
20180          Subject: B::CC problems with pp_sassign routine
20181  Branch: perl
20182        ! ext/B/B/CC.pm
20183 ____________________________________________________________________________
20184 [  1992] By: gsar                                  on 1998/10/17  02:17:49
20185     Log: applied suggested patch with small doc tweak
20186          From: Gisle Aas <gisle@aas.no>
20187          Date: 11 Oct 1998 12:53:13 +0200
20188          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
20189          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
20190  Branch: perl
20191        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
20192        ! t/op/tiehandle.t
20193 ____________________________________________________________________________
20194 [  1991] By: gsar                                  on 1998/10/17  02:08:30
20195     Log: apply non-conflicting parts from suggested patch
20196          From: jan.dubois@ibm.net (Jan Dubois)
20197          Date: Sat, 10 Oct 1998 13:15:45 +0200
20198          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
20199          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
20200  Branch: perl
20201        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20202 ____________________________________________________________________________
20203 [  1990] By: gsar                                  on 1998/10/17  02:01:24
20204     Log: provide option to enable optimization with VC (suggested by Jan
20205          Dubois)
20206  Branch: perl
20207        ! win32/Makefile win32/makefile.mk
20208 ____________________________________________________________________________
20209 [  1989] By: gsar                                  on 1998/10/17  01:55:27
20210     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
20211          Dave Leppik <dleppik@gage.com>
20212  Branch: perl
20213        ! perl.h
20214 ____________________________________________________________________________
20215 [  1988] By: gsar                                  on 1998/10/17  01:49:05
20216     Log: stray typo found by Hugo van der Sanden
20217  Branch: perl
20218        ! op.c
20219 ____________________________________________________________________________
20220 [  1987] By: gsar                                  on 1998/10/17  01:45:52
20221     Log: perldoc pod update
20222          From: Daniel Grisinger <dgris@perrin.dimensional.com>
20223          Date: 06 Oct 1998 23:56:51 -0600
20224          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
20225          Subject: [PATCH _02 and _52] perldoc
20226  Branch: perl
20227        ! utils/perldoc.PL
20228 ____________________________________________________________________________
20229 [  1986] By: gsar                                  on 1998/10/17  01:41:40
20230     Log: qualify names of builtins
20231  Branch: perl
20232        ! ext/POSIX/POSIX.pm
20233 ____________________________________________________________________________
20234 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
20235     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20236          Date: Thu, 17 Sep 1998 17:16:06 +0200
20237          Message-ID: <360127B6.E44564A@ispsoft.de>
20238          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20239  Branch: maint-5.005/perl
20240        ! lib/ExtUtils/MakeMaker.pm
20241 ____________________________________________________________________________
20242 [  1978] By: gsar                                  on 1998/10/16  01:58:58
20243     Log: integrate cfgperl mods into mainline
20244  Branch: perl
20245       +> ext/DynaLoader/dl_vmesa.xs
20246        ! Porting/genlog
20247       !> Configure MANIFEST Makefile.SH config_h.SH
20248       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20249       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
20250       !> x2p/Makefile.SH
20251 ____________________________________________________________________________
20252 [  1976] By: gsar                                  on 1998/10/16  00:10:52
20253     Log: stray tweak
20254  Branch: perl
20255        ! op.c
20256 ____________________________________________________________________________
20257 [  1975] By: gsar                                  on 1998/10/15  23:54:38
20258     Log: propagate typeness of lexicals while cloning them
20259  Branch: perl
20260        ! op.c
20261 ____________________________________________________________________________
20262 [  1974] By: gsar                                  on 1998/10/15  23:53:25
20263     Log: s/last/first/ typo in append_list()
20264  Branch: perl
20265        ! op.c
20266 ____________________________________________________________________________
20267 [  1973] By: gsar                                  on 1998/10/15  20:06:17
20268     Log: nuke confperl branch and contents
20269  Branch: confperl
20270        - (delete 1284 files)
20271 ____________________________________________________________________________
20272 [  1972] By: jhi                                   on 1998/10/15  07:07:35
20273     Log: Test #162 had been added but the "print 1..161" had not been updated.
20274  Branch: cfgperl
20275        ! t/op/pat.t
20276 ____________________________________________________________________________
20277 [  1971] By: gsar                                  on 1998/10/15  03:09:58
20278     Log: check in all confperl changes as of change#1964 into cfgperl
20279  Branch: cfgperl
20280        + ext/DynaLoader/dl_vmesa.xs
20281        ! Configure MANIFEST Makefile.SH config_h.SH
20282        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20283        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
20284 ____________________________________________________________________________
20285 [  1970] By: gsar                                  on 1998/10/15  03:05:59
20286     Log: integrate mainline to get tr.t
20287  Branch: cfgperl
20288       +> t/op/tr.t
20289 ____________________________________________________________________________
20290 [  1969] By: gsar                                  on 1998/10/15  03:04:17
20291     Log: add missing tr.t to repository
20292  Branch: perl
20293        + t/op/tr.t
20294 ____________________________________________________________________________
20295 [  1968] By: gsar                                  on 1998/10/15  03:02:43
20296     Log: create cfgperl branch
20297  Branch: cfgperl
20298       +> (branch 1282 files)
20299 ____________________________________________________________________________
20300 [  1967] By: gsar                                  on 1998/10/15  02:46:08
20301     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
20302          (MAN3PODS cannot be set to ' '; stray stricture violation)
20303  Branch: perl
20304        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
20305        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
20306        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
20307        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
20308        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
20309        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
20310        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
20311        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
20312        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
20313        ! lib/ExtUtils/MM_Unix.pm
20314 ____________________________________________________________________________
20315 [  1966] By: gsar                                  on 1998/10/15  02:19:03
20316     Log: tweak to make fix in change#1944 behave correctly for closures
20317          created within eval''
20318  Branch: perl
20319        ! op.c t/op/eval.t
20320 ____________________________________________________________________________
20321 [  1965] By: gsar                                  on 1998/10/14  23:22:41
20322     Log: use better numbers for exitstatus test
20323  Branch: perl
20324        ! t/op/die_exit.t
20325 ____________________________________________________________________________
20326 [  1964] By: jhi                                   on 1998/10/14  17:25:41
20327     Log: Add VM/ESA dynaloading (uses <dll.h>).
20328  Branch: confperl
20329        + ext/DynaLoader/dl_vmesa.xs
20330        ! MANIFEST
20331 ____________________________________________________________________________
20332 [  1963] By: jhi                                   on 1998/10/14  17:17:10
20333     Log: Remove a2p.loadmap in 'clean' target.
20334  Branch: confperl
20335        ! x2p/Makefile.SH
20336 ____________________________________________________________________________
20337 [  1962] By: jhi                                   on 1998/10/14  17:13:11
20338     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
20339  Branch: confperl
20340        ! Makefile.SH
20341 ____________________________________________________________________________
20342 [  1961] By: jhi                                   on 1998/10/14  16:27:39
20343     Log: VM/ESA creates executable.loadmaps.
20344  Branch: confperl
20345        ! Makefile.SH
20346 ____________________________________________________________________________
20347 [  1960] By: jhi                                   on 1998/10/14  15:37:39
20348     Log: Introduce SCHED_YIELD (one of sched_yield(),
20349          pthread_yield(), or pthread_yield(NULL)).
20350          YIELD is then defined using SCHED_YIELD unless
20351          a platform-specific YIELD has already been defined.
20352          
20353          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
20354          
20355          The need for pthread_yield(NULL) and pthread_attr_setdet...
20356          introduced by (private email)
20357          
20358          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20359          Date: Sat, 10 Oct 1998 21:08:15 +1300
20360          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
20361          Subject: Re: Perl thread problems in VM/ESA
20362          
20363          Better select() protoprobe (for AIX), from (private email)
20364          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20365          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
20366          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
20367          Subject: AIX select (fwd)
20368          From: Lars Hecking <lhecking@nmrc.ucc.ie>
20369          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
20370          Date: Fri, 2 Oct 1998 10:40:01 +0100
20371          Subject: AIX select
20372          
20373          Linux-avoid-so.X.Y, based on
20374          From: "Kurt D. Starsinic" <kstar@chapin.edu>
20375          Date: Tue, 13 Oct 1998 15:55:07 -0400
20376          Message-ID: <19981013155507.B4004@O2.chapin.edu>
20377          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
20378  Branch: confperl
20379        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
20380        ! thread.h
20381 ____________________________________________________________________________
20382 [  1959] By: jhi                                   on 1998/10/14  12:51:26
20383     Log: Some old pthread implementations have
20384          pthread_attr_setdetachstate(pthread_attr_t*, int*).
20385  Branch: confperl
20386        ! ext/Thread/Thread.xs
20387 ____________________________________________________________________________
20388 [  1958] By: jhi                                   on 1998/10/14  12:41:11
20389     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
20390          counterparts will follow soon.
20391  Branch: confperl
20392        ! thread.h
20393 ____________________________________________________________________________
20394 [  1957] By: jhi                                   on 1998/10/14  12:38:11
20395     Log: Add tr.t (MANIFEST already knew about it, strange)
20396  Branch: confperl
20397        + t/op/tr.t
20398 ____________________________________________________________________________
20399 [  1956] By: jhi                                   on 1998/10/14  12:24:35
20400     Log: Mutexen should be initialized only once.
20401  Branch: confperl
20402        ! gv.c op.c
20403 ____________________________________________________________________________
20404 [  1955] By: jhi                                   on 1998/10/14  12:19:38
20405     Log: os390 has its own cppstdin.
20406  Branch: confperl
20407        ! hints/os390.sh
20408 ____________________________________________________________________________
20409 [  1954] By: jhi                                   on 1998/10/14  12:15:06
20410     Log: Integrate with mainperl.
20411  Branch: confperl
20412       !> (integrate 1280 files)
20413 ____________________________________________________________________________
20414 [  1953] By: jhi                                   on 1998/10/14  11:48:08
20415     Log: Removed duplicate CMA threads code for HPUX 10.X.
20416          (probably residue of patch(1) being too understanding)
20417          Enhanced 64-bit settings. (redo change#1940)
20418  Branch: confperl
20419        ! hints/hpux.sh
20420 ____________________________________________________________________________
20421 [  1952] By: jhi                                   on 1998/10/14  11:45:16
20422     Log: (redo change#1949) Detypo in the d_open64 warning about
20423          the impending WHOA.
20424  Branch: confperl
20425        ! hints/irix_6.sh
20426 ____________________________________________________________________________
20427 [  1951] By: jhi                                   on 1998/10/14  10:54:16
20428     Log: Mutexen should only be inited once, after they have been New()ed.
20429  Branch: confperl
20430        ! gv.c op.c
20431 ____________________________________________________________________________
20432 [  1950] By: jhi                                   on 1998/10/14  10:41:43
20433     Log: Own cppstdin.
20434  Branch: confperl
20435        ! hints/os390.sh
20436 ____________________________________________________________________________
20437 [  1949] By: jhi                                   on 1998/10/14  10:34:23
20438     Log: Detypo in the d_open64 warning about the impending WHOA.
20439  Branch: confperl
20440        ! hints/irix_6.sh
20441 ____________________________________________________________________________
20442 [  1948] By: gsar                                  on 1998/10/14  05:38:01
20443     Log: two typos
20444  Branch: perl
20445        ! pp_hot.c t/op/eval.t
20446 ____________________________________________________________________________
20447 [  1947] By: gsar                                  on 1998/10/14  05:37:10
20448     Log: let docatch() pass the buck when restartop turns out to be null,
20449          making exceptions in BEGIN{} propagate as expected
20450  Branch: perl
20451        ! pp_ctl.c t/op/misc.t
20452 ____________________________________________________________________________
20453 [  1946] By: gsar                                  on 1998/10/13  03:41:49
20454     Log: add missing file from change#1943
20455  Branch: perl
20456        ! proto.h
20457 ____________________________________________________________________________
20458 [  1945] By: gsar                                  on 1998/10/13  03:32:02
20459     Log: defer "deep recursion" warnings until CXt_SUB context is properly
20460          set up
20461  Branch: perl
20462        ! pp_hot.c t/pragma/warn/pp_hot
20463 ____________________________________________________________________________
20464 [  1944] By: gsar                                  on 1998/10/13  03:15:50
20465     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
20466          fixup the cop_seq value that must be seen by lexical lookups that
20467          emanate within eval''
20468  Branch: perl
20469        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
20470 ____________________________________________________________________________
20471 [  1943] By: gsar                                  on 1998/10/13  02:06:09
20472     Log: ensure recursive attempts to findlex()icals know enough about where
20473          the last eval'' context was encountered
20474  Branch: perl
20475        ! op.c t/op/eval.t
20476 ____________________________________________________________________________
20477 [  1942] By: gsar                                  on 1998/10/13  02:01:24
20478     Log: force copy of substrings when matching against temporaries
20479  Branch: perl
20480        ! pp_hot.c t/op/pat.t
20481 ____________________________________________________________________________
20482 [  1941] By: gsar                                  on 1998/10/13  01:49:16
20483     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
20484          implementation)
20485  Branch: perl
20486        ! pp_ctl.c t/op/runlevel.t
20487 ____________________________________________________________________________
20488 [  1940] By: jhi                                   on 1998/10/12  09:57:44
20489     Log: Removed duplicate CMA threads code for HPUX 10.X.
20490          (probably residue of patch(1) being too understanding)
20491          Enhanced 64-bit settings.
20492  Branch: confperl
20493        ! hints/hpux.sh
20494 ____________________________________________________________________________
20495 [  1939] By: jhi                                   on 1998/10/12  09:53:11
20496     Log: Initial sync from mainline perl.
20497  Branch: confperl
20498        + (add 1282 files)
20499 ____________________________________________________________________________
20500 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20501     Log: fix $/ init for USE_THREADS
20502  Branch: perl
20503        ! perl.c
20504 ____________________________________________________________________________
20505 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20506     Log: fix globals caught by change#1927; builds and tests on Solaris
20507  Branch: perl
20508        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20509        ! warning.h warning.pl
20510 ____________________________________________________________________________
20511 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20512     Log: add test for previous fix
20513  Branch: perl
20514        ! ext/Thread/create.t
20515 ____________________________________________________________________________
20516 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20517     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20518  Branch: perl
20519        ! util.c
20520 ____________________________________________________________________________
20521 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20522     Log: undo bogus part of change#1903 (as pointed out by Larry)
20523  Branch: perl
20524        ! pp_ctl.c
20525 ____________________________________________________________________________
20526 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20527     Log: added tweaked version of suggested patch
20528          From: jan.dubois@ibm.net (Jan Dubois)
20529          Date: Sat, 03 Oct 1998 19:04:48 +0200
20530          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20531          Subject: [PATCH 5.005_52] More MakeMaker  patches
20532  Branch: perl
20533        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20534        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
20535 ____________________________________________________________________________
20536 [  1931] By: gsar                                  on 1998/10/06  04:04:33
20537     Log: use cpp symbols instead of hardwired constants
20538          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20539          Date: Mon, 05 Oct 1998 09:23:33 +0100
20540          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
20541          Subject: [PATCH 5.005_52] By the numbers (resend)
20542  Branch: perl
20543        ! op.c
20544 ____________________________________________________________________________
20545 [  1930] By: gsar                                  on 1998/10/06  04:01:55
20546     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20547          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
20548          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
20549          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
20550  Branch: perl
20551        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
20552        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
20553 ____________________________________________________________________________
20554 [  1929] By: gsar                                  on 1998/10/06  03:50:36
20555     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20556          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
20557          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
20558          Subject: [PATCH 5.00552] Minor test improvement
20559  Branch: perl
20560        ! t/op/magic.t
20561 ____________________________________________________________________________
20562 [  1928] By: gsar                                  on 1998/10/06  03:49:03
20563     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20564          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
20565          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
20566          Subject: [PATCH 5.00552] emacs/ptags inprovements
20567  Branch: perl
20568        ! emacs/ptags
20569 ____________________________________________________________________________
20570 [  1927] By: gsar                                  on 1998/10/06  03:47:44
20571     Log: disable C<#define dirty PL_dirty> et al.
20572  Branch: perl
20573        ! embed.pl embedvar.h
20574 ____________________________________________________________________________
20575 [  1926] By: gsar                                  on 1998/10/06  03:43:32
20576     Log: From: Mark-Jason Dominus <mjd@plover.com>
20577          Date: Sun, 04 Oct 1998 14:48:11 -0400
20578          Message-ID: <19981004184811.16048.qmail@plover.com>
20579          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
20580  Branch: perl
20581        ! utils/perldoc.PL
20582 ____________________________________________________________________________
20583 [  1925] By: gsar                                  on 1998/10/06  03:27:35
20584     Log: disable USE_THREADS when PERL_OBJECT is enabled
20585  Branch: perl
20586        ! win32/Makefile win32/makefile.mk
20587 ____________________________________________________________________________
20588 [  1924] By: gsar                                  on 1998/10/06  03:26:54
20589     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
20590  Branch: perl
20591        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
20592        ! vms/perly_c.vms
20593 ____________________________________________________________________________
20594 [  1923] By: gsar                                  on 1998/10/03  05:19:56
20595     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
20596          overridden
20597  Branch: perl
20598        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
20599        ! proto.h vms/perly_c.vms
20600 ____________________________________________________________________________
20601 [  1922] By: gsar                                  on 1998/10/03  03:59:50
20602     Log: suppress manifypods leak in extensions
20603  Branch: perl
20604        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
20605 ____________________________________________________________________________
20606 [  1921] By: gsar                                  on 1998/10/02  22:30:15
20607     Log: os390 fixes (suggested by Peter Prymmer)
20608  Branch: perl
20609        ! Makefile.SH regcomp.c
20610 ____________________________________________________________________________
20611 [  1920] By: gsar                                  on 1998/10/02  21:41:19
20612     Log: squelch undef warnings
20613          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20614          Date: Fri, 02 Oct 1998 11:01:14 +0100
20615          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
20616          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
20617  Branch: perl
20618        ! Changes lib/Math/BigInt.pm
20619 ____________________________________________________________________________
20620 [  1919] By: gsar                                  on 1998/10/02  04:59:13
20621     Log: add note to INSTALL about ANSI C
20622  Branch: perl
20623        ! INSTALL
20624 ____________________________________________________________________________
20625 [  1918] By: gsar                                  on 1998/10/02  04:21:10
20626     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
20627          From: jan.dubois@ibm.net (Jan Dubois)
20628          Date: Wed, 30 Sep 1998 23:35:30 +0200
20629          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
20630          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
20631  Branch: perl
20632        ! lib/ExtUtils/xsubpp
20633 ____________________________________________________________________________
20634 [  1917] By: gsar                                  on 1998/10/02  04:16:02
20635     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20636          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
20637          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
20638          Subject: Re: Configure test for selectbits busted
20639  Branch: perl
20640        ! Configure
20641 ____________________________________________________________________________
20642 [  1916] By: gsar                                  on 1998/10/02  04:14:17
20643     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20644          Date: Wed, 30 Sep 1998 17:15:20 -0700
20645          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
20646          Subject: [PATCH 5.005_02]VMS config tweaks
20647  Branch: perl
20648        ! vms/descrip_mms.template vms/subconfigure.com
20649 ____________________________________________________________________________
20650 [  1915] By: gsar                                  on 1998/10/02  04:10:47
20651     Log: use Off_t to permit 64-bit seek()
20652          From: Scott Henry <scotth@sgi.com>
20653          Date: 29 Sep 1998 17:38:46 -0700
20654          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
20655          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
20656          --
20657          Date: 28 Sep 1998 18:55:37 -0700
20658          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
20659          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20660  Branch: perl
20661        ! doio.c pp_sys.c proto.h sv.c
20662 ____________________________________________________________________________
20663 [  1914] By: gsar                                  on 1998/10/02  04:05:36
20664     Log: normalize tm struct passed to strftime() with mktime()
20665          From: Spider Boardman <spider@orb.nashua.nh.us>
20666          Date: Wed, 30 Sep 1998 15:12:09 -0400
20667          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
20668          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
20669  Branch: perl
20670        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20671 ____________________________________________________________________________
20672 [  1913] By: gsar                                  on 1998/10/02  03:59:46
20673     Log: don't try to run foo_SH.orig etc.
20674  Branch: perl
20675        ! Configure
20676 ____________________________________________________________________________
20677 [  1912] By: gsar                                  on 1998/10/02  03:45:37
20678     Log: make warning about glob process failure optional
20679  Branch: perl
20680        ! pod/perldiag.pod pp_hot.c
20681 ____________________________________________________________________________
20682 [  1911] By: gsar                                  on 1998/10/02  02:52:21
20683     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
20684          From: Dominic Dunlop <domo@vo.lu>
20685          Date: Tue, 29 Sep 1998 21:06:30 +0000
20686          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
20687          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
20688          --
20689          Date: Wed, 30 Sep 1998 11:46:44 +0000
20690          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
20691          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
20692  Branch: perl
20693        ! pod/perldiag.pod regcomp.c
20694 ____________________________________________________________________________
20695 [  1910] By: gsar                                  on 1998/10/02  02:48:48
20696     Log: minor Configure tweaks (via private mail)
20697          From: Jarkko Hietaniemi <jhi@iki.fi>
20698          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
20699          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
20700          Subject: [PATCH] 5.005_52: the drizzle continues
20701  Branch: perl
20702        ! Configure config_h.SH handy.h
20703 ____________________________________________________________________________
20704 [  1909] By: gsar                                  on 1998/10/02  02:46:39
20705     Log: update SCO hints for dynamic loading
20706          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20707          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
20708          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
20709          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20710          --
20711          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
20712          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
20713          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
20714  Branch: perl
20715        ! hints/sco.sh
20716 ____________________________________________________________________________
20717 [  1908] By: gsar                                  on 1998/10/02  02:33:39
20718     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
20719  Branch: perl
20720        ! lib/File/Find.pm
20721 ____________________________________________________________________________
20722 [  1907] By: gsar                                  on 1998/10/02  02:21:52
20723     Log: applied patches, but retained old behavior for win32 (where compilers
20724          can't read from stdin at all)
20725          From: Graham Barr <gbarr@ti.com>
20726          Date: Mon, 28 Sep 1998 09:41:49 -0500
20727          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
20728          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20729          --
20730          Date: Tue, 29 Sep 1998 12:35:43 -0500
20731          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
20732          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
20733  Branch: perl
20734        ! ext/Errno/Errno_pm.PL
20735 ____________________________________________________________________________
20736 [  1906] By: gsar                                  on 1998/10/02  02:02:19
20737     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
20738          Hietaniemi)
20739  Branch: perl
20740        ! t/op/grent.t
20741 ____________________________________________________________________________
20742 [  1905] By: gsar                                  on 1998/10/02  01:59:56
20743     Log: win32 caveats about truncate()
20744  Branch: perl
20745        ! pod/perlport.pod
20746 ____________________________________________________________________________
20747 [  1904] By: gsar                                  on 1998/10/02  01:53:25
20748     Log: various Configure and hints updates (prefer drand48() or random()
20749          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
20750          applied modulo SCO hints superceded by later patch
20751          From: Jarkko Hietaniemi <jhi@iki.fi>
20752          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
20753          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
20754          Subject: [PATCH] 5.005_52: Configure et al:
20755  Branch: perl
20756        + ext/IPC/SysV/hints/next_3.pl
20757        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
20758        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
20759        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
20760 ____________________________________________________________________________
20761 [  1903] By: gsar                                  on 1998/10/02  01:42:37
20762     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
20763          Date: Mon, 28 Sep 1998 17:41:49 +0100
20764          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
20765          Subject: [PATCH 5.005_52] Re: More on ?p 
20766          --
20767          Date: Thu, 01 Oct 1998 09:10:58 +0100
20768          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
20769          Subject: [PATCH 5.005_52] ?p fix
20770          --
20771          Date: Thu, 01 Oct 1998 10:45:56 +0100
20772          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
20773          Subject: [PATCH 5.005_52] more on ?p
20774  Branch: perl
20775        ! pp_ctl.c
20776 ____________________________________________________________________________
20777 [  1902] By: gsar                                  on 1998/10/02  01:36:14
20778     Log: From: Kenneth Duda <kjd@cisco.com>
20779          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
20780          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
20781          Subject: writemain dies when there are more than 4000 characters of extensions
20782  Branch: perl
20783        ! writemain.SH
20784 ____________________________________________________________________________
20785 [  1901] By: gsar                                  on 1998/10/02  01:33:16
20786     Log: tweak run_byacc recipe
20787  Branch: perl
20788        ! Makefile.SH Porting/pumpkin.pod
20789 ____________________________________________________________________________
20790 [  1900] By: gsar                                  on 1998/10/02  01:02:09
20791     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
20792  Branch: perl
20793        ! perl.h pp_ctl.c
20794 ____________________________________________________________________________
20795 [  1899] By: gsar                                  on 1998/09/28  20:46:30
20796     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
20797          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
20798          Dvornik)
20799  Branch: perl
20800        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
20801 ____________________________________________________________________________
20802 [  1898] By: gsar                                  on 1998/09/28  20:42:52
20803     Log: flush unsubmitted 5.00552 change
20804  Branch: perl
20805        ! MANIFEST
20806 ____________________________________________________________________________
20807 [  1897] By: gsar                                  on 1998/09/27  04:43:06
20808     Log: run vms_yfix.pl
20809  Branch: perl
20810        ! vms/perly_c.vms
20811 ____________________________________________________________________________
20812 [  1896] By: gsar                                  on 1998/09/27  03:38:55
20813     Log: small tweak on last change
20814  Branch: perl
20815        ! win32/win32.c
20816 ____________________________________________________________________________
20817 [  1895] By: gsar                                  on 1998/09/27  03:17:17
20818     Log: fix win32_stat() to do the right thing for share names
20819  Branch: perl
20820        ! win32/win32.c
20821 ____________________________________________________________________________
20822 [  1891] By: larry                                 on 1998/09/25  18:50:40
20823     Log: Fixed apostrophe problem from Mark Knutsen.
20824  Branch: perl
20825        ! sv.h
20826
20827 ----------------
20828 Version 5.005_52
20829 ----------------
20830
20831 ____________________________________________________________________________
20832 [  1890] By: gsar                                  on 1998/09/25  10:25:00
20833     Log: update template config.sh, add new config vars to win32 stuff
20834  Branch: perl
20835        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
20836        ! pp_sys.c proto.h win32/config.bc win32/config.gc
20837        ! win32/config.vc win32/config_H.bc win32/config_H.gc
20838        ! win32/config_H.vc win32/win32.h
20839 ____________________________________________________________________________
20840 [  1889] By: gsar                                  on 1998/09/25  07:13:13
20841     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
20842          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
20843          of full-fledged 64-bit support (including support for: fseeko/ftello,
20844          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
20845          in Fcntl)
20846          From: Jarkko Hietaniemi <jhi@iki.fi>
20847          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
20848          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
20849          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
20850          --
20851          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20852          Date: 12 Sep 1998 09:44:25 +0300
20853          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
20854          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
20855  Branch: perl
20856        + lib/filetest.pm
20857        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
20858        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
20859        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
20860        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
20861        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
20862        ! win32/makedef.pl
20863 ____________________________________________________________________________
20864 [  1888] By: gsar                                  on 1998/09/25  06:27:12
20865     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
20866  Branch: perl
20867        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
20868        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20869        ! win32/makedef.pl win32/makefile.mk win32/win32.c
20870 ____________________________________________________________________________
20871 [  1887] By: gsar                                  on 1998/09/25  04:50:49
20872     Log: win32.c tweak
20873  Branch: perl
20874        ! win32/win32.c
20875 ____________________________________________________________________________
20876 [  1886] By: gsar                                  on 1998/09/25  04:47:32
20877     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
20878  Branch: perl
20879        ! lib/ExtUtils/MakeMaker.pm
20880 ____________________________________________________________________________
20881 [  1885] By: gsar                                  on 1998/09/25  04:05:09
20882     Log: From: Dominic Dunlop <domo@vo.lu>
20883          Date: Thu, 10 Sep 1998 11:02:46 +0000
20884          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
20885          Subject: MM_Unix::canonpath erroneously turns leading // into /
20886  Branch: perl
20887        ! lib/ExtUtils/MM_Unix.pm
20888 ____________________________________________________________________________
20889 [  1884] By: gsar                                  on 1998/09/25  03:06:10
20890     Log: temporarily disable perl malloc for a2p until we clean up
20891          conflicting malloc() declarations everywhere
20892  Branch: perl
20893        ! x2p/Makefile.SH
20894 ____________________________________________________________________________
20895 [  1883] By: gsar                                  on 1998/09/25  02:27:00
20896     Log: remove obsolete win32/bin/*.pl
20897  Branch: perl
20898        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
20899        ! Changes MANIFEST win32/Makefile win32/makefile.mk
20900 ____________________________________________________________________________
20901 [  1882] By: gsar                                  on 1998/09/25  02:04:43
20902     Log: missing file in last submit
20903  Branch: perl
20904        ! proto.h
20905 ____________________________________________________________________________
20906 [  1881] By: gsar                                  on 1998/09/25  01:56:54
20907     Log: serial access to PL_x[inpr]v_root for USE_THREADS
20908  Branch: perl
20909        ! sv.c
20910 ____________________________________________________________________________
20911 [  1880] By: gsar                                  on 1998/09/25  01:19:38
20912     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
20913          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
20914          Date: Thu, 24 Sep 1998 22:01:09 +0900
20915          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
20916          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
20917  Branch: perl
20918        ! hv.c proto.h
20919 ____________________________________________________________________________
20920 [  1879] By: gsar                                  on 1998/09/25  00:20:07
20921     Log: tweaks to enable PERL_OBJECT to build & test on win32
20922  Branch: perl
20923        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
20924        ! win32/GenCAPI.pl
20925 ____________________________________________________________________________
20926 [  1878] By: gsar                                  on 1998/09/25  00:13:36
20927     Log: fix change#1861, which breaks default boot_xxx symbol generation
20928  Branch: perl
20929        ! lib/ExtUtils/Mksymlists.pm
20930 ____________________________________________________________________________
20931 [  1877] By: gsar                                  on 1998/09/24  10:29:54
20932     Log: two tweaks for clean build and test on Solaris
20933  Branch: perl
20934        ! op.c t/op/subst.t
20935 ____________________________________________________________________________
20936 [  1876] By: gsar                                  on 1998/09/24  09:04:43
20937     Log: From: Colin Kuskie <ckuskie@cadence.com>
20938          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
20939          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
20940          Subject: [PATCH 5.005_51] perlform.pod
20941  Branch: perl
20942        ! pod/perlform.pod
20943 ____________________________________________________________________________
20944 [  1875] By: gsar                                  on 1998/09/24  08:47:47
20945     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20946          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
20947          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
20948          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
20949  Branch: perl
20950        ! regexec.c
20951 ____________________________________________________________________________
20952 [  1874] By: gsar                                  on 1998/09/24  08:44:55
20953     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20954          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
20955          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
20956          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
20957  Branch: perl
20958        ! toke.c
20959 ____________________________________________________________________________
20960 [  1873] By: gsar                                  on 1998/09/24  08:39:41
20961     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20962          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
20963          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
20964          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
20965  Branch: perl
20966        ! Changes regcomp.c
20967 ____________________________________________________________________________
20968 [  1872] By: gsar                                  on 1998/09/24  08:37:00
20969     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
20970          Date: Sun, 23 Aug 1998 23:18:38 PDT
20971          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
20972          Subject: new irix_6.sh hints file
20973  Branch: perl
20974        ! hints/irix_6.sh
20975 ____________________________________________________________________________
20976 [  1871] By: gsar                                  on 1998/09/24  07:26:37
20977     Log: correct FSF address in various places
20978  Branch: perl
20979        ! Copying README ext/B/README lib/Getopt/Long.pm
20980 ____________________________________________________________________________
20981 [  1870] By: gsar                                  on 1998/09/24  07:11:56
20982     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
20983          Date:    Fri, 14 Aug 1998 09:20:16 PDT
20984          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
20985          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
20986  Branch: perl
20987        ! configure.com
20988 ____________________________________________________________________________
20989 [  1869] By: gsar                                  on 1998/09/24  06:55:59
20990     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
20991          From:    Scott Henry <scotth@sgi.com>
20992          Date:    13 Aug 1998 09:52:15 PDT
20993          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
20994          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
20995  Branch: perl
20996        ! hints/irix_6.sh
20997 ____________________________________________________________________________
20998 [  1868] By: gsar                                  on 1998/09/24  06:51:23
20999     Log: From:    Nathan Torkington <gnat@frii.com>
21000          Date:    Thu, 13 Aug 1998 10:59:48 MDT
21001          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
21002          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
21003  Branch: perl
21004        ! pod/perlfunc.pod
21005 ____________________________________________________________________________
21006 [  1867] By: gsar                                  on 1998/09/24  06:45:13
21007     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
21008          that are autoloaded)
21009  Branch: perl
21010        ! pp_ctl.c
21011 ____________________________________________________________________________
21012 [  1866] By: gsar                                  on 1998/09/24  05:21:19
21013     Log: grandfather deprecated "$$<digit>" no more
21014  Branch: perl
21015        ! pod/perldiag.pod toke.c
21016 ____________________________________________________________________________
21017 [  1865] By: gsar                                  on 1998/09/24  04:52:48
21018     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
21019          low bits (suggested by Ilya Zakharevich)
21020  Branch: perl
21021        ! hv.h
21022 ____________________________________________________________________________
21023 [  1864] By: gsar                                  on 1998/09/24  04:29:14
21024     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
21025          perly_c.diff
21026  Branch: perl
21027        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
21028        ! perly_c.diff toke.c
21029 ____________________________________________________________________________
21030 [  1863] By: gsar                                  on 1998/09/24  03:36:30
21031     Log: provide locked access to string table for USE_THREADS
21032  Branch: perl
21033        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
21034 ____________________________________________________________________________
21035 [  1862] By: gsar                                  on 1998/09/24  03:30:32
21036     Log: remove bogus warn()
21037  Branch: perl
21038        ! embed.pl
21039 ____________________________________________________________________________
21040 [  1861] By: gsar                                  on 1998/09/24  02:58:51
21041     Log: applied suggested patch, adapted for all platforms
21042          From: jan.dubois@ibm.net (Jan Dubois)
21043          Date: Sun, 20 Sep 1998 12:56:38 +0200
21044          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
21045          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
21046  Branch: perl
21047        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21048        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21049        ! lib/ExtUtils/MakeMaker.pm
21050 ____________________________________________________________________________
21051 [  1860] By: gsar                                  on 1998/09/24  02:16:14
21052     Log: upgrade to CPAN-1.40
21053  Branch: perl
21054        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
21055 ____________________________________________________________________________
21056 [  1859] By: gsar                                  on 1998/09/24  02:08:59
21057     Log: use $ENV{MAKEMAKEROPT} to set default command line args
21058  Branch: perl
21059        ! lib/ExtUtils/MakeMaker.pm
21060 ____________________________________________________________________________
21061 [  1857] By: gsar                                  on 1998/09/23  10:58:36
21062     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21063          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
21064          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
21065          Subject: More verbose Test::Harness [PATCH]
21066  Branch: perl
21067        ! lib/Test/Harness.pm
21068 ____________________________________________________________________________
21069 [  1856] By: gsar                                  on 1998/09/23  10:56:24
21070     Log: update hints for OPENSTEP 4.2 on i386
21071          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
21072          Date: Sun, 20 Sep 1998 01:03:18 +0200
21073          Message-Id: <9809192303.AA29190@Spike>
21074          Subject: Perl 5.005_02 compilation problems
21075  Branch: perl
21076        ! hints/next_4.sh
21077 ____________________________________________________________________________
21078 [  1855] By: gsar                                  on 1998/09/23  10:52:27
21079     Log: reset errno after C<require> search (as suggested by Larry)
21080  Branch: perl
21081        ! pp_ctl.c
21082 ____________________________________________________________________________
21083 [  1854] By: gsar                                  on 1998/09/23  10:50:26
21084     Log: misc pod tweaks
21085  Branch: perl
21086        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
21087 ____________________________________________________________________________
21088 [  1853] By: gsar                                  on 1998/09/23  10:46:06
21089     Log: make Pod/Html.pm handle the --title option properly (as suggested
21090          by gml4410@ggr.co.uk)
21091  Branch: perl
21092        ! lib/Pod/Html.pm
21093 ____________________________________________________________________________
21094 [  1852] By: gsar                                  on 1998/09/23  10:41:39
21095     Log: SSNEW() API for allocating memory on the savestack
21096          From: Albert Dvornik <bert@genscan.com>
21097          Date: 17 Sep 1998 19:23:07 -0400
21098          Message-Id: <tqemtae338.fsf@puma.genscan.com>
21099          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
21100  Branch: perl
21101        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
21102        ! perl.h proto.h scope.c scope.h t/io/tell.t
21103 ____________________________________________________________________________
21104 [  1851] By: gsar                                  on 1998/09/23  10:37:05
21105     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21106          Date: Thu, 17 Sep 1998 17:16:06 +0200
21107          Message-ID: <360127B6.E44564A@ispsoft.de>
21108          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21109  Branch: perl
21110        ! lib/ExtUtils/MakeMaker.pm
21111 ____________________________________________________________________________
21112 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21113     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21114          Date: 15 Sep 1998 01:32:31 +0200
21115          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21116          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21117  Branch: perl
21118        ! lib/ExtUtils/MM_Unix.pm
21119 ____________________________________________________________________________
21120 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21121     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21122          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21123          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21124          Subject: Re: extralibs.ld problem in MM_VMS.pm
21125  Branch: perl
21126        ! lib/ExtUtils/MM_VMS.pm
21127 ____________________________________________________________________________
21128 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21129     Log: From: Roderick Schertler <roderick@argon.org>
21130          Date: 11 Sep 1998 16:19:21 -0400
21131          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21132          Subject: Re: Open2 and memory leaks
21133  Branch: perl
21134        ! lib/IPC/Open3.pm
21135 ____________________________________________________________________________
21136 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21137     Log: From: Roderick Schertler <roderick@argon.org>
21138          Date: Wed, 09 Sep 1998 23:52:48 -0400
21139          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21140          Subject: seed srand from /dev/urandom when possible
21141  Branch: perl
21142        ! pod/perlfunc.pod pp.c
21143 ____________________________________________________________________________
21144 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21145     Log: From: Roderick Schertler <roderick@argon.org>
21146          Date: Thu, 10 Sep 1998 00:32:17 -0400
21147          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21148          Subject: doc update for crypt()'s salt
21149  Branch: perl
21150        ! pod/perlfunc.pod
21151 ____________________________________________________________________________
21152 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21153     Log: fix h2ph handling of C<#error "foo">
21154          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21155          Date: Thu, 10 Sep 1998 09:59:33 +0900
21156          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21157          Subject: [5.005_02] h2ph problem
21158  Branch: perl
21159        ! utils/h2ph.PL
21160 ____________________________________________________________________________
21161 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21162     Log: plug strictly private function leaks in API listing
21163  Branch: perl
21164        ! pod/perlguts.pod
21165 ____________________________________________________________________________
21166 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21167     Log: hide symbol for static build
21168          From: Dominic Dunlop <domo@vo.lu>
21169          Date: Tue, 8 Sep 1998 21:40:46 +0000
21170          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21171          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21172  Branch: perl
21173        ! regcomp.c
21174 ____________________________________________________________________________
21175 [  1842] By: gsar                                  on 1998/09/23  09:52:46
21176     Log: define PUT_svindex(), PUT_opindex()
21177  Branch: perl
21178        ! ext/B/B/Assembler.pm
21179 ____________________________________________________________________________
21180 [  1841] By: gsar                                  on 1998/09/23  09:44:25
21181     Log: From: Dominic Dunlop <domo@vo.lu>
21182          Date: Tue, 8 Sep 1998 15:34:53 +0000
21183          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
21184          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
21185  Branch: perl
21186        ! t/pragma/warn/regexec
21187 ____________________________________________________________________________
21188 [  1840] By: gsar                                  on 1998/09/23  09:42:17
21189     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
21190  Branch: perl
21191        ! win32/bin/pl2bat.pl
21192 ____________________________________________________________________________
21193 [  1839] By: gsar                                  on 1998/09/23  09:38:18
21194     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
21195          Date: Mon, 7 Sep 1998 17:36:09 +0900
21196          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
21197          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
21198  Branch: perl
21199        ! ext/Thread/Thread.xs
21200 ____________________________________________________________________________
21201 [  1838] By: gsar                                  on 1998/09/23  09:21:11
21202     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
21203          Date: Thu, 10 Sep 1998 00:02:07 -0400
21204          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
21205          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
21206  Branch: perl
21207        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21208        + vos/config.h vos/config_h.SH_orig vos/perl.bind
21209        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
21210        ! MANIFEST perl.c perl.h pod/perlport.pod
21211 ____________________________________________________________________________
21212 [  1837] By: gsar                                  on 1998/09/23  08:45:58
21213     Log: (via private mail)
21214          From: Charles Bailey <BAILEY@newman.upenn.edu>
21215          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
21216          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
21217          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
21218  Branch: perl
21219        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
21220        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21221        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
21222        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
21223        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
21224        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
21225        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
21226        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
21227        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
21228        ! vms/writemain.pl
21229 ____________________________________________________________________________
21230 [  1836] By: gsar                                  on 1998/09/23  08:17:42
21231     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21232          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
21233          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
21234          Subject: [PATCH 5.005_*] OS/2 spawning typos
21235  Branch: perl
21236        ! os2/os2.c
21237 ____________________________________________________________________________
21238 [  1835] By: gsar                                  on 1998/09/23  08:09:55
21239     Log: warn on C<my($foo,$foo)>
21240  Branch: perl
21241        ! op.c pod/perldiag.pod
21242 ____________________________________________________________________________
21243 [  1834] By: gsar                                  on 1998/09/23  07:35:56
21244     Log: From: pvhp@forte.com (Peter Prymmer)
21245          Date: Fri, 4 Sep 98 13:27:41 PDT
21246          Message-Id: <9809042027.AA04463@forte.com>
21247          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
21248  Branch: perl
21249        ! README.vms
21250 ____________________________________________________________________________
21251 [  1833] By: gsar                                  on 1998/09/23  07:27:34
21252     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21253          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
21254          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
21255          Subject: PATCH: 5.005_02 hint/hpux.sh
21256  Branch: perl
21257        ! hints/hpux.sh
21258 ____________________________________________________________________________
21259 [  1832] By: gsar                                  on 1998/09/23  07:22:40
21260     Log: fix (some) installhtml bugs
21261          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
21262          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
21263          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
21264          Subject: installhtml script needs work
21265  Branch: perl
21266        ! installhtml
21267 ____________________________________________________________________________
21268 [  1831] By: gsar                                  on 1998/09/23  07:19:30
21269     Log: document 'U' magic with examples
21270          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
21271          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
21272          Message-Id: <199809011455.PAA00631@sale-wts>
21273          Subject: Re: Looking for some XS MAGIC examples...
21274  Branch: perl
21275        ! pod/perlguts.pod
21276 ____________________________________________________________________________
21277 [  1830] By: gsar                                  on 1998/09/23  07:16:43
21278     Log: From: pvhp@forte.com (Peter Prymmer)
21279          Date: Mon, 31 Aug 98 17:13:49 PDT
21280          Message-Id: <9809010013.AA06737@forte.com>
21281          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
21282  Branch: perl
21283        ! README.os390
21284 ____________________________________________________________________________
21285 [  1829] By: gsar                                  on 1998/09/23  07:15:08
21286     Log: fix problematic typecast in filter_del()
21287          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
21288          Date: Mon, 31 Aug 1998 21:13:11 GMT
21289          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
21290          Subject: perl5.005_02 does not build on Cray T90
21291  Branch: perl
21292        ! toke.c
21293 ____________________________________________________________________________
21294 [  1828] By: gsar                                  on 1998/09/23  07:11:34
21295     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21296          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
21297          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
21298          Subject: [PATCH 5.005_5*] (?>) broken in RE
21299  Branch: perl
21300        ! regexec.c t/op/re_tests
21301 ____________________________________________________________________________
21302 [  1827] By: gsar                                  on 1998/09/23  07:09:50
21303     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
21304  Branch: perl
21305        ! t/op/grent.t t/op/groups.t
21306 ____________________________________________________________________________
21307 [  1826] By: gsar                                  on 1998/09/23  07:03:16
21308     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21309          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
21310          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
21311          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
21312  Branch: perl
21313        - interp.sym
21314        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
21315 ____________________________________________________________________________
21316 [  1825] By: gsar                                  on 1998/09/23  06:56:40
21317     Log: re-introduce change#1703
21318  Branch: perl
21319        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
21320 ____________________________________________________________________________
21321 [  1824] By: gsar                                  on 1998/09/23  06:44:19
21322     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21323          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
21324          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
21325          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
21326  Branch: perl
21327        ! lib/perl5db.pl
21328 ____________________________________________________________________________
21329 [  1823] By: gsar                                  on 1998/09/23  06:41:34
21330         Log: From: Joe Buehler <jhpb@hekimian.com>
21331              Date: 29 Aug 1998 17:13:28 -0400
21332              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
21333              Subject: patches for perl 5.005_51 under U/WIN
21334      Branch: perl
21335            + hints/uwin.sh
21336            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
21337            ! t/lib/posix.t
21338 ____________________________________________________________________________
21339 [  1822] By: gsar                                  on 1998/09/23  06:36:59
21340         Log: add missing C<no utf8;> tweak from Larry
21341      Branch: perl
21342            ! t/op/subst.t
21343 ____________________________________________________________________________
21344 [  1821] By: gsar                                  on 1998/09/23  06:27:51
21345         Log: s/runops/CALLRUNOPS/
21346      Branch: perl
21347            ! cc_runtime.h
21348 ____________________________________________________________________________
21349 [  1820] By: gsar                                  on 1998/09/23  06:24:49
21350         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
21351      Branch: perl
21352           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
21353           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
21354           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
21355           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
21356           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
21357           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
21358           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
21359           +> t/pragma/warn/util
21360            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
21361            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
21362            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
21363            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
21364            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
21365            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
21366            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
21367            - t/pragma/warn-util
21368            ! MANIFEST t/pragma/warning.t
21369 ____________________________________________________________________________
21370 [  1819] By: gsar                                  on 1998/09/23  06:08:46
21371         Log: make \(%foo) return refs to values (not copies of values)
21372              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21373              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
21374              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
21375              --
21376              From: Roderick Schertler <roderick@argon.org>
21377              Date: Sat, 29 Aug 1998 00:58:33 -0400
21378              Message-ID: <29894.904366713@eeyore.ibcinc.com>
21379              Subject: Re: \(%x) problems
21380      Branch: perl
21381            ! doop.c pod/perlref.pod
21382 ____________________________________________________________________________
21383 [  1818] By: gsar                                  on 1998/09/23  06:05:08
21384         Log: make h2xs generate ANSI prototypes
21385      Branch: perl
21386            ! utils/h2xs.PL
21387 ____________________________________________________________________________
21388 [  1817] By: gsar                                  on 1998/09/23  05:57:16
21389         Log: updated usethreads hints for hpux 10.X
21390              From: Matthew T Harden <mthard@mthard1.monsanto.com>
21391              Date: Fri, 28 Aug 1998 14:10:42 GMT
21392              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
21393              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
21394      Branch: perl
21395            ! hints/hpux.sh perl.h
21396 ____________________________________________________________________________
21397 [  1816] By: gsar                                  on 1998/09/23  05:53:31
21398         Log: don't create empty directories in installperl
21399              From: Robin Barker <rmb1@cise.npl.co.uk>
21400              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
21401              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
21402              Subject: [PATCH 5.005_02] install: empty dirs
21403      Branch: perl
21404            ! installperl
21405 ____________________________________________________________________________
21406 [  1815] By: gsar                                  on 1998/09/23  05:50:36
21407         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
21408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21409              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
21410              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
21411              Subject: Re: your mail
21412      Branch: perl
21413            ! regexec.c t/op/re_tests
21414 ____________________________________________________________________________
21415 [  1814] By: gsar                                  on 1998/09/23  05:45:17
21416         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21417              Date: Thu, 20 Aug 1998 20:59:03 -0400
21418              Message-ID: <19980820205903.A12908@O2.chapin.edu>
21419              Subject: [PATCH] h2ph misquotes #error directives
21420      Branch: perl
21421            ! t/lib/h2ph.pht utils/h2ph.PL
21422 ____________________________________________________________________________
21423 [  1813] By: gsar                                  on 1998/09/23  05:42:41
21424         Log: patch to support computed regular subexpressions
21425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21426              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
21427              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
21428              Subject: [5.005_5* PATCH] Postponed RE - now!
21429      Branch: perl
21430            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
21431            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
21432 ____________________________________________________________________________
21433 [  1812] By: gsar                                  on 1998/09/23  05:26:26
21434         Log: better CR-handling on shebang line and in formats (fixed variant of
21435              patch suggested by Igor Sysoev <igor@nitek.ru>)
21436      Branch: perl
21437            ! perl.c toke.c
21438 ____________________________________________________________________________
21439 [  1811] By: gsar                                  on 1998/09/23  04:35:46
21440         Log: document non-loopish blocks better
21441              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21442              Date: Tue, 18 Aug 1998 12:28:36 +0100
21443              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
21444              Subject: Re: next in do {} while block gives error message
21445      Branch: perl
21446            ! pod/perlfunc.pod
21447 ____________________________________________________________________________
21448 [  1810] By: gsar                                  on 1998/09/23  04:12:05
21449         Log: fix bogus integerization of pop()'s return value
21450              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21451              Date: Sat, 15 Aug 1998 23:27:54 -0400
21452              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
21453              Subject: Re: Complex expression does integer arithmetic 
21454      Branch: perl
21455            ! opcode.h opcode.pl
21456 ____________________________________________________________________________
21457 [  1809] By: gsar                                  on 1998/09/23  04:09:43
21458         Log: tweak README.win32
21459      Branch: perl
21460            ! README.win32
21461 ____________________________________________________________________________
21462 [  1808] By: gsar                                  on 1998/09/23  03:40:57
21463         Log: better diagnostic for do{} used as lvalue
21464      Branch: perl
21465            ! op.c pod/perlport.pod
21466 ____________________________________________________________________________
21467 [  1807] By: gsar                                  on 1998/09/23  03:38:30
21468         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
21469              From: hansm@icgroup.nl
21470              Date: Tue, 11 Aug 98 21:08:51 +0200
21471              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
21472              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21473      Branch: perl
21474            ! malloc.c
21475 ____________________________________________________________________________
21476 [  1806] By: gsar                                  on 1998/09/23  03:36:08
21477         Log: support make written in perl (aka "pmake") on win32
21478      Branch: perl
21479            ! lib/ExtUtils/MM_Win32.pm
21480 ____________________________________________________________________________
21481 [  1805] By: gsar                                  on 1998/09/23  03:30:07
21482         Log: fix mismatched UV/U32 types for to_utf8_*()
21483      Branch: perl
21484            ! utf8.c
21485 ____________________________________________________________________________
21486 [  1804] By: gsar                                  on 1998/09/23  03:22:22
21487         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21488              Date: Sun, 9 Aug 1998 22:38:23 +0200
21489              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
21490              Subject: [PATCH 5.5002] dos-djgpp update
21491      Branch: perl
21492            ! t/io/fs.t
21493 ____________________________________________________________________________
21494 [  1803] By: gsar                                  on 1998/09/23  03:20:13
21495         Log: apply minimal variant of patch (sent via private mail)
21496              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
21497              Date: Wed, 12 Aug 1998 15:42:35 +0300
21498              Message-Id: <199808121242.PAA29761@comanche.spices>
21499              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
21500      Branch: perl
21501            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21502            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21503 ____________________________________________________________________________
21504 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21505         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21506              From: pvhp@forte.com (Peter Prymmer)
21507              Date: Thu, 6 Aug 98 18:09:39 PDT
21508              Message-Id: <9808070109.AA06158@forte.com>
21509              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21510      Branch: perl
21511            ! README.os390 t/lib/searchdict.t
21512 ____________________________________________________________________________
21513 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21514         Log: silence redefined warning for XS(INIT) {}
21515      Branch: perl
21516            ! op.c
21517 ____________________________________________________________________________
21518 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21519         Log: support match indices via special variables @- and @+
21520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21521              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21522              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21523              Subject: [PATCH 5.004_76] @- and @+
21524      Branch: perl
21525            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21526            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21527 ____________________________________________________________________________
21528 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21529         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21530              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21531              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
21532              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
21533      Branch: perl
21534            ! regcomp.c t/op/re_tests
21535 ____________________________________________________________________________
21536 [  1798] By: gsar                                  on 1998/09/23  01:39:23
21537         Log: integrate maint-5.005 changes (except conflicting change#1794)
21538      Branch: perl
21539            ! Changes
21540           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
21541           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
21542           !> win32/win32.h
21543 ____________________________________________________________________________
21544 [  1797] By: gsar                                  on 1998/09/23  01:32:36
21545         Log: add note to win32/Makefile about setting CCHOME
21546      Branch: perl
21547            ! win32/Makefile win32/makefile.mk
21548 ____________________________________________________________________________
21549 [  1796] By: gsar                                  on 1998/09/23  01:31:32
21550         Log: perl.pod tweak
21551      Branch: perl
21552            ! pod/perl.pod
21553 ____________________________________________________________________________
21554 [  1795] By: gsar                                  on 1998/09/21  20:34:10
21555         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
21556      Branch: perl
21557            ! lib/ExtUtils/xsubpp
21558 ____________________________________________________________________________
21559 [  1789] By: gsar                                  on 1998/09/18  18:01:37
21560         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
21561      Branch: perl
21562            ! cop.h t/cmd/for.t
21563 ____________________________________________________________________________
21564 [  1788] By: gsar                                  on 1998/09/17  02:19:11
21565         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
21566      Branch: perl
21567            ! win32/config.bc win32/config.gc win32/config.vc
21568 ____________________________________________________________________________
21569 [  1787] By: gsar                                  on 1998/09/17  01:45:14
21570         Log: suppress bogus warning on C<sub x {} x()>
21571      Branch: perl
21572            ! toke.c
21573 ____________________________________________________________________________
21574 [  1786] By: gsar                                  on 1998/09/17  01:42:51
21575         Log: ntohl typo in objXSUB.h
21576      Branch: perl
21577            ! objXSUB.h
21578 ____________________________________________________________________________
21579 [  1785] By: gsar                                  on 1998/09/17  01:41:48
21580         Log: fill gaps in sig_* entries in win32/config.?c
21581      Branch: perl
21582            ! win32/config.bc win32/config.gc win32/config.vc
21583 ____________________________________________________________________________
21584 [  1781] By: larry                                 on 1998/09/05  23:48:24
21585         Log: tr/// logic was hosed under utf8
21586      Branch: perl
21587            ! doop.c op.c op.h pp.c proto.h
21588 ____________________________________________________________________________
21589 [  1780] By: larry                                 on 1998/09/05  23:44:16
21590         Log: several new tests needed tweaking to work under utf8
21591      Branch: perl
21592            ! t/comp/require.t t/op/pack.t t/op/substr.t
21593 ____________________________________________________________________________
21594 [  1779] By: larry                                 on 1998/09/05  23:41:42
21595         Log: index() applied BM optimization to wrong argument
21596      Branch: perl
21597            ! op.c util.c
21598 ____________________________________________________________________________
21599 [  1778] By: larry                                 on 1998/09/05  23:38:29
21600         Log: Implicit require during compile reset line numbering
21601      Branch: perl
21602            ! pp_ctl.c
21603
21604 ----------------
21605 Version 5.005_51
21606 ----------------
21607
21608 ____________________________________________________________________________
21609 [  1777] By: gsar                                  on 1998/08/10  07:02:38
21610         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
21611              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
21612              lexical warning testsuite for win32
21613      Branch: perl
21614            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
21615            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
21616            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
21617            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
21618            ! win32/Makefile win32/makefile.mk
21619 ____________________________________________________________________________
21620 [  1776] By: gsar                                  on 1998/08/09  17:53:48
21621         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
21622      Branch: perl
21623            ! Changes MANIFEST perl.c pod/perlhist.pod
21624 ____________________________________________________________________________
21625 [  1775] By: gsar                                  on 1998/08/09  14:35:33
21626         Log: tweak warning test
21627      Branch: perl
21628            ! t/pragma/warn-toke
21629 ____________________________________________________________________________
21630 [  1774] By: gsar                                  on 1998/08/09  14:13:46
21631         Log: add missing dTHR; notes for test failures due to small stacksize
21632      Branch: perl
21633            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
21634            ! toke.c universal.c util.c
21635 ____________________________________________________________________________
21636 [  1773] By: gsar                                  on 1998/08/09  11:31:53
21637         Log: lexical warnings; tweaks to places that didn't apply correctly
21638              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
21639              Date:    Wed, 29 Jul 1998 09:28:45 BST
21640              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
21641              Subject: lexical warnings patch for 5.005_50
21642      Branch: perl
21643            + README.lexwarn lib/warning.pm t/pragma/warn-2use
21644            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
21645            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
21646            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
21647            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
21648            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
21649            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
21650            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
21651            + warning.h warning.pl
21652            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
21653            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
21654            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
21655            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
21656            ! universal.c util.c
21657 ____________________________________________________________________________
21658 [  1772] By: gsar                                  on 1998/08/08  23:06:00
21659         Log: bump patchlevel to 5.005_51
21660      Branch: perl
21661            ! patchlevel.h win32/Makefile win32/config_H.bc
21662            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21663 ____________________________________________________________________________
21664 [  1771] By: gsar                                  on 1998/08/08  23:01:57
21665         Log: fix bogus warning on "\x{123}"
21666              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
21667              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
21668              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
21669              Subject: [5.005_50 PATCH] Some unicode problems
21670      Branch: perl
21671            ! regcomp.c toke.c
21672 ____________________________________________________________________________
21673 [  1770] By: gsar                                  on 1998/08/08  22:56:55
21674         Log: hide dup symbol for static build of ext/re
21675              From: Dominic Dunlop <domo@ppp72.vo.lu>
21676              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
21677              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
21678              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
21679      Branch: perl
21680            ! regcomp.c
21681 ____________________________________________________________________________
21682 [  1769] By: gsar                                  on 1998/08/08  22:45:06
21683         Log: fix double free on -Mutf8 -e '$b=uc("")'
21684              From: larry@wall.org (Larry Wall)
21685              Date: Fri, 7 Aug 1998 14:42:43 -0700
21686              Message-Id: <199808072142.OAA14920@wall.org>
21687              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
21688      Branch: perl
21689            ! pp.c
21690 ____________________________________________________________________________
21691 [  1768] By: gsar                                  on 1998/08/08  22:42:29
21692         Log: substr() assumes utf8 without say-so
21693              From: larry@wall.org (Larry Wall)
21694              Date: Fri, 7 Aug 1998 12:25:12 -0700
21695              Message-Id: <199808071925.MAA13436@wall.org>
21696              Subject: [PATCH 5.005_50] substr bug?
21697      Branch: perl
21698            ! pp.c
21699 ____________________________________________________________________________
21700 [  1767] By: gsar                                  on 1998/08/08  22:38:25
21701         Log: fix intolerance of SWASHes for blank lines
21702              From: Gisle Aas <aas@sn.no>
21703              Date: 06 Aug 1998 23:28:57 +0200
21704              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
21705              Subject: Re: Re[2]: another joyride begins
21706      Branch: perl
21707            ! lib/utf8_heavy.pl
21708 ____________________________________________________________________________
21709 [  1766] By: gsar                                  on 1998/08/08  22:33:10
21710         Log: utf8 doc tweak
21711              From: Gisle Aas <aas@sn.no>
21712              Date: 05 Aug 1998 00:41:04 +0200
21713              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
21714              Subject: Matching clumps
21715      Branch: perl
21716            ! lib/utf8.pm
21717 ____________________________________________________________________________
21718 [  1765] By: gsar                                  on 1998/08/08  22:31:37
21719         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
21720              From: Gisle Aas <aas@sn.no>
21721              Date: 04 Aug 1998 22:56:11 +0200
21722              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
21723              Subject: Re: another joyride begins
21724      Branch: perl
21725            ! lib/utf8_heavy.pl
21726 ____________________________________________________________________________
21727 [  1764] By: gsar                                  on 1998/08/08  22:28:43
21728         Log: From: larry@wall.org (Larry Wall)
21729              Date: Tue, 4 Aug 1998 17:04:51 -0700
21730              Message-Id: <199808050004.RAA22592@wall.org>
21731              Subject: [PATCH 5.005_50] \pX not implemented!
21732      Branch: perl
21733            ! regcomp.c
21734 ____________________________________________________________________________
21735 [  1763] By: gsar                                  on 1998/08/08  22:27:15
21736         Log: From: Stephen McCamant <alias@mcs.com>
21737              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
21738              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
21739              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
21740      Branch: perl
21741            ! op.c
21742 ____________________________________________________________________________
21743 [  1762] By: gsar                                  on 1998/08/08  22:26:09
21744         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21745              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
21746              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
21747              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
21748      Branch: perl
21749            + t/op/grent.t t/op/pwent.t
21750            ! MANIFEST
21751 ____________________________________________________________________________
21752 [  1761] By: gsar                                  on 1998/08/08  22:21:52
21753         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21754              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
21755              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
21756              Subject: [5.005_50 PATCH] misprint in RE engine
21757      Branch: perl
21758            ! regexec.c t/op/re_tests
21759 ____________________________________________________________________________
21760 [  1760] By: gsar                                  on 1998/08/08  22:18:54
21761         Log: integrate maint-5.005 changes into mainline
21762      Branch: perl
21763           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
21764           !> (integrate 138 files)
21765 ____________________________________________________________________________
21766 [  1672] By: gsar                                  on 1998/07/27  18:35:28
21767         Log: create new Changes
21768      Branch: perl
21769            + Changes
21770            ! Changes5.005 MANIFEST
21771 ____________________________________________________________________________
21772 [  1671] By: gsar                                  on 1998/07/27  18:30:57
21773         Log: rename Changes --> Changes5.005
21774      Branch: perl
21775           +> Changes5.005
21776            - Changes
21777 ____________________________________________________________________________
21778 [  1670] By: gsar                                  on 1998/07/27  18:10:14
21779         Log: integrate 5.005_01 changes from maint
21780      Branch: perl
21781            ! Changes
21782           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
21783           !> win32/win32.c
21784 ____________________________________________________________________________
21785 [  1667] By: nick                                  on 1998/07/26  14:31:01
21786         Log: Add dTHR so that it compiles miniperl in threaded mode
21787      Branch: perl
21788            ! doop.c mg.c regcomp.c regexec.c
21789 ____________________________________________________________________________
21790 [  1666] By: nick                                  on 1998/07/26  13:01:10
21791         Log: Resolve ansiperl against mainline (@1648?)
21792              Unclear that change number has "taken".
21793      Branch: ansiperl
21794           +> (branch 169 files)
21795            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
21796           !> (integrate 131 files)
21797
21798 ----------------
21799 Version 5.005_50
21800 ----------------
21801
21802 ____________________________________________________________________________
21803 [  1665] By: gsar                                  on 1998/07/26  05:38:48
21804         Log: add trailing newline to file
21805      Branch: perl
21806            ! Changes lib/unicode/blocks.txt
21807 ____________________________________________________________________________
21808 [  1664] By: gsar                                  on 1998/07/26  05:08:48
21809         Log: integrate proto.h additions from maint-5.005
21810      Branch: perl
21811           !> pod/perlhist.pod proto.h
21812 ____________________________________________________________________________
21813 [  1663] By: gsar                                  on 1998/07/26  05:07:05
21814         Log: add new files to MANIFEST; add missing prototypes to proto.h;
21815              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
21816              add typecasts to silence warnings; tweaks for win32 builds
21817      Branch: perl
21818            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
21819            ! win32/Makefile win32/makefile.mk
21820 ____________________________________________________________________________
21821 [  1662] By: gsar                                  on 1998/07/26  05:01:52
21822         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
21823      Branch: maint-5.005/perl
21824            ! pod/perlhist.pod proto.h
21825 ____________________________________________________________________________
21826 [  1661] By: gsar                                  on 1998/07/26  02:52:48
21827         Log: up patchlevel to 5.005_50
21828      Branch: perl
21829            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
21830            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21831 ____________________________________________________________________________
21832 [  1660] By: gsar                                  on 1998/07/26  02:43:57
21833         Log: integrate utfperl
21834      Branch: perl
21835           +> (branch 162 files)
21836           !> (integrate 29 files)
21837 ____________________________________________________________________________
21838 [  1659] By: gsar                                  on 1998/07/26  02:38:22
21839         Log: integrate maint-5.005 changes
21840      Branch: perl
21841           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
21842           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
21843           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
21844           !> vms/descrip_mms.template vms/subconfigure.com
21845 ____________________________________________________________________________
21846 [  1658] By: gsar                                  on 1998/07/26  02:23:46
21847         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
21848              Date: Fri, 24 Jul 1998 11:38:25 -0700
21849              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
21850              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
21851              --
21852              Date: Fri, 24 Jul 1998 12:30:36 -0700
21853              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
21854              Subject: [PATCH 5.005]Tweaks to README.vms
21855              --
21856              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
21857              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
21858              Subject: [PATCH 5.005] Final build cleanup patch
21859      Branch: maint-5.005/perl
21860            ! README.vms vms/descrip_mms.template vms/subconfigure.com
21861 ____________________________________________________________________________
21862 [  1657] By: gsar                                  on 1998/07/26  02:19:50
21863         Log: another platform where pp_sselect() needs a whole fd_set buffer
21864              From: Lupe Christoph <lupe@alanya.m.isar.de>
21865              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
21866              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
21867              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
21868      Branch: maint-5.005/perl
21869            ! pp_sys.c
21870 ____________________________________________________________________________
21871 [  1656] By: gsar                                  on 1998/07/26  02:12:46
21872         Log: fix problem building modules on dos-djgpp
21873              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21874              Date: Sat, 25 Jul 1998 00:53:39 +0200
21875              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
21876              Subject: [PATCH 5.005] dos-djgpp and modules problem
21877      Branch: maint-5.005/perl
21878            ! djgpp/fixpmain
21879 ____________________________________________________________________________
21880 [  1655] By: gsar                                  on 1998/07/26  02:11:09
21881         Log: From: Tom Spindler <dogcow@home.merit.edu>
21882              Date: Wed, 22 Jul 1998 16:11:07 -0400
21883              Message-ID: <19980722161107.A16813@home.merit.edu>
21884              Subject: [PATCH 5.005] BeOS tweak
21885      Branch: maint-5.005/perl
21886            ! hints/beos.sh
21887 ____________________________________________________________________________
21888 [  1654] By: gsar                                  on 1998/07/26  02:09:29
21889         Log: various pod tweaks
21890      Branch: maint-5.005/perl
21891            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
21892            ! pod/perltoc.pod
21893 ____________________________________________________________________________
21894 [  1653] By: gsar                                  on 1998/07/26  02:05:46
21895         Log: fix emacs/ptags for PL_* changes
21896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21897              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
21898              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
21899              Subject: [PATCH 5.004_76] Yet better ptags
21900      Branch: maint-5.005/perl
21901            ! emacs/ptags
21902 ____________________________________________________________________________
21903 [  1652] By: gsar                                  on 1998/07/26  02:03:01
21904         Log: fix behavior of <=> on bigints
21905              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21906              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
21907              Date: Fri, 24 Jul 1998 18:29:53 +0100
21908              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
21909      Branch: maint-5.005/perl
21910            ! lib/Math/BigInt.pm t/lib/bigintpm.t
21911 ____________________________________________________________________________
21912 [  1651] By: larry                                 on 1998/07/24  05:44:33
21913         Log: Here are the long-expected Unicode/UTF-8 modifications.
21914      Branch: utfperl
21915            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
21916            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
21917            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
21918            + lib/unicode/Decomposition.pl
21919            + lib/unicode/In/AlphabeticPresentationForms.pl
21920            + lib/unicode/In/Arabic.pl
21921            + lib/unicode/In/ArabicPresentationForms-A.pl
21922            + lib/unicode/In/ArabicPresentationForms-B.pl
21923            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
21924            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
21925            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
21926            + lib/unicode/In/BoxDrawing.pl
21927            + lib/unicode/In/CJKCompatibility.pl
21928            + lib/unicode/In/CJKCompatibilityForms.pl
21929            + lib/unicode/In/CJKCompatibilityIdeographs.pl
21930            + lib/unicode/In/CJKSymbolsandPunctuation.pl
21931            + lib/unicode/In/CJKUnifiedIdeographs.pl
21932            + lib/unicode/In/CombiningDiacriticalMarks.pl
21933            + lib/unicode/In/CombiningHalfMarks.pl
21934            + lib/unicode/In/CombiningMarksforSymbols.pl
21935            + lib/unicode/In/ControlPictures.pl
21936            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
21937            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
21938            + lib/unicode/In/EnclosedAlphanumerics.pl
21939            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
21940            + lib/unicode/In/GeneralPunctuation.pl
21941            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
21942            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
21943            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
21944            + lib/unicode/In/HalfwidthandFullwidthForms.pl
21945            + lib/unicode/In/HangulCompatibilityJamo.pl
21946            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
21947            + lib/unicode/In/Hebrew.pl
21948            + lib/unicode/In/HighPrivateUseSurrogates.pl
21949            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
21950            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
21951            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
21952            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
21953            + lib/unicode/In/LatinExtended-A.pl
21954            + lib/unicode/In/LatinExtended-B.pl
21955            + lib/unicode/In/LatinExtendedAdditional.pl
21956            + lib/unicode/In/LetterlikeSymbols.pl
21957            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
21958            + lib/unicode/In/MathematicalOperators.pl
21959            + lib/unicode/In/MiscellaneousSymbols.pl
21960            + lib/unicode/In/MiscellaneousTechnical.pl
21961            + lib/unicode/In/NumberForms.pl
21962            + lib/unicode/In/OpticalCharacterRecognition.pl
21963            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
21964            + lib/unicode/In/SmallFormVariants.pl
21965            + lib/unicode/In/SpacingModifierLetters.pl
21966            + lib/unicode/In/Specials.pl
21967            + lib/unicode/In/SuperscriptsandSubscripts.pl
21968            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
21969            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
21970            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21971            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
21972            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
21973            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
21974            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
21975            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
21976            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
21977            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
21978            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
21979            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
21980            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
21981            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
21982            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
21983            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
21984            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
21985            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
21986            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
21987            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
21988            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
21989            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
21990            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
21991            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
21992            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
21993            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
21994            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
21995            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
21996            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
21997            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
21998            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
21999            + lib/unicode/JamoShort.pl lib/unicode/Makefile
22000            + lib/unicode/Name.pl lib/unicode/Number.pl
22001            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
22002            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
22003            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
22004            + lib/unicode/blocks.txt lib/unicode/index2.txt
22005            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
22006            + lib/unicode/names2.txt lib/unicode/props2.txt
22007            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
22008            + utf8.c utf8.h
22009            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
22010            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
22011            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
22012            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
22013            ! t/op/vec.t toke.c util.c vms/vmsish.h
22014 ____________________________________________________________________________
22015 [  1650] By: gsar                                  on 1998/07/24  04:06:48
22016         Log: create utfperl branch
22017      Branch: utfperl
22018           +> (branch 1079 files)
22019 ____________________________________________________________________________
22020 [  1649] By: gsar                                  on 1998/07/24  03:56:56
22021         Log: create maint-5.005 branch
22022      Branch: maint-5.005/perl
22023           +> (branch 1079 files)
22024 ____________________________________________________________________________
22025 [  1648] By: gsar                                  on 1998/07/24  03:36:35
22026         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
22027      Branch: perl
22028            ! Changes
22029