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
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 February 2000):
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@delanet.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
23 Brad Appleton <bradapp@enteract.com>
24 Greg Bacon <gbacon@itsc.uah.edu>
25 Robin Barker <rmb1@cise.npl.co.uk>
26 Vishal Bhatia <vishal@gol.com>
27 Spider Boardman <spider@orb.nashua.nh.us>
28 Tom Christiansen <tchrist@perl.com>
29 Mark-Jason Dominus <mjd@plover.com>
30 Jan Dubois <jand@activestate.com>
31 Dominic Dunlop <domo@computer.org>
32 Eric Fifer <efifer@sanwaint.com>
33 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34 M. J. T. Guy <mjtg@cus.cam.ac.uk>
35 Jarkko Hietaniemi <jhi@iki.fi>
36 Tom Hughes <tom@compton.nu>
37 Nick Ing-Simmons <nik@tiuk.ti.com>
38 Andreas Koenig <a.koenig@mind.de>
39 Douglas Lankshear <dougl@activestate.com>
40 Doug MacEachern <dougm@opengroup.org>
41 Raphael Manfredi <Raphael.Manfredi@st.com>
42 Paul Marquess <Paul.Marquess@btinternet.com>
43 Stephen McCamant <alias@mcs.com>
44 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
45 Hans Mulder <hansmu@xs4all.nl>
46 Chris Nandor <pudge@pobox.com>
47 Matthias Neeracher <neeri@iis.ee.ethz.ch>
48 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
49 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
50 Tom Phoenix <rootbeer@teleport.com>
51 Joshua Pritikin <joshua.pritikin@db.com>
52 Peter Prymmer <pvhp@forte.com>
53 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
54 Dean Roehrich <roehrich@cray.com>
55 Hugo van der Sanden <hv@crypt0.demon.co.uk>
56 Michael G Schwern <schwern@pobox.com>
57 Roderick Schertler <roderick@argon.org>
58 Kurt D. Starsinic <kstar@isinet.com>
59 Benjamin Stuhl <sho_pi@hotmail.com>
60 Dan Sugalski <sugalskd@osshe.edu>
61 Nathan Torkington <gnat@frii.com>
62 Larry W. Virden <lvirden@cas.org>
63 Johan Vromans <jvromans@squirrel.nl>
64 Ilya Zakharevich <ilya@math.ohio-state.edu>
66 And the Keepers of the Patch Pumpkin:
68 Charles Bailey <bailey@newman.upenn.edu>
69 Graham Barr <gbarr@ti.com>
70 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
71 Tim Bunce <Tim.Bunce@ig.co.uk>
72 Andy Dougherty <doughera@lafcol.lafayette.edu>
73 Gurusamy Sarathy <gsar@activestate.com>
74 Chip Salzenberg <chip@perl.com>
76 And, of course, the Author of Perl:
78 Larry Wall <larry@wall.org>
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files. The file lists have a short symbolic
89 +> branched (from elsewhere)
90 !> merged changes (from elsewhere)
97 ____________________________________________________________________________
98 [ 5448] By: jhi on 2000/03/02 20:00:37
99 Log: workaround for Tru64 compiler bug (cleaner fix will have
100 to wait until 5.6.1), from Spider Boardman
103 ____________________________________________________________________________
104 [ 5447] By: jhi on 2000/03/02 19:52:34
105 Log: Workaround for an optimizer bug.
108 ____________________________________________________________________________
109 [ 5446] By: jhi on 2000/03/02 19:44:35
110 Log: installation directory fix from Andy Dougherty
111 (installstyle was being clobbered, spotted by Spider Boardman)
115 ! U/installdirs/installstyle.U
116 ____________________________________________________________________________
117 [ 5445] By: gsar on 2000/03/02 19:40:44
118 Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
119 some parts not applied
121 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
123 ____________________________________________________________________________
124 [ 5444] By: gsar on 2000/03/02 19:26:08
125 Log: avoid buffering issue in warn/8signal
127 ! t/pragma/warn/8signal
128 ____________________________________________________________________________
129 [ 5443] By: gsar on 2000/03/02 18:13:28
130 Log: integrate cfgperl changes into mainline
132 !> Configure config_h.SH hints/aix.sh hints/hpux.sh
133 !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
134 !> t/op/lfs.t t/op/pack.t
135 ____________________________________________________________________________
136 [ 5442] By: gsar on 2000/03/02 18:02:40
137 Log: integrate vmsperl changes into mainline (denied their changes to
138 Glob.pm, t/pragma/warn/{8signal,pp_ctl})
140 !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
141 !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
142 !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
143 !> vms/descrip_mms.template vms/gen_shrfls.pl
144 !> vms/subconfigure.com vms/vms.c
145 ____________________________________________________________________________
146 [ 5441] By: jhi on 2000/03/02 17:56:20
147 Log: nit from Spider Boardman
150 ____________________________________________________________________________
151 [ 5440] By: jhi on 2000/03/02 17:48:15
152 Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
153 is the correct one), spotted by Robin Parker.
155 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
156 Branch: metaconfig/U/perl
158 ____________________________________________________________________________
159 [ 5439] By: jhi on 2000/03/02 15:32:04
160 Log: Remove the pack.t kludge introduced to fudge the test
161 to pass under long doubles: leave the similar kludge
162 to posix.t because POSIX::strtod() is still double,
166 ____________________________________________________________________________
167 [ 5438] By: jhi on 2000/03/02 04:58:48
168 Log: Integrate with Sarathy.
170 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
171 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
172 !> lib/Pod/Html.pm op.c
173 ____________________________________________________________________________
174 [ 5437] By: jhi on 2000/03/02 04:51:46
175 Log: A patch on #5407.
178 ____________________________________________________________________________
179 [ 5436] By: gsar on 2000/03/02 04:45:37
180 Log: avoid useless comparison
183 ____________________________________________________________________________
184 [ 5435] By: bailey on 2000/03/02 04:43:11
185 Log: YA sync with mainline
187 +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
189 !> (integrate 150 files)
190 ____________________________________________________________________________
191 [ 5434] By: gsar on 2000/03/02 04:28:48
192 Log: make the "back to top" links optional
195 ____________________________________________________________________________
196 [ 5433] By: bailey on 2000/03/02 04:26:58
197 Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
200 ____________________________________________________________________________
201 [ 5432] By: bailey on 2000/03/02 04:20:51
202 Log: Update dependencies and remove obsolete VAXC support
204 ! vms/descrip_mms.template
205 ____________________________________________________________________________
206 [ 5431] By: bailey on 2000/03/02 04:19:42
207 Log: Rmeove obsolete VAXC support
210 ____________________________________________________________________________
211 [ 5430] By: bailey on 2000/03/02 04:18:57
212 Log: Minor updates to subconfigure.com:
213 - remove old VAXC support
214 - avoid echoing commands to tempfiles
216 - define 64bit symbols (as "undef") when not using 64 bit support
218 ! vms/subconfigure.com
219 ____________________________________________________________________________
220 [ 5429] By: bailey on 2000/03/02 04:16:11
221 Log: Minor changes to Configure.Com:
222 - permit operation in batch mode (splits output)
223 - remove old VAXC support
224 - default to enabling secure internal lnm translation
227 ____________________________________________________________________________
228 [ 5428] By: bailey on 2000/03/02 04:06:53
229 Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
232 ____________________________________________________________________________
233 [ 5427] By: bailey on 2000/03/02 04:05:47
234 Log: FIx no-op in vms.c
237 ____________________________________________________________________________
238 [ 5426] By: bailey on 2000/03/02 04:04:52
239 Log: MIscellaneous tweaks to test and driver (Charles Lane)
241 ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
243 ____________________________________________________________________________
244 [ 5425] By: bailey on 2000/03/02 04:02:44
245 Log: Take advantage of new subprocess invocation (Charles Lane)
247 ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
248 ! t/pragma/warnings.t
249 ____________________________________________________________________________
250 [ 5424] By: bailey on 2000/03/02 04:00:20
251 Log: Increment counter for skipped tests (Charles Lane)
254 ____________________________________________________________________________
255 [ 5423] By: bailey on 2000/03/02 03:59:14
256 Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
257 on PERL5LIB logical (Dan Sugalski)
259 ! lib/Test/Harness.pm
260 ____________________________________________________________________________
261 [ 5422] By: bailey on 2000/03/02 03:57:40
262 Log: Use temp to construct dirspec in File::Find (Charles Lane)
265 ____________________________________________________________________________
266 [ 5421] By: bailey on 2000/03/02 03:56:13
267 Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
268 (Should move to File::Spec in long term)
270 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
271 ____________________________________________________________________________
272 [ 5420] By: bailey on 2000/03/02 03:52:45
273 Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
275 ! lib/ExtUtils/MM_VMS.pm
276 ____________________________________________________________________________
277 [ 5419] By: bailey on 2000/03/02 03:50:53
278 Log: Make File::Glob more VMS-friendly (Charles Lane)
280 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
282 ____________________________________________________________________________
283 [ 5418] By: bailey on 2000/03/02 03:47:21
284 Log: Miscellaneous fixes to build procedures (Peter Prymmer)
286 ! configure.com vms/subconfigure.com
287 ____________________________________________________________________________
288 [ 5417] By: bailey on 2000/03/02 03:42:49
289 Log: Temrinate statements in pp_ctl warning test (Charles Lane)
291 ! t/pragma/warn/pp_ctl
292 ____________________________________________________________________________
293 [ 5416] By: bailey on 2000/03/02 03:39:46
294 Log: Warn but continue installing when file missing (Dan Sugalski)
297 ____________________________________________________________________________
298 [ 5415] By: jhi on 2000/03/01 23:31:23
299 Log: Make file sparseness detection more portable (Scott Henry)
301 ! t/lib/syslfs.t t/op/lfs.t
302 ____________________________________________________________________________
303 [ 5414] By: jhi on 2000/03/01 22:53:48
304 Log: detypo #5411 continues: Sun grep doesn't have -e.
307 ____________________________________________________________________________
308 [ 5413] By: jhi on 2000/03/01 22:49:44
312 ____________________________________________________________________________
313 [ 5412] By: gsar on 2000/03/01 20:04:42
314 Log: typo in change#5408
316 ! lib/ExtUtils/MM_Unix.pm
317 ____________________________________________________________________________
318 [ 5411] By: jhi on 2000/03/01 18:48:52
319 Log: Better detection of the solaris workshop compiler.
322 ____________________________________________________________________________
323 [ 5410] By: jhi on 2000/03/01 18:18:04
324 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
325 To: perl5-porters@perl.org
326 Subject: solaris 64-bit and gcc
327 Date: Wed, 1 Mar 2000 17:59:36 GMT
328 Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
331 ____________________________________________________________________________
332 [ 5409] By: jhi on 2000/03/01 18:16:43
333 Log: Integrate with Sarathy.
336 !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
337 !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
338 !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
339 !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
340 !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
341 !> t/lib/filefind.t t/lib/glob-basic.t
342 ____________________________________________________________________________
343 [ 5408] By: gsar on 2000/03/01 18:15:49
344 Log: still more multiline match cleanups (from Greg Bacon)
346 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
347 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
348 ____________________________________________________________________________
349 [ 5407] By: jhi on 2000/03/01 18:11:09
350 Log: A further patch from Spider Boardman for long doubleness.
353 ____________________________________________________________________________
354 [ 5406] By: gsar on 2000/03/01 17:32:09
355 Log: yet more multiline match cleanups (from Greg Bacon)
357 ! lib/CPAN.pm lib/Cwd.pm
358 ____________________________________________________________________________
359 [ 5405] By: gsar on 2000/03/01 17:24:53
360 Log: add support for Env arrays (from Gregor N. Purdy
361 <gregor@focusresearch.com>)
364 ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
365 ____________________________________________________________________________
366 [ 5404] By: gsar on 2000/03/01 17:00:23
367 Log: cygwin update (from Eric Fifer)
369 ! README.cygwin t/lib/glob-basic.t
370 ____________________________________________________________________________
371 [ 5403] By: gsar on 2000/03/01 16:55:47
372 Log: more multiline match cleanups (from Greg Bacon)
374 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
375 ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
376 ____________________________________________________________________________
377 [ 5402] By: gsar on 2000/03/01 16:38:48
378 Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
380 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
381 ____________________________________________________________________________
382 [ 5401] By: gsar on 2000/03/01 16:35:28
383 Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
385 ! lib/File/Find.pm t/lib/filefind.t
386 ____________________________________________________________________________
387 [ 5400] By: gsar on 2000/03/01 16:32:24
388 Log: mention "r" debugger command (from Ilya Zakharevich)
391 ____________________________________________________________________________
392 [ 5399] By: jhi on 2000/03/01 14:58:33
393 Log: Integrate with Sarathy.
395 !> Changes configure.com ext/File/Glob/Glob.pm
396 !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
397 !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
398 !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
399 !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
400 !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
401 !> t/pragma/warn/pp_sys t/pragma/warnings.t
402 !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
404 ____________________________________________________________________________
405 [ 5398] By: gsar on 2000/03/01 07:03:13
406 Log: fix testsuite issues in change#5397
408 ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
414 ____________________________________________________________________________
415 [ 5397] By: gsar on 2000/03/01 06:44:42
416 Log: consolidated VMS patches (from Craig A. Berry
417 <craig.berry@metamorgs.com>); Glob.pm patch modified to use
418 $DEFAULT_FLAGS, and iff no flags were supplied
420 ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
421 ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
422 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
423 ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
424 ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
425 ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
426 ! t/pragma/warnings.t vms/descrip_mms.template
427 ! vms/subconfigure.com vms/test.com vms/vms.c
428 ____________________________________________________________________________
429 [ 5396] By: gsar on 2000/03/01 06:28:22
430 Log: integrate cfgperl changes into mainline
432 !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
433 ____________________________________________________________________________
434 [ 5395] By: jhi on 2000/03/01 06:12:10
435 Log: Integrate with Sarathy.
438 !> MANIFEST Todo-5.6 mg.c
439 ____________________________________________________________________________
440 [ 5394] By: gsar on 2000/03/01 06:07:00
441 Log: fix segfault on C<local ${^WARNING_BITS}>
444 ____________________________________________________________________________
445 [ 5393] By: jhi on 2000/03/01 06:02:12
446 Log: Fcntl de-cut-and-pasto.
447 From: Doug MacEachern <dougm@pobox.com>
448 To: perl5-porters@perl.org
449 Subject: [PATCH v5.5.660] Fcntl.pm
450 Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
451 Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
454 ____________________________________________________________________________
455 [ 5392] By: gsar on 2000/03/01 05:55:20
456 Log: update Todo-5.6, add stub open.pm
460 ____________________________________________________________________________
461 [ 5391] By: jhi on 2000/03/01 05:42:25
462 Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
465 ____________________________________________________________________________
466 [ 5390] By: jhi on 2000/03/01 05:35:53
467 Log: Couple of math functions need to be Perl_ so that
468 they are correctly long double, especially the frexp()
469 in sv_vcatpvfn() (spotted by Spider Boardman).
472 ____________________________________________________________________________
473 [ 5389] By: jhi on 2000/03/01 05:33:54
474 Log: Integrate with Sarathy.
476 +> pod/perlnumber.pod
477 !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
478 !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
479 !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
480 !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
481 !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
482 !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
483 !> win32/perllib.c win32/win32.c win32/win32.h
484 ____________________________________________________________________________
485 [ 5388] By: gsar on 2000/03/01 03:38:03
486 Log: Windows miscellany
488 ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
489 ____________________________________________________________________________
490 [ 5387] By: gsar on 2000/03/01 03:13:37
491 Log: mention ftp/rsync access to repository in perlhack
493 ! Changes pod/perlhack.pod pod/perlhist.pod
494 ____________________________________________________________________________
495 [ 5386] By: gsar on 2000/03/01 03:04:54
496 Log: support kill(0,$pid) on Windows to test if process exists
498 ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
499 ____________________________________________________________________________
500 [ 5385] By: gsar on 2000/03/01 02:10:01
501 Log: integrate cfgperl changes into mainline
503 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
504 !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
505 !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
506 !> win32/config.gc win32/config.vc
507 ____________________________________________________________________________
508 [ 5384] By: gsar on 2000/03/01 01:47:55
509 Log: oops, change#5382 didn't really fix the typo
511 ! ext/DynaLoader/dl_dlopen.xs
512 ____________________________________________________________________________
513 [ 5383] By: gsar on 2000/03/01 01:38:25
514 Log: avoid warning on type-mismatch
516 ! ext/DynaLoader/dlutils.c
517 ____________________________________________________________________________
518 [ 5382] By: gsar on 2000/03/01 01:33:42
519 Log: fix bug in change#5381
521 ! ext/DynaLoader/dl_dlopen.xs
522 ____________________________________________________________________________
523 [ 5381] By: gsar on 2000/03/01 00:46:44
524 Log: unload extension shared objects when exiting, implemented
525 only for dl_dlopen.xs (from Alan Burlison)
527 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
528 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
529 ____________________________________________________________________________
530 [ 5380] By: gsar on 2000/03/01 00:34:10
531 Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
535 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
536 ! pod/perltoc.pod pod/roffitall
537 ____________________________________________________________________________
538 [ 5379] By: jhi on 2000/02/29 23:37:01
539 Log: Be understanding.
541 ! Configure config_h.SH
542 Branch: metaconfig/U/perl
543 ! use64bits.U uselfs.U
544 ____________________________________________________________________________
545 [ 5378] By: gsar on 2000/02/29 23:35:50
546 Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
548 ! lib/Test/Harness.pm vms/vms.c
549 ____________________________________________________________________________
550 [ 5377] By: jhi on 2000/02/29 23:12:29
551 Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
552 d_Gconvert on long doubles to use sprintf %Lg.
555 ____________________________________________________________________________
556 [ 5376] By: jhi on 2000/02/29 23:02:45
557 Log: Integrate with Sarathy.
559 !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
560 !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
561 !> pod/perlguts.pod pod/perlop.pod
562 ____________________________________________________________________________
563 [ 5375] By: gsar on 2000/02/29 23:02:34
564 Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
567 ____________________________________________________________________________
568 [ 5374] By: jhi on 2000/02/29 23:01:35
569 Log: Add libsunmath (long double math library for Solaris,
570 SUNWspro cc only) awareness; fix various Solaris nits.
572 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
573 ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
574 ! vms/subconfigure.com vos/config.def win32/config.bc
575 ! win32/config.gc win32/config.vc
578 Branch: metaconfig/U/perl
580 ____________________________________________________________________________
581 [ 5373] By: gsar on 2000/02/29 22:56:10
582 Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
583 to the more readable form (from Robin Barker)
585 ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
586 ____________________________________________________________________________
587 [ 5372] By: gsar on 2000/02/29 22:52:27
588 Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
591 ____________________________________________________________________________
592 [ 5371] By: gsar on 2000/02/29 22:29:36
593 Log: fix pods to reflect newer canonical names for call_sv() etc.
595 ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
596 ! pod/perlembed.pod pod/perlguts.pod
597 ____________________________________________________________________________
598 [ 5370] By: jhi on 2000/02/29 22:08:26
599 Log: Integrate with Sarathy.
601 !> perl.c perl.h win32/win32.c win32/win32.h
602 ____________________________________________________________________________
603 [ 5369] By: gsar on 2000/02/29 21:37:10
604 Log: remove bogus code that caused test failures on HP-UX
607 ____________________________________________________________________________
608 [ 5368] By: gsar on 2000/02/29 20:45:01
609 Log: change#5364 had a few problems
611 ! perl.c win32/win32.c win32/win32.h
612 ____________________________________________________________________________
613 [ 5367] By: gsar on 2000/02/29 18:19:04
614 Log: integrate cfgperl changes into mainline
616 !> Configure config_h.SH epoc/config.sh hints/hpux.sh
617 !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
618 !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
619 ____________________________________________________________________________
620 [ 5366] By: jhi on 2000/02/29 18:15:09
621 Log: Some compilers have problems with quad switch() controls.
624 ____________________________________________________________________________
625 [ 5365] By: jhi on 2000/02/29 18:14:30
626 Log: Integrate with Sarathy.
628 !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
630 ____________________________________________________________________________
631 [ 5364] By: gsar on 2000/02/29 18:11:34
632 Log: utf8-ize @ARGV when -C switch is used on Windows
634 ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
636 ____________________________________________________________________________
637 [ 5363] By: jhi on 2000/02/29 17:47:48
638 Log: HP-UX lddlflags were broken.
640 ! Configure config_h.SH
641 Branch: metaconfig/U/perl
643 ____________________________________________________________________________
644 [ 5362] By: jhi on 2000/02/29 17:32:27
645 Log: Make the failsafe question about socket address structure
646 sizes hopefully a bit less confusing.
648 ! Configure config_h.SH
650 ! U/protos/socksizetype.U
651 ____________________________________________________________________________
652 [ 5361] By: jhi on 2000/02/29 17:17:10
653 Log: Integrate with Sarathy.
656 ____________________________________________________________________________
657 [ 5360] By: gsar on 2000/02/29 17:16:09
658 Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
661 ____________________________________________________________________________
662 [ 5359] By: jhi on 2000/02/29 17:06:12
663 Log: Make the warning about preferring HP's ar more visible.
666 ____________________________________________________________________________
667 [ 5358] By: jhi on 2000/02/29 17:04:36
668 Log: The sprintf option was blithely printing long doubles as
669 doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
670 being used; made the test more thorough.
672 ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
673 ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
675 ! U/compline/d_gconvert.U
676 ____________________________________________________________________________
677 [ 5357] By: jhi on 2000/02/29 16:58:08
678 Log: Make the warning about abandoning long doubles more visible.
680 ! Configure config_h.SH
681 Branch: metaconfig/U/perl
683 ____________________________________________________________________________
684 [ 5356] By: jhi on 2000/02/29 16:51:33
685 Log: HP-UX gcc fix; detypo in use64bits.
687 ! Configure config_h.SH
688 Branch: metaconfig/U/perl
689 ! dlsrc.U use64bits.U
690 ____________________________________________________________________________
691 [ 5355] By: jhi on 2000/02/29 16:31:17
692 Log: Solaris 64-bitness hints saga continues.
695 ____________________________________________________________________________
696 [ 5354] By: jhi on 2000/02/29 16:04:42
697 Log: Integrate with Sarathy.
699 !> ext/Thread/Thread.xs perl.c perl.h
700 ____________________________________________________________________________
701 [ 5353] By: jhi on 2000/02/29 15:54:10
702 Log: Solaris hints tweak for 64-bitallness.
705 ____________________________________________________________________________
706 [ 5352] By: jhi on 2000/02/29 15:35:13
707 Log: Too many 64-bitness option combinations.
709 ! Configure config_h.SH
710 Branch: metaconfig/U/perl
712 ____________________________________________________________________________
713 [ 5351] By: gsar on 2000/02/29 15:31:56
714 Log: more adjustments needed for change#5342 under use5005threads
716 ! ext/Thread/Thread.xs perl.c perl.h
717 ____________________________________________________________________________
718 [ 5350] By: jhi on 2000/02/29 15:24:59
719 Log: Integrate with Sarathy.
722 !> (integrate 40 files)
723 ____________________________________________________________________________
724 [ 5349] By: gsar on 2000/02/29 08:13:56
725 Log: more m//s and $ vs \z fixups (from Greg Bacon)
727 ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
728 ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
729 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
730 ! lib/File/Spec/Win32.pm
731 ____________________________________________________________________________
732 [ 5348] By: gsar on 2000/02/29 08:00:48
733 Log: increase sleep to compensate for slow cpu (from Peter Haworth
734 <pmh@edison.ioppublishing.com>)
737 ____________________________________________________________________________
738 [ 5347] By: gsar on 2000/02/29 07:52:35
739 Log: add OO tutorial for beginners (from Randal L. Schwartz
740 <merlyn@stonehenge.com>)
743 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
744 ! pod/perldelta.pod pod/perltoc.pod
745 ____________________________________________________________________________
746 [ 5346] By: gsar on 2000/02/29 07:24:52
747 Log: malloc bug fix and machten hints (from Dominic Dunlop
750 ! hints/machten.sh malloc.c
751 ____________________________________________________________________________
752 [ 5345] By: gsar on 2000/02/29 06:32:56
753 Log: integrate cfgperl contents into mainline
755 !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
756 !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
757 !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
758 !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
759 !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
760 !> win32/config.bc win32/config.gc win32/config.vc
761 ____________________________________________________________________________
762 [ 5344] By: gsar on 2000/02/29 06:25:33
763 Log: export list tweak
766 ____________________________________________________________________________
767 [ 5343] By: gsar on 2000/02/29 06:01:22
768 Log: various shenanigans in change#5342
770 ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
771 ! win32/win32.h win32/win32thread.h
772 ____________________________________________________________________________
773 [ 5342] By: gsar on 2000/02/29 04:53:00
774 Log: support fetching current interpreter from TLS under useithreads
776 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
777 ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
778 ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
779 ! win32/win32.h win32/win32thread.c win32/win32thread.h
780 ____________________________________________________________________________
781 [ 5341] By: jhi on 2000/02/29 03:26:11
782 Log: Don't know how to do large files using gcc in HP-UX.
785 ____________________________________________________________________________
786 [ 5340] By: jhi on 2000/02/29 03:07:16
787 Log: Added few more libs to scan.
789 ! Configure config_h.SH
791 ! U/modified/Myinit.U U/modified/libs.U
792 ____________________________________________________________________________
793 [ 5339] By: jhi on 2000/02/29 01:37:43
794 Log: Bigger warning on the changed behaviour of the unary ~.
797 ____________________________________________________________________________
798 [ 5338] By: jhi on 2000/02/29 01:17:07
799 Log: IRIX 64-bitness fixes.
801 ! Configure config_h.SH hints/irix_6.sh
803 ! U/modified/Cppsym.U
804 ____________________________________________________________________________
805 [ 5337] By: jhi on 2000/02/29 00:59:08
806 Log: Userfriendliness.
808 ! Configure config_h.SH
809 Branch: metaconfig/U/perl
811 ____________________________________________________________________________
812 [ 5336] By: jhi on 2000/02/29 00:53:51
813 Log: Undo the sv_2pv() change of #5329, caused numconvert.t
814 problems in IRIX 32-n32.
817 ____________________________________________________________________________
818 [ 5335] By: jhi on 2000/02/29 00:22:37
819 Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
821 ! Configure config_h.SH hints/hpux.sh
822 Branch: metaconfig/U/perl
824 ____________________________________________________________________________
825 [ 5334] By: jhi on 2000/02/28 23:59:59
826 Log: Do not cast pointers into I32s.
829 ____________________________________________________________________________
830 [ 5333] By: jhi on 2000/02/28 23:39:26
831 Log: More AIX fixes from Steven Hirsch.
833 ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
834 ! ext/DynaLoader/hints/aix.pl hints/aix.sh
835 Branch: metaconfig/U/perl
837 ____________________________________________________________________________
838 [ 5332] By: jhi on 2000/02/28 22:45:59
842 ____________________________________________________________________________
843 [ 5331] By: jhi on 2000/02/28 22:23:36
844 Log: Regularize the call-back units (and fix a bug in #5330).
846 ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
847 ____________________________________________________________________________
848 [ 5330] By: jhi on 2000/02/28 21:50:28
849 Log: Don't be overeager to turn on 64-bitallness.
852 ____________________________________________________________________________
853 [ 5329] By: jhi on 2000/02/28 20:32:53
854 Log: Lift the 32-bit straightjacket from bit ops;
855 prefer IV/UV over NV in sv_2pv().
857 ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
858 ! t/op/misc.t t/op/numconvert.t
859 ____________________________________________________________________________
860 [ 5328] By: jhi on 2000/02/28 20:11:59
861 Log: Do not add -Ae for gcc.
864 ____________________________________________________________________________
865 [ 5327] By: jhi on 2000/02/28 17:35:39
866 Log: Use the vendor file(1).
868 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
869 ____________________________________________________________________________
870 [ 5326] By: jhi on 2000/02/28 17:31:19
871 Log: Put back madvise lost because of a typo.
873 ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
875 ____________________________________________________________________________
876 [ 5325] By: jhi on 2000/02/28 16:44:32
877 Log: Tweak HP-UX libraries.
880 ____________________________________________________________________________
881 [ 5324] By: jhi on 2000/02/28 16:37:43
882 Log: Don't be overeager to turn on largefileness.
885 ____________________________________________________________________________
886 [ 5323] By: jhi on 2000/02/28 16:23:15
887 Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
888 The patch to File/Glob/Makefile.PL is inconvenient but at the
889 moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
890 off the optimization ($self->{OPTIMIZE} = '') doesn't work,
891 the file is processed by MakeMaker but OPTIMIZE ends up as -O
892 in the resulting Makefile. A MakeMaker bug?
894 ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
895 ! hints/aix.sh t/lib/ipc_sysv.t
896 ____________________________________________________________________________
897 [ 5322] By: jhi on 2000/02/28 16:17:33
898 Log: Integrate with Sarathy.
900 !> (integrate 45 files)
901 ____________________________________________________________________________
902 [ 5321] By: gsar on 2000/02/28 10:13:03
903 Log: avoid warnings in legacy code (from David Dyck)
906 ____________________________________________________________________________
907 [ 5320] By: gsar on 2000/02/28 10:11:37
908 Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
911 ____________________________________________________________________________
912 [ 5319] By: gsar on 2000/02/28 10:07:00
913 Log: fix outdated URLs (from Michael G Schwern)
915 ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
916 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
917 ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
918 ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
919 ! pod/perlvar.pod pod/perlxs.pod
920 ____________________________________________________________________________
921 [ 5318] By: gsar on 2000/02/28 10:04:57
922 Log: update Changes, patchlevel etc.
924 ! Changes patchlevel.h win32/Makefile win32/config.bc
925 ! win32/config.gc win32/config.vc win32/config_H.bc
926 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
927 ____________________________________________________________________________
928 [ 5317] By: gsar on 2000/02/28 09:39:47
929 Log: make stringwise bitops work properly on utf8 strings
932 ____________________________________________________________________________
933 [ 5316] By: gsar on 2000/02/28 07:04:22
934 Log: integrate cfgperl and vmsperl changes into mainline
937 !> Configure Makefile.SH config_h.SH configure.com
938 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
939 !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
940 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
941 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
942 !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
943 !> vms/descrip_mms.template vms/gen_shrfls.pl
944 !> vms/subconfigure.com vms/vms.c
945 ____________________________________________________________________________
946 [ 5315] By: jhi on 2000/02/28 06:31:08
947 Log: The search for static _s-suffixex libs was broken;
948 add -L/lib/pa20_64 only iff there.
950 ! Configure config_h.SH hints/hpux.sh
953 ____________________________________________________________________________
954 [ 5314] By: jhi on 2000/02/28 06:08:40
955 Log: Even better use64bitall logic.
957 ! Configure config_h.SH
958 Branch: metaconfig/U/perl
959 ! use64bits.U uselfs.U
960 ____________________________________________________________________________
961 [ 5313] By: jhi on 2000/02/28 05:47:27
962 Log: Integrate with Sarathy.
964 !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
965 !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
966 !> t/lib/fields.t x2p/find2perl.PL
967 ____________________________________________________________________________
968 [ 5312] By: jhi on 2000/02/28 05:09:31
969 Log: Ask about use64bitall regardless of whether use64bitint is defined.
971 ! Configure config_h.SH
972 Branch: metaconfig/U/perl
974 ____________________________________________________________________________
975 [ 5311] By: bailey on 2000/02/28 05:05:56
976 Log: Integrate mainline
978 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
979 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
980 !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
981 !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
982 !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
983 !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
985 ____________________________________________________________________________
986 [ 5310] By: bailey on 2000/02/28 04:36:20
987 Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
989 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
990 ____________________________________________________________________________
991 [ 5309] By: jhi on 2000/02/28 04:17:36
992 Log: The #5249 wasn't doing any good.
994 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
995 ____________________________________________________________________________
996 [ 5308] By: bailey on 2000/02/28 03:56:51
997 Log: Repair typo -- conjunction of variable with text
1000 ____________________________________________________________________________
1001 [ 5307] By: jhi on 2000/02/28 03:46:14
1002 Log: A less ambitious version of #5292.
1005 ____________________________________________________________________________
1006 [ 5306] By: bailey on 2000/02/28 03:42:38
1007 Log: Defer inclusion of VMS-specific code to runtime
1010 ____________________________________________________________________________
1011 [ 5305] By: jhi on 2000/02/28 03:41:48
1012 Log: The #5292 was Not So Good Idea.
1015 ____________________________________________________________________________
1016 [ 5304] By: bailey on 2000/02/28 02:57:14
1017 Log: Minor test updates to accomodate new subprocess invocation
1019 ! t/comp/script.t t/op/goto.t t/op/split.t
1020 ____________________________________________________________________________
1021 [ 5303] By: bailey on 2000/02/28 02:52:47
1022 Log: Missed bit of #5302 (case-sensitive symbols)
1024 ! lib/ExtUtils/Mksymlists.pm
1025 ____________________________________________________________________________
1026 [ 5302] By: bailey on 2000/02/28 02:51:00
1027 Log: Support case-sensitive symbols usage in linker
1029 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
1030 ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
1031 ____________________________________________________________________________
1032 [ 5301] By: bailey on 2000/02/28 02:46:47
1033 Log: Free $PARSE context after lookups
1036 ____________________________________________________________________________
1037 [ 5300] By: bailey on 2000/02/28 02:43:56
1038 Log: Don't wait for subprocess to read final EOF
1041 ____________________________________________________________________________
1042 [ 5299] By: bailey on 2000/02/28 00:44:45
1043 Log: Dan Sugalski's config/build changes to .660
1045 ! configure.com vms/descrip_mms.template vms/subconfigure.com
1046 ____________________________________________________________________________
1047 [ 5298] By: bailey on 2000/02/28 00:07:13
1048 Log: When testing CGI.pm, use its notion of CRLF
1051 ____________________________________________________________________________
1052 [ 5297] By: bailey on 2000/02/28 00:00:08
1053 Log: Quote command line args which need to be upper case
1054 Tell subprocess we're finished before waiting for it
1057 ____________________________________________________________________________
1058 [ 5296] By: gsar on 2000/02/28 00:00:05
1059 Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
1060 these insidious errors in File::Basename, File::Find and find2perl
1061 (from Tom Christiansen)
1063 TODO: many other modules need to be fixed as well!
1065 ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
1066 ____________________________________________________________________________
1067 [ 5295] By: jhi on 2000/02/27 23:18:40
1068 Log: Version number update.
1070 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1071 ____________________________________________________________________________
1072 [ 5294] By: gsar on 2000/02/27 22:27:46
1073 Log: typos in change#5293
1076 ____________________________________________________________________________
1077 [ 5293] By: gsar on 2000/02/27 21:57:40
1078 Log: support fields::new() and fields::phash() to create pseudo-hash
1079 objects and plain pseudo-hashes respectively (this avoids users
1080 from having to diddle %FIELDS directly); update documentation to
1081 suit (from original fields::phash() implementation by Peter
1082 Scott <Peter@PSDT.com>)
1084 ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
1085 ! pod/perlref.pod t/lib/fields.t
1086 ____________________________________________________________________________
1087 [ 5292] By: jhi on 2000/02/27 21:49:25
1088 Log: proto.h was mssing from the list of generated files;
1089 added rules to generate any single wanted file
1090 (a bunch of other files may also be generated
1091 at the same time, as before)
1094 ____________________________________________________________________________
1095 [ 5291] By: jhi on 2000/02/27 18:57:12
1096 Log: Integrate with Sarathy.
1098 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
1099 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
1100 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1101 !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
1102 !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
1103 !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
1104 ____________________________________________________________________________
1105 [ 5290] By: gsar on 2000/02/27 18:47:00
1106 Log: integrate cfgperl and vmsperl contents into mainline
1108 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1109 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
1110 !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
1111 ____________________________________________________________________________
1112 [ 5289] By: gsar on 2000/02/27 18:09:04
1113 Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
1114 the internal glob())
1117 ____________________________________________________________________________
1118 [ 5288] By: gsar on 2000/02/27 17:12:41
1119 Log: djgpp update (from Laszlo Molnar)
1121 ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
1122 ! hints/dos_djgpp.sh
1123 ____________________________________________________________________________
1124 [ 5287] By: gsar on 2000/02/27 16:58:53
1125 Log: tweak comment about core glob()
1127 ! ext/File/Glob/Glob.pm
1128 ____________________________________________________________________________
1129 [ 5286] By: gsar on 2000/02/27 16:52:54
1130 Log: remove outdated info about csh and glob(); glob() need not fail
1131 when tainting anymore if using internal globbing
1133 ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
1134 ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
1135 ____________________________________________________________________________
1136 [ 5285] By: gsar on 2000/02/27 16:20:31
1137 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
1138 handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
1141 ____________________________________________________________________________
1142 [ 5284] By: gsar on 2000/02/27 14:31:24
1143 Log: avoid compiler warnings (from Dan Sugalski)
1146 ____________________________________________________________________________
1147 [ 5283] By: gsar on 2000/02/27 14:21:16
1148 Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
1151 ____________________________________________________________________________
1152 [ 5282] By: bailey on 2000/02/27 05:07:08
1153 Log: Impose security constraints on lnm lookup only if tainting
1156 ____________________________________________________________________________
1157 [ 5281] By: bailey on 2000/02/27 05:05:35
1158 Log: Add new File::Spec::VMS methods
1159 Don't add implicit device in VMS <-> Unix filespec translation
1160 Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
1162 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1163 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
1164 ____________________________________________________________________________
1165 [ 5280] By: bailey on 2000/02/27 04:58:01
1166 Log: Accept filespecs as command verbs for subprocesses
1168 ! vms/perlvms.pod vms/vms.c
1169 ____________________________________________________________________________
1170 [ 5279] By: jhi on 2000/02/27 04:01:53
1171 Log: Integrate with Sarathy.
1174 ____________________________________________________________________________
1175 [ 5278] By: bailey on 2000/02/27 02:43:01
1176 Log: Resync with mainline again
1178 !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
1179 !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
1180 !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1181 !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
1182 !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
1183 !> vms/subconfigure.com
1184 ____________________________________________________________________________
1185 [ 5277] By: jhi on 2000/02/27 02:36:36
1186 Log: Fix locale case-ignorant matching bug reported in
1188 From: gomar@md.media-web.de
1189 To: perl5-porters@perl.org
1190 Subject: [ID 20000223.005]
1191 Date: 23 Feb 2000 16:03:08 -0000
1192 Message-Id: <20000223160308.1830.qmail@md.media-web.de>
1194 ! regexec.c t/pragma/locale.t
1195 ____________________________________________________________________________
1196 [ 5276] By: gsar on 2000/02/26 18:18:16
1197 Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
1198 (from Tom Christiansen)
1201 ____________________________________________________________________________
1202 [ 5275] By: jhi on 2000/02/26 16:43:11
1203 Log: Integrate with Sarathy.
1205 !> (integrate 34 files)
1206 ____________________________________________________________________________
1207 [ 5274] By: gsar on 2000/02/26 15:23:45
1208 Log: rework binmode() entry in perlfunc (from Martien Verbruggen
1209 <mgjv@comdyn.com.au>)
1212 ____________________________________________________________________________
1213 [ 5273] By: gsar on 2000/02/26 15:04:54
1214 Log: PodParser v1.11 update (from Brad Appleton)
1216 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
1217 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1218 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
1219 ____________________________________________________________________________
1220 [ 5272] By: gsar on 2000/02/26 14:48:24
1221 Log: add missing perl headers to perldepend action
1223 ! lib/ExtUtils/MM_Unix.pm
1224 ____________________________________________________________________________
1225 [ 5271] By: gsar on 2000/02/26 08:03:36
1226 Log: VMS patch (from Peter Prymmer)
1228 ! Makefile.SH README.vms configure.com vms/descrip_mms.template
1229 ! vms/sockadapt.h vms/subconfigure.com
1230 ____________________________________________________________________________
1231 [ 5270] By: gsar on 2000/02/26 07:46:35
1232 Log: integrate vmsperl changes into mainline
1234 !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
1235 !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
1236 ____________________________________________________________________________
1237 [ 5269] By: bailey on 2000/02/26 07:04:55
1238 Log: Resync with mainline
1240 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
1241 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
1242 +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
1243 +> lib/bytes_heavy.pl t/pragma/warn/9enabled
1244 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
1245 - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
1246 - lib/unicode/Eq/Unicode.pl
1247 !> (integrate 323 files)
1248 ____________________________________________________________________________
1249 [ 5268] By: gsar on 2000/02/26 06:50:04
1250 Log: reintroduce useithreads (accidentally deleted in change#5261)
1253 ____________________________________________________________________________
1254 [ 5266] By: gsar on 2000/02/26 06:46:06
1255 Log: integrate cfgperl changes into mainline
1257 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
1258 - ext/DynaLoader/dl_rhapsody.xs
1259 !> (integrate 62 files)
1260 ____________________________________________________________________________
1261 [ 5265] By: gsar on 2000/02/26 06:31:10
1262 Log: support for version vectors in UNIVERSAL::VERSION(), so that
1263 C<use Foo v1.2.3> etc., work; tests for the same
1265 TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
1267 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
1268 ! t/comp/use.t toke.c universal.c
1269 ____________________________________________________________________________
1270 [ 5264] By: jhi on 2000/02/26 04:14:15
1271 Log: Add libscheck for IRIX.
1274 ____________________________________________________________________________
1275 [ 5263] By: jhi on 2000/02/26 03:40:47
1276 Log: Add libscheck for Solaris.
1278 ! hints/solaris_2.sh
1279 ____________________________________________________________________________
1280 [ 5262] By: jhi on 2000/02/26 03:10:47
1281 Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
1283 + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
1284 - ext/DynaLoader/dl_rhapsody.xs
1285 ! Configure INSTALL MANIFEST Makefile.SH README.threads
1286 ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
1288 ! U/a_dvisory/multiarch.U
1289 ____________________________________________________________________________
1290 [ 5261] By: jhi on 2000/02/26 02:48:23
1291 Log: Rename use64bits to use64bitint;
1292 rename usefull64bits to use64bitall.
1294 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1295 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
1296 ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
1297 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
1298 ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
1299 ! vms/subconfigure.com vos/config.def vos/config.h
1300 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
1301 ! win32/config.vc win32/config_H.bc win32/config_H.gc
1304 ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
1305 ! U/protos/socksizetype.U U/threads/archname.U
1306 Branch: metaconfig/U/perl
1307 ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
1309 ____________________________________________________________________________
1310 [ 5260] By: jhi on 2000/02/25 22:57:16
1311 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
1312 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
1313 Subject: [PATCH 5.5.660] cygwin port
1314 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
1316 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
1317 ____________________________________________________________________________
1318 [ 5259] By: jhi on 2000/02/25 22:53:51
1319 Log: Configure nits; add socksizetype; add getfsstat for completeness;
1320 add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
1321 lands; regen Configure.
1323 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1324 ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
1325 ! vms/subconfigure.com vos/config.def win32/config.bc
1326 ! win32/config.gc win32/config.vc win32/config_H.bc
1327 ! win32/config_H.gc win32/config_H.vc
1329 + U/protos/socksizetype.U
1330 Branch: metaconfig/U/perl
1332 ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
1333 ____________________________________________________________________________
1334 [ 5258] By: jhi on 2000/02/25 21:04:17
1335 Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
1338 ____________________________________________________________________________
1339 [ 5257] By: jhi on 2000/02/25 20:48:13
1340 Log: Integrate with Sarathy.
1342 !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
1343 !> proto.h t/cmd/while.t
1344 ____________________________________________________________________________
1345 [ 5256] By: gsar on 2000/02/25 20:04:37
1346 Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
1348 ! embed.h embed.pl objXSUB.h perlapi.c proto.h
1349 ____________________________________________________________________________
1350 [ 5255] By: gsar on 2000/02/25 19:23:58
1351 Log: change#4849 wasn't restoring savestack correctly; make loops that have
1352 continue blocks recognizable at run time
1354 ! op.c op.h pp_ctl.c t/cmd/while.t
1355 ____________________________________________________________________________
1356 [ 5254] By: jhi on 2000/02/25 06:00:01
1357 Log: Integrate with Sarathy.
1359 !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
1360 !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1361 !> t/lib/filefind.t t/pod/poderrs.xr
1362 ____________________________________________________________________________
1363 [ 5253] By: jhi on 2000/02/25 05:57:59
1364 Log: Megalopatch for Configure: Andy's new installation schemes;
1365 introduce usefull64bits, beautify and regularize the various
1366 type probes; introduce d_lseekproto.
1368 ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
1371 + U/installdirs/perl5.U U/installdirs/sitehtml1.U
1372 + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
1373 + U/installdirs/siteman3.U U/installdirs/sitescript.U
1374 + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
1375 + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
1376 + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
1377 - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
1378 - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1379 - U/installdirs/vendorscriptdir.U
1380 ! U/compline/doublesize.U U/compline/ptrsize.U
1381 ! U/installdirs/archlib.U U/installdirs/bin.U
1382 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
1383 ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
1384 ! U/installdirs/installstyle.U U/installdirs/instubperl.U
1385 ! U/installdirs/localarch.U U/installdirs/locallib.U
1386 ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
1387 ! U/installdirs/privlib.U U/installdirs/scriptdir.U
1388 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1389 ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
1390 ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
1391 ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
1392 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1393 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
1394 ! U/typedefs/uidsize.U
1395 Branch: metaconfig/U/perl
1396 ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
1397 ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
1398 ____________________________________________________________________________
1399 [ 5252] By: gsar on 2000/02/25 03:15:03
1400 Log: update PodParser to v1.10 (from Brad Appleton)
1402 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1403 ! lib/Pod/Usage.pm t/pod/poderrs.xr
1404 ____________________________________________________________________________
1405 [ 5251] By: gsar on 2000/02/25 03:10:51
1406 Log: make File::Find tests tolerate case-insensitive systems (from
1410 ____________________________________________________________________________
1411 [ 5250] By: gsar on 2000/02/25 01:50:04
1412 Log: more Compiler tweaks for useithreads
1414 ! ext/B/B.xs ext/B/B/C.pm
1415 ____________________________________________________________________________
1416 [ 5249] By: jhi on 2000/02/25 00:17:53
1417 Log: Remove NFS temp files and Configure temp C files.
1419 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
1420 ____________________________________________________________________________
1421 [ 5248] By: jhi on 2000/02/24 23:57:49
1422 Log: In FreeBSD disable floating point exception handlers.
1423 As the comment says, this should be done in the hints.
1425 From: dive <dive@ender.com>
1426 To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1427 cc: perl5-porters@perl.org
1428 Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
1429 Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
1430 Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
1433 ____________________________________________________________________________
1434 [ 5247] By: jhi on 2000/02/24 23:46:27
1435 Log: From: Gisle Aas <gisle@aas.no>
1436 To: perl5-porters@perl.org
1437 Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
1438 Date: 25 Feb 2000 00:24:53 +0100
1439 Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
1441 ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
1442 ____________________________________________________________________________
1443 [ 5246] By: jhi on 2000/02/24 23:15:56
1444 Log: The op/stat.t patch in #5341 wasn't robust enough,
1445 it broke subtest 4 almost everywhere else.
1448 ____________________________________________________________________________
1449 [ 5245] By: jhi on 2000/02/24 19:28:53
1450 Log: More VMS patches from Peter Prymmer.
1452 ! configure.com vms/subconfigure.com
1453 ____________________________________________________________________________
1454 [ 5244] By: jhi on 2000/02/24 19:26:33
1455 Log: Largefileness in Solaris doesn't require long longs;
1456 use64bits enhancements; introduce usefull64bits.
1458 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1459 ! hints/irix_6.sh hints/solaris_2.sh
1461 ! U/threads/archname.U
1462 Branch: metaconfig/U/perl
1464 ____________________________________________________________________________
1465 [ 5243] By: jhi on 2000/02/24 18:40:25
1466 Log: Tidy up the 64-bit (and socklen_t) type probing.
1468 ! Configure config_h.SH
1470 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1471 Branch: metaconfig/U/perl
1472 + d_fpos64_t.U d_off64_t.U
1474 ! d_int64_t.U d_socklen_t.U
1475 ____________________________________________________________________________
1476 [ 5242] By: jhi on 2000/02/24 18:09:49
1477 Log: Integrate with Sarathy.
1480 ____________________________________________________________________________
1481 [ 5241] By: jhi on 2000/02/24 18:00:49
1482 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
1483 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
1484 Subject: [PATCH 5.5.660] cygwin port
1485 Date: Thu, 24 Feb 2000 17:15:28 -0000
1486 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
1489 ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
1490 ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
1491 ____________________________________________________________________________
1492 [ 5240] By: jhi on 2000/02/24 17:53:12
1493 Log: VMS patch from Peter Prymmer; use full_ar.
1495 ! vms/subconfigure.com
1496 ____________________________________________________________________________
1497 [ 5239] By: jhi on 2000/02/24 17:46:45
1498 Log: MPE/ix patches from Mark Bixby.
1500 ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
1501 ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
1503 ____________________________________________________________________________
1504 [ 5238] By: jhi on 2000/02/24 17:13:22
1505 Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit
1506 support to t/op/numconvert.t.
1508 From: Lupe Christoph <lupe@lupe-christoph.de>
1509 To: perl5-porters@perl.org
1510 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1511 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
1512 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
1514 ! Configure config_h.SH t/op/numconvert.t
1517 ____________________________________________________________________________
1518 [ 5237] By: jhi on 2000/02/24 15:47:11
1519 Log: Remove more cruft from IO.
1522 ____________________________________________________________________________
1523 [ 5236] By: jhi on 2000/02/24 15:14:48
1524 Log: From: Hugo <hv@crypt.compulink.co.uk>
1525 To: perl5-porters@perl.org
1526 Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
1527 Date: Thu, 24 Feb 2000 13:24:10 +0000
1528 Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
1531 ____________________________________________________________________________
1532 [ 5235] By: jhi on 2000/02/24 15:12:40
1533 Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
1534 S_IROTH, S_IWOTH, S_IXOTH.
1537 To: perl5-porters@perl.org
1538 Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
1539 Date: Thu, 24 Feb 2000 15:11:33 +0100
1540 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
1543 ____________________________________________________________________________
1544 [ 5234] By: gsar on 2000/02/24 03:39:17
1545 Log: integrate cfgperl changes into mainline
1547 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1549 !> Configure MANIFEST Porting/Glossary Porting/config.sh
1550 !> Porting/config_H config_h.SH configpm configure.com doio.c
1551 !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1552 !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
1553 !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
1554 !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
1555 ____________________________________________________________________________
1556 [ 5233] By: jhi on 2000/02/24 01:31:38
1557 Log: VMS patch from Peter Prymmer.
1559 ! vms/subconfigure.com
1560 ____________________________________________________________________________
1561 [ 5232] By: jhi on 2000/02/24 01:15:03
1562 Log: Detypo fpos64_t test.
1564 ! Configure config_h.SH
1565 Branch: metaconfig/U/perl
1567 ____________________________________________________________________________
1568 [ 5231] By: jhi on 2000/02/24 01:11:17
1569 Log: miscut'n'paste in #5230.
1571 ! Configure config_h.SH
1572 Branch: metaconfig/U/perl
1574 ____________________________________________________________________________
1575 [ 5230] By: jhi on 2000/02/24 01:02:05
1576 Log: The #5228 wasn't quite right + fix typos.
1578 ! Configure config_h.SH
1580 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1581 Branch: metaconfig/U/perl
1582 ! d_int64_t.U d_socklen_t.U io64.U
1583 ____________________________________________________________________________
1584 [ 5229] By: jhi on 2000/02/24 00:40:01
1585 Log: Depickify the compiler (about unused and set but not used variables)
1588 ____________________________________________________________________________
1589 [ 5228] By: jhi on 2000/02/24 00:34:35
1592 ! Configure config_h.SH
1594 ! U/modified/d_longdbl.U U/modified/d_longlong.U
1595 Branch: metaconfig/U/perl
1596 ! d_int64_t.U d_socklen_t.U
1597 ____________________________________________________________________________
1598 [ 5227] By: jhi on 2000/02/24 00:17:34
1599 Log: In IRIX <sys/mode.h> is something completely different.
1601 From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
1602 To: perl5-porters@perl.org
1603 Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
1604 Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
1605 Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
1608 ____________________________________________________________________________
1609 [ 5226] By: jhi on 2000/02/23 20:39:28
1610 Log: Integrate with Sarathy.
1612 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1613 !> t/comp/require.t t/op/ver.t toke.c
1614 ____________________________________________________________________________
1615 [ 5225] By: jhi on 2000/02/23 20:35:58
1616 Log: From: Dominic Dunlop <domo@computer.org>
1617 To: perl5-porters@perl.org
1618 Cc: Gurusamy Sarathy <gsar@activestate.com>
1619 Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
1620 Date: Wed, 23 Feb 2000 21:23:44 +0100
1621 Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
1624 ____________________________________________________________________________
1625 [ 5224] By: jhi on 2000/02/23 20:22:43
1626 Log: From: Dan Sugalski <dan@sidhe.org>
1627 To: perl5-porters@perl.org, vmsperl@perl.org
1628 Subject: [PATCH 5.5.660]VMS build patches
1629 Date: Wed, 23 Feb 2000 15:14:27 -0500
1630 Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
1632 (the patch was mangled, had to be manually applied)
1634 ! configure.com vms/descrip_mms.template vms/subconfigure.com
1635 ____________________________________________________________________________
1636 [ 5223] By: jhi on 2000/02/23 19:54:04
1637 Log: From: Dominic Dunlop <domo@computer.org>
1638 To: perl5-porters@perl.org
1639 Cc: Andy Dougherty <doughera@lafayette.edu>,
1640 Gurusamy Sarathy <gsar@activestate.com>
1641 Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
1642 Date: Wed, 23 Feb 2000 20:41:54 +0100
1643 Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
1645 ! Configure config_h.SH
1647 ! U/modified/Oldconfig.U U/modified/libs.U
1648 Branch: metaconfig/U/perl
1650 ____________________________________________________________________________
1651 [ 5222] By: jhi on 2000/02/23 18:02:39
1652 Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
1653 (suggested by Graham Barr).
1655 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1656 ____________________________________________________________________________
1657 [ 5221] By: jhi on 2000/02/23 16:00:29
1658 Log: Streamline #5218 even more.
1660 ! ext/IO/lib/IO/Socket.pm
1661 ____________________________________________________________________________
1662 [ 5220] By: gsar on 2000/02/23 09:10:43
1663 Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
1664 C<use 5.6.0> work as well; underscores are now permitted in v-strings
1666 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1667 ! t/comp/require.t t/op/ver.t toke.c
1668 ____________________________________________________________________________
1669 [ 5219] By: jhi on 2000/02/23 04:24:54
1670 Log: Streamline #5218.
1672 ! ext/IO/lib/IO/Socket.pm
1673 ____________________________________________________________________________
1674 [ 5218] By: jhi on 2000/02/23 02:08:19
1675 Log: Trying to connect to an already open socket may give EISCONN.
1677 ! ext/IO/lib/IO/Socket.pm
1678 ____________________________________________________________________________
1679 [ 5217] By: jhi on 2000/02/22 23:54:51
1680 Log: Fix prototype conflicts with POSIX.pm.
1682 ! ext/Fcntl/Fcntl.pm
1683 ____________________________________________________________________________
1684 [ 5216] By: jhi on 2000/02/22 22:27:19
1685 Log: See http://www.unicode.org/unicode/reports/tr15/
1686 for in-depth description of the problem.
1688 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1689 ! MANIFEST lib/unicode/mktables.PL
1690 ____________________________________________________________________________
1691 [ 5215] By: jhi on 2000/02/22 22:11:17
1692 Log: Add uselongdouble, regroup the use* more logically.
1695 ____________________________________________________________________________
1696 [ 5214] By: jhi on 2000/02/22 22:04:43
1697 Log: Integrate with Sarathy.
1699 !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
1700 !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
1701 ____________________________________________________________________________
1702 [ 5213] By: jhi on 2000/02/22 22:03:26
1703 Log: Add socklen_t probe; Configure maintenance.
1705 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1706 ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
1708 ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
1710 Branch: metaconfig/U/perl
1711 + d_int64_t.U d_socklen_t.U
1714 ____________________________________________________________________________
1715 [ 5212] By: gsar on 2000/02/22 21:46:45
1716 Log: make Perl's malloc work for allocations over 2GB (from Ilya
1720 ____________________________________________________________________________
1721 [ 5211] By: gsar on 2000/02/22 19:51:47
1722 Log: add -W and -X to -h output; fix other pod omissions
1724 ! perl.c pod/perlrun.pod
1725 ____________________________________________________________________________
1726 [ 5210] By: gsar on 2000/02/22 19:51:13
1727 Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
1730 ____________________________________________________________________________
1731 [ 5209] By: jhi on 2000/02/22 19:40:43
1732 Log: The subtests 28 and 31 were wrong. Tightened also the similar
1736 ____________________________________________________________________________
1737 [ 5208] By: gsar on 2000/02/22 19:13:44
1738 Log: s/Activeware/ActiveState/
1741 ____________________________________________________________________________
1742 [ 5207] By: jhi on 2000/02/22 18:38:29
1743 Log: Perl version nit spotted by Spider Boardman.
1746 ____________________________________________________________________________
1747 [ 5206] By: gsar on 2000/02/22 17:50:44
1748 Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
1751 ____________________________________________________________________________
1752 [ 5205] By: gsar on 2000/02/22 17:36:26
1753 Log: fix memory overrun due to off-by-one in change#5192
1756 ____________________________________________________________________________
1757 [ 5204] By: gsar on 2000/02/22 17:10:39
1758 Log: sundry typos and such
1760 ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
1761 ____________________________________________________________________________
1762 [ 5203] By: jhi on 2000/02/22 17:10:22
1763 Log: Integrate with Sarathy.
1765 !> (integrate 56 files)
1766 ____________________________________________________________________________
1767 [ 5202] By: gsar on 2000/02/22 16:48:58
1768 Log: remove vestiges of older attribute syntax
1770 ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
1771 ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
1772 ____________________________________________________________________________
1773 [ 5201] By: jhi on 2000/02/22 14:39:56
1774 Log: Configure nits spotted by Spider Boardman.
1776 ! Configure config_h.SH
1779 Branch: metaconfig/U/perl
1781 ____________________________________________________________________________
1782 [ 5200] By: jhi on 2000/02/22 14:31:21
1783 Log: Tru64 V5.0 patches from Spider Boardman.
1791 ____________________________________________________________________________
1792 [ 5199] By: gsar on 2000/02/22 11:29:28
1796 ____________________________________________________________________________
1797 [ 5198] By: gsar on 2000/02/22 10:45:54
1798 Log: PodParser-1.093 update (from Brad Appleton's site)
1800 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1801 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1802 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
1803 ! t/pod/special_seqs.t t/pod/special_seqs.xr
1804 ____________________________________________________________________________
1805 [ 5197] By: gsar on 2000/02/22 10:24:13
1806 Log: integrate cfgperl contents into mainline, update Changes
1808 ! Changes pod/perlhist.pod
1809 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1810 !> config_h.SH hints/solaris_2.sh malloc.c perl.h
1811 !> pod/perldelta.pod
1812 ____________________________________________________________________________
1813 [ 5196] By: gsar on 2000/02/22 10:10:36
1814 Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1816 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1817 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1818 ! t/lib/glob-taint.t t/lib/io_unix.t
1819 ____________________________________________________________________________
1820 [ 5195] By: gsar on 2000/02/22 10:01:49
1821 Log: s/undef/NO_INIT/g in change#5183
1823 ! lib/ExtUtils/xsubpp pod/perlxs.pod
1824 ____________________________________________________________________________
1825 [ 5194] By: gsar on 2000/02/22 09:44:07
1826 Log: perlipc bug (spotted by Ben Low)
1829 ____________________________________________________________________________
1830 [ 5193] By: gsar on 2000/02/22 09:38:58
1831 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1833 ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
1834 ____________________________________________________________________________
1835 [ 5192] By: gsar on 2000/02/22 09:26:06
1836 Log: improvements for high-bit text literals (from Gisle Aas)
1838 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1839 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
1840 ____________________________________________________________________________
1841 [ 5191] By: gsar on 2000/02/22 07:35:47
1842 Log: allow C<print v10>, $h{v13.10} etc.
1845 ____________________________________________________________________________
1846 [ 5190] By: gsar on 2000/02/22 05:35:27
1847 Log: adjust for lost fp precision in require version check
1849 ! pp_ctl.c t/comp/require.t
1850 ____________________________________________________________________________
1851 [ 5189] By: jhi on 2000/02/22 05:14:35
1852 Log: Check the alignment of long doubles if they are to be used;
1855 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1858 ! U/compline/alignbytes.U
1859 ____________________________________________________________________________
1860 [ 5188] By: gsar on 2000/02/22 04:45:57
1861 Log: use same treatment for EINVAL as for ETIMEDOUT
1863 ! ext/IO/lib/IO/Socket/INET.pm
1864 ____________________________________________________________________________
1865 [ 5187] By: gsar on 2000/02/21 23:15:12
1869 ____________________________________________________________________________
1870 [ 5186] By: gsar on 2000/02/21 21:10:26
1871 Log: remove dual-valueness of v-strings (i.e., they are pure strings
1872 now); avoid the word "tuple" to describe strings represented as
1873 character ordinals; usurp $PERL_VERSION for $^V as suggested by
1874 Larry, deprecate $] ; adjust the documentation and testsuite
1877 ! MANIFEST lib/English.pm op.c pod/perldelta.pod
1878 ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
1879 ! t/comp/require.t t/op/ver.t toke.c
1880 ____________________________________________________________________________
1881 [ 5185] By: jhi on 2000/02/21 20:36:05
1885 ____________________________________________________________________________
1886 [ 5184] By: gsar on 2000/02/21 18:37:38
1887 Log: clarify "use Module VERSION LIST" (from Robin Barker)
1890 ____________________________________________________________________________
1891 [ 5183] By: gsar on 2000/02/21 18:31:42
1892 Log: allow optional XSUB parameters without being forced to use a
1893 default (from Hugo van der Sanden)
1895 ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
1896 ____________________________________________________________________________
1897 [ 5182] By: jhi on 2000/02/21 18:22:47
1898 Log: Add Solaris LP64 notes.
1900 ! hints/solaris_2.sh
1901 ____________________________________________________________________________
1902 [ 5181] By: gsar on 2000/02/21 16:53:39
1903 Log: generalize "%v" format into a flag for any integral format type:
1904 "%vd", "%v#o", "%*vX", etc are allowed
1906 ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
1908 ____________________________________________________________________________
1909 [ 5180] By: gsar on 2000/02/21 07:11:00
1913 ____________________________________________________________________________
1914 [ 5179] By: gsar on 2000/02/21 07:08:38
1915 Log: undo accidental delete
1917 ! ext/B/B.pm ext/B/B.xs
1918 ____________________________________________________________________________
1919 [ 5178] By: gsar on 2000/02/21 07:02:16
1920 Log: get Compiler "working" under useithreads
1922 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
1923 ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
1924 ____________________________________________________________________________
1925 [ 5177] By: jhi on 2000/02/21 03:16:24
1926 Log: Thou shalt not printf longs with %d.
1929 ____________________________________________________________________________
1930 [ 5176] By: jhi on 2000/02/21 01:37:35
1931 Log: Integrate with Sarathy.
1933 +> t/pragma/warn/9enabled
1934 !> (integrate 63 files)
1935 ____________________________________________________________________________
1936 [ 5175] By: gsar on 2000/02/21 00:25:00
1937 Log: misplaced braces
1940 ____________________________________________________________________________
1941 [ 5174] By: gsar on 2000/02/21 00:09:16
1942 Log: more malloc.c tweaks for change#5070
1945 ____________________________________________________________________________
1946 [ 5173] By: gsar on 2000/02/21 00:01:17
1947 Log: malloc.c fixups in change#5170 need to fetch thx pointer
1950 ____________________________________________________________________________
1951 [ 5172] By: gsar on 2000/02/20 23:52:39
1952 Log: missing file in change#5170
1954 + t/pragma/warn/9enabled
1955 ____________________________________________________________________________
1956 [ 5171] By: gsar on 2000/02/20 23:49:17
1957 Log: skip conditionally defined symbols in change#5162
1960 ____________________________________________________________________________
1961 [ 5170] By: gsar on 2000/02/20 22:58:09
1962 Log: lexical warnings update, ability to inspect bitmask in calling
1963 scope, among other things (from Paul Marquess)
1965 ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
1966 ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
1967 ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
1968 ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
1969 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1970 ! t/pragma/warn/toke toke.c warnings.h warnings.pl
1971 ____________________________________________________________________________
1972 [ 5169] By: gsar on 2000/02/20 22:22:28
1973 Log: windows fixes for virtualizing child std{in,out,err} handles,
1974 attempts to lock uninitialized critical section in files that
1975 were never explicitly opened (from Doug Lankshear)
1977 ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
1978 ____________________________________________________________________________
1979 [ 5168] By: gsar on 2000/02/20 20:19:11
1980 Log: update Changes, credits
1983 ____________________________________________________________________________
1984 [ 5167] By: gsar on 2000/02/20 18:54:27
1985 Log: avoid reading out-of-bounds memory when matching against reference
1988 ____________________________________________________________________________
1989 [ 5166] By: gsar on 2000/02/20 17:59:41
1990 Log: byte mode chop() should clear UTF8 (from Gisle Aas)
1993 ____________________________________________________________________________
1994 [ 5165] By: gsar on 2000/02/20 17:57:08
1995 Log: test fix needed by change#5164
1997 ! t/pragma/warn/toke
1998 ____________________________________________________________________________
1999 [ 5164] By: gsar on 2000/02/20 17:50:38
2000 Log: default mkdir() mode argument to 0777
2002 ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
2003 ! t/op/mkdir.t toke.c
2004 ____________________________________________________________________________
2005 [ 5163] By: gsar on 2000/02/20 16:34:33
2006 Log: glob() takes one or no user arguments and a non-user-visible second
2007 hidden argument, fix its prototype-checking accordingly
2009 ! op.c opcode.h opcode.pl
2010 ____________________________________________________________________________
2011 [ 5162] By: gsar on 2000/02/20 16:07:38
2012 Log: make change#3386 a build-time option (avoids problems due to
2013 perl_run() longjmping out)
2015 ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
2016 ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
2017 ! scope.h sv.c thrdvar.h util.c
2018 ____________________________________________________________________________
2019 [ 5161] By: gsar on 2000/02/20 12:13:37
2020 Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
2021 modified to use Errno more portably)
2023 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2024 ____________________________________________________________________________
2025 [ 5160] By: gsar on 2000/02/20 11:53:28
2026 Log: mention portability caveat about C<use Errno 'EFOO'>
2028 ! ext/Errno/Errno_pm.PL
2029 ____________________________________________________________________________
2030 [ 5159] By: gsar on 2000/02/20 11:14:36
2031 Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
2034 ____________________________________________________________________________
2035 [ 5158] By: gsar on 2000/02/20 10:53:49
2036 Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
2038 ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
2039 ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
2040 ! vms/descrip_mms.template
2041 ____________________________________________________________________________
2042 [ 5157] By: jhi on 2000/02/19 20:29:26
2043 Log: Be explicit about what ops work with bt vectors.
2044 (And implicit about which don't.)
2047 ____________________________________________________________________________
2048 [ 5156] By: jhi on 2000/02/19 18:38:14
2049 Log: Integrate with Sarathy.
2051 +> lib/bytes.pm lib/bytes_heavy.pl
2052 - lib/byte.pm lib/byte_heavy.pl
2053 !> (integrate 61 files)
2054 ____________________________________________________________________________
2055 [ 5155] By: gsar on 2000/02/19 17:57:39
2056 Log: char vs U8 warnings
2059 ____________________________________________________________________________
2060 [ 5154] By: gsar on 2000/02/19 17:44:56
2061 Log: remove outdated caveat about C<while ($k = each %foo)> (from
2062 Hugo van der Sanden)
2065 ____________________________________________________________________________
2066 [ 5153] By: gsar on 2000/02/19 17:41:41
2067 Log: tests, doc tweak (from Gisle Aas)
2069 ! pod/perlfaq9.pod t/op/ord.t
2070 ____________________________________________________________________________
2071 [ 5152] By: gsar on 2000/02/19 17:35:50
2072 Log: document behavior of splice(@ary) (from Gisle Aas)
2075 ____________________________________________________________________________
2076 [ 5151] By: gsar on 2000/02/19 17:33:59
2077 Log: fix bug in backtracking optimizer (from Makoto Ishisone
2078 <ishisone@sra.co.jp>)
2080 ! regexec.c t/op/pat.t
2081 ____________________________________________________________________________
2082 [ 5150] By: gsar on 2000/02/19 17:33:05
2083 Log: more B fixups to cope with empty GVs (these can only happen in pads)
2085 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
2086 ____________________________________________________________________________
2087 [ 5149] By: gsar on 2000/02/19 17:32:03
2088 Log: avoid compiler warnings
2091 ____________________________________________________________________________
2092 [ 5148] By: gsar on 2000/02/19 17:18:09
2093 Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
2096 ____________________________________________________________________________
2097 [ 5147] By: gsar on 2000/02/19 17:15:34
2098 Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
2101 ! ext/Errno/Errno_pm.PL
2102 ____________________________________________________________________________
2103 [ 5146] By: gsar on 2000/02/19 16:18:46
2104 Log: integrate cfgperl contents into mainline
2106 !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
2107 !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
2108 !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
2109 !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
2110 ____________________________________________________________________________
2111 [ 5145] By: gsar on 2000/02/19 16:10:37
2112 Log: POSIX::strftime gets the date wrong (from John Tobey
2113 <jtobey@epsilondev.com>)
2115 ! ext/POSIX/POSIX.xs t/lib/posix.t
2116 ____________________________________________________________________________
2117 [ 5144] By: gsar on 2000/02/19 16:02:40
2118 Log: don't blindly set bool=char on linux (from Andy Dougherty)
2120 ! handy.h hints/linux.sh x2p/a2p.h
2121 ____________________________________________________________________________
2122 [ 5143] By: gsar on 2000/02/19 15:54:04
2123 Log: some rearrangement of the includes for easier "microperl" build;
2124 add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
2126 ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
2127 ____________________________________________________________________________
2128 [ 5142] By: gsar on 2000/02/19 15:22:17
2129 Log: fixes for Pod::Html issues (from Wolfgang Laun
2130 <wolfgang.laun@chello.at>)
2133 ____________________________________________________________________________
2134 [ 5141] By: gsar on 2000/02/19 08:27:29
2135 Log: grammos (spotted by Tom Christiansen)
2138 ____________________________________________________________________________
2139 [ 5140] By: gsar on 2000/02/19 08:17:04
2140 Log: various xsubpp enhancements that make it easier to use with
2141 C::Scan (from Ilya Zakharevich)
2143 TODO: still needs documentation
2145 ! lib/ExtUtils/xsubpp
2146 ____________________________________________________________________________
2147 [ 5139] By: gsar on 2000/02/19 07:55:18
2148 Log: s/croak/Perl_croak/
2151 ____________________________________________________________________________
2152 [ 5138] By: gsar on 2000/02/19 07:51:39
2153 Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
2155 ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
2156 ! pp_hot.c proto.h sv.c toke.c
2157 ____________________________________________________________________________
2158 [ 5137] By: gsar on 2000/02/19 07:42:12
2159 Log: set close-on-exec flag on sockets too, like we do for files
2162 ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
2163 ____________________________________________________________________________
2164 [ 5136] By: gsar on 2000/02/19 07:23:48
2165 Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
2166 permitted by change#5011 (from Gisle Aas)
2168 ! pp.c utf8.c utf8.h
2169 ____________________________________________________________________________
2170 [ 5135] By: gsar on 2000/02/19 06:53:13
2171 Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2173 ! lib/warnings.pm op.c warnings.h warnings.pl
2174 ____________________________________________________________________________
2175 [ 5134] By: gsar on 2000/02/19 06:36:46
2176 Log: s/byte/bytes/g remnants
2178 ! lib/bytes.pm lib/bytes_heavy.pl
2179 ____________________________________________________________________________
2180 [ 5133] By: gsar on 2000/02/19 06:33:49
2181 Log: rename byte:: to bytes::
2183 +> lib/bytes.pm lib/bytes_heavy.pl
2184 - lib/byte.pm lib/byte_heavy.pl
2185 ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
2186 ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
2187 ! t/lib/charnames.t t/op/ver.t
2188 ____________________________________________________________________________
2189 [ 5132] By: gsar on 2000/02/19 05:58:42
2190 Log: English names for $^R and $^S
2192 ! lib/English.pm pod/perlvar.pod
2193 ____________________________________________________________________________
2194 [ 5131] By: gsar on 2000/02/19 05:44:20
2195 Log: rename "Probable precendence problem" diagnostic to "Bareword found
2196 in conditional" to better reflect the class of error (as suggested
2199 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
2200 ____________________________________________________________________________
2201 [ 5130] By: gsar on 2000/02/19 05:43:10
2202 Log: fix outdated info about PerlClinic and the bug-tracking system
2204 ! pod/perlfaq2.pod pod/perltodo.pod
2205 ____________________________________________________________________________
2206 [ 5129] By: gsar on 2000/02/19 04:14:19
2207 Log: some fixes for mingw32/GCC (SETERRNO() still appears to
2210 ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
2212 ____________________________________________________________________________
2213 [ 5128] By: gsar on 2000/02/18 06:55:33
2214 Log: avoid $@-clearing sideeffect of require in Carp
2217 ____________________________________________________________________________
2218 [ 5127] By: gsar on 2000/02/18 04:58:26
2219 Log: stronger testcase for change#5126
2222 ____________________________________________________________________________
2223 [ 5126] By: gsar on 2000/02/18 04:44:28
2224 Log: make /\S/ match the same things /[\S]/ matches; likewise for
2225 \D (from Rick Delaney <rick@consumercontact.com>)
2227 ! regexec.c t/op/pat.t
2228 ____________________________________________________________________________
2229 [ 5125] By: gsar on 2000/02/18 03:57:43
2230 Log: Compiler fixups from Jan Dubois
2232 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
2233 ____________________________________________________________________________
2234 [ 5124] By: jhi on 2000/02/17 22:09:09
2235 Log: Take out the -Wl,-z as we have survice so far without.
2238 ____________________________________________________________________________
2239 [ 5123] By: jhi on 2000/02/17 18:40:17
2240 Log: Integrate with Sarathy.
2242 !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
2243 ____________________________________________________________________________
2244 [ 5122] By: gsar on 2000/02/17 18:01:14
2245 Log: fix test that depends on op_dump() output
2248 ____________________________________________________________________________
2249 [ 5121] By: gsar on 2000/02/17 17:55:18
2250 Log: op_dump() tweak
2253 ____________________________________________________________________________
2254 [ 5120] By: jhi on 2000/02/16 23:11:04
2255 Log: Regularize the use* questions, and replace
2256 "Configure *must* be run with -Duse..." with.
2259 ! Configure config_h.SH
2261 ! U/threads/usethreads.U
2262 Branch: metaconfig/U/perl
2263 ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
2264 ! usemultiplicity.U useperlio.U usesocks.U
2265 ____________________________________________________________________________
2266 [ 5119] By: jhi on 2000/02/16 22:29:11
2267 Log: HP-UX 64-bitness/largefile fixes.
2269 ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
2272 ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
2273 Branch: metaconfig/U/perl
2275 ____________________________________________________________________________
2276 [ 5118] By: jhi on 2000/02/16 19:47:51
2277 Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2278 (tag :seek), add S_I constants (and functions) (tag :mode);
2279 refer only to the SEEK_ of Fcntl, not the ones from
2280 POSIX or IO::; add SHUT_ to Socket; get trigonometric
2281 functions from Math::Trig instead of POSIX.
2283 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
2284 ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
2285 ! pod/perlopentut.pod t/lib/syslfs.t
2286 Branch: metaconfig/U/perl
2288 ____________________________________________________________________________
2289 [ 5117] By: gsar on 2000/02/16 06:39:06
2290 Log: avoid warnings due to redefined NULL
2292 ! ext/ODBM_File/ODBM_File.xs
2293 ____________________________________________________________________________
2294 [ 5116] By: gsar on 2000/02/16 00:10:25
2295 Log: integrate cfgperl changes into mainline
2297 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2298 !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
2299 !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
2300 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
2301 ____________________________________________________________________________
2302 [ 5115] By: jhi on 2000/02/15 23:11:55
2303 Log: Probe for <sys/utsname.h>.
2305 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2306 ! config_h.SH ext/Sys/Hostname/Hostname.xs
2307 Branch: metaconfig/U/perl
2309 ____________________________________________________________________________
2310 [ 5114] By: jhi on 2000/02/15 22:59:59
2311 Log: Integrate with Sarathy.
2313 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2314 +> ext/Sys/Hostname/Makefile.PL
2315 - lib/Sys/Hostname.pm
2316 !> (integrate 41 files)
2317 ____________________________________________________________________________
2318 [ 5113] By: gsar on 2000/02/15 21:22:18
2319 Log: update Changes, patchlevel
2321 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2322 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2323 ____________________________________________________________________________
2324 [ 5112] By: gsar on 2000/02/15 20:57:12
2325 Log: fix change#5104 under useithreads
2328 ____________________________________________________________________________
2329 [ 5111] By: gsar on 2000/02/15 20:45:10
2330 Log: export list tweak needed by change#5103
2333 ____________________________________________________________________________
2334 [ 5110] By: gsar on 2000/02/15 19:32:56
2335 Log: add XS version of Sys::Hostname (from Greg Bacon
2336 <gbacon@itsc.uah.edu>)
2338 + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2339 + ext/Sys/Hostname/Makefile.PL
2340 - lib/Sys/Hostname.pm
2341 ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
2342 ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
2344 ____________________________________________________________________________
2345 [ 5109] By: gsar on 2000/02/15 18:35:28
2346 Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
2347 given undefined values (from Graham Barr <gbarr@pobox.com>)
2350 ____________________________________________________________________________
2351 [ 5108] By: gsar on 2000/02/15 18:25:05
2352 Log: avoid accidental #line directives (from Rick Delaney
2353 <rick@consumercontact.com>)
2355 ! pod/perlsyn.pod toke.c
2356 ____________________________________________________________________________
2357 [ 5107] By: gsar on 2000/02/15 18:04:31
2358 Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
2361 ____________________________________________________________________________
2362 [ 5106] By: gsar on 2000/02/15 18:02:17
2363 Log: incorrect docs about delete() (spotted by Martyn Pearce
2364 <martyn@inpharmatica.co.uk>)
2366 ! pod/perldelta.pod pod/perlfunc.pod
2367 ____________________________________________________________________________
2368 [ 5105] By: gsar on 2000/02/15 17:43:27
2369 Log: s/use vars/our/ (from Gisle Aas)
2372 ____________________________________________________________________________
2373 [ 5104] By: gsar on 2000/02/15 17:42:06
2374 Log: optimize pseudohash slice in array slice at compile time (from
2375 John Tobey <jtobey@john-edwin-tobey.org>)
2377 ! op.c t/lib/fields.t
2378 ____________________________________________________________________________
2379 [ 5103] By: gsar on 2000/02/15 17:18:12
2380 Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
2382 ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
2383 ! perl.h perlapi.c proto.h vos/vos_dummies.c
2384 ____________________________________________________________________________
2385 [ 5102] By: gsar on 2000/02/15 17:05:12
2386 Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
2388 ! Todo-5.6 pod/perldata.pod pod/perlport.pod
2389 ____________________________________________________________________________
2390 [ 5101] By: gsar on 2000/02/15 17:02:51
2391 Log: fix regen_headers target to make all the autogenerated files
2395 ____________________________________________________________________________
2396 [ 5100] By: gsar on 2000/02/15 16:41:53
2397 Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
2400 ! op.c t/op/lex_assign.t
2401 ____________________________________________________________________________
2402 [ 5099] By: gsar on 2000/02/15 16:17:36
2403 Log: more complete File::Spec support for Mac and VMS, tests (from
2404 Barrie Slaymaker <barries@slaysys.com>)
2406 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2407 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
2408 ____________________________________________________________________________
2409 [ 5098] By: gsar on 2000/02/15 16:10:46
2410 Log: fix incompatibility with bison generated parser (from
2411 Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
2414 ____________________________________________________________________________
2415 [ 5097] By: gsar on 2000/02/15 16:07:17
2416 Log: propagate st_mode bits to group/other for Borland build
2417 (from Vadim Konovalov <vkonovalov@lucent.com>)
2420 ____________________________________________________________________________
2421 [ 5096] By: jhi on 2000/02/15 14:22:23
2422 Log: Integrate with Sarathy.
2424 !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2425 ____________________________________________________________________________
2426 [ 5095] By: jhi on 2000/02/15 14:19:22
2427 Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
2428 easier just to drop the paranoid test.
2431 ____________________________________________________________________________
2432 [ 5094] By: gsar on 2000/02/15 05:42:17
2433 Log: update exetype.pl tool
2435 ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2436 ____________________________________________________________________________
2437 [ 5093] By: jhi on 2000/02/15 05:24:02
2438 Log: Integrate with Sarathy.
2440 !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
2441 !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
2442 !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
2443 !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
2444 ____________________________________________________________________________
2445 [ 5092] By: jhi on 2000/02/15 05:22:09
2446 Log: Unroll the libs scan thanks to HP-UX.
2448 ! Configure config_h.SH hints/hpux.sh
2450 ! U/modified/libpth.U U/modified/libs.U
2451 Branch: metaconfig/U/perl
2452 ! Extensions.U dlsrc.U
2453 ____________________________________________________________________________
2454 [ 5091] By: gsar on 2000/02/15 05:17:56
2455 Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
2456 safefree() rather than Safefree()
2458 ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
2459 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
2460 ! ext/SDBM_File/SDBM_File.xs
2461 ____________________________________________________________________________
2462 [ 5090] By: gsar on 2000/02/15 04:54:17
2463 Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
2464 introduced XPVMG storage in arenas
2467 ____________________________________________________________________________
2468 [ 5089] By: jhi on 2000/02/15 00:41:36
2469 Log: AIX perl linkage tweakage.
2472 ____________________________________________________________________________
2473 [ 5088] By: jhi on 2000/02/15 00:07:06
2474 Log: abort instead of just promising.
2477 ____________________________________________________________________________
2478 [ 5087] By: jhi on 2000/02/14 23:51:05
2479 Log: silly compilers don't know that croak() exits
2480 and complain about unitialized RETVALs
2482 ! ext/Sys/Syslog/Syslog.xs
2483 ____________________________________________________________________________
2484 [ 5086] By: jhi on 2000/02/14 21:13:24
2485 Log: Add lseektype and lseeksize to myconfig.
2488 ____________________________________________________________________________
2489 [ 5085] By: gsar on 2000/02/14 18:51:11
2493 ____________________________________________________________________________
2494 [ 5084] By: gsar on 2000/02/14 18:26:08
2495 Log: fix small interpreter leaks identified by Purify
2497 ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
2498 ! t/op/ord.t t/pragma/warnings.t
2499 ____________________________________________________________________________
2500 [ 5083] By: jhi on 2000/02/14 17:50:52
2501 Log: Remove tagged core files.
2503 ! lib/ExtUtils/MM_Unix.pm
2504 ____________________________________________________________________________
2505 [ 5082] By: jhi on 2000/02/14 17:41:07
2506 Log: Prefer full_ar.
2508 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2509 ____________________________________________________________________________
2510 [ 5081] By: jhi on 2000/02/14 17:20:32
2511 Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
2514 ____________________________________________________________________________
2515 [ 5080] By: jhi on 2000/02/14 15:33:03
2516 Log: Integrate with Sarathy.
2518 !> Porting/pumpkin.pod av.c malloc.c sv.c
2519 ____________________________________________________________________________
2520 [ 5079] By: gsar on 2000/02/14 08:50:06
2521 Log: notes about running Purify
2523 ! Porting/pumpkin.pod av.c sv.c
2524 ____________________________________________________________________________
2525 [ 5078] By: gsar on 2000/02/14 07:27:21
2526 Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
2529 ____________________________________________________________________________
2530 [ 5077] By: gsar on 2000/02/14 07:25:44
2531 Log: integrate cfgperl contents into mainline
2533 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2534 !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2535 !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
2536 !> vms/subconfigure.com vos/config.def vos/config.h
2537 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
2538 !> win32/config.vc win32/config_H.bc win32/config_H.gc
2539 !> win32/config_H.vc
2540 ____________________________________________________________________________
2541 [ 5076] By: jhi on 2000/02/14 05:01:56
2542 Log: Integrate with Sarathy.
2544 !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2545 ____________________________________________________________________________
2546 [ 5075] By: jhi on 2000/02/14 04:56:52
2547 Log: Configure -A stopped processing of any further options.
2549 ! Configure config_h.SH
2551 ! U/modified/Options.U
2552 ____________________________________________________________________________
2553 [ 5074] By: gsar on 2000/02/14 04:45:01
2554 Log: remove outdated -DPURIFY code--it reports bogus errors during global
2555 destruction since we actually depend on SVs being in arenas there
2557 ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2558 ____________________________________________________________________________
2559 [ 5073] By: jhi on 2000/02/13 19:28:17
2560 Log: Integrate with Sarathy.
2563 !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2565 ____________________________________________________________________________
2566 [ 5072] By: gsar on 2000/02/13 19:02:07
2567 Log: more purification (pp_require() could access free memory; vdie()
2568 could think message was random length when passed a null argument;
2569 utilize() didn't set up the hash for the method name leading to
2570 pp_method_named() accessing random state; PL_curpm wasn't zeroed
2573 ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2575 ____________________________________________________________________________
2576 [ 5071] By: jhi on 2000/02/12 19:59:35
2577 Log: uselonglong sits deep.
2579 ! Configure config_h.SH hints/solaris_2.sh
2580 Branch: metaconfig/U/perl
2582 ____________________________________________________________________________
2583 [ 5070] By: jhi on 2000/02/12 01:25:41
2584 Log: megalomaniac 64-bit update: most importantly,
2585 uselonglong is eradicated, only backward
2586 compatibility hooks in use64bits remain.
2588 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2589 ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2590 ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
2591 ! vos/config.def vos/config.h vos/config_h.SH_orig
2592 ! win32/config.bc win32/config.gc win32/config.vc
2593 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2595 ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
2596 Branch: metaconfig/U/perl
2598 ____________________________________________________________________________
2599 [ 5069] By: jhi on 2000/02/11 21:13:41
2600 Log: undo #5064 for now; there seems to be no good selection
2601 of flags to add the new option.
2604 ____________________________________________________________________________
2605 [ 5068] By: jhi on 2000/02/11 21:01:21
2606 Log: Guard against accidental long long use.
2609 ____________________________________________________________________________
2610 [ 5067] By: jhi on 2000/02/11 19:50:32
2613 ! Configure config_h.SH
2614 Branch: metaconfig/U/perl
2616 ____________________________________________________________________________
2617 [ 5066] By: jhi on 2000/02/11 19:32:30
2618 Log: Clarify 64-bit issues.
2621 ____________________________________________________________________________
2622 [ 5065] By: jhi on 2000/02/11 18:13:29
2623 Log: Integrate with Sarathy.
2625 !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
2627 ____________________________________________________________________________
2628 [ 5064] By: jhi on 2000/02/11 18:11:47
2629 Log: Silence linker warnings about binary backward incompatibilities.
2632 ____________________________________________________________________________
2633 [ 5063] By: gsar on 2000/02/11 16:36:14
2634 Log: fix uninitialized memory reads found by purify
2636 ! ext/Devel/Peek/Peek.xs regcomp.c
2637 ____________________________________________________________________________
2638 [ 5062] By: jhi on 2000/02/11 00:11:39
2639 Log: de-fancify the largefiles hints
2642 ____________________________________________________________________________
2643 [ 5061] By: gsar on 2000/02/10 19:17:09
2644 Log: longstanding bug in parsing "require VERSION", could reallocate
2645 current line and not know it; exposed by change#5004; manifested
2646 as parse failure of C<{require 5.003}>
2648 ! t/comp/require.t t/comp/use.t toke.c
2649 ____________________________________________________________________________
2650 [ 5060] By: jhi on 2000/02/10 13:29:25
2651 Log: Integrate with Sarathy.
2653 !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
2654 ____________________________________________________________________________
2655 [ 5059] By: gsar on 2000/02/10 06:21:21
2656 Log: make global symbol exports AIX-specific
2659 ____________________________________________________________________________
2660 [ 5058] By: gsar on 2000/02/10 06:16:57
2661 Log: integrate cfgperl contents into mainline
2663 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2664 !> Porting/config_H config_h.SH makedef.pl perl.h
2665 !> vms/subconfigure.com vos/config.def win32/config.bc
2666 !> win32/config.gc win32/config.vc win32/config_H.bc
2667 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2668 !> win32/config_sh.PL
2669 ____________________________________________________________________________
2670 [ 5057] By: gsar on 2000/02/10 01:08:01
2671 Log: windows bugfixes for virtual directories under USE_ITHREADS:
2672 allows path mapping to unknown devices to work properly;
2673 special file names like CONOUT$ can be opened with sysopen()
2677 ____________________________________________________________________________
2678 [ 5056] By: gsar on 2000/02/10 00:56:27
2679 Log: formline() could wipe out readonly-ness, freeing constants
2680 prematurely, or affect cloning of pad constants
2682 ! pp_ctl.c t/op/write.t
2683 ____________________________________________________________________________
2684 [ 5055] By: jhi on 2000/02/09 19:48:58
2685 Log: Regenerate Configure for I_SYSLOG.
2687 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2689 ____________________________________________________________________________
2690 [ 5054] By: jhi on 2000/02/09 19:38:04
2691 Log: fix AIX and multiplicity problems
2693 ! Makefile.SH makedef.pl
2694 ____________________________________________________________________________
2695 [ 5053] By: bailey on 2000/02/09 10:58:11
2696 Log: remove redundant archcore directory prefix in installperl
2699 ____________________________________________________________________________
2700 [ 5052] By: bailey on 2000/02/09 10:44:22
2701 Log: Work around prefixing bug in older DECC preprocessors
2703 ! vms/vms.c vms/vmsish.h
2704 ____________________________________________________________________________
2705 [ 5051] By: bailey on 2000/02/09 09:52:06
2706 Log: Eliminate unnecessary (and sometimes confounding) test for
2709 ! lib/ExtUtils/MM_VMS.pm
2710 ____________________________________________________________________________
2711 [ 5050] By: bailey on 2000/02/09 09:29:06
2712 Log: Minor fixes to assuage picky compilers (unsigned comparisons and
2713 alias rules lead to compilation warnings)
2715 ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
2716 ____________________________________________________________________________
2717 [ 5049] By: bailey on 2000/02/09 09:09:45
2718 Log: Resync with mainline
2720 +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2721 +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2722 +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
2723 +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
2724 +> vos/config.def vos/config.pl win32/bin/exetype.pl
2725 - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
2726 ! vms/subconfigure.com
2727 !> (integrate 358 files)
2728 ____________________________________________________________________________
2729 [ 5048] By: jhi on 2000/02/09 03:54:05
2730 Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
2731 (reported by Yitzchak Scott-Thoennes in p5p)
2733 ! Configure config_h.SH
2735 ! U/modified/Cppsym.U
2736 ____________________________________________________________________________
2737 [ 5047] By: jhi on 2000/02/09 02:56:43
2738 Log: (fake) use of getcwd.
2740 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2741 ! config_h.SH perl.h
2742 ____________________________________________________________________________
2743 [ 5046] By: jhi on 2000/02/09 02:22:50
2746 ! Configure config_h.SH
2749 ____________________________________________________________________________
2750 [ 5045] By: jhi on 2000/02/09 02:17:34
2751 Log: Reintroduce #5019 via metaconfig.
2753 ! Configure config_h.SH
2755 ! U/installdirs/inc_version_list.U
2756 ____________________________________________________________________________
2757 [ 5044] By: jhi on 2000/02/09 02:07:08
2758 Log: Add/restore probes for getcwd/mk*temp*/mmap.
2760 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2761 ! config_h.SH perl.h vms/subconfigure.com vos/config.def
2762 ! win32/config.bc win32/config.gc win32/config.vc
2763 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2764 ! win32/config_h.PL win32/config_sh.PL
2766 ! U/modified/d_mkstemp.U U/modified/libs.U
2767 Branch: metaconfig/U/perl
2768 + d_mkdtemp.U d_mkstemps.U
2769 ____________________________________________________________________________
2770 [ 5043] By: jhi on 2000/02/08 20:58:02
2771 Log: Integrate with Sarathy.
2773 +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
2774 !> (integrate 110 files)
2775 ____________________________________________________________________________
2776 [ 5042] By: gsar on 2000/02/08 20:32:12
2777 Log: avoid exiting just because we didn't scan for libm ('libs' may still
2778 have it, but we avoided scan for things in 'libs')
2786 ____________________________________________________________________________
2787 [ 5041] By: gsar on 2000/02/08 07:57:11
2791 ____________________________________________________________________________
2792 [ 5040] By: gsar on 2000/02/08 07:51:20
2793 Log: documentation patches (from Michael Schwern and Yitzchak
2796 ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
2797 ____________________________________________________________________________
2798 [ 5039] By: gsar on 2000/02/08 07:22:46
2799 Log: alias to $^V to $PERL_VERSION_TUPLE
2801 ! lib/English.pm pod/perlvar.pod
2802 ____________________________________________________________________________
2803 [ 5038] By: gsar on 2000/02/08 07:03:34
2806 ! Changes pod/perlhist.pod
2807 ____________________________________________________________________________
2808 [ 5037] By: gsar on 2000/02/08 06:59:55
2809 Log: Windows has a somewhat different sitelib layout, and needs
2810 $sitelib/archname added as well
2813 ____________________________________________________________________________
2814 [ 5036] By: gsar on 2000/02/08 06:59:03
2815 Log: change#4987 appears to have broken libs scan for platforms that
2816 don't set ignore_versioned_solibs (Solaris is one of them); add
2817 derivative fix from the older logic for skipping versioned .so
2821 ____________________________________________________________________________
2822 [ 5035] By: gsar on 2000/02/07 21:21:44
2823 Log: sprintf("%v"...) buffer resizing busted
2826 ____________________________________________________________________________
2827 [ 5034] By: gsar on 2000/02/07 19:16:21
2830 ! Changes pod/perlhist.pod
2831 ____________________________________________________________________________
2832 [ 5033] By: gsar on 2000/02/07 19:01:08
2833 Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
2837 ____________________________________________________________________________
2838 [ 5032] By: gsar on 2000/02/07 18:25:31
2839 Log: add note about printf("%v",...)
2842 ____________________________________________________________________________
2843 [ 5031] By: gsar on 2000/02/07 18:18:43
2847 ____________________________________________________________________________
2848 [ 5030] By: gsar on 2000/02/07 18:17:49
2849 Log: thinko in change#5029
2852 ____________________________________________________________________________
2853 [ 5029] By: gsar on 2000/02/07 17:49:58
2854 Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
2855 introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
2857 ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
2858 ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
2860 ____________________________________________________________________________
2861 [ 5028] By: gsar on 2000/02/07 17:10:03
2862 Log: perlport updates (from Peter Prymmer)
2865 ____________________________________________________________________________
2866 [ 5027] By: gsar on 2000/02/07 16:53:47
2867 Log: fix up Todo-5.6
2870 ____________________________________________________________________________
2871 [ 5026] By: gsar on 2000/02/07 16:32:31
2872 Log: rename Todo-5.005 to Todo-5.6
2877 ____________________________________________________________________________
2878 [ 5025] By: gsar on 2000/02/07 16:09:54
2879 Log: ${^Warnings} renamed to ${^WARNING_BITS}
2881 ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
2882 ! toke.c warnings.pl
2883 ____________________________________________________________________________
2884 [ 5024] By: gsar on 2000/02/07 11:47:06
2885 Log: various Windows tweaks: make $^E a little less buggy by saving
2886 and restoring system error across TLS fetch; avoid needless
2889 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
2891 ____________________________________________________________________________
2892 [ 5023] By: gsar on 2000/02/07 11:44:19
2893 Log: avoid MakeMaker setting $^W=1
2895 ! lib/ExtUtils/MakeMaker.pm
2896 ____________________________________________________________________________
2897 [ 5022] By: gsar on 2000/02/07 10:38:56
2900 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2901 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2902 ____________________________________________________________________________
2903 [ 5021] By: gsar on 2000/02/07 10:10:31
2904 Log: mention threads status in pod
2906 ! ext/Thread/Thread.pm
2907 ____________________________________________________________________________
2908 [ 5020] By: gsar on 2000/02/07 09:57:46
2909 Log: tolerate NULL SITELIB_EXP
2912 ____________________________________________________________________________
2913 [ 5019] By: gsar on 2000/02/07 09:46:11
2914 Log: NULL-terminate PERL_INC_VERSION_LIST
2916 ! Configure perl.c win32/config.bc win32/config.gc
2917 ! win32/config.vc win32/config_H.bc win32/config_H.gc
2919 ____________________________________________________________________________
2920 [ 5018] By: gsar on 2000/02/07 09:13:10
2921 Log: add compatible versions from $Config{inc_ver_list} to search
2922 paths automatically (from Tom Hughes <tom@compton.nu>)
2925 ____________________________________________________________________________
2926 [ 5017] By: gsar on 2000/02/07 08:58:56
2927 Log: makefiles now use exetype.pl to make wperl.exe
2929 ! sv.c win32/Makefile win32/makefile.mk
2930 ____________________________________________________________________________
2931 [ 5016] By: gsar on 2000/02/07 08:38:25
2932 Log: add exetype.pl (from Jan Dubois)
2934 + win32/bin/exetype.pl
2936 ____________________________________________________________________________
2937 [ 5015] By: gsar on 2000/02/07 08:29:28
2938 Log: pod fixes (from Abigail and M J T Guy)
2940 ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
2941 ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
2942 ! pod/perlport.pod pod/perlvar.pod
2943 ____________________________________________________________________________
2944 [ 5014] By: gsar on 2000/02/07 07:09:08
2945 Log: clarify behavior of vec() when arguments are off the end of the
2946 string (from M J T Guy)
2949 ____________________________________________________________________________
2950 [ 5013] By: gsar on 2000/02/07 07:08:15
2951 Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
2952 now return bytes all the way to 255, they will be transparently
2953 coerced (in future) to UTF-8 when they are used in operations
2954 involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
2956 ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
2958 ____________________________________________________________________________
2959 [ 5012] By: gsar on 2000/02/07 06:36:33
2960 Log: partly revert change#4851, apparently POSIX::uname() may not be correct
2961 per strict reading of standard (says Tom Christiansen)
2963 ! lib/Sys/Hostname.pm
2964 ____________________________________________________________________________
2965 [ 5011] By: gsar on 2000/02/07 06:26:30
2966 Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2969 ____________________________________________________________________________
2970 [ 5010] By: gsar on 2000/02/06 21:27:03
2971 Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
2974 ____________________________________________________________________________
2975 [ 5009] By: gsar on 2000/02/06 20:45:30
2976 Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
2977 years (from Gisle Aas)
2979 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2980 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
2981 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
2982 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
2983 ! toke.c utf8.c utf8.h util.c util.h
2984 ____________________________________________________________________________
2985 [ 5008] By: gsar on 2000/02/06 19:28:31
2986 Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
2987 <EFifer@sanwaint.com>)
2989 ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
2990 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
2991 ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
2993 ____________________________________________________________________________
2994 [ 5007] By: gsar on 2000/02/06 17:47:01
2995 Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
2997 ! ext/POSIX/POSIX.pm
2998 ____________________________________________________________________________
2999 [ 5006] By: gsar on 2000/02/06 17:28:35
3000 Log: integrate cfgperl contents into mainline
3002 !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
3004 ____________________________________________________________________________
3005 [ 5005] By: gsar on 2000/02/06 17:18:39
3006 Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
3008 ! README.vos pod/perlport.pod vos/Changes vos/build.cm
3009 ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
3010 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
3011 ! vos/vos_dummies.c vos/vosish.h
3012 ____________________________________________________________________________
3013 [ 5004] By: gsar on 2000/02/06 17:00:49
3014 Log: fix parse error on C<{ use strict }> and other constructs that
3015 make the parser reenter while LEX_KNOWNEXT is active
3017 ! t/comp/use.t toke.c
3018 ____________________________________________________________________________
3019 [ 5003] By: gsar on 2000/02/06 14:57:30
3020 Log: avoid -Bforcearchive on netbsd too
3022 ! Changes hints/netbsd.sh
3023 ____________________________________________________________________________
3024 [ 5002] By: gsar on 2000/02/06 14:45:17
3025 Log: revised notes about Pod::Parser & Co.
3027 ! lib/Pod/Usage.pm pod/perldelta.pod
3028 ____________________________________________________________________________
3029 [ 5001] By: gsar on 2000/02/06 14:02:43
3030 Log: fix description of obsolete diagnostic
3033 ____________________________________________________________________________
3034 [ 5000] By: gsar on 2000/02/06 13:59:58
3035 Log: allow "\x{12ab}" even without C<use utf8>
3037 ! t/pragma/warn/toke toke.c
3038 ____________________________________________________________________________
3039 [ 4999] By: gsar on 2000/02/06 13:58:31
3040 Log: make perlbug use new-style version numbers; improve compatibility
3041 (runs with perl 5.005); fix swapped old vs new version reporting
3044 ____________________________________________________________________________
3045 [ 4998] By: gsar on 2000/02/06 13:56:45
3046 Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
3047 fact); add tests for version tuples
3050 ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
3051 ! pod/perlop.pod sv.c toke.c
3052 ____________________________________________________________________________
3053 [ 4997] By: gsar on 2000/02/04 21:40:08
3054 Log: change#4970 fallout for useithreads
3057 ____________________________________________________________________________
3058 [ 4996] By: jhi on 2000/02/04 20:09:00
3059 Log: Largefilify offsets of tied handles.
3062 ____________________________________________________________________________
3063 [ 4995] By: jhi on 2000/02/04 19:54:25
3064 Log: Sanity check for libraries scan.
3066 ! Configure config_h.SH
3069 ____________________________________________________________________________
3070 [ 4994] By: jhi on 2000/02/04 19:48:42
3071 Log: HP-UX largefileness doesn't like lseek being redeclared;
3072 no more USE_LONG_LONG.
3075 ____________________________________________________________________________
3076 [ 4993] By: jhi on 2000/02/04 19:18:59
3077 Log: fix the description as much as possible; the whole
3078 separation into three different symbols lists is
3081 ! U/modified/Cppsym.U
3082 ____________________________________________________________________________
3083 [ 4992] By: jhi on 2000/02/04 19:13:10
3084 Log: Use <syslog.h>, not <sys/syslog.h>.
3086 ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
3087 ____________________________________________________________________________
3088 [ 4991] By: gsar on 2000/02/04 19:11:07
3089 Log: dmake is on CPAN now
3092 ____________________________________________________________________________
3093 [ 4990] By: jhi on 2000/02/04 19:04:01
3094 Log: Re-introduce #4817 and #4964 wiped out by #4987.
3096 ! Configure config_h.SH
3098 ! U/threads/usethreads.U
3099 Branch: metaconfig/U/perl
3101 ____________________________________________________________________________
3102 [ 4989] By: jhi on 2000/02/04 18:54:00
3105 ! Configure config_h.SH
3108 ____________________________________________________________________________
3109 [ 4988] By: jhi on 2000/02/04 18:34:06
3110 Log: Integrate with Sarathy.
3112 +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3113 +> ext/Sys/Syslog/Syslog.xs
3115 !> (integrate 37 files)
3116 ____________________________________________________________________________
3117 [ 4987] By: jhi on 2000/02/04 18:31:05
3118 Log: Configure megamaintenance. Cppsym (hopefully) final spasms;
3119 default is to use long long if available; various nits
3120 here and there; fixed to hpux 64-bitnes and largefileness.
3122 ! Configure config_h.SH hints/hpux.sh perl.h
3124 ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
3125 ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
3126 Branch: metaconfig/U/perl
3127 ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
3128 ! usemultiplicity.U xs_apiversion.U
3129 ____________________________________________________________________________
3130 [ 4986] By: gsar on 2000/02/04 17:26:37
3131 Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
3134 ____________________________________________________________________________
3135 [ 4985] By: gsar on 2000/02/04 16:43:49
3136 Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
3138 ! ext/Devel/DProf/DProf.xs
3139 ____________________________________________________________________________
3140 [ 4984] By: gsar on 2000/02/04 08:20:05
3141 Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
3143 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
3144 ____________________________________________________________________________
3145 [ 4983] By: gsar on 2000/02/04 08:00:38
3146 Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
3149 ____________________________________________________________________________
3150 [ 4982] By: gsar on 2000/02/04 07:54:04
3151 Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
3154 ____________________________________________________________________________
3155 [ 4981] By: gsar on 2000/02/04 07:34:38
3156 Log: avoid assuming cc accepts -o switch (from Tom Hughes)
3159 ____________________________________________________________________________
3160 [ 4980] By: gsar on 2000/02/04 07:29:59
3161 Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
3163 + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3164 + ext/Sys/Syslog/Syslog.xs
3166 ! MANIFEST pod/perldelta.pod
3167 ____________________________________________________________________________
3168 [ 4979] By: gsar on 2000/02/04 07:13:19
3169 Log: pod updates (from David Adler, M J T Guy)
3171 ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
3172 ____________________________________________________________________________
3173 [ 4978] By: gsar on 2000/02/04 07:08:14
3174 Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
3177 ____________________________________________________________________________
3178 [ 4977] By: gsar on 2000/02/04 07:06:10
3179 Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
3180 with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
3183 ____________________________________________________________________________
3184 [ 4976] By: gsar on 2000/02/04 06:33:43
3185 Log: VMS update (from Dan Sugalski and Peter Prymmer)
3187 ! configure.com vms/descrip_mms.template vms/subconfigure.com
3188 ____________________________________________________________________________
3189 [ 4975] By: gsar on 2000/02/04 05:51:14
3190 Log: patch to provide more informative names for evals and anonymous
3191 subroutines (from Ilya Zakharevich)
3193 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
3194 ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
3195 ! pod/perlvar.pod pp_ctl.c
3196 ____________________________________________________________________________
3197 [ 4974] By: gsar on 2000/02/04 05:05:57
3198 Log: off-by-one in malloc.c (from Ilya Zakharevich)
3201 ____________________________________________________________________________
3202 [ 4973] By: gsar on 2000/02/04 05:03:00
3203 Log: OS/2 build fixups from Ilya Zakharevich
3205 ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
3206 ____________________________________________________________________________
3207 [ 4972] By: gsar on 2000/02/04 04:58:57
3208 Log: avoid /* within comment
3211 ____________________________________________________________________________
3212 [ 4971] By: gsar on 2000/02/04 04:56:09
3213 Log: another HINT_BYTE victim
3216 ____________________________________________________________________________
3217 [ 4970] By: gsar on 2000/02/04 04:45:13
3218 Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
3220 ! op.c scope.c scope.h t/op/closure.t toke.c
3221 ____________________________________________________________________________
3222 [ 4969] By: gsar on 2000/02/04 01:09:37
3223 Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
3226 ____________________________________________________________________________
3227 [ 4968] By: jhi on 2000/02/02 13:17:25
3228 Log: Integrate with Sarathy.
3230 +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
3232 !> (integrate 29 files)
3238 ____________________________________________________________________________
3239 [ 4967] By: gsar on 2000/02/02 12:22:29
3240 Log: update makerel for new version format
3242 ! Changes Porting/makerel
3243 ____________________________________________________________________________
3244 [ 4966] By: gsar on 2000/02/02 11:42:03
3245 Log: workaround for undefined symbol
3248 ____________________________________________________________________________
3249 [ 4965] By: gsar on 2000/02/02 11:19:19
3250 Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
3251 (from Eric Fifer <EFifer@sanwaint.com>)
3254 ____________________________________________________________________________
3255 [ 4964] By: gsar on 2000/02/02 11:11:15
3256 Log: adjust notes on use5005threads
3258 ! Configure INSTALL README.threads
3259 ____________________________________________________________________________
3260 [ 4963] By: gsar on 2000/02/02 10:14:30
3264 ____________________________________________________________________________
3265 [ 4962] By: gsar on 2000/02/02 10:13:10
3266 Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
3268 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3269 !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
3270 ____________________________________________________________________________
3271 [ 4961] By: gsar on 2000/02/02 09:55:45
3272 Log: PodParser-1.092 update via CPAN (from Brad Appleton)
3274 + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
3275 ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
3276 ____________________________________________________________________________
3277 [ 4960] By: gsar on 2000/02/02 08:22:31
3278 Log: replace misleading docs with a BUGS section
3281 ____________________________________________________________________________
3282 [ 4959] By: gsar on 2000/02/02 08:16:17
3283 Log: remove FUD from perlfunc/use (from M J T Guy)
3286 ____________________________________________________________________________
3287 [ 4958] By: gsar on 2000/02/02 08:13:04
3288 Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
3289 <cedric.auzanne@nist.gov>)
3291 ! Changes lib/Benchmark.pm
3292 ____________________________________________________________________________
3293 [ 4957] By: gsar on 2000/02/02 08:04:52
3294 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
3297 ____________________________________________________________________________
3298 [ 4956] By: gsar on 2000/02/02 08:02:57
3299 Log: flock() pod talks about "adding" in the sense of "or-ing"
3302 ____________________________________________________________________________
3303 [ 4955] By: gsar on 2000/02/02 07:58:35
3304 Log: fixes for switching files in the debugger (from Ilya Zakharevich)
3306 ! lib/perl5db.pl pod/perldebug.pod
3307 ____________________________________________________________________________
3308 [ 4954] By: gsar on 2000/02/02 07:53:51
3309 Log: use warnings rather than fiddling with $^W (from Paul Marquess)
3311 ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
3312 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
3313 ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
3314 ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
3315 ____________________________________________________________________________
3316 [ 4953] By: gsar on 2000/02/02 07:40:33
3317 Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
3320 ____________________________________________________________________________
3321 [ 4952] By: gsar on 2000/02/02 07:36:39
3322 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
3326 ____________________________________________________________________________
3327 [ 4951] By: gsar on 2000/02/02 06:54:22
3328 Log: avoid mismatched type warnings
3330 ! embed.pl perlapi.h
3331 ____________________________________________________________________________
3332 [ 4950] By: jhi on 2000/02/02 06:49:10
3333 Log: Integrate with Sarathy.
3335 +> pod/perlunicode.pod
3336 !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
3337 !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
3338 !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
3339 !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
3340 !> vms/descrip_mms.template warnings.pl
3341 ____________________________________________________________________________
3342 [ 4949] By: gsar on 2000/02/02 06:41:17
3343 Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
3345 ! lib/File/Spec/Win32.pm
3346 ____________________________________________________________________________
3347 [ 4948] By: gsar on 2000/02/02 06:30:41
3351 ____________________________________________________________________________
3352 [ 4947] By: gsar on 2000/02/02 06:27:43
3353 Log: future-proof unknown warning categories (from Greg Bacon
3354 <gbacon@cs.uah.edu>)
3356 ! lib/warnings.pm t/pragma/warn/2use warnings.pl
3357 ____________________________________________________________________________
3358 [ 4946] By: gsar on 2000/02/02 06:21:34
3359 Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
3362 ____________________________________________________________________________
3363 [ 4945] By: gsar on 2000/02/02 06:03:04
3364 Log: more meaningful message on invalid pattern argument (from
3365 Kevin Meltzer <KMeltzer@USCO.com>)
3368 ____________________________________________________________________________
3369 [ 4944] By: gsar on 2000/02/02 05:43:49
3370 Log: XSLoader build patch for VMS (from Craig A. Berry
3371 <craig.berry@metamorgs.com>)
3373 ! vms/descrip_mms.template
3374 ____________________________________________________________________________
3375 [ 4943] By: gsar on 2000/02/02 03:40:49
3376 Log: reword some sections of perlunicode.pod
3378 ! pod/perlunicode.pod
3379 ____________________________________________________________________________
3380 [ 4942] By: gsar on 2000/02/01 21:02:01
3381 Log: AIX warning on undefined symbol
3384 ____________________________________________________________________________
3385 [ 4941] By: gsar on 2000/02/01 20:29:30
3386 Log: HINT_UTF8 is not propagated to the op tree anymore; add a
3387 perlunicode.pod that reflects changes to unicode support so far
3389 + pod/perlunicode.pod
3390 ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
3391 ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
3392 ____________________________________________________________________________
3393 [ 4940] By: jhi on 2000/02/01 12:22:30
3394 Log: Integrate with Sarathy.
3396 !> embed.pl embedvar.h global.sym gv.c intrpvar.h
3397 !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
3398 !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3399 !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
3400 ____________________________________________________________________________
3401 [ 4939] By: gsar on 2000/02/01 08:52:16
3402 Log: export pregexec(), Tk uses it
3404 ! embed.pl global.sym objXSUB.h perlapi.c
3405 ____________________________________________________________________________
3406 [ 4938] By: gsar on 2000/02/01 04:00:09
3407 Log: mark literal utf8 in string literals properly
3410 ____________________________________________________________________________
3411 [ 4937] By: gsar on 2000/01/31 20:19:34
3412 Log: introduce $^U, a global bit to indicate whether system
3413 calls should using widechar APIs; chr and sprintf "%c" also
3414 follow this flag in the absense of "use byte"; "use utf8"
3415 sets $^U=1 (this appears kludgey)
3417 ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
3418 ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3419 ! t/lib/charnames.t win32/win32.h
3420 ____________________________________________________________________________
3421 [ 4936] By: jhi on 2000/01/31 20:17:44
3422 Log: HP-UX (induced) fixes.
3424 ! Configure config_h.SH hints/hpux.sh
3426 ! U/modified/Oldconfig.U U/modified/libs.U
3427 Branch: metaconfig/U/perl
3429 ____________________________________________________________________________
3430 [ 4935] By: jhi on 2000/01/31 19:15:43
3433 ! U/compline/d_gconvert.U
3434 ____________________________________________________________________________
3435 [ 4934] By: jhi on 2000/01/31 19:15:22
3436 Log: Cppsym saga continues.
3438 ! Configure config_h.SH
3440 ! U/modified/Cppsym.U
3441 ____________________________________________________________________________
3442 [ 4933] By: gsar on 2000/01/31 18:45:07
3443 Log: !USING_WIDE() branch is busted in win32_stat()
3446 ____________________________________________________________________________
3447 [ 4932] By: jhi on 2000/01/31 06:41:47
3448 Log: Reveal even more symbols.
3450 ! Configure config_h.SH
3452 ! U/modified/Cppsym.U
3453 ____________________________________________________________________________
3454 [ 4931] By: jhi on 2000/01/31 06:21:41
3455 Log: Integrate with Sarathy.
3458 !> (integrate 29 files)
3459 ____________________________________________________________________________
3460 [ 4930] By: gsar on 2000/01/31 04:57:42
3461 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
3462 whether to use widechar semantics; lexer and RE engine continue
3463 to need "use utf8" to enable unicode awareness in literals
3464 and patterns (TODO: this needs to be fixed); $1 et al are marked
3465 SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
3466 it from the data is probably better)
3468 ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
3469 ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
3470 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
3471 ____________________________________________________________________________
3472 [ 4929] By: gsar on 2000/01/31 04:17:09
3473 Log: remove caller.pm from change#3534 (flawed idea)
3476 ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
3477 ____________________________________________________________________________
3478 [ 4928] By: gsar on 2000/01/31 04:16:01
3479 Log: fix factual regression (-e doesn't create temporary files anymore)
3481 ! pod/perlfilter.pod
3482 ____________________________________________________________________________
3483 [ 4927] By: gsar on 2000/01/30 21:27:12
3484 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
3485 document version tuples
3487 ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3489 ____________________________________________________________________________
3490 [ 4926] By: gsar on 2000/01/28 18:10:12
3491 Log: implement -follow option in find2perl (from Helmut Jarausch
3492 <jarausch@igpm.rwth-aachen.de>)
3494 ! lib/File/Find.pm x2p/find2perl.PL
3495 ____________________________________________________________________________
3496 [ 4925] By: gsar on 2000/01/28 18:03:28
3497 Log: document what chdir() without an argument does (from Mark-Jason
3498 Dominus <mjd@plover.com>)
3501 ____________________________________________________________________________
3502 [ 4924] By: gsar on 2000/01/28 17:49:34
3503 Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3506 ____________________________________________________________________________
3507 [ 4923] By: gsar on 2000/01/28 17:10:08
3508 Log: avoid leaking lexicals into program being debugged (from Ilya
3512 ____________________________________________________________________________
3513 [ 4922] By: gsar on 2000/01/28 16:36:13
3514 Log: perldelta note about export list changes
3516 ! Changes pod/perldelta.pod
3517 ____________________________________________________________________________
3518 [ 4921] By: gsar on 2000/01/28 15:49:04
3519 Log: alias realpath() to abs_path() (from Tom Christiansen)
3522 ____________________________________________________________________________
3523 [ 4920] By: jhi on 2000/01/28 09:52:47
3524 Log: Cppsym fixup from Andy.
3526 ! Configure config_h.SH
3528 ! U/modified/Cppsym.U
3529 ____________________________________________________________________________
3530 [ 4919] By: jhi on 2000/01/28 09:52:22
3531 Log: In HP-UX no largefiles if no 64 bits.
3534 ____________________________________________________________________________
3535 [ 4918] By: jhi on 2000/01/28 09:03:37
3536 Log: The #4880 was too eager, the $n test is useful too.
3539 ____________________________________________________________________________
3540 [ 4917] By: jhi on 2000/01/28 06:27:50
3541 Log: Integrate with Sarathy.
3543 +> pod/perlapi.pod pod/perlintern.pod
3544 !> (integrate 39 files)
3545 ____________________________________________________________________________
3546 [ 4916] By: gsar on 2000/01/28 05:29:37
3547 Log: more exported symbols needed for build on windows
3549 ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
3550 ! pod/perlintern.pod t/lib/thread.t win32/win32.c
3551 ____________________________________________________________________________
3552 [ 4915] By: gsar on 2000/01/28 03:43:52
3553 Log: autogenerate API listing from comments in the source (from Benjamin
3554 Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
3555 flexible for better readability; add missing docs in sv.c; regenerate
3558 + pod/perlapi.pod pod/perlintern.pod
3559 ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
3560 ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
3561 ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
3562 ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
3563 ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
3564 ! universal.c util.c
3565 ____________________________________________________________________________
3566 [ 4914] By: gsar on 2000/01/27 19:43:35
3567 Log: document unimplemented status of forking pipe open() on windows
3569 ! pod/perlfork.pod t/op/fork.t
3570 ____________________________________________________________________________
3571 [ 4913] By: jhi on 2000/01/27 11:18:51
3572 Log: Integrate with Sarathy.
3574 !> (integrate 51 files)
3575 ____________________________________________________________________________
3576 [ 4912] By: jhi on 2000/01/27 10:35:48
3577 Log: Cppsym update continues.
3579 ! Configure config_h.SH
3581 ! U/modified/Cppsym.U
3582 ____________________________________________________________________________
3583 [ 4911] By: gsar on 2000/01/27 08:04:17
3584 Log: add missing flag in change#4892
3587 ____________________________________________________________________________
3588 [ 4910] By: gsar on 2000/01/27 03:56:48
3589 Log: various pod nits identified by installhtml (all fixed except
3592 ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
3593 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
3594 ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
3595 ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
3596 ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
3597 ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
3598 ____________________________________________________________________________
3599 [ 4909] By: gsar on 2000/01/26 22:45:28
3603 ____________________________________________________________________________
3604 [ 4908] By: gsar on 2000/01/26 22:41:18
3608 ____________________________________________________________________________
3609 [ 4907] By: gsar on 2000/01/26 21:45:41
3610 Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
3611 and C<my $foo : a : b : c> are all valid (from Spider Boardman)
3613 ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
3614 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3615 ! t/op/attrs.t toke.c
3616 ____________________________________________________________________________
3617 [ 4906] By: gsar on 2000/01/26 20:16:39
3618 Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
3620 ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
3621 ____________________________________________________________________________
3622 [ 4905] By: gsar on 2000/01/26 19:10:26
3623 Log: s/STOP/CHECK/ blocks
3625 ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
3626 ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
3627 ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
3628 ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
3629 ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
3631 ____________________________________________________________________________
3632 [ 4904] By: jhi on 2000/01/26 13:58:18
3633 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
3634 of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
3637 ____________________________________________________________________________
3638 [ 4903] By: jhi on 2000/01/26 11:16:34
3639 Log: Continue cpp symbol update.
3641 ! Configure config_h.SH
3643 ! U/modified/Cppsym.U
3644 ____________________________________________________________________________
3645 [ 4902] By: gsar on 2000/01/26 09:28:37
3646 Log: tweak exports list on Windows
3648 ! makedef.pl t/op/fork.t win32/win32.h
3649 ____________________________________________________________________________
3650 [ 4901] By: jhi on 2000/01/26 08:05:57
3651 Log: Integrate with Sarathy.
3653 !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
3654 !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
3655 !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
3656 !> win32/win32.c win32/win32.h
3657 ____________________________________________________________________________
3658 [ 4900] By: jhi on 2000/01/26 07:59:05
3659 Log: s/d_nvpresuv/d_nv_preserves_uv/;
3660 plus cosmetic change for #4899.
3662 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3665 ! U/modified/Cppsym.U
3666 Branch: metaconfig/U/perl
3668 ____________________________________________________________________________
3669 [ 4899] By: jhi on 2000/01/26 07:46:56
3670 Log: Update the scan of the cpp symbols.
3672 ! Configure config_h.SH
3674 ! U/modified/Cppsym.U
3675 ____________________________________________________________________________
3676 [ 4898] By: gsar on 2000/01/26 04:49:45
3677 Log: allow '--' to terminate argument processing (suggested by
3678 Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
3681 ____________________________________________________________________________
3682 [ 4897] By: gsar on 2000/01/26 02:42:38
3683 Log: change#3744 should have made grep more like map instead of the
3686 ! t/op/grep.t toke.c
3687 ____________________________________________________________________________
3688 [ 4896] By: gsar on 2000/01/26 00:56:14
3689 Log: integrate cfgperl contents into mainline
3691 +> vos/config.def vos/config.pl
3693 !> Configure MANIFEST config_h.SH hints/unicosmk.sh
3694 !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
3695 !> vos/config.h vos/config_h.SH_orig
3696 ____________________________________________________________________________
3697 [ 4895] By: gsar on 2000/01/26 00:45:45
3698 Log: fix parse failure of (my $foo : bar) and similar (from Spider
3702 ____________________________________________________________________________
3703 [ 4894] By: gsar on 2000/01/26 00:33:53
3704 Log: avoid failure if directories already read by rmtree() are
3705 deleted by another process
3708 ____________________________________________________________________________
3709 [ 4893] By: gsar on 2000/01/25 23:19:18
3710 Log: typo in change#4892
3713 ____________________________________________________________________________
3714 [ 4892] By: gsar on 2000/01/25 22:16:19
3715 Log: eliminate need for perl95.exe on Windows 9x by working around CRT
3716 bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
3717 to call the fixed version of open_osfhandle() only on Windows 9x;
3718 updated the makefiles and README.win32 to suit
3720 ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
3722 ____________________________________________________________________________
3723 [ 4891] By: gsar on 2000/01/25 20:22:01
3724 Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
3726 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
3727 ____________________________________________________________________________
3728 [ 4890] By: gsar on 2000/01/25 19:21:17
3729 Log: update Makefile notes on the now deprecated USE_5005THREADS and
3732 ! win32/Makefile win32/makefile.mk
3733 ____________________________________________________________________________
3734 [ 4889] By: jhi on 2000/01/25 14:44:55
3735 Log: Misedit in #4888.
3738 ____________________________________________________________________________
3739 [ 4888] By: jhi on 2000/01/25 14:38:59
3740 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
3741 rash but it's the best move I can think of right now.
3742 UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
3743 but I think it did in the past.
3744 Removing the _CRAYMPP test fixes a legion of pack/unpack
3745 failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
3746 One subtest, t/lib/io_sock.t #14, is still failing.
3748 ! Configure config_h.SH hints/unicosmk.sh pp.c
3750 ! U/modified/Oldconfig.U
3751 ____________________________________________________________________________
3752 [ 4887] By: jhi on 2000/01/25 06:13:14
3753 Log: Integrate with Sarathy.
3755 !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
3756 !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
3757 !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
3758 !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
3759 !> win32/perllib.c win32/win32.c win32/win32.h
3760 ____________________________________________________________________________
3761 [ 4886] By: gsar on 2000/01/25 02:54:00
3762 Log: consistently use MAX_PATH+1 buffer sizes
3765 ____________________________________________________________________________
3766 [ 4885] By: gsar on 2000/01/25 02:51:35
3767 Log: workaround for rename('x','X') bug in Windows NT
3769 ! t/io/fs.t win32/win32.c
3770 ____________________________________________________________________________
3771 [ 4884] By: gsar on 2000/01/25 01:32:57
3772 Log: windows build fixups from uniform DLL name change to perl56.dll
3774 ! installperl makedef.pl win32/perllib.c
3775 ____________________________________________________________________________
3776 [ 4883] By: gsar on 2000/01/25 01:31:27
3777 Log: more fixes for warnings from change#4840
3780 ____________________________________________________________________________
3781 [ 4882] By: gsar on 2000/01/24 15:35:12
3782 Log: assorted little nits
3784 ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
3786 ____________________________________________________________________________
3787 [ 4881] By: gsar on 2000/01/24 14:32:31
3788 Log: add new warnings to perldelta
3790 ! Changes pod/perldelta.pod pod/perldiag.pod
3791 ____________________________________________________________________________
3792 [ 4880] By: jhi on 2000/01/24 14:14:23
3793 Log: From: Stephane Payrard <properler@freesurf.fr>
3794 To: Gurusamy Sarathy <gsar@ActiveState.com>
3795 Cc: perl5-porters@perl.org
3796 Subject: <patch> avoid division by 0 in Benchmark.pm
3797 Date: Mon, 24 Jan 2000 16:15:38 +0100
3798 Message-ID: <20000124161538.A995@freesurf.fr>
3801 ____________________________________________________________________________
3802 [ 4879] By: gsar on 2000/01/24 14:14:20
3803 Log: force linkage of the function wrappers for globals in change#4878
3805 ! embed.pl globals.c perlapi.h win32/win32.h
3806 ____________________________________________________________________________
3807 [ 4878] By: gsar on 2000/01/24 13:04:45
3808 Log: enable function wrappers for access to globals under MULTIPLICITY
3809 (provides binary compatibility in the face of changes in interpreter
3812 ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
3813 ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
3814 ____________________________________________________________________________
3815 [ 4877] By: jhi on 2000/01/24 11:41:57
3816 Log: perlhist update.
3819 ____________________________________________________________________________
3820 [ 4876] By: jhi on 2000/01/24 11:32:07
3821 Log: Updates on the large file support status.
3824 ____________________________________________________________________________
3825 [ 4875] By: jhi on 2000/01/24 11:23:16
3826 Log: Integrate with Sarathy.
3828 !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
3829 !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
3830 !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
3831 ____________________________________________________________________________
3832 [ 4874] By: gsar on 2000/01/24 10:43:03
3833 Log: fix typos; avoid use constant for lowercase constants (produces
3836 ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
3838 ____________________________________________________________________________
3839 [ 4873] By: gsar on 2000/01/24 09:40:24
3840 Log: avoid warnings when there's no subs to autosplit
3843 ____________________________________________________________________________
3844 [ 4872] By: jhi on 2000/01/24 09:39:01
3845 Log: Create a tool for converting a config_h.SH into a VOS config.h.
3847 + vos/config.def vos/config.pl
3848 ! MANIFEST vos/config.h vos/config_h.SH_orig
3849 ____________________________________________________________________________
3850 [ 4871] By: gsar on 2000/01/24 09:15:20
3851 Log: typos in change#4623
3853 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3854 ____________________________________________________________________________
3855 [ 4870] By: jhi on 2000/01/24 06:43:19
3856 Log: Sync metaconfig units to comply with the typo fixes of #4869.
3858 ! Configure config_h.SH
3860 + U/modified/cf_email.U U/modified/so.U
3861 Branch: metaconfig/U/perl
3863 ____________________________________________________________________________
3864 [ 4869] By: jhi on 2000/01/24 06:04:31
3865 Log: Integrate with Sarathy.
3867 +> t/pragma/diagnostics.t
3868 !> (integrate 120 files)
3869 ____________________________________________________________________________
3870 [ 4868] By: gsar on 2000/01/23 21:49:28
3871 Log: on windows, set seek position to end for files opened in append mode
3872 (improves compatibility with Unix, avoids buffering issues)
3875 ____________________________________________________________________________
3876 [ 4867] By: gsar on 2000/01/23 21:19:31
3877 Log: change#4866 was flawed; revert and add better fix for warning
3880 ____________________________________________________________________________
3881 [ 4866] By: gsar on 2000/01/23 20:43:56
3882 Log: optimize away runtime code for our($foo) (also avoid warnings)
3885 ____________________________________________________________________________
3886 [ 4865] By: gsar on 2000/01/23 13:17:18
3887 Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
3889 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3890 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3891 ____________________________________________________________________________
3892 [ 4864] By: gsar on 2000/01/23 13:12:31
3893 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
3894 suggested by Dominic Dunlop <domo@computer.org>)
3897 ____________________________________________________________________________
3898 [ 4863] By: gsar on 2000/01/23 13:01:35
3899 Log: fix misclassified warnings
3902 ____________________________________________________________________________
3903 [ 4862] By: gsar on 2000/01/23 12:52:12
3904 Log: document bareword prototype incompatibility
3906 ! pod/perldelta.pod pod/perlsub.pod
3907 ____________________________________________________________________________
3908 [ 4861] By: gsar on 2000/01/23 12:32:25
3912 ____________________________________________________________________________
3913 [ 4860] By: gsar on 2000/01/23 12:23:48
3914 Log: s/use vars/our/g modules that aren't independently maintained on CPAN
3916 ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
3917 ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
3918 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
3919 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
3920 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
3921 ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
3922 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3923 ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
3924 ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
3925 ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
3926 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3927 ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3928 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
3929 ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
3930 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
3931 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
3932 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3933 ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
3934 ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
3935 ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
3936 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3937 ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
3938 ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3939 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3940 ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
3941 ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
3942 ____________________________________________________________________________
3943 [ 4859] By: gsar on 2000/01/23 11:29:22
3944 Log: fix diagnostics to report "our" vs "my" correctly
3946 ! op.c pod/perldiag.pod
3947 ____________________________________________________________________________
3948 [ 4858] By: gsar on 2000/01/23 10:14:46
3949 Log: set api_version to 5.5.0 (binary compatibility needs to get tested
3953 ____________________________________________________________________________
3954 [ 4857] By: gsar on 2000/01/23 10:04:03
3955 Log: disallow our($foo::bar)
3957 ! pod/perldiag.pod toke.c
3958 ____________________________________________________________________________
3959 [ 4856] By: gsar on 2000/01/23 09:50:54
3960 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
3963 ____________________________________________________________________________
3964 [ 4855] By: gsar on 2000/01/23 09:36:51
3965 Log: new test (from Michael G Schwern <schwern@pobox.com>)
3967 + t/pragma/diagnostics.t
3969 ____________________________________________________________________________
3970 [ 4854] By: gsar on 2000/01/23 09:24:40
3971 Log: add PREREQ_PM to default template (suggested by Michael G Schwern
3972 <schwern@pobox.com>)
3975 ____________________________________________________________________________
3976 [ 4853] By: gsar on 2000/01/23 09:08:30
3977 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3979 ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
3980 ____________________________________________________________________________
3981 [ 4852] By: gsar on 2000/01/23 08:52:44
3982 Log: mark some extensions as "special versions" to avoid CPAN indexer
3983 confusion (from Ilya Zakharevich)
3985 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3986 ____________________________________________________________________________
3987 [ 4851] By: gsar on 2000/01/23 08:48:46
3988 Log: prefer POSIX::uname() rather than syscalls, which require attempting
3989 to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
3991 ! lib/Sys/Hostname.pm
3992 ____________________________________________________________________________
3993 [ 4850] By: gsar on 2000/01/23 08:36:43
3994 Log: integrate cfgperl contents into mainline
3996 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3997 !> Porting/config_H config_h.SH perl.h
3998 ____________________________________________________________________________
3999 [ 4849] By: gsar on 2000/01/23 08:17:30
4000 Log: fix localization in while BLOCK when there is a continue BLOCK
4001 by introducing an explicit scope (c.f. change#4848)
4003 ! op.c pp_ctl.c t/cmd/while.t
4004 ____________________________________________________________________________
4005 [ 4848] By: gsar on 2000/01/23 06:43:51
4006 Log: fix scope cleanup when next jumps to a continue block; this is rather
4007 in the nature of a kludge; it doesn't fix the longstanding bug that
4008 makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
4011 ! pp_ctl.c t/cmd/while.t
4012 ____________________________________________________________________________
4013 [ 4847] By: gsar on 2000/01/23 04:47:25
4014 Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
4015 C<while (my $x = foo()) { my $x = bar(); }> etc.
4018 ____________________________________________________________________________
4019 [ 4846] By: gsar on 2000/01/23 04:44:17
4020 Log: avoid warnings in change#4839
4023 ____________________________________________________________________________
4024 [ 4845] By: gsar on 2000/01/22 13:12:38
4025 Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
4028 ____________________________________________________________________________
4029 [ 4844] By: gsar on 2000/01/22 12:46:26
4030 Log: wrong category for exec() warning
4032 ! op.c pod/perlop.pod
4033 ____________________________________________________________________________
4034 [ 4843] By: gsar on 2000/01/22 12:42:40
4035 Log: fix line continuations in argument lists (from Helmut Jarausch)
4037 ! lib/ExtUtils/xsubpp
4038 ____________________________________________________________________________
4039 [ 4842] By: gsar on 2000/01/22 12:34:39
4040 Log: CGI.pm upgraded to v2.56 from CPAN
4042 ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
4043 ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
4045 ____________________________________________________________________________
4046 [ 4841] By: gsar on 2000/01/22 12:07:23
4047 Log: avoid warnings due to lack of forward declarations
4050 ____________________________________________________________________________
4051 [ 4840] By: gsar on 2000/01/22 12:04:30
4052 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
4053 <wolfgang.laun@alcatel.at>)
4056 ____________________________________________________________________________
4057 [ 4839] By: gsar on 2000/01/22 11:57:24
4058 Log: better Carp reporting within subclassed modules (from Wolfgang Laun
4059 <wolfgang.laun@alcatel.at>)
4061 ! lib/Carp/Heavy.pm pod/perldelta.pod
4062 ____________________________________________________________________________
4063 [ 4838] By: gsar on 2000/01/22 10:53:06
4064 Log: truncate(FH) flushes FH before truncating it
4066 ! pp_sys.c t/io/fs.t
4067 ____________________________________________________________________________
4068 [ 4837] By: gsar on 2000/01/22 10:37:16
4069 Log: #line directives without a filename leave the file name as it was
4070 instead of setting it to the script name (from Andrew Pimlott
4071 <andrew@pimlott.ne.mediaone.net>)
4074 ____________________________________________________________________________
4075 [ 4836] By: gsar on 2000/01/22 10:06:53
4076 Log: add patch for printf-style format typechecks (from Robin Barker
4077 <rmb1@cise.npl.co.uk>); fixes for problems so identified
4079 ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
4080 ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
4081 ____________________________________________________________________________
4082 [ 4835] By: gsar on 2000/01/22 08:42:52
4083 Log: From: John Tobey <jtobey@isay.com>
4084 Date: Thu, 16 Dec 1999 20:20:38 -0500
4085 Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
4086 Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
4088 ! lib/base.pm lib/fields.pm t/lib/fields.t
4089 ____________________________________________________________________________
4090 [ 4834] By: gsar on 2000/01/22 08:08:08
4091 Log: fix deeply nested closures that have no references to lexical in
4094 ! embed.h embed.pl op.c proto.h t/op/closure.t
4095 ____________________________________________________________________________
4096 [ 4833] By: gsar on 2000/01/21 17:04:21
4099 ! lib/Text/Soundex.pm lib/Tie/Handle.pm
4100 ____________________________________________________________________________
4101 [ 4832] By: gsar on 2000/01/21 16:49:09
4102 Log: fix bug in dumping self-referential scalars
4104 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4106 ____________________________________________________________________________
4107 [ 4831] By: jhi on 2000/01/21 09:16:07
4108 Log: Integrate with Sarathy.
4110 +> t/op/exists_sub.t
4111 !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
4112 !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
4113 !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
4114 !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
4115 !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
4116 ____________________________________________________________________________
4117 [ 4830] By: gsar on 2000/01/21 04:28:08
4118 Log: patch to report warnings on bogus filehandles passed to flock(),
4119 more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
4122 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4123 ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
4124 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
4125 ____________________________________________________________________________
4126 [ 4829] By: gsar on 2000/01/21 03:43:46
4130 ____________________________________________________________________________
4131 [ 4828] By: gsar on 2000/01/21 03:32:31
4132 Log: notes about $^H and %^H from Ilya Zakharevich; substantial
4133 fixups of faulty facts and prose
4136 ____________________________________________________________________________
4137 [ 4827] By: gsar on 2000/01/21 01:45:51
4138 Log: support for C<exists &func> (from Spider Boardman)
4141 ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
4142 ! pod/perlfunc.pod pp.c
4143 ____________________________________________________________________________
4144 [ 4826] By: gsar on 2000/01/21 01:35:46
4145 Log: mention the fact that open(my $foo, ...) covers all handle
4149 ____________________________________________________________________________
4150 [ 4825] By: gsar on 2000/01/21 01:03:34
4151 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4152 Date: Wed, 19 Jan 2000 15:05:11 -0500
4153 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
4154 Subject: [PATCH 5.005_63] h2xs goof and a depessimization
4157 ____________________________________________________________________________
4158 [ 4824] By: gsar on 2000/01/20 19:14:26
4159 Log: INSTALL updates from Andy Dougherty
4162 ____________________________________________________________________________
4163 [ 4823] By: gsar on 2000/01/20 08:40:13
4164 Log: sv_true() has a superfluous test
4167 ____________________________________________________________________________
4168 [ 4822] By: bailey on 2000/01/20 02:03:35
4169 Log: Minor cosmetic updates
4172 ____________________________________________________________________________
4173 [ 4821] By: bailey on 2000/01/20 00:25:30
4174 Log: Quick integration of mainline changes to date
4176 +> (branch 74 files)
4177 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
4178 - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
4179 - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
4180 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
4181 - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
4182 - lib/warning.pm os2/POSIX.mkfifo warning.h
4183 !> (integrate 462 files)
4184 ____________________________________________________________________________
4185 [ 4820] By: jhi on 2000/01/19 22:46:42
4186 Log: More robust inc_version_list from Andy.
4188 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4191 ! U/installdirs/inc_version_list.U
4192 ____________________________________________________________________________
4193 [ 4819] By: jhi on 2000/01/19 17:36:56
4194 Log: Add NV_PRESERVES_UV.
4196 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4197 ! config_h.SH perl.h
4199 ! U/protos/selecttype.U
4200 Branch: metaconfig/U/perl
4203 ____________________________________________________________________________
4204 [ 4818] By: jhi on 2000/01/19 08:13:05
4205 Log: Integrate with Sarathy.
4207 !> Changes Configure win32/config.bc win32/config.gc
4208 !> win32/config.vc win32/config_H.bc win32/config_H.gc
4209 !> win32/config_H.vc
4210 ____________________________________________________________________________
4211 [ 4817] By: gsar on 2000/01/19 05:25:43
4212 Log: regen win32/config*
4214 ! Configure win32/config.bc win32/config.gc win32/config.vc
4215 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4216 ____________________________________________________________________________
4217 [ 4816] By: jhi on 2000/01/18 21:19:10
4218 Log: Policy patch from Andy for installation directories,
4219 removing the $apiversion.
4222 ____________________________________________________________________________
4223 [ 4815] By: jhi on 2000/01/18 21:11:03
4224 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
4225 as suggested by Andy.
4227 ! Configure config_h.SH
4229 ! U/compline/d_gnulibc.U U/modified/cc.U
4230 ____________________________________________________________________________
4231 [ 4814] By: gsar on 2000/01/18 20:48:10
4232 Log: integrate cfgperl changes into mainline
4235 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4236 !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
4237 !> perl.h t/lib/posix.t t/op/pack.t utf8.c
4238 ____________________________________________________________________________
4239 [ 4813] By: jhi on 2000/01/18 19:41:33
4240 Log: metaconfig todo note from Andy.
4242 ! Configure config_h.SH
4244 ! U/installdirs/inc_version_list.U
4245 ____________________________________________________________________________
4246 [ 4812] By: jhi on 2000/01/18 15:02:55
4250 ____________________________________________________________________________
4251 [ 4811] By: jhi on 2000/01/18 10:35:30
4252 Log: More compile-time options shown with -V.
4255 ____________________________________________________________________________
4256 [ 4810] By: jhi on 2000/01/17 08:35:49
4257 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
4258 the strtold() and qgcvt() prototypes for long doubles, but
4259 it should be okay in any case); fix bad assumptions in the
4260 test suite about string->float conversions; though the out
4261 parameter of strtold() (and strtoll()) is unused, it is nicer
4262 to have it in correct type.
4264 ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
4267 ____________________________________________________________________________
4268 [ 4809] By: jhi on 2000/01/16 19:21:18
4269 Log: strtoll works better ternary.
4272 ____________________________________________________________________________
4273 [ 4808] By: jhi on 2000/01/16 19:12:58
4276 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4277 ! config_h.SH perl.h
4278 ____________________________________________________________________________
4279 [ 4807] By: jhi on 2000/01/16 17:57:03
4280 Log: Integrate with Sarathy.
4282 !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
4283 !> sv.c sv.h t/pragma/strict-vars toke.c util.c
4284 ____________________________________________________________________________
4285 [ 4806] By: jhi on 2000/01/16 16:37:47
4286 Log: Continue qgcvt work; closer now but not yet there.
4288 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4289 ! config_h.SH doop.c utf8.c
4291 ! U/compline/d_gconvert.U
4292 Branch: metaconfig/U/perl
4294 ____________________________________________________________________________
4295 [ 4805] By: jhi on 2000/01/15 22:26:16
4296 Log: Metaconfig and Porting patches from Andy; start using the new
4297 long long and long double thingies from #4804; regen Configure.
4299 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4300 ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
4302 + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
4303 + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
4304 + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
4306 ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
4307 ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
4308 ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
4309 ! U/modified/Oldconfig.U U/modified/Signal.U
4310 ! U/modified/sig_name.U U/threads/usethreads.U
4311 Branch: metaconfig/U/perl
4312 ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
4313 ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
4317 ____________________________________________________________________________
4318 [ 4804] By: jhi on 2000/01/14 14:22:24
4319 Log: Add more quad/long long/long double sciency.
4320 Branch: metaconfig/U/perl
4321 + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
4323 ____________________________________________________________________________
4324 [ 4803] By: gsar on 2000/01/14 04:40:49
4325 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
4328 ____________________________________________________________________________
4329 [ 4802] By: gsar on 2000/01/14 04:35:55
4330 Log: add note about "our"
4333 ____________________________________________________________________________
4334 [ 4801] By: gsar on 2000/01/14 04:16:51
4335 Log: nailed "our" declarations, and better warnings on duplicate
4338 ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
4339 ! t/pragma/strict-vars toke.c
4340 ____________________________________________________________________________
4341 [ 4800] By: gsar on 2000/01/14 01:27:13
4342 Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
4345 ____________________________________________________________________________
4346 [ 4799] By: gsar on 2000/01/14 01:17:15
4350 ____________________________________________________________________________
4351 [ 4798] By: jhi on 2000/01/13 16:31:34
4352 Log: Integrate with Sarathy.
4354 +> epoc/config.sh epoc/epocish.c epoc/link.pl
4355 +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
4356 +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4357 +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
4358 +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
4359 +> win32/perlhost.h win32/vdir.h win32/vmem.h
4360 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4361 - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
4362 - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
4363 !> (integrate 282 files)
4364 ____________________________________________________________________________
4365 [ 4797] By: gsar on 2000/01/13 08:12:56
4366 Log: clearer docs for change#4796; faster av_exists()
4368 ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4369 ____________________________________________________________________________
4370 [ 4796] By: gsar on 2000/01/13 06:49:03
4371 Log: support delete() and exists() on array, tied array, and pseudo-hash
4374 ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
4375 ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
4376 ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
4377 ! t/op/avhv.t t/op/delete.t
4378 ____________________________________________________________________________
4379 [ 4795] By: gsar on 2000/01/11 20:52:30
4380 Log: extend site_perl changes change#4773 to vendor_perl as well
4383 ____________________________________________________________________________
4384 [ 4794] By: gsar on 2000/01/11 19:18:50
4385 Log: rework INSTALL to reflect new logic for versioning sitelibs
4388 ____________________________________________________________________________
4389 [ 4793] By: gsar on 2000/01/11 01:44:00
4390 Log: test for change#4792
4393 ____________________________________________________________________________
4394 [ 4792] By: gsar on 2000/01/11 01:22:36
4395 Log: pseudo forked children inherit environment correctly
4398 ____________________________________________________________________________
4399 [ 4791] By: gsar on 2000/01/10 19:14:03
4403 ____________________________________________________________________________
4404 [ 4790] By: gsar on 2000/01/10 18:56:16
4405 Log: check for USE_ITHREADS sanity was too restrictive
4408 ____________________________________________________________________________
4409 [ 4789] By: gsar on 2000/01/10 18:30:24
4410 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
4411 a real SetCurrentDirectory() in toplevel host
4413 ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
4414 ! win32/vdir.h win32/win32.c
4415 ____________________________________________________________________________
4416 [ 4782] By: gsar on 2000/01/10 05:27:03
4417 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
4419 + epoc/config.sh epoc/epocish.c epoc/link.pl
4420 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4422 ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
4423 ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
4424 ! lib/Sys/Hostname.pm
4425 ____________________________________________________________________________
4426 [ 4781] By: gsar on 2000/01/10 05:11:03
4427 Log: pod typos (from Abigail <abigail@delanet.com>)
4429 ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
4430 ____________________________________________________________________________
4431 [ 4780] By: gsar on 2000/01/10 05:07:35
4432 Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
4435 ____________________________________________________________________________
4436 [ 4779] By: gsar on 2000/01/10 05:06:16
4437 Log: terminate -s switch processing only on C<-->, not on C<--foo>
4440 ____________________________________________________________________________
4441 [ 4778] By: gsar on 2000/01/10 04:38:45
4442 Log: useithreads needs usemultiplicity
4445 ____________________________________________________________________________
4446 [ 4777] By: gsar on 2000/01/10 01:18:04
4447 Log: use $Config{version} rather than $] where appropriate
4449 ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
4450 ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
4452 ____________________________________________________________________________
4453 [ 4776] By: gsar on 2000/01/10 00:11:34
4454 Log: enable fork.t on windows
4457 ____________________________________________________________________________
4458 [ 4775] By: gsar on 2000/01/10 00:07:29
4459 Log: broken test for use5005threads
4462 ____________________________________________________________________________
4463 [ 4774] By: gsar on 2000/01/09 23:56:37
4464 Log: more windows build tweaks
4466 ! installperl makedef.pl win32/Makefile win32/config_H.bc
4467 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4469 ____________________________________________________________________________
4470 [ 4773] By: gsar on 2000/01/09 22:27:19
4471 Log: more changes for new-style version numbers (versions numbers on
4472 the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
4473 they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
4474 split $Config{apiversion} into three, @Config{apirevision,apiversion,
4475 apisubversion} for CPP friendliness; $Config{sitelib} now defaults
4476 to .../site_perl/$version, just like $Config{privlib}, making sitelib
4477 completely independent across versions and substantially eliminating
4478 chances of breaking older installations by overwriting newly built
4479 extensions; all this means compatibility inclusions for @INC will need
4480 to take into account older sitelib versions (this still TODO)
4482 windows, vms, dos tweaks for the above
4484 ! Changes Configure INSTALL Porting/config.sh Porting/config_H
4485 ! config_h.SH configure.com dosish.h installman installperl
4486 ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
4487 ! win32/config.bc win32/config.gc win32/config.vc
4488 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4489 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
4491 ____________________________________________________________________________
4492 [ 4772] By: gsar on 2000/01/09 19:05:33
4493 Log: s/usethreads/use5005threads/g
4495 ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
4496 ____________________________________________________________________________
4497 [ 4771] By: gsar on 2000/01/09 18:51:50
4498 Log: Configure changes for new-style version numbers (from Andy Dougherty,
4501 ! Configure INSTALL Porting/Glossary Porting/config.sh
4502 ! Porting/config_H config_h.SH perl.h win32/Makefile
4503 ! win32/config.bc win32/config.gc win32/config.vc
4505 ____________________________________________________________________________
4506 [ 4770] By: gsar on 2000/01/07 22:18:54
4507 Log: fix for 'make utest' failures (from Ilya Zakharevich)
4510 ____________________________________________________________________________
4511 [ 4769] By: gsar on 2000/01/07 18:23:16
4512 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4514 + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4515 + ext/ODBM_File/hints/cygwin.pl
4516 ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
4517 ! hints/cygwin.sh installman installperl lib/Cwd.pm
4518 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
4519 ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
4520 ____________________________________________________________________________
4521 [ 4768] By: gsar on 2000/01/07 18:12:15
4522 Log: typo on h2xs.PL (from Helmut Jarausch)
4525 ____________________________________________________________________________
4526 [ 4767] By: gsar on 2000/01/07 17:58:45
4527 Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
4529 ! README.vms configure.com vms/subconfigure.com
4530 ____________________________________________________________________________
4531 [ 4766] By: gsar on 2000/01/07 17:54:05
4532 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
4536 ! MANIFEST README.os2
4537 ____________________________________________________________________________
4538 [ 4765] By: gsar on 2000/01/06 20:11:46
4539 Log: add workaround for dlopen() bug on OpenBSD (relative paths that
4540 match /^lib/ won't load properly)
4542 + ext/DynaLoader/hints/openbsd.pl
4543 ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
4544 ____________________________________________________________________________
4545 [ 4764] By: gsar on 2000/01/06 19:51:08
4546 Log: add undocumented globals for compatibility--find.pl, and find2perl
4547 generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
4550 ____________________________________________________________________________
4551 [ 4763] By: gsar on 2000/01/06 10:51:07
4552 Log: fix various C-backend shenanigans
4555 ____________________________________________________________________________
4556 [ 4762] By: gsar on 2000/01/06 04:09:00
4557 Log: tweak test in change#4757 for Windows
4560 ____________________________________________________________________________
4561 [ 4761] By: gsar on 2000/01/06 02:55:30
4562 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
4563 they belonged to freed OP_CONSTs)
4566 ____________________________________________________________________________
4567 [ 4760] By: gsar on 2000/01/06 00:22:40
4568 Log: constant ranges could escape bareword check in list context
4570 ! op.c t/pragma/strict-subs
4571 ____________________________________________________________________________
4572 [ 4759] By: gsar on 2000/01/05 20:52:50
4573 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4574 Date: Wed, 05 Jan 2000 15:23:18 EST
4575 Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
4576 Subject: Re: minimal m//g matches appear busted
4578 ! regexec.c t/op/pat.t
4579 ____________________________________________________________________________
4580 [ 4758] By: gsar on 2000/01/05 12:49:40
4581 Log: various nits identified by warnings unmasked by recent changes
4583 ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
4584 ____________________________________________________________________________
4585 [ 4757] By: gsar on 2000/01/05 12:48:10
4586 Log: severe bugs in change#3786 fixed
4588 ! doio.c t/io/open.t
4589 ____________________________________________________________________________
4590 [ 4756] By: gsar on 2000/01/05 11:25:10
4591 Log: tweak change#4745 to make ebcdic output match for chars <= 037
4593 ! ext/Data/Dumper/Dumper.pm
4594 ____________________________________________________________________________
4595 [ 4755] By: gsar on 2000/01/05 06:56:05
4596 Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
4598 ! Configure util.c utils/perlcc.PL
4599 ____________________________________________________________________________
4600 [ 4754] By: gsar on 2000/01/05 06:52:25
4601 Log: avoid expensive Version_check (from Andreas Koenig)
4603 ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4604 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4605 ____________________________________________________________________________
4606 [ 4753] By: gsar on 2000/01/05 06:48:22
4607 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4608 Date: 03 Jan 2000 21:56:02 +0100
4609 Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
4610 Subject: Reloading File::Copy
4612 ! Changes lib/File/Copy.pm t/lib/filecopy.t
4613 ____________________________________________________________________________
4614 [ 4752] By: gsar on 2000/01/04 01:19:20
4615 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
4617 ! win32/Makefile win32/makefile.mk win32/win32.h
4618 ____________________________________________________________________________
4619 [ 4751] By: gsar on 2000/01/03 18:26:08
4620 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
4622 ! lib/ExtUtils/MakeMaker.pm
4623 ____________________________________________________________________________
4624 [ 4750] By: gsar on 2000/01/02 21:58:02
4625 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
4626 to write to a file other than tmon.out (suggested by Haakon Alstadheim
4627 <Haakon.Alstadheim@sds.no>)
4629 ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
4630 ____________________________________________________________________________
4631 [ 4749] By: gsar on 2000/01/02 21:37:29
4632 Log: disable optimization in change#3612 for join() and quotemeta()--this
4633 removes all the gross hacks for the special cases in that change; fix
4634 pp_concat() for when TARG == arg (modified version of patch suggested
4635 by Ilya Zakharevich)
4637 ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
4638 ____________________________________________________________________________
4639 [ 4748] By: gsar on 2000/01/02 20:26:06
4640 Log: MakeMaker should attempt to "require" rather than "use" prerequisites
4641 to avoid imports (from Michael G Schwern <schwern@pobox.com>)
4643 ! lib/ExtUtils/MakeMaker.pm
4644 ____________________________________________________________________________
4645 [ 4747] By: gsar on 2000/01/02 20:17:36
4646 Log: fix 4-arg substr() when used as argument to subroutine
4648 ! pp.c t/op/substr.t
4649 ____________________________________________________________________________
4650 [ 4746] By: gsar on 2000/01/02 18:45:58
4651 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
4653 ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
4654 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4655 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4656 ! perlapi.c proto.h thread.h util.c
4657 ____________________________________________________________________________
4658 [ 4745] By: gsar on 2000/01/02 18:15:44
4659 Log: ebcdic fix for Data::Dumper from Peter Prymmer
4661 ! ext/Data/Dumper/Dumper.pm regcomp.c
4662 ____________________________________________________________________________
4663 [ 4744] By: gsar on 1999/12/31 22:42:23
4664 Log: missing files in previous submit
4666 ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
4667 ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
4668 ____________________________________________________________________________
4669 [ 4743] By: gsar on 1999/12/31 06:47:18
4670 Log: various Windows build tweaks
4673 ____________________________________________________________________________
4674 [ 4742] By: gsar on 1999/12/30 21:32:36
4675 Log: change#4705 breaks code that interpolates $], so leave string value
4676 of $] as it was for compatibility (and perhaps introduce $^V or similar
4677 for the utf8 representation, maybe?)
4680 ____________________________________________________________________________
4681 [ 4741] By: gsar on 1999/12/30 19:36:21
4682 Log: avoid CRLF in byteloadable files created by perlcc
4685 ____________________________________________________________________________
4686 [ 4740] By: gsar on 1999/12/30 19:35:07
4687 Log: leave DATA open in binmode if __END__ line doesn't have CRLF
4689 ! pod/perldelta.pod toke.c
4690 ____________________________________________________________________________
4691 [ 4739] By: gsar on 1999/12/30 05:44:21
4692 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
4693 to allow ByteLoader to work; the DATA filehandles continue to
4694 be left open in text mode for compatibility
4696 ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
4697 ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
4699 ____________________________________________________________________________
4700 [ 4738] By: gsar on 1999/12/30 04:36:12
4701 Log: CR-LF support broken for formats
4704 ____________________________________________________________________________
4705 [ 4737] By: gsar on 1999/12/29 22:30:52
4706 Log: make DProf functional under pseudo-fork()
4708 ! ext/Devel/DProf/DProf.xs
4709 ____________________________________________________________________________
4710 [ 4736] By: gsar on 1999/12/29 21:04:59
4711 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
4714 ! doio.c pp_hot.c t/io/argv.t
4715 ____________________________________________________________________________
4716 [ 4735] By: gsar on 1999/12/29 18:12:40
4717 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
4721 ____________________________________________________________________________
4722 [ 4734] By: gsar on 1999/12/28 21:10:37
4723 Log: Windows build tweaks
4726 ____________________________________________________________________________
4727 [ 4733] By: gsar on 1999/12/28 20:45:15
4728 Log: remove never-taken branch for making getc() operate on ARGV (spotted
4729 by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
4732 ____________________________________________________________________________
4733 [ 4732] By: gsar on 1999/12/28 20:42:13
4734 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
4735 <ralph@inputplus.demon.co.uk>
4737 ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
4738 ____________________________________________________________________________
4739 [ 4731] By: gsar on 1999/12/28 20:23:17
4740 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
4741 not supplied (variant of patch suggested by Ilya Zakharevich)
4743 ! XSUB.h lib/ExtUtils/xsubpp
4744 ____________________________________________________________________________
4745 [ 4730] By: gsar on 1999/12/28 19:55:56
4746 Log: range operator does magical string increment iff both operands
4747 are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
4748 the "foreach (RANGE)" case as well
4750 ! pp_ctl.c t/op/range.t
4751 ____________________________________________________________________________
4752 [ 4729] By: gsar on 1999/12/28 18:40:19
4753 Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
4755 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
4756 ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
4757 ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
4758 ! win32/config.gc win32/genmk95.pl win32/makefile.mk
4759 ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
4761 ____________________________________________________________________________
4762 [ 4728] By: gsar on 1999/12/28 07:44:19
4763 Log: typecasts needed
4766 ____________________________________________________________________________
4767 [ 4727] By: gsar on 1999/12/28 06:23:08
4768 Log: change#4721 needed line number adjustments
4770 ! MANIFEST global.sym proto.h t/pragma/warn/doop
4771 ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
4772 ! t/pragma/warn/toke t/pragma/warn/utf8
4773 ____________________________________________________________________________
4774 [ 4726] By: gsar on 1999/12/28 04:18:15
4775 Log: integrate utfperl contents into mainline
4777 +> lib/byte.pm lib/byte_heavy.pl
4778 !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
4779 !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
4780 !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
4781 ____________________________________________________________________________
4782 [ 4725] By: gsar on 1999/12/28 04:08:09
4783 Log: integrate mainline contents
4785 - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
4786 - lib/unicode/Eq/Unicode
4787 !> (integrate 60 files)
4788 ____________________________________________________________________________
4789 [ 4724] By: gsar on 1999/12/28 03:44:10
4790 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
4792 ! regcomp.c t/op/re_tests
4793 ____________________________________________________________________________
4794 [ 4723] By: gsar on 1999/12/28 03:28:39
4795 Log: more ebcdic testsuite fixups (from Peter Prymmer)
4797 ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
4798 ! t/pragma/overload.t t/pragma/utf8.t
4799 ____________________________________________________________________________
4800 [ 4722] By: gsar on 1999/12/28 03:14:48
4801 Log: avoid "used once" warning
4803 ! lib/diagnostics.pm
4804 ____________________________________________________________________________
4805 [ 4721] By: gsar on 1999/12/28 03:10:32
4806 Log: ebcdic tweaks for tests from Peter Prymmer
4808 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
4809 ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
4810 ____________________________________________________________________________
4811 [ 4720] By: gsar on 1999/12/28 03:08:39
4812 Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
4814 ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4815 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
4816 ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
4817 ____________________________________________________________________________
4818 [ 4719] By: gsar on 1999/12/28 03:01:04
4819 Log: perlport v1.45 from Chris Nandor
4822 ____________________________________________________________________________
4823 [ 4718] By: gsar on 1999/12/28 02:59:16
4824 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
4825 perldelta; added STOP, DESTROY and AUTOLOAD to specials list
4827 ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
4828 ! t/pragma/constant.t
4829 ____________________________________________________________________________
4830 [ 4717] By: gsar on 1999/12/28 02:47:04
4831 Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
4833 - ext/DynaLoader/dl_cygwin.xs
4834 ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
4835 ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
4837 ____________________________________________________________________________
4838 [ 4716] By: gsar on 1999/12/28 02:40:51
4839 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
4840 (from Andy Dougherty)
4843 ____________________________________________________________________________
4844 [ 4715] By: gsar on 1999/12/28 02:38:44
4845 Log: better variant of change#4644 (from Andy Dougherty)
4848 ____________________________________________________________________________
4849 [ 4714] By: gsar on 1999/12/28 02:36:40
4850 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
4853 ____________________________________________________________________________
4854 [ 4713] By: gsar on 1999/12/28 02:35:15
4855 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
4856 INSTALL (from Andy Dougherty)
4859 ____________________________________________________________________________
4860 [ 4712] By: gsar on 1999/12/28 02:30:55
4861 Log: avoid creating new files during make install
4864 ____________________________________________________________________________
4865 [ 4711] By: gsar on 1999/12/28 02:24:44
4866 Log: pod edits from Paul Marquess and Mark-Jason Dominus
4868 ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
4869 ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
4871 ____________________________________________________________________________
4872 [ 4710] By: gsar on 1999/12/28 02:05:23
4873 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
4874 <sthoenna@efn.org>); add explicit target for opmini.o
4876 ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
4877 ____________________________________________________________________________
4878 [ 4709] By: gsar on 1999/12/28 01:20:39
4879 Log: partly fix perldiag regressions identified by Tom Christiansen
4881 ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
4882 ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
4883 ! t/pragma/warn/pp_sys
4884 ____________________________________________________________________________
4885 [ 4708] By: gsar on 1999/12/27 23:33:24
4886 Log: update perldiag for change#4707
4888 ! perl.c pod/perldiag.pod
4889 ____________________________________________________________________________
4890 [ 4707] By: gsar on 1999/12/27 23:23:39
4891 Log: allow spaces in -I switch argument
4894 ____________________________________________________________________________
4895 [ 4706] By: gsar on 1999/12/26 23:44:53
4899 ____________________________________________________________________________
4900 [ 4705] By: gsar on 1999/12/24 04:02:35
4901 Log: support for v5.5.640 style version numbers
4903 ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
4904 ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
4905 ____________________________________________________________________________
4906 [ 4704] By: gsar on 1999/12/23 08:54:27
4907 Log: bring in basic threads stuff under USE_ITHREADS
4909 ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
4911 ____________________________________________________________________________
4912 [ 4703] By: gsar on 1999/12/23 00:10:06
4913 Log: integrate mainline contents into utfperl
4915 !> (integrate 33 files)
4916 ____________________________________________________________________________
4917 [ 4702] By: gsar on 1999/12/20 17:18:23
4918 Log: virtual directory handling broken on paths with trailing slash
4920 ! win32/Makefile win32/makefile.mk win32/vdir.h
4921 ____________________________________________________________________________
4922 [ 4701] By: gsar on 1999/12/20 17:09:55
4923 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
4924 isn't set for all m/$foo/o)
4927 ____________________________________________________________________________
4928 [ 4700] By: gsar on 1999/12/20 16:28:51
4929 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
4930 we have a race on our hands)
4933 ____________________________________________________________________________
4934 [ 4699] By: gsar on 1999/12/20 16:19:00
4937 ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
4938 ____________________________________________________________________________
4939 [ 4698] By: gsar on 1999/12/20 07:55:07
4940 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
4943 ____________________________________________________________________________
4944 [ 4697] By: gsar on 1999/12/18 01:35:50
4945 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
4946 anon hash rather than a block; test case for the same
4948 ! t/comp/term.t toke.c
4949 ____________________________________________________________________________
4950 [ 4696] By: gsar on 1999/12/17 19:55:03
4951 Log: leak in change#4694 spotted by Larry
4954 ____________________________________________________________________________
4955 [ 4695] By: gsar on 1999/12/17 18:14:11
4956 Log: test case for change#4694
4959 ____________________________________________________________________________
4960 [ 4694] By: gsar on 1999/12/17 18:09:08
4961 Log: delete() should return the value as is, not a copy thereof
4963 ! hv.c pod/perldelta.pod
4964 ____________________________________________________________________________
4965 [ 4693] By: gsar on 1999/12/17 17:45:58
4966 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
4968 ! regexec.c t/op/re_tests
4969 ____________________________________________________________________________
4970 [ 4692] By: gsar on 1999/12/17 17:41:10
4974 ____________________________________________________________________________
4975 [ 4691] By: gsar on 1999/12/17 07:12:53
4976 Log: DynaLoader doesn't build properly when $(DLSRC) changes
4977 (fix suggested by Hans Mulder)
4979 ! ext/DynaLoader/Makefile.PL
4980 ____________________________________________________________________________
4981 [ 4690] By: gsar on 1999/12/17 06:26:34
4982 Log: add missing new ops
4984 ! ext/B/ramblings/runtime.porting
4985 ____________________________________________________________________________
4986 [ 4689] By: gsar on 1999/12/17 06:16:49
4987 Log: test harness tweak from Hans Mulder
4990 ____________________________________________________________________________
4991 [ 4688] By: gsar on 1999/12/17 06:14:23
4992 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
4993 and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
4995 ! Makefile.SH cygwin/Makefile.SHs
4996 ____________________________________________________________________________
4997 [ 4687] By: gsar on 1999/12/17 06:06:46
4998 Log: applied suggested patch with whitespace adjustments
4999 From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
5000 Date: Thu, 16 Dec 1999 08:57:55 +0100
5001 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
5002 Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
5005 ____________________________________________________________________________
5006 [ 4686] By: gsar on 1999/12/17 05:48:53
5007 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
5010 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
5011 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5012 ! ext/DynaLoader/dl_rhapsody.xs
5013 ____________________________________________________________________________
5014 [ 4685] By: gsar on 1999/12/17 05:37:51
5015 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
5016 <rjk@linguist.dartmouth.edu>)
5018 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
5019 ____________________________________________________________________________
5020 [ 4684] By: gsar on 1999/12/16 09:32:48
5021 Log: spell out how to get 4-digit year (from Micheal G Schwern
5022 <schwern@pobox.com>)
5025 ____________________________________________________________________________
5026 [ 4683] By: gsar on 1999/12/16 09:26:53
5027 Log: type mismatch for %c format argument (spotted by Robin Barker
5028 <rmb1@cise.npl.co.uk>)
5031 ____________________________________________________________________________
5032 [ 4682] By: gsar on 1999/12/16 08:33:28
5033 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
5034 <sho_pi@hotmail.com>)
5037 ____________________________________________________________________________
5038 [ 4681] By: gsar on 1999/12/16 08:31:15
5039 Log: missing backslash (spotted by Johan Vromans)
5042 ____________________________________________________________________________
5043 [ 4680] By: gsar on 1999/12/16 08:26:00
5044 Log: avoid coredump on diagnostics when STDERR is closed
5047 ____________________________________________________________________________
5048 [ 4679] By: gsar on 1999/12/12 18:09:41
5049 Log: integrate mainline changes
5051 +> (branch 39 files)
5052 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5053 - lib/unicode/UnicodeData-Latest.txt
5054 !> (integrate 447 files)
5055 ____________________________________________________________________________
5056 [ 4678] By: gsar on 1999/12/10 01:39:13
5057 Log: interpreter structure should be nulled under -DMULTIPLICITY
5060 ____________________________________________________________________________
5061 [ 4677] By: gsar on 1999/12/09 11:10:27
5070 ____________________________________________________________________________
5071 [ 4676] By: gsar on 1999/12/09 10:51:43
5072 Log: fix File::Find testsuite bugs in symlink-less places
5075 ____________________________________________________________________________
5076 [ 4675] By: gsar on 1999/12/09 10:22:31
5077 Log: USE_ITHREADS tweaks and notes
5079 ! op.c pod/perldelta.pod sv.c
5080 ____________________________________________________________________________
5081 [ 4674] By: gsar on 1999/12/09 10:21:53
5082 Log: allow new style sort subs to work under usethreads
5085 ____________________________________________________________________________
5086 [ 4673] By: gsar on 1999/12/09 04:00:23
5087 Log: document compatibility issue with literal list slices and NOTOP
5088 (C<not (1,2,3)[0]> is now a syntax error)
5091 ____________________________________________________________________________
5092 [ 4672] By: gsar on 1999/12/09 01:14:46
5093 Log: avoid mismatched expectation <-> int types for C++ builds
5095 ! embed.pl intrpvar.h proto.h toke.c
5096 ____________________________________________________________________________
5097 [ 4671] By: gsar on 1999/12/09 00:36:24
5098 Log: newer version of File::Find with support for following symlinks and
5099 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
5101 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
5102 ____________________________________________________________________________
5103 [ 4670] By: gsar on 1999/12/09 00:13:06
5104 Log: avoid initializing GvCV slot for autovivified filehandles
5107 ____________________________________________________________________________
5108 [ 4669] By: gsar on 1999/12/08 19:09:27
5109 Log: apply change#4618 again along with Ilya's patch to fix bugs
5110 in it (see change#4622)
5112 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
5113 ! t/op/re_tests t/op/subst.t
5114 ____________________________________________________________________________
5115 [ 4668] By: gsar on 1999/12/08 18:56:53
5116 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
5117 From: Larry Wall <larry@wall.org>
5118 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
5119 Message-Id: <199912072039.MAA13257@kiev.wall.org>
5120 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
5122 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
5123 ____________________________________________________________________________
5124 [ 4667] By: gsar on 1999/12/08 18:47:37
5125 Log: patch to fix aix hints from ortmann@vnet.ibm.com
5128 ____________________________________________________________________________
5129 [ 4666] By: gsar on 1999/12/08 18:29:02
5130 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
5133 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
5134 ____________________________________________________________________________
5135 [ 4665] By: gsar on 1999/12/08 02:22:31
5136 Log: introduce save_I8() for saving byte values
5138 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
5139 ! regcomp.c regexec.c scope.c scope.h sv.c
5140 ____________________________________________________________________________
5141 [ 4664] By: gsar on 1999/12/08 02:02:33
5142 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
5145 ____________________________________________________________________________
5146 [ 4663] By: gsar on 1999/12/08 01:11:44
5147 Log: longstanding typo in lexer: PL_lex_expect was not properly
5151 ____________________________________________________________________________
5152 [ 4662] By: gsar on 1999/12/07 23:16:21
5153 Log: typos in change#4546
5155 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
5156 ____________________________________________________________________________
5157 [ 4661] By: gsar on 1999/12/07 09:33:50
5158 Log: typos in change#4660
5160 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
5161 ____________________________________________________________________________
5162 [ 4660] By: gsar on 1999/12/06 23:42:55
5163 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
5164 fix bug where lc($readonly) could result in bogus errors
5166 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
5167 ! pp.c pp_sys.c proto.h sv.c
5168 ____________________________________________________________________________
5169 [ 4659] By: gsar on 1999/12/06 15:24:31
5170 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
5171 <jarausch@igpm.rwth-aachen.de>)
5174 ____________________________________________________________________________
5175 [ 4658] By: gsar on 1999/12/06 15:18:30
5176 Log: fix for -Dp via $^D (suggested by Stephane Payrard
5177 <stef@adnaccess.com>)
5180 ____________________________________________________________________________
5181 [ 4657] By: gsar on 1999/12/06 06:50:01
5182 Log: change#4641 needs perldiag.pod edit
5184 - lib/unicode/UnicodeData-Latest.txt
5186 ____________________________________________________________________________
5187 [ 4656] By: gsar on 1999/12/06 01:36:56
5188 Log: Makefile tweak for change#4649
5191 ____________________________________________________________________________
5192 [ 4655] By: gsar on 1999/12/05 17:23:57
5193 Log: change#4653 was missing a patch reject
5196 ____________________________________________________________________________
5197 [ 4654] By: gsar on 1999/12/05 11:41:04
5198 Log: windows build tweaks for Borland compiler
5200 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
5201 ____________________________________________________________________________
5202 [ 4653] By: gsar on 1999/12/05 11:07:37
5203 Log: applied somewhat modified version of suggested patch
5204 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
5205 Date: Thu, 18 Nov 1999 18:45:27 PST
5206 Message-ID: <19991119024527.72749.qmail@hotmail.com>
5207 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
5209 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5210 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
5211 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
5212 ! win32/makefile.mk win32/win32.h
5213 ____________________________________________________________________________
5214 [ 4652] By: gsar on 1999/12/05 09:24:45
5215 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
5216 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
5217 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
5218 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
5220 ! Changes hints/svr5.sh
5221 ____________________________________________________________________________
5222 [ 4651] By: gsar on 1999/12/05 09:01:19
5223 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
5224 when given non-existent drive names
5227 ____________________________________________________________________________
5228 [ 4650] By: gsar on 1999/12/05 08:47:11
5229 Log: windows build tweaks for change#4649
5231 ! win32/Makefile win32/makefile.mk
5232 ____________________________________________________________________________
5233 [ 4649] By: gsar on 1999/12/05 07:49:28
5234 Log: make File::Glob::glob() the default for CORE::glob()
5235 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
5237 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
5239 ____________________________________________________________________________
5240 [ 4648] By: gsar on 1999/12/05 00:33:34
5241 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
5244 ____________________________________________________________________________
5245 [ 4647] By: gsar on 1999/12/05 00:14:01
5246 Log: remove outdated entry
5249 ____________________________________________________________________________
5250 [ 4646] By: gsar on 1999/12/04 22:48:51
5251 Log: s/block/loop block/ in diagnostics about next, last, redo
5253 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
5254 ____________________________________________________________________________
5255 [ 4645] By: gsar on 1999/12/04 22:25:32
5256 Log: readability tweak suggested by GRommel@sears.com
5259 ____________________________________________________________________________
5260 [ 4644] By: gsar on 1999/12/04 22:05:00
5261 Log: Configure tweak from Peter Prymmer
5264 ____________________________________________________________________________
5265 [ 4643] By: gsar on 1999/12/04 21:55:27
5266 Log: make weak keyword check look for defined(&lock), not
5267 merely defined(*lock)
5270 ____________________________________________________________________________
5271 [ 4642] By: gsar on 1999/12/04 21:11:51
5272 Log: make eof() open ARGV if it isn't open already; also fixes bug
5273 where eof() would operate on any last-read filehandle, not
5277 ____________________________________________________________________________
5278 [ 4641] By: gsar on 1999/12/04 04:42:25
5279 Log: make uninitialized value warnings report opcode
5281 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
5282 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
5283 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
5284 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
5285 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
5287 ____________________________________________________________________________
5288 [ 4640] By: gsar on 1999/12/04 02:40:44
5289 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
5290 that don't do range checking
5293 ____________________________________________________________________________
5294 [ 4639] By: gsar on 1999/12/04 01:00:49
5295 Log: better implementation of change#3326; open(local $foo,...) now
5296 allowed in addition to any uninitialized variable, for consistency
5297 with how autovivification works elsewhere; add code to use the
5298 variable name as the name of the handle for simple variables, so
5299 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
5301 ! op.c pod/perldelta.pod pp.c t/io/open.t
5302 ____________________________________________________________________________
5303 [ 4638] By: gsar on 1999/12/03 21:20:00
5306 ! pod/perlfunc.pod pod/perlrun.pod
5307 ____________________________________________________________________________
5308 [ 4637] By: gsar on 1999/12/03 08:59:04
5309 Log: change#4431 was flawed
5312 ____________________________________________________________________________
5313 [ 4636] By: gsar on 1999/12/03 07:59:52
5314 Log: pod embellishments from Nathan Torkington
5316 ! pod/perlfaq2.pod pod/perlhack.pod
5317 ____________________________________________________________________________
5318 [ 4635] By: gsar on 1999/12/03 07:56:04
5319 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
5322 ____________________________________________________________________________
5323 [ 4634] By: gsar on 1999/12/03 07:47:47
5324 Log: test tweak for VMS (from Craig A. Berry)
5327 ____________________________________________________________________________
5328 [ 4633] By: gsar on 1999/12/03 07:44:52
5329 Log: patchls tweak from Andreas Koenig
5332 ____________________________________________________________________________
5333 [ 4632] By: gsar on 1999/12/03 07:42:23
5334 Log: don't mess with the umask()
5336 ! installhtml installman installperl lib/ExtUtils/Install.pm
5337 ! lib/ExtUtils/Manifest.pm
5338 ____________________________________________________________________________
5339 [ 4631] By: gsar on 1999/12/03 06:52:50
5340 Log: support -a switch to append bytecode to an existing file and make
5341 perlcc use it (from Tom Hughes <tom@compton.nu>)
5343 ! ext/B/B/Bytecode.pm utils/perlcc.PL
5344 ____________________________________________________________________________
5345 [ 4630] By: gsar on 1999/12/03 06:46:16
5346 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
5350 ____________________________________________________________________________
5351 [ 4629] By: gsar on 1999/12/03 06:40:15
5352 Log: use PerlIO abstraction rather than straight stdio (from
5355 ! ext/ByteLoader/ByteLoader.xs
5356 ____________________________________________________________________________
5357 [ 4628] By: gsar on 1999/12/03 06:15:54
5358 Log: avoid warning in IO::Select::exists() if socket doesn't exist
5360 ! ext/IO/lib/IO/Select.pm
5361 ____________________________________________________________________________
5362 [ 4627] By: gsar on 1999/12/03 06:05:19
5363 Log: two small patches from Peter Prymmer <pvhp@forte.com>
5365 ! makedepend.SH win32/Makefile win32/makefile.mk
5366 ____________________________________________________________________________
5367 [ 4626] By: gsar on 1999/12/03 05:36:38
5368 Log: From: Peter Prymmer <pvhp@forte.com>
5369 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
5370 Message-Id: <199911260506.VAA17230@brio.forte.com>
5371 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
5374 ____________________________________________________________________________
5375 [ 4625] By: gsar on 1999/12/03 05:20:21
5376 Log: Windows build tweaks due to change#4623
5378 ! win32/Makefile win32/makefile.mk win32/perlhost.h
5379 ____________________________________________________________________________
5380 [ 4624] By: gsar on 1999/12/03 04:58:30
5381 Log: add missing file
5383 + ext/DynaLoader/XSLoader_pm.PL
5384 ____________________________________________________________________________
5385 [ 4623] By: gsar on 1999/12/03 04:47:03
5386 Log: applied suggested patch; removed $VERSION = $VERSION hack
5387 (change#4043 fixed the need for that)
5388 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5389 Date: Tue, 16 Nov 1999 01:50:31 EST
5390 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
5391 Subject: [PATCH 5.005_62] XSLoader.pm
5393 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
5394 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
5395 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5396 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
5397 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
5398 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
5399 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5400 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
5401 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5402 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
5403 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
5404 ____________________________________________________________________________
5405 [ 4622] By: gsar on 1999/12/03 04:02:39
5406 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
5408 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5409 ____________________________________________________________________________
5410 [ 4621] By: gsar on 1999/12/02 22:24:53
5411 Log: caveat about thread-safety of extensions
5414 ____________________________________________________________________________
5415 [ 4620] By: gsar on 1999/12/02 20:31:02
5416 Log: XS documentation patches suggested by Ilya, severally adjusted
5418 ! pod/perlxs.pod pod/perlxstut.pod
5419 ____________________________________________________________________________
5420 [ 4619] By: gsar on 1999/12/02 17:52:50
5421 Log: re-add missing Unicode database master
5423 + lib/unicode/Unicode.300
5424 ____________________________________________________________________________
5425 [ 4618] By: gsar on 1999/12/02 06:56:18
5426 Log: applied suggested patch with prototype changes
5427 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5428 Date: Tue, 23 Nov 1999 22:55:55 EST
5429 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
5430 Subject: [PATCH 5.005_62] First char cognizance
5432 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5433 ____________________________________________________________________________
5434 [ 4617] By: gsar on 1999/12/02 06:04:57
5435 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
5437 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
5438 ____________________________________________________________________________
5439 [ 4616] By: gsar on 1999/12/02 04:30:22
5440 Log: various documentation tweaks suggested by M. J. T. Guy
5442 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
5443 ____________________________________________________________________________
5444 [ 4615] By: gsar on 1999/12/02 04:17:43
5445 Log: various File::Glob fixes for DOSISH platforms
5446 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5447 Date: Tue, 02 Nov 1999 11:11:25 GMT
5448 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
5449 Subject: File::Glob again. Final patch, honest!
5452 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
5453 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5454 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
5455 ____________________________________________________________________________
5456 [ 4614] By: gsar on 1999/12/02 03:42:55
5457 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
5458 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
5460 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
5461 ____________________________________________________________________________
5462 [ 4613] By: gsar on 1999/12/02 01:59:19
5463 Log: ignore yet another known scalar leak
5465 ! t/pragma/warn/regcomp
5466 ____________________________________________________________________________
5467 [ 4612] By: gsar on 1999/12/02 01:15:02
5468 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
5471 ____________________________________________________________________________
5472 [ 4611] By: gsar on 1999/12/02 00:31:43
5473 Log: a somewhat tweaked version of suggested patch
5474 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5475 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
5476 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
5477 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
5480 ____________________________________________________________________________
5481 [ 4610] By: gsar on 1999/12/01 19:09:31
5482 Log: more accurate require() pseudocode (from James P. Williams
5483 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
5486 ____________________________________________________________________________
5487 [ 4609] By: gsar on 1999/12/01 18:43:49
5488 Log: avoid "Callback called exit" error on intentional exit()
5490 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
5491 ____________________________________________________________________________
5492 [ 4608] By: gsar on 1999/12/01 18:42:38
5493 Log: find_byclass() prototype was incoherent
5496 ____________________________________________________________________________
5497 [ 4607] By: gsar on 1999/12/01 05:45:10
5498 Log: better documentation for goto &NAME (from M. J. T. Guy)
5501 ____________________________________________________________________________
5502 [ 4606] By: gsar on 1999/12/01 05:33:14
5503 Log: integrate cfgperl contents into mainline
5505 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
5506 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
5507 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5509 !> (integrate 210 files)
5510 ____________________________________________________________________________
5511 [ 4605] By: gsar on 1999/12/01 05:15:27
5512 Log: avoid PTR->IV cast warnings
5515 ____________________________________________________________________________
5516 [ 4604] By: gsar on 1999/12/01 03:59:56
5517 Log: email address changes
5519 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
5520 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
5521 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
5522 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
5523 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
5524 ____________________________________________________________________________
5525 [ 4603] By: gsar on 1999/12/01 03:45:13
5526 Log: minor USE_ITHREADS tweaks
5528 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
5529 ! win32/perllib.c win32/win32.h
5530 ____________________________________________________________________________
5531 [ 4602] By: gsar on 1999/12/01 01:00:09
5532 Log: more complete pseudo-fork() support for Windows
5534 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
5535 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
5536 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
5537 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
5538 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
5539 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
5540 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
5541 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
5542 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
5543 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
5544 ! win32/win32iop.h win32/win32thread.h
5545 ____________________________________________________________________________
5546 [ 4601] By: gsar on 1999/12/01 00:45:38
5547 Log: rudimentary support for remote debugging, from aeons ago (somewhat
5549 From: Graham TerMarsch <grahamt@ActiveState.com>
5550 Date: Sat, 12 Sep 1998 10:46:55 -0700
5551 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
5552 Subject: Re: Patches to perl5db.pl to allow for remote debugging
5555 ____________________________________________________________________________
5556 [ 4600] By: chip on 1999/11/19 21:16:00
5557 Log: Document known limitations of fdopen() on some systems,
5558 as they apply to open() and sysopen().
5561 ____________________________________________________________________________
5562 [ 4599] By: chip on 1999/11/19 17:20:19
5563 Log: Undef printf before redirecting it to PerlIO_stdoutf.
5564 (Avoids an irritating warning when compiling with PerlIO.)
5567 ____________________________________________________________________________
5568 [ 4598] By: jhi on 1999/11/22 21:30:17
5569 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
5571 ! README.vms t/io/open.t
5572 ____________________________________________________________________________
5573 [ 4597] By: jhi on 1999/11/21 16:21:21
5574 Log: Replace #4596 with the change done in 5.005_03.
5576 ! ext/Errno/Errno_pm.PL
5577 ____________________________________________________________________________
5578 [ 4596] By: jhi on 1999/11/21 16:07:20
5579 Log: Skip processing a file if the file to be opened is '-'
5580 (can happen in UNICOS)
5582 ! ext/Errno/Errno_pm.PL
5583 ____________________________________________________________________________
5584 [ 4595] By: jhi on 1999/11/21 14:05:10
5585 Log: VMS patches from Peter Prymmer.
5587 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
5588 ____________________________________________________________________________
5589 [ 4594] By: jhi on 1999/11/18 17:07:14
5590 Log: The find_byclass prototype is already in proto.h.
5593 ____________________________________________________________________________
5594 [ 4593] By: gsar on 1999/11/16 21:25:21
5595 Log: typo in flag checks
5598 ____________________________________________________________________________
5599 [ 4592] By: jhi on 1999/11/16 21:17:25
5600 Log: Regen Configure.
5602 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
5604 ! U/a_dvisory/quadtype.U
5605 ____________________________________________________________________________
5606 [ 4591] By: jhi on 1999/11/16 14:53:19
5607 Log: Integrate with Sarathy.
5609 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
5610 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5611 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
5612 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
5614 ____________________________________________________________________________
5615 [ 4590] By: gsar on 1999/11/16 05:57:56
5616 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
5618 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5619 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
5620 ! t/pod/poderrs.t t/pod/poderrs.xr
5621 ____________________________________________________________________________
5622 [ 4589] By: gsar on 1999/11/15 18:47:34
5623 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
5624 C<if (fork()) { print "parent" } else { print "child" }> works on
5625 Windows (incidentally running a cloned^2 interpreter :)
5627 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
5628 ! pp_sys.c proto.h sv.c
5629 ____________________________________________________________________________
5630 [ 4588] By: gsar on 1999/11/15 14:34:36
5631 Log: cloning the stack (part 1)
5633 ! cop.h deb.c perl.c sv.c
5634 ____________________________________________________________________________
5635 [ 4587] By: jhi on 1999/11/15 00:22:20
5636 Log: Integrate with Sarathy.
5638 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
5639 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
5641 ____________________________________________________________________________
5642 [ 4586] By: jhi on 1999/11/14 21:17:26
5643 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
5645 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5646 ____________________________________________________________________________
5647 [ 4585] By: gsar on 1999/11/14 20:01:45
5648 Log: tweak for win32 build
5650 ! embed.h embed.pl op.c proto.h
5651 ____________________________________________________________________________
5652 [ 4584] By: gsar on 1999/11/14 19:46:25
5653 Log: cosmetic tweaks
5655 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
5656 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
5657 ____________________________________________________________________________
5658 [ 4583] By: gsar on 1999/11/14 17:38:32
5659 Log: fix problem pointer casts
5661 ! Changes run.c sv.c
5662 ____________________________________________________________________________
5663 [ 4582] By: jhi on 1999/11/14 17:10:01
5664 Log: Integrate with Sarathy.
5666 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
5667 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
5668 !> vms/perly_c.vms win32/perllib.c
5669 ____________________________________________________________________________
5670 [ 4581] By: jhi on 1999/11/14 17:08:23
5671 Log: The separation of 64-bitness and largefileness continues
5672 (with a setback, see hpux.sh).
5674 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
5675 ! hints/solaris_2.sh
5677 ! U/threads/archname.U U/typedefs/lseektype.U
5678 Branch: metaconfig/U/perl
5679 ! fpossize.U use64bits.U uselfs.U
5680 ____________________________________________________________________________
5681 [ 4580] By: jhi on 1999/11/14 13:26:41
5682 Log: Another Unicode update.
5684 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
5685 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
5686 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5688 ____________________________________________________________________________
5689 [ 4579] By: gsar on 1999/11/14 10:21:49
5690 Log: sundry cleanups for cloned interpreters (only known failure mode
5691 is due to regexps keeping non-constant data in their compiled
5694 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
5695 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
5696 ____________________________________________________________________________
5697 [ 4578] By: gsar on 1999/11/14 03:37:37
5698 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
5700 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
5701 ____________________________________________________________________________
5702 [ 4577] By: jhi on 1999/11/13 19:50:24
5703 Log: Change #4576 accidentally leaked also parts of
5704 Ilya's patch that won't apply cleanly anymore.
5706 ! regexec.c t/op/re_tests
5707 ____________________________________________________________________________
5708 [ 4576] By: jhi on 1999/11/13 19:43:37
5709 Log: Integrate with Sarathy.
5711 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5712 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
5713 !> t/op/regexp.t t/pragma/overload.t
5714 ____________________________________________________________________________
5715 [ 4575] By: gsar on 1999/11/13 19:41:46
5716 Log: typos in change#4561 and change#4565
5718 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
5719 ____________________________________________________________________________
5720 [ 4574] By: gsar on 1999/11/13 19:31:19
5721 Log: revert non-kosher parts of change#4562 (sort order problems
5722 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
5723 result and expected lines; /[:ascii:]/ not working should be
5724 fixed, not ignored in regexp.t; result from sort should be
5725 fixed to be ascii portable on ebcdic, not ebcdic-specific)
5727 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
5728 ____________________________________________________________________________
5729 [ 4573] By: gsar on 1999/11/13 19:13:04
5730 Log: integrate cfgperl changes into mainline
5732 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5733 +> lib/unicode/In/BopomofoExtended.pl
5734 +> lib/unicode/In/BraillePatterns.pl
5735 +> lib/unicode/In/CJKRadicalsSupplement.pl
5736 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5737 +> lib/unicode/In/Cherokee.pl
5738 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
5739 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5740 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5741 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5742 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5743 +> lib/unicode/In/Thaana.pl
5744 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5745 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5746 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5747 !> (integrate 213 files)
5748 ____________________________________________________________________________
5749 [ 4572] By: jhi on 1999/11/13 18:44:50
5750 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5751 To: perl5-porters@perl.org, VMSPERL@perl.org
5752 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
5753 Date: Wed, 27 Oct 1999 11:02:54 -0500
5754 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
5757 ____________________________________________________________________________
5758 [ 4571] By: jhi on 1999/11/13 18:33:39
5759 Log: From: jand@activestate.com (Jan Dubois)
5760 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
5761 Cc: Douglas Lankshear <dougl@activestate.com>,
5762 Gurusamy Sarathy <gsar@activestate.com>
5763 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
5764 Date: Tue, 09 Nov 1999 00:38:33 +0100
5765 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
5767 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
5768 ! win32/config.gc win32/config.vc win32/config_H.bc
5769 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
5770 ! win32/win32.c win32/win32iop.h
5771 ____________________________________________________________________________
5772 [ 4570] By: jhi on 1999/11/13 18:30:37
5773 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5774 To: perl5-porters@perl.org (Mailing list Perl5)
5775 Subject: [PATCH 5.005_62] makedef.pl goof
5776 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
5777 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
5780 ____________________________________________________________________________
5781 [ 4569] By: jhi on 1999/11/13 18:06:54
5782 Log: From: Michael G Schwern <schwern@pobox.com>
5783 To: perl5-porters@perl.org, pod-people@perl.org
5784 Cc: tchrist@mox.perl.com, gnat@frii.com
5785 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
5786 Date: Wed, 10 Nov 1999 17:21:46 -0500
5787 Message-ID: <19991110172146.A23527@athens.aocn.com>
5790 ____________________________________________________________________________
5791 [ 4568] By: jhi on 1999/11/13 18:05:33
5792 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
5793 To: <perl5-porters@perl.org>
5794 Subject: DynaLoader_pm.PL patch (backslashes in strings)
5795 Date: Wed, 10 Nov 1999 22:52:02 -0000
5796 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
5798 ! ext/DynaLoader/DynaLoader_pm.PL
5799 ____________________________________________________________________________
5800 [ 4567] By: jhi on 1999/11/13 18:03:52
5801 Log: From: JD Laub <jdl@access-health.com>
5802 To: perl5-porters@perl.org
5803 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
5804 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
5805 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
5807 ! lib/Exporter/Heavy.pm
5808 ____________________________________________________________________________
5809 [ 4566] By: jhi on 1999/11/13 18:01:24
5810 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
5811 To: perl5-porters@perl.org
5812 Subject: small patch for perldoc
5813 Date: Fri, 12 Nov 1999 23:11:43 GMT
5814 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
5817 ____________________________________________________________________________
5818 [ 4565] By: jhi on 1999/11/13 17:58:54
5819 Log: From: Scott Gifford <sgifford@tir.com>
5820 To: perl5-porters@perl.org
5822 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
5823 Date: 12 Nov 1999 18:55:30 -0500
5824 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
5826 ! ext/IO/lib/IO/Socket.pm
5827 ____________________________________________________________________________
5828 [ 4564] By: jhi on 1999/11/13 17:45:39
5829 Log: Applied manually:
5830 From: "Craig A. Berry" <craig.berry@metamor.com>
5831 To: perl5-porters@perl.org, VMSPERL@perl.org
5832 Subject: [PATCH 5.005_62] patches required to build on VMS
5833 Date: Tue, 09 Nov 1999 18:16:14 -0600
5834 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
5836 ! configure.com vms/descrip_mms.template vms/subconfigure.com
5837 ! vms/vms.c vms/vmsish.h
5838 ____________________________________________________________________________
5839 [ 4563] By: jhi on 1999/11/13 17:18:41
5840 Log: Regen Unicode tables to include a warning:
5841 Thou Shalt Not Edit Them By Hand; add missing
5842 (Unicode 2.0 -introduced) tables to MANIFEST;
5843 convert the equivalence tables to be valid Perl code.
5845 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5846 + lib/unicode/In/BopomofoExtended.pl
5847 + lib/unicode/In/BraillePatterns.pl
5848 + lib/unicode/In/CJKRadicalsSupplement.pl
5849 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5850 + lib/unicode/In/Cherokee.pl
5851 + lib/unicode/In/IdeographicDescriptionCharacters.pl
5852 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5853 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5854 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5855 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5856 + lib/unicode/In/Thaana.pl
5857 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5858 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5859 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5861 ____________________________________________________________________________
5862 [ 4562] By: jhi on 1999/11/13 16:53:00
5863 Log: From: Peter Prymmer <pvhp@forte.com>
5864 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
5865 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
5866 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
5867 Message-Id: <199911102234.OAA01018@brio.forte.com>
5869 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
5870 ! t/pragma/overload.t
5871 ____________________________________________________________________________
5872 [ 4561] By: jhi on 1999/11/13 16:29:37
5873 Log: $Config{myarchname} is not a good architecture identifier
5874 because it may contain host/node identification like
5877 ! ext/Errno/Errno_pm.PL
5878 ____________________________________________________________________________
5879 [ 4560] By: jhi on 1999/11/13 16:26:13
5880 Log: Continue largefileness separation from quadness;
5881 move nv-preserving test out of perl.h into Configure;
5882 use HAS_SETVBUF in IO.
5884 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5885 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
5887 ! U/a_dvisory/quadtype.U
5888 Branch: metaconfig/U/perl
5890 ! d_fseeko.U d_ftello.U io64.U perlxv.U
5891 ____________________________________________________________________________
5892 [ 4559] By: jhi on 1999/11/13 13:46:38
5893 Log: Try to fix largefileness so that it "works" without a quad IV.
5895 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5896 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
5898 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
5899 Branch: metaconfig/U/perl
5901 ____________________________________________________________________________
5902 [ 4558] By: jhi on 1999/11/13 11:36:19
5903 Log: Undo drift from mainline.
5905 ! regcomp.c util.c utils/h2xs.PL
5906 ____________________________________________________________________________
5907 [ 4557] By: gsar on 1999/11/13 10:54:46
5911 ____________________________________________________________________________
5912 [ 4556] By: gsar on 1999/11/13 10:53:41
5913 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
5915 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
5916 +> epoc/epoc_stubs.c
5917 !> (integrate 48 files)
5918 ____________________________________________________________________________
5919 [ 4555] By: jhi on 1999/11/13 10:05:54
5920 Log: Integrate with Sarathy.
5922 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5923 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5924 ____________________________________________________________________________
5925 [ 4554] By: jhi on 1999/11/13 10:03:07
5926 Log: s/_SIGN$/_sign/g;
5928 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
5929 ____________________________________________________________________________
5930 [ 4553] By: gsar on 1999/11/13 02:17:53
5931 Log: cloned interpreters now actually run and pass all but 55/10386
5932 subtests; various subtle bugs, new and old, observed when running
5933 cloned interpreters have been fixed
5936 | * dup psig_ptr table
5937 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
5938 | simple-minded and grab one pad entry each, heavily bloating
5939 | the pad by not avoiding dups)
5940 | * overloaded constants are not really immutable--they need to
5942 | * allocator for constants and OPs need to be spelled differently
5943 | (shared vs interpreter-local allocations)
5944 | * optree refcounting is still missing locking (macros are in place)
5945 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
5946 | perl_clone() can be called from within runops*()
5948 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5949 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5950 ____________________________________________________________________________
5951 [ 4552] By: jhi on 1999/11/11 23:17:43
5952 Log: Turn on largefileness always if available and
5953 continue 64-bit fixes.
5955 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
5956 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
5957 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
5958 ____________________________________________________________________________
5959 [ 4551] By: jhi on 1999/11/11 23:16:15
5960 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
5962 ! U/a_dvisory/quadtype.U
5963 Branch: metaconfig/U/perl
5965 ! i_inttypes.U io64.U
5966 ____________________________________________________________________________
5967 [ 4550] By: jhi on 1999/11/11 20:24:55
5968 Log: Fix a thinko in 4548.
5971 ____________________________________________________________________________
5972 [ 4549] By: jhi on 1999/11/11 19:48:21
5973 Log: Integrate with Sarathy.
5975 !> (integrate 56 files)
5976 ____________________________________________________________________________
5977 [ 4548] By: jhi on 1999/11/11 19:41:56
5978 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
5981 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5982 ! config_h.SH pp_sys.c
5983 ____________________________________________________________________________
5984 [ 4547] By: jhi on 1999/11/11 19:40:38
5985 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
5987 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
5988 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5989 ____________________________________________________________________________
5990 [ 4546] By: gsar on 1999/11/11 10:32:54
5991 Log: avoid stash pointers in optree under USE_ITHREADS
5993 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
5994 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
5995 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
5996 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5997 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
5999 ____________________________________________________________________________
6000 [ 4545] By: gsar on 1999/11/11 06:04:20
6001 Log: another change towards a shareable optree: avoid pointer to filegv
6002 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
6003 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
6006 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
6007 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6008 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
6009 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
6010 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6011 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
6012 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
6014 ____________________________________________________________________________
6015 [ 4544] By: gsar on 1999/11/10 18:19:12
6016 Log: more cleanups for change#4539
6018 ! gv.h op.c op.h pp_ctl.c pp_hot.c
6019 ____________________________________________________________________________
6020 [ 4543] By: gsar on 1999/11/10 01:52:22
6021 Log: remove dead branch/infinite looper in change#3612
6024 ____________________________________________________________________________
6025 [ 4542] By: gsar on 1999/11/09 20:05:47
6026 Log: IoDIRP may be fake when used in source filters, mark as such
6029 ____________________________________________________________________________
6030 [ 4541] By: gsar on 1999/11/09 05:47:53
6031 Log: small nits in changes#4538,4539
6034 ____________________________________________________________________________
6035 [ 4540] By: gsar on 1999/11/08 20:30:58
6036 Log: win32 symbol export tweak
6038 ! makedef.pl win32/win32.c win32/win32iop.h
6039 ____________________________________________________________________________
6040 [ 4539] By: gsar on 1999/11/08 18:50:40
6041 Log: preliminary support for GVOP indirection via pad
6043 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
6044 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
6045 ____________________________________________________________________________
6046 [ 4538] By: gsar on 1999/11/08 11:25:49
6047 Log: preliminary support for perl_clone() (still needs work in
6048 the following areas: SVOPs must indirect via pad; context
6049 stack, scope stack, and runlevels must be cloned; must
6050 hook up the virtualized pseudo-process support provided by
6053 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
6054 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
6055 ! win32/perllib.c win32/win32.c
6056 ____________________________________________________________________________
6057 [ 4537] By: gsar on 1999/11/08 11:19:18
6058 Log: more thorough cleanup in perl_destroy()
6061 ____________________________________________________________________________
6062 [ 4536] By: gsar on 1999/11/08 07:16:10
6063 Log: win32 internal data must be interpreter-local
6065 ! win32/win32.c win32/win32.h win32/win32sck.c
6066 ____________________________________________________________________________
6067 [ 4535] By: gsar on 1999/11/08 04:17:28
6068 Log: tweak change#4502
6071 ____________________________________________________________________________
6072 [ 4534] By: jhi on 1999/11/07 13:17:03
6073 Log: Four special class subs, not three.
6076 ____________________________________________________________________________
6077 [ 4533] By: jhi on 1999/11/07 13:13:15
6078 Log: Integrate with Sarathy.
6080 !> mg.c t/io/print.t
6081 ____________________________________________________________________________
6082 [ 4532] By: jhi on 1999/11/07 12:36:10
6083 Log: More test program maintenance.
6085 ! Configure config_h.SH
6087 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
6088 ! U/compline/charsize.U U/compline/d_sigaction.U
6089 ! U/compline/doublesize.U U/compline/floatsize.U
6090 ! U/compline/nblock_io.U U/compline/ptrsize.U
6091 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
6092 ! U/typedefs/uidsize.U
6093 Branch: metaconfig/U/perl
6095 ____________________________________________________________________________
6096 [ 4531] By: jhi on 1999/11/07 00:34:09
6097 Log: Tidy up the metaconfig test programs.
6099 ! Configure config_h.SH
6101 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
6102 ! U/compline/charsize.U U/compline/doublesize.U
6103 ! U/compline/nblock_io.U U/compline/ptrsize.U
6104 ! U/modified/d_longlong.U U/typedefs/gidsize.U
6105 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
6106 ! U/typedefs/uidsize.U
6107 Branch: metaconfig/U/perl
6109 ____________________________________________________________________________
6110 [ 4530] By: jhi on 1999/11/06 23:51:34
6111 Log: So many printfs, so little time.
6113 ! op.c perl.c regcomp.c scope.c util.c
6114 ____________________________________________________________________________
6115 [ 4529] By: jhi on 1999/11/06 23:27:35
6116 Log: Replace the explicit zeros with NOOPs.
6119 ____________________________________________________________________________
6120 [ 4528] By: jhi on 1999/11/06 23:10:54
6121 Log: From: jand@activestate.com (Jan Dubois)
6122 To: perl5-porters@perl.org
6123 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
6124 Mark Borgerding <mborgerding@acm.org>
6125 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
6126 Date: Sat, 06 Nov 1999 22:16:43 +0100
6127 Message-ID: <38279207.46448719@smtprelay.t-online.de>
6130 ____________________________________________________________________________
6131 [ 4527] By: jhi on 1999/11/06 20:22:14
6135 ____________________________________________________________________________
6136 [ 4526] By: jhi on 1999/11/06 20:19:04
6137 Log: ...and they are getting fewer.
6139 ! dump.c op.c util.c
6140 ____________________________________________________________________________
6141 [ 4525] By: jhi on 1999/11/06 19:59:59
6142 Log: More printf miscasts flushed out.
6144 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
6146 ____________________________________________________________________________
6147 [ 4524] By: jhi on 1999/11/06 15:39:05
6148 Log: Crushing the remaining %ld guerillas.
6150 ! ext/Devel/DProf/DProf.xs
6151 ____________________________________________________________________________
6152 [ 4523] By: jhi on 1999/11/06 15:11:38
6153 Log: Update CPAN sites list.
6155 ! pod/perlmodlib.pod
6156 ____________________________________________________________________________
6157 [ 4522] By: jhi on 1999/11/05 19:50:46
6158 Log: The -n32 is normally part of $cc, not $ccflags.
6161 ____________________________________________________________________________
6162 [ 4521] By: gsar on 1999/11/05 04:35:30
6163 Log: allow $\ to work right when set to a string with embedded nulls
6166 ____________________________________________________________________________
6167 [ 4520] By: jhi on 1999/11/04 23:30:09
6168 Log: Integrate with Sarathy.
6170 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
6171 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
6172 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
6173 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
6174 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
6175 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
6176 ____________________________________________________________________________
6177 [ 4519] By: jhi on 1999/11/04 23:09:25
6178 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6179 To: perl5-porters@perl.org (Mailing list Perl5)
6180 Subject: [PATCH 5.005_62] ref to non-lvalue method
6181 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
6182 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
6185 ____________________________________________________________________________
6186 [ 4518] By: jhi on 1999/11/04 23:07:27
6187 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6188 To: perl5-porters@perl.org (Mailing list Perl5)
6189 Subject: [PATCH 5.005_62] xsubpp dependency
6190 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
6191 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
6193 ! lib/ExtUtils/MM_Unix.pm
6194 ____________________________________________________________________________
6195 [ 4517] By: jhi on 1999/11/04 23:05:59
6196 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6197 To: perl5-porters@perl.org (Mailing list Perl5)
6198 Subject: [PATCH 5.005_62] regexp.h
6199 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
6200 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
6203 ____________________________________________________________________________
6204 [ 4516] By: gsar on 1999/11/04 18:25:45
6205 Log: change#4485 didn't do the right thing for B::Bytecode
6207 ! ext/B/B/Bytecode.pm
6208 ____________________________________________________________________________
6209 [ 4515] By: gsar on 1999/11/04 17:28:29
6210 Log: implement STOP blocks and fix compiler to use them (minimally
6213 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
6214 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
6215 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6216 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
6217 ! pod/perltodo.pod toke.c
6218 ____________________________________________________________________________
6219 [ 4514] By: gsar on 1999/11/04 15:59:46
6220 Log: display BSD license in Glob.pm (for clause #2 conformity)
6222 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6223 ! ext/File/Glob/bsd_glob.h
6224 ____________________________________________________________________________
6225 [ 4513] By: jhi on 1999/11/04 08:26:19
6226 Log: Integrate with Sarathy.
6229 !> (integrate 34 files)
6230 ____________________________________________________________________________
6231 [ 4512] By: jhi on 1999/11/04 08:01:25
6232 Log: Incremental Mac integration from Matthias.
6234 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
6236 ____________________________________________________________________________
6237 [ 4511] By: gsar on 1999/11/04 02:53:37
6238 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
6240 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
6241 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
6242 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
6244 ____________________________________________________________________________
6245 [ 4510] By: jhi on 1999/11/02 22:12:29
6246 Log: S_init_interp is a better place to diddle with PL_opargs
6247 than perl_construct.
6250 ____________________________________________________________________________
6251 [ 4509] By: jhi on 1999/11/02 21:30:02
6252 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6253 To: ben@mucus.advanced.org, perl5-porters@perl.org
6254 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
6255 Date: Tue, 02 Nov 1999 21:36:00 +0000
6256 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
6259 ____________________________________________________________________________
6260 [ 4508] By: jhi on 1999/11/02 20:46:27
6261 Log: Initial integration of the MacPerl changes form Matthias.
6263 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
6264 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
6265 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
6266 ____________________________________________________________________________
6267 [ 4507] By: jhi on 1999/11/01 23:05:07
6268 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6269 To: lvirden@cas.org (Larry W. Virden)
6270 Cc: perl5-porters@perl.org, lvirden@cas.org
6271 Subject: Re: [ID 19991026.001] perl segmentation fault report
6272 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
6273 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
6275 ! regexec.c t/op/pat.t
6276 ____________________________________________________________________________
6277 [ 4506] By: jhi on 1999/11/01 19:56:28
6278 Log: From: Olaf Flebbe <olaf@science-computing.de>
6279 To: perl5-porters@perl.org
6280 Subject: [PATCH: 5.005_62] Patch for EPOC Support
6281 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
6282 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
6284 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
6286 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
6288 ____________________________________________________________________________
6289 [ 4505] By: gsar on 1999/11/01 17:09:44
6290 Log: macros for COP.cop_filegv access
6292 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
6294 ____________________________________________________________________________
6295 [ 4504] By: gsar on 1999/11/01 17:08:28
6296 Log: enable better Win32::DomainName() by demand loading netapi32.dll
6299 ! pod/Win32.pod win32/win32.c
6300 ____________________________________________________________________________
6301 [ 4503] By: gsar on 1999/10/31 20:56:06
6302 Log: change#4502 was missing a file
6305 ____________________________________________________________________________
6306 [ 4502] By: gsar on 1999/10/31 20:46:02
6307 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
6308 in the way ARGV state was handled in readline(); writing a
6309 subroutine to do inplace edits is now possible, provided *ARGV,
6310 *ARGVOUT, $^I and $_ are localized where needed
6312 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
6314 ____________________________________________________________________________
6315 [ 4501] By: jhi on 1999/10/31 12:43:54
6316 Log: Integrate with Sarathy.
6318 !> perl.h win32/config.bc win32/config.gc win32/config.vc
6319 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6320 ____________________________________________________________________________
6321 [ 4500] By: gsar on 1999/10/31 10:01:17
6322 Log: updated windows config* files
6324 ! win32/config.bc win32/config.gc win32/config.vc
6325 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6326 ____________________________________________________________________________
6327 [ 4499] By: gsar on 1999/10/31 09:15:17
6328 Log: integrate cfgperl contents into mainline
6330 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6331 !> config_h.SH perl.h
6332 ____________________________________________________________________________
6333 [ 4498] By: gsar on 1999/10/31 09:13:41
6334 Log: remove unused struct Outrec
6337 ____________________________________________________________________________
6338 [ 4497] By: jhi on 1999/10/30 12:41:50
6339 Log: Add HAS_QUAD ($Config{d_quad}); use it.
6341 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6342 ! config_h.SH perl.h
6344 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
6346 Branch: metaconfig/U/perl
6348 ____________________________________________________________________________
6349 [ 4496] By: gsar on 1999/10/30 00:28:32
6350 Log: integrate cfgperl contents into mainline
6352 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
6353 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
6354 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
6355 !> perl.h pp.c pp.h regexec.c sv.c taint.c
6356 ____________________________________________________________________________
6357 [ 4495] By: jhi on 1999/10/29 23:36:19
6358 Log: Continue what #4494 started; introduce uid and gid formats.
6360 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6361 ! config_h.SH handy.h perl.h
6363 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
6364 - U/typedefs/quadtype.U
6365 Branch: metaconfig/U/perl
6367 ____________________________________________________________________________
6368 [ 4494] By: jhi on 1999/10/29 22:09:01
6369 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
6370 from perl.h and handy.h.
6372 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6373 ! config_h.SH handy.h perl.h
6374 Branch: metaconfig/U/perl
6375 + perlxv.U perlxvf.U
6376 ____________________________________________________________________________
6377 [ 4493] By: jhi on 1999/10/29 22:08:06
6378 Log: Finetuning the output continues along the lines of #4490 and #4491.
6380 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6381 ! U/typedefs/fpostype.U
6382 Branch: metaconfig/U/perl
6384 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6385 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6386 ____________________________________________________________________________
6387 [ 4492] By: jhi on 1999/10/29 21:14:53
6388 Log: Hurd update from Mark Kettenis.
6391 ____________________________________________________________________________
6392 [ 4491] By: jhi on 1999/10/29 20:37:02
6393 Log: A new try at what #4490 tried to accomplish.
6395 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6396 Branch: metaconfig/U/perl
6397 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6398 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6399 ____________________________________________________________________________
6400 [ 4490] By: jhi on 1999/10/29 20:19:41
6401 Log: metaconfig nits.
6403 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6404 Branch: metaconfig/U/perl
6406 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6407 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6408 ____________________________________________________________________________
6409 [ 4489] By: jhi on 1999/10/29 16:08:43
6410 Log: Integrate with Sarathy.
6412 !> (integrate 31 files)
6413 ____________________________________________________________________________
6414 [ 4488] By: jhi on 1999/10/29 15:30:30
6415 Log: Regen Configure and Glossary.
6417 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6419 ____________________________________________________________________________
6420 [ 4487] By: jhi on 1999/10/29 15:24:13
6421 Log: Remove quad logic from perl.h; regen Configure;
6422 add -DUSE_LONG_LONG to ccflags if not already there.
6424 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
6425 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
6426 ____________________________________________________________________________
6427 [ 4486] By: jhi on 1999/10/29 15:22:38
6428 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
6429 fixed the use*.U to define their stuff only iff not already defined
6430 (so that ccflags can have any -DUSE_* it wants);
6431 uselonglong.U added; various small nits fixed.
6433 + U/typedefs/quadtype.U
6434 ! U/modified/d_longdbl.U U/modified/d_longlong.U
6435 ! U/modified/d_statblks.U U/modified/usenm.U
6436 ! U/threads/usethreads.U
6437 Branch: metaconfig/U/perl
6439 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6440 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
6441 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
6442 ! usemultiplicity.U useperlio.U usesocks.U
6443 ____________________________________________________________________________
6444 [ 4485] By: gsar on 1999/10/29 06:08:50
6445 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
6447 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
6448 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6449 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
6450 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
6452 ____________________________________________________________________________
6453 [ 4484] By: gsar on 1999/10/29 03:00:21
6454 Log: usurp GVOP slot for new PADOP (one small step to making optree
6455 shareable across interpreters)
6457 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
6458 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6459 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6460 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
6461 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
6462 ! pp_hot.c pp_sys.c regexec.c run.c
6463 ____________________________________________________________________________
6464 [ 4483] By: jhi on 1999/10/28 22:01:12
6465 Log: Regen Configure.
6467 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6469 ____________________________________________________________________________
6470 [ 4482] By: jhi on 1999/10/28 21:45:26
6471 Log: Installdirs patches from Andy.
6473 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
6474 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
6475 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
6476 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
6477 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6478 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6479 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6480 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6481 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
6482 ____________________________________________________________________________
6483 [ 4481] By: gsar on 1999/10/28 17:33:49
6484 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
6485 can still be directly set)
6488 ____________________________________________________________________________
6489 [ 4480] By: jhi on 1999/10/28 13:49:26
6490 Log: Fix printing of uids and gids; regen Configure.
6492 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6493 ! config_h.SH mg.c perl.c perl.h taint.c
6494 ____________________________________________________________________________
6495 [ 4479] By: jhi on 1999/10/28 11:53:57
6498 ! U/typedefs/gidsize.U
6499 ____________________________________________________________________________
6500 [ 4478] By: jhi on 1999/10/28 06:50:02
6501 Log: Integrate with Sarathy.
6503 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
6504 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6505 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6506 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
6507 ____________________________________________________________________________
6508 [ 4477] By: jhi on 1999/10/28 06:40:54
6509 Log: (Slightly) better comments for Policy_sh.SH from Andy.
6512 ____________________________________________________________________________
6513 [ 4476] By: gsar on 1999/10/27 23:54:36
6514 Log: regen config* stuff for windows
6516 ! Changes patchlevel.h win32/Makefile win32/config.bc
6517 ! win32/config.gc win32/config.vc win32/config_H.bc
6518 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6520 ____________________________________________________________________________
6521 [ 4475] By: gsar on 1999/10/27 21:32:30
6522 Log: integrate cfgperl contents into mainline; merge conflicts
6524 !> (integrate 46 files)
6525 ____________________________________________________________________________
6526 [ 4474] By: gsar on 1999/10/27 21:15:07
6527 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
6528 perl; stdout/stderr redirects seem broken as well)
6530 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
6531 ____________________________________________________________________________
6532 [ 4473] By: jhi on 1999/10/27 21:11:11
6533 Log: Do not block if no message queues available.
6536 ____________________________________________________________________________
6537 [ 4472] By: jhi on 1999/10/27 18:27:40
6538 Log: Remove unused "squatter" symbols; regen Configure.
6540 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6541 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
6542 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6543 ____________________________________________________________________________
6544 [ 4471] By: jhi on 1999/10/27 18:26:55
6545 Log: metaconfig; split socket; fix output.
6547 ! U/modified/d_socket.U U/modified/d_statblks.U
6548 Branch: metaconfig/U/perl
6549 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
6550 ! i_sysstatfs.U i_sysvfs.U
6551 ____________________________________________________________________________
6552 [ 4470] By: jhi on 1999/10/27 17:19:06
6553 Log: Regen Configure.
6555 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6556 ! config_h.SH perl.c perl.h
6557 ____________________________________________________________________________
6558 [ 4469] By: jhi on 1999/10/27 17:18:41
6559 Log: metaconfig; split statfs.
6560 Branch: metaconfig/U/perl
6561 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
6563 ____________________________________________________________________________
6564 [ 4468] By: jhi on 1999/10/27 14:06:44
6565 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
6566 (Ilya's changes won).
6568 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6569 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6570 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6571 !> (integrate 65 files)
6572 ____________________________________________________________________________
6573 [ 4467] By: jhi on 1999/10/27 13:38:41
6574 Log: Regen Configure.
6576 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6578 ____________________________________________________________________________
6579 [ 4466] By: jhi on 1999/10/27 13:18:06
6580 Log: metaconfig fixes from Andy.
6582 + U/modified/libnlist.U U/modified/usrinc.U
6583 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
6584 ____________________________________________________________________________
6585 [ 4465] By: jhi on 1999/10/27 13:06:27
6586 Log: Nosuid checking for statfs() people.
6588 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6589 ! config_h.SH perl.c perl.h pod/perldiag.pod
6590 ____________________________________________________________________________
6591 [ 4464] By: jhi on 1999/10/27 13:04:20
6592 Log: metaconfig maintenance; fix Hasfield, statfs;
6593 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
6594 split fstatfs away from statfs.
6596 + U/protos/Hasstruct.U
6597 ! U/protos/Hasfield.U
6598 Branch: metaconfig/U/perl
6599 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
6602 ____________________________________________________________________________
6603 [ 4463] By: jhi on 1999/10/27 07:55:53
6604 Log: We need cc to be able to test for cc -v.
6607 ____________________________________________________________________________
6608 [ 4462] By: gsar on 1999/10/27 01:31:41
6609 Log: more GCC v2.95 induced adjustments
6611 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
6612 ! win32/makefile.mk win32/win32.c x2p/walk.c
6613 ____________________________________________________________________________
6614 [ 4461] By: gsar on 1999/10/26 21:42:59
6615 Log: warnings and const violations identified by compiling in C++ mode
6618 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
6619 ! sv.c taint.c toke.c win32/win32.c
6620 ____________________________________________________________________________
6621 [ 4459] By: jhi on 1999/10/26 10:15:58
6622 Log: Regen Configure.
6624 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6626 ____________________________________________________________________________
6627 [ 4458] By: jhi on 1999/10/26 09:48:37
6628 Log: Minor rewordings.
6629 Branch: metaconfig/U/perl
6630 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
6631 ____________________________________________________________________________
6632 [ 4456] By: jhi on 1999/10/26 09:11:49
6633 Log: Fix d_statfsflags; add d_getmnt.
6634 Branch: metaconfig/U/perl
6637 ____________________________________________________________________________
6638 [ 4455] By: jhi on 1999/10/26 08:12:27
6639 Log: Massive multitypo in #4446.
6642 ____________________________________________________________________________
6643 [ 4454] By: jhi on 1999/10/25 08:28:45
6644 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6645 To: Perl 5 Porters <perl5-porters@perl.org>
6646 Subject: [PATCH 5.005_62] dos-djgpp update
6647 Date: Mon, 25 Oct 1999 10:11:30 +0200
6648 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
6650 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
6651 ! pod/perldelta.pod t/lib/io_unix.t
6652 ____________________________________________________________________________
6653 [ 4453] By: jhi on 1999/10/25 08:25:50
6654 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6655 To: perl5-porters@perl.org (Mailing list Perl5)
6656 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
6657 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
6658 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
6660 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
6661 ____________________________________________________________________________
6662 [ 4452] By: jhi on 1999/10/25 08:16:55
6663 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6664 To: perl5-porters@perl.org (Mailing list Perl5)
6665 Subject: [PATCH 5.005_62] Missing REx engine patch
6666 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
6667 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
6669 ! pod/perldiag.pod regcomp.c regexec.c
6670 ____________________________________________________________________________
6671 [ 4451] By: jhi on 1999/10/25 08:13:06
6672 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6673 To: perl5-porters@perl.org (Mailing list Perl5)
6674 Subject: [PATCH 5.005_62] charnames and UTEST
6675 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
6676 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
6679 ____________________________________________________________________________
6680 [ 4450] By: gsar on 1999/10/25 07:38:15
6684 ____________________________________________________________________________
6685 [ 4449] By: gsar on 1999/10/24 23:20:10
6686 Log: remove inconsistent tainting behavior of sprintf("%e",...)
6687 (all bets are off is "C" locale is compromised)
6689 ! pod/perlfunc.pod pod/perllocale.pod sv.c
6690 ____________________________________________________________________________
6691 [ 4448] By: gsar on 1999/10/24 22:20:42
6692 Log: remove unused interpreter globals
6694 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
6695 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
6697 ____________________________________________________________________________
6698 [ 4447] By: jhi on 1999/10/24 21:49:52
6699 Log: Another hints tweak.
6702 ____________________________________________________________________________
6703 [ 4446] By: jhi on 1999/10/24 21:48:02
6707 ____________________________________________________________________________
6708 [ 4445] By: nick on 1999/10/24 21:03:28
6709 Log: Integrate own changes to mainline.
6712 ____________________________________________________________________________
6713 [ 4444] By: nick on 1999/10/24 20:54:06
6714 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
6715 (Fix/workround for [ID19991024.001])
6718 ____________________________________________________________________________
6719 [ 4443] By: nick on 1999/10/24 15:09:51
6720 Log: Follow that camel ... another sync.
6722 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6723 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6724 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6725 !> (integrate 36 files)
6726 ____________________________________________________________________________
6727 [ 4442] By: gsar on 1999/10/24 14:40:01
6728 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
6731 ____________________________________________________________________________
6732 [ 4441] By: gsar on 1999/10/24 14:33:11
6733 Log: test in change#4428 needs strict interpretation of C modulus
6736 ____________________________________________________________________________
6737 [ 4440] By: gsar on 1999/10/24 13:47:17
6738 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
6741 ! perl.c pod/perldelta.pod pod/perldiag.pod
6742 ____________________________________________________________________________
6743 [ 4439] By: jhi on 1999/10/24 13:19:17
6744 Log: test for #2835 (yeah, better later than never)
6747 ____________________________________________________________________________
6748 [ 4438] By: gsar on 1999/10/24 12:59:12
6749 Log: typo, doc tweak
6751 ! lib/attributes.pm pod/perlop.pod
6752 ____________________________________________________________________________
6753 [ 4437] By: gsar on 1999/10/24 11:59:55
6754 Log: allow get() and reftype() functions to be imported (from
6758 ____________________________________________________________________________
6759 [ 4436] By: gsar on 1999/10/24 11:52:53
6760 Log: suppress scalar leak messages for known leaks (from
6761 Robin Barker <rmb1@cise.npl.co.uk>)
6763 ! Changes t/op/lex_assign.t t/pragma/warn/op
6764 ____________________________________________________________________________
6765 [ 4435] By: gsar on 1999/10/24 11:39:42
6766 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
6768 ! ext/B/defsubs_h.PL
6769 ____________________________________________________________________________
6770 [ 4434] By: gsar on 1999/10/24 11:36:08
6771 Log: relax range checking if they ask for it (from John L. Allen
6772 <allen@grumman.com>)
6775 ____________________________________________________________________________
6776 [ 4433] By: gsar on 1999/10/24 11:25:51
6777 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
6779 ! README lib/File/Path.pm
6780 ____________________________________________________________________________
6781 [ 4432] By: gsar on 1999/10/24 11:11:02
6782 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6783 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
6784 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
6785 Subject: Re: [PATCH 5.005_62] OS/2 improvements
6787 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6788 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6789 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6790 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
6791 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
6792 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6793 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
6794 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
6795 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
6796 ! perl.c perl.h t/io/fs.t t/op/magic.t
6797 ____________________________________________________________________________
6798 [ 4431] By: gsar on 1999/10/24 10:50:14
6799 Log: install all README.foo with pod content as podfoo.pod
6801 ! Makefile.SH installman
6802 ____________________________________________________________________________
6803 [ 4430] By: gsar on 1999/10/24 09:28:24
6804 Log: @INC needs ../lib
6807 ____________________________________________________________________________
6808 [ 4429] By: jhi on 1999/10/23 21:47:49
6809 Log: More printf-fixes (see also #4426).
6811 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
6812 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
6813 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
6814 ____________________________________________________________________________
6815 [ 4428] By: gsar on 1999/10/23 20:28:56
6816 Log: fix accidental C modulo semantics on integer-valued operations
6817 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
6820 ____________________________________________________________________________
6821 [ 4427] By: jhi on 1999/10/23 16:10:10
6822 Log: Integrate with Sarathy.
6824 !> sv.c win32/win32.c
6825 ____________________________________________________________________________
6826 [ 4426] By: jhi on 1999/10/23 16:04:02
6827 Log: Fix the printfing nits pointed out by using gcc -Wall and
6828 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
6829 plus few other warnings in Dumper.xs.
6831 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6832 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
6833 ____________________________________________________________________________
6834 [ 4425] By: jhi on 1999/10/23 15:16:41
6835 Log: Configure regen to pick up the new installation directories
6836 from Policy_sh.SH. The explanations of "public add-ons" and
6837 "vendor-supplied" could do with more work.
6839 ! Configure config_h.SH
6840 ____________________________________________________________________________
6841 [ 4424] By: nick on 1999/10/23 00:46:22
6842 Log: Resolve mainline before possible hacking operertunity this weekend
6844 +> pod/perlfilter.pod
6845 !> (integrate 32 files)
6846 ____________________________________________________________________________
6847 [ 4423] By: jhi on 1999/10/22 22:53:17
6848 Log: Update Policy_sh.SH to handle the newer installation directives.
6849 From: Andy Dougherty <doughera@lafayette.edu>
6850 To: Perl Porters <perl5-porters@perl.org>
6851 Subject: [PATCH 5.005_62] Policy_sh.SH update
6852 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
6853 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
6856 ____________________________________________________________________________
6857 [ 4422] By: jhi on 1999/10/22 22:44:44
6858 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
6861 ____________________________________________________________________________
6862 [ 4421] By: gsar on 1999/10/22 21:16:44
6863 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
6867 ____________________________________________________________________________
6868 [ 4420] By: gsar on 1999/10/22 16:36:46
6869 Log: win32_utime() on directories should use localtime() rather
6870 than gmtime() (from Jan Dubois)
6873 ____________________________________________________________________________
6874 [ 4419] By: jhi on 1999/10/21 10:31:41
6875 Log: Integrate with Sarathy.
6877 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
6878 !> t/lib/glob-basic.t t/op/sort.t
6879 ____________________________________________________________________________
6880 [ 4418] By: gsar on 1999/10/20 23:49:47
6881 Log: add test for change#4417
6884 ____________________________________________________________________________
6885 [ 4417] By: gsar on 1999/10/20 23:45:03
6886 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
6889 ____________________________________________________________________________
6890 [ 4416] By: gsar on 1999/10/20 01:00:50
6891 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
6893 ! lib/CPAN/FirstTime.pm
6894 ____________________________________________________________________________
6895 [ 4415] By: gsar on 1999/10/20 00:52:34
6896 Log: disable optimizing troublesome ops in change#3612
6897 (from Ilya Zakharevich)
6899 ! Makefile.SH opcode.h opcode.pl
6900 ____________________________________________________________________________
6901 [ 4414] By: gsar on 1999/10/20 00:37:46
6902 Log: skip unreadable directory test when running as root
6904 ! t/lib/glob-basic.t
6905 ____________________________________________________________________________
6906 [ 4413] By: jhi on 1999/10/19 09:26:52
6907 Log: Avoid GNU ar if HP cc is being used.
6910 ____________________________________________________________________________
6911 [ 4412] By: jhi on 1999/10/19 07:24:29
6912 Log: Integrate with Sarathy.
6915 ____________________________________________________________________________
6916 [ 4411] By: jhi on 1999/10/19 07:22:34
6917 Log: Long double support: sqrtl et al are not available everywhere,
6918 e.g. not in Solaris, even when long doubles are.
6920 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6921 ! config_h.SH perl.h
6922 ____________________________________________________________________________
6923 [ 4410] By: jhi on 1999/10/19 07:21:42
6924 Log: Add sqrtl probe, add echo dependencies.
6926 ! U/threads/d_pthreadj.U
6927 Branch: metaconfig/U/perl
6929 ! i_inttypes.U io64.U
6930 ____________________________________________________________________________
6931 [ 4409] By: gsar on 1999/10/19 02:18:54
6932 Log: perl_mutex n/a if !USE_THREADS
6935 ____________________________________________________________________________
6936 [ 4408] By: jhi on 1999/10/18 20:13:02
6937 Log: Forgotten s/warning/warnings/.
6940 ____________________________________________________________________________
6941 [ 4407] By: jhi on 1999/10/18 20:02:12
6942 Log: Integrate with Sarathy.
6944 +> pod/perlfilter.pod
6945 !> (integrate 30 files)
6946 ____________________________________________________________________________
6947 [ 4406] By: gsar on 1999/10/18 16:32:10
6948 Log: added intro to source filters from Paul Marquess
6950 + pod/perlfilter.pod
6951 ! MANIFEST pod/perldelta.pod
6952 ____________________________________________________________________________
6953 [ 4405] By: gsar on 1999/10/18 05:53:06
6954 Log: missing manpages
6957 ____________________________________________________________________________
6958 [ 4404] By: gsar on 1999/10/18 05:09:22
6959 Log: pod updates from Tom Christiansen
6961 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
6962 ____________________________________________________________________________
6963 [ 4403] By: gsar on 1999/10/17 23:43:59
6964 Log: PL_malloc_mutex needs to be global, not per-interpreter
6965 (malloc.c has static data)
6967 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
6968 ____________________________________________________________________________
6969 [ 4402] By: gsar on 1999/10/17 22:30:30
6970 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
6973 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
6974 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
6976 ____________________________________________________________________________
6977 [ 4401] By: gsar on 1999/10/17 20:33:42
6978 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
6979 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
6980 is one symptom of the problem
6982 ! pp_ctl.c t/op/eval.t
6983 ____________________________________________________________________________
6984 [ 4400] By: gsar on 1999/10/17 18:36:46
6985 Log: remove FileHandle from list of PodParser dependencies (the
6986 difference is 20 files vs 6 files loaded!)
6988 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
6990 ____________________________________________________________________________
6991 [ 4399] By: nick on 1999/10/17 14:51:35
6992 Log: Pre-trip resolve
6994 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
6995 ____________________________________________________________________________
6996 [ 4398] By: gsar on 1999/10/17 09:19:24
6997 Log: make installperl ignore RCS files (from Michael G Schwern
6998 <schwern@pobox.com>)
7000 ! installperl lib/Text/Tabs.pm
7001 ____________________________________________________________________________
7002 [ 4397] By: gsar on 1999/10/16 18:30:14
7003 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
7006 ____________________________________________________________________________
7007 [ 4396] By: jhi on 1999/10/16 17:44:39
7010 ! lib/diagnostics.pm
7011 ____________________________________________________________________________
7012 [ 4395] By: gsar on 1999/10/16 17:18:36
7013 Log: assumption about @_ always being non-REAL doesn't hold when
7014 debugger is running; DB::sub() can call arbitrary stuff
7015 that modifies @_ at will
7018 ____________________________________________________________________________
7019 [ 4394] By: nick on 1999/10/16 09:35:20
7020 Log: Resolve utfperl branch against mainline as of _62
7022 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7023 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
7024 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
7025 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7026 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
7027 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
7028 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
7029 +> t/lib/glob-taint.t win32/genmk95.pl
7030 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7031 !> (integrate 144 files)
7032 ____________________________________________________________________________
7033 [ 4393] By: gsar on 1999/10/16 04:07:02
7034 Log: OS/2 support bits (from Ilya Zakharevich)
7036 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
7037 ____________________________________________________________________________
7038 [ 4392] By: jhi on 1999/10/15 10:28:09
7039 Log: Integrate with Sarathy.
7041 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
7042 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
7043 !> win32/Makefile win32/makefile.mk
7049 ____________________________________________________________________________
7050 [ 4391] By: gsar on 1999/10/15 10:12:42
7051 Log: here be 5.005_62
7053 ! Changes MANIFEST Porting/makerel
7054 ____________________________________________________________________________
7055 [ 4390] By: gsar on 1999/10/15 09:45:51
7056 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
7057 avoid tickling it in Pod::Man for now; other nits in
7060 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
7061 ! pod/perlopentut.pod
7062 ____________________________________________________________________________
7063 [ 4389] By: gsar on 1999/10/15 08:55:01
7064 Log: disable internal globbing for miniperl (or build breaks out
7065 in a rash of failed dependencies)
7067 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
7068 ____________________________________________________________________________
7069 [ 4388] By: jhi on 1999/10/15 08:07:49
7070 Log: Integrate with Sarathy.
7072 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
7073 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
7074 ____________________________________________________________________________
7075 [ 4387] By: gsar on 1999/10/15 07:46:24
7076 Log: integrate cfgperl contents into mainline
7079 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
7080 !> t/pragma/warn/regcomp
7081 ____________________________________________________________________________
7082 [ 4386] By: gsar on 1999/10/15 05:45:36
7083 Log: various little goofs in change#4385
7085 ! win32/include/dirent.h win32/win32.c
7086 ____________________________________________________________________________
7087 [ 4385] By: gsar on 1999/10/15 04:49:09
7088 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
7089 rather than win32_opendir() reading all files up front (untested)
7091 ! win32/include/dirent.h win32/win32.c
7092 ____________________________________________________________________________
7093 [ 4384] By: gsar on 1999/10/15 01:34:09
7094 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
7096 ! lib/Benchmark.pm pod/perldelta.pod
7097 ____________________________________________________________________________
7098 [ 4383] By: gsar on 1999/10/15 01:22:32
7099 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
7103 ____________________________________________________________________________
7104 [ 4382] By: gsar on 1999/10/15 01:14:22
7105 Log: From: jand@ActiveState.com (Jan Dubois)
7106 Date: Fri, 15 Oct 1999 01:14:23 +0200
7107 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
7108 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
7110 ! ext/POSIX/POSIX.xs
7111 ____________________________________________________________________________
7112 [ 4381] By: jhi on 1999/10/14 22:11:36
7113 Log: Integrate with Sarathy.
7115 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
7116 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
7117 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
7118 !> win32/makefile.mk
7119 ____________________________________________________________________________
7120 [ 4380] By: jhi on 1999/10/14 22:08:22
7121 Log: Warn inside character classes about unknown backslash escapes
7122 (that are not caught earlier because of being completely unknown,
7123 such as \m), such as \z (because they make do sense inside regexen,
7124 but not inside character classes).
7126 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
7127 ! t/pragma/warn/regcomp
7128 ____________________________________________________________________________
7129 [ 4379] By: gsar on 1999/10/14 18:26:56
7130 Log: clarify significance of parens for "x" (from M.J.T. Guy
7131 <mjtg@cus.cam.ac.uk>)
7134 ____________________________________________________________________________
7135 [ 4378] By: gsar on 1999/10/14 18:25:20
7136 Log: make timelocal work better when time is close to the epoch
7137 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
7140 ____________________________________________________________________________
7141 [ 4377] By: gsar on 1999/10/14 18:15:11
7142 Log: integrate cfgperl contents into mainline
7144 +> ext/DB_File/hints/sco.pl
7145 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
7146 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
7147 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
7148 ____________________________________________________________________________
7149 [ 4376] By: gsar on 1999/10/14 17:47:35
7150 Log: fix POPSTACK panics that ensued from bad interaction between
7151 runlevels and stack of stacks (change#3988 done right);
7152 basically, we pop the runlevel if the stacklevel is not the
7153 same one we started the runlevel with
7155 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
7156 ____________________________________________________________________________
7157 [ 4375] By: gsar on 1999/10/14 15:54:48
7160 ! ext/File/Glob/bsd_glob.c
7161 ____________________________________________________________________________
7162 [ 4374] By: jhi on 1999/10/14 10:08:44
7163 Log: Warn about false ranges like \d-\w (see the change #4355).
7164 The invalid ranges (b-a) warning message also enhanced.
7166 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
7167 ! t/pragma/warn/regcomp
7168 ____________________________________________________________________________
7169 [ 4373] By: gsar on 1999/10/14 03:49:54
7170 Log: File::Glob fixes for Windows
7172 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
7174 ____________________________________________________________________________
7175 [ 4372] By: gsar on 1999/10/14 02:21:31
7176 Log: avoid inefficiency in change#3386 (every longjmp() was followed
7177 by an avoidable call to setjmp())
7179 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
7180 ! proto.h scope.c scope.h
7181 ____________________________________________________________________________
7182 [ 4371] By: jhi on 1999/10/13 21:17:17
7183 Log: Integrate with Sarathy.
7185 !> op.c pod/perldelta.pod
7186 ____________________________________________________________________________
7187 [ 4370] By: gsar on 1999/10/13 18:08:45
7190 ! op.c pod/perldelta.pod
7191 ____________________________________________________________________________
7192 [ 4369] By: jhi on 1999/10/13 16:18:58
7193 Log: Integrate with Sarathy.
7195 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7196 ____________________________________________________________________________
7197 [ 4368] By: gsar on 1999/10/13 16:14:16
7198 Log: pod nits from various perl porters
7200 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7201 ____________________________________________________________________________
7202 [ 4367] By: jhi on 1999/10/13 12:10:30
7203 Log: From: Vlad Harchev <hvv@hippo.ru>
7204 To: perl5-porters@perl.org
7205 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
7206 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
7207 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
7210 ____________________________________________________________________________
7211 [ 4366] By: gsar on 1999/10/13 08:11:11
7212 Log: typos and language goofs pointed out by Hugo van der Sanden
7213 <hv@crypt.compulink.co.uk>
7215 ! pod/perldelta.pod pod/perldiag.pod
7216 ____________________________________________________________________________
7217 [ 4365] By: jhi on 1999/10/13 07:27:44
7218 Log: Integrate with Sarathy.
7220 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
7221 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7222 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
7223 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
7224 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
7225 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
7226 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
7227 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
7228 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
7229 ____________________________________________________________________________
7230 [ 4364] By: gsar on 1999/10/13 07:06:04
7231 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
7234 ____________________________________________________________________________
7235 [ 4363] By: jhi on 1999/10/13 07:03:43
7236 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
7237 To: perl5-porters@perl.org
7238 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
7239 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
7240 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
7243 ____________________________________________________________________________
7244 [ 4362] By: jhi on 1999/10/13 06:57:16
7245 Log: Add DB_File hint for SCO ODT.
7247 To: perl5-porters@perl.org
7248 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
7249 Date: Tue, 12 Oct 1999 20:16:04 PDT
7250 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
7252 + ext/DB_File/hints/sco.pl
7254 ____________________________________________________________________________
7255 [ 4361] By: gsar on 1999/10/13 06:56:08
7256 Log: PL_numeric_radix used without being defined (from Ilya
7260 ____________________________________________________________________________
7261 [ 4360] By: gsar on 1999/10/13 06:43:03
7262 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
7264 Date: Tue, 12 Oct 1999 20:16:04 PDT
7265 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
7266 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
7268 + ext/NDBM_File/hints/sco.pl
7269 ! MANIFEST ext/ODBM_File/hints/sco.pl
7270 ____________________________________________________________________________
7271 [ 4359] By: gsar on 1999/10/13 06:34:53
7272 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
7274 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
7276 ____________________________________________________________________________
7277 [ 4358] By: gsar on 1999/10/12 19:10:27
7278 Log: perldelta updates
7281 ____________________________________________________________________________
7282 [ 4357] By: gsar on 1999/10/12 17:11:18
7283 Log: update perldelta for change#4356
7285 ! Changes pod/perldelta.pod
7286 ____________________________________________________________________________
7287 [ 4356] By: gsar on 1999/10/12 16:53:31
7288 Log: add File::BSDGlob as File::Glob and load it at compile-time
7289 if perl was built with -DPERL_INTERNAL_GLOB
7291 TODO: we currently get a compile-time failure if File/Glob.pm
7292 can't be found; such failure needs to be made to emit a warning
7293 and use the csh implementation instead
7295 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
7296 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
7297 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
7298 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
7299 + t/lib/glob-global.t t/lib/glob-taint.t
7300 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
7301 ! t/pragma/overload.t
7302 ____________________________________________________________________________
7303 [ 4355] By: jhi on 1999/10/12 15:30:05
7304 Log: Revert the parts of #3926 that outlawed character ranges
7305 that have character classes such as \w as either endpoint.
7306 This change re-establishes the old behavior which meant that
7307 such ranges weren't really ranges, the "-" was literal.
7308 Moreover, this change also fixes the old behavior to be
7309 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
7310 Now they all do work as described above. The #3926 outlawed
7313 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
7314 ____________________________________________________________________________
7315 [ 4354] By: jhi on 1999/10/12 09:58:59
7316 Log: Integrate with Sarathy.
7318 !> (integrate 33 files)
7319 ____________________________________________________________________________
7320 [ 4353] By: gsar on 1999/10/12 05:53:40
7321 Log: apply parts of LynxOS patches from Alan Johnson
7322 <johnson@alonn.gemse.fr>
7324 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
7326 ____________________________________________________________________________
7327 [ 4352] By: gsar on 1999/10/12 05:24:39
7328 Log: allow any unpack specifier to take a count via '/'
7329 (from Ilya Zakharevich)
7332 ____________________________________________________________________________
7333 [ 4351] By: gsar on 1999/10/12 05:02:35
7337 ____________________________________________________________________________
7338 [ 4350] By: gsar on 1999/10/12 04:50:52
7339 Log: various cleanups
7341 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
7342 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
7343 ! win32/config.gc win32/config.vc win32/config_H.bc
7344 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7345 ____________________________________________________________________________
7346 [ 4349] By: gsar on 1999/10/12 00:23:11
7347 Log: update Changes, patchlevel etc.
7349 ! Changes Porting/findvars patchlevel.h win32/Makefile
7350 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7352 ____________________________________________________________________________
7353 [ 4348] By: gsar on 1999/10/11 23:11:57
7354 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
7357 ____________________________________________________________________________
7358 [ 4347] By: jhi on 1999/10/11 21:25:03
7359 Log: Sparc Linux -Duseshrplib fix.
7361 From: Brian Jepson <bjepson@home.com>
7362 To: Nick Ing-Simmons <nick@ing-simmons.net>
7363 cc: perl5-porters@perl.org
7364 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
7365 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
7366 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
7369 ____________________________________________________________________________
7370 [ 4346] By: gsar on 1999/10/11 20:28:32
7371 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
7372 the behavior of 'Z*' and 'Z3' to always pack a trailing
7373 null byte; changed documentation to suit; added test
7375 ! pod/perlfunc.pod pp.c t/op/pack.t
7376 ____________________________________________________________________________
7377 [ 4345] By: gsar on 1999/10/11 19:15:46
7378 Log: writing to perllocal.pod fails if it was never created;
7379 tweak pseudo-hash example (both suggested by Michael G Schwern
7380 <schwern@pobox.com>)
7382 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
7383 ____________________________________________________________________________
7384 [ 4344] By: gsar on 1999/10/11 17:57:31
7385 Log: slightly edited variant of suggested patch
7386 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7387 Date: Thu, 9 Sep 1999 18:35:37 -0400
7388 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
7389 Subject: [PATCH 5.005_58] How RExen match?
7392 ____________________________________________________________________________
7393 [ 4343] By: gsar on 1999/10/11 16:55:48
7394 Log: change#4327 was inefficient
7397 ____________________________________________________________________________
7398 [ 4342] By: jhi on 1999/10/11 07:01:46
7399 Log: Integrate with Sarathy.
7402 !> (integrate 28 files)
7403 ____________________________________________________________________________
7404 [ 4341] By: jhi on 1999/10/11 06:37:47
7405 Log: The 2.5th cut at the AIX C++ extension problems.
7408 ____________________________________________________________________________
7409 [ 4340] By: gsar on 1999/10/10 23:48:07
7410 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
7413 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7414 ____________________________________________________________________________
7415 [ 4339] By: gsar on 1999/10/10 20:42:40
7416 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
7417 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
7418 void(*)(pTHX_ void*)
7420 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
7421 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
7422 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
7423 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
7424 ____________________________________________________________________________
7425 [ 4338] By: gsar on 1999/10/10 20:38:59
7426 Log: add missing new diagnostics to perldelta
7429 ____________________________________________________________________________
7430 [ 4337] By: gsar on 1999/10/10 17:40:13
7431 Log: update perldelta for change#3406
7433 ! embed.pl pod/perldata.pod pod/perldelta.pod
7434 ____________________________________________________________________________
7435 [ 4336] By: gsar on 1999/10/10 16:33:14
7436 Log: integrate cfgperl contents into mainline
7438 +> ext/DynaLoader/hints/aix.pl
7439 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
7440 !> makedef.pl perl.h pod/perldelta.pod
7441 ____________________________________________________________________________
7442 [ 4335] By: jhi on 1999/10/10 11:09:48
7443 Log: Update perldelta.
7446 ____________________________________________________________________________
7447 [ 4334] By: jhi on 1999/10/10 10:31:46
7448 Log: Integrate with Sarathy.
7451 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
7452 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
7453 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7454 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
7455 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
7456 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
7457 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
7458 !> utils/perldoc.PL win32/makefile.mk
7459 ____________________________________________________________________________
7460 [ 4333] By: gsar on 1999/10/10 06:33:15
7461 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
7462 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
7464 ! installperl lib/diagnostics.pm utils/perldoc.PL
7465 ____________________________________________________________________________
7466 [ 4332] By: gsar on 1999/10/10 05:15:26
7470 ____________________________________________________________________________
7471 [ 4331] By: gsar on 1999/10/10 05:10:22
7472 Log: describe what can go in an export list (from Anno Siegel
7473 <anno4000@lublin.zrz.tu-berlin.de>)
7476 ____________________________________________________________________________
7477 [ 4330] By: gsar on 1999/10/10 04:50:43
7478 Log: more basic support for building modules under Windows 95/98
7479 (applied relevant parts from a patch suggested by
7480 Jochen Wiedmann <joe@ispsoft.de>)
7482 ! lib/ExtUtils/MM_Unix.pm
7483 ____________________________________________________________________________
7484 [ 4329] By: gsar on 1999/10/10 04:28:38
7485 Log: rudimentary support for building under Windows 95/98 (from
7486 Benjamin Stuhl <sho_pi@hotmail.com>)
7489 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
7491 ____________________________________________________________________________
7492 [ 4328] By: gsar on 1999/10/10 03:37:21
7493 Log: fix two leaks in Thread.xs (from Eugene Alterman
7494 <Eugene.Alterman@bremer-inc.com>); convert places with
7495 'use attrs' to new attributes syntax
7497 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
7498 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7499 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
7500 ! ext/Thread/sync2.t
7501 ____________________________________________________________________________
7502 [ 4327] By: gsar on 1999/10/10 02:23:52
7503 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
7504 (suggested by Tod Irwin <irwin@stockmaster.com>)
7507 ____________________________________________________________________________
7508 [ 4326] By: gsar on 1999/10/10 00:51:48
7509 Log: better documentation for recv() (from Anton Berezin
7513 ____________________________________________________________________________
7514 [ 4325] By: gsar on 1999/10/09 22:46:23
7515 Log: perldelta updates (see TODO markers)
7517 ! Changes pod/perldelta.pod pp_sys.c
7518 ____________________________________________________________________________
7519 [ 4324] By: gsar on 1999/10/09 19:43:10
7520 Log: fix Exporter::export_to_level() documentation
7523 ____________________________________________________________________________
7524 [ 4323] By: gsar on 1999/10/09 18:48:31
7525 Log: don't run END blocks when running under -c switch (older,
7526 rarely useful behavior may still be obtained by putting
7527 BEGIN { $^C = 0; exit; } at the end of the script)
7530 ____________________________________________________________________________
7531 [ 4322] By: jhi on 1999/10/09 05:31:26
7532 Log: While awaiting a good test program to detect the broken gcc.
7533 From: Thomas Conté <tom@fr.uu.net>
7535 Cc: <perl5-porters@perl.org>
7536 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
7537 Date: Wed, 6 Oct 1999 19:56:29 +0200
7538 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
7540 ! hints/irix_6.sh perl.h
7541 ____________________________________________________________________________
7542 [ 4321] By: gsar on 1999/10/09 00:41:02
7543 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
7544 clear entries in the CV's pad, leading to coredumps when CV had no
7545 other references to it; this is a slightly edited version of the
7546 patch suggested by Russel O'Connor <roconnor@world.std.com>
7548 ! cop.h pp_ctl.c pp_hot.c
7549 ____________________________________________________________________________
7550 [ 4320] By: gsar on 1999/10/08 22:50:51
7551 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
7552 situation (assumptions about cx invalidation are not valid
7555 ! cop.h pp_ctl.c pp_hot.c
7556 ____________________________________________________________________________
7557 [ 4319] By: jhi on 1999/10/08 14:33:31
7558 Log: Integrate with Sarathy.
7560 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
7561 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
7562 !> t/comp/bproto.t thrdvar.h toke.c util.c
7563 ____________________________________________________________________________
7564 [ 4318] By: jhi on 1999/10/08 13:51:34
7565 Log: The second cut at AIX C++ extension troubles.
7567 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7569 ____________________________________________________________________________
7570 [ 4317] By: jhi on 1999/10/08 10:44:13
7571 Log: The first cut at fixing Perl extensions written in C++ in AIX,
7572 statics don't get initialized right. This patch at least
7573 doesn't seem to break the build in my AIX, but unfortunately
7574 I don't have the IBM C++ to do further testing.
7576 Problem reported by Stephanie Beals in
7577 From: bealzy@us.ibm.com
7578 To: perl5-porters@perl.org
7579 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
7580 Date: Thu, 7 Oct 1999 15:05:54 -0400
7581 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
7583 + ext/DynaLoader/hints/aix.pl
7584 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
7585 ____________________________________________________________________________
7586 [ 4316] By: gsar on 1999/10/08 10:26:15
7587 Log: remove kludgey duplicate background error avoidance (caused
7588 "leaks"; %@ wasn't even user-visible under -Dusethreads);
7589 only repeats of most recent error are now avoided
7591 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
7592 ____________________________________________________________________________
7593 [ 4315] By: jhi on 1999/10/08 09:48:59
7597 ____________________________________________________________________________
7598 [ 4314] By: gsar on 1999/10/08 07:17:01
7599 Log: extend change#2299 to C<use> (fixes scoping problems in
7600 C<if (...) { use foo; ... }>)
7603 ____________________________________________________________________________
7604 [ 4313] By: gsar on 1999/10/08 04:52:19
7605 Log: small tweak for change#4309
7608 ____________________________________________________________________________
7609 [ 4312] By: gsar on 1999/10/08 02:31:13
7610 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
7611 From: Larry Wall <larry@wall.org>
7612 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
7613 Message-Id: <199910061655.JAA11333@kiev.wall.org>
7614 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
7616 ! opcode.h t/comp/bproto.t toke.c
7617 ____________________________________________________________________________
7618 [ 4311] By: gsar on 1999/10/08 00:58:19
7622 ____________________________________________________________________________
7623 [ 4310] By: gsar on 1999/10/07 23:51:38
7624 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
7625 Brian Mitchell <brian@chele.cais.net>)
7627 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7628 ____________________________________________________________________________
7629 [ 4309] By: gsar on 1999/10/07 22:57:52
7630 Log: change#3728 was flawed (loop contexts saw the wrong statement
7631 info, causing loop control constructs to not find the label);
7632 disable OP_SETSTATE entirely and add a fix that is specifically
7633 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
7634 which was what the original patch was supposed to fix
7636 TODO: remove the remainder of the setstate logic if it can't
7637 be used anywhere else (it isn't used anywhere now)
7639 ! cop.h op.c perly.c perly.y
7640 ____________________________________________________________________________
7641 [ 4308] By: jhi on 1999/10/07 19:21:27
7642 Log: Integrate with Sarathy.
7644 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7645 ____________________________________________________________________________
7646 [ 4307] By: gsar on 1999/10/07 15:12:24
7647 Log: update to podlators-0.08 from Russ Allbery
7649 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7650 ____________________________________________________________________________
7651 [ 4306] By: jhi on 1999/10/06 17:20:34
7652 Log: Integrate with Sarathy.
7654 !> (integrate 45 files)
7655 ____________________________________________________________________________
7656 [ 4305] By: gsar on 1999/10/06 16:55:45
7657 Log: some versions of mingw32 have __int64, define iff it isn't
7660 ____________________________________________________________________________
7661 [ 4304] By: gsar on 1999/10/06 03:45:44
7662 Log: fix typos in change#4288
7664 ! Changes dump.c sv.c
7665 ____________________________________________________________________________
7666 [ 4303] By: gsar on 1999/10/06 03:22:46
7667 Log: integrate cfgperl contents into mainline
7669 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7670 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7671 !> (integrate 31 files)
7672 ____________________________________________________________________________
7673 [ 4302] By: gsar on 1999/10/06 02:36:53
7674 Log: make die/warn and other diagnostics go to wherever STDERR happens
7675 to point at; change places that meant Perl_debug_log rather than
7678 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
7679 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7680 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7681 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
7682 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7683 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
7684 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
7685 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
7686 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
7687 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
7688 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
7689 ____________________________________________________________________________
7690 [ 4301] By: jhi on 1999/10/05 23:03:46
7691 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7692 To: François Désarménien <desar@club-internet.fr>
7693 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
7694 Subject: Re: Strange RE engine breakage in 5_61
7695 Date: Mon, 4 Oct 1999 19:58:03 -0400
7696 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
7698 (had to apply pat.t part manually because there
7699 already were more tests than there was in _61)
7701 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
7702 ____________________________________________________________________________
7703 [ 4300] By: jhi on 1999/10/04 17:03:18
7704 Log: From: Andy Dougherty <doughera@lafayette.edu>
7705 To: Jarkko Hietaniemi <jhi@iki.fi>
7706 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
7707 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
7708 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
7709 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
7711 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7712 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7713 ! MANIFEST ext/B/defsubs_h.PL
7714 ____________________________________________________________________________
7715 [ 4299] By: jhi on 1999/10/04 07:15:16
7716 Log: From: Michael G Schwern <schwern@pobox.com>
7717 To: perl5-porters@perl.org
7718 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7719 Date: Sun, 3 Oct 1999 17:34:17 -0400
7720 Message-ID: <19991003173417.A4351@blackrider>
7722 ! t/lib/fields.t t/pragma/constant.t
7723 ____________________________________________________________________________
7724 [ 4298] By: gsar on 1999/10/04 04:57:53
7725 Log: some compatibility macros were busted
7727 ! embed.h embed.pl toke.c
7728 ____________________________________________________________________________
7729 [ 4297] By: jhi on 1999/10/03 17:50:59
7730 Log: A better version of #4296.
7732 From: Michael G Schwern <schwern@pobox.com>
7733 To: perl5-porters@perl.org
7734 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7735 Date: Sun, 3 Oct 1999 13:54:23 -0400
7736 Message-ID: <19991003135423.A3050@blackrider>
7738 ! av.c op.c pod/perldiag.pod
7739 ____________________________________________________________________________
7740 [ 4296] By: jhi on 1999/10/03 17:21:01
7741 Log: (Replaced by #4297.)
7743 From: Michael G Schwern <schwern@pobox.com>
7744 To: perl5-porters@perl.org
7745 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
7746 Date: Sun, 3 Oct 1999 13:16:47 -0400
7747 Message-ID: <19991003131647.A2816@blackrider>
7749 plus changed the error message to say "No such pseudo-hash field"
7750 as discussed in the above mail message.
7752 ! av.c pod/perldiag.pod
7753 ____________________________________________________________________________
7754 [ 4295] By: gsar on 1999/10/03 16:09:36
7755 Log: avoid doing irrelevant things on 'make perl'
7758 ____________________________________________________________________________
7759 [ 4294] By: jhi on 1999/10/03 14:16:24
7760 Log: Fix a typo in #4293 spotted by Graham Barr.
7763 ____________________________________________________________________________
7764 [ 4293] By: jhi on 1999/10/03 11:31:22
7765 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
7766 To: perl5-porters@perl.org
7767 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
7768 Date: Sun, 3 Oct 1999 02:34:01 -0400
7769 Message-ID: <19991003023401.A1520@blackrider>
7771 ! pod/perlfunc.pod pod/perlref.pod
7772 ____________________________________________________________________________
7773 [ 4292] By: jhi on 1999/10/03 09:23:16
7774 Log: From: Barrie Slaymaker <barries@slaysys.com>
7775 To: perl5-porters@perl.org
7776 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
7777 Date: Sun, 3 Oct 1999 00:09:51 -0400
7778 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
7781 ____________________________________________________________________________
7782 [ 4291] By: jhi on 1999/10/02 23:43:53
7783 Log: Be understanding about large file systems.
7785 ! t/lib/syslfs.t t/op/lfs.t
7786 ____________________________________________________________________________
7787 [ 4290] By: jhi on 1999/10/02 23:39:16
7788 Log: Configure fixfest continues.
7790 ! Configure config_h.SH
7792 ! U/modified/d_longdbl.U U/modified/d_longlong.U
7793 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7794 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
7795 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7796 Branch: metaconfig/U/perl
7797 ! i_inttypes.U io64.U
7798 ____________________________________________________________________________
7799 [ 4289] By: jhi on 1999/10/02 23:12:54
7800 Log: Regen Porting stuff.
7802 ! Porting/Glossary Porting/config.sh Porting/config_H
7803 ____________________________________________________________________________
7804 [ 4288] By: jhi on 1999/10/02 23:05:50
7805 Log: Untangle the IV_IS_QUAD jungle by introduding
7806 macros to be used when doing formatted printing:
7807 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
7809 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7810 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
7811 ! regcomp.c sv.c taint.c toke.c util.c
7812 ____________________________________________________________________________
7813 [ 4287] By: jhi on 1999/10/02 22:54:18
7814 Log: metaconfig maintenance.
7816 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
7817 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
7818 ! U/typedefs/uidsize.U
7819 ____________________________________________________________________________
7820 [ 4286] By: nick on 1999/10/02 11:11:44
7821 Log: Incremental merge of mainline
7823 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
7824 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
7825 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7826 +> t/pod/podselect.t t/pod/podselect.xr
7827 - lib/Pod/PlainText.pm
7828 !> (integrate 148 files)
7829 ____________________________________________________________________________
7830 [ 4285] By: jhi on 1999/10/02 10:16:15
7831 Log: Battle namespace pollution.
7834 ____________________________________________________________________________
7835 [ 4284] By: jhi on 1999/10/02 10:11:20
7836 Log: Regen Configure, all of xs_apiversion didn't take.
7838 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7839 ! config_h.SH patchlevel.h
7840 ____________________________________________________________________________
7841 [ 4283] By: jhi on 1999/10/02 09:48:17
7842 Log: Integrate with Sarathy.
7844 +> lib/Pod/Man.pm t/pod/multiline_items.t
7845 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7846 +> t/pod/podselect.t t/pod/podselect.xr
7847 - lib/Pod/PlainText.pm
7848 !> (integrate 50 files)
7849 ____________________________________________________________________________
7850 [ 4282] By: gsar on 1999/10/02 06:39:14
7851 Log: update pod2man, pod2text and related Pod:: modules with the
7852 ones in podlators-0.07 from Russ Allbery
7855 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7856 ! pod/pod2man.PL pod/pod2text.PL
7857 ____________________________________________________________________________
7858 [ 4281] By: gsar on 1999/10/02 06:14:44
7859 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
7861 - lib/Pod/PlainText.pm
7862 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
7863 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
7864 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
7865 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
7866 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7867 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7868 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
7869 ____________________________________________________________________________
7870 [ 4280] By: gsar on 1999/10/02 04:39:38
7871 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
7873 + t/pod/multiline_items.t t/pod/multiline_items.xr
7874 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
7875 + t/pod/podselect.xr
7876 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
7877 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
7878 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
7879 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
7880 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
7881 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
7883 ____________________________________________________________________________
7884 [ 4279] By: gsar on 1999/10/02 03:36:41
7885 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
7886 by Michael G Schwern <schwern@pobox.com>)
7889 ____________________________________________________________________________
7890 [ 4278] By: gsar on 1999/10/02 02:36:55
7891 Log: deprecate C<use attrs>
7893 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
7894 ! t/lib/thread.t t/pragma/sub_lval.t
7895 ____________________________________________________________________________
7896 [ 4277] By: gsar on 1999/10/02 01:43:25
7897 Log: add notes about effect of loop control statements inside
7898 LABEL BLOCK continue BLOCK
7901 ____________________________________________________________________________
7902 [ 4276] By: gsar on 1999/10/02 01:23:02
7903 Log: indent nested =items properly (suggested by Bill Fenner
7904 <fenner@research.att.com>)
7907 ____________________________________________________________________________
7908 [ 4275] By: gsar on 1999/10/02 01:09:16
7909 Log: updated ptags generator from Ilya Zakharevich
7912 ____________________________________________________________________________
7913 [ 4274] By: gsar on 1999/10/01 23:08:52
7917 ____________________________________________________________________________
7918 [ 4273] By: gsar on 1999/10/01 22:58:55
7919 Log: typo, whitespace adjustments
7922 ____________________________________________________________________________
7923 [ 4272] By: gsar on 1999/10/01 22:46:06
7924 Log: remove dup hunks
7926 ! configure.com vms/vms.c
7927 ____________________________________________________________________________
7928 [ 4271] By: gsar on 1999/10/01 22:33:02
7929 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
7930 by declaring new globals "our" (XXX this means h2xs generated code
7931 won't run on earlier versions; a switch to generate compatible
7934 !> (integrate 35 files)
7935 ____________________________________________________________________________
7936 [ 4270] By: jhi on 1999/10/01 12:05:56
7937 Log: Integrate with Sarathy.
7939 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7940 !> pod/perldiag.pod util.c
7941 ____________________________________________________________________________
7942 [ 4269] By: jhi on 1999/10/01 10:26:19
7943 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
7944 To: perl5-porters@perl.org
7945 Subject: [ID 19991001.001] perlguts man page error
7946 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
7947 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
7950 ____________________________________________________________________________
7951 [ 4268] By: jhi on 1999/10/01 07:32:33
7952 Log: There *is* a month called October.
7955 ____________________________________________________________________________
7956 [ 4267] By: jhi on 1999/10/01 06:58:10
7957 Log: Temp file cleanliness.
7960 ____________________________________________________________________________
7961 [ 4266] By: jhi on 1999/10/01 06:46:56
7962 Log: From: Barrie Slaymaker <barries@slaysys.com>
7963 To: perl5-porters@perl.org
7964 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
7965 Date: Thu, 30 Sep 1999 22:16:26 -0400
7966 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
7969 ____________________________________________________________________________
7970 [ 4265] By: jhi on 1999/09/30 20:25:35
7971 Log: From: Barrie Slaymaker <barries@slaysys.com>
7972 To: perl5-porters@perl.org
7973 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
7974 Date: Thu, 30 Sep 1999 15:44:00 -0400
7975 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
7979 ____________________________________________________________________________
7980 [ 4264] By: gsar on 1999/09/30 17:59:26
7981 Log: re-add missing "Out of memory!" entry
7984 ____________________________________________________________________________
7985 [ 4263] By: jhi on 1999/09/30 17:05:43
7986 Log: Regenerate Configure.
7988 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7990 ____________________________________________________________________________
7991 [ 4261] By: jhi on 1999/09/30 16:15:05
7992 Log: From: Andy Dougherty <doughera@lafayette.edu>
7993 To: Perl Porters <perl5-porters@perl.org>
7994 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
7995 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
7996 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
7999 ____________________________________________________________________________
8000 [ 4260] By: jhi on 1999/09/30 15:48:56
8001 Log: From: Andy Dougherty <doughera@lafayette.edu>
8002 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
8003 Subject: Re: Possible skeletal structure for searching multiple versions
8004 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
8005 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
8008 Branch: metaconfig/U/perl
8011 ____________________________________________________________________________
8012 [ 4259] By: jhi on 1999/09/30 15:07:16
8013 Log: Further ?idsize.U fixing.
8015 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
8016 ____________________________________________________________________________
8017 [ 4258] By: jhi on 1999/09/30 15:00:14
8018 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
8020 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
8021 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
8022 ____________________________________________________________________________
8023 [ 4257] By: jhi on 1999/09/30 09:48:33
8024 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8025 To: Gurusamy Sarathy <gsar@ActiveState.com>
8026 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
8027 The Perl Porters Mailing List <perl5-porters@perl.org>
8028 Subject: [PATCH] (Was: deprecating SIGDIE)
8029 Date: Wed, 29 Sep 1999 15:16:50 -0400
8030 Message-ID: <19990929151650.E26675@O2.chapin.edu>
8032 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
8033 ____________________________________________________________________________
8034 [ 4256] By: jhi on 1999/09/30 09:45:22
8035 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8036 To: Gurusamy Sarathy <gsar@activestate.com>
8037 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
8038 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
8039 Date: Wed, 29 Sep 1999 18:58:23 -0400
8040 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
8042 ! Makefile.SH opcode.pl
8043 ____________________________________________________________________________
8044 [ 4255] By: gsar on 1999/09/30 09:03:48
8045 Log: remove prehistoric XFree() gunk
8047 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
8048 ____________________________________________________________________________
8049 [ 4254] By: gsar on 1999/09/30 08:40:14
8050 Log: From: Vishal Bhatia <vishal@gol.com>
8051 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
8052 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
8053 Subject: [patch _61] Minor corrections in C.pm
8056 ____________________________________________________________________________
8057 [ 4253] By: gsar on 1999/09/30 08:36:27
8058 Log: off-by-one in fbm_compile() (spotted by John Bley
8059 <jbley@cs.cmu.edu>); whitespace adjustments
8062 ____________________________________________________________________________
8063 [ 4251] By: jhi on 1999/09/30 08:09:13
8064 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8065 To: perl5-porters@perl.org (Mailing list Perl5)
8066 Subject: [PATCH 5.00561+] Followup h2xs patch
8067 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
8068 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
8071 ____________________________________________________________________________
8072 [ 4250] By: jhi on 1999/09/29 19:11:32
8073 Log: Integrate with Sarathy.
8075 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
8076 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
8077 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
8078 ____________________________________________________________________________
8079 [ 4249] By: bailey on 1999/09/29 02:21:31
8080 Log: resync with mainline
8082 +> (branch 32 files)
8083 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
8084 - lib/unicode/blocks.txt lib/unicode/index2.txt
8085 - lib/unicode/jamo2.txt lib/unicode/names2.txt
8086 - lib/unicode/props2.txt lib/unicode/readme.txt
8087 - t/lib/bigfloatpm.t
8088 !> (integrate 240 files)
8089 ____________________________________________________________________________
8090 [ 4248] By: jhi on 1999/09/28 18:14:39
8091 Log: From: Andy Dougherty <doughera@lafayette.edu>
8092 To: Perl Porters <perl5-porters@perl.org>
8093 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
8094 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
8095 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
8097 From: Andy Dougherty <doughera@lafayette.edu>
8098 To: Perl Porters <perl5-porters@perl.org>
8099 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
8100 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
8101 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
8103 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
8104 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
8105 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
8107 ____________________________________________________________________________
8108 [ 4247] By: gsar on 1999/09/28 17:36:59
8109 Log: revert change#4115 (breaks libwww's base/date.t); could be
8110 reworked to enable it conditional on $Time::Local::nocroak
8114 ____________________________________________________________________________
8115 [ 4246] By: gsar on 1999/09/28 17:33:14
8116 Log: tweak for win32 build
8118 ! win32/Makefile win32/makefile.mk
8119 ____________________________________________________________________________
8120 [ 4245] By: gsar on 1999/09/28 17:31:34
8121 Log: change#4236 fallout
8123 ! lib/ExtUtils/MM_Unix.pm
8124 ____________________________________________________________________________
8125 [ 4244] By: gsar on 1999/09/28 17:29:31
8126 Log: remove doubled new_xpv
8128 ! embed.h embed.pl proto.h
8129 ____________________________________________________________________________
8130 [ 4243] By: jhi on 1999/09/27 19:13:20
8131 Log: Artistic fine-tuning.
8133 ! ext/B/defsubs_h.PL
8134 ____________________________________________________________________________
8135 [ 4242] By: gsar on 1999/09/27 17:05:22
8136 Log: avoid implicit split to @_ in change#4181; binary -> text file
8139 ! djgpp/configure.bat lib/Exporter/Heavy.pm
8140 ! t/pragma/locale/latin1
8141 ____________________________________________________________________________
8142 [ 4241] By: jhi on 1999/09/27 07:48:19
8143 Log: Integrate with Sarathy.
8145 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
8146 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
8147 ____________________________________________________________________________
8148 [ 4240] By: jhi on 1999/09/27 07:47:11
8149 Log: Finalize change #4232.
8150 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8151 To: Jarkko Hietaniemi <jhi@iki.fi>
8152 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
8153 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
8154 Date: Sun, 26 Sep 1999 16:52:31 -0400
8155 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
8157 ! lib/ExtUtils/xsubpp
8158 ____________________________________________________________________________
8159 [ 4239] By: gsar on 1999/09/27 02:48:42
8160 Log: add notes in INSTALL about Configure -Accflags=-DFOO
8163 ____________________________________________________________________________
8164 [ 4238] By: gsar on 1999/09/27 02:03:48
8165 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
8169 ____________________________________________________________________________
8170 [ 4237] By: gsar on 1999/09/27 01:52:47
8171 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8172 Date: Fri, 24 Sep 1999 23:25:36 -0400
8173 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
8174 Subject: [PATCH 5.005_61] Malloc fixes and docs
8176 ! malloc.c pod/perldiag.pod
8177 ____________________________________________________________________________
8178 [ 4236] By: gsar on 1999/09/27 01:31:32
8179 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
8180 <vkonovalov@lucent.com>)
8182 ! win32/Makefile win32/makefile.mk
8183 ____________________________________________________________________________
8184 [ 4235] By: gsar on 1999/09/26 17:02:03
8185 Log: fix buggy popping of subroutine contexts in the lvalue
8186 subroutines implementation (change#4081); correct the
8187 plethora of cases where DIE() was more appropriate than
8190 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
8191 ____________________________________________________________________________
8192 [ 4234] By: jhi on 1999/09/26 12:06:28
8196 ____________________________________________________________________________
8197 [ 4233] By: jhi on 1999/09/26 11:59:18
8198 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
8199 I kept my (Ilya's) version.
8201 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
8202 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8203 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
8204 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
8205 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
8206 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
8207 ____________________________________________________________________________
8208 [ 4232] By: jhi on 1999/09/26 09:53:43
8209 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8210 To: Mailing list Perl5 <perl5-porters@perl.org>
8211 Subject: [PATCH 5.005_61] teach xsubpp function pointers
8212 Date: Sun, 26 Sep 1999 01:36:09 -0400
8213 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
8215 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8216 To: Mailing list Perl5 <perl5-porters@perl.org>
8217 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
8218 Date: Sun, 26 Sep 1999 03:00:50 -0400
8219 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
8221 ! lib/ExtUtils/xsubpp utils/h2xs.PL
8222 ____________________________________________________________________________
8223 [ 4231] By: jhi on 1999/09/26 09:48:49
8224 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8225 To: perl5-porters@perl.org
8226 Subject: misprint in perlguts
8227 Date: Sun, 26 Sep 1999 12:48:36 +0400
8228 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
8231 ____________________________________________________________________________
8232 [ 4230] By: gsar on 1999/09/26 00:50:08
8233 Log: add $installarchlib/CORE to default linker search path on windows
8235 ! win32/Makefile win32/makefile.mk
8236 ____________________________________________________________________________
8237 [ 4229] By: gsar on 1999/09/25 20:05:03
8238 Log: support C<use Shell> on Windows (reworked a patch suggested
8239 by Jenda Krynicky <Jenda@McCann.cz>)
8242 ____________________________________________________________________________
8243 [ 4228] By: gsar on 1999/09/25 07:03:34
8244 Log: integrate cfgperl contents into mainline
8247 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
8248 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8249 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
8250 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
8251 ____________________________________________________________________________
8252 [ 4227] By: gsar on 1999/09/25 06:44:47
8253 Log: From: Larry Wall <larry@wall.org>
8254 Date: Fri, 24 Sep 1999 21:59:37 PDT
8255 Message-Id: <199909250459.VAA27506@kiev.wall.org>
8256 Subject: Re: [PATCH 5.005_61] "our" declarations
8258 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
8259 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
8260 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
8261 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
8262 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
8264 ____________________________________________________________________________
8265 [ 4226] By: jhi on 1999/09/24 23:10:52
8266 Log: Integrate with Sarathy.
8268 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8269 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
8270 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
8271 ____________________________________________________________________________
8272 [ 4225] By: gsar on 1999/09/24 18:19:54
8273 Log: avoid infinite recursive exec()s of perl.exe when shebang
8274 contains "Perl" rather than "perl" on DOSISH platforms
8277 ____________________________________________________________________________
8278 [ 4224] By: gsar on 1999/09/24 16:09:23
8279 Log: support cygwin and other platforms that link to import libraries
8280 rather than directly with shared libraries (from a suggestion
8281 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
8284 ____________________________________________________________________________
8285 [ 4223] By: gsar on 1999/09/24 05:05:06
8286 Log: normalize time for strftime() (without the isdst effects of
8287 mktime()) using a custom mini_mktime()
8288 From: spider-perl@Orb.Nashua.NH.US
8289 Date: Thu, 23 Sep 1999 17:54:53 -0400
8290 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
8291 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
8293 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8294 ! ext/POSIX/hints/linux.pl t/lib/posix.t
8295 ____________________________________________________________________________
8296 [ 4222] By: gsar on 1999/09/23 06:44:42
8297 Log: change "#" to a comment starter in pack templates; "/" now
8298 used for specifying counted types
8299 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8300 Date: Wed, 22 Sep 1999 19:41:30 -0400
8301 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
8302 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
8304 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
8305 ____________________________________________________________________________
8306 [ 4221] By: gsar on 1999/09/23 06:26:54
8307 Log: From: Vishal Bhatia <vishal@gol.com>
8308 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
8309 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
8310 Subject: [patch _61] perlcc changes
8313 ____________________________________________________________________________
8314 [ 4220] By: gsar on 1999/09/23 01:12:24
8315 Log: add include guard
8318 ____________________________________________________________________________
8319 [ 4219] By: jhi on 1999/09/22 20:38:15
8320 Log: Cleanup cleanup.
8322 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
8323 ____________________________________________________________________________
8324 [ 4218] By: jhi on 1999/09/22 19:26:58
8325 Log: Tweak the equivalence tables once again.
8327 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8328 ! lib/unicode/mktables.PL
8329 ____________________________________________________________________________
8330 [ 4215] By: jhi on 1999/09/22 06:47:03
8331 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8332 To: Mailing list Perl5 <perl5-porters@perl.org>
8333 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
8334 Date: Tue, 21 Sep 1999 19:50:00 -0400
8335 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
8337 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8338 To: Mailing list Perl5 <perl5-porters@perl.org>
8339 Subject: [PATCH 5.005_61] More verbose -Mre=debug
8340 Date: Tue, 21 Sep 1999 22:29:55 -0400
8341 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
8343 ! regcomp.c regexec.c
8344 ____________________________________________________________________________
8345 [ 4214] By: jhi on 1999/09/21 21:08:43
8346 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
8347 Reply-To: gerberb@zenez.com
8348 To: perl5-porters@perl.org
8349 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
8350 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
8351 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
8353 (Snipped away the last lines of svr5.sh a la change #3725)
8356 ! Configure MANIFEST config_h.SH hints/sco.sh
8358 ! U/modified/Cppsym.U U/modified/Oldconfig.U
8359 ____________________________________________________________________________
8360 [ 4213] By: jhi on 1999/09/21 20:48:01
8361 Log: From: Kragen Sitaker <kragen@dnaco.net>
8362 To: perl5-porters@perl.org
8363 Subject: [ID 19990921.013] accidental list context in perlfaq9
8364 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
8365 Reply-To: kragen@pobox.com
8366 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
8369 ____________________________________________________________________________
8370 [ 4212] By: jhi on 1999/09/20 19:55:42
8371 Log: Integrate with Sarathy.
8375 ____________________________________________________________________________
8376 [ 4211] By: jhi on 1999/09/20 19:44:44
8377 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
8379 ! Configure config_h.SH pod/perldelta.pod
8380 Branch: metaconfig/U/perl
8381 ! use64bits.U uselfs.U uselongdbl.U
8382 ____________________________________________________________________________
8383 [ 4210] By: jhi on 1999/09/20 19:38:26
8384 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
8386 ! Configure config_h.SH
8388 ! U/modified/Options.U
8389 ____________________________________________________________________________
8390 [ 4209] By: gsar on 1999/09/20 19:35:39
8391 Log: integrate cfgperl changes into mainline
8393 +> lib/unicode/Unicode.html
8395 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8396 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
8397 ____________________________________________________________________________
8398 [ 4208] By: gsar on 1999/09/20 18:28:44
8399 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
8403 ____________________________________________________________________________
8404 [ 4207] By: jhi on 1999/09/20 11:06:13
8405 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
8408 ____________________________________________________________________________
8409 [ 4206] By: jhi on 1999/09/20 09:53:15
8410 Log: Do not test for gccish things in non-gccish platforms.
8412 ! Configure config_h.SH
8414 ! U/compline/ccflags.U
8415 ____________________________________________________________________________
8416 [ 4205] By: jhi on 1999/09/20 09:41:22
8417 Log: Prompt for uselfs.
8419 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8423 Branch: metaconfig/U/perl
8424 ! use64bits.U uselfs.U
8425 ____________________________________________________________________________
8426 [ 4204] By: jhi on 1999/09/20 09:09:29
8427 Log: Add usemorebits and uselfs.
8429 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8430 ! config_h.SH doio.c perl.h
8431 Branch: metaconfig/U/perl
8432 + uselfs.U usemorebits.U
8433 ! use64bits.U uselongdbl.U
8434 ____________________________________________________________________________
8435 [ 4203] By: jhi on 1999/09/20 07:48:48
8439 ____________________________________________________________________________
8440 [ 4202] By: jhi on 1999/09/20 07:33:32
8441 Log: Fix a bug in the description of endianness. Reported in
8442 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8443 To: perl5-porters@perl.org
8444 Subject: BUG: perldoc -f pack
8445 Date: Mon, 20 Sep 1999 09:43:49 +0400
8446 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
8449 ____________________________________________________________________________
8450 [ 4201] By: jhi on 1999/09/20 07:01:26
8451 Log: Integrate with Sarathy.
8454 !> (integrate 31 files)
8455 ____________________________________________________________________________
8456 [ 4200] By: gsar on 1999/09/20 03:45:06
8457 Log: From: Russ Allbery <rra@stanford.edu>
8458 Date: 19 Aug 1999 04:35:44 -0700
8459 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
8460 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
8463 ____________________________________________________________________________
8464 [ 4199] By: gsar on 1999/09/20 03:27:49
8465 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
8468 ____________________________________________________________________________
8469 [ 4198] By: gsar on 1999/09/20 03:25:25
8470 Log: add arenas for managing allocations of remaining xpv*v structures
8471 From: Vishal Bhatia <vishal@gol.com>
8472 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
8473 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
8474 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
8476 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
8478 ____________________________________________________________________________
8479 [ 4197] By: gsar on 1999/09/20 03:06:10
8480 Log: queue errors due to strictures rather than printing them as
8481 warnings; symbols that violate strictures do *not* end up in
8482 the symbol table anyway, making multiple evals of the same piece
8483 of code produce the same errors; errors indicate all locations
8484 of a global symbol rather than just the first one; these
8485 changes make compile-time failures within evals reliably
8486 visible via the return value or contents of $@, and trappable
8489 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
8490 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
8491 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
8492 ! t/pragma/strict-vars thrdvar.h toke.c util.c
8493 ____________________________________________________________________________
8494 [ 4196] By: gsar on 1999/09/19 22:14:29
8495 Log: control change#1914 via hints (causes problems on some platforms)
8497 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8498 ! ext/POSIX/hints/linux.pl
8499 ____________________________________________________________________________
8500 [ 4195] By: gsar on 1999/09/19 21:30:18
8501 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
8502 in passing around references to @_, eg C<sub foo { \@_ }>; add
8506 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
8507 ____________________________________________________________________________
8508 [ 4194] By: jhi on 1999/09/18 18:57:45
8509 Log: Integrate with Sarathy.
8511 !> opcode.h opcode.pl
8512 ____________________________________________________________________________
8513 [ 4193] By: nick on 1999/09/18 15:24:56
8514 Log: Re-integrate mainline
8515 Basic SvUTF8 stuff in headers, no functional changes yet.
8517 + lib/byte.pm lib/byte_heavy.pl
8518 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
8519 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8520 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8521 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8522 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
8523 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
8524 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
8525 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
8526 +> lib/unicode/Names.txt lib/unicode/Props.txt
8527 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
8529 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
8530 - lib/unicode/blocks.txt lib/unicode/index2.txt
8531 - lib/unicode/jamo2.txt lib/unicode/names2.txt
8532 - lib/unicode/props2.txt lib/unicode/readme.txt
8533 - t/lib/bigfloatpm.t
8534 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
8535 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
8536 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
8538 !> (integrate 142 files)
8539 ____________________________________________________________________________
8540 [ 4192] By: gsar on 1999/09/18 15:11:47
8541 Log: more op description tweaks
8543 ! opcode.h opcode.pl
8544 ____________________________________________________________________________
8545 [ 4191] By: jhi on 1999/09/18 07:47:16
8546 Log: Integrate with Sarathy.
8548 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8550 ____________________________________________________________________________
8551 [ 4190] By: jhi on 1999/09/18 07:35:45
8552 Log: Add description of the Unicode database files.
8554 + lib/unicode/Unicode.html
8555 ____________________________________________________________________________
8556 [ 4189] By: gsar on 1999/09/18 03:14:58
8557 Log: tweak some op names in change#4177 (will any of this break code that
8560 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8562 ____________________________________________________________________________
8563 [ 4188] By: jhi on 1999/09/17 21:30:08
8564 Log: Pick up the typo fix.
8567 ____________________________________________________________________________
8568 [ 4187] By: gsar on 1999/09/17 21:13:55
8572 ____________________________________________________________________________
8573 [ 4186] By: gsar on 1999/09/17 20:57:29
8574 Log: integrate cfgperl change
8576 !> vms/subconfigure.com
8577 ____________________________________________________________________________
8578 [ 4185] By: jhi on 1999/09/17 20:46:41
8579 Log: Re-apply applicable parts of #3993, #3994, and #3995.
8581 ! vms/subconfigure.com
8582 ____________________________________________________________________________
8583 [ 4184] By: gsar on 1999/09/17 20:26:02
8584 Log: integrate cfgperl contents into mainline
8586 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8587 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8588 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8589 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
8590 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
8591 +> lib/unicode/SpecCase.txt
8592 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8593 - lib/unicode/index2.txt lib/unicode/jamo2.txt
8594 - lib/unicode/names2.txt lib/unicode/props2.txt
8595 - lib/unicode/readme.txt
8596 !> (integrate 73 files)
8597 ____________________________________________________________________________
8598 [ 4183] By: jhi on 1999/09/17 20:25:51
8599 Log: Integrate with Sarathy.
8601 !> configure.com ext/ByteLoader/byterun.h
8602 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8603 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
8604 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
8605 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
8606 ____________________________________________________________________________
8607 [ 4182] By: gsar on 1999/09/17 20:16:28
8608 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
8609 vmsperl contents have prevailed)
8611 !> configure.com ext/ByteLoader/byterun.h
8612 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8613 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
8614 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
8615 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
8616 ____________________________________________________________________________
8617 [ 4181] By: jhi on 1999/09/17 20:12:37
8618 Log: From: Michael G Schwern <schwern@pobox.com>
8619 To: perl5-porters@perl.org
8620 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
8621 Date: Thu, 19 Aug 1999 21:30:01 -0400
8622 Message-ID: <19990819213001.A22512@athens.aocn.com>
8624 ! lib/Exporter/Heavy.pm
8625 ____________________________________________________________________________
8626 [ 4180] By: gsar on 1999/09/17 20:11:00
8627 Log: perlhist additions
8630 ____________________________________________________________________________
8631 [ 4179] By: jhi on 1999/09/17 20:08:00
8632 Log: The change #4176 should've undone only the test, not the code patch.
8635 ____________________________________________________________________________
8636 [ 4178] By: jhi on 1999/09/17 20:06:08
8637 Log: From: Ian Phillipps <ian@dial.pipex.com>
8638 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
8639 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
8640 Date: Sat, 21 Aug 1999 12:36:12 +0100
8641 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
8644 ____________________________________________________________________________
8645 [ 4177] By: jhi on 1999/09/17 20:00:19
8646 Log: More descriptive names for operators.
8648 From: Michael G Schwern <schwern@pobox.com>
8649 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8650 Cc: perl5-porters@perl.org
8651 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
8652 Date: Tue, 17 Aug 1999 18:35:45 -0400
8653 Message-ID: <19990817183545.A23073@toldyouso.com>
8655 From: Michael G Schwern <schwern@pobox.com>
8656 To: perl5-porters@perl.org
8657 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
8658 Date: Wed, 18 Aug 1999 03:53:38 -0400
8659 Message-ID: <19990818035337.A31505@athens.aocn.com>
8661 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
8662 ! t/pragma/warn/op t/pragma/warn/sv
8663 ____________________________________________________________________________
8664 [ 4176] By: jhi on 1999/09/17 18:19:18
8665 Log: Take away the infamous io/dup.t #7.
8666 It seems there simply is no way to portably
8667 "flush" an input file handle.
8670 ____________________________________________________________________________
8671 [ 4175] By: jhi on 1999/09/17 14:45:08
8672 Log: From: Barrie Slaymaker <barries@slaysys.com>
8673 To: perl5-porters@perl.org
8674 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
8675 Date: Fri, 17 Sep 1999 11:16:48 -0400
8676 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
8679 ____________________________________________________________________________
8680 [ 4174] By: jhi on 1999/09/17 14:07:16
8681 Log: UNICOS does support large files but doesn't support sparse files
8682 so we cannot easily test for large file support.
8684 ! t/lib/syslfs.t t/op/lfs.t
8685 ____________________________________________________________________________
8686 [ 4173] By: jhi on 1999/09/17 14:03:44
8687 Log: UNICOS has sloppy division/modulo for floating point numbers.
8690 ____________________________________________________________________________
8691 [ 4172] By: jhi on 1999/09/17 13:47:49
8692 Log: Portable blocksize (replaces #4171).
8694 ! t/lib/syslfs.t t/op/lfs.t
8695 ____________________________________________________________________________
8696 [ 4171] By: jhi on 1999/09/17 13:08:54
8697 Log: (replaced by #4172)
8699 ! t/lib/syslfs.t t/op/lfs.t
8700 ____________________________________________________________________________
8701 [ 4170] By: jhi on 1999/09/17 12:59:11
8704 ! t/lib/syslfs.t t/op/lfs.t
8705 ____________________________________________________________________________
8706 [ 4169] By: jhi on 1999/09/17 12:16:34
8707 Log: Diagnose possible quota limits.
8709 ! t/lib/syslfs.t t/op/lfs.t
8710 ____________________________________________________________________________
8711 [ 4168] By: jhi on 1999/09/17 12:10:43
8712 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
8713 doesn't have one that wouldn't cause SIGSYS. UNICOS
8714 does have getpgrp(void) so Perl getpgrp() is happy.
8717 ____________________________________________________________________________
8718 [ 4167] By: jhi on 1999/09/17 11:49:30
8719 Log: Filesystem quotas may stop you from using large files.
8721 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
8722 ____________________________________________________________________________
8723 [ 4166] By: jhi on 1999/09/17 11:36:01
8724 Log: Too strict pattern for parsing group lists.
8727 ____________________________________________________________________________
8728 [ 4165] By: jhi on 1999/09/17 09:06:18
8729 Log: Configure maintenance. It's sigaction.sa_flags
8730 and the Glossary regen'ed.
8732 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8735 ! U/compline/d_sigaction.U
8736 ____________________________________________________________________________
8737 [ 4164] By: jhi on 1999/09/15 06:57:51
8738 Log: Integrate with Sarathy.
8740 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8741 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8742 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8743 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
8744 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
8745 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
8746 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
8747 !> jpl/PerlInterpreter/Makefile.PL
8748 !> jpl/PerlInterpreter/PerlInterpreter.c
8749 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8750 !> jpl/Sample/Makefile.PL jpl/install-jpl
8751 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
8753 ____________________________________________________________________________
8754 [ 4163] By: gsar on 1999/09/15 05:17:27
8755 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
8757 ! lib/File/Spec/Functions.pm
8758 ____________________________________________________________________________
8759 [ 4162] By: gsar on 1999/09/15 05:09:14
8760 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
8762 ! Changes embed.h embed.pl
8763 ____________________________________________________________________________
8764 [ 4161] By: gsar on 1999/09/15 04:08:25
8765 Log: missing perlhist dates from Jeff Okamoto
8768 ____________________________________________________________________________
8769 [ 4160] By: gsar on 1999/09/15 03:13:08
8772 ! MANIFEST jpl/JNI/Makefile.PL
8773 ____________________________________________________________________________
8774 [ 4159] By: gsar on 1999/09/15 02:57:08
8775 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
8776 Jepson <bjepson@home.com>)
8778 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8779 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8780 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8781 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
8782 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8783 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
8784 ! jpl/PerlInterpreter/Makefile.PL
8785 ! jpl/PerlInterpreter/PerlInterpreter.c
8786 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8787 ! jpl/Sample/Makefile.PL jpl/install-jpl
8788 ____________________________________________________________________________
8789 [ 4158] By: gsar on 1999/09/15 01:27:14
8790 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8791 Date: Tue, 14 Sep 1999 21:26:15 EDT
8792 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
8793 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
8795 ! regexec.c t/op/pat.t
8796 ____________________________________________________________________________
8797 [ 4157] By: jhi on 1999/09/14 21:18:09
8798 Log: config.h will define USE_64_BITS if need be.
8801 ____________________________________________________________________________
8802 [ 4156] By: jhi on 1999/09/14 20:30:00
8803 Log: Change #4149 necessitates also a small code change.
8805 ! ext/B/defsubs_h.PL
8806 ____________________________________________________________________________
8807 [ 4155] By: jhi on 1999/09/14 20:15:53
8808 Log: Update EPOC libdir names.
8811 ____________________________________________________________________________
8812 [ 4154] By: jhi on 1999/09/14 20:13:41
8813 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
8814 deceased HAS.*DBM.*64 mumblings.
8816 ! Configure config_h.SH epoc/config.h
8817 ____________________________________________________________________________
8818 [ 4153] By: jhi on 1999/09/14 20:04:53
8819 Log: Configure nits.
8821 ! Configure config_h.SH
8823 ! U/compline/d_sigaction.U U/threads/i_pthread.U
8824 ____________________________________________________________________________
8825 [ 4152] By: jhi on 1999/09/14 19:30:22
8826 Log: Integrate with Sarathy.
8828 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8829 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8830 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8831 !> win32/config_sh.PL
8832 ____________________________________________________________________________
8833 [ 4151] By: jhi on 1999/09/14 10:25:01
8834 Log: Update Unicode database and recompute the tables.
8835 Rename the .txt files to be more Unicode 3.0-like.
8836 Unihan-3.0.txt not included because it is 16 MB.
8837 syllables.txt is manually maintained.
8838 See ReadMe.txt for description of the .txt files.
8839 (not all of them are used yet)
8841 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8842 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8843 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8844 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
8845 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
8846 + lib/unicode/SpecCase.txt
8847 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8848 - lib/unicode/index2.txt lib/unicode/jamo2.txt
8849 - lib/unicode/names2.txt lib/unicode/props2.txt
8850 - lib/unicode/readme.txt
8851 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8852 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8853 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8854 ! lib/unicode/Decomposition.pl
8855 ! lib/unicode/In/ArabicPresentationForms-B.pl
8856 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
8857 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8858 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
8859 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
8860 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
8861 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
8862 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
8863 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
8864 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
8865 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
8866 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
8867 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
8868 ! lib/unicode/mktables.PL
8869 ____________________________________________________________________________
8870 [ 4150] By: gsar on 1999/09/14 09:31:57
8874 ____________________________________________________________________________
8875 [ 4149] By: gsar on 1999/09/14 09:00:45
8876 Log: change some filenames to be 8.3-friendly
8878 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8879 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8880 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8881 ____________________________________________________________________________
8882 [ 4148] By: gsar on 1999/09/14 08:35:00
8883 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
8885 ! win32/config_sh.PL
8886 ____________________________________________________________________________
8887 [ 4147] By: jhi on 1999/09/14 08:07:49
8888 Log: Not that UVSIZE normally differs that much from IVSIZE...
8891 ____________________________________________________________________________
8892 [ 4146] By: jhi on 1999/09/14 08:04:40
8893 Log: Integrate with Sarathy.
8895 !> Changes ext/DB_File/DB_File.xs
8896 ____________________________________________________________________________
8897 [ 4145] By: jhi on 1999/09/14 07:10:02
8898 Log: I_PTHREAD was PTHREADEAD.
8900 ! Configure config_h.SH
8902 ! U/threads/i_pthread.U
8903 ____________________________________________________________________________
8904 [ 4144] By: gsar on 1999/09/14 06:46:47
8905 Log: change#4113 was missing DB_File.xs changes
8907 ! ext/DB_File/DB_File.xs
8908 ____________________________________________________________________________
8909 [ 4143] By: jhi on 1999/09/13 20:16:20
8910 Log: Small doc and whitespace edits.
8912 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8913 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8914 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8915 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8916 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8918 ____________________________________________________________________________
8919 [ 4142] By: gsar on 1999/09/13 19:32:31
8920 Log: integrate cfgperl contents into mainline, update Changes
8922 +> ext/DB_File/version.c
8924 !> (integrate 44 files)
8925 ____________________________________________________________________________
8926 [ 4141] By: jhi on 1999/09/13 16:16:56
8927 Log: Scan for <pthread.h> always.
8929 ! Configure config_h.SH perl.h
8931 ! U/threads/i_pthread.U
8932 ____________________________________________________________________________
8933 [ 4140] By: jhi on 1999/09/13 16:00:08
8934 Log: Integrate with Sarathy.
8936 !> (integrate 27 files)
8937 ____________________________________________________________________________
8938 [ 4139] By: jhi on 1999/09/13 15:35:18
8939 Log: Add -A option to Configure to diddle with variables
8940 after the hints file has been applied.
8942 ! Configure config_h.SH
8944 ! U/modified/Oldconfig.U U/modified/Options.U
8945 ____________________________________________________________________________
8946 [ 4138] By: jhi on 1999/09/13 13:42:56
8947 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
8949 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8950 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8951 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8952 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8953 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8954 ____________________________________________________________________________
8955 [ 4137] By: jhi on 1999/09/13 13:25:31
8956 Log: Applying change #4136 manually introduced patch residue.
8959 ____________________________________________________________________________
8960 [ 4136] By: jhi on 1999/09/13 13:23:04
8961 Log: Replace change #4100 with
8962 From: Robin Barker <rmb1@cise.npl.co.uk>
8963 To: gsar@activestate.com
8964 Cc: perl5-porters@perl.org
8965 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
8966 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
8967 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
8969 ! doio.c dump.c ext/B/B.xs ext/B/typemap
8970 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
8971 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
8972 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
8973 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
8974 ____________________________________________________________________________
8975 [ 4135] By: jhi on 1999/09/13 10:22:31
8976 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8977 To: perl5-porters@perl.org (Mailing list Perl5)
8978 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8979 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
8980 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
8982 From: andreas.koenig@anima.de (Andreas J. Koenig)
8983 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8984 Cc: perl5-porters@perl.org (Mailing list Perl5)
8985 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8986 Date: 11 Sep 1999 15:36:26 +0200
8987 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
8989 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8990 ____________________________________________________________________________
8991 [ 4134] By: jhi on 1999/09/13 10:20:14
8992 Log: From: Tom Phoenix <rootbeer@redcat.com>
8993 To: Perl Porters Mailing List <perl5-porters@perl.org>
8994 Subject: [DOCPATCH] Server errors and perldiag
8995 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
8996 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
8999 ____________________________________________________________________________
9000 [ 4133] By: gsar on 1999/09/13 03:25:43
9001 Log: avoid assertion failure on C<@a'>
9004 ____________________________________________________________________________
9005 [ 4132] By: gsar on 1999/09/13 03:03:57
9006 Log: add -DPERL_Y2KWARN build option that will generate additional
9007 warnings on "19$yy" etc (reworked a patch suggested by
9008 Ulrich Pfeifer <upf@de.uu.net>)
9010 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
9011 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
9012 ____________________________________________________________________________
9013 [ 4131] By: gsar on 1999/09/12 22:06:25
9014 Log: fix DATA leaks; reword documentation about the DATA filehandle
9016 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
9017 ____________________________________________________________________________
9018 [ 4130] By: gsar on 1999/09/12 20:08:56
9019 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
9020 formatted result looks nonstandard
9022 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
9023 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
9024 ! t/pragma/locale.t thrdvar.h
9025 ____________________________________________________________________________
9026 [ 4129] By: gsar on 1999/09/12 17:04:11
9027 Log: From: Doug MacEachern <dougm@cp.net>
9028 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
9029 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
9030 Subject: [PATCH 5.005_57] B::clearsym
9032 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
9033 ____________________________________________________________________________
9034 [ 4128] By: gsar on 1999/09/12 16:59:12
9035 Log: better debugger help output (from Ilya Zakharevich)
9038 ____________________________________________________________________________
9039 [ 4127] By: jhi on 1999/09/11 20:50:37
9040 Log: Integrate with Sarathy.
9042 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
9043 +> t/lib/gol-linkage.t
9044 !> (integrate 43 files)
9045 ____________________________________________________________________________
9046 [ 4126] By: nick on 1999/09/10 20:44:22
9047 Log: Get resolve -at mainline
9049 +> (branch 297 files)
9050 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
9051 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
9052 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
9053 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
9054 - t/pragma/warn-1global t/pragma/warning.t thread.sym
9055 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
9056 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
9057 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
9058 - win32/makeperldef.pl win32/perlhost.h
9059 !> (integrate 847 files)
9060 ____________________________________________________________________________
9061 [ 4125] By: gsar on 1999/09/10 19:22:14
9062 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
9066 ____________________________________________________________________________
9067 [ 4124] By: gsar on 1999/09/10 19:14:35
9068 Log: rewrote substantive parts of patch
9069 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9070 Date: Fri, 27 Aug 1999 19:02:18 -0400
9071 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
9072 Subject: [PATCH 5.005_58] REx documentation
9075 ____________________________________________________________________________
9076 [ 4123] By: gsar on 1999/09/10 18:21:53
9077 Log: note about AVf_*
9080 ____________________________________________________________________________
9081 [ 4122] By: gsar on 1999/09/10 17:55:42
9082 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
9083 <lichtin@bivio.com>)
9086 ____________________________________________________________________________
9087 [ 4121] By: gsar on 1999/09/10 17:49:35
9088 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
9090 ! AUTHORS Changes README.dos djgpp/config.over
9091 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
9092 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
9093 ! pod/podselect.PL sv.h t/io/openpid.t util.c
9094 ____________________________________________________________________________
9095 [ 4120] By: gsar on 1999/09/10 12:25:01
9096 Log: add perlcompile.pod (edited content from Nathan Torkington
9097 <gnat@frii.com> and others)
9099 + pod/perlcompile.pod
9100 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
9101 ____________________________________________________________________________
9102 [ 4119] By: gsar on 1999/09/10 11:05:13
9103 Log: avoid leaking static local_patches unless patchlevel.h is
9106 ! patchlevel.h perl.c
9107 ____________________________________________________________________________
9108 [ 4118] By: gsar on 1999/09/10 10:44:54
9109 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
9110 <jvromans@squirrel.nl>)
9112 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
9113 ! Changes MANIFEST lib/Getopt/Long.pm
9114 ____________________________________________________________________________
9115 [ 4116] By: jhi on 1999/09/09 15:56:52
9116 Log: perldeltify change #4115.
9119 ____________________________________________________________________________
9120 [ 4115] By: jhi on 1999/09/09 15:48:56
9121 Log: From: "John L. Allen" <allen@grumman.com>
9122 To: perl5-porters@perl.org
9123 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
9124 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
9125 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
9128 ____________________________________________________________________________
9129 [ 4114] By: jhi on 1999/09/09 15:42:30
9130 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
9131 To: perl5-porters@perl.org
9132 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
9133 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
9134 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
9137 ____________________________________________________________________________
9138 [ 4113] By: jhi on 1999/09/09 10:17:45
9139 Log: From: paul.marquess@bt.com
9140 To: gsar@ActiveState.com
9141 Cc: perl5-porters@perl.org
9142 Subject: [PATCH 5.005_61] DB_File 1.71
9143 Date: Thu, 9 Sep 1999 11:20:13 +0100
9144 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
9146 + ext/DB_File/version.c
9147 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
9148 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
9150 ____________________________________________________________________________
9151 [ 4112] By: jhi on 1999/09/09 09:05:32
9152 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9153 To: perl5-porters@perl.org (Mailing list Perl5)
9154 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
9155 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
9156 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
9158 ! regexec.c t/op/pat.t
9159 ____________________________________________________________________________
9160 [ 4110] By: jhi on 1999/09/09 07:29:17
9161 Log: Tidy up 64-bit situation in perldelta.
9164 ____________________________________________________________________________
9165 [ 4109] By: jhi on 1999/09/09 07:26:53
9166 Log: Clear up PL_regcc issues.
9168 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9169 To: perl5-porters@perl.org (Mailing list Perl5)
9170 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
9171 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
9172 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
9175 ____________________________________________________________________________
9176 [ 4108] By: gsar on 1999/09/08 20:52:51
9177 Log: avoid ass_u_ming uppercase types are not user objects (spotted
9180 ! ext/Data/Dumper/Dumper.pm
9181 ____________________________________________________________________________
9182 [ 4107] By: gsar on 1999/09/08 20:35:18
9183 Log: From: akim@epita.fr (DEMAILLE Akim)
9184 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
9185 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
9186 Subject: [ID 19990908.014] s2p does not quote @
9189 ____________________________________________________________________________
9190 [ 4106] By: gsar on 1999/09/08 20:25:12
9191 Log: integrate cfgperl contents into mainline
9193 !> (integrate 30 files)
9194 ____________________________________________________________________________
9195 [ 4105] By: jhi on 1999/09/08 09:02:37
9196 Log: Minor touches at the [:class:] description.
9199 ____________________________________________________________________________
9200 [ 4104] By: jhi on 1999/09/08 08:57:58
9201 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9202 To: Mailing list Perl5 <perl5-porters@perl.org>
9203 Subject: [PATCH 5.005_58] Fix debugging output for REx
9204 Date: Wed, 8 Sep 1999 05:02:02 -0400
9205 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
9208 ____________________________________________________________________________
9209 [ 4103] By: gsar on 1999/09/08 00:53:50
9210 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
9213 ____________________________________________________________________________
9214 [ 4102] By: gsar on 1999/09/08 00:52:50
9215 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
9218 ____________________________________________________________________________
9219 [ 4101] By: gsar on 1999/09/07 17:25:07
9220 Log: various fixups for windows
9222 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
9223 ! win32/Makefile win32/makefile.mk xsutils.c
9224 ____________________________________________________________________________
9225 [ 4100] By: jhi on 1999/09/07 12:49:15
9226 Log: Fix pointer casts.
9228 From: Robin Barker <rmb1@cise.npl.co.uk>
9229 To: perl5-porters@perl.org
9230 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
9232 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
9233 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
9235 ! doio.c dump.c ext/B/B.xs ext/B/typemap
9236 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
9237 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
9238 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
9239 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
9240 ____________________________________________________________________________
9241 [ 4099] By: jhi on 1999/09/07 10:29:04
9242 Log: Add sig/pid/uid size and sign probes.
9244 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
9245 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
9246 ____________________________________________________________________________
9247 [ 4098] By: jhi on 1999/09/07 10:27:06
9248 Log: Band-aid until we've got %{Uid_t} or something similar
9252 ____________________________________________________________________________
9253 [ 4097] By: jhi on 1999/09/07 09:41:23
9254 Log: Fix a printf thinko: now quads must have the ll L q prefix.
9255 (in other words, a bare %d is an int/unsigned)
9257 ! pp_sys.c sv.c t/op/64bit.t
9258 ____________________________________________________________________________
9259 [ 4096] By: jhi on 1999/09/07 07:36:17
9260 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
9262 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
9263 To: perl5-porters@perl.org
9264 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
9265 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
9266 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
9268 ! hints/hpux.sh perl.h
9269 ____________________________________________________________________________
9270 [ 4095] By: gsar on 1999/09/06 20:47:02
9271 Log: applied suggested patch with suitable test to detect MSVC
9272 From: "Vishal Bhatia" <vishalb@my-deja.com>
9273 Date: Wed, 11 Aug 1999 01:43:28 -0700
9274 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
9275 Subject: compiler on win32
9278 ____________________________________________________________________________
9279 [ 4094] By: jhi on 1999/09/06 20:34:44
9280 Log: Integrate with Sarathy.
9282 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
9283 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
9284 ____________________________________________________________________________
9285 [ 4093] By: jhi on 1999/09/06 20:33:43
9286 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
9287 so that they overflow also on 64-bit platforms.
9289 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
9290 ____________________________________________________________________________
9291 [ 4092] By: gsar on 1999/09/06 20:16:58
9292 Log: support bytecode and C backends in perlcc (patch suggested
9293 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
9294 C backend the default; describe new switches in pod; introduce
9295 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
9296 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
9299 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
9300 ! t/harness utils/Makefile utils/perlcc.PL
9301 ____________________________________________________________________________
9302 [ 4091] By: jhi on 1999/09/06 19:10:41
9303 Log: Integrate with Sarathy.
9305 +> t/pragma/sub_lval.t
9306 !> (integrate 52 files)
9307 ____________________________________________________________________________
9308 [ 4090] By: gsar on 1999/09/06 19:09:06
9309 Log: propagate changed error text
9311 ! t/pragma/sub_lval.t
9312 ____________________________________________________________________________
9313 [ 4089] By: gsar on 1999/09/06 18:54:43
9314 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
9317 ____________________________________________________________________________
9318 [ 4088] By: gsar on 1999/09/06 18:52:10
9319 Log: From: paul.marquess@bt.com
9320 Date: Sun, 5 Sep 1999 15:11:08 +0100
9321 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
9322 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
9324 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
9325 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9326 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
9327 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
9329 ____________________________________________________________________________
9330 [ 4087] By: gsar on 1999/09/06 18:06:06
9331 Log: change#3612 is buggy when quotemeta argument matches target
9332 (hope this is the last of the optimized-OP_SASSIGN bugs)
9333 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9334 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
9335 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
9336 Subject: Re: [BUG: quotemeta]
9338 ! Changes op.c t/op/lex_assign.t
9339 ____________________________________________________________________________
9340 [ 4086] By: gsar on 1999/09/06 17:57:52
9343 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
9344 ____________________________________________________________________________
9345 [ 4085] By: gsar on 1999/09/06 03:54:23
9346 Log: applied patch suggested by Hans Mulder to fix problems on
9347 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
9348 when they ask for bincompat (platforms that used to default
9349 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
9350 (appears unsalvageable on some platforms)
9352 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
9353 ____________________________________________________________________________
9354 [ 4084] By: bailey on 1999/09/06 02:39:11
9355 Log: Integrate mainline 5.05_61
9357 +> (branch 32 files)
9358 - lib/unicode/EthiopicSyllables.txt
9359 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
9361 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9362 ! vms/perly_h.vms vms/vms.c
9363 !> (integrate 346 files)
9364 ____________________________________________________________________________
9365 [ 4083] By: gsar on 1999/09/06 00:10:40
9366 Log: optional warning on join(/foo/...) (reworked suggested patch
9367 by Mark-Jason Dominus <mjd@plover.com>)
9369 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
9370 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
9371 ! pp_proto.h t/pragma/warn/op
9372 ____________________________________________________________________________
9373 [ 4082] By: gsar on 1999/09/05 22:28:57
9374 Log: fix data loss when more than one block is read from SDBM
9375 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
9377 ! ext/SDBM_File/sdbm/sdbm.c
9378 ____________________________________________________________________________
9379 [ 4081] By: gsar on 1999/09/05 22:07:18
9380 Log: initial implementation of lvalue subroutines (slightly fixed
9381 version of patch suggested by Ilya Zakharevich, which in turn
9382 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
9384 + t/pragma/sub_lval.t
9385 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
9386 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
9387 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
9388 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
9389 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
9390 ____________________________________________________________________________
9391 [ 4080] By: jhi on 1999/09/05 22:02:18
9392 Log: Undo #4055 (related to #4079).
9395 ____________________________________________________________________________
9396 [ 4079] By: jhi on 1999/09/05 21:30:54
9397 Log: Time is not yet ripe.
9399 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
9400 ____________________________________________________________________________
9401 [ 4078] By: gsar on 1999/09/05 18:17:32
9402 Log: modified suggested patch to handle cross-refs and qr// objects
9403 correctly; unfollowed refs are represented as simple string
9404 value, not just the bare type; $VERSION stays the same until
9405 it is ready for prime time (avoids CPAN confustication)
9406 From: John Nolan <jpnolan@Op.Net>
9407 Date: Wed, 04 Aug 1999 20:21:10 EDT
9408 Message-Id: <199908050021.UAA09693@monet.op.net>
9409 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
9411 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9412 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
9413 ____________________________________________________________________________
9414 [ 4077] By: jhi on 1999/09/04 21:54:42
9415 Log: timesum() wasn't @EXPORTed as promised by the documentation.
9416 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
9419 ____________________________________________________________________________
9420 [ 4076] By: gsar on 1999/09/04 20:21:59
9421 Log: integrate cfgperl contents into mainline
9423 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
9424 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
9425 +> warnings.h warnings.pl xsutils.c
9426 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9427 !> (integrate 109 files)
9428 ____________________________________________________________________________
9429 [ 4075] By: jhi on 1999/09/04 18:04:47
9430 Log: use integer on the problematic subtest.
9433 ____________________________________________________________________________
9434 [ 4074] By: jhi on 1999/09/04 17:57:40
9435 Log: Warn about numconvert.t in case somebody
9436 wants to make sv_2pv more 64-bit aware.
9439 ____________________________________________________________________________
9440 [ 4073] By: jhi on 1999/09/04 17:54:51
9441 Log: Comment upgrading: the quad situation isn't quite as
9442 bad as it used to be.
9445 ____________________________________________________________________________
9446 [ 4072] By: jhi on 1999/09/04 15:35:37
9447 Log: Integrate with Sarathy.
9450 ____________________________________________________________________________
9451 [ 4071] By: jhi on 1999/09/04 15:28:11
9452 Log: Fix LFS with -Duseperlio in Solaris. Reported in
9454 From: Robin Barker <rmb1@cise.npl.co.uk>
9455 To: perl5-porters@perl.org
9456 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9457 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9458 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9460 and later (in private email) found to be dependent
9463 Mental note: the cpp magic done in perlsdio.h (and assumedly
9464 also in perlsfio.h) may cause trouble later with lfs because
9465 both the perlio scheme by Perl and the lfs support by vendors
9466 like to play cpp games to map the stdio namespace back and forth.
9467 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
9471 ____________________________________________________________________________
9472 [ 4070] By: jhi on 1999/09/04 13:12:14
9473 Log: Enable 64-bit clean bit ops.
9474 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
9476 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
9478 ____________________________________________________________________________
9479 [ 4069] By: jhi on 1999/09/03 21:17:30
9480 Log: Turn on USE_64_BIT_OFFSETS implicitly.
9483 ____________________________________________________________________________
9484 [ 4068] By: jhi on 1999/09/03 08:19:59
9485 Log: Fix from Spider for the sub attributes (there was an undocumented
9486 dependency between force_word() and skipspace()).
9489 ____________________________________________________________________________
9490 [ 4067] By: jhi on 1999/09/01 23:17:06
9491 Log: From: John Tobey <spam@john-edwin-tobey.org>
9492 To: ilya@math.ohio-state.edu
9493 CC: perl5-porters@perl.org
9494 Subject: Re: [PATCH 5.005_60] distclean forgot two
9495 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
9496 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
9499 ____________________________________________________________________________
9500 [ 4066] By: jhi on 1999/09/01 23:14:50
9501 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
9502 To: perl5-porters@perl.org
9503 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
9504 Date: Fri, 20 Aug 1999 15:37:27 +0100
9505 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
9507 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
9508 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
9509 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
9510 ____________________________________________________________________________
9511 [ 4065] By: jhi on 1999/09/01 22:06:43
9512 Log: From: Dominic Dunlop <domo@vo.lu>
9513 To: perl5-porters@perl.org
9514 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
9515 (UNINSTALLED) [PATCH]
9516 Date: Thu, 19 Aug 1999 09:48:03 +0200
9517 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
9519 The PERL_POLLUTE_MALLOC part had to be manually applied.
9521 ! hints/machten.sh perl.h
9522 ____________________________________________________________________________
9523 [ 4064] By: jhi on 1999/09/01 13:56:14
9524 Log: From: Martin Lichtin <lichtin@bivio.com>
9526 CC: perl5-porters@perl.org
9527 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
9528 Date: Wed, 01 Sep 1999 15:50:04 +0200
9529 Message-ID: <37CD2F0C.944BFACE@bivio.com>
9531 ! lib/ExtUtils/Install.pm
9532 ____________________________________________________________________________
9533 [ 4063] By: jhi on 1999/09/01 13:16:11
9534 Log: Enhance lfs tests: check every seek and sysseek
9535 and test also that -e and -f detect largefiles.
9537 ! t/lib/syslfs.t t/op/lfs.t
9538 ____________________________________________________________________________
9539 [ 4062] By: jhi on 1999/09/01 12:08:04
9540 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
9541 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9542 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
9543 The Perl Porters Mailing List <perl5-porters@perl.org>
9544 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
9545 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
9546 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
9549 ____________________________________________________________________________
9550 [ 4061] By: jhi on 1999/09/01 12:03:03
9551 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9552 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
9553 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
9554 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
9555 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
9556 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
9559 ____________________________________________________________________________
9560 [ 4060] By: jhi on 1999/09/01 07:59:42
9561 Log: IV_DIG and NV_DIG fixes.
9564 ____________________________________________________________________________
9565 [ 4059] By: jhi on 1999/08/31 14:47:18
9566 Log: \C{} -> \N{} residue.
9569 ____________________________________________________________________________
9570 [ 4057] By: gsar on 1999/08/30 22:08:19
9571 Log: avoid hiding child process window
9574 ____________________________________________________________________________
9575 [ 4055] By: jhi on 1999/08/30 21:20:50
9576 Log: Document the undefinedness of overshifting.
9579 ____________________________________________________________________________
9580 [ 4054] By: jhi on 1999/08/30 20:18:18
9581 Log: History fixes and updates.
9584 ____________________________________________________________________________
9585 [ 4053] By: jhi on 1999/08/30 19:34:02
9586 Log: Shell quoting thinko broke installdirs.
9587 From: JVromans@Squirrel.nl (Johan Vromans)
9588 To: perl5-porters@perl.org
9589 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
9591 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
9592 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
9594 ! Configure config_h.SH
9596 ! U/installdirs/archlib.U U/installdirs/bin.U
9597 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
9598 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
9599 ! U/installdirs/man3dir.U U/installdirs/privlib.U
9600 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
9601 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
9602 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
9603 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
9604 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
9605 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
9606 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
9607 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
9608 ! U/installdirs/vendorscriptdir.U
9609 ____________________________________________________________________________
9610 [ 4052] By: jhi on 1999/08/30 02:57:05
9611 Log: Use \N{named characters} instead of \C.
9612 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9614 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
9615 perl5-porters@perl.org (Mailing list Perl5)
9616 Subject: Re: [PATCH 5.005_58] Named characters in Perl
9617 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
9618 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
9620 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
9621 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
9622 ____________________________________________________________________________
9623 [ 4051] By: jhi on 1999/08/30 02:54:20
9624 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
9625 To: perl5-porters@perl.org
9626 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
9628 Date: Sun, 29 Aug 1999 19:04:53 -0400
9629 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
9632 ____________________________________________________________________________
9633 [ 4050] By: jhi on 1999/08/29 16:38:58
9634 Log: Conditionally socksify the LIBS of Socket.
9636 ! ext/Socket/Makefile.PL
9637 ____________________________________________________________________________
9638 [ 4049] By: jhi on 1999/08/29 15:33:30
9639 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9640 To: Mailing list Perl5 <perl5-porters@perl.org>
9641 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
9642 Date: Wed, 25 Aug 1999 16:19:58 -0400
9643 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
9646 ____________________________________________________________________________
9647 [ 4048] By: jhi on 1999/08/29 15:31:36
9648 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9649 To: perl5-porters@perl.org
9650 Subject: [PATCH _61] Lost arguments to simplified sort
9651 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
9652 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
9655 ____________________________________________________________________________
9656 [ 4047] By: jhi on 1999/08/29 15:29:29
9657 Log: From: Olaf Flebbe <olaf@science-computing.de>
9658 Sender: owner-perl5-porters@perl.org
9659 To: perl5-porters@perl.org
9660 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
9661 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
9663 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9664 ! epoc/perl.mmp epoc/perl.pkg
9665 ____________________________________________________________________________
9666 [ 4046] By: jhi on 1999/08/29 15:21:18
9667 Log: From: pvhp@forte.com (Peter Prymmer)
9668 To: perl5-porters@perl.org
9669 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
9670 Date: Fri, 27 Aug 99 18:51:04 PDT
9671 Message-Id: <9908280151.AA05010@forte.com>
9674 ____________________________________________________________________________
9675 [ 4045] By: jhi on 1999/08/29 15:18:38
9676 Log: Fix scalar gmtime (and localtime) in quad environments,
9677 bug reported by Robin Parker.
9679 From: Robin Barker <rmb1@cise.npl.co.uk>
9681 Cc: perl5-porters@perl.org
9682 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9683 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
9684 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
9686 ! pp_sys.c t/op/time.t
9687 ____________________________________________________________________________
9688 [ 4044] By: jhi on 1999/08/29 11:24:03
9689 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9690 To: perl5-porters@perl.org (Mailing list Perl5)
9691 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
9692 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
9693 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
9695 Addendum: it's "only" 33% speedup.
9697 ! dump.c op.c op.h pp.h
9698 ____________________________________________________________________________
9699 [ 4043] By: jhi on 1999/08/29 11:10:33
9700 Log: From: spider-perl@Orb.Nashua.NH.US
9701 To: Mailing list Perl5 <perl5-porters@perl.org>
9702 Subject: [PATCH 5.005_61 CORE] sub : attrlist
9703 Date: Sun, 29 Aug 1999 03:02:11 -0400
9704 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
9706 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
9707 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
9708 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
9709 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9710 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
9711 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
9712 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
9713 ____________________________________________________________________________
9714 [ 4042] By: jhi on 1999/08/29 11:08:50
9715 Log: Turn off gcc-2.95's strict-alias optimization.
9716 This, of course, should be only temporary.
9717 From Andy Dougherty.
9719 ! Configure config_h.SH
9721 ! U/compline/ccflags.U U/modified/cc.U
9722 ____________________________________________________________________________
9723 [ 4041] By: jhi on 1999/08/29 10:47:30
9724 Log: Fix a typo in #4036.
9727 ____________________________________________________________________________
9728 [ 4040] By: jhi on 1999/08/29 10:34:58
9729 Log: Add a missing #endif forgotten by #4035.
9732 ____________________________________________________________________________
9733 [ 4039] By: jhi on 1999/08/29 10:31:19
9734 Log: Remove an extra #endif introduced by #4036.
9737 ____________________________________________________________________________
9738 [ 4038] By: jhi on 1999/08/29 10:18:59
9739 Log: Rename warning to warnings, from Paul Marquess.
9741 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
9742 + t/pragma/warnings.t warnings.h warnings.pl
9743 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9744 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
9745 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
9746 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
9747 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
9748 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
9749 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
9750 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9751 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9752 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9753 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9754 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9755 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
9756 ____________________________________________________________________________
9757 [ 4037] By: jhi on 1999/08/29 10:08:47
9758 Log: Create the equivalence tables based on
9759 the real Unicode decomposition, not on
9762 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9763 ! lib/unicode/mktables.PL
9764 ____________________________________________________________________________
9765 [ 4036] By: jhi on 1999/08/29 09:29:08
9766 Log: Integrate with Sarathy.
9768 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9769 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9770 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9771 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9772 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9773 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9774 !> (integrate 190 files)
9775 ____________________________________________________________________________
9776 [ 4035] By: jhi on 1999/08/29 08:56:15
9777 Log: Implement 64-bit vec().
9779 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9781 ____________________________________________________________________________
9782 [ 4034] By: gsar on 1999/08/29 03:35:18
9783 Log: deadcode removal
9785 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
9786 ! pp_ctl.c proto.h run.c sv.c
9787 ____________________________________________________________________________
9788 [ 4033] By: jhi on 1999/08/28 17:31:07
9789 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
9790 To: perl5-porters@perl.org
9791 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9792 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9793 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9796 ____________________________________________________________________________
9797 [ 4032] By: gsar on 1999/08/26 23:53:33
9798 Log: new thread should set current interp in TLS
9800 ! ext/Thread/Thread.xs
9801 ____________________________________________________________________________
9802 [ 4031] By: bailey on 1999/08/23 03:40:07
9803 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
9805 ! lib/ExtUtils/MM_VMS.pm
9806 ____________________________________________________________________________
9807 [ 4030] By: bailey on 1999/08/23 03:37:43
9808 Log: Patch up holes in realclean target
9810 ! vms/descrip_mms.template
9811 ____________________________________________________________________________
9812 [ 4029] By: bailey on 1999/08/23 03:36:24
9813 Log: Fix handling of PERL_POLLUTE
9815 ! lib/ExtUtils/MM_VMS.pm
9816 ____________________________________________________________________________
9817 [ 4028] By: bailey on 1999/08/23 03:34:08
9818 Log: Update VMS version of perly.h
9821 ____________________________________________________________________________
9822 [ 4027] By: bailey on 1999/08/23 03:32:45
9823 Log: Update dependencies in Descrip.MMS
9825 ! vms/descrip_mms.template
9826 ____________________________________________________________________________
9827 [ 4026] By: bailey on 1999/08/23 03:30:01
9828 Log: Fix prototypes in perlapi.c (64-bit?)
9829 Clear prior definition of getenv_len before defining VMS-specific macro
9831 ! perlapi.c vms/vmsish.h
9832 ____________________________________________________________________________
9833 [ 4025] By: bailey on 1999/08/23 03:25:51
9834 Log: Add '-m' option to Configure.com which skips the MANIFEST check
9837 ____________________________________________________________________________
9838 [ 4024] By: bailey on 1999/08/23 03:23:34
9839 Log: Skip open() tests that rely on Unix fork semantics
9842 ____________________________________________________________________________
9843 [ 4023] By: bailey on 1999/08/23 03:21:46
9844 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
9847 ____________________________________________________________________________
9848 [ 4022] By: bailey on 1999/08/23 03:17:33
9849 Log: update MM_VMS to use new File::Spec routines
9851 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
9852 ____________________________________________________________________________
9853 [ 4021] By: bailey on 1999/08/23 03:13:40
9854 Log: byteperl is now part of the ByteLoader ext
9856 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
9857 ____________________________________________________________________________
9858 [ 4020] By: bailey on 1999/08/23 03:10:41
9859 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
9862 ____________________________________________________________________________
9863 [ 4019] By: bailey on 1999/08/23 03:07:28
9864 Log: Update calls for new thread context handling
9866 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
9867 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
9868 ____________________________________________________________________________
9869 [ 4018] By: bailey on 1999/08/23 03:01:31
9870 Log: Allow for file versions in library when looking for .bs files
9872 ! ext/DynaLoader/DynaLoader_pm.PL
9873 ____________________________________________________________________________
9874 [ 4017] By: bailey on 1999/08/23 02:58:55
9875 Log: Update VMS configuration procedures for 5.005_60
9877 ! configure.com vms/subconfigure.com
9878 ____________________________________________________________________________
9879 [ 4016] By: gsar on 1999/08/20 22:19:56
9888 ____________________________________________________________________________
9889 [ 4015] By: gsar on 1999/08/20 22:17:41
9890 Log: perl_free() should use PerlMem_free()
9893 ____________________________________________________________________________
9894 [ 4014] By: gsar on 1999/08/20 22:10:46
9897 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
9898 ! win32/config.vc win32/config_H.bc win32/config_H.gc
9900 ____________________________________________________________________________
9901 [ 4013] By: gsar on 1999/08/20 22:09:56
9902 Log: DEBUG_m() adjusted to internalize dTHX
9904 ! malloc.c perl.h util.c
9905 ____________________________________________________________________________
9906 [ 4012] By: gsar on 1999/08/20 17:51:06
9907 Log: make autogenerated files writable
9910 ____________________________________________________________________________
9911 [ 4011] By: gsar on 1999/08/20 17:43:47
9914 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
9915 ____________________________________________________________________________
9916 [ 4010] By: gsar on 1999/08/20 17:21:53
9917 Log: up patchlevel &c
9919 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9920 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9921 ____________________________________________________________________________
9922 [ 4009] By: gsar on 1999/08/20 16:46:26
9923 Log: add missing Is/Syl*.pl files
9925 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9926 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9927 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9928 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9929 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9930 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9931 ____________________________________________________________________________
9932 [ 4008] By: gsar on 1999/08/20 16:31:02
9933 Log: integrate cfgperl contents into mainline
9935 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
9936 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9937 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
9939 - lib/unicode/EthiopicSyllables.txt
9940 - lib/unicode/MakeEthiopicSyllables.PL
9941 !> (integrate 261 files)
9942 ____________________________________________________________________________
9943 [ 4007] By: gsar on 1999/08/20 15:24:08
9944 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
9945 USE_THREADS and MULTIPLICITY; minor pod adjustments
9947 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
9948 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
9949 ____________________________________________________________________________
9950 [ 4006] By: jhi on 1999/08/19 19:01:41
9951 Log: Tighten the vec() code so that naughty BITS cause an error.
9954 ____________________________________________________________________________
9955 [ 4005] By: jhi on 1999/08/19 15:55:09
9956 Log: Don't document ill-defined vec() bits cases
9957 (for which the code doesn't work right in any case)
9959 ! pod/perldiag.pod pod/perlfunc.pod
9960 ____________________________________________________________________________
9961 [ 4004] By: jhi on 1999/08/19 12:49:41
9962 Log: Removed duplicated code (in pp.c and mg.c) by introducing
9963 do_vecget(). NOTE: the calling convention of do_vecset()
9964 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
9965 in pp_vec() is no more multiplied by `size' in pp_vec(),
9966 the multiplication is now done in do_vecset().
9968 Also fix a cpp thinko in change #4002.
9970 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
9971 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
9973 ____________________________________________________________________________
9974 [ 4003] By: jhi on 1999/08/18 08:27:22
9975 Log: Warn about small spherical distances.
9978 ____________________________________________________________________________
9979 [ 4002] By: jhi on 1999/08/17 09:11:51
9980 Log: Enhance IV_FITS_IN_IV (though it's still unused).
9983 ____________________________________________________________________________
9984 [ 4001] By: jhi on 1999/08/17 08:13:34
9985 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
9986 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
9987 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
9988 Subject: [PATCH] overload.pm str/num confu
9989 Date: 17 Aug 1999 08:21:12 +0200
9992 ____________________________________________________________________________
9993 [ 4000] By: jhi on 1999/08/17 07:20:23
9994 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
9995 To: perl5-porters@perl.org
9996 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
9997 Date: 16 Aug 1999 14:24:28 -0700
9998 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
10001 ____________________________________________________________________________
10002 [ 3999] By: jhi on 1999/08/16 19:49:09
10003 Log: Integrate with Nick.
10005 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
10006 ____________________________________________________________________________
10007 [ 3998] By: jhi on 1999/08/16 19:44:29
10008 Log: Fix most of the pod2man moanings reported in
10010 From: "Larry W. Virden" <lvirden@cas.org>
10011 To: perl5-porters@perl.org
10012 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
10014 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
10015 Message-Id: <199908031935.PAA27692@cas.org>
10017 Configure regen'ed.
10019 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10020 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
10021 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
10022 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
10023 ! utils/h2xs.PL utils/perlcc.PL
10024 ____________________________________________________________________________
10025 [ 3997] By: jhi on 1999/08/16 19:20:37
10026 Log: A fix of sorts for the flush-before-dup scenario.
10029 ____________________________________________________________________________
10030 [ 3996] By: jhi on 1999/08/16 19:14:37
10031 Log: More paranoia.
10034 ____________________________________________________________________________
10035 [ 3995] By: jhi on 1999/08/16 18:55:35
10036 Log: Batch of small 64-bit/long double/large file support tweaks:
10037 - scan for LDBL_DIG
10038 - from DBL_DIG and LDBL_DIG select NV_DIG
10039 - introduce IVSIZE, UVSIZE, NVSIZE
10042 - AIX uses `oslevel` when others use `uname -r`
10043 - already AIX 4.2 goes 64-bit
10044 - in HP-UX require the 64-bit libc, just the directory isn't enough
10045 - group ids are not NVs
10046 - #undef USE_LONG_DOUBLE if long double is no better than double
10047 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
10048 - mention large file support in perldelta
10049 - introduce quad TOPpin' and POPpin'
10050 - the svcat... buffer was tiny for printing quads in %b
10051 - fix the multiplication test in 64bit.t
10052 - try to make VMS to comply with all this removal and "introducal"
10055 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
10056 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
10057 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
10059 ! U/modified/d_longdbl.U
10060 Branch: metaconfig/U/perl
10062 ____________________________________________________________________________
10063 [ 3994] By: jhi on 1999/08/16 07:53:44
10064 Log: More Configure/subconfigure.com syncing.
10066 ! vms/subconfigure.com
10067 ____________________________________________________________________________
10068 [ 3993] By: jhi on 1999/08/14 22:09:26
10069 Log: Remove from VMS what the change #3982 took away from Configure lands.
10071 ! vms/subconfigure.com
10072 ____________________________________________________________________________
10073 [ 3992] By: jhi on 1999/08/14 13:29:13
10074 Log: Small test tweaks.
10076 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
10077 ____________________________________________________________________________
10078 [ 3991] By: jhi on 1999/08/14 13:08:41
10079 Log: Augment filesize limit note.
10082 ____________________________________________________________________________
10083 [ 3990] By: jhi on 1999/08/14 13:06:12
10084 Log: Note about filesize limits.
10087 ____________________________________________________________________________
10088 [ 3989] By: jhi on 1999/08/14 11:31:58
10089 Log: Catch the case of filesize limits.
10091 ! t/lib/syslfs.t t/op/lfs.t
10092 ____________________________________________________________________________
10093 [ 3988] By: nick on 1999/08/14 09:20:58
10094 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
10095 this causes a POPSTACK panic. The problem seems to be that although
10096 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
10097 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
10098 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
10099 messing with CATCH_SET() in call_sv, use it in perl_vdie().
10100 Add test to op/eval.t which will fail (panic) if bug comes back.
10101 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
10103 ! cop.h perl.c t/op/eval.t util.c
10104 ____________________________________________________________________________
10105 [ 3987] By: jhi on 1999/08/13 23:57:52
10106 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
10107 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
10108 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
10109 Date: Fri, 13 Aug 1999 17:42:47 -0500
10110 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
10112 ! lib/ExtUtils/MM_VMS.pm
10113 ____________________________________________________________________________
10114 [ 3986] By: jhi on 1999/08/13 23:56:44
10115 Log: Don't quit before printing out the message.
10117 ! t/lib/syslfs.t t/op/lfs.t
10118 ____________________________________________________________________________
10119 [ 3985] By: jhi on 1999/08/13 23:35:49
10120 Log: Remove more t/ trash on target "clean".
10123 ____________________________________________________________________________
10124 [ 3984] By: jhi on 1999/08/13 23:02:53
10125 Log: Avoid double long double.
10127 ! Configure config_h.SH
10128 Branch: metaconfig/U/perl
10130 ____________________________________________________________________________
10131 [ 3983] By: jhi on 1999/08/13 22:59:56
10132 Log: BYTEORDER fix.
10134 ! Configure config_h.SH
10136 ! U/compline/byteorder.U
10137 ____________________________________________________________________________
10138 [ 3982] By: jhi on 1999/08/13 22:48:40
10139 Log: Jumbo Configure and large file support update.
10140 Remove a lot of unneeded 64-bitness cruft;
10141 re-introduce BYTEORDER; update 64-bitness hints;
10142 lfs should now work in Solaris; long doubles in AIX.
10144 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
10145 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
10146 ! perlsdio.h pp.h pp_sys.c
10148 ! U/compline/byteorder.U U/compline/ccflags.U
10149 Branch: metaconfig/U/perl
10150 ! d_dlsymun.U io64.U uselongdbl.U
10151 ____________________________________________________________________________
10152 [ 3980] By: jhi on 1999/08/13 15:09:11
10153 Log: Introduce HAS_LLSEEK.
10155 ! Configure config_h.SH perl.h
10156 ____________________________________________________________________________
10157 [ 3979] By: jhi on 1999/08/13 14:29:47
10158 Log: From: <dan@sidhe.org>
10159 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
10160 sarathy@activestate.com
10161 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
10162 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
10163 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
10166 ____________________________________________________________________________
10167 [ 3978] By: jhi on 1999/08/13 09:56:46
10168 Log: Make the 64-bit tests more paranoid.
10171 ____________________________________________________________________________
10172 [ 3976] By: jhi on 1999/08/12 21:49:16
10173 Log: IRIX64 needs more -mabi=64 with gcc.
10176 ____________________________________________________________________________
10177 [ 3975] By: jhi on 1999/08/12 21:02:03
10178 Log: Reincarnate change #3967, now in more modest form.
10181 ____________________________________________________________________________
10182 [ 3974] By: jhi on 1999/08/12 20:49:36
10183 Log: Remove rt from libswanted (I added it many moons ago
10184 when I thought it would be useful in Digital UNIX,
10185 I was wrong); undo the recent IRIX hints changes,
10186 getting rid of one warning brought new ones.
10188 ! Configure config_h.SH hints/irix_6.sh
10190 ! U/modified/Myinit.U
10191 ____________________________________________________________________________
10192 [ 3973] By: jhi on 1999/08/12 19:42:53
10193 Log: st_blocks is in 512 byte blocks.
10195 ! t/lib/syslfs.t t/op/lfs.t
10196 ____________________________________________________________________________
10197 [ 3972] By: jhi on 1999/08/12 19:27:31
10198 Log: Don't claim defeat too early.
10200 ! Configure config_h.SH
10201 Branch: metaconfig/U/perl
10203 ____________________________________________________________________________
10204 [ 3971] By: jhi on 1999/08/12 19:24:14
10205 Log: IRIX 64-bit hint tweak.
10208 ____________________________________________________________________________
10209 [ 3970] By: nick on 1999/08/12 19:17:20
10210 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
10211 tests i.e. RV2AV and RV2HV
10213 ! op.c t/pragma/warn/op
10214 ____________________________________________________________________________
10215 [ 3969] By: jhi on 1999/08/12 19:06:17
10216 Log: Add Configure -Duselongdouble and add a missing semicolon.
10218 ! Configure config_h.SH sv.c
10219 Branch: metaconfig/U/perl
10221 ____________________________________________________________________________
10222 [ 3968] By: jhi on 1999/08/12 18:46:00
10223 Log: Simply exit() early if lfs support seems unlikely.
10225 ! t/lib/syslfs.t t/op/lfs.t
10226 ____________________________________________________________________________
10227 [ 3967] By: jhi on 1999/08/12 18:44:05
10228 Log: Suffer silently for unused libraries.
10231 ____________________________________________________________________________
10232 [ 3966] By: jhi on 1999/08/12 13:18:44
10233 Log: Update MANIFEST to follow change #3965.
10236 ____________________________________________________________________________
10237 [ 3965] By: jhi on 1999/08/12 13:15:38
10238 Log: Regenerate Unicode tables based on new syllable lists
10242 ____________________________________________________________________________
10243 [ 3964] By: jhi on 1999/08/12 10:06:24
10244 Log: Remove more spurious casting.
10247 ____________________________________________________________________________
10248 [ 3963] By: jhi on 1999/08/12 08:18:53
10249 Log: Minor niggles on the lfs tests.
10251 ! t/lib/syslfs.t t/op/lfs.t
10252 ____________________________________________________________________________
10253 [ 3962] By: jhi on 1999/08/11 22:48:25
10254 Log: Don't bother with lfs testing if off_t is too small.
10256 ! t/lib/syslfs.t t/op/lfs.t
10257 ____________________________________________________________________________
10258 [ 3961] By: jhi on 1999/08/11 22:22:54
10259 Log: Long double patches from Dan Sugalski.
10262 ____________________________________________________________________________
10263 [ 3960] By: jhi on 1999/08/11 22:17:55
10264 Log: Flush buffer before duplicating file descriptor.
10266 From: Mark-Jason Dominus <mjd@plover.com>
10267 To: Graham Barr <gbarr@pobox.com>
10268 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
10269 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
10270 Date: Wed, 11 Aug 1999 15:56:09 -0400
10271 Message-ID: <19990811195610.5933.qmail@plover.com>
10273 From: Mark-Jason Dominus <mjd@plover.com>
10274 To: perl5-porters@perl.org
10275 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
10276 Date: Wed, 11 Aug 1999 16:05:46 -0400
10277 Message-ID: <19990811200546.6165.qmail@plover.com>
10279 ! doio.c pod/perldelta.pod
10280 ____________________________________________________________________________
10281 [ 3959] By: jhi on 1999/08/11 22:11:35
10282 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
10284 From: "Craig A. Berry" <craig.berry@metamor.com>
10285 Sender: owner-perl5-porters@perl.org
10286 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
10287 bailey@newman.upenn.edu
10288 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
10290 Date: Wed, 11 Aug 1999 14:31:11 -0500
10291 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
10294 ____________________________________________________________________________
10295 [ 3958] By: jhi on 1999/08/11 15:35:45
10296 Log: Add a hopefully comforting message if there seems to be no LFS.
10297 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
10298 The tests will fail on lfs tests only if quad is available,
10299 if ENOQUAD, the lfs tests will be skipped.
10301 ! t/lib/syslfs.t t/op/lfs.t
10302 ____________________________________________________________________________
10303 [ 3957] By: jhi on 1999/08/11 12:25:59
10304 Log: Unapply an experimental patch that accidentally escaped
10305 from the lab by piggybacking with the change #3955.
10307 ! pp.c pp.h pp_hot.c
10308 ____________________________________________________________________________
10309 [ 3956] By: jhi on 1999/08/11 08:19:23
10310 Log: Add sysio large file support testing.
10313 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
10314 ____________________________________________________________________________
10315 [ 3955] By: jhi on 1999/08/10 22:39:11
10316 Log: From: <dan@sidhe.org>
10317 To: vmsperl@perl.org, perl5-porters@perl.org,
10318 sarathy@activestate.com, bailey@newman.upenn.edu
10319 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
10321 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
10322 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
10324 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
10325 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
10327 ____________________________________________________________________________
10328 [ 3954] By: jhi on 1999/08/10 20:37:55
10329 Log: LFS testing robustness.
10332 ____________________________________________________________________________
10333 [ 3953] By: jhi on 1999/08/10 19:54:50
10334 Log: From: <dan@sidhe.org>
10335 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
10336 sarathy@activestate.com
10337 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
10338 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
10339 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
10341 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10342 ! vms/subconfigure.com vms/vmsish.h
10343 ____________________________________________________________________________
10344 [ 3952] By: jhi on 1999/08/10 17:18:57
10345 Log: AIX is different, again. Now in cc -E output.
10347 ! Configure config_h.SH
10349 ! U/modified/cppstdin.U
10350 ____________________________________________________________________________
10351 [ 3951] By: jhi on 1999/08/10 14:37:08
10352 Log: Use Pid_t on pgrp matters.
10355 ____________________________________________________________________________
10356 [ 3950] By: jhi on 1999/08/10 14:35:30
10359 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10360 ! pp_sys.c proto.h util.c
10361 ____________________________________________________________________________
10362 [ 3949] By: jhi on 1999/08/10 14:11:15
10365 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10366 ! perlapi.h pp_sys.c proto.h
10367 ____________________________________________________________________________
10368 [ 3948] By: jhi on 1999/08/10 13:53:19
10369 Log: Small perlbug doc tweaks from Jon Orwant.
10372 ____________________________________________________________________________
10373 [ 3947] By: jhi on 1999/08/10 09:55:11
10374 Log: Large file support testing.
10377 ! MANIFEST t/op/64bit.t
10378 ____________________________________________________________________________
10379 [ 3946] By: jhi on 1999/08/10 09:13:54
10380 Log: Remove I32 casting from time-related functions.
10383 ____________________________________________________________________________
10384 [ 3945] By: jhi on 1999/08/10 09:06:42
10385 Log: Gratuitous uid and gid casts to I32s and ints removed.
10386 There are still problem spots in printfing such ids:
10387 width (%d vs %ld) and signedness %d vs %u.
10389 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10390 ! perl.c perlapi.c pp_hot.c proto.h
10391 ____________________________________________________________________________
10392 [ 3944] By: jhi on 1999/08/10 07:43:03
10393 Log: Remove I32 casts from pp_stat, these make stat()
10394 very broken e.g. on files larger than 2 gigabytes.
10396 From: Phil Lobbes <phil@finchcomputer.com>
10397 To: perl5-porters@perl.org
10398 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
10400 Date: Mon, 09 Aug 1999 21:38:54 -0700
10401 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
10403 There are more of these I32 casts all over pp_sys.c,
10404 all of them should be checked.
10407 ____________________________________________________________________________
10408 [ 3943] By: jhi on 1999/08/10 07:38:30
10409 Log: Remove blathering.
10411 ! lib/unicode/mktables.PL
10412 ____________________________________________________________________________
10413 [ 3942] By: jhi on 1999/08/09 20:35:13
10414 Log: lexwarn maintenance: new warning class unsafe
10415 subclasses 'overflow' and 'portable' created,
10416 used by the recent integer overflow warnings.
10417 Class syntax subclass 'octal' renamed to 'digit',
10418 binary and hexadecimal parsing errors also 'digit' warnings.
10420 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
10421 ! util.c warning.h warning.pl
10422 ____________________________________________________________________________
10423 [ 3941] By: jhi on 1999/08/09 10:40:47
10424 Log: Integrate with Nick.
10427 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
10428 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
10429 ____________________________________________________________________________
10430 [ 3940] By: jhi on 1999/08/09 10:32:43
10431 Log: Regenerate the Unicode tables after having updated the Unicode
10432 database (change #3939).
10435 ____________________________________________________________________________
10436 [ 3939] By: jhi on 1999/08/09 10:27:22
10437 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
10439 ! lib/unicode/UnicodeData-Latest.txt
10440 ____________________________________________________________________________
10441 [ 3938] By: jhi on 1999/08/09 10:25:54
10442 Log: Ethiopic changes via private email from Daniel Yacob,
10443 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
10444 Canadian Syllabics and Yi under construction.
10446 + lib/unicode/syllables.txt
10447 - lib/unicode/EthiopicSyllables.txt
10448 - lib/unicode/MakeEthiopicSyllables.PL
10449 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
10450 ! lib/unicode/mktables.PL
10451 ____________________________________________________________________________
10452 [ 3937] By: jhi on 1999/08/09 10:21:51
10453 Log: Move the equivalence class creation last.
10455 ! lib/unicode/mktables.PL
10456 ____________________________________________________________________________
10457 [ 3936] By: jhi on 1999/08/09 10:20:40
10458 Log: Compute equivalence classes (diacritics stripping) only
10459 for letters, not for ligatures.
10461 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10462 ! lib/unicode/mktables.PL
10463 ____________________________________________________________________________
10464 [ 3935] By: nick on 1999/08/08 13:53:57
10465 Log: Will now correctly re-call
10467 if requested. This should allow build on Win32 and other
10468 platforms where you cannot link to loadables directly.
10471 ____________________________________________________________________________
10472 [ 3934] By: nick on 1999/08/07 12:23:55
10473 Log: Vishal Bhatia <vishalb@my-deja.com>
10474 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
10475 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
10478 ____________________________________________________________________________
10479 [ 3933] By: nick on 1999/08/07 12:19:46
10480 Log: B::C changes to get simple Tk app. compiling again
10483 ____________________________________________________________________________
10484 [ 3932] By: jhi on 1999/08/06 21:17:16
10485 Log: Regen Configure to include change #3915.
10487 ! Configure config_h.SH
10488 ____________________________________________________________________________
10489 [ 3931] By: jhi on 1999/08/06 18:52:57
10492 ! Todo Todo-5.005 lib/unicode/mktables.PL
10493 ____________________________________________________________________________
10494 [ 3930] By: jhi on 1999/08/06 13:13:05
10495 Log: Character class equivalence tables.
10497 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10498 ! MANIFEST lib/unicode/mktables.PL
10499 ____________________________________________________________________________
10500 [ 3929] By: jhi on 1999/08/06 11:59:11
10501 Log: More Fcntl constants. (This process really needs
10502 to be automated, at least partly, see the Errno extension.)
10503 Now also the SEEK_ constants are available via the Fcntl.
10504 Yes, this is redundant (IO::Seekable and POSIX supply them already),
10505 but now Fcntl is a one-stop shopping mall for all your
10506 file-related constants.
10508 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
10509 ____________________________________________________________________________
10510 [ 3928] By: jhi on 1999/08/06 08:08:03
10511 Log: Protect against pack/unpack repeat count overflows,
10514 From: Nathan Torkington <gnat@frii.com>
10515 To: Brian Keefer <mgomes@cwix.com>
10516 Cc: perl5-porters@perl.org
10517 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
10518 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
10519 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
10521 ! pod/perldiag.pod pp.c
10522 ____________________________________________________________________________
10523 [ 3927] By: jhi on 1999/08/06 07:32:20
10524 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
10526 From: Nathan Torkington <gnat@frii.com>
10527 To: perl5-porters@perl.org
10528 Subject: Bugfix for my bugfix
10529 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
10530 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
10532 ! ext/B/B/Assembler.pm
10533 ____________________________________________________________________________
10534 [ 3926] By: jhi on 1999/08/05 17:25:19
10535 Log: Fix regex charclass parsing so that bogus ranges
10536 like [0-\d] and [[:word:]-z] are no more allowed.
10537 The anomaly was noticed by Guy Decoux.
10539 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
10540 ____________________________________________________________________________
10541 [ 3925] By: jhi on 1999/08/05 10:31:47
10542 Log: split /^/ deprecation warning should not be on by default.
10545 ____________________________________________________________________________
10546 [ 3923] By: jhi on 1999/08/05 09:16:57
10547 Log: From: paul.marquess@bt.com
10548 To: jhi@iki.fi, paul.marquess@bt.com
10549 Cc: gsar@ActiveState.com, perl5-porters@perl.org
10550 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
10551 Date: Thu, 5 Aug 1999 09:33:14 +0100
10552 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
10555 ____________________________________________________________________________
10556 [ 3921] By: jhi on 1999/08/05 08:05:13
10557 Log: From: paul.marquess@bt.com
10558 To: perl5-porters@perl.org
10559 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
10560 randy@theoryx5.uwinnipeg.ca
10561 Subject: [PATCH 5.005_60] DB_File 1.70
10562 Date: Wed, 4 Aug 1999 23:22:22 +0100
10563 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
10565 (Replaces change #3917)
10567 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10568 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10569 ____________________________________________________________________________
10570 [ 3920] By: jhi on 1999/08/04 19:02:58
10571 Log: From: Nathan Torkington <gnat@frii.com>
10572 To: perl5-porters@perl.org
10573 Subject: [5.005_60 PATCH] Make B::Bytecode work
10574 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
10575 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
10577 ! ext/B/B/Assembler.pm
10578 ____________________________________________________________________________
10579 [ 3919] By: jhi on 1999/08/04 10:56:26
10580 Log: Update history records.
10583 ____________________________________________________________________________
10584 [ 3918] By: jhi on 1999/08/04 09:36:13
10585 Log: Minor fixes to linux -Dusethreads -Duseperlio.
10588 ____________________________________________________________________________
10589 [ 3917] By: jhi on 1999/08/04 08:13:20
10590 Log: (Replaced by change #3921)
10591 From: paul.marquess@bt.com
10592 To: gsar@activestate.com
10593 Cc: perl5-porters@perl.org
10594 Subject: [PATCH 5.005_60] DB_File 1.69
10595 Date: Tue, 3 Aug 1999 22:55:00 +0100
10596 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
10598 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10599 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10600 ____________________________________________________________________________
10601 [ 3916] By: jhi on 1999/08/04 07:59:05
10602 Log: Introduce the charnames pragma.
10604 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
10605 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
10606 To: Chip Salzenberg <[11]chip@perlsupport.com>
10607 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
10608 Date: Sat, 31 Jul 1999 05:44:05 -0400
10609 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
10611 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10612 To: Mailing list Perl5 <perl5-porters@perl.org>
10613 Subject: [PATCH 5.005_58] Named characters in Perl
10614 Date: Mon, 2 Aug 1999 19:25:40 -0400
10615 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
10617 + lib/charnames.pm t/lib/charnames.t
10618 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10619 ! pod/perlre.pod regcomp.c toke.c
10620 ____________________________________________________________________________
10621 [ 3915] By: jhi on 1999/08/03 21:18:49
10622 Log: Support Configure -Dmake=pmake.
10623 Via private email from Andy.
10624 NOTE: assumes "basename" command.
10626 ! U/modified/Config_sh.U
10627 ____________________________________________________________________________
10628 [ 3914] By: jhi on 1999/08/03 21:11:11
10629 Log: The op/filetest.t failed subtest 7 if testing as root.
10631 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
10632 To: perl5-porters@perl.org
10633 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
10634 Date: Tue, 27 Jul 1999 22:54:05 +0200
10635 Message-Id: <379E1C6D.626DC765@club-internet.fr>
10638 ____________________________________________________________________________
10639 [ 3911] By: jhi on 1999/08/03 19:52:38
10640 Log: The "-Dusethreads -Duseperlio" combination failed.
10642 From: Spider Boardman <spider@leggy.zk3.dec.com>
10643 To: perl5-porters@perl.org
10644 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
10646 Date: Tue, 3 Aug 1999 14:25:00 -0400
10647 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
10649 See also change #3912.
10652 ____________________________________________________________________________
10653 [ 3910] By: jhi on 1999/08/03 10:44:24
10654 Log: From: Chris Nandor <pudge@pobox.com>
10655 To: perl5-porters@perl.org
10656 Subject: [PATCH 5.005_58] perlbug.PL 1.27
10657 Date: Wed, 28 Jul 1999 23:42:49 -0400
10658 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
10661 ____________________________________________________________________________
10662 [ 3909] By: jhi on 1999/08/03 10:41:04
10663 Log: Hints for building ByteLoader in SunoS. Based on
10664 From: Andy Dougherty <doughera@lafayette.edu>
10665 To: Gurusamy Sarathy <gsar@activestate.com>
10666 Cc: Perl Porters <perl5-porters@perl.org>
10667 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
10668 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
10669 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
10671 + ext/ByteLoader/hints/sunos.pl
10672 ! MANIFEST ext/ByteLoader/ByteLoader.xs
10673 ____________________________________________________________________________
10674 [ 3908] By: jhi on 1999/08/03 09:29:22
10675 Log: Clarify RE engine code; inline a static function to a macro;
10676 make exact string nodes smaller.
10678 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10679 To: perl5-porters@perl.org (Mailing list Perl5)
10680 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
10681 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
10682 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
10684 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
10685 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
10686 ! regnodes.h warning.h
10687 ____________________________________________________________________________
10688 [ 3907] By: jhi on 1999/08/03 08:11:49
10689 Log: 5_59 configured with -Dd_bincompat5005 can't be made
10690 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
10692 From: Spider Boardman <spider@leggy.zk3.dec.com>
10693 To: perl5-porters@perl.org
10694 Subject: [ID 19990802.016] Not OK: perl 5.00559
10695 Date: Mon, 2 Aug 1999 16:11:13 -0400
10696 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
10699 ____________________________________________________________________________
10700 [ 3906] By: jhi on 1999/08/03 07:48:59
10701 Log: Change #3790 redemption: with a little additional
10702 patch from Ilya it works okay.
10704 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10705 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
10706 ____________________________________________________________________________
10707 [ 3905] By: gsar on 1999/08/02 21:03:23
10708 Log: this will be 5.005_60
10716 ____________________________________________________________________________
10717 [ 3904] By: gsar on 1999/08/02 20:30:23
10718 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
10719 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
10722 ! embed.h embed.pl global.sym opcode.h perlapi.c
10723 ____________________________________________________________________________
10724 [ 3903] By: gsar on 1999/08/02 20:26:07
10725 Log: native int pack/unpack fixes (from Spider Boardman
10726 <spider@leggy.zk3.dec.com>)
10729 ____________________________________________________________________________
10730 [ 3902] By: gsar on 1999/08/02 20:24:41
10731 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
10732 <spider@leggy.zk3.dec.com>)
10735 ! Changes MANIFEST opcode.pl perl.h
10736 ____________________________________________________________________________
10737 [ 3901] By: gsar on 1999/08/02 18:51:18
10738 Log: integrate cfgperl contents
10740 !> INSTALL README pod/perldelta.pod
10741 ____________________________________________________________________________
10742 [ 3900] By: jhi on 1999/08/02 18:46:21
10743 Log: Update README and INSTALL; partly based on the message
10745 From: "John L. Allen" <allen@grumman.com>
10746 To: Jarkko Hietaniemi <jhi@iki.fi>
10747 cc: perl5-porters@perl.org
10748 Subject: Re: Perl Installation Problem
10749 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
10750 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
10752 and private email from Andy Dougherty.
10755 ____________________________________________________________________________
10756 [ 3899] By: jhi on 1999/08/02 18:36:35
10757 Log: Integrate with Sarathy.
10760 ____________________________________________________________________________
10761 [ 3898] By: jhi on 1999/08/02 18:34:49
10762 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
10764 ! pod/perldelta.pod
10765 ____________________________________________________________________________
10766 [ 3897] By: gsar on 1999/08/02 18:18:37
10767 Log: optimizations could sometimes bypass bareword check
10770 ____________________________________________________________________________
10771 [ 3896] By: jhi on 1999/08/02 18:18:34
10772 Log: Integrate with Sarathy.
10774 !> Changes makedef.pl patchlevel.h win32/Makefile
10775 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10776 !> win32/makefile.mk
10777 ____________________________________________________________________________
10778 [ 3895] By: gsar on 1999/08/02 17:22:40
10779 Log: up patchlevel etc.
10781 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10782 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10783 ____________________________________________________________________________
10784 [ 3894] By: gsar on 1999/08/02 17:12:31
10785 Log: integrate change#3893, make it conditional on bincompat5005
10788 ____________________________________________________________________________
10789 [ 3893] By: jhi on 1999/08/02 16:49:08
10790 Log: PERL_BINCOMPAT_5005 symbol translation.
10791 (AIX wouldn't link neither perl nor extensions.)
10794 ____________________________________________________________________________
10795 [ 3892] By: gsar on 1999/08/02 16:09:13
10796 Log: integrate cfgperl contents into mainline
10800 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
10801 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
10802 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
10803 ____________________________________________________________________________
10804 [ 3891] By: jhi on 1999/08/02 14:52:40
10805 Log: AIX long long probing requires LL suffix for
10806 the ll constant. The suffix doesn't seem
10807 to bother other ll platforms.
10809 ! Configure config_h.SH hints/aix.sh
10810 Branch: metaconfig/U/perl
10812 ____________________________________________________________________________
10813 [ 3890] By: jhi on 1999/08/02 14:21:55
10814 Log: Exact path to perl for open -|.
10817 ____________________________________________________________________________
10818 [ 3889] By: jhi on 1999/08/02 14:18:03
10819 Log: Integrate with Sarathy.
10821 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
10822 !> win32/Makefile win32/config_H.bc win32/config_H.gc
10823 !> win32/config_H.vc win32/makefile.mk win32/win32.c
10824 ____________________________________________________________________________
10825 [ 3888] By: jhi on 1999/08/02 14:14:29
10826 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
10829 ____________________________________________________________________________
10830 [ 3887] By: jhi on 1999/08/02 12:53:10
10831 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
10832 emacs code indentation doesn't get wrong ideas--
10833 in other words, introduce a couple of "redundant" if:s.
10835 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
10837 ____________________________________________________________________________
10838 [ 3886] By: jhi on 1999/08/02 12:43:16
10839 Log: Mention that also *BSD systems with glibc are known to stumble.
10841 ! t/pragma/warn/pp_hot
10842 ____________________________________________________________________________
10843 [ 3885] By: jhi on 1999/08/02 12:34:15
10844 Log: Allow also non-long long but still quad platforms print quads.
10846 ! Configure config_h.SH
10847 Branch: metaconfig/U/perl
10848 ! longdblfio.U quadfio.U
10849 ____________________________________________________________________________
10850 [ 3884] By: jhi on 1999/08/02 11:56:14
10851 Log: Fix regclass utf8 hex ranges for quads.
10854 ____________________________________________________________________________
10855 [ 3883] By: jhi on 1999/08/02 11:42:14
10856 Log: Enhance the description of how to detect quad support.
10859 ____________________________________________________________________________
10860 [ 3882] By: jhi on 1999/08/02 11:22:19
10861 Log: Fix printf %D %U %O for quads.
10863 ! sv.c t/op/64bit.t
10864 ____________________________________________________________________________
10865 [ 3881] By: jhi on 1999/08/02 11:16:12
10866 Log: Document quad printing.
10869 ____________________________________________________________________________
10870 [ 3880] By: jhi on 1999/08/02 10:32:01
10871 Log: More 64-bit fixing. One known bug of that kind
10872 remains, 32-bit platforms using long long in
10873 the test t/pragma/utf8 subtests 1-3 fail.
10874 (Update: change #3884 fixed that one.)
10877 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
10883 ____________________________________________________________________________
10884 [ 3879] By: gsar on 1999/08/02 08:18:58
10885 Log: integrate cfgperl changes into mainline
10887 !> Configure config_h.SH sv.c
10888 ____________________________________________________________________________
10889 [ 3878] By: gsar on 1999/08/02 08:13:16
10890 Log: change#3692 had an unintentional patch leak through!
10891 (this would explain the mysterious C<next LABEL> failures
10895 ____________________________________________________________________________
10896 [ 3877] By: gsar on 1999/08/02 08:00:29
10897 Log: up patchlevel to 59
10899 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10900 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10901 ! win32/makefile.mk
10902 ____________________________________________________________________________
10903 [ 3876] By: gsar on 1999/08/02 07:51:18
10904 Log: fix coredump under usethreads+debug
10907 ____________________________________________________________________________
10908 [ 3875] By: jhi on 1999/08/02 07:50:51
10909 Log: d_bincompat5005 could be left empty.
10911 ! Configure config_h.SH
10912 Branch: metaconfig/U/perl
10914 ____________________________________________________________________________
10915 [ 3874] By: jhi on 1999/08/02 07:42:45
10916 Log: Fix printf %d when IV is quad.
10919 ____________________________________________________________________________
10920 [ 3873] By: gsar on 1999/08/02 07:41:03
10921 Log: fix d_bincompat5005='' junking config.h
10924 ____________________________________________________________________________
10925 [ 3872] By: gsar on 1999/08/02 07:38:48
10926 Log: C needs parameter list, not merely type
10929 ____________________________________________________________________________
10930 [ 3871] By: jhi on 1999/08/02 07:20:51
10931 Log: Integrate with Sarathy.
10933 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
10934 ____________________________________________________________________________
10935 [ 3870] By: gsar on 1999/08/02 07:12:18
10936 Log: integrate cfgperl changes into mainline
10939 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10940 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
10941 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
10943 ____________________________________________________________________________
10944 [ 3869] By: gsar on 1999/08/02 06:59:09
10945 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10946 Date: Sat, 31 Jul 1999 19:08:33 -0700
10947 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
10948 Subject: [PATCH 5.005_58] "use constant" in the compiler
10950 ! ext/B/B/C.pm ext/B/B/CC.pm
10951 ____________________________________________________________________________
10952 [ 3868] By: gsar on 1999/08/02 06:55:51
10953 Log: debug build tweak
10956 ____________________________________________________________________________
10957 [ 3867] By: gsar on 1999/08/02 06:35:18
10958 Log: create vmsperl branch (to be owned and operated by: cbailey)
10960 +> (branch 1476 files)
10961 ____________________________________________________________________________
10962 [ 3866] By: jhi on 1999/08/01 23:34:40
10963 Log: so_locations once is enough.
10966 ____________________________________________________________________________
10967 [ 3865] By: jhi on 1999/08/01 23:13:05
10968 Log: Simplicate duplicated code.
10971 ____________________________________________________________________________
10972 [ 3864] By: jhi on 1999/08/01 22:41:41
10973 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
10975 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
10976 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
10977 - README.cygwin32 cygwin32/Makefile.SHs
10978 - cygwin32/build-instructions.READFIRST
10979 - cygwin32/build-instructions.charles-wilson
10980 - cygwin32/build-instructions.sebastien-barre
10981 - cygwin32/build-instructions.steven-morlock
10982 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
10983 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
10984 - hints/cygwin32.sh
10985 !> (integrate 61 files)
10986 ____________________________________________________________________________
10987 [ 3863] By: jhi on 1999/08/01 22:36:02
10988 Log: Regen Configure and Glossary once again.
10990 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10992 ____________________________________________________________________________
10993 [ 3862] By: jhi on 1999/08/01 22:26:09
10994 Log: Glossary update for #3861.
10996 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10998 ____________________________________________________________________________
10999 [ 3861] By: jhi on 1999/08/01 22:22:51
11000 Log: 64-bit work. Now 32-bit platforms get a 100% make test
11001 with -Duse64bits (using long long).
11002 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
11003 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
11004 'print unpack "q", pack "q", 12345678901'
11005 should work on such 32-bit platforms.
11006 Still a lot of printf()s behind -D which wrongly assume
11007 that %ld/%lx and (long) are a good combination.
11008 Introducing a slew of new macros intended to be used in printf()
11009 format strings: e. g. PERL_PRId64 is the string to be used
11010 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
11011 The PRI... naming follows the C9X naming of <inttypes.h> macros.
11013 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11014 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
11015 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
11016 Branch: metaconfig/U/perl
11017 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
11018 ____________________________________________________________________________
11019 [ 3860] By: gsar on 1999/08/01 21:23:18
11020 Log: integrate cfgperl contents into mainline
11023 !> (integrate 29 files)
11024 ____________________________________________________________________________
11025 [ 3859] By: gsar on 1999/08/01 21:13:09
11026 Log: From: Nathan Torkington <gnat@frii.com>
11027 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
11028 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
11029 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
11031 ! ext/B/B/Disassembler.pm
11032 ____________________________________________________________________________
11033 [ 3858] By: gsar on 1999/08/01 21:09:15
11034 Log: DB_File 1.68 update from Paul Marquess
11036 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11037 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11039 ____________________________________________________________________________
11040 [ 3857] By: gsar on 1999/08/01 21:05:54
11041 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11042 Date: Sat, 31 Jul 1999 05:13:38 -0400
11043 Message-Id: <199907311407.IAA25038@localhost.frii.com>
11044 Subject: [PATCH 5.005_58] More optimizations to REx engine
11046 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
11047 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
11048 ____________________________________________________________________________
11049 [ 3856] By: gsar on 1999/08/01 20:59:59
11050 Log: slightly modified version of suggested patch
11051 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11052 Date: Sat, 31 Jul 1999 04:45:12 -0400
11053 Message-Id: <199907311406.IAA25034@localhost.frii.com>
11054 Subject: [PATCH 5.005_58] Fix OS/2 build
11056 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
11057 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
11058 ____________________________________________________________________________
11059 [ 3855] By: gsar on 1999/08/01 20:49:06
11061 From: "Fifer, Eric" <EFifer@sanwaint.com>
11062 Date: Fri, 30 Jul 1999 18:31:48 +0100
11063 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
11064 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
11066 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
11067 ! pp_sys.c unixish.h util.c
11068 ____________________________________________________________________________
11069 [ 3854] By: gsar on 1999/08/01 20:41:53
11070 Log: fixes from Stephen McCamant that address bugs in change#3612
11071 (the optimization shouldn't be enabled in expressions where
11072 the variable is introduced), and fix Deparse to grok the
11074 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
11075 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
11076 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
11078 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
11079 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
11080 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
11082 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
11083 Message-Id: <199907310326.VAA24376@localhost.frii.com>
11084 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
11086 ! ext/B/B/Deparse.pm op.c
11087 ____________________________________________________________________________
11088 [ 3853] By: gsar on 1999/08/01 20:31:32
11089 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11090 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
11091 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
11092 Subject: [PATCH _58] Two one-liner LOGOP tweaks
11094 ! op.c opcode.h opcode.pl
11095 ____________________________________________________________________________
11096 [ 3852] By: gsar on 1999/08/01 20:29:17
11097 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
11099 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
11100 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
11101 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
11102 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
11103 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
11104 ! pod/perlport.pod pp_sys.c util.c
11105 ____________________________________________________________________________
11106 [ 3851] By: gsar on 1999/08/01 20:20:05
11107 Log: move files around for s/cygwin32/cygwin/ renaming
11109 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
11110 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
11111 - README.cygwin32 cygwin32/Makefile.SHs
11112 - cygwin32/build-instructions.READFIRST
11113 - cygwin32/build-instructions.charles-wilson
11114 - cygwin32/build-instructions.sebastien-barre
11115 - cygwin32/build-instructions.steven-morlock
11116 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
11117 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
11118 - hints/cygwin32.sh
11120 ____________________________________________________________________________
11121 [ 3850] By: gsar on 1999/08/01 20:05:14
11122 Log: posix-bc hints tweak (via private mail from Thomas Dorner
11123 <Thomas.Dorner@start.de>)
11125 ! Changes hints/posix-bc.sh
11126 ____________________________________________________________________________
11127 [ 3849] By: gsar on 1999/08/01 19:50:20
11128 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
11131 ! perl.h pod/perldelta.pod pod/perlguts.pod
11132 ____________________________________________________________________________
11133 [ 3848] By: gsar on 1999/08/01 18:34:41
11134 Log: fix defined(@foo) encarpments
11136 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
11138 ____________________________________________________________________________
11139 [ 3847] By: jhi on 1999/08/01 17:17:07
11140 Log: Undo #3790 and the patches that attempted to fix it
11141 (#3837, #3838, #3845). The #3790 caused linkage failures
11142 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
11145 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
11146 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11147 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11148 ____________________________________________________________________________
11149 [ 3846] By: jhi on 1999/08/01 11:41:52
11150 Log: Reading 64-bit decimal numbers was broken because
11151 the NV was cast to an I32, not an IV.
11154 ____________________________________________________________________________
11155 [ 3845] By: jhi on 1999/08/01 11:00:24
11156 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
11158 + ext/SDBM_File/hints/solaris.pl
11159 ____________________________________________________________________________
11160 [ 3844] By: jhi on 1999/08/01 10:55:44
11161 Log: Enable Solaris largefiles support only if -Duse64bits is used.
11162 (Effectively removes #3311).
11164 ! hints/solaris_2.sh
11165 ____________________________________________________________________________
11166 [ 3843] By: jhi on 1999/07/31 22:44:56
11167 Log: Integer overflow iteration.
11169 ! t/op/oct.t toke.c util.c
11170 ____________________________________________________________________________
11171 [ 3842] By: jhi on 1999/07/31 22:11:03
11172 Log: Remove a lot of unused regnode codes.
11175 ! regcomp.c regcomp.sym regexec.c regnodes.h
11176 ____________________________________________________________________________
11177 [ 3841] By: jhi on 1999/07/31 21:53:54
11178 Log: Make the use64bits and usethreads friendlier/braver;
11179 they no more wimp out if the platform is unknown.
11180 On use64bits if gcc used -DUSE_LONG_LONG is added
11181 to the ccflags (this dependency on gcc caused a slightly weird
11182 reordering of Configure, but things still seem to work.)
11184 ! Configure README.threads config_h.SH
11186 ! U/threads/usethreads.U
11187 Branch: metaconfig/U/perl
11189 ____________________________________________________________________________
11190 [ 3840] By: jhi on 1999/07/31 20:26:22
11191 Log: Hack the "integer overflow" code some more.
11193 ! perl.h toke.c util.c
11194 ____________________________________________________________________________
11195 [ 3839] By: jhi on 1999/07/31 20:22:00
11196 Log: Test oct() at the 2^32-1 limit.
11199 ____________________________________________________________________________
11200 [ 3838] By: jhi on 1999/07/31 20:08:43
11201 Log: Update MANIFEST for #3837.
11204 ____________________________________________________________________________
11205 [ 3837] By: jhi on 1999/07/31 20:02:40
11206 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
11207 (a core dump with a corrput stack ensues).
11209 + ext/SDBM_File/hints/dec_osf.pl
11210 ____________________________________________________________________________
11211 [ 3836] By: jhi on 1999/07/29 21:09:01
11212 Log: Allow for Configure -Ubincompat5005 override.
11214 ! Configure config_h.SH
11215 Branch: metaconfig/U/perl
11217 ____________________________________________________________________________
11218 [ 3835] By: jhi on 1999/07/29 21:04:02
11219 Log: Make Configure support PERL_BINCOMPAT_5005.
11221 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11223 Branch: metaconfig/U/perl
11225 ____________________________________________________________________________
11226 [ 3834] By: jhi on 1999/07/29 19:25:35
11227 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
11230 ____________________________________________________________________________
11231 [ 3833] By: jhi on 1999/07/29 14:07:09
11232 Log: Integrate with Sarathy. I overruled on perldelta
11235 !> README.win32 emacs/cperl-mode.el globals.c installperl
11236 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
11237 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
11238 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
11239 !> win32/perllib.c win32/win32.c
11240 ____________________________________________________________________________
11241 [ 3832] By: jhi on 1999/07/29 14:02:50
11242 Log: Repent and make overly large integerish
11243 constants non-fatal. They are now promoted
11244 to NVs, accompanied by an overflow warning that
11247 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
11248 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
11250 ____________________________________________________________________________
11251 [ 3831] By: jhi on 1999/07/29 11:40:04
11252 Log: AIX exhibits different error on failed system().
11253 Slightly modified patch via private email from
11254 David R. Favor <dfavor@austin.ibm.com>
11257 ____________________________________________________________________________
11258 [ 3830] By: gsar on 1999/07/29 07:46:11
11259 Log: cperl-mode.el v4.19
11261 ! emacs/cperl-mode.el
11262 ____________________________________________________________________________
11263 [ 3829] By: gsar on 1999/07/29 07:30:35
11264 Log: From: jan.dubois@ibm.net (Jan Dubois)
11265 Date: Wed, 28 Jul 1999 22:01:42 +0200
11266 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
11267 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
11269 ! win32/bin/pl2bat.pl
11270 ____________________________________________________________________________
11271 [ 3828] By: gsar on 1999/07/29 07:19:27
11272 Log: tweak previous change for multiple hits
11275 ____________________________________________________________________________
11276 [ 3827] By: gsar on 1999/07/29 07:10:00
11277 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
11278 really needs a pod2text() compatibility function)
11281 ____________________________________________________________________________
11282 [ 3826] By: gsar on 1999/07/29 01:33:46
11283 Log: minor tweaks to pods and toke.c comments
11285 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
11286 ____________________________________________________________________________
11287 [ 3825] By: gsar on 1999/07/29 00:12:52
11288 Log: integrate cfgperl changes into mainline
11290 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11291 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
11292 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11293 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
11294 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11295 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
11296 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
11297 !> t/pragma/warn/util toke.c util.c
11298 ____________________________________________________________________________
11299 [ 3824] By: jhi on 1999/07/28 21:15:04
11300 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
11302 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
11303 ! ext/IO/lib/IO/Socket/INET.pm
11304 ____________________________________________________________________________
11305 [ 3823] By: jhi on 1999/07/28 20:29:17
11306 Log: Continue pack() doc honing.
11309 ____________________________________________________________________________
11310 [ 3822] By: jhi on 1999/07/28 20:17:37
11311 Log: Enhance pack() doc.
11314 ____________________________________________________________________________
11315 [ 3821] By: jhi on 1999/07/28 18:34:50
11316 Log: UNIX Domain Sockets are not implemented under QNX.
11318 From: Norton Allen <allen@huarp.harvard.edu>
11319 To: perl5-porters@perl.org
11320 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
11321 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
11322 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
11325 ____________________________________________________________________________
11326 [ 3820] By: jhi on 1999/07/28 18:13:37
11327 Log: IO::* enhancements.
11329 1) write() and syswrite() will now accept a single-argument
11330 form of the call, for consistency with Perl's syswrite().
11331 2) You can create a TCP-based IO::Socket::INET without forcing
11332 a connect attempt. This allows you to configure its options
11333 (like making it non-blocking) and then call connect() manually.
11334 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
11335 from ever returning the correct value.
11337 From: Lincoln Stein <lstein@formaggio.cshl.org>
11338 To: Graham Barr <gbarr@pobox.com>
11339 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
11340 Subject: Re: patch for IO::*
11341 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
11342 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
11344 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
11345 ! ext/IO/lib/IO/Socket/INET.pm
11346 ____________________________________________________________________________
11347 [ 3819] By: gsar on 1999/07/28 18:08:06
11348 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
11350 ! README.win32 globals.c installperl iperlsys.h makedef.pl
11351 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
11353 ____________________________________________________________________________
11354 [ 3818] By: jhi on 1999/07/28 17:48:16
11355 Log: Need to add QNX to the list for DONT_DECLARE_STD.
11356 (The elimination of use of the _() macro apparently triggered
11357 an incompatability with a #define of atof)
11359 From: Norton Allen <allen@huarp.harvard.edu>
11360 To: perl5-porters@perl.org
11361 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
11362 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
11363 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
11366 ____________________________________________________________________________
11367 [ 3817] By: jhi on 1999/07/28 17:46:30
11368 Log: Need to add some more conditions to deal with the case
11369 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
11370 which is true for QNX4.
11371 From: Norton Allen <allen@huarp.harvard.edu>
11372 To: perl5-porters@perl.org
11373 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
11374 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
11375 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
11378 ____________________________________________________________________________
11379 [ 3816] By: jhi on 1999/07/28 17:43:40
11380 Log: The QNX shell needs a couple more semicolons.
11382 From: Norton Allen <allen@huarp.harvard.edu>
11383 To: perl5-porters@perl.org
11384 Subject: [ID 19990728.007] Patch:Configure _58 QNX
11385 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
11386 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
11388 plus silence metalint moanings on vendorprefix.
11390 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11392 ____________________________________________________________________________
11393 [ 3815] By: jhi on 1999/07/28 17:31:11
11394 Log: Silence metalint on vendorprefix.U.
11396 ! U/installdirs/vendorprefix.U
11397 ____________________________________________________________________________
11398 [ 3814] By: jhi on 1999/07/28 17:13:29
11399 Log: QNX shell needs more semicolons.
11400 Branch: metaconfig/U/perl
11402 ____________________________________________________________________________
11403 [ 3813] By: jhi on 1999/07/28 17:05:08
11404 Log: Integrate with Sarathy.
11406 !> lib/ExtUtils/MM_Unix.pm
11407 ____________________________________________________________________________
11408 [ 3812] By: jhi on 1999/07/28 16:20:17
11409 Log: Fix a typo, un-shout, and reformat the installation output.
11411 ! lib/ExtUtils/Install.pm
11412 ____________________________________________________________________________
11413 [ 3811] By: gsar on 1999/07/28 15:41:11
11414 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
11416 ! lib/ExtUtils/MM_Unix.pm
11417 ____________________________________________________________________________
11418 [ 3810] By: jhi on 1999/07/28 13:55:57
11419 Log: Talk more about subsecond things in perlfunc.
11420 (Yes, redundant with perlfaq8.)
11423 ____________________________________________________________________________
11424 [ 3809] By: jhi on 1999/07/28 07:23:48
11425 Log: Integrate with Sarathy.
11427 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
11429 ____________________________________________________________________________
11430 [ 3808] By: jhi on 1999/07/28 07:23:03
11431 Log: Document toke.c.
11432 From: Nathan Torkington <gnat@frii.com>
11433 To: perl5-porters@perl.org
11434 Subject: Re: toke.c patch, work in progress
11435 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
11436 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
11439 ____________________________________________________________________________
11440 [ 3807] By: jhi on 1999/07/28 07:10:56
11441 Log: perlre clarification.
11443 From: Ian Phillipps <ian@dial.pipex.com>
11444 To: Perl 5 Porters <perl5-porters@perl.org>
11445 Subject: [PATCH 5.00557] Add definite article to perlre.pod
11446 Date: Tue, 27 Jul 1999 10:46:29 +0100
11447 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
11450 ____________________________________________________________________________
11451 [ 3806] By: gsar on 1999/07/28 07:07:46
11452 Log: fix the perl -V breakage
11454 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11455 To: Jarkko Hietaniemi <jhi@iki.fi>
11456 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
11457 gsar@activestate.com
11458 Subject: Re: Follow up to: _58 on AIX 431
11459 Date: Tue, 27 Jul 1999 17:42:00 -0400
11460 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
11463 ____________________________________________________________________________
11464 [ 3805] By: gsar on 1999/07/28 07:03:34
11465 Log: avoid warning (from Doug MacEachern)
11468 ____________________________________________________________________________
11469 [ 3804] By: gsar on 1999/07/28 06:59:30
11470 Log: Pod::Html tweak
11472 From: jan.dubois@ibm.net (Jan Dubois)
11473 To: perl5-porters@perl.org
11474 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
11475 Date: Tue, 27 Jul 1999 22:14:12 +0200
11476 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
11479 ____________________________________________________________________________
11480 [ 3803] By: gsar on 1999/07/28 06:56:38
11481 Log: freebsd hints update
11483 From: Anton Berezin <tobez@plab.ku.dk>
11484 To: perl5-porters@perl.org
11485 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
11486 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
11487 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
11490 ____________________________________________________________________________
11491 [ 3802] By: gsar on 1999/07/28 06:51:32
11492 Log: cosmetic testsuite patch
11494 From: Graham Barr <gbarr@ti.com>
11495 To: Perl5 Porters <perl5-porters@perl.org>
11496 Subject: 5.005_58 build
11497 Date: Tue, 27 Jul 1999 08:09:25 -0500
11498 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
11500 ! t/op/grent.t t/op/pwent.t
11501 ____________________________________________________________________________
11502 [ 3801] By: jhi on 1999/07/27 13:49:39
11503 Log: Minuscule cleanup of the integer overflow patch.
11506 ____________________________________________________________________________
11507 [ 3800] By: jhi on 1999/07/27 13:37:23
11508 Log: Test hex('x...').
11511 ____________________________________________________________________________
11512 [ 3799] By: jhi on 1999/07/27 12:45:45
11513 Log: Integrate with Sarathy (5.005_58).
11516 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
11517 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
11518 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
11519 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11520 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
11521 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
11522 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
11523 !> win32/config_H.vc
11524 ____________________________________________________________________________
11525 [ 3798] By: jhi on 1999/07/27 12:42:43
11526 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
11527 they used to be just optional lexical warnings.
11528 Also, with warnings turned on, constants > 2**32-1
11529 trigger a non-portability warning.
11531 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
11532 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
11534 ____________________________________________________________________________
11535 [ 3797] By: gsar on 1999/07/27 10:48:27
11536 Log: here lies 5.005_58
11539 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
11540 ! pod/perlfaq9.pod pod/perlhist.pod
11546 ____________________________________________________________________________
11547 [ 3796] By: gsar on 1999/07/27 09:23:42
11548 Log: regenerate win32/config_H.?c
11550 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11551 ____________________________________________________________________________
11552 [ 3795] By: gsar on 1999/07/27 09:02:31
11553 Log: From: Tye McQueen <tye@metronet.com>
11554 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
11555 Message-Id: <199907270019.AA08223@metronet.com>
11556 Subject: Patch pl2bat.pl so batch file can fail
11558 ! win32/bin/pl2bat.pl
11559 ____________________________________________________________________________
11560 [ 3794] By: gsar on 1999/07/27 08:59:58
11561 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11562 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
11563 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
11564 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
11566 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
11567 ! lib/SelfLoader.pm
11568 ____________________________________________________________________________
11569 [ 3793] By: gsar on 1999/07/27 08:19:16
11570 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
11571 (from Andy Dougherty)
11574 ____________________________________________________________________________
11575 [ 3792] By: gsar on 1999/07/27 08:04:19
11576 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
11579 ! lib/Pod/Parser.pm
11580 ____________________________________________________________________________
11581 [ 3791] By: gsar on 1999/07/27 07:50:54
11582 Log: cover case where CLK_TCK is a float, not integer (from
11583 alexander smishlajev <als@turnhere.com>)
11585 ! ext/Devel/DProf/DProf.xs
11586 ____________________________________________________________________________
11587 [ 3790] By: gsar on 1999/07/27 07:45:08
11588 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
11589 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
11591 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11592 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11593 ____________________________________________________________________________
11594 [ 3789] By: jhi on 1999/07/27 07:44:55
11595 Log: Integrate with Sarathy.
11597 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11598 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
11599 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
11600 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
11601 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
11602 !> proto.h t/comp/proto.t t/io/open.t
11603 ____________________________________________________________________________
11604 [ 3788] By: gsar on 1999/07/27 07:29:59
11605 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
11606 to Russ Allbery <rra@stanford.edu>); s/Simple// and
11607 s/pod2txt/pod2text/ etc.
11609 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11610 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
11611 ____________________________________________________________________________
11612 [ 3787] By: gsar on 1999/07/27 06:48:40
11613 Log: From: Andy Dougherty <doughera@lafayette.edu>
11614 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
11615 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
11616 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
11618 ! ext/SDBM_File/sdbm/sdbm.h
11619 ____________________________________________________________________________
11620 [ 3786] By: gsar on 1999/07/27 06:30:09
11621 Log: applied suggested patch; added missing prototype changes to
11622 opcode.pl along with documentation typos (feature still needs
11623 to be described in perlopentut.pod and summarized in
11625 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11626 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
11627 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
11628 Subject: [PATCH 5.00557] 3-arg open
11630 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
11631 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
11632 ! proto.h t/comp/proto.t t/io/open.t
11633 ____________________________________________________________________________
11634 [ 3785] By: gsar on 1999/07/27 04:36:39
11635 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
11636 <roland.bauer@fff.at>)
11639 ____________________________________________________________________________
11640 [ 3784] By: gsar on 1999/07/27 03:56:17
11641 Log: change#3762 wasn't needed
11644 ____________________________________________________________________________
11645 [ 3783] By: jhi on 1999/07/26 19:08:21
11646 Log: Integrate with Sarathy.
11648 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
11649 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
11650 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
11651 ____________________________________________________________________________
11652 [ 3782] By: gsar on 1999/07/26 18:16:50
11653 Log: update Changes, patchlevel &c.
11655 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11656 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11657 ____________________________________________________________________________
11658 [ 3781] By: gsar on 1999/07/26 17:54:47
11659 Log: a more correct fix for change#2744
11660 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11661 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
11662 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
11663 Subject: [PATCH _57] Re: toke.c questions
11666 ____________________________________________________________________________
11667 [ 3780] By: gsar on 1999/07/26 17:37:04
11668 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
11671 ____________________________________________________________________________
11672 [ 3779] By: jhi on 1999/07/26 16:37:23
11676 ____________________________________________________________________________
11677 [ 3778] By: gsar on 1999/07/26 13:28:46
11681 ____________________________________________________________________________
11682 [ 3777] By: gsar on 1999/07/26 13:18:53
11683 Log: warnings identified by Borland compiler
11685 ! makedef.pl pp_ctl.c
11686 ____________________________________________________________________________
11687 [ 3776] By: jhi on 1999/07/26 13:07:36
11688 Log: Integrate with Sarathy.
11690 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
11691 ____________________________________________________________________________
11692 [ 3775] By: gsar on 1999/07/26 12:55:43
11693 Log: avoid infinite recursion when Thread.pm croaks during
11696 ! lib/Carp/Heavy.pm
11697 ____________________________________________________________________________
11698 [ 3774] By: gsar on 1999/07/26 12:43:02
11699 Log: integrate cfgperl contents into mainline
11701 +> lib/Carp/Heavy.pm
11702 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
11703 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
11704 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11705 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11706 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
11707 ____________________________________________________________________________
11708 [ 3773] By: jhi on 1999/07/26 12:40:29
11709 Log: Use long doubles only if they are useful.
11711 ! ext/POSIX/POSIX.xs
11712 ____________________________________________________________________________
11713 [ 3772] By: gsar on 1999/07/26 12:33:11
11714 Log: typo in change#3768
11717 ____________________________________________________________________________
11718 [ 3771] By: gsar on 1999/07/26 12:08:27
11719 Log: alpha-stage support for user-hooks in @INC
11720 From: Ken Fox <kfox@ford.com>
11721 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
11722 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
11723 Subject: Re: loading remote modules
11726 ____________________________________________________________________________
11727 [ 3770] By: jhi on 1999/07/26 11:38:36
11728 Log: Back out #3735. Needs more work.
11730 ! Makefile.SH cflags.SH configpm ext/util/make_ext
11731 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
11732 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11733 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11734 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
11735 ____________________________________________________________________________
11736 [ 3769] By: jhi on 1999/07/26 11:24:45
11737 Log: Integrate with Sarathy.
11739 !> (integrate 35 files)
11740 ____________________________________________________________________________
11741 [ 3768] By: gsar on 1999/07/26 11:03:07
11742 Log: optimize method name lookup
11743 From: Chip Salzenberg <chip@perlsupport.com>
11744 Date: Thu, 22 Jul 1999 13:43:36 -0400
11745 Message-ID: <19990722134336.Q391@perlsupport.com>
11746 Subject: [PATCH] OP_METHOD_NAMED
11748 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
11749 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
11751 ____________________________________________________________________________
11752 [ 3767] By: gsar on 1999/07/26 10:44:11
11753 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
11754 foo()->()); rework grammar to remove conflicts
11755 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11756 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
11757 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
11758 Subject: [PATCH _57, long] Re: optional arrow asymmetry
11760 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
11761 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
11762 ! vms/perly_c.vms vms/perly_h.vms
11763 ____________________________________________________________________________
11764 [ 3766] By: jhi on 1999/07/26 10:18:56
11765 Log: Use $< instead of $*.c in *perlmain.o rules.
11768 ____________________________________________________________________________
11769 [ 3765] By: gsar on 1999/07/26 09:28:48
11770 Log: From: Ian Phillipps <ian@dial.pipex.com>
11771 Date: Fri, 23 Jul 1999 23:35:56 +0100
11772 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
11773 Subject: (Version 2) Extending unpack to deal with counted strings
11775 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
11776 ____________________________________________________________________________
11777 [ 3764] By: jhi on 1999/07/26 09:17:26
11778 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11779 To: perl5-porters@perl.org (Mailing list Perl5)
11780 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
11781 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
11782 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
11784 The patch was based on 5_57 so had to re-apply lib/Carp.pm
11785 parts of changes #3498, #3696, and #3702 for the new
11788 + lib/Carp/Heavy.pm
11789 ! MANIFEST lib/Carp.pm
11790 ____________________________________________________________________________
11791 [ 3763] By: gsar on 1999/07/26 09:03:17
11792 Log: ~ isn't valid in VMS filenames
11795 ____________________________________________________________________________
11796 [ 3762] By: gsar on 1999/07/26 08:59:47
11797 Log: setstate stop-gap from Vishal Bhatia
11800 ____________________________________________________________________________
11801 [ 3761] By: gsar on 1999/07/26 08:06:39
11802 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
11803 add B::OP::name() method that returns just the op_name;
11804 convert Deparse et all to use that instead of B::OP::ppaddr();
11805 add support for OP_SETSTATE in Deparse
11807 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
11808 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
11809 ! ext/B/B/Xref.pm opcode.h opcode.pl
11810 ____________________________________________________________________________
11811 [ 3760] By: jhi on 1999/07/26 07:14:43
11812 Log: Integrate with Sarathy.
11814 !> (integrate 43 files)
11815 ____________________________________________________________________________
11816 [ 3759] By: gsar on 1999/07/26 05:12:24
11817 Log: add disclaimer about perl 4 libraries (modified version of
11818 patch suggested by Clinton Pierce <cpierce1@ford.com>)
11820 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
11821 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
11822 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
11823 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
11824 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
11825 ____________________________________________________________________________
11826 [ 3758] By: gsar on 1999/07/26 04:48:35
11827 Log: make reset() behave with high-bit characters
11828 From: Ian Phillipps <ian@dial.pipex.com>
11829 Date: Thu, 22 Jul 1999 22:48:59 +0100
11830 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
11831 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
11834 ____________________________________________________________________________
11835 [ 3757] By: gsar on 1999/07/26 04:40:32
11836 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
11839 ____________________________________________________________________________
11840 [ 3756] By: gsar on 1999/07/26 04:20:37
11841 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
11844 ____________________________________________________________________________
11845 [ 3755] By: gsar on 1999/07/26 04:18:00
11846 Log: disable VPATH for now (breaks x2p build)
11849 ____________________________________________________________________________
11850 [ 3754] By: gsar on 1999/07/26 03:15:33
11851 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
11852 (%! has the necessary magic); misc typos
11854 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
11855 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
11856 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
11858 ____________________________________________________________________________
11859 [ 3753] By: gsar on 1999/07/26 02:38:28
11860 Log: integrate cfgperl contents into mainline
11862 +> t/pragma/locale/latin1 t/pragma/locale/utf8
11863 !> (integrate 53 files)
11864 ____________________________________________________________________________
11865 [ 3752] By: gsar on 1999/07/26 02:11:31
11866 Log: ensure implicitly closed handles don't set $? or $!
11868 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
11869 ____________________________________________________________________________
11870 [ 3751] By: gsar on 1999/07/26 01:28:34
11871 Log: change#3534 didn't preserve undef return values from caller()
11874 ____________________________________________________________________________
11875 [ 3750] By: jhi on 1999/07/25 20:59:29
11876 Log: Back up a tiny bit from #3735.
11877 This may break builds outside the source directory
11878 but then again, they do not work that ell yet anyway.
11881 ____________________________________________________________________________
11882 [ 3750] By: jhi on 1999/07/25 20:59:29
11883 Log: Back up a tiny bit from #3735.
11884 This may break builds outside the source directory
11885 but then again, they do not work that ell yet anyway.
11888 ____________________________________________________________________________
11889 [ 3749] By: jhi on 1999/07/25 19:15:55
11890 Log: Integrate with Sarathy.
11892 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
11893 ____________________________________________________________________________
11894 [ 3748] By: jhi on 1999/07/25 19:06:59
11895 Log: Recode locale.t so that the change in #3730
11896 is not needed and locale.t works both without
11897 and with the utf8 pragma.
11899 + t/pragma/locale/latin1 t/pragma/locale/utf8
11900 ! MANIFEST t/pragma/locale.t
11901 ____________________________________________________________________________
11902 [ 3747] By: jhi on 1999/07/25 19:01:46
11906 ____________________________________________________________________________
11907 [ 3746] By: gsar on 1999/07/25 18:08:58
11908 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
11909 append a HISTORY section to POD if option is used
11912 ____________________________________________________________________________
11913 [ 3745] By: gsar on 1999/07/25 17:40:03
11914 Log: warn rather than die when parse_version() can't cut it (from
11915 Michael G Schwern <schwern@pobox.com>)
11917 ! lib/ExtUtils/MM_Unix.pm
11918 ____________________________________________________________________________
11919 [ 3744] By: gsar on 1999/07/25 16:32:48
11920 Log: make map behave like grep wrt indirect object slot when
11921 there are parentheses; revert an experimental mod by Larry
11922 in change#2038 that failed to parse %{{qw(a b c)}} properly
11923 (this means C<map {use Foo; ...} ...> still needs a proper
11927 ____________________________________________________________________________
11928 [ 3743] By: jhi on 1999/07/25 16:24:55
11929 Log: Fix a typo in #3725.
11932 ____________________________________________________________________________
11933 [ 3742] By: jhi on 1999/07/25 16:14:39
11934 Log: Integrate with Sarathy.
11936 !> (integrate 26 files)
11937 ____________________________________________________________________________
11938 [ 3741] By: jhi on 1999/07/25 16:02:28
11939 Log: Cut-and-pasto in #3737.
11942 ____________________________________________________________________________
11943 [ 3740] By: gsar on 1999/07/25 15:59:34
11944 Log: add note about glibc bug
11946 ! t/pragma/warn/pp_hot
11947 ____________________________________________________________________________
11948 [ 3739] By: gsar on 1999/07/25 15:48:40
11949 Log: fix bug in change#3728 that might free COPs prematurely;
11950 null(op) now does more thorough scrubbing of the op, which
11951 fixes a few compile-time memory "leaks"
11953 ! dump.c embed.h embed.pl op.c proto.h
11954 ____________________________________________________________________________
11955 [ 3738] By: jhi on 1999/07/25 14:15:26
11956 Log: In accordance with #3737.
11958 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
11959 ! U/modified/Oldconfig.U
11960 Branch: metaconfig/U/perl
11962 ____________________________________________________________________________
11963 [ 3737] By: jhi on 1999/07/25 14:12:34
11964 Log: Use vendorprefixlib.
11966 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11967 ! config_h.SH perl.c
11968 ____________________________________________________________________________
11969 [ 3736] By: jhi on 1999/07/25 13:10:03
11970 Log: Populate metaconfig branch.
11973 Branch: metaconfig/U/perl
11975 ____________________________________________________________________________
11976 [ 3735] By: jhi on 1999/07/25 12:27:20
11977 Log: First steps of making builds outside the source
11978 directory possible. These should get us as far
11979 as miniperl, then building DynaLoader falls into
11980 tiny twinkling pieces as MakeMaker knows nothing
11983 ! Configure Makefile.SH cflags.SH config_h.SH configpm
11984 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
11985 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
11986 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
11987 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
11988 ____________________________________________________________________________
11989 [ 3734] By: jhi on 1999/07/25 11:19:28
11990 Log: Poor Glossary--are we fixed yet?
11993 ____________________________________________________________________________
11994 [ 3733] By: jhi on 1999/07/25 11:15:06
11995 Log: Change #3732 mistakenly clobbered Glossary.
11997 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11999 ____________________________________________________________________________
12000 [ 3732] By: jhi on 1999/07/25 10:46:39
12001 Log: Andy's new installation scheme (note: a lot of this
12002 leaked in already with change #3731). The vendor*
12003 stuff is not used anywhere (in *.SH, say), so it
12004 isn't in Configure, either.
12006 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12008 ____________________________________________________________________________
12009 [ 3731] By: jhi on 1999/07/25 10:12:07
12010 Log: Circumcode a strange shell(?) bug in AIX found
12011 while trying to do -Duse64bits (which I couldn't do
12012 in the end because the CPU isn't 64-bit in that box,
12013 but at least now the probing doesn't crash.)
12015 ! Configure config_h.SH hints/aix.sh
12016 ____________________________________________________________________________
12017 [ 3730] By: gsar on 1999/07/25 04:56:56
12018 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
12019 a utf8 bug in one of the new RE optimizations
12021 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
12022 ! t/pragma/locale.t
12023 ____________________________________________________________________________
12024 [ 3729] By: jhi on 1999/07/23 19:56:27
12025 Log: From: Andy Dougherty <doughera@lafayette.edu>
12026 To: Perl Porters <perl5-porters@perl.org>
12027 Subject: [PATCH 5.005_57] INSTALL-1.58
12028 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
12029 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
12033 From: "Kurt D. Starsinic" <kstar@chapin.edu>
12034 To: Andy Dougherty <doughera@lafayette.edu>
12035 Cc: Perl Porters <perl5-porters@perl.org>
12036 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
12037 Date: Fri, 23 Jul 1999 13:38:25 -0400
12038 Message-ID: <19990723133825.A12033@O2.chapin.edu>
12041 ____________________________________________________________________________
12042 [ 3728] By: gsar on 1999/07/23 17:24:42
12043 Log: applied suggested patch for tracking line numbers correctly in
12044 optimized blocks with a single statement; changed setcop to
12045 setstate and added code for -Dx dumps
12046 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12047 Date: Wed, 23 Jun 1999 17:27:42 +0100
12048 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
12049 Subject: [PATCH 5.005_57] Line number error in optimised else()
12051 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
12052 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
12053 ! pp_proto.h t/op/misc.t
12054 ____________________________________________________________________________
12055 [ 3727] By: gsar on 1999/07/23 15:56:04
12056 Log: avoid useless use of target for pp_each(); also fixes bugs due to
12057 refcount held by the target
12059 ! opcode.h opcode.pl pp.c t/op/each.t
12060 ____________________________________________________________________________
12061 [ 3726] By: jhi on 1999/07/23 12:08:30
12062 Log: Change #3725 aftershock.
12064 ! INSTALL jpl/JNI/JNI.pm
12065 ____________________________________________________________________________
12066 [ 3725] By: jhi on 1999/07/23 11:58:49
12067 Log: Introduce $Config{ldlibpthname} which contains
12068 the name of the environment variable holding the
12069 dynamic library search path, often LD_LIBRARY_PATH.
12070 Use this new feature all over.
12071 Also removed remnants of admonition "add LD_LIBRARY_PATH
12072 before running make" because Makefile.SH does this for you.
12074 ! Configure Makefile.SH config_h.SH
12075 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
12076 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
12077 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
12078 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
12079 ! jpl/install-jpl utils/perlbug.PL
12080 ____________________________________________________________________________
12081 [ 3724] By: jhi on 1999/07/23 08:03:36
12082 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
12083 To: perl5-porters@perl.org
12084 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
12085 Date: Thu, 22 Jul 1999 19:58:34 -0400
12086 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
12089 ____________________________________________________________________________
12090 [ 3723] By: gsar on 1999/07/23 00:01:29
12091 Log: emit warning about function calls that were encountered too early
12092 to enforce their prototype
12094 ! op.c op.h pod/perldiag.pod
12095 ____________________________________________________________________________
12096 [ 3722] By: jhi on 1999/07/22 21:19:59
12097 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
12098 To: perl5-porters@perl.org
12099 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
12100 Subject: [PATCH] MakeMaker documentation
12101 Date: Wed, 21 Jul 1999 14:15:42 -0400
12102 Message-ID: <19990721141542.A1800@O2.chapin.edu>
12104 ! lib/ExtUtils/MakeMaker.pm
12105 ____________________________________________________________________________
12106 [ 3721] By: jhi on 1999/07/22 21:05:19
12107 Log: From: pvhp@forte.com (Peter Prymmer)
12108 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
12109 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
12110 Date: Wed, 21 Jul 99 17:15:39 PDT
12111 Message-Id: <9907220015.AA11931@forte.com>
12114 ____________________________________________________________________________
12115 [ 3720] By: jhi on 1999/07/22 20:51:17
12116 Log: AIX magic: ccdlflags needs to be different for
12117 Perl itself and for extra-core extensions
12118 (as used by ExtUtilss::embed::ldopts).
12119 Based on the problems described in
12121 From: Mike W Ellwood <mwe@rl.ac.uk>
12122 To: perl5-porters@perl.org
12123 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
12124 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
12125 Reply-To: m.w.ellwood@rl.ac.uk
12126 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
12128 ! Configure Makefile.SH config_h.SH hints/aix.sh
12129 ____________________________________________________________________________
12130 [ 3719] By: jhi on 1999/07/22 08:23:53
12131 Log: Update history records.
12134 ____________________________________________________________________________
12135 [ 3718] By: jhi on 1999/07/21 13:54:42
12136 Log: Todododobedobedo.
12139 ____________________________________________________________________________
12140 [ 3717] By: jhi on 1999/07/21 12:10:48
12141 Log: Even more Todo.
12144 ____________________________________________________________________________
12145 [ 3716] By: jhi on 1999/07/21 11:40:39
12146 Log: Use Errno more extensively so that error
12147 messages are more portable (another way
12148 would be to muck around with LC_MESSAGES).
12149 Problem reported in
12151 From: oracle@pcr8.pcr.com
12152 To: perl5-porters@perl.org
12153 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
12154 Date: Mon, 19 Jul 1999 18:39:13 -0400
12155 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
12157 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
12158 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
12159 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
12160 ____________________________________________________________________________
12161 [ 3715] By: jhi on 1999/07/21 11:05:36
12162 Log: Slightly modified patch.
12163 From: Sean Sheedy <seans@ncube.com>
12164 To: perl5-porters@perl.org
12165 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
12166 Date: Tue, 20 Jul 1999 09:52:06 -0700
12167 Message-Id: <3794A935.1C150E54@ncube.com>
12169 ! cflags.SH x2p/cflags.SH
12170 ____________________________________________________________________________
12171 [ 3714] By: jhi on 1999/07/20 21:26:19
12175 ____________________________________________________________________________
12176 [ 3713] By: jhi on 1999/07/20 18:02:45
12177 Log: Integrate with Sarathy.
12179 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
12180 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
12181 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
12182 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
12183 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
12184 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
12185 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
12186 +> utils/dprofpp.PL
12187 !> INSTALL MAINTAIN MANIFEST configure.com
12188 !> ext/Devel/Peek/Makefile.PL installman installperl
12189 !> pod/roffitall utils/Makefile vms/descrip_mms.template
12190 !> win32/Makefile win32/makefile.mk win32/win32.h
12191 ____________________________________________________________________________
12192 [ 3712] By: gsar on 1999/07/20 15:29:01
12195 ! ext/Devel/DProf/DProf.xs
12196 ____________________________________________________________________________
12197 [ 3711] By: gsar on 1999/07/20 07:56:19
12198 Log: another DProf build tweak
12201 ____________________________________________________________________________
12202 [ 3710] By: gsar on 1999/07/20 07:36:36
12203 Log: move DProf things around to where they are supposed to be
12205 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
12206 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
12207 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
12208 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
12209 + t/lib/dprof/test6_t t/lib/dprof/test6_v
12210 +> utils/dprofpp.PL
12211 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
12212 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
12213 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
12214 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
12215 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
12216 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
12217 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
12218 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
12219 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
12220 ! installperl pod/roffitall utils/Makefile
12221 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12222 ____________________________________________________________________________
12223 [ 3709] By: gsar on 1999/07/20 06:13:16
12224 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
12226 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
12227 ! ext/Devel/Peek/Makefile.PL
12228 ____________________________________________________________________________
12229 [ 3708] By: gsar on 1999/07/20 06:01:22
12230 Log: move DProf to Devel/DProf
12232 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
12233 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
12234 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
12235 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
12236 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
12237 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
12238 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
12239 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
12240 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
12241 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
12242 +> ext/Devel/DProf/test.pl
12243 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
12244 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
12245 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
12246 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
12247 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
12248 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
12249 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
12250 ! MAINTAIN MANIFEST configure.com win32/Makefile
12251 ! win32/makefile.mk
12252 ____________________________________________________________________________
12253 [ 3707] By: gsar on 1999/07/20 05:39:11
12254 Log: add Devel::DProf v19990108 from CPAN, as it was
12256 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
12257 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
12258 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
12259 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
12260 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
12261 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
12262 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
12264 ____________________________________________________________________________
12265 [ 3706] By: gsar on 1999/07/20 04:52:25
12266 Log: C<union any> needs no PERL_OBJECT-treatment
12269 ____________________________________________________________________________
12270 [ 3705] By: gsar on 1999/07/20 04:11:54
12271 Log: fix problem in default build
12273 ! win32/Makefile win32/makefile.mk
12274 ____________________________________________________________________________
12275 [ 3704] By: jhi on 1999/07/19 07:06:36
12276 Log: Integrate with Sarathy.
12278 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
12280 ____________________________________________________________________________
12281 [ 3703] By: gsar on 1999/07/19 05:55:57
12285 ____________________________________________________________________________
12286 [ 3702] By: gsar on 1999/07/19 04:29:34
12287 Log: don't display tid from main thread (or testsuite breaks)
12289 ! lib/Carp.pm util.c
12290 ____________________________________________________________________________
12291 [ 3701] By: gsar on 1999/07/19 00:47:52
12292 Log: remove several doubled (and tripled!) entries
12295 ____________________________________________________________________________
12296 [ 3700] By: gsar on 1999/07/19 00:42:34
12297 Log: integrate cfgperl contents into mainline
12300 - perl_exp.SH win32/makedef.pl
12301 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
12302 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
12303 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
12304 !> utf8.c util.c win32/Makefile win32/makefile.mk
12305 ____________________________________________________________________________
12306 [ 3699] By: gsar on 1999/07/19 00:33:59
12307 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
12309 ! Changes win32/win32.c
12310 ____________________________________________________________________________
12311 [ 3698] By: jhi on 1999/07/18 21:33:57
12312 Log: Integrate with Sarathy.
12315 !> (integrate 57 files)
12316 ____________________________________________________________________________
12317 [ 3697] By: gsar on 1999/07/18 05:22:36
12318 Log: From: pvhp@forte.com (Peter Prymmer)
12319 Date: Thu, 1 Jul 99 19:31:24 PDT
12320 Message-Id: <9907020231.AA16942@forte.com>
12321 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
12324 ! MANIFEST ebcdic.c t/op/ord.t
12325 ____________________________________________________________________________
12326 [ 3696] By: gsar on 1999/07/18 05:11:02
12327 Log: display thread id in diagnostics (suggested by Dan Sugalski)
12329 ! lib/Carp.pm util.c
12330 ____________________________________________________________________________
12331 [ 3695] By: gsar on 1999/07/18 04:57:47
12332 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
12335 ____________________________________________________________________________
12336 [ 3694] By: gsar on 1999/07/18 04:56:28
12337 Log: cache [NIUP]V conversions of defined READONLY values
12338 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12339 Date: Sun, 11 Jul 1999 04:39:44 -0400
12340 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
12341 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
12344 ____________________________________________________________________________
12345 [ 3693] By: gsar on 1999/07/18 03:53:38
12346 Log: From: jan.dubois@ibm.net (Jan Dubois)
12347 Date: Sat, 17 Jul 1999 10:58:29 +0200
12348 Message-ID: <379144ad.13616689@smtp1.ibm.net>
12349 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
12351 ! lib/ExtUtils/Manifest.pm
12352 ____________________________________________________________________________
12353 [ 3692] By: gsar on 1999/07/18 03:51:03
12354 Log: remove spurious newSTATEOP() that causes goto to enter one too many
12355 contexts when jumping between if and elsif blocks
12357 ! perly.c perly.y pp_ctl.c t/op/goto.t
12358 ____________________________________________________________________________
12359 [ 3691] By: gsar on 1999/07/18 01:49:59
12360 Log: detypo, update Changes
12363 ____________________________________________________________________________
12364 [ 3690] By: gsar on 1999/07/18 01:16:59
12365 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
12368 ____________________________________________________________________________
12369 [ 3689] By: gsar on 1999/07/18 00:47:17
12370 Log: ensure __END__ appears on a line by itself in wrapped
12371 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
12372 mention caveat about successfull kill()
12374 ! pod/perlfunc.pod win32/bin/pl2bat.pl
12375 ____________________________________________________________________________
12376 [ 3688] By: gsar on 1999/07/17 20:47:44
12377 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
12379 ! ext/SDBM_File/sdbm/Makefile.PL
12380 ____________________________________________________________________________
12381 [ 3687] By: gsar on 1999/07/17 20:43:27
12382 Log: make CC.pm use a distinct CCPP() macro rather than PP()
12383 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
12385 ! cc_runtime.h ext/B/B/CC.pm
12386 ____________________________________________________________________________
12387 [ 3686] By: gsar on 1999/07/17 20:39:08
12388 Log: tiny bug in vars.pm (from John Dlugosz)
12391 ____________________________________________________________________________
12392 [ 3685] By: gsar on 1999/07/17 20:37:27
12393 Log: applied suggested patch, along with later tweak
12394 From: jan.dubois@ibm.net (Jan Dubois)
12395 Date: Wed, 14 Jul 1999 23:53:43 +0200
12396 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
12397 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
12400 ____________________________________________________________________________
12401 [ 3684] By: gsar on 1999/07/17 20:24:32
12402 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
12405 ____________________________________________________________________________
12406 [ 3683] By: gsar on 1999/07/17 20:21:01
12407 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12408 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
12409 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
12410 Subject: [PATCH 5.005_57] Segfaults if $^P
12412 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
12414 ____________________________________________________________________________
12415 [ 3682] By: gsar on 1999/07/17 20:04:17
12416 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
12417 and prefix/lib/perl5/man are ass_u_med only if those directories
12418 actually exist; else prefix/{lib,man} are used)
12420 ! lib/ExtUtils/MM_Unix.pm
12421 ____________________________________________________________________________
12422 [ 3681] By: gsar on 1999/07/17 19:12:33
12423 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
12425 ! op.c t/comp/proto.t
12426 ____________________________________________________________________________
12427 [ 3680] By: gsar on 1999/07/17 18:23:55
12428 Log: fix vec() on magic values
12429 From: Ian Phillipps <ian@dial.pipex.com>
12430 Date: Mon, 12 Jul 1999 12:30:05 +0100
12431 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
12432 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
12434 ! doop.c t/op/tie.t
12435 ____________________________________________________________________________
12436 [ 3679] By: gsar on 1999/07/17 18:10:44
12437 Log: make system() return -1 and set $! if exec of child failed
12438 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12439 Date: Fri, 9 Jul 1999 05:21:13 -0400
12440 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
12441 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
12443 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
12444 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
12445 ____________________________________________________________________________
12446 [ 3678] By: gsar on 1999/07/17 17:54:01
12447 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12448 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
12449 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
12450 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
12453 ____________________________________________________________________________
12454 [ 3677] By: gsar on 1999/07/17 17:34:38
12455 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
12456 converted Ken's documentation outline into pod
12459 ____________________________________________________________________________
12460 [ 3676] By: gsar on 1999/07/17 16:34:09
12461 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
12462 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
12465 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
12466 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12467 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
12468 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
12469 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
12470 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
12471 ____________________________________________________________________________
12472 [ 3675] By: gsar on 1999/07/17 00:16:53
12473 Log: backout redundant change#3628
12475 ! Changes hints/bsdos.sh
12476 ____________________________________________________________________________
12477 [ 3674] By: jhi on 1999/07/15 14:26:03
12478 Log: Fix the bin/oct/hex constant overflow tests for
12479 long long platforms.
12481 ! t/pragma/warn/util
12482 ____________________________________________________________________________
12483 [ 3673] By: jhi on 1999/07/14 21:59:11
12484 Log: Fixed AIX dynamic loading and AIX shared Perl library.
12485 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
12486 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
12487 Hijacked win32/makedef.pl for more general purpose export
12488 list building, now it is used (as toplevel makedef.pl)
12489 for win32 and AIX (perl_exp.SH made unnecessary).
12490 Because the export lists are now correct in AIX, no more linker
12491 warnings about "Exported symbol not defined" should appear.
12494 - perl_exp.SH win32/makedef.pl
12495 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
12496 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
12497 ! win32/makefile.mk
12498 ____________________________________________________________________________
12499 [ 3672] By: gsar on 1999/07/14 17:12:13
12500 Log: minor efficiency tweak
12503 ____________________________________________________________________________
12504 [ 3671] By: jhi on 1999/07/14 16:22:39
12505 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
12506 if its caller re_intuit_start() was entered with strend == strpos
12507 because end_shift ended up as -1. The patch ain't necessarily
12508 correct but least the core dump is avoided.
12511 ____________________________________________________________________________
12512 [ 3670] By: jhi on 1999/07/13 07:59:09
12513 Log: Integrate with Sarathy.
12515 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12516 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12517 !> (integrate 67 files)
12518 ____________________________________________________________________________
12519 [ 3669] By: gsar on 1999/07/12 06:14:54
12520 Log: fixups for sundry warnings about function pointers
12522 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
12523 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
12524 ! win32/win32.c win32/win32.h
12525 ____________________________________________________________________________
12526 [ 3668] By: gsar on 1999/07/12 04:11:58
12527 Log: tweaks for win32/borland
12529 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
12530 ____________________________________________________________________________
12531 [ 3667] By: gsar on 1999/07/12 01:55:15
12532 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
12533 builds; passing the implicit context is unified among the three
12534 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
12535 flavors (see the top of perl.h) for testing; all varargs functions
12536 foo() have a va_list-taking variant vfoo() for generating the
12537 context-free versions; the PERL_OBJECT build should now be
12538 hyper-compatible with CPAN extensions (C++ is totally out of
12541 result has only been tested on Windows
12543 TODO: write docs on the THX rationale and idiomatic usage of
12546 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12547 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12548 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
12549 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
12550 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
12551 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
12552 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12553 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
12554 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
12555 ! global.sym globals.c intrpvar.h iperlsys.h
12556 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12557 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
12558 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
12559 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
12560 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
12561 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
12562 ! win32/dl_win32.xs win32/include/dirent.h
12563 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
12564 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12565 ! win32/win32iop.h win32/win32sck.c
12566 ____________________________________________________________________________
12567 [ 3666] By: jhi on 1999/07/11 22:00:13
12568 Log: Integrate with Sarathy.
12570 !> op.c t/op/lex_assign.t
12571 ____________________________________________________________________________
12572 [ 3665] By: jhi on 1999/07/11 21:59:01
12573 Log: More manual sync.
12575 ! pod/perldelta.pod
12576 ____________________________________________________________________________
12577 [ 3664] By: gsar on 1999/07/11 19:11:07
12578 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
12579 remedy and related tests via private mail
12581 ! op.c t/op/lex_assign.t
12582 ____________________________________________________________________________
12583 [ 3663] By: jhi on 1999/07/11 15:04:37
12584 Log: Manual synchronization with Sarathy (some files
12585 had drifted apart for no apparent reason), plus
12586 I had a typo in dl_vms.xs Sarathy had fixed.
12588 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
12589 ____________________________________________________________________________
12590 [ 3662] By: jhi on 1999/07/10 12:23:21
12591 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
12592 to adapt to the underlying platform (the binary, 0b1..., test
12593 was broken in 64-bit platforms). Also change "hex" in the
12594 warning messages to "hexadecimal" to match "binary" and "octal".
12596 ! pod/perldiag.pod t/pragma/warn/util util.c
12597 ____________________________________________________________________________
12598 [ 3661] By: jhi on 1999/07/08 21:54:55
12599 Log: Integrate with Sarathy.
12601 +> perlapi.c perlapi.h
12602 !> (integrate 43 files)
12603 ____________________________________________________________________________
12604 [ 3660] By: gsar on 1999/07/08 18:47:35
12605 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
12607 + perlapi.c perlapi.h
12608 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
12609 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
12610 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
12611 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
12612 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
12613 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
12615 ____________________________________________________________________________
12616 [ 3659] By: gsar on 1999/07/08 18:41:45
12617 Log: sundry cleanups for clean build on windows
12619 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
12620 ____________________________________________________________________________
12621 [ 3658] By: gsar on 1999/07/08 01:24:25
12622 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
12623 type mismatch problems
12625 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
12626 ! t/pragma/warn/op toke.c utf8.c util.c
12627 ____________________________________________________________________________
12628 [ 3657] By: jhi on 1999/07/07 23:01:16
12629 Log: Integrate with Sarathy. perldiag.pod required manual editing.
12632 !> Changes configure.com ext/B/B/Deparse.pm
12633 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
12634 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
12635 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
12636 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
12637 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
12638 !> t/pragma/overload.t thread.h vms/vms.c
12639 ____________________________________________________________________________
12640 [ 3656] By: gsar on 1999/07/07 21:04:38
12641 Log: integrate cfgperl contents
12643 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12644 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12645 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12647 !> (integrate 45 files)
12648 ____________________________________________________________________________
12649 [ 3655] By: gsar on 1999/07/07 18:55:45
12650 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
12653 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
12654 ____________________________________________________________________________
12655 [ 3654] By: gsar on 1999/07/07 18:47:03
12656 Log: change#1889 mistakenly removed F_SETLK
12658 ! ext/Fcntl/Fcntl.xs
12659 ____________________________________________________________________________
12660 [ 3653] By: gsar on 1999/07/07 18:42:42
12661 Log: B::Deparse update
12662 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12663 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
12664 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
12665 Subject: [PATCH _57, long] B::Deparse 0.58
12667 ! ext/B/B/Deparse.pm
12668 ____________________________________________________________________________
12669 [ 3652] By: gsar on 1999/07/07 18:41:07
12670 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12671 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
12672 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
12673 Subject: Re: [ID 19990705.001] Overloading boolean conversion
12675 ! gv.c t/pragma/overload.t
12676 ____________________________________________________________________________
12677 [ 3651] By: gsar on 1999/07/07 17:47:30
12678 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
12681 ____________________________________________________________________________
12682 [ 3650] By: gsar on 1999/07/07 17:45:52
12683 Log: applied new parts of suggested patch
12684 From: Charles Bailey <BAILEY@newman.upenn.edu>
12685 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
12686 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
12687 Subject: [PATCH 5.005_57] Consolidated VMS patch
12689 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
12690 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
12691 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
12692 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
12693 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
12694 ____________________________________________________________________________
12695 [ 3649] By: jhi on 1999/07/07 13:38:02
12696 Log: Sync regcomp warn with reality.
12698 ! t/pragma/warn/regcomp
12699 ____________________________________________________________________________
12700 [ 3648] By: jhi on 1999/07/07 13:04:55
12701 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
12704 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12705 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12706 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12708 !> (integrate 79 files)
12709 ____________________________________________________________________________
12710 [ 3647] By: gsar on 1999/07/07 10:32:03
12711 Log: From: jan.dubois@ibm.net (Jan Dubois)
12712 Date: Thu, 01 Jul 1999 11:17:53 +0200
12713 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
12714 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
12716 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12717 ! lib/ExtUtils/MakeMaker.pm
12718 ____________________________________________________________________________
12719 [ 3646] By: gsar on 1999/07/07 10:27:55
12720 Log: fix undocumented IO::Handle functions as suggested
12723 ! ext/IO/lib/IO/Handle.pm
12724 ____________________________________________________________________________
12725 [ 3645] By: gsar on 1999/07/07 10:18:55
12726 Log: prohibit thread join()ing itself (from Dan Sugalski)
12728 ! ext/Thread/Thread.xs
12729 ____________________________________________________________________________
12730 [ 3644] By: gsar on 1999/07/07 10:14:26
12731 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12732 Date: Wed, 30 Jun 1999 14:02:42 -0700
12733 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
12734 Subject: [PATCH 5.005_57] Compiler and XSUBS
12737 ____________________________________________________________________________
12738 [ 3643] By: gsar on 1999/07/07 10:08:38
12739 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
12740 (from François Désarménien <desar@club-internet.fr>)
12743 ____________________________________________________________________________
12744 [ 3642] By: gsar on 1999/07/07 10:03:24
12745 Log: From: Doug MacEachern <dougm@cp.net>
12746 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
12747 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
12748 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
12751 ____________________________________________________________________________
12752 [ 3641] By: gsar on 1999/07/07 10:00:57
12753 Log: slightly modified version of suggested patch
12754 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
12755 Date: Mon, 28 Jun 1999 14:23:59 -0400
12756 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
12757 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
12759 ! ext/POSIX/POSIX.xs
12760 ____________________________________________________________________________
12761 [ 3640] By: gsar on 1999/07/07 09:45:43
12762 Log: lexical warnings update (warning.t fails one test
12763 due to leaked scalar, investigation pending)
12764 From: paul.marquess@bt.com
12765 Date: Sat, 26 Jun 1999 23:19:52 +0100
12766 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
12767 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
12769 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12770 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12771 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12773 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
12774 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12775 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
12776 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
12777 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12778 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
12779 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
12780 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12781 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12782 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12783 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12784 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12785 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
12786 ! warning.h warning.pl win32/win32.c
12787 ____________________________________________________________________________
12788 [ 3639] By: gsar on 1999/07/07 08:09:30
12789 Log: From: Brian Jepson <bjepson@home.com>
12790 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
12791 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
12792 Subject: Patch to JPL example program
12794 ! jpl/JPL_Rolo/JPL_Rolo.jpl
12795 ____________________________________________________________________________
12796 [ 3638] By: jhi on 1999/07/07 08:07:58
12797 Log: Integrate with Sarathy.
12799 !> (integrate 34 files)
12800 ____________________________________________________________________________
12801 [ 3637] By: gsar on 1999/07/07 08:07:49
12802 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12803 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
12804 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
12805 Subject: [PATCH _57, long] Eliminate CONDOPs
12807 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
12808 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
12809 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
12810 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
12811 ! pod/perltoc.pod pp_ctl.c pp_hot.c
12812 ____________________________________________________________________________
12813 [ 3636] By: gsar on 1999/07/07 07:50:51
12814 Log: adapted suggested patch for IO-1.20x
12815 From: ian@dial.pipex.com
12816 Date: Fri, 25 Jun 1999 10:39:42 +0100
12817 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
12818 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
12820 ! ext/IO/lib/IO/Socket.pm
12821 ____________________________________________________________________________
12822 [ 3635] By: gsar on 1999/07/07 07:26:05
12823 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
12826 ____________________________________________________________________________
12827 [ 3634] By: gsar on 1999/07/07 07:20:02
12828 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12829 Date: Wed, 23 Jun 1999 16:16:05 +0100
12830 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
12831 Subject: [PATCH 5.005_57] memleak in optimizer
12833 ! embed.h embed.pl objXSUB.h op.c proto.h
12834 ____________________________________________________________________________
12835 [ 3633] By: gsar on 1999/07/07 07:10:52
12836 Log: add do-not-edit caveats for files generated by opcode.pl
12837 (suggested by Hugo van der Sanden)
12839 ! opcode.h opcode.pl pp.sym pp_proto.h
12840 ____________________________________________________________________________
12841 [ 3632] By: gsar on 1999/07/07 06:41:13
12842 Log: better diagnostics on read operations from write-only
12845 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
12846 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12847 ____________________________________________________________________________
12848 [ 3631] By: gsar on 1999/07/07 02:03:34
12849 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
12850 by David Muir Sharnoff <muir@idiom.com>)
12852 ! lib/Sys/Hostname.pm
12853 ____________________________________________________________________________
12854 [ 3630] By: gsar on 1999/07/07 01:57:16
12855 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12856 Date: Sun, 20 Jun 1999 17:17:17 -0700
12857 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
12858 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
12861 ____________________________________________________________________________
12862 [ 3629] By: gsar on 1999/07/07 01:46:03
12863 Log: installperl should write normal messages to STDOUT, not STDERR
12866 ____________________________________________________________________________
12867 [ 3628] By: gsar on 1999/07/07 01:41:25
12868 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
12871 ____________________________________________________________________________
12872 [ 3627] By: gsar on 1999/07/07 00:27:10
12873 Log: make diagnostic on C<my $^I> etc., more readable
12876 ____________________________________________________________________________
12877 [ 3626] By: gsar on 1999/07/06 23:47:27
12878 Log: From: Andy Dougherty <doughera@lafayette.edu>
12879 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
12880 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
12881 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
12883 ! Makefile.SH utils/Makefile
12884 ____________________________________________________________________________
12885 [ 3625] By: jhi on 1999/07/06 21:50:46
12886 Log: Some new files of #3624 missing from MANIFEST.
12889 ____________________________________________________________________________
12890 [ 3624] By: jhi on 1999/07/06 21:47:04
12891 Log: POSIX [[:character class:]] support for standard, locale,
12892 and utf8. If both utf8 and locale are on, utf8 wins.
12893 I don't fully understand why so many tables changed in
12894 lib/unicode because of "make" -- maybe it was just overdue.
12896 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12897 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12898 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12899 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
12900 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
12901 ! lib/unicode/Block.pl lib/unicode/Category.pl
12902 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12903 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
12904 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
12905 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
12906 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
12907 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
12908 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
12909 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
12910 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
12911 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
12912 ! t/pragma/warn/regcomp utf8.c
12913 ____________________________________________________________________________
12914 [ 3623] By: gsar on 1999/07/06 20:52:48
12915 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12916 Date: Wed, 16 Jun 1999 14:57:22 -0400
12917 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
12918 Subject: [PATCH 5.00557] Devel::Peek
12920 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12921 ____________________________________________________________________________
12922 [ 3622] By: gsar on 1999/07/06 20:22:59
12923 Log: applied patch after demunging headers with appropriate paths
12924 From: "Vishal Bhatia" <vishalb@my-deja.com>
12925 Date: Sat, 12 Jun 1999 08:23:59 -0700
12926 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
12927 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
12929 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
12930 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
12931 ____________________________________________________________________________
12932 [ 3621] By: gsar on 1999/07/06 20:10:50
12933 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12934 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
12935 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
12936 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
12939 ____________________________________________________________________________
12940 [ 3620] By: jhi on 1999/07/06 19:16:47
12941 Log: Mention EPOC and SOCKS.
12943 ! pod/perldelta.pod
12944 ____________________________________________________________________________
12945 [ 3619] By: gsar on 1999/07/06 16:52:37
12946 Log: fix int vs STRLEN issue
12949 ____________________________________________________________________________
12950 [ 3618] By: jhi on 1999/07/06 16:52:20
12951 Log: There ain't Perl_atonv().
12953 ! ext/ByteLoader/bytecode.h
12954 ____________________________________________________________________________
12955 [ 3617] By: jhi on 1999/07/06 15:55:22
12956 Log: Integrate with Sarathy.
12959 ____________________________________________________________________________
12960 [ 3616] By: jhi on 1999/07/06 15:54:09
12961 Log: Tweak for #3613.
12963 ! Configure config_h.SH
12964 ____________________________________________________________________________
12965 [ 3615] By: gsar on 1999/07/06 11:00:21
12966 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12967 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
12968 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
12969 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
12972 ____________________________________________________________________________
12973 [ 3614] By: jhi on 1999/07/06 10:44:48
12974 Log: Integrate with Sarathy.
12976 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
12977 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
12978 ____________________________________________________________________________
12979 [ 3613] By: jhi on 1999/07/06 10:43:20
12980 Log: From: Nathan Kurz <nate@valleytel.net>
12981 Subject: [ID 19990612.001 compiling three deep modules within ext/]
12982 ply-To: nate@valleytel.net
12983 erl5-porters@perl.org
12984 Date: Sat, 12 Jun 1999 01:26:04 -0500
12985 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
12987 ! Configure config_h.SH
12988 ____________________________________________________________________________
12989 [ 3612] By: gsar on 1999/07/06 10:17:52
12990 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12991 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
12992 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
12993 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
12995 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
12996 ____________________________________________________________________________
12997 [ 3611] By: gsar on 1999/07/06 09:51:20
12998 Log: From: pvhp@forte.com (Peter Prymmer)
12999 Date: Fri, 11 Jun 99 17:07:19 PDT
13000 Message-Id: <9906120007.AA13802@forte.com>
13001 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
13003 ! ext/IO/lib/IO/File.pm
13004 ____________________________________________________________________________
13005 [ 3610] By: gsar on 1999/07/06 09:37:37
13006 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
13008 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13009 Date: Wed, 09 Jun 1999 18:27:51 +0100
13010 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
13011 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
13013 ! perl.h t/base/rs.t
13014 ____________________________________________________________________________
13015 [ 3609] By: jhi on 1999/07/06 09:28:48
13016 Log: Integrate with Sarathy.
13018 !> (integrate 49 files)
13019 ____________________________________________________________________________
13020 [ 3608] By: gsar on 1999/07/06 09:28:21
13024 ____________________________________________________________________________
13025 [ 3607] By: jhi on 1999/07/06 09:22:48
13026 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
13028 ! Configure config_h.SH
13029 ____________________________________________________________________________
13030 [ 3606] By: gsar on 1999/07/06 09:05:02
13031 Log: applied slightly tweaked version of suggested patch for
13033 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13034 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
13035 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
13036 Subject: [PATCH 5.005_57] REx engine rehash
13038 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
13039 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
13040 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
13042 ____________________________________________________________________________
13043 [ 3605] By: gsar on 1999/07/06 08:54:03
13044 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
13047 ____________________________________________________________________________
13048 [ 3604] By: gsar on 1999/07/06 07:08:30
13049 Log: From: paul.marquess@bt.com
13050 Date: Tue, 8 Jun 1999 22:37:58 +0100
13051 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
13052 Subject: [PATCH 5.005_57] DB_File 1.67
13054 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13055 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13056 ____________________________________________________________________________
13057 [ 3603] By: gsar on 1999/07/06 07:04:50
13058 Log: From: paul.marquess@bt.com
13059 Date: Tue, 8 Jun 1999 22:34:01 +0100
13060 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
13061 Subject: [PATCH 5.005_57] DBM Filters
13063 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13064 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
13065 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
13066 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
13067 ____________________________________________________________________________
13068 [ 3602] By: gsar on 1999/07/06 07:00:01
13069 Log: slightly tweaked version of suggested patch
13070 From: Dan Sugalski <sugalskd@ous.edu>
13071 Date: Tue, 08 Jun 1999 14:09:38 -0700
13072 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
13073 Subject: [PATCH 5.005_57]Use NV instead of double in the core
13075 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
13076 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
13077 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
13078 ! proto.h sv.c sv.h toke.c universal.c util.c
13079 ____________________________________________________________________________
13080 [ 3601] By: gsar on 1999/07/06 06:52:57
13081 Log: integrate cfgperl contents into mainline
13083 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
13084 +> epoc/perl.mmp epoc/perl.pkg
13085 !> (integrate 30 files)
13086 ____________________________________________________________________________
13087 [ 3598] By: jhi on 1999/07/05 20:02:55
13088 Log: Integrate with mainperl.
13090 +> lib/CGI/Pretty.pm
13091 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
13092 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
13093 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
13094 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
13096 ____________________________________________________________________________
13097 [ 3597] By: jhi on 1999/07/05 19:59:48
13098 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
13099 that addresses the notorious "Additional libraries" question.
13101 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13102 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
13104 ____________________________________________________________________________
13105 [ 3596] By: gsar on 1999/07/05 18:30:51
13106 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13107 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
13108 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
13109 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
13111 ! pp_sys.c t/lib/io_udp.t
13112 ____________________________________________________________________________
13113 [ 3595] By: gsar on 1999/07/05 18:29:08
13114 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13115 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
13116 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
13117 Subject: [PATCH 5.00557] Setting $^E wipes out $!
13120 ____________________________________________________________________________
13121 [ 3594] By: gsar on 1999/07/05 18:24:53
13122 Log: hand-apply whitespace mutiliated patch
13123 From: Dan Sugalski <sugalskd@osshe.edu>
13124 Date: Mon, 07 Jun 1999 14:46:42 -0700
13125 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
13126 Subject: [PATCH 5.005_57]Updated VMS patch
13128 ! thread.h vms/descrip_mms.template vms/subconfigure.com
13129 ! vms/vms.c vms/vmsish.h
13130 ____________________________________________________________________________
13131 [ 3593] By: gsar on 1999/07/05 17:53:04
13132 Log: applied parts not duplicated by previous patches
13133 From: "Vishal Bhatia" <vishalb@my-deja.com>
13134 Date: Sat, 05 Jun 1999 08:42:17 -0700
13135 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
13136 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
13138 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
13139 ! ext/B/B/Stackobj.pm
13140 ____________________________________________________________________________
13141 [ 3592] By: jhi on 1999/07/05 17:17:22
13142 Log: AIX threaded build, plus few more on the side.
13144 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
13145 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
13146 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
13147 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
13148 ____________________________________________________________________________
13149 [ 3591] By: gsar on 1999/07/05 16:52:34
13150 Log: "\e" and "\a" didn't produce right escape under EBCDIC
13151 From: pvhp@forte.com (Peter Prymmer)
13152 Date: Fri, 4 Jun 99 12:00:27 PDT
13153 Message-Id: <9906041900.AA28387@forte.com>
13154 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
13157 ____________________________________________________________________________
13158 [ 3590] By: gsar on 1999/07/05 16:40:01
13159 Log: s/scalar ref constructor/single ref constructor/ (suggested
13160 by Stephen McCamant)
13162 ! opcode.h opcode.pl
13163 ____________________________________________________________________________
13164 [ 3589] By: gsar on 1999/07/05 16:34:06
13165 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
13167 ! ext/GDBM_File/GDBM_File.xs
13168 ____________________________________________________________________________
13169 [ 3588] By: gsar on 1999/07/05 16:29:39
13170 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
13171 is unchanged still)
13174 ____________________________________________________________________________
13175 [ 3587] By: jhi on 1999/07/05 10:31:43
13176 Log: Make perl_exp.SH smarter about what to include and what to exclude.
13179 ____________________________________________________________________________
13180 [ 3586] By: jhi on 1999/07/05 09:29:31
13181 Log: Remove unnecessary and extraneous my $i = 0.
13184 ____________________________________________________________________________
13185 [ 3585] By: jhi on 1999/07/05 07:28:59
13186 Log: Integrate with mainperl.
13188 !> (integrate 30 files)
13189 ____________________________________________________________________________
13190 [ 3584] By: gsar on 1999/07/05 05:36:28
13191 Log: From: Vishal Bhatia <vishalb@hotmail.com>
13192 Date: Thu, 03 Jun 1999 00:57:48 PDT
13193 Message-ID: <19990603075749.86665.qmail@hotmail.com>
13194 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
13196 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
13197 ____________________________________________________________________________
13198 [ 3583] By: gsar on 1999/07/05 05:31:19
13199 Log: suppress fancy display when in verbose mode (suggested by
13200 Paul Johnson <pjcj@transeda.com>)
13202 ! lib/Test/Harness.pm
13203 ____________________________________________________________________________
13204 [ 3582] By: gsar on 1999/07/05 05:17:12
13205 Log: cygwin32 update
13206 From: "Fifer, Eric" <EFifer@sanwaint.com>
13207 Date: Wed, 2 Jun 1999 15:16:05 +0100
13208 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
13209 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
13211 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
13212 ! cygwin32/build-instructions.READFIRST
13213 ! cygwin32/build-instructions.charles-wilson
13214 ! cygwin32/build-instructions.sebastien-barre
13215 ! cygwin32/build-instructions.steven-morlock
13216 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
13217 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
13218 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
13219 ! t/op/magic.t util.c
13220 ____________________________________________________________________________
13221 [ 3581] By: gsar on 1999/07/05 02:46:18
13222 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
13225 ____________________________________________________________________________
13226 [ 3580] By: gsar on 1999/07/05 02:38:03
13227 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
13228 Date: Mon, 31 May 1999 18:18:13 -0600
13229 Message-ID: <19990601001813.AAA17834@csgsystems.com>
13230 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
13232 ! t/TEST t/UTEST t/harness utils/perlcc.PL
13233 ____________________________________________________________________________
13234 [ 3579] By: gsar on 1999/07/05 01:20:58
13235 Log: compatibility tweak for Class::Struct
13237 ! lib/Class/Struct.pm
13238 ____________________________________________________________________________
13239 [ 3578] By: jhi on 1999/07/04 23:26:01
13240 Log: Miscellaneus AIX fixes + SOCKS support.
13242 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13243 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
13244 ! hints/aix.sh pp_sys.c
13245 ____________________________________________________________________________
13246 [ 3577] By: gsar on 1999/07/04 23:07:39
13250 ____________________________________________________________________________
13251 [ 3576] By: jhi on 1999/07/04 22:39:23
13252 Log: Integrate with mainperl.
13256 !> (integrate 51 files)
13257 ____________________________________________________________________________
13258 [ 3575] By: jhi on 1999/07/04 22:26:48
13259 Log: Added 64-bit support for AIX 4.3 or better
13260 based on Martin H. Rusoff's observations.
13262 ! Configure config_h.SH hints/aix.sh
13263 ____________________________________________________________________________
13264 [ 3574] By: jhi on 1999/07/04 21:34:47
13265 Log: Do not throw away gccvers compilation errors.
13266 From: Andy Dougherty <doughera@lafayette.edu>
13267 To: Ron Seguin <rseguin@on.bell.ca>
13268 Cc: Perl Porters <perl5-porters@perl.org>
13269 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
13270 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
13271 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
13273 ! Configure config_h.SH
13274 ____________________________________________________________________________
13275 [ 3573] By: gsar on 1999/07/04 21:10:32
13276 Log: adapted suggested tests for addition to testsuite
13277 From: RonaldWS@aol.com
13278 Date: Sun, 30 May 1999 16:27:28 EDT
13279 Message-Id: <25cd799f.2482f930@aol.com>
13280 Subject: [19990530.007] Open with pipe | does not return pid under win32
13283 ! MANIFEST win32/win32.c
13284 ____________________________________________________________________________
13285 [ 3572] By: gsar on 1999/07/04 20:29:32
13286 Log: perl_run() should call my_exit(0) for normal completion
13289 ____________________________________________________________________________
13290 [ 3571] By: jhi on 1999/07/04 20:10:44
13291 Log: Add test for change #3568 plus general cleanup.
13293 ! t/pragma/locale.t
13294 ____________________________________________________________________________
13295 [ 3570] By: gsar on 1999/07/04 20:03:21
13296 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
13299 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
13300 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
13301 ____________________________________________________________________________
13302 [ 3569] By: gsar on 1999/07/04 18:04:48
13303 Log: make AIX dynaloading work when libperl is shared (and thus under
13305 From: Jens-Uwe Mager <jum@helios.de>
13306 Date: Sat, 29 May 1999 17:09:52 +0200
13307 Message-Id: <199905291509.RAA43978@ans.helios.de>
13308 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
13310 ! ext/DynaLoader/dl_aix.xs
13311 ____________________________________________________________________________
13312 [ 3568] By: jhi on 1999/07/04 14:54:23
13313 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
13314 This resulted for example in the 'o' magic not being cleared by
13315 magic_setcollxfrm(), which resulted in strange cmp results.
13316 The bug was reported originally in the message
13317 Subject: Bug with locale
13318 From: Jan Starzynski <jan@planet.de>
13319 To: perlbug@perl.com
13320 Date: Fri, 09 Apr 1999 13:23:07 +0200
13321 Message-ID: <370DE31B.DAEE1332@planet.de>
13324 ____________________________________________________________________________
13325 [ 3567] By: gsar on 1999/07/04 02:38:34
13326 Log: remove misleading info on defined(&func), unclutter deprecation
13327 about defined(@array)
13329 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13331 ____________________________________________________________________________
13332 [ 3566] By: gsar on 1999/07/04 01:46:31
13333 Log: From: jan.dubois@ibm.net (Jan Dubois)
13334 Date: Wed, 26 May 1999 22:07:17 +0200
13335 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
13336 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
13338 ! Changes win32/win32.c win32/win32.h
13339 ____________________________________________________________________________
13340 [ 3565] By: gsar on 1999/07/04 01:26:02
13341 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
13344 ! pod/perlxstut.pod
13345 ____________________________________________________________________________
13346 [ 3564] By: gsar on 1999/07/02 03:09:04
13347 Log: avoid warnings
13349 ! ext/Thread/Thread/Specific.pm lib/fields.pm
13350 ____________________________________________________________________________
13351 [ 3563] By: gsar on 1999/06/28 19:23:47
13352 Log: inc version (for CPAN.pm sanity)
13354 ! lib/Text/ParseWords.pm
13355 ____________________________________________________________________________
13356 [ 3562] By: gsar on 1999/06/28 19:19:01
13360 ____________________________________________________________________________
13361 [ 3561] By: gsar on 1999/06/28 19:08:41
13362 Log: From: Damian Conway <damian@cs.monash.edu.au>
13363 Date: Wed, 26 May 1999 00:58:35 -0400
13364 Message-Id: <199905260458.AAA06411@defender.perl.org>
13365 Subject: [19990526.002] Misc. improvements to Class:Struct
13367 ! MANIFEST lib/Class/Struct.pm
13368 ____________________________________________________________________________
13369 [ 3560] By: gsar on 1999/06/28 18:50:52
13370 Log: remove bogus PL_optype_size
13372 ! bytecode.pl ext/ByteLoader/byterun.h
13373 ____________________________________________________________________________
13374 [ 3559] By: gsar on 1999/06/28 18:22:26
13375 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
13377 + lib/CGI/Pretty.pm
13378 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
13379 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
13380 ! t/lib/cgi-html.t t/lib/cgi-request.t
13381 ____________________________________________________________________________
13382 [ 3558] By: jhi on 1999/06/28 07:30:21
13383 Log: Change Olaf Lebbe's email address.
13386 ____________________________________________________________________________
13387 [ 3557] By: gsar on 1999/06/28 00:07:33
13388 Log: make autogenerated files writable
13391 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
13392 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
13393 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
13394 ! proto.h regnodes.h warning.h win32/config_H.bc
13395 ! win32/config_H.gc win32/config_H.vc
13396 ____________________________________________________________________________
13397 [ 3556] By: jhi on 1999/06/27 19:22:53
13398 Log: Update MANIFEST to match #3555.
13401 ____________________________________________________________________________
13402 [ 3555] By: jhi on 1999/06/27 19:16:22
13403 Log: EPOC port to Psion5.
13404 From: Olaf Flebbe <O.Flebbe@science-computing.de>
13405 To: Jarkko Hietaniemi <jhi@iki.fi>
13406 Cc: perl5-porters@perl.org
13407 Subject: Re: Psion5
13408 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
13409 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
13411 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
13412 + epoc/perl.mmp epoc/perl.pkg
13413 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
13414 ! perl.h sv.c util.c
13415 ____________________________________________________________________________
13416 [ 3554] By: jhi on 1999/06/27 18:50:52
13417 Log: Integrate from mainperl.
13419 !> (integrate 48 files)
13420 ____________________________________________________________________________
13421 [ 3553] By: gsar on 1999/06/27 14:28:49
13422 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
13423 gone from the public API); PERL_OBJECT builds again on
13426 TODO: namespace-clean the typedefs in iperlsys.h and
13427 elsewhere; remove C++ remnants from public headers
13429 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
13430 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13431 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13432 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
13433 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
13434 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
13435 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
13436 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
13437 ! win32/config.gc win32/config.vc win32/dl_win32.xs
13438 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13439 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
13441 ____________________________________________________________________________
13442 [ 3552] By: gsar on 1999/06/27 13:49:31
13443 Log: integrate cfgperl changes into mainline
13445 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13446 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13447 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13449 ____________________________________________________________________________
13450 [ 3551] By: gsar on 1999/06/27 13:31:11
13454 ____________________________________________________________________________
13455 [ 3550] By: gsar on 1999/06/24 22:42:53
13456 Log: update Changes
13459 ____________________________________________________________________________
13460 [ 3549] By: gsar on 1999/06/24 22:41:17
13461 Log: avoid race condition in the CAPI extension bootstrap handler
13463 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
13464 ____________________________________________________________________________
13465 [ 3548] By: gsar on 1999/06/24 22:39:53
13466 Log: sanity check to cover the case when perl is installed into the
13470 ____________________________________________________________________________
13471 [ 3547] By: gsar on 1999/06/22 19:30:32
13472 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
13474 ! lib/Tie/RefHash.pm
13475 ____________________________________________________________________________
13476 [ 3544] By: jhi on 1999/06/18 19:24:28
13477 Log: Tidy up #3542 and #3543.
13479 ! t/pragma/locale.t util.c
13480 ____________________________________________________________________________
13481 [ 3543] By: jhi on 1999/06/18 10:28:45
13482 Log: Spice up locale.t.
13484 ! t/pragma/locale.t
13485 ____________________________________________________________________________
13486 [ 3542] By: jhi on 1999/06/17 22:42:03
13487 Log: Fixed two long-standing locale bugs.
13489 Both problems were related to numeric locale which
13490 controls the radix character aka the decimal separator.
13491 (1) printf (and sprintf) were resetting the numeric locale to C.
13492 (2) Using locale-numerically formatted floating point
13493 numbers (e.g. "1,23") together with -w caused warnings about
13494 "isn't numeric". The operations were working fine, though,
13495 because atof() was using the local locale.
13496 Both problems reported by Stefan Vogtner.
13498 Introduced a wrapper for atof() that attempts to convert
13499 the string both ways. This helps Perl to understand
13500 numbers like this "4.56" even when using a local locale
13501 makes atof() understand only numbers like this "7,89".
13503 Remaining related problems, both of which existed before
13504 this patch and continue to exist after this patch:
13505 (a) The behaviour of print() is _not_ as documented by perllocale.
13506 Instead of always using the C locale, print() does use the
13507 local locale, just like the *printf() do. This may be fixable
13508 now that switching to-and-fro between locales has been made
13509 more consistent, but fixing print() would change existing
13510 behaviour. perllocale is not changed by this patch.
13511 (b) If a number has been stringified (say, via "$number") under
13512 a local locale, the cached string value persists even under
13513 "no locale". This may or may not be a problem: operations
13514 work fine because the original number is still there, but
13515 that the string form keeps its locale-ish outlook may be
13516 somewhat confusing.
13518 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13519 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13520 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13522 ____________________________________________________________________________
13523 [ 3541] By: jhi on 1999/06/17 20:00:16
13524 Log: Integrate from mainperl.
13526 !> ext/Data/Dumper/Dumper.pm op.c
13527 ____________________________________________________________________________
13528 [ 3540] By: gsar on 1999/06/16 16:49:55
13529 Log: dump C<0> as such, not C<'0'>
13531 ! ext/Data/Dumper/Dumper.pm
13532 ____________________________________________________________________________
13533 [ 3539] By: gsar on 1999/06/13 04:04:40
13534 Log: fix coredumper in change#3498
13537 ____________________________________________________________________________
13538 [ 3538] By: jhi on 1999/06/12 22:01:26
13539 Log: Integrate from mainperl.
13542 !> (integrate 36 files)
13543 ____________________________________________________________________________
13544 [ 3537] By: gsar on 1999/06/12 06:43:03
13545 Log: EXTERN_C declarations for global arrays in various
13546 headers, so perl can be built even in C++ mode; win32
13547 build fixups; regen headers
13549 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
13550 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
13551 ____________________________________________________________________________
13552 [ 3536] By: gsar on 1999/06/12 06:38:21
13553 Log: caller.pm typos
13556 ____________________________________________________________________________
13557 [ 3535] By: gsar on 1999/06/11 23:13:54
13558 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
13559 is temporarily gone
13561 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
13562 ! pod/perldelta.pod proto.h win32/perllib.c
13563 ____________________________________________________________________________
13564 [ 3534] By: gsar on 1999/06/11 20:41:51
13565 Log: implement C<use caller 'encoding'>
13568 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
13569 ____________________________________________________________________________
13570 [ 3533] By: gsar on 1999/06/11 16:51:04
13571 Log: truncate() has a peculiar exemption from strict barewords, even
13572 though it has a non-filehandle prototype
13575 ____________________________________________________________________________
13576 [ 3532] By: gsar on 1999/06/11 09:09:16
13579 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
13580 ____________________________________________________________________________
13581 [ 3531] By: gsar on 1999/06/10 23:34:19
13582 Log: part of the platform changes for IMPLICIT_CONTEXT
13584 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
13585 ! jpl/PerlInterpreter/PerlInterpreter.c
13586 ! jpl/PerlInterpreter/PerlInterpreter.h
13587 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
13588 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
13589 ____________________________________________________________________________
13590 [ 3530] By: jhi on 1999/06/10 20:55:56
13591 Log: Integrate from mainperl.
13593 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13594 ____________________________________________________________________________
13595 [ 3529] By: gsar on 1999/06/10 20:40:01
13596 Log: DB_File tweaks for IMPLICIT CONTEXT
13598 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13599 ____________________________________________________________________________
13600 [ 3528] By: jhi on 1999/06/10 10:18:15
13601 Log: Integrate from mainperl.
13603 !> (integrate 105 files)
13604 ____________________________________________________________________________
13605 [ 3527] By: gsar on 1999/06/10 09:30:35
13606 Log: most globals are now interpreter local; locale initialization
13607 was too early, defer it until interpreter is allocated and
13608 initialized; multiple interpreters should now be
13609 concurrency-safe (untested)
13611 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
13613 ____________________________________________________________________________
13614 [ 3526] By: gsar on 1999/06/10 08:38:00
13615 Log: fix small nits
13617 ! cc_runtime.h ext/B/B/CC.pm run.c
13618 ____________________________________________________________________________
13619 [ 3525] By: gsar on 1999/06/10 04:41:38
13620 Log: win32 build fixes
13622 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
13623 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13624 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
13625 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
13626 ! win32/Makefile win32/config_H.bc win32/config_H.gc
13627 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
13628 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13629 ! win32/win32.c win32/win32.h win32/win32sck.c
13630 ! win32/win32thread.c win32/win32thread.h
13631 ____________________________________________________________________________
13632 [ 3524] By: gsar on 1999/06/09 18:03:01
13633 Log: more complete support for implicit thread/interpreter pointer,
13634 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
13635 without that enabled):
13636 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
13637 is a noop; tests pass on Solaris; should be faster now!
13638 - MULTIPLICITY has been tested with and without
13639 PERL_IMPLICIT_CONTEXT on Solaris
13640 - improved function database now merged with embed.pl
13641 - everything except the varargs functions have foo(a,b,c) macros
13642 to provide compatibility
13643 - varargs functions default to compatibility variants that
13644 get the context pointer using dTHX
13645 - there should be almost no source compatibility issues as a
13647 - dl_foo.xs changes other than dl_dlopen.xs untested
13648 - still needs documentation, fixups for win32 etc
13649 Next step: migrate most non-mutex variables from perlvars.h
13653 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
13654 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
13655 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13656 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13657 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
13658 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13659 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
13660 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
13661 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13662 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
13663 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13664 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13665 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
13666 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
13667 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
13668 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
13669 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13670 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
13671 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
13672 ! util.c win32/Makefile win32/makefile.mk writemain.SH
13673 ____________________________________________________________________________
13674 [ 3523] By: gsar on 1999/06/07 05:24:13
13679 ____________________________________________________________________________
13680 [ 3522] By: gsar on 1999/06/07 05:18:34
13681 Log: initial stub implementation of implicit thread/this
13682 pointer argument; builds/tests on Solaris, win32
13683 hasn't been fixed up yet; proto.h, global.sym and
13684 static function decls are now generated from a common
13685 database in proto.pl; some inconsistently named
13686 perl_foo() things are now Perl_foo(), compatibility
13687 #defines provided; perl_foo() (lowercase 'p') reserved
13688 for functions that take an explicit context argument;
13689 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
13691 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
13692 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
13693 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
13694 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
13695 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
13696 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
13697 ! universal.c utf8.c util.c
13698 ____________________________________________________________________________
13699 [ 3521] By: gsar on 1999/06/04 23:00:22
13700 Log: clean up some stray "global" symbols
13702 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
13703 ! pp_proto.h proto.h
13704 ____________________________________________________________________________
13705 [ 3520] By: jhi on 1999/06/02 21:33:28
13706 Log: Integrate from mainperl.
13708 !> (integrate 94 files)
13709 ____________________________________________________________________________
13710 [ 3519] By: gsar on 1999/06/02 07:16:10
13711 Log: avoid dereferencing null pointer from getpwent() et al
13714 ____________________________________________________________________________
13715 [ 3518] By: gsar on 1999/06/02 04:47:10
13716 Log: remove _() non-ansism
13718 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
13719 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
13720 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
13721 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
13722 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
13723 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13724 ! ext/re/re.xs handy.h hv.c iperlsys.h
13725 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
13726 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
13727 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
13728 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
13729 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
13730 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
13731 ! vms/vmsish.h vms/writemain.pl vos/config.h
13732 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
13733 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
13734 ! win32/perllib.c win32/runperl.c win32/win32.h
13735 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
13736 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
13737 ____________________________________________________________________________
13738 [ 3517] By: gsar on 1999/06/02 02:17:51
13739 Log: missed a few files
13741 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
13742 ____________________________________________________________________________
13743 [ 3516] By: gsar on 1999/06/02 01:37:33
13744 Log: integrate cfgperl contents into mainline
13746 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13747 +> ext/ByteLoader/byterun.h
13748 - bytecode.h byterun.c byterun.h
13750 !> (integrate 58 files)
13751 ____________________________________________________________________________
13752 [ 3515] By: gsar on 1999/06/02 00:48:50
13753 Log: remove stray K&R-isms
13755 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
13756 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
13757 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
13758 ! toke.c util.c win32/win32.c x2p/hash.c
13759 ____________________________________________________________________________
13760 [ 3514] By: gsar on 1999/06/01 15:55:55
13761 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
13764 ! op.c t/pragma/strict-subs
13765 ____________________________________________________________________________
13766 [ 3513] By: jhi on 1999/06/01 07:17:05
13767 Log: Patch applying of #3499 had gone awry.
13769 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
13770 ____________________________________________________________________________
13771 [ 3512] By: gsar on 1999/05/31 19:21:30
13772 Log: tighter -help output
13775 ____________________________________________________________________________
13776 [ 3511] By: gsar on 1999/05/31 17:18:23
13777 Log: fix memory leak in C<eval 'return sub {...}'>
13779 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
13780 ____________________________________________________________________________
13781 [ 3510] By: gsar on 1999/05/31 14:11:46
13784 ! win32/dl_win32.xs win32/win32.c
13785 ____________________________________________________________________________
13786 [ 3509] By: jhi on 1999/05/30 13:02:26
13787 Log: Cleanup of #3488.
13789 ! Configure config_h.SH
13790 ____________________________________________________________________________
13791 [ 3508] By: jhi on 1999/05/30 11:16:01
13792 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13793 To: Mailing list Perl5 <perl5-porters@perl.org>
13794 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
13795 Date: Sat, 29 May 1999 20:18:13 -0400
13796 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
13798 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
13799 ____________________________________________________________________________
13800 [ 3507] By: jhi on 1999/05/29 20:05:40
13801 Log: From: Mark-Jason Dominus <mjd@plover.com>
13802 To: perl5-porters@perl.com
13803 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
13804 Date: Sat, 29 May 1999 14:45:10 -0400
13805 Message-ID: <19990529184510.27557.qmail@plover.com>
13808 ____________________________________________________________________________
13809 [ 3506] By: gsar on 1999/05/29 16:49:39
13810 Log: avoid gv_check() recursive pit
13813 ____________________________________________________________________________
13814 [ 3505] By: jhi on 1999/05/29 11:38:16
13815 Log: From: jan.dubois@ibm.net (Jan Dubois)
13816 To: Gurusamy Sarathy <gsar@activestate.com>
13817 Cc: perl5-porters@perl.org
13818 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
13819 Date: Sat, 29 May 1999 08:46:22 +0200
13820 Message-ID: <374f8007.2016008@smtp1.ibm.net>
13822 ! t/op/grent.t t/op/pwent.t
13823 ____________________________________________________________________________
13824 [ 3504] By: jhi on 1999/05/29 11:07:10
13825 Log: QNX needs <sys/select.h> to define fd_set.
13827 From: Norton Allen <allen@huarp.harvard.edu>
13828 To: perl5-porters@perl.org
13829 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
13830 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
13831 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
13834 ____________________________________________________________________________
13835 [ 3503] By: jhi on 1999/05/29 10:53:31
13836 Log: From: jan.dubois@ibm.net (Jan Dubois)
13837 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
13838 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
13839 Date: Fri, 28 May 1999 20:14:35 +0200
13840 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
13842 ! lib/Math/BigFloat.pm
13843 ____________________________________________________________________________
13844 [ 3502] By: jhi on 1999/05/29 10:44:44
13845 Log: Make Configure support the change #3367,
13846 SysV shadow passwords.
13848 ! Configure config_h.SH pp_sys.c
13849 ____________________________________________________________________________
13850 [ 3501] By: gsar on 1999/05/28 21:22:23
13851 Log: add wide versions of win32 system calls (first step in
13852 globalization); delayload winsock for performance if compiling
13855 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
13856 ! win32/win32.c win32/win32.h
13857 ____________________________________________________________________________
13858 [ 3500] By: jhi on 1999/05/28 21:17:24
13859 Log: The new t/lib/io_linenum.t was using stricture
13860 before @INC was set up.
13862 ! t/lib/io_linenum.t
13863 ____________________________________________________________________________
13864 [ 3499] By: jhi on 1999/05/28 17:13:23
13865 Log: From: Tom Hughes <tom@compton.nu>
13866 To: perl5-porters@perl.org
13867 Subject: [PATCH 5.005_57] ByteLoader mark 2
13868 Date: Wed, 26 May 1999 23:59:49 +0100
13869 Message-ID: <bf337a0849.tom@compton.compton.nu>
13871 plus resolve tiny conflict with #3479
13872 plus regen_headers.
13874 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13875 + ext/ByteLoader/byterun.h
13876 - bytecode.h byterun.c byterun.h
13877 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
13878 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
13879 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13880 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
13881 ! perl.h perlvars.h proto.h util.c utils/Makefile
13882 ____________________________________________________________________________
13883 [ 3498] By: jhi on 1999/05/28 16:53:04
13884 Log: From: Mark-Jason Dominus <mjd@plover.com>
13885 To: perl5-porters@perl.com
13886 Subject: PATCH (5.005_57): defined(@a) now deprecated
13887 Date: Thu, 27 May 1999 16:05:44 -0400
13888 Message-ID: <19990527200544.13330.qmail@plover.com>
13890 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
13891 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
13892 ____________________________________________________________________________
13893 [ 3497] By: jhi on 1999/05/28 16:50:54
13894 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13895 To: perl5-porters@perl.org (Mailing list Perl5)
13896 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
13897 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
13898 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
13900 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
13901 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
13902 ____________________________________________________________________________
13903 [ 3496] By: jhi on 1999/05/28 16:48:39
13904 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13905 To: perl5-porters@perl.org (Mailing list Perl5)
13906 Subject: [PATCH 5.00557] Required OS/2-related patches
13907 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
13908 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
13910 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
13911 ! t/op/stat.t util.c
13912 ____________________________________________________________________________
13913 [ 3495] By: jhi on 1999/05/28 16:45:56
13914 Log: From: Paul Johnson <pjcj@transeda.com>
13915 To: perl5-porters <perl5-porters@perl.org>
13916 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
13917 Date: Fri, 28 May 1999 15:13:54 +0100
13918 Message-ID: <19990528151354.B289@west-tip.transeda.com>
13921 ____________________________________________________________________________
13922 [ 3494] By: jhi on 1999/05/28 16:44:34
13923 Log: From: Paul Johnson <pjcj@transeda.com>
13924 To: perl5-porters <perl5-porters@perl.org>
13925 Subject: [PATCH 5.005_57] Fixes related to working local $.
13926 Date: Fri, 28 May 1999 15:11:18 +0100
13927 Message-ID: <19990528151118.A289@west-tip.transeda.com>
13929 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
13930 ____________________________________________________________________________
13931 [ 3493] By: gsar on 1999/05/28 16:37:26
13932 Log: change#3449 wasn't doing enough
13934 ! op.c t/comp/proto.t
13935 ____________________________________________________________________________
13936 [ 3492] By: jhi on 1999/05/28 08:12:23
13937 Log: From: paul.marquess@bt.com
13938 To: doughera@lafayette.edu
13939 Cc: perl5-porters@perl.org
13940 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
13941 Date: Thu, 27 May 1999 23:31:38 +0100
13942 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
13944 Had to be applied manually; some mailer had munged the patch slightly.
13946 ! ext/NDBM_File/NDBM_File.xs
13947 ____________________________________________________________________________
13948 [ 3491] By: jhi on 1999/05/28 07:51:17
13949 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13950 To: perl5-porters@perl.org
13951 Subject: [PATCH 5.005_57] fixing eval in the compiler
13952 Date: Thu, 27 May 1999 07:56:54 -0700
13953 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
13955 ! cc_runtime.h scope.h
13956 ____________________________________________________________________________
13957 [ 3490] By: jhi on 1999/05/28 07:47:06
13958 Log: From: Andy Dougherty <doughera@lafayette.edu>
13959 To: perlbug@perl.com
13960 Cc: Jarkko Hietaniemi <jhi@iki.fi>
13961 Subject: [PATCH] Configure updates for ISC 4.1
13962 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
13963 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
13965 ! Configure config_h.SH
13966 ____________________________________________________________________________
13967 [ 3489] By: jhi on 1999/05/28 07:39:17
13968 Log: Integrate from mainperl.
13970 !> malloc.c win32/makedef.pl win32/win32.c
13971 ____________________________________________________________________________
13972 [ 3488] By: jhi on 1999/05/27 16:57:19
13973 Log: From: Andy Dougherty <doughera@lafayette.edu>
13974 To: Perl Porters <perl5-porters@perl.org>
13975 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
13976 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
13977 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
13979 ! Configure config_h.SH hints/sunos_4_1.sh util.c
13980 ____________________________________________________________________________
13981 [ 3487] By: gsar on 1999/05/27 03:56:20
13982 Log: make win32_spawnvp() inherit standard handles even when they
13986 ____________________________________________________________________________
13987 [ 3486] By: jhi on 1999/05/26 19:55:52
13988 Log: From: Andy Dougherty <doughera@lafayette.edu>
13989 To: perl5-porters@perl.org
13990 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
13991 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
13992 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
13995 ____________________________________________________________________________
13996 [ 3485] By: chip on 1999/05/26 17:19:11
13997 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
13998 Branch: maint-5.004/perl
14000 ____________________________________________________________________________
14001 [ 3484] By: gsar on 1999/05/26 01:56:28
14002 Log: fix missing exported symbol
14004 ! malloc.c win32/makedef.pl
14005 ____________________________________________________________________________
14006 [ 3483] By: jhi on 1999/05/25 23:08:07
14007 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
14009 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14010 To: perlbug@perl.com
14011 Subject: OpenBSD hints file update
14012 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
14013 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
14016 ____________________________________________________________________________
14017 [ 3482] By: jhi on 1999/05/25 23:01:25
14018 Log: From: Tom Hughes <tom@compton.nu>
14019 To: perl5-porters@perl.org
14020 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
14021 Date: Tue, 25 May 1999 23:10:23 +0100
14022 Message-ID: <1ed7f10749.tom@compton.compton.nu>
14024 ! Configure config_h.SH
14025 ____________________________________________________________________________
14026 [ 3481] By: jhi on 1999/05/25 22:31:50
14027 Log: 3479, 3480, 3481 seems logical.
14030 ____________________________________________________________________________
14031 [ 3480] By: jhi on 1999/05/25 22:13:39
14032 Log: The change #3479 wasn't perfect.
14035 ____________________________________________________________________________
14036 [ 3479] By: jhi on 1999/05/25 21:59:21
14037 Log: Cures for _57 in AIX 4.1.5.0.
14038 (1) The lddlflags lost its -lc by change #3660
14039 (and the politeness of change #3257).
14040 (2) optype_size must end up in perl.exp (as PL_optype_size).
14041 Added it to perlvars.h, fixed bytecode.pl,
14042 regen'ed the relevant headers.
14044 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
14048 ____________________________________________________________________________
14049 [ 3478] By: jhi on 1999/05/25 20:13:47
14050 Log: Integrate from mainperl.
14052 +> pod/perltootc.pod
14053 !> (integrate 101 files)
14054 ____________________________________________________________________________
14055 [ 3477] By: gsar on 1999/05/25 10:43:48
14056 Log: here be 5.005_57
14058 ! Changes MANIFEST Porting/makerel
14065 ____________________________________________________________________________
14066 [ 3476] By: gsar on 1999/05/25 09:23:43
14067 Log: up patchlevel &c
14069 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
14070 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14071 ! win32/makefile.mk
14072 ____________________________________________________________________________
14073 [ 3475] By: gsar on 1999/05/25 09:14:51
14074 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14075 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
14076 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
14077 Subject: [PATCH 5.005_56] REx engine improvements
14079 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
14080 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
14082 ____________________________________________________________________________
14083 [ 3474] By: gsar on 1999/05/25 08:39:56
14084 Log: test case for change#3470
14087 ____________________________________________________________________________
14088 [ 3473] By: gsar on 1999/05/25 08:36:52
14089 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
14091 ! Changes pod/perlport.pod
14092 ____________________________________________________________________________
14093 [ 3472] By: gsar on 1999/05/25 08:28:57
14094 Log: assorted tweaks
14096 ! doio.c iperlsys.h win32/config.bc win32/config.gc
14097 ! win32/config.vc win32/config_H.bc win32/config_H.gc
14098 ! win32/config_H.vc win32/makedef.pl
14099 ____________________________________________________________________________
14100 [ 3471] By: gsar on 1999/05/25 06:06:04
14101 Log: perlref update from Tom Christiansen
14104 ____________________________________________________________________________
14105 [ 3470] By: gsar on 1999/05/25 06:03:27
14106 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14107 Date: Mon, 24 May 1999 17:43:56 -0400
14108 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
14109 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
14112 ____________________________________________________________________________
14113 [ 3469] By: gsar on 1999/05/25 05:59:22
14114 Log: avoid temporary files that have a constant name (from a suggestion
14115 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
14117 ! lib/ExtUtils/MM_Unix.pm
14118 ____________________________________________________________________________
14119 [ 3468] By: gsar on 1999/05/25 05:54:29
14120 Log: From: pvhp@forte.com (Peter Prymmer)
14121 Date: Mon, 24 May 99 11:20:25 PDT
14122 Message-Id: <9905241820.AA28071@forte.com>
14123 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
14126 ____________________________________________________________________________
14127 [ 3467] By: gsar on 1999/05/25 04:08:50
14128 Log: fix glob() bug that resulted in missing symlinks that don't point
14132 ____________________________________________________________________________
14133 [ 3466] By: gsar on 1999/05/25 03:00:00
14134 Log: avoid enumerating @INC contents in diagnostic if @INC was never
14137 ! pod/perldiag.pod pp_ctl.c
14138 ____________________________________________________________________________
14139 [ 3465] By: gsar on 1999/05/25 02:24:08
14140 Log: add caveat about close(PIPE) carelessness
14143 ____________________________________________________________________________
14144 [ 3464] By: gsar on 1999/05/24 23:55:53
14145 Log: fix bogus line numbers for void context warnings
14146 (change#2548 was overeager)
14149 ____________________________________________________________________________
14150 [ 3463] By: gsar on 1999/05/24 23:31:58
14151 Log: change#3455 had a typo
14154 ____________________________________________________________________________
14155 [ 3462] By: gsar on 1999/05/24 17:32:20
14156 Log: more pod updates from Tom Christiansen; regen perltoc
14158 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
14159 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
14160 ____________________________________________________________________________
14161 [ 3461] By: gsar on 1999/05/24 07:41:32
14162 Log: perlmod notes from Damian Conway (via Tom Christiansen)
14165 ____________________________________________________________________________
14166 [ 3460] By: gsar on 1999/05/24 07:24:11
14167 Log: major pod update from Tom Christiansen
14169 + pod/perltootc.pod
14170 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
14171 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
14172 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
14173 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
14174 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
14175 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
14176 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
14177 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
14178 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
14179 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
14180 ! pod/perlxs.pod pod/pod2man.PL
14181 ____________________________________________________________________________
14182 [ 3459] By: gsar on 1999/05/24 06:26:48
14183 Log: perlfaq update from Tom Christiansen
14185 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14186 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14187 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14189 ____________________________________________________________________________
14190 [ 3458] By: gsar on 1999/05/24 05:55:11
14191 Log: updated to v1.50 from CPAN
14193 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14194 ____________________________________________________________________________
14195 [ 3457] By: gsar on 1999/05/24 05:46:20
14196 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14197 Date: Sun, 23 May 1999 16:35:07 +0100
14198 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
14199 Subject: [PATCH 5.005_56] name PL_in_eval bits
14201 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
14202 ____________________________________________________________________________
14203 [ 3456] By: gsar on 1999/05/24 05:18:06
14204 Log: make -t mode the default on emacs/dumb terminals
14206 ! Changes utils/perldoc.PL
14207 ____________________________________________________________________________
14208 [ 3455] By: gsar on 1999/05/24 05:05:19
14209 Log: return 0 rather than "" when scalar grep has nothing to iterate
14210 on (brings behavior in line with documentation)
14213 ____________________________________________________________________________
14214 [ 3454] By: gsar on 1999/05/24 04:52:52
14215 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
14216 Date: Thu, 20 May 1999 13:27:02 -1000
14217 Message-Id: <E10kcDN-0007TA-00@lapaki>
14218 Subject: Problem with MM_Unix in 5.005_03
14220 ! lib/ExtUtils/MM_Unix.pm
14221 ____________________________________________________________________________
14222 [ 3453] By: gsar on 1999/05/24 04:39:49
14223 Log: avoid removing duplicates in user-generated warnings
14224 From: byron@omix.com (Byron Brummer)
14225 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
14226 Message-Id: <199905201101.EAA91175@thrush.omix.com>
14227 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
14229 ! lib/diagnostics.pm
14230 ____________________________________________________________________________
14231 [ 3452] By: gsar on 1999/05/24 04:23:10
14232 Log: straighten some code to avoid NeXT compiler bugs (from
14233 Geoff Kuenning <geoff@cs.hmc.edu>)
14236 ____________________________________________________________________________
14237 [ 3451] By: gsar on 1999/05/24 03:03:05
14238 Log: minor logic tweak for reserved word warning
14240 ! lib/Test/Harness.pm toke.c
14241 ____________________________________________________________________________
14242 [ 3450] By: gsar on 1999/05/24 02:34:20
14243 Log: oops, some files missing in change#3449
14246 ____________________________________________________________________________
14247 [ 3449] By: gsar on 1999/05/24 02:33:12
14248 Log: allow '*' prototype to autoquote even barewords that happen to be
14249 function names; parens or ampersand continue to force the other
14250 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
14251 do the right thing, for example
14254 ____________________________________________________________________________
14255 [ 3448] By: gsar on 1999/05/24 01:51:24
14256 Log: remove vestiges of PL_last_proto
14258 ! embedvar.h intrpvar.h objXSUB.h
14259 ____________________________________________________________________________
14260 [ 3447] By: gsar on 1999/05/24 01:49:20
14261 Log: redo change#2061 and parts of change#1169 with code in the
14262 parser; PL_last_proto hackery gone, strict 'subs' in now
14263 implemented in the optimizer where specifying the exceptional
14264 cases is much more robust; '*' (bareword) prototype now works
14265 reliably when used in second and subsequent arguments
14267 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
14268 ____________________________________________________________________________
14269 [ 3446] By: gsar on 1999/05/23 05:00:55
14270 Log: remove redundant part of change#1169 superceded by change#2061;
14271 avoid "future reserved word" warning on prototypical bearwords
14273 ! t/lib/fatal.t toke.c
14274 ____________________________________________________________________________
14275 [ 3445] By: gsar on 1999/05/21 23:36:49
14276 Log: s/isspace/isSPACE/g and make sure the CRT version is always
14277 passed an unsigned char (fixes random occurrence of spaces in
14278 arguments containing high-bit chars passed to spawned children,
14281 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
14282 ____________________________________________________________________________
14283 [ 3444] By: gsar on 1999/05/21 23:08:55
14284 Log: integrate Configure changes from cfgperl
14286 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14288 ____________________________________________________________________________
14289 [ 3443] By: jhi on 1999/05/21 22:00:56
14290 Log: Integrate from mainperl.
14292 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
14293 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
14294 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
14295 !> win32/perlhost.h win32/win32.c x2p/walk.c
14296 ____________________________________________________________________________
14297 [ 3442] By: jhi on 1999/05/21 21:59:46
14300 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14302 ____________________________________________________________________________
14303 [ 3441] By: gsar on 1999/05/21 17:48:55
14304 Log: integrate cfgperl changes
14306 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14307 !> config_h.SH hints/sunos_4_1.sh installperl
14308 ____________________________________________________________________________
14309 [ 3440] By: gsar on 1999/05/21 17:42:49
14313 ____________________________________________________________________________
14314 [ 3439] By: gsar on 1999/05/21 17:31:26
14315 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
14316 (Configure fflush(NULL) detection seems broken on Solaris, which
14317 is why I hit the problem)
14320 ____________________________________________________________________________
14321 [ 3438] By: gsar on 1999/05/20 16:41:01
14322 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
14325 ____________________________________________________________________________
14326 [ 3437] By: jhi on 1999/05/20 07:14:39
14327 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
14328 (via private email).
14330 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14331 ! config_h.SH hints/sunos_4_1.sh
14332 ____________________________________________________________________________
14333 [ 3436] By: gsar on 1999/05/20 05:18:26
14334 Log: various little nits
14336 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14337 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
14338 ! win32/perlhost.h win32/win32.c x2p/walk.c
14339 ____________________________________________________________________________
14340 [ 3435] By: jhi on 1999/05/18 16:25:49
14341 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14342 To: perl5-porters@perl.org
14343 Subject: installperl
14344 Date: Fri, 14 May 1999 21:34:58 +0100
14345 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
14348 ____________________________________________________________________________
14349 [ 3434] By: jhi on 1999/05/17 21:25:54
14350 Log: Integrate from mainperl.
14352 +> lib/ExtUtils/MM_Cygwin.pm
14353 - cygwin32/impure_ptr.c
14354 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14355 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14356 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
14357 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
14358 !> x2p/find2perl.PL
14359 ____________________________________________________________________________
14360 [ 3433] By: gsar on 1999/05/17 09:49:01
14361 Log: integrate cfgperl changes into mainline
14363 !> Configure INSTALL config_h.SH configure.com embed.h
14364 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
14365 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
14367 ____________________________________________________________________________
14368 [ 3432] By: gsar on 1999/05/17 09:06:45
14369 Log: emit more appropriate diagnostic for failed glob (variant
14370 of patch suggested by Graham Barr)
14372 ! gv.c pod/perldiag.pod pp.c pp_hot.c
14373 ____________________________________________________________________________
14374 [ 3431] By: gsar on 1999/05/17 08:38:09
14375 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14376 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
14377 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
14378 Subject: find2perl does not grok the 'c' suffix to the -size argument
14381 ____________________________________________________________________________
14382 [ 3430] By: gsar on 1999/05/17 08:26:21
14383 Log: additional cleanups for cygwin32 port
14384 From: "Fifer, Eric" <EFifer@sanwaint.com>
14385 Date: Wed, 12 May 1999 20:25:54 +0100
14386 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
14387 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
14389 + lib/ExtUtils/MM_Cygwin.pm
14390 - cygwin32/impure_ptr.c
14391 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14392 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14393 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
14395 ____________________________________________________________________________
14396 [ 3429] By: gsar on 1999/05/17 08:01:04
14397 Log: From: Andy Dougherty <doughera@lafayette.edu>
14398 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14399 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14400 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14403 ____________________________________________________________________________
14404 [ 3428] By: jhi on 1999/05/17 07:03:26
14405 Log: Integrate from mainperl modulo the Socket.xs change.
14407 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
14408 !> win32/win32.c win32/win32.h
14409 ____________________________________________________________________________
14410 [ 3427] By: jhi on 1999/05/16 22:09:11
14411 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14412 To: perl5-porters@perl.org (Mailing list Perl5)
14413 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
14414 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
14415 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
14417 ! ext/Devel/Peek/Peek.xs
14418 ____________________________________________________________________________
14419 [ 3426] By: jhi on 1999/05/16 22:07:11
14420 Log: From: Mark-Jason Dominus <mjd@plover.com>
14421 To: perl5-porters@perl.com
14422 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
14423 Date: Sat, 15 May 1999 12:43:47 -0400
14424 Message-ID: <19990515164348.7313.qmail@plover.com>
14427 ____________________________________________________________________________
14428 [ 3425] By: nick on 1999/05/15 15:56:10
14429 Log: Mingw32 + w32api-0.1.5 tweaks
14430 - now more like other Win32 compilers
14432 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
14434 ____________________________________________________________________________
14435 [ 3424] By: nick on 1999/05/14 21:04:22
14436 Log: Experimental "slab" allocator for ops.
14437 To try it -DPL_OP_SLAB_ALLOC for op.c
14438 This is for proof of concept only, it leaks memory
14439 (ops are not free'd) so don't use in embedded apps.
14440 If this minimalist version does not show performance
14441 gain then whole idea is worthless.
14442 Nick see's approx 12% speed up vs perlmalloc running
14443 perl -Ilib -MCPAN -e ''
14444 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
14447 ____________________________________________________________________________
14448 [ 3423] By: gsar on 1999/05/14 19:55:04
14449 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
14450 found (brings sitelib intuition in line with privlib)
14453 ____________________________________________________________________________
14454 [ 3422] By: jhi on 1999/05/14 08:08:01
14455 Log: From: pvhp@forte.com (Peter Prymmer)
14456 To: perl5-porters@perl.org, vmsperl@perl.org
14457 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
14458 Date: Thu, 13 May 99 15:29:57 PDT
14459 Message-Id: <9905132229.AA15854@forte.com>
14462 ____________________________________________________________________________
14463 [ 3421] By: jhi on 1999/05/14 07:34:20
14464 Log: Integrate from mainperl.
14466 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
14467 ____________________________________________________________________________
14468 [ 3420] By: jhi on 1999/05/14 07:33:26
14469 Log: Still fflushing.
14471 ! Configure config_h.SH util.c
14472 ____________________________________________________________________________
14473 [ 3419] By: gsar on 1999/05/14 03:08:29
14474 Log: mortalize string allocations by win32_get_{priv,site}lib()
14475 (fixes small memory leak in interpreter)
14478 ____________________________________________________________________________
14479 [ 3418] By: gsar on 1999/05/14 03:06:50
14480 Log: make win32_longname() preserve kind of slashes in argument
14483 ____________________________________________________________________________
14484 [ 3417] By: gsar on 1999/05/14 03:04:44
14485 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
14487 ! lib/ExtUtils/MM_Unix.pm
14488 ____________________________________________________________________________
14489 [ 3416] By: jhi on 1999/05/13 21:18:06
14490 Log: Integrate from mainperl.
14493 ____________________________________________________________________________
14494 [ 3415] By: jhi on 1999/05/13 21:16:49
14495 Log: Fixes from Andy Dougherty (via private email).
14497 ! Configure config_h.SH
14498 ____________________________________________________________________________
14499 [ 3414] By: nick on 1999/05/13 20:04:26
14500 Log: valist vs va_list typo
14503 ____________________________________________________________________________
14504 [ 3413] By: jhi on 1999/05/13 15:04:05
14505 Log: From: Andy Dougherty <doughera@lafayette.edu>
14506 To: perlbug@perl.com
14507 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14508 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14509 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14512 ____________________________________________________________________________
14513 [ 3412] By: jhi on 1999/05/13 14:20:17
14514 Log: Integrate from mainperl.
14517 ____________________________________________________________________________
14518 [ 3411] By: gsar on 1999/05/13 14:16:56
14519 Log: docatch_body() declaration mismatch
14522 ____________________________________________________________________________
14523 [ 3410] By: jhi on 1999/05/13 13:51:44
14524 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
14526 ! Configure config_h.SH perl.h
14527 ____________________________________________________________________________
14528 [ 3409] By: jhi on 1999/05/13 13:31:53
14529 Log: Still fflushing strong.
14531 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
14533 ____________________________________________________________________________
14534 [ 3408] By: jhi on 1999/05/12 14:30:23
14535 Log: Integrate from mainperl.
14537 !> (integrate 30 files)
14538 ____________________________________________________________________________
14539 [ 3407] By: jhi on 1999/05/12 12:28:31
14540 Log: Be tidier with fflush(NULL) testing.
14542 ! Configure config_h.SH
14543 ____________________________________________________________________________
14544 [ 3406] By: gsar on 1999/05/12 11:26:03
14545 Log: better range-checking on list slices, with test
14546 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14547 Date: Sun, 02 May 1999 17:02:53 +0100
14548 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
14549 Subject: Re: List slice of undefs returns 0 items
14552 ____________________________________________________________________________
14553 [ 3405] By: gsar on 1999/05/12 11:22:27
14554 Log: change#3397 needs test tweak
14556 ! Changes t/pragma/warn/sv
14557 ____________________________________________________________________________
14558 [ 3404] By: gsar on 1999/05/12 11:07:44
14559 Log: typo in change#3397
14562 ____________________________________________________________________________
14563 [ 3403] By: gsar on 1999/05/12 10:49:01
14564 Log: From: Stephen Zander <gibreel@pobox.com>
14565 Date: 12 May 1999 01:22:31 -0700
14566 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
14567 Subject: Re: Test::Harness runs tainted tests with wrong library path
14569 ! lib/Test/Harness.pm
14570 ____________________________________________________________________________
14571 [ 3402] By: gsar on 1999/05/12 10:42:06
14572 Log: typo in change#3400
14574 ! ext/B/B/Deparse.pm
14575 ____________________________________________________________________________
14576 [ 3401] By: jhi on 1999/05/12 10:40:42
14577 Log: A better, shinier, and possibly even correctly working
14578 reincarnation of #3398.
14580 ! Configure config_h.SH
14581 ____________________________________________________________________________
14582 [ 3400] By: gsar on 1999/05/12 10:40:11
14583 Log: deparse \&func() as \(&func()) for clarity
14584 From: Albert Dvornik <bert@genscan.com>
14585 Date: 11 May 1999 13:32:04 -0400
14586 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
14587 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
14589 ! ext/B/B/Deparse.pm
14590 ____________________________________________________________________________
14591 [ 3399] By: gsar on 1999/05/12 10:36:02
14592 Log: more testsuite smarts (many of them courtesy Ilya)
14594 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
14595 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
14596 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
14597 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
14598 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
14599 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
14601 ____________________________________________________________________________
14602 [ 3398] By: jhi on 1999/05/12 09:33:08
14603 Log: Detect whether fflush(NULL) works as per change #3352.
14605 ! Configure config_h.SH perl.h
14606 ____________________________________________________________________________
14607 [ 3397] By: gsar on 1999/05/12 08:56:03
14608 Log: From: jan.dubois@ibm.net (Jan Dubois)
14609 Date: Wed, 12 May 1999 01:01:00 +0200
14610 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
14611 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
14614 ____________________________________________________________________________
14615 [ 3396] By: gsar on 1999/05/12 08:23:27
14616 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
14617 stat() behaves similarly
14620 ____________________________________________________________________________
14621 [ 3395] By: jhi on 1999/05/11 22:21:32
14622 Log: Redo parts of #3341 and #3358 that #3394 undid.
14624 ! Configure config_h.SH
14625 ____________________________________________________________________________
14626 [ 3394] By: jhi on 1999/05/11 22:03:48
14627 Log: Add I_NETINET_TCP to help change #3391.
14629 ! Configure config_h.SH ext/Socket/Socket.xs
14630 ____________________________________________________________________________
14631 [ 3393] By: jhi on 1999/05/11 21:44:59
14632 Log: Integrate from mainperl.
14634 !> (integrate 55 files)
14635 ____________________________________________________________________________
14636 [ 3392] By: gsar on 1999/05/11 20:56:43
14637 Log: update embedvar.h
14639 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
14640 ____________________________________________________________________________
14641 [ 3391] By: gsar on 1999/05/11 16:32:05
14642 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14643 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
14644 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
14645 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
14647 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14648 ____________________________________________________________________________
14649 [ 3390] By: gsar on 1999/05/11 15:27:40
14650 Log: display more frequent progress messages when STDOUT is a tty
14652 ! lib/Test/Harness.pm
14653 ____________________________________________________________________________
14654 [ 3389] By: gsar on 1999/05/11 14:40:58
14655 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14656 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
14657 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
14658 Subject: [PATCH 5.005_53] Explanations by Test::Harness
14660 ! lib/Test/Harness.pm
14661 ____________________________________________________________________________
14662 [ 3388] By: gsar on 1999/05/11 14:08:14
14663 Log: avoid creating spurious subroutine stubs on failed subroutine
14664 call and other places of sv_2cv() misuse; fixes problems with
14665 failed subroutine calls "hiding" later attempts to lookup methods
14668 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
14669 ____________________________________________________________________________
14670 [ 3387] By: gsar on 1999/05/11 09:34:13
14671 Log: various fixes for clean build and test on win32; configpm broken,
14672 needed to open myconfig.SH rather than myconfig; sundry adjustments
14673 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
14674 work under win32; getenv_sv() changed to getenv_len() since SVs
14675 aren't visible in the lower echelons; remove bogus exports from
14676 config.sym; PERL_OBJECT-ness for C++ exception support; null out
14677 IoDIRP in filter_del() or sv_free() will attempt to close it
14679 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
14680 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
14681 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
14682 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
14683 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
14684 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14685 ! win32/config.gc win32/config.vc win32/makedef.pl
14686 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
14687 ! win32/win32.c win32/win32.h
14688 ____________________________________________________________________________
14689 [ 3386] By: gsar on 1999/05/11 02:49:07
14690 Log: gutsupport for C++ exceptions
14691 From: Chip Salzenberg <chip@perlsupport.com>
14692 Date: Tue, 9 Mar 1999 11:51:57 -0500
14693 Message-ID: <19990309115157.E7911@perlsupport.com>
14694 Subject: [PATCH 5.005] Flexible Exceptions
14696 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
14697 ! scope.c scope.h thrdvar.h util.c
14698 ____________________________________________________________________________
14699 [ 3385] By: gsar on 1999/05/10 19:33:36
14700 Log: "weak" references internals, still needs perlguts documentation
14701 (somewhat modified version of patch suggested by Tuomas J. Lukka
14702 <lukka@fas.harvard.edu>)
14704 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
14705 ! pod/perldiag.pod proto.h sv.c sv.h util.c
14706 ____________________________________________________________________________
14707 [ 3384] By: jhi on 1999/05/10 18:21:43
14708 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
14709 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
14711 ! INSTALL hints/dec_osf.sh
14712 ____________________________________________________________________________
14713 [ 3381] By: jhi on 1999/05/10 14:39:28
14714 Log: Integrate from mainperl.
14716 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14717 +> cygwin32/build-instructions.charles-wilson
14718 +> cygwin32/build-instructions.sebastien-barre
14719 +> cygwin32/build-instructions.steven-morlock
14720 +> cygwin32/build-instructions.steven-morlock2
14721 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14722 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14723 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
14724 +> t/op/numconvert.t utils/perlbc.PL
14725 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14727 !> (integrate 105 files)
14728 ____________________________________________________________________________
14729 [ 3380] By: gsar on 1999/05/10 12:27:14
14730 Log: regen regnodes.h
14732 ! Changes regnodes.h
14733 ____________________________________________________________________________
14734 [ 3379] By: gsar on 1999/05/10 12:17:26
14735 Log: From: jan.dubois@ibm.net (Jan Dubois)
14736 Date: Sat, 01 May 1999 22:55:36 +0200
14737 Message-ID: <373067e9.56194713@smtp1.ibm.net>
14738 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
14740 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
14741 ! win32/config_H.vc
14742 ____________________________________________________________________________
14743 [ 3378] By: gsar on 1999/05/10 12:07:13
14744 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14745 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
14746 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
14747 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
14749 + t/op/numconvert.t
14750 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
14752 ____________________________________________________________________________
14753 [ 3377] By: gsar on 1999/05/10 11:39:48
14754 Log: pp_modulo comment tweak from Ilya
14757 ____________________________________________________________________________
14758 [ 3376] By: gsar on 1999/05/10 11:30:40
14759 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14760 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
14761 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
14762 Subject: Test.pm update [PATCH _56]
14765 ____________________________________________________________________________
14766 [ 3375] By: gsar on 1999/05/10 11:28:30
14767 Log: From: jan.dubois@ibm.net (Jan Dubois)
14768 Date: Fri, 07 May 1999 00:59:54 +0200
14769 Message-ID: <373318ae.19292461@smtp1.ibm.net>
14770 Subject: Re: Using existing memory for an SV's PV
14773 ____________________________________________________________________________
14774 [ 3374] By: gsar on 1999/05/10 11:23:44
14775 Log: From: jan.dubois@ibm.net (Jan Dubois)
14776 Date: Fri, 07 May 1999 00:59:52 +0200
14777 Message-ID: <37321800.19118320@smtp1.ibm.net>
14778 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
14781 ____________________________________________________________________________
14782 [ 3373] By: gsar on 1999/05/10 11:22:10
14783 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14784 Date: Thu, 6 May 1999 18:17:28 -0400
14785 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
14786 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
14788 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
14790 ____________________________________________________________________________
14791 [ 3372] By: gsar on 1999/05/10 10:57:49
14792 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14793 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
14794 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
14795 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
14797 ! regcomp.c regcomp.pl
14798 ____________________________________________________________________________
14799 [ 3371] By: gsar on 1999/05/10 10:54:01
14800 Log: From: lane@duphy4.physics.drexel.edu
14801 Date: Tue, 04 May 1999 10:19:25 -0700
14802 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
14803 Subject: [PATCH 5.005.56] pod->html VMS fixes
14805 ! installhtml lib/Pod/Html.pm
14806 ____________________________________________________________________________
14807 [ 3370] By: gsar on 1999/05/10 10:45:52
14808 Log: testsuite nits
14810 ! t/lib/io_linenum.t t/op/filetest.t
14811 ____________________________________________________________________________
14812 [ 3369] By: gsar on 1999/05/10 10:35:22
14813 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14814 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
14815 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
14816 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
14818 ! os2/os2ish.h os2/os2thread.h
14819 ____________________________________________________________________________
14820 [ 3368] By: gsar on 1999/05/10 10:00:11
14821 Log: From: Albert Dvornik <bert@genscan.com>
14822 Date: 03 May 1999 12:20:57 -0400
14823 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
14824 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
14827 ____________________________________________________________________________
14828 [ 3367] By: gsar on 1999/05/10 09:55:51
14829 Log: shadow password support for Solaris (needs Configure help to
14830 determine HAS_GETSPENT)
14831 From: "Patrick O'Brien" <pdo@cs.umd.edu>
14832 Date: Sat, 01 May 1999 19:41:17 -0400
14833 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
14834 Subject: getpwent() under solaris
14837 ____________________________________________________________________________
14838 [ 3366] By: gsar on 1999/05/10 09:45:58
14839 Log: From: jan.dubois@ibm.net (Jan Dubois)
14840 Date: Sat, 01 May 1999 23:45:47 +0200
14841 Message-ID: <373373fb.59284266@smtp1.ibm.net>
14842 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
14844 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14845 ! pod/perldelta.pod
14846 ____________________________________________________________________________
14847 [ 3365] By: gsar on 1999/05/10 09:34:22
14848 Log: test suite and fix input_line_number()
14849 From: Paul Johnson <pjcj@transeda.com>
14850 Date: Thu, 29 Apr 1999 06:28:14 +0100
14851 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
14852 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
14854 + t/lib/io_linenum.t
14855 ! MANIFEST ext/IO/lib/IO/Handle.pm
14856 ____________________________________________________________________________
14857 [ 3364] By: gsar on 1999/05/10 09:20:56
14858 Log: fix overeager [:foo:] parsing
14859 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14860 Date: Fri, 30 Apr 1999 09:26:18 +0100
14861 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
14862 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
14864 ! regcomp.c t/op/re_tests
14865 ____________________________________________________________________________
14866 [ 3363] By: gsar on 1999/05/10 09:09:21
14867 Log: documentation for Win32 builtins (somewhat modified)
14868 From: jan.dubois@ibm.net (Jan Dubois)
14869 Date: Tue, 30 Mar 1999 08:05:03 +0200
14870 Message-ID: <37006783.1926460@smtp1.ibm.net>
14871 Subject: Re: Issues with build 509
14875 ____________________________________________________________________________
14876 [ 3362] By: gsar on 1999/05/10 08:22:07
14877 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
14879 ! lib/File/Copy.pm win32/win32.c
14880 ____________________________________________________________________________
14881 [ 3361] By: gsar on 1999/05/10 08:11:29
14882 Log: escape ampersands in <pre> sections
14884 ! Changes lib/Pod/Html.pm
14885 ____________________________________________________________________________
14886 [ 3360] By: gsar on 1999/05/10 08:04:14
14887 Log: AIX hints enhancements (threads build, SOCKS support)
14888 From: "David R. Favor" <dfavor@austin.ibm.com>
14889 Date: Wed, 28 Apr 1999 08:45:28 -0500
14890 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
14891 Subject: Working build for AIX + gcc + threading
14894 ____________________________________________________________________________
14895 [ 3359] By: gsar on 1999/05/10 07:49:26
14896 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
14897 Date: Tue, 27 Apr 1999 23:47:24 PDT
14898 Message-ID: <19990428064724.95244.qmail@hotmail.com>
14899 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
14901 Date: Thu, 29 Apr 1999 18:21:06 -0700
14902 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
14903 Subject: [PATCH 5.005_56] double constants ( C.pm)
14905 Date: Mon, 03 May 1999 20:21:31 PDT
14906 Message-ID: <19990504032131.81113.qmail@hotmail.com>
14907 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
14909 Date: Thu, 06 May 1999 17:57:09 -0700
14910 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
14913 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
14914 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
14915 ____________________________________________________________________________
14916 [ 3358] By: gsar on 1999/05/10 04:39:15
14917 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
14918 From: alexander smishlajev <als@turnhere.com>
14919 Date: Sun, 25 Apr 1999 14:58:29 +0300
14920 Message-ID: <37230365.5F68B460@turnhere.com>
14921 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
14923 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14924 + cygwin32/build-instructions.charles-wilson
14925 + cygwin32/build-instructions.sebastien-barre
14926 + cygwin32/build-instructions.steven-morlock
14927 + cygwin32/build-instructions.steven-morlock2
14928 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14929 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14931 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
14932 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
14933 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
14934 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
14935 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
14936 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
14937 ____________________________________________________________________________
14938 [ 3357] By: gsar on 1999/05/10 04:07:07
14939 Log: applied suggested patch, modulo already applied parts
14940 From: Charles Bailey <BAILEY@newman.upenn.edu>
14941 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
14942 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
14943 Subject: [Patch 5.005_56] VMS consolidated patch #2
14945 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
14946 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
14947 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
14948 ! vms/subconfigure.com vms/test.com vms/vms.c
14949 ____________________________________________________________________________
14950 [ 3356] By: gsar on 1999/05/10 03:48:08
14951 Log: applied suggested patch, with win32 and PERL_OBJECT additions
14952 From: Tom Hughes <tom@compton.nu>
14953 Date: Sat, 24 Apr 1999 18:11:59 +0100
14954 Message-ID: <609bdff748.tom@compton.compton.nu>
14955 Subject: ByteLoader patch
14957 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14958 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
14959 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
14960 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
14961 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
14962 ! utils/Makefile win32/Makefile win32/makefile.mk
14963 ____________________________________________________________________________
14964 [ 3355] By: gsar on 1999/05/10 03:22:49
14965 Log: document 'test' attribute (from Andreas Koenig)
14967 ! lib/ExtUtils/MakeMaker.pm
14968 ____________________________________________________________________________
14969 [ 3354] By: gsar on 1999/05/10 03:12:37
14970 Log: From: pmarquess@bfsec.bt.co.uk
14971 Date: Thu, 22 Apr 1999 23:12:08 +0100
14972 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
14973 Subject: PATCH for small bug in scan_bin
14976 ____________________________________________________________________________
14977 [ 3353] By: gsar on 1999/05/10 02:39:33
14978 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
14979 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
14981 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
14983 ____________________________________________________________________________
14984 [ 3352] By: gsar on 1999/05/09 22:47:39
14985 Log: flush all open output buffers before fork(), exec(), system, qx//
14986 and pipe open() operations, simplifying buffering headaches faced
14987 by users; uses fflush(NULL), which may need Configure test
14989 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
14990 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
14991 ____________________________________________________________________________
14992 [ 3351] By: gsar on 1999/05/09 21:11:51
14993 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
14994 Leroy <jll@skynet.be>)
14997 ____________________________________________________________________________
14998 [ 3350] By: gsar on 1999/05/09 20:39:11
14999 Log: normalize $^X to full pathname on win32
15002 ____________________________________________________________________________
15003 [ 3349] By: gsar on 1999/05/09 20:23:07
15004 Log: allow readline($globref), <$globref> already works
15007 ____________________________________________________________________________
15008 [ 3348] By: gsar on 1999/05/09 20:00:09
15009 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
15010 <lemburg@online-club.de>)
15013 ____________________________________________________________________________
15014 [ 3347] By: gsar on 1999/05/09 18:47:21
15015 Log: additions to Thread.pm docs from Tuomas J. Lukka
15016 <lukka@fas.harvard.edu>
15018 ! ext/Thread/Thread.pm
15019 ____________________________________________________________________________
15020 [ 3346] By: gsar on 1999/05/09 18:38:00
15021 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15022 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
15023 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
15024 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
15027 ____________________________________________________________________________
15028 [ 3345] By: gsar on 1999/05/09 18:22:43
15029 Log: work around mangled archname on win32 while finding privlib/sitelib;
15030 normalize lib paths to forward slashes internally
15033 ____________________________________________________________________________
15034 [ 3344] By: gsar on 1999/05/09 03:20:06
15035 Log: fix typo in dbm filters that caused odbm.t to fail
15037 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
15038 ____________________________________________________________________________
15039 [ 3343] By: gsar on 1999/05/09 02:02:59
15040 Log: tweak test totals
15042 ! Changes t/lib/tie-stdhandle.t
15043 ____________________________________________________________________________
15044 [ 3342] By: gsar on 1999/05/09 01:42:06
15045 Log: import list propagation busted (pointed out by Ton Hospel
15046 <thospel@mail.dma.be>)
15049 ____________________________________________________________________________
15050 [ 3341] By: gsar on 1999/05/09 00:54:18
15051 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
15052 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
15054 ! Configure Makefile.SH
15055 ____________________________________________________________________________
15056 [ 3340] By: gsar on 1999/05/09 00:40:41
15057 Log: generate manpages for newly added utils
15060 ____________________________________________________________________________
15061 [ 3339] By: gsar on 1999/05/09 00:33:50
15062 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15063 Date: Sun, 02 May 1999 17:59:24 +0100
15064 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
15065 Subject: [PATCH] Re: ptr to realloced memory in yylex
15068 ____________________________________________________________________________
15069 [ 3338] By: jhi on 1999/05/08 22:40:29
15070 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
15073 ____________________________________________________________________________
15074 [ 3337] By: jhi on 1999/05/08 22:22:26
15075 Log: Integrate from mainperl.
15077 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
15078 !> (integrate 54 files)
15079 ____________________________________________________________________________
15080 [ 3336] By: gsar on 1999/05/08 21:48:22
15081 Log: make perldoc -f grok nested =items
15084 ____________________________________________________________________________
15085 [ 3335] By: gsar on 1999/05/08 19:48:11
15086 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
15088 ! op.c t/lib/fields.t
15089 ____________________________________________________________________________
15090 [ 3334] By: gsar on 1999/05/08 19:09:41
15091 Log: update test totals
15094 ____________________________________________________________________________
15095 [ 3333] By: gsar on 1999/05/08 16:56:02
15096 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
15099 ____________________________________________________________________________
15100 [ 3332] By: gsar on 1999/05/08 16:46:44
15101 Log: applied suggested patch, added tests
15102 From: William Mann <wmann@avici.com>
15103 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
15104 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
15105 Subject: BigInt.pm extensions for logical operations
15107 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
15108 ____________________________________________________________________________
15109 [ 3331] By: gsar on 1999/05/08 16:09:33
15110 Log: avoid temporary files named 'tmp'
15113 ____________________________________________________________________________
15114 [ 3330] By: nick on 1999/05/08 14:16:30
15115 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
15116 Provide Tie::StdHandle
15117 Basic update of docs.
15119 + t/lib/tie-stdhandle.t
15120 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
15121 ____________________________________________________________________________
15122 [ 3329] By: nick on 1999/05/08 12:03:45
15123 Log: Tweaks to open(my $fh,...) stuff
15125 ! op.c pp.c pp_sys.c t/io/open.t
15126 ____________________________________________________________________________
15127 [ 3328] By: nick on 1999/05/08 11:18:42
15128 Log: Bring SDBM_File.xs into line with new typemap
15130 ! ext/SDBM_File/SDBM_File.xs
15131 ____________________________________________________________________________
15132 [ 3327] By: gsar on 1999/05/08 00:07:11
15133 Log: add test case for AUTOLOAD reentrancy fix in change#3279
15135 ! t/lib/autoloader.t
15136 ____________________________________________________________________________
15137 [ 3326] By: nick on 1999/05/07 21:24:50
15138 Log: Implement open( my $fh, ...) and similar.
15139 Set flag in op.c for "constructor ops"
15140 In pp_rv2gv, if flag is set and arg is PADSV and uninit
15141 vivify as reference to a detached GV.
15142 (Name of GV is the pad name.)
15143 This scheme should "just work" for pipe/socket etc. too.
15145 #if 0 out the open(FH,undef) for now.
15146 Change t/io/open.t to test open(my $fh,...)
15148 ! op.c pp.c pp_sys.c t/io/open.t
15149 ____________________________________________________________________________
15150 [ 3325] By: nick on 1999/05/07 21:18:42
15151 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
15154 ____________________________________________________________________________
15155 [ 3324] By: gsar on 1999/05/07 20:28:31
15156 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
15157 intervening code has to allocate SVs)
15160 ____________________________________________________________________________
15161 [ 3323] By: gsar on 1999/05/07 19:45:08
15162 Log: allow line numbers to show in diagnostics during global destruction
15165 ____________________________________________________________________________
15166 [ 3322] By: gsar on 1999/05/07 09:38:11
15167 Log: From: Dan Sugalski <sugalskd@ous.edu>
15168 Date: Fri, 09 Apr 1999 16:16:39 -0700
15169 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
15170 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
15172 ! lib/ExtUtils/MM_VMS.pm
15173 ____________________________________________________________________________
15174 [ 3321] By: gsar on 1999/05/07 09:08:23
15175 Log: From: kwzh@gnu.org (Karl Heuer)
15176 Date: Wed, 7 Apr 1999 23:58:58 -0400
15177 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
15178 Subject: [perl-5.005.02] detect lack of /dev/tty
15181 ____________________________________________________________________________
15182 [ 3320] By: gsar on 1999/05/07 08:52:14
15183 Log: allow distinct prefix for versioned executables
15184 From: Roderick Schertler <roderick@argon.org>
15185 Date: Wed, 07 Apr 1999 15:34:56 -0400
15186 Message-ID: <3003.923513696@eeyore.ibcinc.com>
15187 Subject: perl55.00503 -> perl5.00503 patch for installperl
15189 ! INSTALL installperl
15190 ____________________________________________________________________________
15191 [ 3319] By: gsar on 1999/05/07 08:07:02
15192 Log: From: Dan Sugalski <sugalskd@osshe.edu>
15193 Date: Mon, 05 Apr 1999 15:38:42 -0700
15194 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
15195 Subject: Re: chomp fails with $/ in fixed-length record mode
15197 From: Roderick Schertler <roderick@argon.org>
15198 Date: Tue, 06 Apr 1999 21:11:37 -0400
15199 Message-ID: <2795.923447497@eeyore.ibcinc.com>
15200 Subject: Re: chomp fails with $/ in fixed-length record mode
15202 ! doop.c pod/perlfunc.pod t/op/chop.t
15203 ____________________________________________________________________________
15204 [ 3318] By: gsar on 1999/05/07 07:56:35
15205 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15206 Date: Tue, 6 Apr 1999 01:40:36 -0400
15207 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
15208 Subject: [PATCH 5.005_*] Make % use fmod()
15210 ! pp.c t/op/arith.t
15211 ____________________________________________________________________________
15212 [ 3317] By: gsar on 1999/05/07 04:18:11
15213 Log: DBM Filters (via private mail)
15214 From: pmarquess@bfsec.bt.co.uk
15215 Date: Sun, 18 Apr 1999 21:05:52 +0100
15216 Message-Id: <199904182009.NAA19152@activestate.com>
15217 Subject: DBM Filters
15219 + pod/perldbmfilter.pod
15220 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
15221 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15222 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15223 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
15224 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
15225 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
15226 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
15227 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
15228 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
15229 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
15230 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
15232 ____________________________________________________________________________
15233 [ 3316] By: gsar on 1999/05/07 03:28:53
15234 Log: avoid negative return value from Win32::GetTickCount()
15235 From: jan.dubois@ibm.net (Jan Dubois)
15236 Date: Sat, 03 Apr 1999 19:04:18 +0200
15237 Message-ID: <37084742.22824479@smtp1.ibm.net>
15238 Subject: Re: Win32::GetTickCount
15241 ____________________________________________________________________________
15242 [ 3314] By: gsar on 1999/05/06 08:01:23
15243 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
15244 Date: Tue, 30 Mar 1999 23:40:34 PST
15245 Message-ID: <19990331074034.6117.qmail@hotmail.com>
15246 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
15248 Date: Wed, 07 Apr 1999 00:28:23 -0800
15249 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
15250 Subject: [PATCH 5.005_56] function prototypes(B.pm)
15252 Date: Thu, 22 Apr 1999 23:40:52 -0700
15253 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
15254 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
15256 Date: Tue, 27 Apr 1999 01:14:49 PDT
15257 Message-ID: <19990427081449.28615.qmail@hotmail.com>
15258 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
15260 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
15262 ____________________________________________________________________________
15263 [ 3313] By: jhi on 1999/05/06 07:59:52
15264 Log: Integrate from mainperl.
15266 !> (integrate 33 files)
15267 ____________________________________________________________________________
15268 [ 3312] By: gsar on 1999/05/06 07:11:50
15269 Log: add Ethiopic section to unicode master database (from Ken
15270 Whistler <kenw@sybase.com>)
15272 ! lib/unicode/UnicodeData-Latest.txt
15273 ____________________________________________________________________________
15274 [ 3311] By: gsar on 1999/05/06 05:37:55
15275 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
15276 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
15277 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
15278 Subject: Largefiles for Solaris
15280 ! hints/solaris_2.sh
15281 ____________________________________________________________________________
15282 [ 3310] By: gsar on 1999/05/06 05:14:35
15283 Log: emit more accurate diagnostic for syntax errors involving <>
15286 ! toke.c utils/perldoc.PL
15287 ____________________________________________________________________________
15288 [ 3309] By: gsar on 1999/05/06 04:36:31
15289 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
15292 ____________________________________________________________________________
15293 [ 3308] By: gsar on 1999/05/06 03:19:16
15294 Log: applied first part of suggested patch (bug described cannot be
15295 reproduced any longer, so the second inconclusive part has not
15297 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15298 Date: Sun, 28 Mar 1999 04:51:34 +0100
15299 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
15300 Subject: [PATCH 5.005_56] Re: A core dump
15303 ____________________________________________________________________________
15304 [ 3307] By: gsar on 1999/05/06 01:56:06
15305 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
15309 ____________________________________________________________________________
15310 [ 3306] By: gsar on 1999/05/05 17:17:34
15311 Log: applied non-conflicting parts of suggested patch
15312 From: Charles Bailey <BAILEY@newman.upenn.edu>
15313 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
15314 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
15315 Subject: [Patch 5.005_56] Revised VMS patch
15317 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
15318 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
15319 ____________________________________________________________________________
15320 [ 3305] By: gsar on 1999/05/05 16:20:19
15321 Log: make perldoc use backslashed pathnames within system() on win32
15323 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
15324 ____________________________________________________________________________
15325 [ 3304] By: gsar on 1999/05/05 07:29:43
15326 Log: upgrade Pod::Parser to v1.081 from CPAN
15328 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15329 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
15330 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
15331 ____________________________________________________________________________
15332 [ 3303] By: gsar on 1999/05/05 07:02:07
15333 Log: From: Andy Dougherty <doughera@lafayette.edu>
15334 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
15335 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
15336 Subject: [PATCH 5.005_03-MT3] INSTALL patches
15339 ____________________________________________________________________________
15340 [ 3302] By: gsar on 1999/05/05 06:55:21
15341 Log: load base packages based on nonexistent $VERSION
15342 From: andreas.koenig@anima.de (Andreas J. Koenig)
15343 Date: 19 Mar 1999 06:00:28 +0100
15344 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
15345 Subject: Re: base.pm flaw
15347 ! lib/base.pm lib/locale.pm
15348 ____________________________________________________________________________
15349 [ 3301] By: gsar on 1999/05/04 05:41:08
15350 Log: pod2man outputs switched date and revision label (fix suggested by
15351 EthanSasiela@mede.com)
15354 ____________________________________________________________________________
15355 [ 3300] By: gsar on 1999/05/03 18:48:25
15356 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
15357 (makes opendir(D,"c:") work reliably)
15360 ____________________________________________________________________________
15361 [ 3299] By: gsar on 1999/05/02 19:39:55
15362 Log: add test case for change#3298
15364 ! sv.c t/op/readdir.t
15365 ____________________________________________________________________________
15366 [ 3298] By: gsar on 1999/05/02 19:24:41
15367 Log: close directory handles properly when localized
15370 ____________________________________________________________________________
15371 [ 3297] By: jhi on 1999/04/30 11:42:14
15372 Log: Integrate from mainperl.
15374 !> Changes config_h.SH configure.com lib/AutoLoader.pm
15375 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
15376 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
15377 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
15378 !> vms/subconfigure.com win32/win32.c
15379 ____________________________________________________________________________
15380 [ 3293] By: chip on 1999/04/29 18:50:49
15381 Log: Fix shebang lines.
15382 Branch: maint-5.004/perl
15383 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
15384 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
15385 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
15386 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
15387 ! x2p/find2perl.PL x2p/s2p.PL
15388 ____________________________________________________________________________
15389 [ 3284] By: gsar on 1999/04/27 00:48:42
15390 Log: integrate change#3279 from maint-5.004
15392 ! lib/AutoLoader.pm
15393 ____________________________________________________________________________
15394 [ 3279] By: chip on 1999/04/26 23:09:26
15395 Log: Make &AutoLoad::AUTOLOAD reentrant.
15396 Branch: maint-5.004/perl
15397 ! lib/AutoLoader.pm
15398 ____________________________________________________________________________
15399 [ 3276] By: chip on 1999/04/26 22:34:36
15400 Log: Make porting scripts executable.
15401 Branch: maint-5.004/perl
15402 ! Changes Porting/genlog Porting/makerel Porting/p4desc
15404 ____________________________________________________________________________
15405 [ 3274] By: gsar on 1999/04/26 17:30:31
15406 Log: allow embedded null characters in diagnostics
15408 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
15409 ____________________________________________________________________________
15410 [ 3273] By: gsar on 1999/04/26 08:27:22
15411 Log: hand-applied conflicting parts of suggested patch
15412 From: Charles Bailey <BAILEY@newman.upenn.edu>
15413 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
15414 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
15415 Subject: [PATCH 5.005_56] VMS configuration/build
15417 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
15418 ! vms/munchconfig.c vms/subconfigure.com
15419 ____________________________________________________________________________
15420 [ 3272] By: gsar on 1999/04/26 08:25:41
15421 Log: update Changes; tweak minor regressions
15423 ! Changes lib/AutoSplit.pm lib/File/Path.pm
15424 ____________________________________________________________________________
15425 [ 3271] By: gsar on 1999/04/26 07:52:51
15426 Log: integrate change#3229 from maint-5.004
15429 ____________________________________________________________________________
15430 [ 3270] By: gsar on 1999/04/25 22:58:27
15431 Log: fix buggy reference count on refs to SVs with autoviv magic
15432 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
15433 accessing free()d memory)
15436 ____________________________________________________________________________
15437 [ 3269] By: gsar on 1999/04/24 17:07:55
15438 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
15442 ____________________________________________________________________________
15443 [ 3268] By: gsar on 1999/04/24 16:38:25
15447 ____________________________________________________________________________
15448 [ 3267] By: gsar on 1999/04/24 16:35:57
15449 Log: integrate cfgperl changes into mainline
15454 !> (integrate 38 files)
15455 ____________________________________________________________________________
15456 [ 3266] By: jhi on 1999/04/23 18:42:44
15457 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
15458 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
15459 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
15460 Cc: Lionel Cons <lionel.cons@cern.ch>,
15461 Ilya Zakharevich <ilya@math.ohio-state.edu>,
15462 David Hayes <david@bdel.com>
15463 Subject: [PATCH] h2ph
15464 Date: Fri, 23 Apr 1999 12:37:23 -0400
15465 Message-ID: <19990423123723.A49550@O2.chapin.edu>
15468 ____________________________________________________________________________
15469 [ 3265] By: jhi on 1999/04/21 18:17:12
15470 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
15471 To: perlbug@perl.org
15472 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
15473 Date: Wed, 21 Apr 1999 08:17:54 -0700
15474 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
15476 ! vms/descrip_mms.template
15477 ____________________________________________________________________________
15478 [ 3264] By: jhi on 1999/04/20 08:50:54
15479 Log: From: Andy Dougherty <doughera@lafayette.edu>
15480 To: The Perl Porters Mailing List <perl5-porters@perl.org>
15481 Subject: [PATCH 5.005_56] Re: 5.006 Todo
15482 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
15483 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
15485 ! Porting/pumpkin.pod
15486 ____________________________________________________________________________
15487 [ 3263] By: jhi on 1999/04/20 08:05:01
15488 Log: From: Chip Salzenberg <chip@perlsupport.com>
15489 To: Perl 5 Porters <perl5-porters@perl.org>
15490 Subject: [PATCH 5.005_56] Configure: $sig_count
15491 Date: Sun, 18 Apr 1999 17:54:36 -0400
15492 Message-ID: <19990418175436.A27496@perlsupport.com>
15494 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15496 ____________________________________________________________________________
15497 [ 3262] By: jhi on 1999/04/19 18:23:50
15498 Log: Subject: PATCH wrong faq reference in perlbook.pod
15499 From: Robin Barker <rmb1@cise.npl.co.uk>
15500 To: perlbug@perl.com
15501 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
15502 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
15505 ____________________________________________________________________________
15506 [ 3261] By: jhi on 1999/04/15 13:59:04
15507 Log: From: Andy Dougherty <doughera@lafayette.edu>
15508 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
15509 Cc: Perl Porters <perl5-porters@perl.org>
15510 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
15511 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
15512 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
15514 ! hints/solaris_2.sh
15515 ____________________________________________________________________________
15516 [ 3260] By: jhi on 1999/04/15 13:56:53
15517 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15518 To: pumpkings@jhereg.perl.com
15519 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
15520 Date: Thu, 15 Apr 1999 07:13:41 -0600
15521 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
15524 ____________________________________________________________________________
15525 [ 3259] By: jhi on 1999/04/13 23:12:52
15526 Log: LDLIBPTH also on 'clean' targets.
15529 ____________________________________________________________________________
15530 [ 3258] By: jhi on 1999/04/13 21:38:46
15531 Log: Add information about the two DEC C compiler optimizer bugs
15532 (what patch levels of the compilers fix them).
15534 ! pp.c t/op/repeat.t
15535 ____________________________________________________________________________
15536 [ 3257] By: jhi on 1999/04/13 14:25:08
15537 Log: Be polite about ccdlflags and lddflags, too.
15538 Avoid Perl's malloc only when threaded.
15541 ____________________________________________________________________________
15542 [ 3256] By: jhi on 1999/04/13 10:21:33
15543 Log: Croak if no known ways to semctl() (don't assume union semun).
15546 ____________________________________________________________________________
15547 [ 3255] By: jhi on 1999/04/13 09:10:26
15548 Log: From: Dan Sugalski <sugalskd@osshe.edu>
15549 To: perl5-porters@perl.org, vmsperl@perl.org
15550 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
15551 Date: Mon, 12 Apr 1999 13:36:48 -0700
15552 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
15554 ! lib/ExtUtils/MM_VMS.pm
15555 ____________________________________________________________________________
15556 [ 3254] By: jhi on 1999/04/13 06:56:26
15557 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15558 To: perlbug@perl.com
15559 Subject: Update for OpenBSD hints
15560 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
15561 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
15564 ____________________________________________________________________________
15565 [ 3229] By: chip on 1999/04/13 04:04:14
15566 Log: Preserve errno from importunities of sfio.
15567 Branch: maint-5.004/perl
15569 ____________________________________________________________________________
15570 [ 3226] By: jhi on 1999/04/11 12:52:26
15571 Log: If both ways to call semctl are broken, skip the tests.
15574 ____________________________________________________________________________
15575 [ 3225] By: jhi on 1999/04/10 22:27:28
15576 Log: From: Andy Dougherty <doughera@lafayette.edu>
15577 To: dsembr01@ox.slug.louisville.edu
15578 Cc: perlbug@perl.com
15579 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
15580 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
15581 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
15583 ! ext/POSIX/POSIX.xs
15584 ____________________________________________________________________________
15585 [ 3224] By: jhi on 1999/04/09 18:50:32
15586 Log: From: Andy Dougherty <doughera@lafayette.edu>
15587 To: Perl Porters <perl5-porters@perl.org>
15588 Subject: [PATCH 5.005_56] Re: prefix= in hints
15589 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
15590 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
15592 (Overrides change #3204 from Kurt)
15595 ____________________________________________________________________________
15596 [ 3223] By: jhi on 1999/04/09 18:37:55
15597 Log: Understand Apollo's //node notation.
15599 From: Johann Klasek <jk@auto.tuwien.ac.at>
15601 Subject: Re: DomainPerl
15602 Date: Fri, 9 Apr 1999 18:21:37 +0200
15603 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
15606 ____________________________________________________________________________
15607 [ 3220] By: jhi on 1999/04/04 16:33:49
15608 Log: Integrate from mainperl.
15610 !> (integrate 39 files)
15611 ____________________________________________________________________________
15612 [ 3219] By: gsar on 1999/04/04 02:48:17
15613 Log: tweak previous change
15614 Branch: maint-5.005/perl
15616 ____________________________________________________________________________
15617 [ 3218] By: gsar on 1999/04/04 02:44:47
15618 Log: be careful about extending the stack for the Win32:: builtins
15619 Branch: maint-5.005/perl
15621 ____________________________________________________________________________
15622 [ 3217] By: gsar on 1999/04/04 01:59:26
15623 Log: correct places that said newSVpv() when they meant newSVpvn()
15625 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
15626 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
15627 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15628 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
15629 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
15630 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
15632 ____________________________________________________________________________
15633 [ 3216] By: gsar on 1999/04/03 23:58:27
15634 Log: avoid duplicate code
15637 ____________________________________________________________________________
15638 [ 3215] By: gsar on 1999/04/03 23:14:34
15639 Log: grow PL_tmps_stack more efficiently; make it more amenable to
15640 STRESS_REALLOC testing
15642 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
15644 ____________________________________________________________________________
15645 [ 3214] By: gsar on 1999/04/03 21:01:09
15646 Log: scrounge and save three extra branches in pp_entersub()
15648 ! cv.h pp_ctl.c pp_hot.c
15649 ____________________________________________________________________________
15650 [ 3213] By: gsar on 1999/04/03 17:43:23
15651 Log: remove duplicate code and an extra branch in sv_setsv() and
15652 other hot code by making SvTHINKFIRST() think about FAKE SVs
15654 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
15655 ! proto.h scope.c sv.c sv.h
15656 ____________________________________________________________________________
15657 [ 3212] By: jhi on 1999/04/03 16:20:09
15658 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
15660 From: John Bley <jbb6@acpub.duke.edu>
15661 To: perlbug@perl.org
15662 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
15663 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
15664 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
15667 ____________________________________________________________________________
15668 [ 3211] By: jhi on 1999/04/03 13:27:26
15669 Log: Change #3210 was rather unportable. This is better.
15671 ! Configure config_h.SH
15672 ____________________________________________________________________________
15673 [ 3210] By: jhi on 1999/04/03 13:16:20
15674 Log: Avoid Digital UNIX' ksh.
15676 From: Jarkko Hietaniemi <jhi@iki.fi>
15677 To: Henrik Tougaard <ht000@siberut.foa.dk>
15678 Cc: perlbug@perl.com, ht000@foa.dk
15679 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
15680 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
15681 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
15683 ! Configure config_h.SH
15684 ____________________________________________________________________________
15685 [ 3209] By: jhi on 1999/04/03 12:49:04
15686 Log: Integrate from mainperl.
15688 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
15689 ____________________________________________________________________________
15690 [ 3208] By: jhi on 1999/04/03 12:27:24
15691 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
15693 From: Lionel Cons <lionel.cons@cern.ch>
15695 Cc: perlbug@perl.com, kstar@isinet.com,
15696 Philippe Defert <philippe.defert@cern.ch>
15697 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
15698 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
15699 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
15702 ____________________________________________________________________________
15703 [ 3207] By: jhi on 1999/04/03 12:20:21
15704 Log: Be polite about usemymalloc.
15707 ____________________________________________________________________________
15708 [ 3206] By: gsar on 1999/04/02 23:31:59
15709 Log: a typo in change#3205
15711 ! t/lib/bigfloatpm.t
15712 ____________________________________________________________________________
15713 [ 3205] By: gsar on 1999/04/02 23:20:31
15714 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
15715 returns NaNs faithfully)
15717 ! t/lib/bigfloatpm.t
15718 ____________________________________________________________________________
15719 [ 3204] By: jhi on 1999/04/02 22:03:23
15720 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
15722 From: "Kurt D. Starsinic" <kstar@chapin.edu>
15723 To: perl5-porters@perl.org
15724 Subject: linux hints nit
15725 Date: Fri, 2 Apr 1999 16:49:47 -0500
15726 Message-ID: <19990402164947.E80926@O2.chapin.edu>
15729 ____________________________________________________________________________
15730 [ 3203] By: jhi on 1999/04/02 22:00:56
15731 Log: Display exact glibc version in Linux.
15733 From: Andy Dougherty <doughera@lafayette.edu>
15734 To: Perl Porters <perl5-porters@perl.org>
15735 Subject: Displaying glibc version on Linux
15736 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
15737 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
15740 ____________________________________________________________________________
15741 [ 3202] By: gsar on 1999/04/02 21:23:18
15742 Log: various little goofs
15744 ! Changes Makefile.SH README installperl
15745 ____________________________________________________________________________
15746 [ 3201] By: jhi on 1999/04/02 13:13:39
15747 Log: Configure regen.
15749 Add llseek + offset_t probing.
15750 Change CONFIG to CONFIGDOTSH.
15751 'unset foo' is unportable, use foo=''.
15753 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15754 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
15755 ! perl_exp.SH writemain.SH
15756 ____________________________________________________________________________
15757 [ 3200] By: jhi on 1999/04/02 12:06:22
15758 Log: Introduce myconfig.SH.
15760 From: Andy Dougherty <doughera@lafayette.edu>
15761 To: Jarkko Hietaniemi <jhi@iki.fi>
15762 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
15763 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
15764 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
15765 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
15770 ____________________________________________________________________________
15771 [ 3195] By: jhi on 1999/03/28 16:42:54
15772 Log: Update perlhist on 5_03.
15773 Branch: maint-5.005/perl
15775 ____________________________________________________________________________
15776 [ 3194] By: jhi on 1999/03/28 12:30:01
15777 Log: Integrate from mainperl.
15780 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15782 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
15784 ____________________________________________________________________________
15785 [ 3189] By: gsar on 1999/03/28 08:22:00
15786 Log: various pod niggles
15787 Branch: maint-5.005/perl
15788 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
15789 ! pod/perlfunc.pod pod/perlhist.pod
15790 ____________________________________________________________________________
15791 [ 3187] By: gsar on 1999/03/28 07:31:16
15792 Log: regularize CAPI declarations (CAPI extensions now build under
15793 the Borland compiler)
15794 Branch: maint-5.005/perl
15796 ____________________________________________________________________________
15797 [ 3186] By: gsar on 1999/03/28 07:26:33
15798 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
15800 Branch: maint-5.005/perl
15801 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
15802 ____________________________________________________________________________
15803 [ 3183] By: gsar on 1999/03/28 06:00:46
15804 Log: update p4 utility to ignore non-text files
15807 ____________________________________________________________________________
15808 [ 3181] By: gsar on 1999/03/28 03:37:23
15809 Log: integrate change#3179 from maint-5.005
15811 !> ext/Thread/Thread.xs t/lib/thread.t
15812 ____________________________________________________________________________
15813 [ 3180] By: gsar on 1999/03/28 02:28:20
15814 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
15815 (sometimes caused bizarreness in the BLOCK)
15819 ____________________________________________________________________________
15820 [ 3179] By: gsar on 1999/03/28 02:14:04
15821 Log: fix thread segfault when passing large number of arguments to child
15822 a la C<Thread->new($foo, 1..1000)>
15823 Branch: maint-5.005/perl
15824 ! ext/Thread/Thread.xs t/lib/thread.t
15825 ____________________________________________________________________________
15826 [ 3178] By: gbarr on 1999/03/28 01:39:23
15827 Log: fix $Config{'usethreads'} typo in perlthrtut
15829 From: Ian Maloney <szhmf9@wsblob.ubs.com>
15830 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
15831 Message-Id: <199903251540.QAA02439@wsblob.>
15832 Subject: perlthrtut documentation error
15833 Branch: maint-5.005/perl
15834 ! pod/perlthrtut.pod
15835 ____________________________________________________________________________
15836 [ 3173] By: gbarr on 1999/03/27 18:19:47
15837 Log: Update Test.pm to VERSION 1.122 from CPAN
15838 Branch: maint-5.005/perl
15840 ____________________________________________________________________________
15841 [ 3171] By: jhi on 1999/03/26 22:38:28
15842 Log: Integrate from mainperl.
15844 !> (integrate 37 files)
15845 ____________________________________________________________________________
15846 [ 3170] By: gsar on 1999/03/26 01:30:25
15847 Log: specify type of bracket in "Unmatched bracket" diagnostic;
15848 prefer 'brace' or 'curly bracket' over 'curly brace'
15850 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
15851 ! t/op/misc.t t/op/re_tests toke.c
15852 ____________________________________________________________________________
15853 [ 3169] By: gsar on 1999/03/26 00:50:51
15854 Log: better description of "Integer overflow" diagnostic
15857 ____________________________________________________________________________
15858 [ 3168] By: gsar on 1999/03/25 11:02:46
15859 Log: applied needful parts of suggested patch
15860 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15861 Date: Tue, 23 Mar 1999 16:21:43 -0800
15862 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
15863 Subject: [PATCH 5.005_56] pp_formline correction
15865 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
15866 ____________________________________________________________________________
15867 [ 3167] By: gsar on 1999/03/25 10:39:02
15868 Log: clarify what a "comment" means (due to Mark-Jason Dominus
15872 ____________________________________________________________________________
15873 [ 3166] By: gsar on 1999/03/25 10:33:18
15874 Log: describe current behavior on local($foo{nothere}) (suggested by
15875 Lionel Cons <lionel.cons@cern.ch>)
15878 ____________________________________________________________________________
15879 [ 3165] By: gsar on 1999/03/25 06:21:05
15880 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
15881 <vishalb@hotmail.com>)
15884 ____________________________________________________________________________
15885 [ 3164] By: gsar on 1999/03/25 06:17:27
15886 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15887 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
15888 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
15889 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
15891 ! ext/B/B.xs op.h opcode.pl
15892 ____________________________________________________________________________
15893 [ 3163] By: gsar on 1999/03/25 06:15:49
15894 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
15895 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
15896 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
15897 Subject: [PATCH _56] B::Deparse 0.57
15899 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
15900 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
15901 Subject: Re: [PATCH _56] B::Deparse 0.57
15903 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
15904 ____________________________________________________________________________
15905 [ 3162] By: gsar on 1999/03/25 06:11:46
15906 Log: fix a few places that said 'int', but meant 'STRLEN'
15908 ! pod/perlguts.pod proto.h sv.c
15909 ____________________________________________________________________________
15910 [ 3161] By: gsar on 1999/03/25 06:01:18
15911 Log: From: Russ Allbery <rra@stanford.edu>
15912 Date: 22 Mar 1999 04:26:26 -0800
15913 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
15914 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
15916 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
15917 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
15918 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
15919 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
15920 ____________________________________________________________________________
15921 [ 3160] By: gsar on 1999/03/25 02:26:31
15922 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
15924 ! opcode.h opcode.pl
15925 ____________________________________________________________________________
15926 [ 3159] By: gsar on 1999/03/25 02:18:17
15927 Log: add statement-modifier loops to :base_loop class
15929 ! ext/Opcode/Opcode.pm
15930 ____________________________________________________________________________
15931 [ 3158] By: gsar on 1999/03/25 00:36:57
15932 Log: integrate changes#3105,3130,3154 from maint-5.005
15934 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
15935 ____________________________________________________________________________
15936 [ 3157] By: gsar on 1999/03/25 00:24:17
15937 Log: remove bogus panic()
15939 ! Changes lib/Math/BigFloat.pm
15940 ____________________________________________________________________________
15941 [ 3156] By: jhi on 1999/03/24 22:43:43
15942 Log: Integrate from mainperl.
15944 +> (branch 38 files)
15945 !> (integrate 68 files)
15946 ____________________________________________________________________________
15947 [ 3155] By: jhi on 1999/03/24 22:12:17
15948 Log: Configure regenerated because of changes #3130/#3154 and #3147.
15950 ! Configure config_h.SH
15951 ____________________________________________________________________________
15952 [ 3154] By: jhi on 1999/03/24 21:40:51
15953 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
15954 based on suggestions from Andy Dougherty.
15955 Branch: maint-5.005/perl
15957 ____________________________________________________________________________
15958 [ 3153] By: gsar on 1999/03/24 10:38:05
15959 Log: applied suggested patch, modulo superceded parts
15960 From: Charles Bailey <BAILEY@newman.upenn.edu>
15961 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
15962 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
15963 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
15965 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
15966 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
15967 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
15968 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
15969 ____________________________________________________________________________
15970 [ 3152] By: gsar on 1999/03/24 10:30:51
15971 Log: applied suggested patch, modulo superceded parts
15972 From: Charles Bailey <BAILEY@newman.upenn.edu>
15973 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
15974 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
15975 Subject: [PATCH 5.005_56] Miscellaneous small fixes
15977 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
15978 ! lib/File/Basename.pm
15979 ____________________________________________________________________________
15980 [ 3151] By: gsar on 1999/03/24 10:15:00
15981 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
15984 ____________________________________________________________________________
15985 [ 3150] By: gsar on 1999/03/24 10:09:13
15986 Log: missing integration in previous change
15989 ____________________________________________________________________________
15990 [ 3149] By: gsar on 1999/03/24 10:06:44
15991 Log: integrate changes#3116,3119 from maint-5.005
15994 +> apollo/netinet/in.h
15995 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
15996 ____________________________________________________________________________
15997 [ 3148] By: gsar on 1999/03/24 10:01:56
15998 Log: integrate changes#3091-3094 from maint-5.005
16000 !> README.hurd vms/subconfigure.com vos/config.h
16001 !> vos/config_h.SH_orig
16002 ____________________________________________________________________________
16003 [ 3147] By: gsar on 1999/03/24 09:31:49
16004 Log: warn about newfangled vfork() caveats
16007 ____________________________________________________________________________
16008 [ 3146] By: jhi on 1999/03/24 09:20:14
16009 Log: Bring in changes #2808 and #2812 (from mainline perl)
16010 that enhance the perlbug checklist.
16011 Branch: maint-5.005/perl
16013 ____________________________________________________________________________
16014 [ 3145] By: gsar on 1999/03/24 08:37:02
16015 Log: integrate change#3115 from maint-5.005
16017 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16018 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
16019 ____________________________________________________________________________
16020 [ 3144] By: gsar on 1999/03/24 08:33:59
16021 Log: add note about map in scalar context
16024 ____________________________________________________________________________
16025 [ 3143] By: gsar on 1999/03/24 08:25:59
16028 ! lib/Time/Local.pm
16029 ____________________________________________________________________________
16030 [ 3142] By: gsar on 1999/03/24 08:20:37
16031 Log: applied suggested patch, modulo bogus hunk
16032 From: "Vishal Bhatia" <vishalb@hotmail.com>
16033 Date: Thu, 11 Mar 1999 07:40:27 PST
16034 Message-ID: <19990311154027.25891.qmail@hotmail.com>
16035 Subject: [PATCH 5.005_56] Minor fixes in perlcc
16037 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
16038 ____________________________________________________________________________
16039 [ 3141] By: gsar on 1999/03/24 08:06:12
16040 Log: integrate change#3104 from maint-5.005
16042 !> README.os390 t/lib/posix.t
16043 ____________________________________________________________________________
16044 [ 3140] By: gsar on 1999/03/24 06:34:56
16045 Log: fix failure of C<&locked_sub;> under -Dusethreads
16047 ! pp_hot.c t/lib/thread.t
16048 ____________________________________________________________________________
16049 [ 3139] By: gsar on 1999/03/24 05:52:00
16050 Log: debugger tweak (wasn't printing a newline after recalled commands)
16053 ____________________________________________________________________________
16054 [ 3138] By: gsar on 1999/03/24 05:33:28
16055 Log: document OO exceptions (based on a suggestion by Andreas Koenig
16056 <andreas.koenig@anima.de>)
16059 ____________________________________________________________________________
16060 [ 3137] By: gsar on 1999/03/24 02:50:20
16061 Log: better "Illegal %s digit ignored" warnings
16063 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
16065 ____________________________________________________________________________
16066 [ 3136] By: gsar on 1999/03/24 02:26:38
16067 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
16071 ____________________________________________________________________________
16072 [ 3135] By: gsar on 1999/03/24 01:29:09
16073 Log: flip release & version in win32_uname()
16076 ____________________________________________________________________________
16077 [ 3134] By: gsar on 1999/03/24 01:08:33
16078 Log: support POSIX::uname() via win32_uname()
16080 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
16081 ! win32/config.gc win32/config.vc win32/config_H.bc
16082 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
16083 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16084 ____________________________________________________________________________
16085 [ 3133] By: gsar on 1999/03/23 22:20:10
16086 Log: From: jan.dubois@ibm.net (Jan Dubois)
16087 Date: Sat, 06 Mar 1999 21:42:56 +0100
16088 Message-ID: <36e49281.50337171@smtp1.ibm.net>
16089 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
16091 ! pod/perldelta.pod
16092 ____________________________________________________________________________
16093 [ 3132] By: gsar on 1999/03/23 22:17:45
16094 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
16095 Date: Sat, 06 Mar 1999 17:50:49 +0100
16096 Message-ID: <36e25209.33833760@smtp1.ibm.net>
16097 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
16099 Date: Sat, 06 Mar 1999 18:15:00 +0100
16100 Message-ID: <36e36222.37954195@smtp1.ibm.net>
16101 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
16104 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
16105 ! pod/perldelta.pod pod/perlmodlib.pod
16106 ____________________________________________________________________________
16107 [ 3131] By: gsar on 1999/03/23 22:07:59
16108 Log: integrate cfgperl changes into mainline
16110 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
16111 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
16112 !> installperl malloc.c perl.c perl.h pod/perl.pod
16113 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
16114 ____________________________________________________________________________
16115 [ 3130] By: jhi on 1999/03/23 22:02:23
16116 Log: Don't use config.msg to remind about the
16117 LD_LIBRARY_PATH because Makefile.SH takes
16120 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
16121 This used to be the default but in some MT or another it
16122 was dropped because of some transient error or another.
16123 Branch: maint-5.005/perl
16124 ! Configure hints/dec_osf.sh
16125 ____________________________________________________________________________
16126 [ 3129] By: gsar on 1999/03/23 21:38:03
16127 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
16128 to size and better maintainability)
16130 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
16131 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
16132 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
16133 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
16134 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
16135 + t/pod/include.xr t/pod/included.t t/pod/included.xr
16136 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
16137 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
16138 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
16139 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
16140 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
16141 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
16142 ! win32/Makefile win32/makefile.mk win32/pod.mak
16143 ____________________________________________________________________________
16144 [ 3128] By: jhi on 1999/03/23 10:14:54
16145 Log: Integrate from mainperl.
16147 !> (integrate 46 files)
16148 ____________________________________________________________________________
16149 [ 3127] By: gsar on 1999/03/23 06:57:30
16150 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
16151 Date: Thu, 4 Mar 1999 10:54:01 -0800
16152 Message-Id: <9903041854.AA46868@frc0000>
16153 Subject: patch for useless Math::BigInt warnings
16155 ! lib/Math/BigInt.pm
16156 ____________________________________________________________________________
16157 [ 3126] By: gsar on 1999/03/23 05:54:37
16158 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
16159 From: "Kurt D. Starsinic" <kstar@chapin.edu>
16160 Date: Fri, 19 Feb 1999 15:47:59 -0500
16161 Message-ID: <19990219154759.A32350@O2.chapin.edu>
16162 Subject: [PATCH] OSF/1 hints
16165 ____________________________________________________________________________
16166 [ 3125] By: gsar on 1999/03/23 00:56:38
16167 Log: avoid typeglob persistence in pp_readline()
16170 ____________________________________________________________________________
16171 [ 3124] By: gsar on 1999/03/22 21:12:23
16172 Log: update copyright years
16174 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
16175 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
16176 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
16177 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
16178 ! sv.c sv.h toke.c utf8.c utf8.h util.c
16179 ____________________________________________________________________________
16180 [ 3123] By: gsar on 1999/03/22 07:07:06
16181 Log: implement win32_spawnvp() internally, making it return true PIDs
16182 for asynchronous spawns; fix win32_kill() to always deal with
16185 ! win32/win32.c win32/win32.h
16186 ____________________________________________________________________________
16187 [ 3122] By: jhi on 1999/03/19 21:12:14
16188 Log: Describe the new Benchmark feature in more detail.
16190 ! pod/perldelta.pod
16191 Branch: maint-5.005/perl
16192 ! pod/perldelta.pod
16193 ____________________________________________________________________________
16194 [ 3121] By: jhi on 1999/03/19 08:16:12
16195 Log: AVAILABILITY tuning.
16198 Branch: maint-5.005/perl
16200 ____________________________________________________________________________
16201 [ 3120] By: jhi on 1999/03/17 14:52:17
16202 Log: Rhapsody change assumed too much.
16205 ____________________________________________________________________________
16206 [ 3119] By: jhi on 1999/03/17 14:33:43
16207 Log: More Apollo fixes.
16208 Branch: maint-5.005/perl
16209 ! README.apollo hints/apollo.sh t/lib/io_udp.t
16210 ____________________________________________________________________________
16211 [ 3118] By: jhi on 1999/03/16 17:23:39
16213 Branch: maint-5.005/perl
16215 ____________________________________________________________________________
16216 [ 3117] By: jhi on 1999/03/16 17:18:49
16217 Log: Apollo DomainOS AVAILABILITY.
16220 Branch: maint-5.005/perl
16222 ____________________________________________________________________________
16223 [ 3116] By: jhi on 1999/03/16 17:14:00
16224 Log: Apollo DomainOS patch
16225 From: Johann Klasek <jk@auto.tuwien.ac.at>
16226 Subject: Re: DomainPerl
16227 Date: Tue, 16 Mar 1999 17:46:32 +0100
16228 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
16229 Branch: maint-5.005/perl
16230 + README.apollo apollo/netinet/in.h
16231 ! MANIFEST hints/apollo.sh
16232 ____________________________________________________________________________
16233 [ 3115] By: jhi on 1999/03/16 14:23:54
16234 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
16235 To: Gurusamy Sarathy <gsar@activestate.com>,
16236 Graham Barr <gbarr@pobox.com>
16237 Cc: Perl5 Porters <perl5-porters@perl.org>,
16238 "Paul.Marquess" <Paul.Marquess@btinternet.com>
16239 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
16240 Date: Sun, 14 Mar 1999 14:43:57 -0000
16241 Message-Id: <199903141841.NAA17040@defender.perl.org>
16242 Branch: maint-5.005/perl
16243 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16244 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16245 ____________________________________________________________________________
16246 [ 3114] By: jhi on 1999/03/16 12:42:20
16247 Log: Mention Rhapsody in 5.005_5X perldelta,
16248 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
16249 *planned* AVAILABILITY.
16251 ! pod/perl.pod pod/perldelta.pod
16252 Branch: maint-5.005/perl
16254 ____________________________________________________________________________
16255 [ 3113] By: jhi on 1999/03/16 10:38:53
16256 Log: perldelta niggling.
16258 ! pod/perldelta.pod
16259 Branch: maint-5.005/perl
16260 ! pod/perldelta.pod
16261 ____________________________________________________________________________
16262 [ 3112] By: jhi on 1999/03/16 10:35:21
16263 Log: Integrate from mainperl.
16265 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
16266 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
16267 ____________________________________________________________________________
16268 [ 3111] By: jhi on 1999/03/16 10:28:10
16269 Log: AVAILABILITY update: still mention PowerUX,
16270 Novell Netware now has sources available.
16273 Branch: maint-5.005/perl
16275 ____________________________________________________________________________
16276 [ 3110] By: gsar on 1999/03/16 04:34:23
16277 Log: sundry pod niggles
16279 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
16280 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
16281 ____________________________________________________________________________
16282 [ 3109] By: jhi on 1999/03/15 17:00:11
16283 Log: Integrate from mainperl.
16285 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
16286 +> lib/unicode/Is/Syllable.pl
16287 +> lib/unicode/MakeEthiopicSyllables.PL
16288 +> lib/unicode/README.Ethiopic
16289 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
16290 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
16291 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
16292 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
16293 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
16294 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
16295 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
16296 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
16297 ____________________________________________________________________________
16298 [ 3108] By: jhi on 1999/03/15 16:58:12
16299 Log: First pass of integrating the Rhapsody port,
16301 From: Wilfredo Sanchez <wsanchez@apple.com>
16302 Subject: Keeping the world in sync.
16303 Reply-To: wsanchez@apple.com
16304 To: perlbug@perl.com
16305 Date: Fri, 13 Nov 1998 17:11:30 -0800
16306 Message-Id: <199811140111.RAA41784@scv4.apple.com>
16308 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
16309 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
16310 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
16312 ____________________________________________________________________________
16313 [ 3107] By: gsar on 1999/03/15 03:22:10
16314 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
16315 From: Daniel Yacob <dmulholl@cs.indiana.edu>
16316 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
16317 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
16318 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
16320 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
16321 + lib/unicode/Is/Syllable.pl
16322 + lib/unicode/MakeEthiopicSyllables.PL
16323 + lib/unicode/README.Ethiopic
16324 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
16325 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
16326 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
16327 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
16328 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
16329 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
16330 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
16331 ! lib/unicode/Name.pl lib/unicode/Number.pl
16332 ____________________________________________________________________________
16333 [ 3106] By: gsar on 1999/03/12 20:35:36
16334 Log: change#3067 failed package.t due to needless creation of $a and $b;
16335 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
16338 ____________________________________________________________________________
16339 [ 3105] By: jhi on 1999/03/12 15:54:57
16340 Log: Recognize the NetBSD packages collection.
16341 Branch: maint-5.005/perl
16343 ____________________________________________________________________________
16344 [ 3104] By: jhi on 1999/03/12 09:07:04
16345 Log: From: pvhp@forte.com (Peter Prymmer)
16346 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
16347 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
16348 Date: Thu, 11 Mar 99 14:24:54 PST
16349 Message-Id: <9903112224.AA24346@forte.com>
16350 Branch: maint-5.005/perl
16351 ! README.os390 t/lib/posix.t
16352 ____________________________________________________________________________
16353 [ 3103] By: jhi on 1999/03/10 11:07:46
16354 Log: Integrate from mainperl.
16356 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
16357 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
16358 !> t/pragma/warn/1global toke.c win32/makedef.pl
16359 ____________________________________________________________________________
16360 [ 3102] By: jhi on 1999/03/10 11:01:20
16361 Log: From: pvhp@forte.com (Peter Prymmer)
16362 To: perl5-porters@perl.org
16363 Subject: [5.005_03-MT6]Patch: time passes
16364 Date: Tue, 9 Mar 99 18:42:17 PST
16365 Message-Id: <9903100242.AA29057@forte.com>
16366 Branch: maint-5.005/perl
16368 ____________________________________________________________________________
16369 [ 3101] By: jhi on 1999/03/10 10:30:15
16370 Log: From: Mark-Jason Dominus <mjd@plover.com>
16371 To: perl5-porters@perl.com
16372 Subject: Minor fix to perlfunc.pod
16373 Date: Mon, 08 Mar 1999 20:05:53 -0500
16374 Message-ID: <19990309010553.13757.qmail@plover.com>
16375 Branch: maint-5.005/perl
16377 ____________________________________________________________________________
16378 [ 3100] By: gsar on 1999/03/09 23:04:44
16379 Log: change#3060 had the wrong quotes
16382 ____________________________________________________________________________
16383 [ 3099] By: jhi on 1999/03/09 12:52:21
16384 Log: d_uname was broken (probably since _53), reported by
16386 From: Alan Burlison <Alan.Burlison@uk.sun.com>
16387 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
16388 cpan-testers@perl.org
16389 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
16390 Date: Mon, 08 Mar 1999 13:22:31 +0000
16391 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
16395 From: lvirden@cas.org (Larry W. Virden)
16396 To: perlbug@perl.com
16397 Subject: configure not correctly identifying uname posix compatibility
16398 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
16399 Message-Id: <199903081136.GAA23682@cas.org>
16401 ! Configure config_h.SH
16402 ____________________________________________________________________________
16403 [ 3098] By: gsar on 1999/03/09 03:16:07
16404 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
16406 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
16407 ____________________________________________________________________________
16408 [ 3097] By: gsar on 1999/03/09 02:50:43
16409 Log: use yyerror() instead of croak() so that compile-time failures in
16410 my(LIST) don't confuse globals with lexicals
16413 ____________________________________________________________________________
16414 [ 3096] By: gsar on 1999/03/09 02:47:36
16415 Log: adjust testsuite for change#3067
16417 ! t/pragma/warn/1global
16418 ____________________________________________________________________________
16419 [ 3095] By: gsar on 1999/03/08 21:04:48
16420 Log: remove bogus symbols from global.sym
16422 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
16423 ! perl.h win32/makedef.pl
16424 ____________________________________________________________________________
16425 [ 3094] By: jhi on 1999/03/06 16:16:15
16426 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16429 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
16430 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
16431 Branch: maint-5.005/perl
16433 ____________________________________________________________________________
16434 [ 3093] By: jhi on 1999/03/06 15:59:46
16435 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16437 Subject: New Hurd README
16438 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
16439 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
16440 Branch: maint-5.005/perl
16442 ____________________________________________________________________________
16443 [ 3092] By: jhi on 1999/03/06 12:52:06
16444 Log: From: Paul_Green@stratus.com
16445 To: perl5-porters@perl.org
16446 Cc: jhi@iki.fi, Paul_Green@stratus.com
16447 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
16448 Date: Fri, 5 Mar 1999 18:08:49 -0500
16449 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
16450 Branch: maint-5.005/perl
16451 ! vos/config.h vos/config_h.SH_orig
16452 ____________________________________________________________________________
16453 [ 3091] By: jhi on 1999/03/06 12:42:21
16454 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16455 To: perl5-porters@perl.org, vmsperl@perl.org
16456 Subject: [PATCH 5.005_03-MT6]VMS build patch
16457 Date: Fri, 05 Mar 1999 12:36:19 -0800
16458 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
16459 Branch: maint-5.005/perl
16460 ! vms/subconfigure.com
16461 ____________________________________________________________________________
16462 [ 3090] By: gsar on 1999/03/06 04:40:03
16463 Log: integrate change#3089 from mainline
16465 tolerate CRs after options
16466 Branch: maint-5.005/perl
16468 ____________________________________________________________________________
16469 [ 3089] By: gsar on 1999/03/06 04:30:40
16470 Log: tolerate CRs after options
16473 ____________________________________________________________________________
16474 [ 3088] By: jhi on 1999/03/05 12:49:01
16475 Log: Integrate from mainperl.
16478 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
16479 ____________________________________________________________________________
16480 [ 3087] By: gsar on 1999/03/05 06:41:16
16481 Log: adjust timeouts to accomodate slow/busy systems
16484 ____________________________________________________________________________
16485 [ 3083] By: gsar on 1999/03/05 01:32:47
16486 Log: integrate change#3081 from maint-5.005
16488 !> ext/Errno/Errno_pm.PL
16489 ____________________________________________________________________________
16490 [ 3082] By: gsar on 1999/03/05 01:31:06
16491 Log: integrate change#2904 from maint-5.005
16495 ____________________________________________________________________________
16496 [ 3081] By: gsar on 1999/03/05 00:14:33
16497 Log: protect against doubled backslashes
16498 Branch: maint-5.005/perl
16499 ! ext/Errno/Errno_pm.PL
16500 ____________________________________________________________________________
16501 [ 3077] By: jhi on 1999/03/04 08:10:13
16502 Log: Integrate from mainperl.
16504 +> ext/B/B/Stash.pm
16505 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
16506 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
16507 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
16508 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
16509 ____________________________________________________________________________
16510 [ 3076] By: jhi on 1999/03/04 08:07:59
16511 Log: Regen config_h.SH once more because of *size,
16514 From: Hans Mulder <hansm@icgned.icgroup.nl>
16515 To: Jarkko Hietaniemi <jhi@iki.fi>
16516 Cc: perl5-porters@perl.org
16517 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16518 Date: Thu, 4 Mar 99 00:10:45 +0100
16519 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16521 ! Configure config_h.SH
16522 ____________________________________________________________________________
16523 [ 3068] By: gsar on 1999/03/04 05:48:03
16524 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
16525 Date: Thu, 4 Mar 99 00:10:45 +0100
16526 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16527 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16530 ____________________________________________________________________________
16531 [ 3067] By: gsar on 1999/03/04 05:44:32
16532 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
16533 From: Graham Barr <gbarr@ti.com>
16534 Date: Wed, 3 Mar 1999 17:23:56 -0600
16535 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
16536 Subject: Re: 'use strict' doesn't work for one-letter variables
16539 ____________________________________________________________________________
16540 [ 3066] By: gsar on 1999/03/04 05:20:50
16541 Log: updates to compiler modules
16542 From: "Vishal Bhatia" <vishalb@hotmail.com>
16543 Date: Tue, 02 Mar 1999 23:27:25 PST
16544 Message-ID: <19990303072725.779.qmail@hotmail.com>
16545 Subject: PATCH 5.005_56 + Test procedure
16548 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
16549 ! lib/Test/Harness.pm utils/perlcc.PL
16550 ____________________________________________________________________________
16551 [ 3065] By: gsar on 1999/03/04 05:03:30
16552 Log: more s/s_/s!/ etc.
16554 ! pod/perldelta.pod pod/perlfunc.pod
16555 ____________________________________________________________________________
16556 [ 3064] By: gsar on 1999/03/04 04:50:45
16557 Log: integrate cfgperl contents into mainline
16559 !> Configure README.vms bytecode.h config_h.SH configure.com
16560 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
16561 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
16562 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16563 ____________________________________________________________________________
16564 [ 3063] By: gsar on 1999/03/04 04:44:13
16565 Log: HP-UX has yet another spelling for /NaNQ?/
16567 ! t/lib/bigfloatpm.t
16568 ____________________________________________________________________________
16569 [ 3062] By: gsar on 1999/03/04 04:36:08
16570 Log: error-check for accept() test
16573 ____________________________________________________________________________
16574 [ 3061] By: gsar on 1999/03/04 03:40:25
16575 Log: allow custom comparison function in File::Compare::compare_text()
16576 From: jan.dubois@ibm.net (Jan Dubois)
16577 Date: Fri, 26 Feb 1999 21:56:09 +0100
16578 Message-ID: <36db0838.8805651@smtp1.ibm.net>
16579 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
16581 ! lib/File/Compare.pm
16582 ____________________________________________________________________________
16583 [ 3060] By: gsar on 1999/03/04 03:37:38
16584 Log: better version of change#3038
16585 From: abigail@fnx.com
16586 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
16587 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
16588 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
16591 ____________________________________________________________________________
16592 [ 3058] By: jhi on 1999/03/03 22:30:40
16593 Log: Configure regen to
16594 (1) match maint-5.005 patches #3056 and #3057
16595 (2) better version of PHOSTNAME of #3050
16596 (3) the crosscompile/multiarch config_h.SH trouble solved for now
16598 ! Configure config_h.SH
16599 ____________________________________________________________________________
16600 [ 3054] By: jhi on 1999/03/03 09:57:59
16601 Log: Change #3053 missed perldelta.
16603 ! pod/perldelta.pod
16604 ____________________________________________________________________________
16605 [ 3053] By: jhi on 1999/03/03 08:29:43
16606 Log: Use '!' to mark native integer packings instead of '_'.
16608 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
16609 ____________________________________________________________________________
16610 [ 3052] By: jhi on 1999/03/02 23:12:36
16611 Log: The HP-UX threads patch (change #3028) is needed also here.
16613 ! hints/hpux.sh thread.h
16614 ____________________________________________________________________________
16615 [ 3051] By: jhi on 1999/03/02 08:24:52
16616 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16617 To: perl5-porters@perl.org, vmsperl@perl.org
16618 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
16619 Date: Mon, 01 Mar 1999 16:10:57 -0800
16620 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
16623 Branch: maint-5.005/perl
16625 ____________________________________________________________________________
16626 [ 3050] By: jhi on 1999/03/02 08:22:29
16627 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16628 To: perl5-porters@perl.org, vmsperl@perl.org
16629 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
16630 Date: Mon, 01 Mar 1999 16:06:29 -0800
16631 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
16633 From: Dan Sugalski <sugalskd@osshe.edu>
16634 To: perl5-porters@perl.org, vmsperl@perl.org
16635 Subject: [PATCH 5.005_56]vmsish.pm patch
16636 Date: Mon, 01 Mar 1999 20:19:04 -0800
16637 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
16639 plus Configure regen containing a "solution" to the
16640 crosscompile/multiarch problem.
16642 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
16643 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16644 ____________________________________________________________________________
16645 [ 3049] By: jhi on 1999/03/02 07:34:21
16646 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
16647 To: perl5-porters@perl.org
16648 Subject: [PATCH] Eliminate (valid) warning in byterun.c
16649 Date: Mon, 01 Mar 1999 17:27:59 -0500
16650 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
16653 Branch: maint-5.005/perl
16655 ____________________________________________________________________________
16656 [ 3048] By: gsar on 1999/03/02 06:41:21
16657 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16659 ! MANIFEST README.hpux
16660 ____________________________________________________________________________
16661 [ 3047] By: jhi on 1999/03/01 06:34:43
16662 Log: Integrate from mainperl.
16664 +> README.hpux lib/File/Spec/Functions.pm
16665 !> (integrate 28 files)
16666 ____________________________________________________________________________
16667 [ 3046] By: gsar on 1999/03/01 05:34:28
16668 Log: this is 5.005_56
16676 ____________________________________________________________________________
16677 [ 3045] By: gsar on 1999/03/01 03:32:30
16678 Log: destroy PL_svref_mutex in perl_destruct()
16681 ____________________________________________________________________________
16682 [ 3044] By: gsar on 1999/03/01 00:38:50
16683 Log: up patchlevel &c.
16685 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
16686 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16687 ! win32/makefile.mk
16688 ____________________________________________________________________________
16689 [ 3043] By: gsar on 1999/03/01 00:14:15
16690 Log: integrate cfgperl contents into mainline
16692 ! pod/perldelta.pod
16693 !> Configure config_h.SH
16694 ____________________________________________________________________________
16695 [ 3042] By: gsar on 1999/02/28 23:55:08
16696 Log: slightly edited version of suggested patch
16697 From: jan.dubois@ibm.net (Jan Dubois)
16698 Date: Mon, 01 Mar 1999 00:32:05 +0100
16699 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
16700 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
16702 + lib/File/Spec/Functions.pm
16703 ! MANIFEST lib/File/Spec.pm
16704 ____________________________________________________________________________
16705 [ 3041] By: gsar on 1999/02/28 22:47:19
16706 Log: fix subtle bug in eval'' testsuite
16709 ____________________________________________________________________________
16710 [ 3040] By: gsar on 1999/02/28 22:46:24
16711 Log: avoid literal control characters in change#3039
16714 ____________________________________________________________________________
16715 [ 3039] By: gsar on 1999/02/28 21:47:18
16716 Log: todo item: permit extended control variables a la ${^Foo} (patch
16717 courtesy Mark-Jason Dominus <mjd@plover.com>)
16719 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
16720 ! t/base/lex.t toke.c
16721 ____________________________________________________________________________
16722 [ 3038] By: gsar on 1999/02/28 21:21:05
16723 Log: From: abigail@fnx.com
16724 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
16725 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
16726 Subject: Recognize -> and => inside [A-Z]<> sequences.
16729 ____________________________________________________________________________
16730 [ 3037] By: gsar on 1999/02/28 21:12:22
16731 Log: fix longstanding bug: searches for lexicals originating within eval''
16732 weren't stopping at the subroutine boundary correctly
16734 ! op.c proto.h t/op/eval.t
16735 ____________________________________________________________________________
16736 [ 3036] By: gsar on 1999/02/28 20:02:29
16737 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
16738 as stacked list values
16739 From: jan.dubois@ibm.net (Jan Dubois)
16740 Date: Sat, 27 Feb 1999 18:24:17 +0100
16741 Message-ID: <36e22849.36531259@smtp1.ibm.net>
16742 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
16745 ____________________________________________________________________________
16746 [ 3035] By: gsar on 1999/02/28 19:48:54
16747 Log: remove superfluous stack_sp decl
16750 ____________________________________________________________________________
16751 [ 3034] By: gsar on 1999/02/28 19:34:58
16752 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
16754 ! lib/Getopt/Std.pm
16755 ____________________________________________________________________________
16756 [ 3033] By: gsar on 1999/02/28 19:23:41
16757 Log: add File::Compare::compare_text()
16758 From: jan.dubois@ibm.net (Jan Dubois)
16759 Date: Fri, 26 Feb 1999 00:20:41 +0100
16760 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
16761 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
16763 ! lib/File/Compare.pm pod/perltodo.pod
16764 ____________________________________________________________________________
16765 [ 3032] By: gsar on 1999/02/28 19:01:33
16766 Log: add README.hpux
16769 ! MAINTAIN MANIFEST
16770 ____________________________________________________________________________
16771 [ 3031] By: gsar on 1999/02/28 18:49:08
16772 Log: avoid escaping & et al multiple times (variant of fix suggested by
16773 James Cromie <jcromie@fossil.uswc.uswest.com>
16776 ____________________________________________________________________________
16777 [ 3030] By: gsar on 1999/02/28 18:35:09
16778 Log: From: jan.dubois@ibm.net (Jan Dubois)
16779 Date: Wed, 24 Feb 1999 22:34:56 +0100
16780 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
16781 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
16783 ! lib/Test/Harness.pm
16784 ____________________________________________________________________________
16785 [ 3029] By: gsar on 1999/02/28 18:28:18
16786 Log: add note about env pollution
16788 ! INSTALL pod/perltodo.pod
16789 ____________________________________________________________________________
16790 [ 3028] By: jhi on 1999/02/26 14:40:00
16791 Log: HP-UX 11 threads.
16793 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16794 To: perl5-porters@perl.org
16796 Subject: Maint 5 and _54 with threading on HP-UX 11.00
16797 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
16798 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
16800 NOTE from jhi: the hpux hints could still be more robust by
16801 disabling gdbm when necessary.
16803 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
16804 linking -lgdbm -lpthread creates an executable that instantly
16805 core dumps on a pthreads internal panic:
16809 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
16810 Return Pointer is 0xc082bf33
16811 17639 quit (core dumped) ./gdpt
16813 You don't have to *use* either gdbm or pthreads in the executable,
16814 just linking them together is enough. Workaround is to recompile
16815 the GDBM under HP-UX 11, that makes the problem go away.
16816 Branch: maint-5.005/perl
16817 ! hints/hpux.sh thread.h
16818 ____________________________________________________________________________
16819 [ 3025] By: jhi on 1999/02/25 20:41:07
16820 Log: Temporary workaround for the config_h.SH versus
16821 crosscompile and multiarch plus introduce 'rt'
16822 to $libswanted: in UNIX98 sched_yield() lives there.
16824 ! Configure config_h.SH
16825 ____________________________________________________________________________
16826 [ 3024] By: jhi on 1999/02/24 12:54:59
16827 Log: Integrate from mainperl.
16830 !> (integrate 44 files)
16831 ____________________________________________________________________________
16832 [ 3023] By: gsar on 1999/02/24 07:02:12
16833 Log: integrate cfgperl contents
16835 !> (integrate 30 files)
16836 ____________________________________________________________________________
16837 [ 3022] By: gsar on 1999/02/24 05:59:47
16838 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16839 Date: 23 Feb 1999 17:53:22 -0700
16840 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
16841 Subject: [PATCH: _55] perldoc -q broken
16844 ____________________________________________________________________________
16845 [ 3021] By: gsar on 1999/02/24 05:51:53
16846 Log: ansify perlio.c, fix PerlIO-ish typos
16848 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
16849 ! iperlsys.h perlio.c
16850 ____________________________________________________________________________
16851 [ 3020] By: gsar on 1999/02/24 05:28:06
16852 Log: adjust a Perl_malloc() flag for NeXT
16853 From: Hans Mulder <hansm@icgned.icgroup.nl>
16854 Date: Tue, 23 Feb 99 00:26:25 +0100
16855 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
16856 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
16859 ____________________________________________________________________________
16860 [ 3019] By: gsar on 1999/02/24 05:19:42
16861 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
16864 ____________________________________________________________________________
16865 [ 3018] By: gsar on 1999/02/24 04:15:18
16866 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16867 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
16868 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
16869 Subject: improved error message [PATCH _55] [RESEND]
16872 ____________________________________________________________________________
16873 [ 3017] By: gsar on 1999/02/24 03:50:34
16874 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16875 Date: Sun, 21 Feb 1999 20:02:18 -0700
16876 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
16877 Subject: perlfunc updates (against 55)
16880 ____________________________________________________________________________
16881 [ 3016] By: gsar on 1999/02/24 03:17:05
16882 Log: testsuite adjustments
16883 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16884 Date: Sat, 20 Feb 1999 15:24:57 +0000
16885 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
16886 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
16888 ! t/lib/io_sock.t t/op/lex_assign.t
16889 ____________________________________________________________________________
16890 [ 3015] By: gsar on 1999/02/24 02:54:47
16891 Log: avoid modifying readonly values from qw()
16893 ! lib/ExtUtils/MM_Unix.pm
16894 ____________________________________________________________________________
16895 [ 3014] By: gsar on 1999/02/24 02:49:04
16896 Log: more "correct" utbuf for utime()
16899 ____________________________________________________________________________
16900 [ 3013] By: jhi on 1999/02/22 19:27:44
16901 Log: Fix MacPerl version, change PowerUX to PowerMAX.
16903 From: Chris Nandor <pudge@pobox.com>
16905 Cc: perl5-porters@perl.org
16906 Subject: Re: perl current availability as documented by perl.pod
16907 Date: Sun, 21 Feb 1999 11:06:03 -0500
16908 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
16910 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
16912 Cc: perl5-porters@perl.org
16913 Subject: Re: perl current availability as documented by perl.pod
16914 Date: Mon, 22 Feb 1999 13:08:30 GMT
16915 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
16918 Branch: maint-5.005/perl
16920 ____________________________________________________________________________
16921 [ 3012] By: jhi on 1999/02/22 10:26:11
16922 Log: Snapshot the cross-compilation/multiarchitecture stuff
16923 (currently broken in next)
16925 ! Configure config_h.SH pp.c
16926 ____________________________________________________________________________
16927 [ 3011] By: jhi on 1999/02/22 10:24:51
16928 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16929 To: gsar@activestate.com (Gurusamy Sarathy)
16930 Cc: perl5-porters@perl.org (Perl5 Porters)
16931 Subject: [PATCH 5.005_55] DB_File 1.64 patch
16932 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
16933 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
16935 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16936 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
16937 ____________________________________________________________________________
16938 [ 3009] By: jhi on 1999/02/22 09:14:26
16939 Log: Scratch #3008 and introduce $crosscompile and $multiarch
16940 also in non-Configure lands.
16942 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
16943 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
16944 ! win32/config.gc win32/config.vc win32/config_H.bc
16945 ! win32/config_H.gc win32/config_H.vc
16946 ____________________________________________________________________________
16947 [ 3008] By: jhi on 1999/02/22 08:58:04
16948 Log: Add -DMULTIARCH (see change #3006).
16950 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
16951 ____________________________________________________________________________
16952 [ 3007] By: jhi on 1999/02/22 08:54:06
16953 Log: Undo the references to local{lib,arch} introduced by #3006.
16955 ! Configure config_h.SH
16956 ____________________________________________________________________________
16957 [ 3006] By: jhi on 1999/02/22 08:43:50
16958 Log: From: hansm@icgned.icgroup.nl
16959 To: perlbug@perl.com
16960 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
16961 Date: Sun, 21 Feb 1999 22:58:55 +0100
16962 Reply-To: hansmu@xs4all.nl
16963 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
16965 plus other Configure changes: prepare for cross-compilation/
16966 multiarchitecture builds.
16968 ! Configure config_h.SH
16969 ____________________________________________________________________________
16970 [ 3005] By: jhi on 1999/02/22 08:35:30
16971 Log: Configure/Perl knew how to look for use Mach cthreads
16972 but Configure didn't let them to be used ($osname 'next').
16974 ! Configure config_h.SH
16975 Branch: maint-5.005/perl
16977 ____________________________________________________________________________
16978 [ 3004] By: jhi on 1999/02/21 15:46:02
16979 Log: Update Acorn AVAILABILITY.
16982 Branch: maint-5.005/perl
16984 ____________________________________________________________________________
16985 [ 3003] By: jhi on 1999/02/21 14:50:42
16986 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16987 To: perl5-porters@perl.org (Perl 5 Porters)
16988 Subject: PATCH: perlref.pod - symbolic ref example
16989 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
16990 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
16993 Branch: maint-5.005/perl
16995 ____________________________________________________________________________
16996 [ 3002] By: jhi on 1999/02/21 14:35:22
16997 Log: Sync cfgperl with maint-5.005 change #3000.
16999 ! pod/perlfunc.pod t/op/pack.t
17000 ____________________________________________________________________________
17001 [ 2999] By: gsar on 1999/02/20 22:48:30
17002 Log: From: John Bley <jbb6@acpub.duke.edu>
17003 Date: Sat, 20 Feb 1999 16:02:34 EST
17004 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
17005 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
17008 ____________________________________________________________________________
17009 [ 2998] By: jhi on 1999/02/20 14:13:06
17010 Log: Enhanced the endianness description.
17013 ____________________________________________________________________________
17014 [ 2996] By: jhi on 1999/02/20 13:55:41
17015 Log: Glossary now mostly fixed.
17017 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17019 ____________________________________________________________________________
17020 [ 2994] By: jhi on 1999/02/20 11:58:33
17021 Log: Perldeltify GNU/Hurd.
17023 ! pod/perldelta.pod
17024 ____________________________________________________________________________
17025 [ 2993] By: gsar on 1999/02/20 00:59:10
17026 Log: fix typo in Perl_sbrk()
17027 From: hansm@icgned.icgroup.nl
17028 Date: Fri, 19 Feb 1999 23:19:31 +0100
17029 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
17030 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
17033 ____________________________________________________________________________
17034 [ 2992] By: gsar on 1999/02/20 00:51:08
17035 Log: integrate change#2980 from maint-5.005
17038 ____________________________________________________________________________
17039 [ 2991] By: gsar on 1999/02/20 00:34:01
17040 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17041 Date: Thu, 18 Feb 1999 18:51:38 +0000
17042 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
17043 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
17045 ! pp_hot.c t/op/pat.t
17046 ____________________________________________________________________________
17047 [ 2990] By: gsar on 1999/02/20 00:30:48
17048 Log: From: jan.dubois@ibm.net (Jan Dubois)
17049 Date: Thu, 18 Feb 1999 19:14:07 +0100
17050 Message-ID: <36d15809.40853323@smtp1.ibm.net>
17051 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
17054 ____________________________________________________________________________
17055 [ 2989] By: gsar on 1999/02/20 00:27:01
17056 Log: do poll() emulation unless HAS_POLL && I_POLL
17059 ____________________________________________________________________________
17060 [ 2988] By: gsar on 1999/02/19 23:52:12
17061 Log: tweak RE for NaNQ? recognition
17063 ! t/lib/bigfloatpm.t
17064 ____________________________________________________________________________
17065 [ 2987] By: gsar on 1999/02/19 23:29:59
17066 Log: mention C<use utf8> and C<use warning> in perldelta
17068 ! pod/perldelta.pod
17069 ____________________________________________________________________________
17070 [ 2985] By: jhi on 1999/02/19 20:43:19
17071 Log: pack/unpack better in (network-)short-non-16-bits and
17072 (network-)long-non-32-bits systems such as Cray C90.
17074 ! perl.h pp.c t/op/pack.t
17075 ____________________________________________________________________________
17076 [ 2984] By: jhi on 1999/02/19 20:38:54
17077 Log: Regen Configure.
17079 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17081 ____________________________________________________________________________
17082 [ 2982] By: jhi on 1999/02/19 19:51:49
17083 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
17086 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17087 To: Chaim Frenkel <chaimf@pobox.com>,
17088 Russ Allbery <rra@stanford.edu>,
17089 Jarkko Hietaniemi <jhi@iki.fi>,
17090 Gurusamy Sarathy <gsar@activestate.com>,
17091 Graham Barr <gbarr@pobox.com>
17092 Cc: bdensch@ameritech.net, perlbug@perl.com
17093 Subject: [PATCH] Re: Solaris 7 for Intel
17094 Message-ID: <19990219124404.A30182@O2.chapin.edu>
17096 Glossary is still missing some terms because
17097 mkglossary is misbehaving (change #2981 updated
17100 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
17102 ____________________________________________________________________________
17103 [ 2980] By: gbarr on 1999/02/19 16:06:53
17104 Log: Make result of h2xs work when user adds C<use strict>
17105 Branch: maint-5.005/perl
17107 ____________________________________________________________________________
17108 [ 2979] By: gsar on 1999/02/19 05:24:29
17109 Log: doc for change#2978
17112 ____________________________________________________________________________
17113 [ 2978] By: gsar on 1999/02/19 05:08:29
17114 Log: bring '*' prototype closer to how it behaves internally
17117 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
17118 ____________________________________________________________________________
17119 [ 2977] By: gsar on 1999/02/19 02:50:31
17120 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
17123 ____________________________________________________________________________
17124 [ 2975] By: gsar on 1999/02/18 21:41:57
17125 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
17126 of lexical searches in BEGIN|INIT|END)
17128 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
17130 ____________________________________________________________________________
17131 [ 2974] By: gsar on 1999/02/18 21:03:06
17132 Log: missing PERL_POLLUTE_MALLOC
17134 ! ext/SDBM_File/sdbm/sdbm.h
17135 ____________________________________________________________________________
17136 [ 2973] By: gsar on 1999/02/18 17:10:49
17137 Log: From: Andy Dougherty <doughera@lafayette.edu>
17138 Date: Wed, 17 Feb 1999 17:22:50 EST
17139 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
17140 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
17143 ____________________________________________________________________________
17144 [ 2972] By: gsar on 1999/02/18 17:04:12
17145 Log: s/#defined/#define/
17147 ! ext/Data/Dumper/Dumper.xs
17148 ____________________________________________________________________________
17149 [ 2970] By: gsar on 1999/02/18 03:26:43
17150 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
17152 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
17153 ! ext/GDBM_File/typemap
17154 ____________________________________________________________________________
17155 [ 2969] By: gsar on 1999/02/17 23:30:47
17156 Log: correct slurp mode doc
17158 ! pod/perlfunc.pod pod/perlop.pod
17159 ____________________________________________________________________________
17160 [ 2968] By: jhi on 1999/02/17 23:15:49
17161 Log: Ultrix hints update.
17163 From: Spider Boardman <spider@zk3.dec.com>
17164 To: perlbug@perl.com
17165 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
17166 Date: Tue, 16 Feb 1999 23:04:28 -0500
17167 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
17169 ! hints/ultrix_4.sh
17170 ____________________________________________________________________________
17171 [ 2966] By: jhi on 1999/02/17 23:09:21
17172 Log: Change #2965 wiped out some Sarathy's _55 changes.
17175 ! Configure pp.c t/op/pack.t
17176 ____________________________________________________________________________
17177 [ 2965] By: jhi on 1999/02/17 23:00:04
17178 Log: Configure tweaks.
17180 Fix the Unixware/SCO uname scan:
17182 From: Tom Hughes <thh@cyberscience.com>
17183 To: perlbug@perl.com
17184 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
17185 Date: 17 Feb 1999 15:34:15 +0000
17186 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
17188 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
17190 From: Joe Buehler <jhpb@hekimian.com>
17191 To: perl5-porters@perl.org
17192 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
17193 Date: 12 Feb 1999 11:25:21 -0500
17194 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
17196 Make the pthreads joinable constant scan to output to fd 4, not 2.
17199 ____________________________________________________________________________
17200 [ 2964] By: gsar on 1999/02/17 21:30:07
17201 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17202 Date: Wed, 17 Feb 1999 06:53:13 -0700
17203 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
17204 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
17206 ! lib/Pod/Functions.pm
17207 ____________________________________________________________________________
17208 [ 2963] By: gsar on 1999/02/17 21:18:21
17209 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
17210 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17211 Date: Wed, 17 Feb 1999 10:06:01 +0000
17212 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
17213 Subject: Re: [5.005_53] panic: pad_free curpad
17215 ! regcomp.c regexec.c t/op/misc.t
17216 ____________________________________________________________________________
17217 [ 2962] By: gsar on 1999/02/16 21:26:28
17220 ! t/lib/bigfloatpm.t
17221 ____________________________________________________________________________
17222 [ 2961] By: jhi on 1999/02/16 19:26:38
17223 Log: Integrate from mainperl.
17225 !> (integrate 37 files)
17226 ____________________________________________________________________________
17227 [ 2960] By: gsar on 1999/02/16 18:04:29
17228 Log: undo change#2465 (qw[] is a real list now)
17231 ____________________________________________________________________________
17232 [ 2959] By: gsar on 1999/02/16 07:09:33
17233 Log: this was 5.005_55
17241 ____________________________________________________________________________
17242 [ 2958] By: gsar on 1999/02/16 06:18:27
17243 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
17244 elide dups and non-dependents from Changes
17246 ! Changes pod/perlhist.pod
17247 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
17248 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
17249 !> pod/perlport.pod pp.c t/op/pack.t
17250 ____________________________________________________________________________
17251 [ 2957] By: gsar on 1999/02/16 04:09:47
17252 Log: propagate PERL_VERSION everywhere, add to pod
17254 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
17255 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
17256 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
17257 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
17258 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
17259 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
17260 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
17261 ! win32/config.gc win32/config.vc win32/config_sh.PL
17262 ! win32/win32.c x2p/a2py.c
17263 ____________________________________________________________________________
17264 [ 2955] By: jhi on 1999/02/15 16:15:03
17265 Log: The pack tests now better in C90 (after the packnative patches).
17268 ____________________________________________________________________________
17269 [ 2954] By: gsar on 1999/02/15 14:11:50
17270 Log: tweak Configure to follow new PERL_VERSION etc.
17272 ! Configure patchlevel.h pod/perlhist.pod
17273 ____________________________________________________________________________
17274 [ 2953] By: jhi on 1999/02/15 14:02:21
17275 Log: Integrate from mainperl.
17277 !> MANIFEST Porting/makerel
17278 ____________________________________________________________________________
17279 [ 2952] By: jhi on 1999/02/15 13:50:07
17280 Log: Enhance the packnative patch: use the packnative code
17281 only if required. Also added hefty testing (hopefully
17282 I didn't assume too much...). Tested on alpha, ix86, sparc.
17284 ! pod/perlfunc.pod pp.c t/op/pack.t
17285 ____________________________________________________________________________
17286 [ 2951] By: jhi on 1999/02/15 13:46:56
17287 Log: AVAILABILITY from 5.005_03-tobe, will of course
17288 require updating when 5.006 comes out.
17291 ____________________________________________________________________________
17292 [ 2949] By: gsar on 1999/02/15 13:28:51
17293 Log: will this be it for 5.005_55?
17295 ! MANIFEST Porting/makerel
17296 ____________________________________________________________________________
17297 [ 2948] By: jhi on 1999/02/15 13:23:52
17298 Log: Integrate from mainperl.
17300 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
17301 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
17302 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17303 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
17304 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
17305 !> win32/config.gc win32/config.vc win32/config_H.bc
17306 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
17307 ____________________________________________________________________________
17308 [ 2947] By: jhi on 1999/02/15 13:20:41
17309 Log: perlport.pod 1.39 from Chris.
17312 ____________________________________________________________________________
17313 [ 2946] By: jhi on 1999/02/15 13:09:58
17314 Log: Import Ultrix update, change #2864,
17316 From: Spider Boardman <spider@zk3.dec.com>
17317 To: perlbug@perl.com
17318 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17319 Date: Wed, 10 Feb 1999 23:33:31 -0500
17320 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17322 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17323 ____________________________________________________________________________
17324 [ 2945] By: jhi on 1999/02/15 13:04:50
17325 Log: OpenBSD sparc SHMLBA.
17327 ! ext/IPC/SysV/SysV.xs
17328 ____________________________________________________________________________
17329 [ 2944] By: gsar on 1999/02/15 12:09:52
17330 Log: update win32/config* stuff, Changes
17332 ! Changes win32/Makefile win32/config.bc win32/config.gc
17333 ! win32/config.vc win32/config_H.bc win32/config_H.gc
17334 ! win32/config_H.vc win32/makefile.mk
17335 ____________________________________________________________________________
17336 [ 2943] By: gsar on 1999/02/15 11:54:08
17337 Log: #include patchlevel.h by default, provide
17338 PERL_{REVISION,VERSION,SUBVERSION}
17340 ! patchlevel.h perl.h
17341 ____________________________________________________________________________
17342 [ 2942] By: gsar on 1999/02/15 10:26:59
17343 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
17346 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
17347 ____________________________________________________________________________
17348 [ 2941] By: gsar on 1999/02/15 10:24:37
17349 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
17350 Message-ID: <19990207002851.B9185@toldyouso.com>
17351 Message-ID: <19990207212152.A9765@toldyouso.com>
17352 Message-ID: <19990207212041.A9622@toldyouso.com>
17353 Message-ID: <19990207213127.A10244@toldyouso.com>
17354 Message-ID: <19990207212559.A9950@toldyouso.com>
17355 Message-ID: <19990207212842.A9994@toldyouso.com>
17356 Message-ID: <19990207212500.A9860@toldyouso.com>
17357 Message-ID: <19990207213013.A10105@toldyouso.com>
17359 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
17360 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17361 ! pod/perlmodlib.pod pod/perltoc.pod
17362 ____________________________________________________________________________
17363 [ 2940] By: gsar on 1999/02/15 10:07:08
17364 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
17365 of suggested patch)
17366 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
17367 Date: Mon, 08 Feb 1999 01:14:41 -0000
17368 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
17369 Subject: [PATCH 5.005_54] some pending C.pm stuff
17372 ____________________________________________________________________________
17373 [ 2939] By: jhi on 1999/02/15 08:40:18
17374 Log: Integrate from mainperl.
17376 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
17377 - lib/File/PathConvert.pm
17378 !> (integrate 81 files)
17379 ____________________________________________________________________________
17380 [ 2938] By: gsar on 1999/02/15 06:56:39
17381 Log: change#2839 was bogus, redo
17384 ____________________________________________________________________________
17385 [ 2937] By: gsar on 1999/02/15 06:38:15
17386 Log: support Win32::GetFullPathName() and Win32::SetLastError()
17387 From: jan.dubois@ibm.net (Jan Dubois)
17388 Date: Tue, 09 Feb 1999 22:27:31 +0100
17389 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
17390 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
17393 ____________________________________________________________________________
17394 [ 2936] By: gsar on 1999/02/15 06:26:39
17395 Log: support native integers, pack("L_",...) etc. (via private mail)
17396 From: Jarkko Hietaniemi <jhi@iki.fi>
17397 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
17398 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
17399 Subject: the "packnative" patch
17401 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
17402 ! t/lib/ipc_sysv.t t/op/pack.t
17403 ____________________________________________________________________________
17404 [ 2935] By: gsar on 1999/02/15 06:04:02
17405 Log: From: Michael G Schwern <schwern@pobox.com>
17406 Date: Tue, 9 Feb 1999 04:13:12 -0500
17407 Message-ID: <19990209041312.A15788@toldyouso.com>
17408 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
17411 ____________________________________________________________________________
17412 [ 2934] By: gsar on 1999/02/15 05:30:13
17413 Log: fix bugs in the handling of negative numbers, among other things
17414 From: Steven Knight <knight@theopera.baldmt.citilink.com>
17415 Date: Mon, 8 Feb 1999 01:16:24 -0600
17416 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
17417 Subject: Math::BigFloat and Math::BigInt
17419 + t/lib/bigfloat.t t/lib/bigfloatpm.t
17420 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
17422 ____________________________________________________________________________
17423 [ 2933] By: gsar on 1999/02/15 04:57:52
17424 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
17425 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
17426 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
17427 Subject: s2p incorrectly handles hold space commands
17430 ____________________________________________________________________________
17431 [ 2932] By: gsar on 1999/02/15 04:45:55
17432 Log: clarify what a "line" is
17434 ! pod/perlfunc.pod pod/perlvar.pod
17435 ____________________________________________________________________________
17436 [ 2931] By: gsar on 1999/02/15 04:23:29
17437 Log: backout change#2811 and add newer version based on File::Spec
17438 From: Barrie Slaymaker <rbs@telerama.com>
17439 Date: Thu, 11 Feb 1999 16:29:24 -0500
17440 Message-ID: <36C34BB4.A62090E0@telerama.com>
17441 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
17443 - lib/File/PathConvert.pm
17444 ! MANIFEST installhtml lib/Pod/Html.pm
17445 ____________________________________________________________________________
17446 [ 2930] By: gsar on 1999/02/15 04:16:25
17447 Log: From: Barrie Slaymaker <rbs@telerama.com>
17448 Date: Thu, 11 Feb 1999 19:39:48 -0500
17449 Message-ID: <36C37854.707D139@telerama.com>
17450 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
17452 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17453 ____________________________________________________________________________
17454 [ 2929] By: gsar on 1999/02/15 04:06:50
17455 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
17456 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
17457 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
17458 Subject: [PATCH]5.005_54 (DOC) fix many typos
17460 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
17461 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
17462 Subject: [PATCH]5.005_54 (DOC) typos
17464 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
17465 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
17466 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17467 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17468 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
17469 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
17470 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
17471 ! pod/perlvar.pod pod/perlxs.pod
17472 ____________________________________________________________________________
17473 [ 2928] By: gsar on 1999/02/15 03:39:53
17474 Log: allow the Carp routines to pass through exception objects
17477 ____________________________________________________________________________
17478 [ 2927] By: gsar on 1999/02/15 03:22:57
17479 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
17482 ____________________________________________________________________________
17483 [ 2926] By: gsar on 1999/02/15 03:19:39
17484 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
17485 have done that, but didn't)
17488 ____________________________________________________________________________
17489 [ 2925] By: gsar on 1999/02/15 03:17:01
17490 Log: integrate cfgperl changes into mainline
17493 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17494 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
17495 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
17496 !> vms/subconfigure.com
17497 ____________________________________________________________________________
17498 [ 2924] By: gsar on 1999/02/15 03:07:08
17499 Log: add const qualifier to most char* prototypes, handle ripple effect
17501 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
17502 ! universal.c util.c
17503 ____________________________________________________________________________
17504 [ 2923] By: gsar on 1999/02/15 01:04:30
17505 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17506 Date: Thu, 04 Feb 1999 02:37:31 +0000
17507 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
17508 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
17510 ! pp_ctl.c t/op/range.t
17511 ____________________________________________________________________________
17512 [ 2922] By: gsar on 1999/02/15 00:24:34
17513 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17514 Date: Sun, 31 Jan 1999 01:50:06 +0000
17515 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
17516 Subject: [PATCH 5.005_03t4] regexp flags bug
17518 ! regcomp.c t/op/re_tests
17519 ____________________________________________________________________________
17520 [ 2921] By: gsar on 1999/02/15 00:13:02
17521 Log: use New() et al., rather than safemalloc() et al.
17522 From: jan.dubois@ibm.net (Jan Dubois)
17523 Date: Fri, 29 Jan 1999 23:27:22 +0100
17524 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
17525 Subject: [PATCH _03-MT5] POSIX.xs memory API
17527 ! ext/POSIX/POSIX.xs
17528 ____________________________________________________________________________
17529 [ 2920] By: gsar on 1999/02/15 00:05:33
17530 Log: tweak READ() docs to mention $buffer must be altered by reference
17533 ____________________________________________________________________________
17534 [ 2919] By: gsar on 1999/02/14 23:50:39
17535 Log: applied suggested patch, with several language/readability tweaks
17536 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17537 Date: Fri, 29 Jan 1999 00:25:02 -0500
17538 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
17539 Subject: Re: [PATCH 5.005_*] Better parsing docs
17542 ____________________________________________________________________________
17543 [ 2918] By: gsar on 1999/02/14 23:20:42
17544 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
17545 of silently returning bogus values)
17546 From: Peter Chines <pchines@nhgri.nih.gov>
17547 Date: Wed, 27 Jan 1999 16:11:31 -0500
17548 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
17549 Subject: Time::Local
17551 ! lib/Time/Local.pm pod/perldelta.pod
17552 ____________________________________________________________________________
17553 [ 2917] By: gsar on 1999/02/14 11:21:43
17554 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17555 Date: Thu, 28 Jan 1999 10:02:20 -0500
17556 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
17557 Subject: Re: [PATCH 5.005_53] Better perldoc
17560 ____________________________________________________________________________
17561 [ 2916] By: gsar on 1999/02/14 10:59:38
17562 Log: back out change#2751, apply updated version
17563 From: jan.dubois@ibm.net (Jan Dubois)
17564 Date: Sat, 06 Feb 1999 01:06:29 +0100
17565 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
17566 Subject: [PATCH] Cleanup of File::Spec module
17568 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17569 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17570 ! lib/File/Spec/Win32.pm
17571 ____________________________________________________________________________
17572 [ 2915] By: gsar on 1999/02/14 10:48:01
17573 Log: tweak select() test
17575 ! pod/perlipc.pod t/op/fh.t
17576 ____________________________________________________________________________
17577 [ 2914] By: gsar on 1999/02/14 10:25:55
17578 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
17580 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
17581 ____________________________________________________________________________
17582 [ 2913] By: gsar on 1999/02/14 10:03:51
17583 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
17584 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
17585 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
17586 Subject: Re: SvOPV() or SvPV_nolen() or ...
17589 ____________________________________________________________________________
17590 [ 2912] By: gsar on 1999/02/14 09:57:29
17591 Log: provide SvPV_nolen(sv) to avoid use of PL_na
17592 From: jan.dubois@ibm.net (Jan Dubois)
17593 Date: Sun, 24 Jan 1999 02:45:32 +0100
17594 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
17595 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
17597 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
17599 ____________________________________________________________________________
17600 [ 2911] By: gsar on 1999/02/14 06:51:05
17601 Log: elide stray effluvium
17603 ! pod/perldelta.pod
17604 ____________________________________________________________________________
17605 [ 2910] By: gsar on 1999/02/14 05:51:56
17606 Log: slurping an empty file should return '' rather than undef, with
17607 commensurate effects on ARGV processing
17609 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
17610 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
17611 ____________________________________________________________________________
17612 [ 2909] By: gsar on 1999/02/14 00:02:11
17613 Log: perly_c.diff typo
17615 ! perly.c perly_c.diff vms/perly_c.vms
17616 ____________________________________________________________________________
17617 [ 2908] By: gsar on 1999/02/13 18:20:13
17618 Log: From: jan.dubois@ibm.net (Jan Dubois)
17619 Date: Sat, 13 Feb 1999 13:25:53 +0100
17620 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
17621 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
17623 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
17624 ____________________________________________________________________________
17625 [ 2907] By: jhi on 1999/02/13 15:07:26
17626 Log: Integrate from mainperl.
17628 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
17629 !> (integrate 150 files)
17630 ____________________________________________________________________________
17631 [ 2903] By: gsar on 1999/02/12 13:25:59
17632 Log: From: jan.dubois@ibm.net (Jan Dubois)
17633 Date: Sun, 24 Jan 1999 01:12:00 +0100
17634 Message-ID: <36b66479.62756298@smtp1.ibm.net>
17635 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
17637 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
17638 ! proto.h sv.c sv.h
17639 ____________________________________________________________________________
17640 [ 2902] By: gsar on 1999/02/12 12:55:11
17641 Log: script to generate ctags from etags
17642 From: Colin Kuskie <ckuskie@cadence.com>
17643 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
17644 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
17645 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
17648 ! Makefile.SH pod/perlfaq3.pod
17649 ____________________________________________________________________________
17650 [ 2901] By: gsar on 1999/02/12 12:40:17
17651 Log: allow boolean assign ops to be lvalues
17652 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17653 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
17654 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
17656 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17657 Date: Mon, 18 Jan 1999 10:04:00 +0000
17658 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
17659 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
17663 ____________________________________________________________________________
17664 [ 2899] By: jhi on 1999/02/12 12:03:48
17665 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
17667 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17668 ! config_h.SH hints/openbsd.sh
17669 ____________________________________________________________________________
17670 [ 2898] By: gsar on 1999/02/12 11:49:25
17671 Log: support win32_putenv()
17673 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
17674 ! win32/win32.c win32/win32iop.h
17675 ____________________________________________________________________________
17676 [ 2894] By: gsar on 1999/02/12 11:09:27
17677 Log: add missing hunk in change#2657
17680 ____________________________________________________________________________
17681 [ 2893] By: gsar on 1999/02/12 11:00:13
17682 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17683 Date: Tue, 19 Jan 1999 20:13:15 -0500
17684 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
17685 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
17687 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
17688 ! t/pragma/subs.t t/pragma/warning.t
17689 ____________________________________________________________________________
17690 [ 2892] By: gsar on 1999/02/12 10:44:38
17691 Log: update change#2670 to later version
17692 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17693 Date: Sun, 31 Jan 1999 16:16:14 +0000
17694 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
17695 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
17697 ! t/op/subst.t toke.c
17698 ____________________________________________________________________________
17699 [ 2891] By: gsar on 1999/02/12 10:31:17
17700 Log: make testsuite somewhat location independent
17703 ____________________________________________________________________________
17704 [ 2890] By: gsar on 1999/02/12 10:00:30
17705 Log: add $AutoLoader::VERSION
17707 ! lib/AutoLoader.pm
17708 ____________________________________________________________________________
17709 [ 2889] By: gsar on 1999/02/12 09:55:48
17710 Log: tweak PERL_STRICT_CR notes
17712 ! pod/perl5005delta.pod
17713 ____________________________________________________________________________
17714 [ 2888] By: gsar on 1999/02/12 09:41:45
17715 Log: add note about test-notty target
17718 ____________________________________________________________________________
17719 [ 2887] By: gsar on 1999/02/12 09:37:37
17720 Log: add perltodo.pod
17723 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
17725 ____________________________________________________________________________
17726 [ 2886] By: jhi on 1999/02/12 08:52:14
17727 Log: Integrate from mainperl.
17730 !> (integrate 30 files)
17731 ____________________________________________________________________________
17732 [ 2885] By: gsar on 1999/02/12 08:42:10
17733 Log: note how to find REG_INFTY limit
17736 ____________________________________________________________________________
17737 [ 2884] By: jhi on 1999/02/12 08:36:14
17738 Log: OpenBSD pthreads awareness, thanks to
17739 David Leonard <david.leonard@csee.uq.edu.au>
17740 Branch: maint-5.005/perl
17741 ! Configure hints/openbsd.sh
17742 ____________________________________________________________________________
17743 [ 2882] By: gsar on 1999/02/12 08:05:20
17744 Log: IO is maintained by p5p (per Graham Barr's wishes)
17746 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
17747 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
17748 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17749 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17750 ____________________________________________________________________________
17751 [ 2881] By: gsar on 1999/02/12 07:57:13
17755 ____________________________________________________________________________
17756 [ 2880] By: gsar on 1999/02/12 07:38:16
17757 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
17759 ! perl.c pod/perlrun.pod
17760 ____________________________________________________________________________
17761 [ 2879] By: gsar on 1999/02/12 05:39:29
17762 Log: fix ops that are not filehandle constructors to not create GV if it
17763 doesn't already exist (avoids leaks); extend semantics of defined()
17764 so that defined(*{$foo}) works (experimental)
17767 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
17768 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
17769 ____________________________________________________________________________
17770 [ 2877] By: jhi on 1999/02/11 20:44:00
17771 Log: From: Chris Nandor <pudge@pobox.com>
17772 To: perl5-porters@perl.org
17773 Subject: [PATCH] perlport.pod 1.39
17774 Date: Thu, 11 Feb 1999 12:28:35 -0500
17775 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
17778 ____________________________________________________________________________
17779 [ 2870] By: gsar on 1999/02/11 11:17:08
17780 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
17782 ! ext/IO/lib/IO/Pipe.pm
17783 ____________________________________________________________________________
17784 [ 2869] By: gsar on 1999/02/11 11:00:56
17785 Log: update win32/pod.mak
17788 ____________________________________________________________________________
17789 [ 2868] By: gsar on 1999/02/11 10:42:44
17790 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
17791 Date: Fri, 08 Jan 1999 14:36:53 +1100
17792 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
17793 Subject: Re: [Fwd: IO::Socket::connect and blocking]
17795 ! ext/IO/lib/IO/Socket.pm
17796 ____________________________________________________________________________
17797 [ 2867] By: gsar on 1999/02/11 09:43:03
17798 Log: av_extend() doc tweak from Jan Dubois
17801 ____________________________________________________________________________
17802 [ 2866] By: gsar on 1999/02/11 09:27:17
17803 Log: display full pathname of unreadable files
17806 ____________________________________________________________________________
17807 [ 2865] By: gsar on 1999/02/11 09:02:31
17808 Log: missing patch in change#2522
17811 ____________________________________________________________________________
17812 [ 2864] By: jhi on 1999/02/11 08:45:00
17813 Log: From: Spider Boardman <spider@zk3.dec.com>
17814 To: perlbug@perl.com
17815 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17816 Date: Wed, 10 Feb 1999 23:33:31 -0500
17817 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17818 Branch: maint-5.005/perl
17819 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17820 ____________________________________________________________________________
17821 [ 2862] By: gsar on 1999/02/11 08:14:34
17822 Log: integrate changes#2738,2740 from maint-5.005
17824 !> lib/ExtUtils/MakeMaker.pm
17825 ____________________________________________________________________________
17826 [ 2861] By: jhi on 1999/02/11 08:04:25
17827 Log: Integrate from mainperl.
17829 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
17830 !> t/op/range.t win32/config.gc
17831 ____________________________________________________________________________
17832 [ 2860] By: gsar on 1999/02/11 07:30:08
17833 Log: binmode() support for cygwin32 (suggested by Steven Morlock
17834 <newspost@morlock.net>)
17837 ____________________________________________________________________________
17838 [ 2859] By: gsar on 1999/02/11 07:14:21
17839 Log: update Changes
17842 !> pod/perl5005delta.pod
17843 ____________________________________________________________________________
17844 [ 2856] By: gsar on 1999/02/11 07:07:39
17845 Log: integrate perldelta changes from maint-5.005
17847 !> pod/perl5005delta.pod
17848 ____________________________________________________________________________
17849 [ 2855] By: gsar on 1999/02/11 06:31:50
17850 Log: applied suggested patch; added tests
17851 From: Adam Krolnik <adamk@gypsy.cyrix.com>
17852 Date: Sat, 12 Dec 98 15:30:18 -0600
17853 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
17854 Subject: Range operation doesn't handle IV_MAX
17856 ! pp_ctl.c t/op/range.t
17857 ____________________________________________________________________________
17858 [ 2854] By: gsar on 1999/02/11 05:00:55
17859 Log: compatibility fix: magic non-propagation in foreach implicit localization
17861 ! pp_ctl.c t/op/local.t win32/config.gc
17862 ____________________________________________________________________________
17863 [ 2852] By: gsar on 1999/02/10 23:17:49
17864 Log: fair warning about -Dusethreads
17865 Branch: maint-5.005/perl
17866 ! Configure INSTALL README.threads
17867 ____________________________________________________________________________
17868 [ 2847] By: jhi on 1999/02/09 19:13:28
17869 Log: Integrate from mainperl.
17871 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
17872 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
17873 ____________________________________________________________________________
17874 [ 2846] By: gsar on 1999/02/09 13:53:28
17875 Log: a modified version of suggested patch for pack template 'Z'; added docs
17876 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
17877 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
17878 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
17879 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
17881 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
17882 ____________________________________________________________________________
17883 [ 2845] By: gsar on 1999/02/09 00:03:26
17884 Log: clarify docs for change#2835
17886 ! pod/perldelta.pod pod/perlop.pod
17887 ____________________________________________________________________________
17888 [ 2844] By: gsar on 1999/02/08 23:40:57
17889 Log: addendum to change#2823
17890 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17891 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
17892 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
17893 Subject: [PATCH] Docs and tests for method-call syntax
17895 ! pod/perlobj.pod t/op/method.t
17896 ____________________________________________________________________________
17897 [ 2843] By: jhi on 1999/02/08 21:06:28
17898 Log: Ultrix mmap tidbit.
17900 ! hints/ultrix_4.sh
17901 ____________________________________________________________________________
17902 [ 2842] By: jhi on 1999/02/08 20:22:55
17903 Log: Integrate from mainperl.
17905 +> t/op/subst_wamp.t
17906 !> (integrate 35 files)
17907 ____________________________________________________________________________
17908 [ 2841] By: jhi on 1999/02/08 18:23:26
17909 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17910 To: Mailing list Perl5 <perl5-porters@perl.org>
17911 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17912 Date: Sun, 7 Feb 1999 17:25:22 -0500
17913 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17916 ! MANIFEST regcomp.c t/op/subst.t
17917 ____________________________________________________________________________
17918 [ 2840] By: jhi on 1999/02/08 18:16:54
17919 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17920 To: Mailing list Perl5 <perl5-porters@perl.org>
17921 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
17922 Date: Sun, 7 Feb 1999 17:00:10 -0500
17923 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
17925 ! pp_hot.c t/op/pat.t
17926 ____________________________________________________________________________
17927 [ 2839] By: jhi on 1999/02/08 17:25:30
17928 Log: A require was missing.
17931 ____________________________________________________________________________
17932 [ 2838] By: jhi on 1999/02/08 16:38:41
17933 Log: Bring in the change #2809 (the Configure part has been
17934 modified rather a lot since the #2809, though.)
17936 ! Configure utils/h2ph.PL
17937 ____________________________________________________________________________
17938 [ 2835] By: gsar on 1999/02/08 14:40:23
17939 Log: make qw() into a true list at compile time (slightly modified
17940 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
17942 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
17943 ____________________________________________________________________________
17944 [ 2834] By: gsar on 1999/02/08 13:23:16
17945 Log: make safesysmalloc() etc., always available; safemalloc() et al are
17946 now macros that point to the right malloc; fix various places in
17947 sources that need to always use safesysmalloc() et al
17949 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
17950 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
17951 ____________________________________________________________________________
17952 [ 2833] By: gsar on 1999/02/08 10:56:16
17953 Log: remove spurious #endif in last change
17956 ____________________________________________________________________________
17957 [ 2832] By: gsar on 1999/02/08 10:34:55
17958 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
17959 them ask for insanity (untested)
17961 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
17962 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
17963 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
17964 ____________________________________________________________________________
17965 [ 2831] By: jhi on 1999/02/08 08:33:33
17966 Log: Update vms/subconfigure.com along the lines of change #2829.
17968 ! vms/subconfigure.com
17969 ____________________________________________________________________________
17970 [ 2830] By: gsar on 1999/02/08 00:19:46
17971 Log: integrate cfgperl changes into mainline
17973 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
17974 +> lib/File/PathConvert.pm pod/perlthrtut.pod
17976 !> (integrate 93 files)
17977 ____________________________________________________________________________
17978 [ 2829] By: jhi on 1999/02/07 23:49:46
17979 Log: Configure update.
17981 Probe for mmap() et alia.
17982 The *cc*symbols patch (just Configure, no h2ph).
17984 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17985 ! config_h.SH perl.h
17986 ____________________________________________________________________________
17987 [ 2828] By: gsar on 1999/02/07 23:38:47
17988 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17989 Date: Sun, 7 Feb 1999 17:25:22 -0500
17990 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17991 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17993 + t/op/subst_amp.t t/op/subst_wamp.t
17994 ! MANIFEST regcomp.c t/op/subst.t
17995 ____________________________________________________________________________
17996 [ 2827] By: gsar on 1999/02/07 23:27:32
17997 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17998 Date: Sun, 7 Feb 1999 17:00:10 -0500
17999 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
18000 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
18002 ! pp_hot.c t/op/pat.t
18003 ____________________________________________________________________________
18004 [ 2826] By: gsar on 1999/02/07 23:26:04
18005 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
18006 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18007 Date: Sun, 7 Feb 1999 15:07:27 -0500
18008 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
18009 Subject: Re: fixing memory leaks in REx compilation
18011 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
18013 ____________________________________________________________________________
18014 [ 2825] By: jhi on 1999/02/07 18:05:13
18015 Log: Integrate from mainperl.
18017 +> lib/DB.pm t/comp/bproto.t
18018 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
18019 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
18020 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
18021 !> toke.c vms/perly_c.vms
18022 ____________________________________________________________________________
18023 [ 2824] By: gsar on 1999/02/07 14:21:48
18024 Log: tweak doc on bitwise ops
18027 ____________________________________________________________________________
18028 [ 2823] By: gsar on 1999/02/07 13:38:31
18029 Log: applied suggested patch; regen perly* and vms/perly*
18030 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18031 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
18032 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
18033 Subject: [PATCH] Re: Suggestion for perlobj man page
18035 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
18036 ____________________________________________________________________________
18037 [ 2822] By: gsar on 1999/02/07 12:39:09
18038 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
18039 disabled, fails tests)
18042 ____________________________________________________________________________
18043 [ 2821] By: gsar on 1999/02/07 11:09:39
18044 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
18045 <Alexander.Barilo@aexp.com>)
18048 ____________________________________________________________________________
18049 [ 2820] By: gsar on 1999/02/07 10:20:35
18050 Log: add draft debugging API implementation
18054 ____________________________________________________________________________
18055 [ 2819] By: gsar on 1999/02/07 09:58:45
18056 Log: avoid garbage in db->dirbuf
18057 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
18058 Date: Sat, 05 Dec 1998 14:14:54 +0900
18059 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
18062 ! ext/SDBM_File/sdbm/sdbm.c
18063 ____________________________________________________________________________
18064 [ 2818] By: gsar on 1999/02/07 09:32:24
18068 ____________________________________________________________________________
18069 [ 2817] By: gsar on 1999/02/07 09:30:47
18070 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
18073 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
18074 ____________________________________________________________________________
18075 [ 2816] By: gsar on 1999/02/06 00:14:29
18076 Log: minor bug in dumping blessed subrefs
18078 ! ext/Data/Dumper/Dumper.pm
18079 ____________________________________________________________________________
18080 [ 2812] By: jhi on 1999/02/03 22:02:24
18081 Log: Enhance change #2808.
18083 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18084 To: perl5-porters@perl.org
18085 Subject: Re: [PATCH 5.00*]: perlbug checklist
18086 Date: Wed, 3 Feb 1999 19:02:27 +0000
18087 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
18090 ____________________________________________________________________________
18091 [ 2811] By: jhi on 1999/02/03 21:53:23
18092 Log: From: Barrie Slaymaker <rbs@telerama.com>
18093 To: perl5-porters@perl.org
18094 CC: pod-people@perl.org
18095 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
18096 Date: Wed, 03 Feb 1999 10:34:18 -0500
18097 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
18099 Add File::PathConvert.pm.
18100 Fix Pod::Html and installhtml to understand relative urls.
18102 + lib/File/PathConvert.pm
18103 ! MANIFEST installhtml lib/Pod/Html.pm
18104 ____________________________________________________________________________
18105 [ 2810] By: jhi on 1999/02/03 20:25:10
18106 Log: From: Francois Desarmenien <desar@club-internet.fr>
18107 To: Mailing list Perl5 <perl5-porters@perl.org>
18108 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
18109 Date: Wed, 03 Feb 1999 13:13:24 +0000
18110 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
18112 (note: this patch completely overrides Tom Wolfe's patch,
18115 + ext/GDBM_File/hints/sco.pl
18116 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
18117 ____________________________________________________________________________
18118 [ 2809] By: jhi on 1999/02/03 19:54:16
18119 Log: h2ph fixes + Configure patch to support them.
18121 From: "Kurt D. Starsinic" <kstar@chapin.edu>
18122 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
18123 Gurusamy Sarathy <gsar@engin.umich.edu>
18124 Cc: perl5-porters@perl.org
18125 Subject: [PATCH 5.00503_MT5] h2ph.PL
18126 Date: Tue, 2 Feb 1999 19:48:06 -0500
18127 Message-ID: <19990202194806.E10647@O2.chapin.edu>
18128 Branch: maint-5.005/perl
18129 ! Configure utils/h2ph.PL
18130 ____________________________________________________________________________
18131 [ 2808] By: jhi on 1999/02/03 16:59:55
18132 Log: Enhance the perlbug checklist.
18135 ____________________________________________________________________________
18136 [ 2807] By: jhi on 1999/02/03 14:01:37
18137 Log: Document the standard strftime %formats.
18139 From: Dominic Dunlop <domo@vo.lu>
18140 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
18141 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
18142 Date: Tue, 2 Feb 1999 15:55:29 +0100
18143 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
18145 ! ext/POSIX/POSIX.pod
18146 ____________________________________________________________________________
18147 [ 2806] By: jhi on 1999/02/03 13:58:00
18148 Log: Integrate from mainperl.
18151 ____________________________________________________________________________
18152 [ 2805] By: gsar on 1999/02/03 03:32:31
18153 Log: PL_uuemap[] init needs help for sizeof()
18156 ____________________________________________________________________________
18157 [ 2804] By: jhi on 1999/02/02 20:44:30
18158 Log: These should've been already in #2803.
18160 ! Configure config_h.SH vms/subconfigure.com
18161 ____________________________________________________________________________
18162 [ 2803] By: jhi on 1999/02/02 20:38:45
18163 Log: telldir prototype issue, from mists of time...
18165 ! hints/netbsd.sh pp_sys.c
18166 ____________________________________________________________________________
18167 [ 2801] By: jhi on 1999/02/02 17:40:14
18168 Log: From: John Bley <jbb6@acpub.duke.edu>
18169 To: perlbug@perl.org
18170 Subject: [PATCH]5.005_54 (DOC) fix minor typos
18171 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
18172 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
18175 ____________________________________________________________________________
18176 [ 2800] By: jhi on 1999/02/02 17:26:49
18177 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
18180 ____________________________________________________________________________
18181 [ 2799] By: jhi on 1999/02/02 17:18:51
18182 Log: Update FindBin from maint-5.005.
18185 ____________________________________________________________________________
18186 [ 2798] By: jhi on 1999/02/02 17:16:07
18187 Log: Fix typecasts in #2797
18189 From: "G. Del Merritt" <del@intranetics.com>
18190 Date: Fri, 29 Jan 1999 11:47:25 -0700
18191 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
18192 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
18194 ! ext/POSIX/POSIX.xs
18195 ____________________________________________________________________________
18196 [ 2797] By: jhi on 1999/02/02 17:14:37
18197 Log: From: Ted Law <tedlaw@cibcwg.com>
18198 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
18199 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
18200 Subject: POSIX::strftime buffer overflow problem
18202 ! ext/POSIX/POSIX.xs
18203 ____________________________________________________________________________
18204 [ 2796] By: jhi on 1999/02/02 17:13:23
18205 Log: Do not use File::Slurp.
18208 ____________________________________________________________________________
18209 [ 2795] By: jhi on 1999/02/02 17:11:48
18210 Log: perlhist update from maint-5.005.
18213 ____________________________________________________________________________
18214 [ 2794] By: jhi on 1999/02/02 17:10:33
18215 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
18217 ! ext/POSIX/POSIX.pm
18218 ____________________________________________________________________________
18219 [ 2793] By: jhi on 1999/02/02 17:08:39
18220 Log: Missed the html test from change #2787.
18223 ____________________________________________________________________________
18224 [ 2792] By: jhi on 1999/02/02 17:01:24
18225 Log: Update Getopt::Long to 2.19.
18227 ! lib/Getopt/Long.pm
18228 ____________________________________________________________________________
18229 [ 2791] By: jhi on 1999/02/02 16:59:13
18230 Log: overload syntax is no longer experimental
18233 ____________________________________________________________________________
18234 [ 2789] By: jhi on 1999/02/02 16:47:50
18235 Log: Still doc fixes.
18237 ! lib/diagnostics.pm
18238 ____________________________________________________________________________
18239 [ 2788] By: jhi on 1999/02/02 16:47:07
18242 ! lib/CGI.pm lib/diagnostics.pm
18243 ____________________________________________________________________________
18244 [ 2787] By: jhi on 1999/02/02 16:38:55
18245 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
18248 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
18249 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
18250 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
18251 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
18252 ! eg/cgi/frameset.cgi eg/cgi/index.html
18253 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
18254 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
18255 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
18256 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
18257 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
18258 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
18259 ____________________________________________________________________________
18260 [ 2786] By: jhi on 1999/02/02 16:17:52
18261 Log: Update CPAN to 1.47.
18263 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18264 ____________________________________________________________________________
18265 [ 2785] By: jhi on 1999/02/02 16:09:03
18266 Log: From: Mark-Jason Dominus <mjd@plover.com>
18267 Date: Sat, 16 Jan 1999 17:22:06 -0500
18268 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
18269 Message-ID: <19990116222206.3674.qmail@plover.com>
18272 ____________________________________________________________________________
18273 [ 2784] By: jhi on 1999/02/02 16:01:31
18274 Log: Fix incorrect "used only once" warnings
18276 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18277 Date: Fri, 8 Jan 1999 04:37:10 -0500
18278 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
18279 Subject: Re: change#965 flakiness
18282 ____________________________________________________________________________
18283 [ 2783] By: jhi on 1999/02/02 15:50:38
18284 Log: perldelta updates.
18286 ! pod/perldelta.pod
18287 ____________________________________________________________________________
18288 [ 2782] By: jhi on 1999/02/02 14:28:26
18289 Log: Mirror change #2781.
18292 ____________________________________________________________________________
18293 [ 2781] By: jhi on 1999/02/02 14:27:01
18294 Log: Update the MkLinux note.
18295 Branch: maint-5.005/perl
18297 ____________________________________________________________________________
18298 [ 2780] By: jhi on 1999/02/02 14:10:59
18302 ____________________________________________________________________________
18303 [ 2779] By: jhi on 1999/02/02 14:00:25
18304 Log: Integrate from mainperl.
18306 ! t/lib/textfill.t t/lib/textwrap.t
18307 !> (integrate 32 files)
18308 ____________________________________________________________________________
18309 [ 2778] By: jhi on 1999/02/02 13:56:23
18310 Log: VMS update, applicable parts of
18312 From: Dan Sugalski <sugalskd@osshe.edu>
18313 To: perl5-porters@perl.org
18314 Subject: [PATCH 5.005_03MT3]VMS configure tweak
18315 Date: Wed, 20 Jan 1999 12:05:18 -0800
18316 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18318 From: Dan Sugalski <sugalskd@osshe.edu>
18319 To: perlbug@perl.com, vmsperl@perl.org
18320 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
18321 Date: Tue, 26 Jan 1999 14:40:38 -0800
18322 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
18324 From: Dan Sugalski <sugalskd@osshe.edu>
18325 To: perl5-porters@perl.org, vmsperl@perl.org
18326 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
18327 Date: Tue, 26 Jan 1999 14:55:29 -0800
18328 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
18330 ! vms/ext/Stdio/test.pl vms/subconfigure.com
18331 ____________________________________________________________________________
18332 [ 2777] By: jhi on 1999/02/02 13:43:24
18333 Log: Synch usethreads parts from maint-5.005.
18335 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
18336 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18337 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
18338 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
18339 ____________________________________________________________________________
18340 [ 2776] By: jhi on 1999/02/02 13:17:16
18341 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
18343 ! Makefile.SH hints/freebsd.sh
18344 ____________________________________________________________________________
18345 [ 2774] By: jhi on 1999/02/02 13:10:39
18346 Log: Add perlthrtut, update pod/* machinery.
18347 (a pod/Makefile.SH is sorely needed)
18349 + pod/perlthrtut.pod
18350 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
18351 ____________________________________________________________________________
18352 [ 2773] By: jhi on 1999/02/02 12:54:24
18353 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18354 To: perl5-porters@perl.org
18355 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
18356 Date: Tue, 26 Jan 1999 22:25:07 +0000
18357 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
18360 ____________________________________________________________________________
18361 [ 2771] By: jhi on 1999/02/02 12:47:34
18362 Log: Use perlbug instead of personal email address.
18365 ____________________________________________________________________________
18366 [ 2770] By: jhi on 1999/02/02 12:42:06
18367 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18369 From: "G. Del Merritt" <del@intranetics.com>
18370 To: perlbug@perl.com
18371 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18372 Date: Tue, 26 Jan 1999 12:09:09 -0700
18373 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18376 ____________________________________________________________________________
18377 [ 2769] By: jhi on 1999/02/02 12:37:57
18378 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18379 To: Mailing list Perl5 <perl5-porters@perl.org>
18380 Subject: [PATCH 5.005_*] OS/2 threads
18381 Date: Tue, 26 Jan 1999 13:39:46 -0500
18382 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
18385 ____________________________________________________________________________
18386 [ 2768] By: jhi on 1999/02/02 12:36:16
18387 Log: Apply change #2711 from maint-5.005:
18389 make ok", "make okfile", and "make nok" were broken
18390 with -Duseshrplib, because of a shared typo.
18392 From: Spider Boardman <spider@web.zk3.dec.com>
18393 To: perlbug@perl.com
18394 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18395 Date: Wed, 27 Jan 1999 12:27:15 -0500
18396 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18399 ____________________________________________________________________________
18400 [ 2766] By: jhi on 1999/02/02 12:27:08
18401 Log: Make Configure use "int main()" instead of bare "main()".
18402 Like maint-5.005 change #2703 but now via metaconfig.
18405 ____________________________________________________________________________
18406 [ 2765] By: jhi on 1999/02/02 11:59:30
18407 Log: Undo part of change #2562.
18410 ____________________________________________________________________________
18411 [ 2764] By: jhi on 1999/02/02 11:52:39
18412 Log: NetBSD synch with maint-5.005.
18414 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18415 ____________________________________________________________________________
18416 [ 2763] By: jhi on 1999/02/02 11:44:07
18417 Log: $Config{installusrbinperl}
18418 (maint-5.005 changes #2614 and #2709)
18420 ! Configure installperl
18421 ____________________________________________________________________________
18422 [ 2762] By: jhi on 1999/02/02 11:29:13
18423 Log: Errno update from maint-5.005 (changes #2583, #2710).
18425 ! Configure ext/Errno/Errno_pm.PL
18426 ____________________________________________________________________________
18427 [ 2759] By: jhi on 1999/02/02 10:53:20
18428 Log: Update Trig.pm from maint-5.005.
18431 ____________________________________________________________________________
18432 [ 2757] By: jhi on 1999/02/02 10:41:26
18433 Log: MPE/iX update (mirror maint-5.005 change #2715)
18435 ! hints/mpeix.sh mpeix/relink
18436 ____________________________________________________________________________
18437 [ 2756] By: jhi on 1999/02/02 10:38:08
18438 Log: BeOS update (Mirror maint-5.005 change #2727).
18440 + ext/DynaLoader/dl_beos.xs
18441 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18442 ! lib/ExtUtils/MM_Unix.pm
18443 ____________________________________________________________________________
18444 [ 2754] By: gsar on 1999/02/02 08:52:13
18445 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
18447 ! Porting/pumpkin.pod Todo Todo-5.005
18448 ____________________________________________________________________________
18449 [ 2753] By: gsar on 1999/02/02 08:46:21
18453 ____________________________________________________________________________
18454 [ 2752] By: jhi on 1999/02/01 22:15:12
18455 Log: Add perlthrtut.pod.
18457 From: Dan Sugalski <sugalskd@osshe.edu>
18458 To: perl5-porters@perl.org
18459 Subject: perlthrtut.pod
18460 Date: Mon, 01 Feb 1999 10:57:11 -0800
18461 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
18462 Branch: maint-5.005/perl
18463 + pod/perlthrtut.pod
18464 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
18466 ____________________________________________________________________________
18467 [ 2751] By: gsar on 1999/02/01 07:28:05
18468 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
18470 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18471 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18472 ____________________________________________________________________________
18473 [ 2750] By: gsar on 1999/02/01 07:09:20
18474 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18475 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
18476 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
18477 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
18480 ____________________________________________________________________________
18481 [ 2749] By: gsar on 1999/02/01 07:07:59
18482 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18483 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
18484 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
18485 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
18488 ____________________________________________________________________________
18489 [ 2748] By: gsar on 1999/02/01 06:47:06
18490 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
18491 Date: Thu, 3 Dec 1998 15:10:17 -0500
18492 Message-Id: <199812032010.PAA09692@jik.shore.net>
18493 Subject: sample checksum code in "perlfunc" man page is wrong
18496 ____________________________________________________________________________
18497 [ 2747] By: gsar on 1999/02/01 06:35:13
18498 Log: typos in Pod/Text.pm
18499 From: "Greg Chapman" <glc@well.com>
18500 Date: Tue, 1 Dec 1998 10:50:18 -0800
18501 Message-Id: <199812011849.KAA08816@smtp.well.com>
18502 Subject: Glitch in Pod::Text
18505 ____________________________________________________________________________
18506 [ 2746] By: gsar on 1999/02/01 06:27:35
18507 Log: various win32-ish changes merged from maint-5.005
18509 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
18510 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
18511 ! win32/Makefile win32/config.bc win32/config.vc
18512 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
18514 ____________________________________________________________________________
18515 [ 2745] By: gsar on 1999/02/01 04:51:54
18516 Log: integrate cfgperl changes into mainline
18518 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
18519 ____________________________________________________________________________
18520 [ 2744] By: gsar on 1999/02/01 04:31:09
18521 Log: improved diagnostic on syntax errors at EOL
18524 ____________________________________________________________________________
18525 [ 2743] By: gsar on 1999/02/01 03:59:13
18526 Log: don't attempt connect() to bogus IP addresses
18527 From: Graham Barr <gbarr@pobox.com>
18528 Date: Sun, 31 Jan 1999 21:50:45 CST
18529 Message-Id: <19990131215045.A633@pobox.com>
18531 ! t/lib/io_multihomed.t
18532 ____________________________________________________________________________
18533 [ 2742] By: gsar on 1999/02/01 03:08:58
18534 Log: update Changes
18536 ! Changes pod/perldelta.pod
18537 ____________________________________________________________________________
18538 [ 2740] By: gsar on 1999/02/01 02:43:07
18539 Log: CAPI inheritance tweak and doc
18540 Branch: maint-5.005/perl
18541 ! lib/ExtUtils/MakeMaker.pm
18542 ____________________________________________________________________________
18543 [ 2739] By: jhi on 1999/01/31 18:31:54
18544 Log: Undo changes #2730 and #2731 and replace them
18545 with an extensively tested patch from
18546 Anton Berezin <tobez@plab.ku.dk> (via private email).
18547 Branch: maint-5.005/perl
18548 ! Makefile.SH hints/freebsd.sh
18549 ____________________________________________________________________________
18550 [ 2738] By: gsar on 1999/01/31 05:04:32
18551 Log: fix bogus CAPI inheritance from change#2541
18552 Branch: maint-5.005/perl
18553 ! lib/ExtUtils/MakeMaker.pm
18554 ____________________________________________________________________________
18555 [ 2731] By: jhi on 1999/01/29 14:33:12
18556 Log: FreeBSD version numbers can be like "2.2.8-release".
18557 Branch: maint-5.005/perl
18559 ____________________________________________________________________________
18560 [ 2730] By: jhi on 1999/01/29 12:40:38
18561 Log: FreeBSD hints iteration (hopefully convergent).
18562 usethreads: require at least FreeBSD 2.2.8.
18563 signal type: mirror change #2429 in cfgperl.
18564 Branch: maint-5.005/perl
18566 ____________________________________________________________________________
18567 [ 2727] By: gbarr on 1999/01/29 04:09:57
18568 Log: From: Tom Spindler <dogcow@isi.net>
18569 Date: Thu, 28 Jan 1999 17:15:11 -0800
18570 Message-ID: <19990128171510.A11778@isi.net>
18571 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
18572 Branch: maint-5.005/perl
18573 + ext/DynaLoader/dl_beos.xs
18574 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18575 ! lib/ExtUtils/MM_Unix.pm
18576 ____________________________________________________________________________
18577 [ 2726] By: gbarr on 1999/01/29 03:30:51
18578 Log: Remove use of File::Slurp in t/lib/textfill.t
18579 Branch: maint-5.005/perl
18581 ____________________________________________________________________________
18582 [ 2725] By: gbarr on 1999/01/29 03:11:41
18583 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
18584 Date: Wed, 27 Jan 1999 23:14:33 -0800
18585 Message-Id: <199901280714.XAA10176@activestate.com>
18586 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
18587 Branch: maint-5.005/perl
18588 ! win32/Makefile win32/makefile.mk
18589 ____________________________________________________________________________
18590 [ 2720] By: gsar on 1999/01/27 21:54:42
18591 Log: missing space while munging CCFLAGS for PERL_CAPI
18593 ! lib/ExtUtils/MM_Unix.pm
18594 ____________________________________________________________________________
18595 [ 2718] By: jhi on 1999/01/27 19:46:04
18596 Log: io/fs.t fails test #18 (sense of tests appears to have been
18597 changed incompletely; this patch just skips the test attached,
18598 a la test #17 preceding it).
18600 From: "G. Del Merritt" <del@intranetics.com>
18601 To: perlbug@perl.com
18602 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18603 Date: Tue, 26 Jan 1999 12:09:09 -0700
18604 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18605 Branch: maint-5.005/perl
18607 ____________________________________________________________________________
18608 [ 2717] By: jhi on 1999/01/27 19:44:46
18609 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18611 From: "G. Del Merritt" <del@intranetics.com>
18612 To: perlbug@perl.com
18613 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18614 Date: Tue, 26 Jan 1999 12:09:09 -0700
18615 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18616 Branch: maint-5.005/perl
18618 ____________________________________________________________________________
18619 [ 2715] By: jhi on 1999/01/27 19:34:28
18620 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18621 To: perl5-porters@perl.org
18622 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
18623 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
18624 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
18625 Branch: maint-5.005/perl
18626 ! hints/mpeix.sh mpeix/relink
18627 ____________________________________________________________________________
18628 [ 2710] By: jhi on 1999/01/27 19:22:23
18631 From: Spider Boardman <spider@web.zk3.dec.com>
18632 To: perlbug@perl.com
18633 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18634 Date: Wed, 27 Jan 1999 12:27:15 -0500
18635 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18637 From: Spider Boardman <spider@web.zk3.dec.com>
18638 To: perlbug@perl.com
18639 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18640 Date: Wed, 27 Jan 1999 13:31:16 -0500
18641 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
18642 Branch: maint-5.005/perl
18643 ! Configure ext/Errno/Errno_pm.PL
18644 ____________________________________________________________________________
18645 [ 2709] By: jhi on 1999/01/27 19:17:35
18646 Log: Fix Configure installusrbinperl:
18648 From: Spider Boardman <spider@web.zk3.dec.com>
18650 cc: perl5-porters@perl.org
18651 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18652 Date: Wed, 27 Jan 1999 13:03:35 -0500
18653 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
18654 Branch: maint-5.005/perl
18656 ____________________________________________________________________________
18657 [ 2707] By: gbarr on 1999/01/26 02:06:17
18658 Log: Add redef IO::Handle::* for setv?buf()
18659 Branch: maint-5.005/perl
18660 ! ext/POSIX/POSIX.pm
18661 ____________________________________________________________________________
18662 [ 2705] By: jhi on 1999/01/24 15:14:30
18663 Log: Mention year-1900 and month 0..11.
18665 ! lib/Time/Local.pm
18666 ____________________________________________________________________________
18667 [ 2704] By: jhi on 1999/01/24 15:13:36
18668 Log: Document Configure -Uinstallusrbinperl.
18670 ! INSTALL pod/perldelta.pod
18671 ____________________________________________________________________________
18672 [ 2698] By: jhi on 1999/01/24 12:46:00
18673 Log: Use only xlc_r for usethreads.
18676 ____________________________________________________________________________
18677 [ 2695] By: gsar on 1999/01/24 07:09:05
18678 Log: integrate cfgperl changes into mainline
18680 +> lib/Exporter/Heavy.pm
18681 !> (integrate 65 files)
18682 ____________________________________________________________________________
18683 [ 2694] By: gsar on 1999/01/24 01:28:49
18684 Log: better notes on 'make' on win32
18687 ____________________________________________________________________________
18688 [ 2683] By: jhi on 1999/01/22 15:41:00
18689 Log: More de-cut-and-pastos.
18691 ! hints/irix_6.sh hints/os2.sh
18692 ____________________________________________________________________________
18693 [ 2682] By: jhi on 1999/01/22 15:30:51
18694 Log: usethreads.cbu cut-and-pasto.
18696 ! hints/solaris_2.sh
18697 ____________________________________________________________________________
18698 [ 2681] By: jhi on 1999/01/22 14:54:55
18699 Log: Better (I hope) LANGUAGE documentation.
18701 ! pod/perllocale.pod
18702 ____________________________________________________________________________
18703 [ 2680] By: jhi on 1999/01/22 09:20:29
18704 Log: From: Dan Sugalski <sugalskd@osshe.edu>
18705 To: perl5-porters@perl.org
18706 Subject: [PATCH 5.005_03MT3]VMS configure tweak
18707 Date: Wed, 20 Jan 1999 12:05:18 -0800
18708 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18710 ! vms/subconfigure.com
18711 ____________________________________________________________________________
18712 [ 2679] By: jhi on 1999/01/22 09:13:18
18713 Log: nosuid getmntent() branch.
18716 ____________________________________________________________________________
18717 [ 2678] By: jhi on 1999/01/22 08:54:19
18718 Log: nosuid patch continued: *BSD needs <sys/param.h>.
18720 ! Configure config_h.SH
18721 ____________________________________________________________________________
18722 [ 2676] By: gbarr on 1999/01/22 01:54:02
18723 Log: Fixup FindBin to use File::Spec
18725 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
18726 Date: Wed, 20 Jan 1999 18:51:57 +0000
18727 From: Paul Johnson <pjcj@transeda.com>
18728 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
18729 Branch: maint-5.005/perl
18731 ____________________________________________________________________________
18732 [ 2671] By: gbarr on 1999/01/22 00:40:13
18733 Log: Fix win32 for Borland compiler and spaces in paths
18735 From: Gurusamy Sarathy <gsar@activestate.com>
18736 Date: Mon, 18 Jan 1999 20:33:17 -0800
18737 Message-Id: <199901190433.UAA03656@activestate.com>
18738 Subject: [PATCH] 5.005_03-trial3 win32 issues
18739 Branch: maint-5.005/perl
18740 ! README.win32 win32/Makefile win32/config_sh.PL
18741 ! win32/makefile.mk win32/runperl.c
18742 ____________________________________________________________________________
18743 [ 2670] By: jhi on 1999/01/21 16:12:38
18744 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18745 To: perl5-porters@perl.org
18746 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
18747 Date: Thu, 21 Jan 1999 12:08:01 +0000
18748 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
18750 ! pod/perldiag.pod t/op/subst.t toke.c
18751 ____________________________________________________________________________
18752 [ 2669] By: jhi on 1999/01/21 16:11:46
18753 Log: To: perl5-porters@perl.org
18754 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
18755 From: Anton Berezin <tobez@plab.ku.dk>
18756 Date: 21 Jan 1999 17:07:28 +0100
18757 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
18760 ____________________________________________________________________________
18761 [ 2668] By: jhi on 1999/01/21 15:38:34
18762 Log: Add Daniel Grisinger <dgris@dimensional.com>.
18765 ____________________________________________________________________________
18766 [ 2667] By: jhi on 1999/01/21 15:32:28
18767 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18768 To: Mailing list Perl5 <perl5-porters@perl.org>
18769 Subject: [PATCH 5.005_53] Lean Exporter.pm
18770 Date: Thu, 21 Jan 1999 03:25:23 -0500
18771 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
18773 + lib/Exporter/Heavy.pm
18774 ! MANIFEST lib/Exporter.pm
18775 ____________________________________________________________________________
18776 [ 2666] By: jhi on 1999/01/21 15:24:10
18777 Log: From: "W. Phillip Moore" <wpm@ms.com>
18778 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
18779 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
18780 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
18781 Message-ID: <13988.46383.298992.97303@zappa>
18784 ____________________________________________________________________________
18785 [ 2665] By: jhi on 1999/01/21 15:20:48
18786 Log: CPAN update (CPAN-1.44_54) from Andreas and
18787 jumbo doc patch from Abigail.
18789 From: abigail@fnx.com
18790 To: perl5-porters@perl.org (Perl Porters)
18791 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
18792 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
18793 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
18795 From: abigail@fnx.com
18796 To: perl5-porters@perl.org (Perl Porters)
18797 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
18798 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
18799 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
18801 From: abigail@fnx.com
18802 To: perl5-porters@perl.org (Perl Porters)
18803 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
18804 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
18805 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
18807 From: abigail@fnx.com
18808 To: perl5-porters@perl.org (Perl Porters)
18809 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
18810 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
18811 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
18813 From: abigail@fnx.com
18814 To: perl5-porters@perl.org (Perl Porters)
18815 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
18816 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
18817 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
18819 From: abigail@fnx.com
18820 To: perl5-porters@perl.org (Perl Porters)
18821 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
18822 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
18823 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
18825 From: abigail@fnx.com
18826 To: perl5-porters@perl.org (Perl Porters)
18827 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
18828 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
18829 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
18831 From: abigail@fnx.com
18832 To: perl5-porters@perl.org (Perl Porters)
18833 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
18834 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
18835 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
18837 From: abigail@fnx.com
18838 To: perl5-porters@perl.org (Perl Porters)
18839 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
18840 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
18841 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
18843 From: abigail@fnx.com
18844 To: perl5-porters@perl.org (Perl Porters)
18845 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
18846 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
18847 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
18849 From: abigail@fnx.com
18850 To: perl5-porters@perl.org (Perl Porters)
18851 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
18852 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
18853 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
18855 From: abigail@fnx.com
18856 To: perl5-porters@perl.org (Perl Porters)
18857 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
18858 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
18859 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
18861 From: abigail@fnx.com
18862 To: perl5-porters@perl.org (Perl Porters)
18863 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
18864 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
18865 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
18867 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
18868 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18869 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
18870 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
18871 ____________________________________________________________________________
18872 [ 2664] By: jhi on 1999/01/21 14:47:43
18873 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18874 To: Mailing list Perl5 <perl5-porters@perl.org>
18875 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
18876 Date: Thu, 21 Jan 1999 03:58:29 -0500
18877 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
18879 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
18880 ____________________________________________________________________________
18881 [ 2663] By: jhi on 1999/01/21 14:43:58
18882 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18883 To: Mailing list Perl5 <perl5-porters@perl.org>
18884 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
18885 Date: Thu, 21 Jan 1999 02:46:34 -0500
18886 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
18888 ! ext/Errno/Errno_pm.PL
18889 ____________________________________________________________________________
18890 [ 2662] By: jhi on 1999/01/21 14:42:42
18891 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
18892 To: Francois Desarmenien <desar@club-internet.fr>
18893 Cc: Gurusamy Sarathy <gsar@activestate.com>,
18894 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
18895 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
18896 Date: 21 Jan 1999 00:17:35 -0700
18897 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
18899 ! Porting/patching.pod
18900 ____________________________________________________________________________
18901 [ 2661] By: jhi on 1999/01/21 14:41:13
18902 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18903 To: Mailing list Perl5 <perl5-porters@perl.org>
18904 Subject: [PATCH 5.00*] makedepend
18905 Date: Thu, 21 Jan 1999 02:08:27 -0500
18906 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
18909 ____________________________________________________________________________
18910 [ 2660] By: jhi on 1999/01/21 14:36:45
18911 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18912 To: Mailing list Perl5 <perl5-porters@perl.org>
18913 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
18914 Date: Tue, 19 Jan 1999 20:06:45 -0500
18915 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
18917 ! os2/Changes os2/os2.c
18918 ____________________________________________________________________________
18919 [ 2657] By: jhi on 1999/01/21 11:40:35
18920 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18921 To: perl5-porters@perl.org
18922 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
18923 Date: Mon, 18 Jan 1999 01:32:31 PST
18924 Message-ID: <19990118093231.18443.qmail@hotmail.com>
18927 ____________________________________________________________________________
18928 [ 2656] By: jhi on 1999/01/21 11:35:34
18929 Log: From: Achim Bohnet <ach@mpe.mpg.de>
18930 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
18931 Date: Wed, 20 Jan 1999 20:25:53 +0100
18932 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
18935 ____________________________________________________________________________
18936 [ 2655] By: jhi on 1999/01/21 10:46:01
18937 Log: Handle NIS (and NetInfo) more robustly.
18939 ! t/op/grent.t t/op/pwent.t
18940 ____________________________________________________________________________
18941 [ 2654] By: jhi on 1999/01/21 10:17:20
18942 Log: Two-argument eaccess() of SCO.
18945 ____________________________________________________________________________
18946 [ 2653] By: jhi on 1999/01/21 08:53:14
18947 Log: -DNO_NOSUID_CHECK for those platforms which have no way
18948 of checking for nosuid but still want suidperl.
18951 ____________________________________________________________________________
18952 [ 2652] By: jhi on 1999/01/21 08:22:50
18953 Log: The LANGUAGE mirrors LC_ALL usage.
18955 ! Configure config_h.SH
18956 ____________________________________________________________________________
18957 [ 2651] By: jhi on 1999/01/20 22:01:21
18958 Log: I_MNTENT was missing.
18960 ! Configure config_h.SH
18961 ____________________________________________________________________________
18962 [ 2650] By: jhi on 1999/01/19 13:42:03
18963 Log: NetBSD update, based on patches from the NetBSD packages system.
18965 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18966 ____________________________________________________________________________
18967 [ 2649] By: jhi on 1999/01/19 12:44:02
18968 Log: Jumbo Configure update.
18969 * -Uinstallusrbinperl: disable /usr/bin/perl installation
18975 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
18976 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
18977 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
18978 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
18979 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
18981 ____________________________________________________________________________
18982 [ 2648] By: jhi on 1999/01/19 09:16:44
18983 Log: Mention /usr/share/locale.
18985 ! pod/perllocale.pod
18986 ____________________________________________________________________________
18987 [ 2647] By: jhi on 1999/01/19 09:11:11
18988 Log: SHMLBA strikes back in NetBSD/sparc.
18990 From: Dave Nelson <David.Nelson@bellcow.com>
18992 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
18993 Date: Mon, 18 Jan 1999 22:07:56 -0600
18994 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
18996 ! ext/IPC/SysV/SysV.xs
18997 ____________________________________________________________________________
18998 [ 2646] By: jhi on 1999/01/19 08:58:17
18999 Log: Show LANGUAGE env var when needed. (Augment change #2645).
19001 ! util.c utils/perlbug.PL
19002 ____________________________________________________________________________
19003 [ 2645] By: jhi on 1999/01/19 08:52:15
19004 Log: Document the GNU LANGUAGE env var.
19006 ! pod/perllocale.pod
19007 ____________________________________________________________________________
19008 [ 2644] By: jhi on 1999/01/19 08:42:25
19009 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19010 To: Mailing list Perl5 <perl5-porters@perl.org>
19011 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
19012 Date: Mon, 18 Jan 1999 20:57:02 -0500
19013 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
19015 ! pp_hot.c t/op/pat.t
19016 ____________________________________________________________________________
19017 [ 2643] By: jhi on 1999/01/18 11:23:41
19018 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
19021 ____________________________________________________________________________
19022 [ 2642] By: jhi on 1999/01/18 11:03:38
19023 Log: GNU libc locale system has LANGUAGE env var that partly
19024 overrides even LC_ALL.
19026 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
19027 ____________________________________________________________________________
19028 [ 2641] By: jhi on 1999/01/18 10:55:04
19029 Log: Integrate from mainperl.
19031 +> ext/B/defsubs.h.PL
19033 !> (integrate 38 files)
19034 ____________________________________________________________________________
19035 [ 2640] By: gsar on 1999/01/18 10:06:29
19036 Log: a few random cleanups
19038 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
19039 ____________________________________________________________________________
19040 [ 2639] By: gsar on 1999/01/18 05:56:21
19041 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19042 Date: Sun, 17 Jan 1999 16:41:10 PST
19043 Message-Id: <19990118004111.29667.qmail@hotmail.com>
19044 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
19047 ____________________________________________________________________________
19048 [ 2638] By: gsar on 1999/01/18 05:41:21
19049 Log: From: jan.dubois@ibm.net (Jan Dubois)
19050 Date: Mon, 18 Jan 1999 00:37:41 +0100
19051 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
19052 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
19055 ____________________________________________________________________________
19056 [ 2633] By: gsar on 1999/01/17 13:39:59
19057 Log: bogus assert()
19059 ! pp.c t/op/groups.t
19060 ____________________________________________________________________________
19061 [ 2632] By: gsar on 1999/01/17 13:22:04
19062 Log: various tweaks for clean build and test on win32
19064 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
19065 ! op.c t/pragma/warn/doio
19066 ____________________________________________________________________________
19067 [ 2631] By: gsar on 1999/01/17 12:28:06
19068 Log: undo change#2336, and add clarification about subversive
19069 CPAN distributions from Andreas Koenig
19071 ! Porting/pumpkin.pod lib/CPAN.pm
19072 ____________________________________________________________________________
19073 [ 2630] By: gsar on 1999/01/17 12:04:06
19074 Log: fix silent taint failures under -U
19077 ____________________________________________________________________________
19078 [ 2629] By: gsar on 1999/01/17 12:00:23
19079 Log: sanity check piped opens (tweaked version of patch suggested
19080 by Mark-Jason Dominus)
19082 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
19083 ! t/op/taint.t t/pragma/warn/doio
19084 ____________________________________________________________________________
19085 [ 2628] By: gsar on 1999/01/17 11:26:21
19088 ! embed.h embedvar.h objXSUB.h
19089 ____________________________________________________________________________
19090 [ 2627] By: gsar on 1999/01/17 11:23:37
19091 Log: PERL_OBJECTness for change#2595
19093 ! embed.pl op.c pod/perlport.pod proto.h
19094 ____________________________________________________________________________
19095 [ 2626] By: gsar on 1999/01/17 09:47:07
19096 Log: PERL_OBJECT tweaks for change#2426
19098 ! embed.pl proto.h regcomp.c
19099 ____________________________________________________________________________
19100 [ 2625] By: gsar on 1999/01/17 09:37:58
19101 Log: documentation in change#2596 is not quite right; fix it
19103 ! lib/Math/BigFloat.pm pod/perlguts.pod
19104 ____________________________________________________________________________
19105 [ 2624] By: gsar on 1999/01/17 09:28:34
19106 Log: undo change#2571; C<use File::Spec> instead
19109 ____________________________________________________________________________
19110 [ 2623] By: gsar on 1999/01/17 09:20:42
19111 Log: change#2572 is not applicable; undo, retaining scan_bin addition
19114 ! global.sym perl.c proto.h
19115 ____________________________________________________________________________
19116 [ 2622] By: gsar on 1999/01/17 09:17:42
19117 Log: change#2576 is based on a wrong premise; undo it
19120 ____________________________________________________________________________
19121 [ 2621] By: gsar on 1999/01/17 09:12:42
19122 Log: fix change#2602 to not used hard coded constants
19124 ! ext/B/B/C.pm ext/B/defsubs.h.PL
19125 ____________________________________________________________________________
19126 [ 2620] By: gsar on 1999/01/17 09:02:07
19127 Log: integrate cfgperl changes into mainline, fix conflicts
19129 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
19130 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
19131 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
19132 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
19133 +> pod/perlopentut.pod
19134 !> (integrate 162 files)
19135 ____________________________________________________________________________
19136 [ 2619] By: gsar on 1999/01/17 08:42:04
19137 Log: a few doc typos
19139 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
19140 ____________________________________________________________________________
19141 [ 2616] By: gbarr on 1999/01/16 18:59:55
19142 Log: Win32 changes from Jan
19144 From: jan.dubois@ibm.net (Jan Dubois)
19145 Date: Fri, 15 Jan 1999 23:38:35 +0100
19146 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
19147 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
19149 From: jan.dubois@ibm.net (Jan Dubois)
19150 Date: Sat, 16 Jan 1999 13:02:45 +0100
19151 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
19152 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
19153 Branch: maint-5.005/perl
19154 ! README.win32 win32/Makefile win32/makefile.mk
19155 ____________________________________________________________________________
19156 [ 2615] By: gbarr on 1999/01/16 18:48:48
19157 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
19159 From: Gurusamy Sarathy <gsar@engin.umich.edu>
19160 Date: Thu, 07 Jan 1999 00:12:00 -0500
19161 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
19162 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19164 From: Gurusamy Sarathy <gsar@engin.umich.edu>
19165 Date: Thu, 14 Jan 1999 19:21:46 -0500
19166 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
19167 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19168 Branch: maint-5.005/perl
19169 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
19170 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
19171 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
19172 ! win32/makedef.pl win32/runperl.c win32/win32.c
19173 ____________________________________________________________________________
19174 [ 2614] By: gbarr on 1999/01/16 16:48:38
19175 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19176 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
19177 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
19178 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
19180 From: Jarkko Hietaniemi <jhi@iki.fi>
19181 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
19182 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
19183 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
19185 From: Jarkko Hietaniemi <jhi@iki.fi>
19186 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
19187 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
19188 Subject: the promised "installusrbinperl + NetBSD" fix
19189 Branch: maint-5.005/perl
19190 ! Configure Makefile.SH hints/netbsd.sh installperl
19191 ! makedepend.SH unixish.h
19192 ____________________________________________________________________________
19193 [ 2611] By: jhi on 1999/01/14 12:16:14
19194 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
19195 To: pumpkings@jhereg.perl.com
19196 Subject: perlopentut.pod
19197 Date: Sat, 09 Jan 1999 08:13:18 -0700
19198 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
19200 + pod/perlopentut.pod
19201 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
19202 ____________________________________________________________________________
19203 [ 2607] By: gbarr on 1999/01/14 02:53:40
19204 Log: Added Carp::cluck to perldelta.pod
19205 Branch: maint-5.005/perl
19206 ! pod/perldelta.pod
19207 ____________________________________________________________________________
19208 [ 2605] By: jhi on 1999/01/13 18:26:19
19209 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
19210 To: "'cpan@perl.org'" <cpan@perl.org>
19211 Subject: "Bug" fix for File::Find.pm
19212 Date: Thu, 31 Dec 1998 13:01:50 -0500
19213 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
19216 ____________________________________________________________________________
19217 [ 2604] By: jhi on 1999/01/13 18:08:45
19218 Log: From: Peter Wolfe <wolfe@teloseng.com>
19219 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
19220 To: perlbug@perl.com
19221 Date: 11 Jan 1999 23:00:05 +0200
19222 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
19225 ____________________________________________________________________________
19226 [ 2603] By: jhi on 1999/01/13 18:06:56
19227 Log: From: hans@icgroup.nl (Hans Mulder)
19228 Subject: [Patch for 5.005_54] re::debugcolors dumps core
19229 To: perlbug@perl.com
19230 Cc: hansmu@xs4all.nl
19231 Date: 11 Jan 1999 22:22:45 +0200
19232 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
19234 ! ext/re/re.pm regcomp.c
19235 ____________________________________________________________________________
19236 [ 2602] By: jhi on 1999/01/13 18:05:43
19237 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19238 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
19239 Date: 11 Jan 1999 08:02:41 +0200
19241 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
19243 ! ext/B/B.xs ext/B/B/C.pm
19244 ____________________________________________________________________________
19245 [ 2601] By: jhi on 1999/01/13 18:01:53
19246 Log: From: James FitzGibbon <james@ican.net>
19247 Subject: Trivial patch for HP-UX 11 and shared libperl
19248 To: perl5-porters@perl.org
19249 Date: 8 Jan 1999 19:13:23 +0200
19250 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
19253 ____________________________________________________________________________
19254 [ 2600] By: jhi on 1999/01/13 17:59:45
19255 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19256 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
19257 To: perl5-porters@perl.org
19258 Date: 8 Jan 1999 12:43:36 +0200
19259 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
19262 ____________________________________________________________________________
19263 [ 2599] By: jhi on 1999/01/13 17:50:11
19264 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
19265 Subject: PATCH to installperl
19266 To: perl5-porters@perl.org
19267 Date: 4 Jan 1999 16:15:18 +0200
19268 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
19271 ____________________________________________________________________________
19272 [ 2598] By: jhi on 1999/01/13 17:34:51
19273 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19274 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
19275 Cc: perl5-porters@perl.org
19276 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
19277 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
19278 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
19280 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19281 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
19282 ____________________________________________________________________________
19283 [ 2597] By: jhi on 1999/01/13 17:30:33
19284 Log: From: David Dyck <dcd@tc.fluke.com>
19285 To: Perl Porters <perl5-porters@perl.org>,
19286 Gurusamy Sarathy <gsar@engin.umich.edu>
19287 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
19288 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
19289 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
19292 ____________________________________________________________________________
19293 [ 2596] By: jhi on 1999/01/13 17:26:44
19294 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19295 To: perl5-porters@perl.org
19296 Subject: [PATCH] modglobal w/ spelling fixes
19297 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
19298 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
19301 ____________________________________________________________________________
19302 [ 2595] By: jhi on 1999/01/13 17:24:59
19303 Log: From: Hans Mulder <hansm@icgroup.nl>
19304 Optimize common sort routines. Thread started by the message
19306 From: Hans Mulder <hansm@icgroup.nl>
19307 Sender: owner-perl5-porters@perl.org
19308 To: perl5-porters@perl.org
19309 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
19310 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
19312 and the patch from the message
19314 From: Hans Mulder <hans@icgroup.nl>
19316 Cc: perl5-porters@perl.org
19317 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
19319 Date: Wed, 13 Jan 1999 17:39:35 +0100
19320 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
19322 ! Todo op.c op.h pp_ctl.c t/op/sort.t
19323 ____________________________________________________________________________
19324 [ 2594] By: jhi on 1999/01/13 16:50:17
19325 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
19326 (the diffs were based on 5.004_02). Tested by Guido
19327 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
19329 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
19330 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
19331 + mint/sys/time.h mint/time.h
19332 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
19333 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
19334 ____________________________________________________________________________
19335 [ 2593] By: jhi on 1999/01/09 16:54:26
19339 ____________________________________________________________________________
19340 [ 2592] By: jhi on 1999/01/09 16:17:13
19341 Log: Move usethreads and use64bits logic from hints to Configure.
19343 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
19344 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
19345 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19346 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19347 ____________________________________________________________________________
19348 [ 2591] By: jhi on 1999/01/09 14:45:24
19349 Log: Missing dTHRs added.
19352 ____________________________________________________________________________
19353 [ 2590] By: jhi on 1999/01/08 15:27:17
19354 Log: Finalize change #2589 and add better AIX nm scanning from:
19356 Message-Id: <m0zyNW0-00017VC@gentoo.com>
19357 From: bll@gentoo.com (Brad Lanam)
19358 Subject: Re: mailhelp returned a non-zero status
19359 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
19360 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
19362 ! Configure hints/freebsd.sh hints/linux.sh
19363 ____________________________________________________________________________
19364 [ 2589] By: jhi on 1999/01/08 15:14:54
19365 Log: Undo change #2581.
19367 ! Configure hints/freebsd.sh hints/linux.sh
19368 ____________________________________________________________________________
19369 [ 2588] By: jhi on 1999/01/08 11:51:52
19370 Log: FAQ jumbo patch from tchrist.
19372 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
19373 From: Tom Christiansen <tchrist@jhereg.perl.com>
19374 To: pumpkings@jhereg.perl.com
19375 Subject: newest version of perlfaq.pod
19376 Date: Thu, 7 Jan 1999 23:05:02 -0700
19378 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
19379 From: Tom Christiansen <tchrist@jhereg.perl.com>
19380 To: pumpkings@jhereg.perl.com
19381 Subject: newest version of perlfaq1.pod
19382 Date: Thu, 7 Jan 1999 23:05:02 -0700
19384 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
19385 From: Tom Christiansen <tchrist@jhereg.perl.com>
19386 To: pumpkings@jhereg.perl.com
19387 Subject: newest version of perlfaq2.pod
19388 Date: Thu, 7 Jan 1999 23:05:02 -0700
19390 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
19391 From: Tom Christiansen <tchrist@jhereg.perl.com>
19392 To: pumpkings@jhereg.perl.com
19393 Subject: newest version of perlfaq3.pod
19394 Date: Thu, 7 Jan 1999 23:05:02 -0700
19396 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
19397 From: Tom Christiansen <tchrist@jhereg.perl.com>
19398 To: pumpkings@jhereg.perl.com
19399 Subject: newest version of perlfaq4.pod
19400 Date: Thu, 7 Jan 1999 23:05:02 -0700
19402 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
19403 From: Tom Christiansen <tchrist@jhereg.perl.com>
19404 To: pumpkings@jhereg.perl.com
19405 Subject: newest version of perlfaq5.pod
19406 Date: Thu, 7 Jan 1999 23:05:02 -0700
19408 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
19409 From: Tom Christiansen <tchrist@jhereg.perl.com>
19410 To: pumpkings@jhereg.perl.com
19411 Subject: newest version of perlfaq6.pod
19412 Date: Thu, 7 Jan 1999 23:05:02 -0700
19414 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
19415 From: Tom Christiansen <tchrist@jhereg.perl.com>
19416 To: pumpkings@jhereg.perl.com
19417 Subject: newest version of perlfaq7.pod
19418 Date: Thu, 7 Jan 1999 23:05:03 -0700
19420 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
19421 From: Tom Christiansen <tchrist@jhereg.perl.com>
19422 To: pumpkings@jhereg.perl.com
19423 Subject: newest version of perlfaq8.pod
19424 Date: Thu, 7 Jan 1999 23:05:03 -0700
19426 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
19427 From: Tom Christiansen <tchrist@jhereg.perl.com>
19428 To: pumpkings@jhereg.perl.com
19429 Subject: newest version of perlfaq9.pod
19430 Date: Thu, 7 Jan 1999 23:05:03 -0700
19432 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19433 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19434 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19436 ____________________________________________________________________________
19437 [ 2587] By: jhi on 1999/01/08 11:17:43
19438 Log: More doc fixes from Abigail.
19440 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
19441 ! lib/User/pwent.pm
19442 ____________________________________________________________________________
19443 [ 2585] By: jhi on 1999/01/08 08:31:02
19444 Log: Change #2584 from maint-5.005:
19446 implemented Ilya's suggested fix, and added a testcase
19448 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19449 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
19450 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
19451 Subject: Re: Text::ParseWords: regex fix
19453 ! lib/Text/ParseWords.pm t/lib/parsewords.t
19454 ____________________________________________________________________________
19455 [ 2583] By: gbarr on 1999/01/08 04:50:03
19456 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19457 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
19458 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
19459 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
19460 Branch: maint-5.005/perl
19461 ! ext/Errno/Errno_pm.PL
19462 ____________________________________________________________________________
19463 [ 2581] By: jhi on 1999/01/07 16:38:03
19464 Log: Configure update:
19465 - usethreads, use64bits, and usemultiplicity
19466 are no more interactively asked by Configure
19467 - "int main()" (vs bare "main()") enforced in test programs
19469 ! Configure hints/freebsd.sh hints/linux.sh
19470 ____________________________________________________________________________
19471 [ 2580] By: jhi on 1999/01/07 11:19:12
19472 Log: From: Dan Sugalski <sugalskd@osshe.edu>
19473 Date: Wed, 06 Jan 1999 13:47:34 -0800
19474 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
19475 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
19478 ____________________________________________________________________________
19479 [ 2579] By: jhi on 1999/01/07 09:08:36
19480 Log: Another set of doc patches from Abigail
19482 From: abigail@fnx.com
19483 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
19484 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
19485 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
19487 From: abigail@fnx.com
19488 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
19489 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
19490 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
19492 From: abigail@fnx.com
19493 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
19494 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
19495 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
19497 From: abigail@fnx.com
19498 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
19499 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
19500 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
19502 From: abigail@fnx.com
19503 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
19504 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
19505 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
19507 From: abigail@fnx.com
19508 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
19509 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
19510 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
19512 From: abigail@fnx.com
19513 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
19514 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
19515 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
19517 From: abigail@fnx.com
19518 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
19519 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
19520 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
19522 From: abigail@fnx.com
19523 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
19524 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
19525 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
19527 From: abigail@fnx.com
19528 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
19529 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
19530 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
19532 From: abigail@fnx.com
19533 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
19534 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
19535 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
19537 From: abigail@fnx.com
19538 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
19539 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
19540 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
19542 From: abigail@fnx.com
19543 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
19544 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
19545 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
19547 From: abigail@fnx.com
19548 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
19549 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
19550 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
19552 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
19553 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
19554 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
19555 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
19556 ! lib/Tie/Array.pm lib/Tie/Hash.pm
19557 ____________________________________________________________________________
19558 [ 2576] By: jhi on 1999/01/06 17:05:20
19559 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
19562 ____________________________________________________________________________
19563 [ 2575] By: jhi on 1999/01/06 13:18:56
19564 Log: Enhance the great_circle_distance() documentation.
19567 ____________________________________________________________________________
19568 [ 2574] By: jhi on 1999/01/06 12:58:03
19569 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19570 To: perlbug@perl.com
19571 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
19572 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
19573 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
19576 ____________________________________________________________________________
19577 [ 2573] By: jhi on 1999/01/06 12:40:19
19578 Log: From: "W. Phillip Moore" <wpm@ms.com>
19579 To: perlbug@perl.org
19580 Subject: [PATCH] POSIX getpgrp is not -w clean
19581 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19582 Message-ID: <13970.20107.190314.549471@zappa>
19584 ! ext/POSIX/POSIX.pm
19585 ____________________________________________________________________________
19586 [ 2572] By: jhi on 1999/01/06 12:25:24
19588 From: jan.dubois@ibm.net (Jan Dubois)
19589 To: perl5-porters@perl.org
19590 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19591 Date: Wed, 06 Jan 1999 01:24:09 +0100
19592 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19594 - objXSUB.h was already okay
19595 - embed.h patching is futile, global.sym patched instead
19596 - objpp.h does not exist
19597 - proto.h addition applied manually
19598 - win32/GenCAPI.pl was already okay
19599 - win32/makedef.pl was already okay
19601 ! global.sym perl.c proto.h
19602 ____________________________________________________________________________
19603 [ 2571] By: jhi on 1999/01/06 11:25:48
19604 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19605 To: perlbug@perl.com
19606 Subject: FindBin.pm on Win32 systems
19607 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19608 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19611 ____________________________________________________________________________
19612 [ 2570] By: jhi on 1999/01/06 11:21:48
19613 Log: From: Dan Sugalski <sugalskd@osshe.edu>
19614 To: perl5-porters@perl.org, vmsperl@perl.org
19615 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
19616 Date: Tue, 05 Jan 1999 16:47:31 -0800
19617 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
19619 (the ext/IO/lib/IO/Socket.pm was not really changed here;
19620 it was a leftover from #2569)
19622 ! ext/IO/lib/IO/Socket.pm taint.c
19623 ____________________________________________________________________________
19624 [ 2569] By: jhi on 1999/01/06 11:18:22
19625 Log: Jumbo doc patch from Abigail (almost identical to
19626 the 5.005-maint change #2562 except for the
19627 ext/IO/lib/IO/Socket.pm patch which was not
19628 applicable because the IO version of 5.005-devel
19629 is somewhat different (why?))
19631 From: abigail@fnx.com
19632 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
19633 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
19634 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
19636 From: abigail@fnx.com
19637 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
19638 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
19639 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
19641 From: abigail@fnx.com
19642 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
19643 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
19644 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
19646 From: abigail@fnx.com
19647 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
19648 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
19649 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
19651 From: abigail@fnx.com
19652 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
19653 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
19654 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
19656 From: abigail@fnx.com
19657 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
19658 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
19659 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
19661 From: abigail@fnx.com
19662 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
19663 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
19664 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
19666 From: abigail@fnx.com
19667 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
19668 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
19669 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
19671 From: abigail@fnx.com
19672 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
19673 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
19674 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
19676 From: abigail@fnx.com
19677 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
19678 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
19679 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
19681 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19682 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
19683 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
19684 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19685 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
19686 ____________________________________________________________________________
19687 [ 2568] By: gbarr on 1999/01/06 03:13:15
19688 Log: From: jan.dubois@ibm.net (Jan Dubois)
19689 Date: Wed, 06 Jan 1999 01:24:09 +0100
19690 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19691 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19692 Branch: maint-5.005/perl
19693 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
19694 ! win32/GenCAPI.pl win32/makedef.pl
19695 ____________________________________________________________________________
19696 [ 2566] By: gbarr on 1999/01/06 02:29:05
19697 Log: From: "W. Phillip Moore" <wpm@ms.com>
19698 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19699 Message-ID: <13970.20107.190314.549471@zappa>
19700 Subject: [PATCH] POSIX getpgrp is not -w clean
19701 Branch: maint-5.005/perl
19702 ! ext/POSIX/POSIX.pm
19703 ____________________________________________________________________________
19704 [ 2565] By: gbarr on 1999/01/06 02:19:00
19705 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19706 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19707 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19708 Subject: FindBin.pm on Win32 systems
19709 Branch: maint-5.005/perl
19711 ____________________________________________________________________________
19712 [ 2561] By: jhi on 1999/01/05 10:49:10
19713 Log: Reword the setlocale() 1-arg case better.
19715 ! ext/POSIX/POSIX.pod
19716 ____________________________________________________________________________
19717 [ 2559] By: gbarr on 1999/01/02 15:37:35
19718 Log: From: Blair Zajac <bzajac@geostaff.com>
19719 Date: Wed, 23 Dec 1998 17:13:32 -0800
19720 Message-ID: <3681953C.8B6A90AA@geostaff.com>
19721 Subject: Tie::SubstrHash patch
19722 Branch: maint-5.005/perl
19723 ! lib/Tie/SubstrHash.pm
19724 ____________________________________________________________________________
19725 [ 2554] By: jhi on 1999/01/02 14:55:06
19726 Log: Object destruction order testing.
19729 ____________________________________________________________________________
19730 [ 2553] By: jhi on 1999/01/02 14:49:40
19731 Log: perldelta the Dumpvalue.pm of change #2513.
19733 ! lib/Dumpvalue.pm pod/perldelta.pod
19734 ____________________________________________________________________________
19735 [ 2552] By: nick on 1999/01/02 14:45:38
19736 Log: Tone down Makefile.PL so it works on Win32
19738 ! ext/B/Makefile.PL
19739 ____________________________________________________________________________
19740 [ 2551] By: nick on 1999/01/02 14:06:30
19741 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
19742 Use them in various B::* rather than have local defs.
19744 + ext/B/defsubs.h.PL
19745 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
19746 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
19747 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
19748 ____________________________________________________________________________
19749 [ 2550] By: nick on 1999/01/02 10:04:02
19750 Log: Integrate ext/B changes from //depot/cfgperl
19752 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19753 ____________________________________________________________________________
19754 [ 2549] By: jhi on 1999/01/01 13:54:16
19755 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
19756 To: perlbug@perl.com
19757 Subject: op/groups.t fails test 1 on HP-UX 10.20
19758 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
19759 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
19762 ____________________________________________________________________________
19763 [ 2548] By: jhi on 1999/01/01 13:53:31
19764 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19765 To: perl5-porters@perl.org
19766 cc: hv@crypt0.demon.co.uk
19767 Subject: [bug 5.004_54] duplicate error message
19768 Date: Thu, 31 Dec 1998 04:05:25 +0000
19769 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
19771 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
19772 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19773 To: hv@crypt0.demon.co.uk
19774 Cc: perl5-porters@perl.org
19775 Subject: [PATCH _54] Re: duplicate error message
19776 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
19778 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
19779 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19780 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
19781 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
19782 Subject: [TEST PATCH _54] Re: duplicate error message
19783 Date: Fri, 01 Jan 1999 07:32:14 +0000
19785 ! op.c t/pragma/warn/op
19786 ____________________________________________________________________________
19787 [ 2547] By: jhi on 1998/12/31 14:15:04
19788 Log: From: Chris Nandor <pudge@pobox.com>
19790 Cc: perl5-porters@perl.org
19791 Subject: Re: [PATCH] perlport.pod 1.38
19792 Date: Thu, 31 Dec 1998 09:06:48 -0500
19793 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
19796 ____________________________________________________________________________
19797 [ 2546] By: jhi on 1998/12/31 11:18:17
19798 Log: From: Wilson P. Snyder II
19799 To: perl5-porters@perl.org
19800 Subject: [PATCH v5.5.53] REV2: Binary number support
19802 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
19804 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
19805 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
19807 ____________________________________________________________________________
19808 [ 2545] By: jhi on 1998/12/31 09:27:40
19809 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19810 To: perlbug@perl.com
19811 Subject: "perl -T -P" dumps core on OpenBSD and Linux
19812 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
19813 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
19816 ____________________________________________________________________________
19817 [ 2544] By: jhi on 1998/12/31 09:21:45
19818 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
19819 To: perlbug@perl.com
19820 Subject: bug in pod2man search for perl binary [5.005_5x]
19821 Date: Sat, 12 Dec 1998 23:08:51 +0000
19822 Message-ID: <19981212230851.A20578@ig.co.uk>
19825 ____________________________________________________________________________
19826 [ 2541] By: gbarr on 1998/12/30 14:37:14
19827 Log: From: jan.dubois@ibm.net (Jan Dubois)
19828 Date: Wed, 23 Dec 1998 21:26:38 +0100
19829 Message-ID: <36895086.8849224@smtp1.ibm.net>
19830 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
19831 Branch: maint-5.005/perl
19832 ! lib/ExtUtils/MakeMaker.pm
19833 ____________________________________________________________________________
19834 [ 2540] By: jhi on 1998/12/30 08:42:04
19835 Log: Evermore AUTHORS and MAINTAIN.
19838 ____________________________________________________________________________
19839 [ 2539] By: jhi on 1998/12/29 15:10:34
19840 Log: More AUTHORS and MAINTAIN.
19843 ____________________________________________________________________________
19844 [ 2537] By: jhi on 1998/12/29 14:34:47
19845 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19846 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19847 Message-ID: <13942.32480.700000.640927@utensil>
19848 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19849 (mirror change#2531 in the 5.005-maint)
19852 ____________________________________________________________________________
19853 [ 2531] By: gbarr on 1998/12/29 14:12:25
19854 Log: change in_pod pattern to /^=\w/ from /^=/
19855 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19856 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19857 Message-ID: <13942.32480.700000.640927@utensil>
19858 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19859 Branch: maint-5.005/perl
19861 ____________________________________________________________________________
19862 [ 2525] By: jhi on 1998/12/29 13:06:26
19863 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19864 To: perl5-porters@perl.org
19865 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
19866 Date: 16 Dec 1998 03:17:03 +0200
19867 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
19869 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19870 ____________________________________________________________________________
19871 [ 2524] By: jhi on 1998/12/29 13:00:06
19872 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19873 To: perl5-porters@perl.org
19874 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
19875 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
19876 Date: 10 Dec 1998 08:30:02 +0200
19877 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
19879 (Nick's part was applied earlier, in change #2460)
19881 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19882 ____________________________________________________________________________
19883 [ 2523] By: jhi on 1998/12/29 12:41:31
19884 Log: From: "vishal bhatia" <vishalb@hotmail.com>
19885 To: nick@ni-s.u-net.com
19886 Cc: perl5-porters@perl.org
19887 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
19888 Date: 9 Dec 1998 06:50:30 +0200
19889 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
19892 ____________________________________________________________________________
19893 [ 2522] By: jhi on 1998/12/29 12:15:18
19894 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
19895 To: perl5-porters@perl.org (Perl 5 Porters)
19896 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
19897 Date: 25 Dec 1998 23:02:28 +0200
19898 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
19901 ____________________________________________________________________________
19902 [ 2521] By: jhi on 1998/12/29 12:07:54
19903 Log: Undo #2519 (breaks universal.c).
19906 ____________________________________________________________________________
19907 [ 2519] By: jhi on 1998/12/29 11:41:10
19908 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19909 To: perl5-porters@perl.org
19910 Cc: perl-xs@perl.org
19911 Subject: XSUB.h refinement [PATCH]
19912 Date: 18 Dec 1998 03:58:44 +0200
19913 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
19916 ____________________________________________________________________________
19917 [ 2518] By: jhi on 1998/12/29 11:36:19
19918 Log: From: abigail@fnx.com
19919 To: perl5-porters@perl.org (Perl Porters)
19920 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
19921 Date: 28 Dec 1998 21:39:15 +0200
19922 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
19925 ____________________________________________________________________________
19926 [ 2517] By: jhi on 1998/12/29 11:35:03
19927 Log: Document change #2516.
19929 ! pod/perldelta.pod
19930 ____________________________________________________________________________
19931 [ 2516] By: jhi on 1998/12/29 11:32:26
19932 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19933 To: perl5-porters@perl.org (Mailing list Perl5)
19934 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
19935 Date: 9 Dec 1998 10:39:31 +0200
19936 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
19938 ! pod/perldiag.pod regcomp.c toke.c
19939 ____________________________________________________________________________
19940 [ 2515] By: jhi on 1998/12/29 11:27:11
19941 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19942 To: perl5-porters@perl.org (Mailing list Perl5)
19943 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
19944 Date: 8 Dec 1998 09:02:04 +0200
19945 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
19947 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
19949 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
19950 ____________________________________________________________________________
19951 [ 2514] By: jhi on 1998/12/29 11:21:31
19952 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19953 To: perl5-porters@perl.org (Mailing list Perl5)
19954 Subject: [PATCH 5.005_53] Regexp tests and UTF8
19955 Date: 8 Dec 1998 07:02:01 +0200
19956 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
19959 ____________________________________________________________________________
19960 [ 2513] By: jhi on 1998/12/29 11:18:34
19961 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19962 Subject: [PATCH 5.005_*] Dumpvar.pm
19963 To: perl5-porters@perl.org (Mailing list Perl5)
19964 Date: 7 Dec 1998 10:17:35 +0200
19965 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
19969 ____________________________________________________________________________
19970 [ 2511] By: gbarr on 1998/12/28 14:55:28
19971 Log: From: jan.dubois@ibm.net (Jan Dubois)
19972 Date: Tue, 01 Dec 1998 00:07:33 +0100
19973 Message-ID: <366921b5.14512598@smtp1.ibm.net>
19974 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
19976 From: jan.dubois@ibm.net (Jan Dubois)
19977 Date: Wed, 02 Dec 1998 00:24:54 +0100
19978 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
19979 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
19980 Branch: maint-5.005/perl
19981 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
19982 ! win32/config.bc win32/config.gc win32/config.vc
19983 ! win32/config_sh.PL win32/makedef.pl
19984 ____________________________________________________________________________
19985 [ 2509] By: jhi on 1998/12/28 13:00:31
19986 Log: Kickstart AUTHORS and MAINTAIN.
19990 ____________________________________________________________________________
19991 [ 2508] By: jhi on 1998/12/28 08:04:00
19992 Log: From: Nathan Torkington <gnat@frii.com>
19993 To: perlbug@perl.com
19994 Subject: [PATCH] perlxstut.pod fix
19995 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
19996 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
19998 ! pod/perlxstut.pod
19999 ____________________________________________________________________________
20000 [ 2507] By: jhi on 1998/12/28 07:59:00
20001 Log: From: abigail@fnx.com
20002 To: perlbug@perl.com
20003 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
20004 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
20005 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
20006 (slightly modified, a part of the patch was rejected)
20007 (strange, I thought I had already submitted this one
20008 but Perforce disagrees with me...)
20011 ____________________________________________________________________________
20012 [ 2506] By: jhi on 1998/12/28 07:56:59
20013 Log: From: Artur <artur@vogon-solutions.com>
20014 To: perlbug@perl.com
20015 Subject: PATCH: perlmodlib.pod
20016 Date: Fri, 25 Dec 1998 00:48:39 +0000
20017 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
20019 ! pod/perlmodlib.pod pod/perlop.pod
20020 ____________________________________________________________________________
20021 [ 2505] By: jhi on 1998/12/28 07:46:06
20022 Log: From: abigail@fnx.com
20023 To: perl5-porters@perl.org (Perl Porters)
20024 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
20025 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
20026 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
20029 ____________________________________________________________________________
20030 [ 2504] By: jhi on 1998/12/28 07:44:35
20031 Log: From: Jim Avera <avera@fjst.com>
20032 To: perlbug@perl.com
20033 Subject: perlbug bug - shows dates reversed
20034 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
20035 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
20038 ____________________________________________________________________________
20039 [ 2503] By: jhi on 1998/12/28 07:41:39
20040 Log: From: jan.dubois@ibm.net (Jan Dubois)
20041 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
20042 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
20043 Date: Wed, 23 Dec 1998 21:26:38 +0100
20044 Message-ID: <36895086.8849224@smtp1.ibm.net>
20046 ! lib/ExtUtils/MakeMaker.pm
20047 ____________________________________________________________________________
20048 [ 2502] By: jhi on 1998/12/28 07:39:20
20049 Log: From: Blair Zajac <bzajac@geostaff.com>
20050 To: perl5-porters@perl.org
20051 Subject: Tie::SubstrHash patch
20052 Date: Wed, 23 Dec 1998 17:13:32 -0800
20053 Message-ID: <3681953C.8B6A90AA@geostaff.com>
20055 ! lib/Tie/SubstrHash.pm
20056 ____________________________________________________________________________
20057 [ 2501] By: jhi on 1998/12/28 07:37:16
20058 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
20059 To: perlbug@perl.com
20060 Subject: perlfaq9 minor error
20061 Date: Wed, 23 Dec 1998 14:54:19 -0800
20062 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
20065 ____________________________________________________________________________
20066 [ 2500] By: jhi on 1998/12/23 10:38:18
20067 Log: More porting notes about filesystems, AmigaOS, and MiNT.
20070 ____________________________________________________________________________
20071 [ 2499] By: jhi on 1998/12/22 09:26:49
20072 Log: Add few MSG_ and uio constants.
20074 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
20075 ____________________________________________________________________________
20076 [ 2498] By: jhi on 1998/12/22 08:39:30
20077 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
20078 a Digital C compiler optimizer bug that broke the 'x'
20079 operator under certain circumstances. See t/op/repeat.t
20080 test #20 for graphic details. Reported in
20082 From: Gisle Aas <gisle@aas.no>
20083 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
20084 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
20085 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
20086 Date: 18 Dec 1998 14:27:40 +0100
20087 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
20089 and discussed further in the thread
20091 From: Jarkko Hietaniemi <jhi@iki.fi>
20092 To: Gisle Aas <gisle@aas.no>
20093 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
20094 cpan-testers@perl.org, perl5-porters@perl.org
20095 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
20096 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
20097 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
20099 ! t/op/repeat.t util.c
20100 ____________________________________________________________________________
20101 [ 2497] By: jhi on 1998/12/21 14:18:57
20102 Log: Change #2483 update.
20105 ____________________________________________________________________________
20106 [ 2496] By: jhi on 1998/12/21 14:07:41
20107 Log: Update on change #2493.
20110 ____________________________________________________________________________
20111 [ 2495] By: jhi on 1998/12/21 13:52:00
20112 Log: Change #2487 aftershock.
20115 ____________________________________________________________________________
20116 [ 2494] By: jhi on 1998/12/21 12:35:00
20117 Log: From: Chris Nandor <pudge@pobox.com>
20118 To: perl5-porters@perl.org
20119 Subject: [PATCH] perlport.pod v1.37
20120 Date: Sat, 19 Dec 1998 12:54:34 -0500
20121 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
20124 ____________________________________________________________________________
20125 [ 2493] By: jhi on 1998/12/21 12:22:44
20126 Log: From: Mark-Jason Dominus <mjd@plover.com>
20127 To: perl5-porters@perl.com
20128 Subject: PATCH (5.005_02): Dejargonizing
20129 Date: Sun, 20 Dec 1998 14:35:20 -0500
20130 Message-ID: <19981220193520.11230.qmail@plover.com>
20132 From: Mark-Jason Dominus <mjd@plover.com>
20133 To: perl5-porters@perl.com
20134 Subject: PATCH (5.005_02): Spelling correction in warning message
20135 Date: Sun, 20 Dec 1998 13:51:30 -0500
20136 Message-ID: <19981220185130.11067.qmail@plover.com>
20139 ____________________________________________________________________________
20140 [ 2492] By: jhi on 1998/12/21 09:00:05
20141 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20142 To: perl5-porters@perl.org
20143 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
20144 Date: Sun, 20 Dec 1998 19:03:25 PST
20145 Message-ID: <19981221030326.27660.qmail@hotmail.com>
20147 (slightly reformatted)
20150 ____________________________________________________________________________
20151 [ 2491] By: nick on 1998/12/20 14:21:29
20152 Log: Save _all_ GV's which have SV, AV or HV set.
20155 ____________________________________________________________________________
20156 [ 2490] By: jhi on 1998/12/18 15:13:19
20157 Log: Add idea about generalising cpp symbol probing of Errno.
20160 ____________________________________________________________________________
20161 [ 2489] By: jhi on 1998/12/18 14:47:57
20162 Log: Address some of the issues of:
20164 From: Tom Christiansen <tchrist@jhereg.perl.com>
20165 To: perl-porters-active@jhereg.perl.com
20166 Subject: Undocumentation Issues for 5.005
20167 Date: Thu, 17 Dec 1998 14:46:24 -0700
20168 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
20170 ! pod/perl5005delta.pod
20171 ____________________________________________________________________________
20172 [ 2488] By: jhi on 1998/12/18 11:26:32
20173 Log: From: root <root@dubravka.in-berlin.de>
20174 To: perlbug@perl.com
20175 Cc: k@dubravka.in-berlin.de
20176 Subject: Please add no_modify to PERL_POLLUTE
20177 Date: Fri, 18 Dec 1998 10:45:52 +0100
20178 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
20180 (Really from Andreas König)
20183 ____________________________________________________________________________
20184 [ 2487] By: jhi on 1998/12/17 14:05:52
20185 Log: Some (by far not all) issues of the below message addressed.
20187 From: Tom Christiansen <tchrist@jhereg.perl.com>
20188 To: The Perl Porters Mailing List <perl5-porters@perl.org>
20189 Subject: important UNDOC issues for 5.005_54
20190 Date: Wed, 16 Dec 1998 21:14:53 -0700
20191 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
20193 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
20194 ____________________________________________________________________________
20195 [ 2486] By: jhi on 1998/12/17 12:47:15
20196 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20197 To: domo@computer.org
20198 Cc: jhi@iki.fi, perl5-porters@perl.org
20199 Subject: Re: stuff related to malloc.c
20200 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
20201 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
20204 ____________________________________________________________________________
20205 [ 2485] By: jhi on 1998/12/17 12:17:19
20206 Log: More porting notes.
20208 ! Porting/pumpkin.pod
20209 ____________________________________________________________________________
20210 [ 2484] By: jhi on 1998/12/15 08:38:05
20211 Log: Undo #2386 and #2205.
20214 ____________________________________________________________________________
20215 [ 2483] By: jhi on 1998/12/14 17:58:35
20216 Log: lib was missing from @INC.
20219 ____________________________________________________________________________
20220 [ 2482] By: jhi on 1998/12/14 17:52:42
20221 Log: Was missing use Text::Wrap.
20224 ____________________________________________________________________________
20225 [ 2481] By: jhi on 1998/12/14 16:00:22
20226 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
20228 From: Jonathan Roy <roy@idle.com>
20229 To: perl5-porters@perl.org
20230 Subject: nlist.h add to Configure checks?
20231 Date: Sun, 13 Dec 1998 22:22:49 -0500
20232 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
20234 + ext/DynaLoader/hints/linux.pl
20236 ____________________________________________________________________________
20237 [ 2480] By: jhi on 1998/12/14 15:02:44
20238 Log: Give up completely using nm in AIX.
20240 From: "Kurt D. Starsinic" <kstar@chapin.edu>
20241 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
20242 Cc: perl5-porters@perl.org
20243 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
20244 Date: Thu, 10 Dec 1998 00:51:46 -0500
20245 Message-ID: <19981210005146.B29986@O2.chapin.edu>
20248 ____________________________________________________________________________
20249 [ 2479] By: jhi on 1998/12/14 14:39:52
20250 Log: AIX' error messages are different.
20252 From: "Kurt D. Starsinic" <kstar@chapin.edu>
20253 To: Gurusamy Sarathy <gsar@engin.umich.edu>
20254 Cc: perl5-porters@perl.org
20255 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
20256 Date: Thu, 10 Dec 1998 00:42:36 -0500
20257 Message-ID: <19981210004236.A29986@O2.chapin.edu>
20259 From: Michael Engel <engel@nms1.cc.huji.ac.il>
20260 To: perlbug@perl.com
20261 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
20262 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
20263 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
20265 ! t/pragma/warn/doio
20266 ____________________________________________________________________________
20267 [ 2475] By: jhi on 1998/12/13 12:35:55
20268 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20270 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
20271 Subject: Re: stuff related to malloc.c
20272 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
20273 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
20276 ____________________________________________________________________________
20277 [ 2474] By: jhi on 1998/12/13 12:32:42
20278 Log: Some notes about porting issues.
20280 ! Porting/pumpkin.pod
20281 ____________________________________________________________________________
20282 [ 2473] By: jhi on 1998/12/13 12:03:58
20283 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
20284 To: Perl 5 Porters <perl5-porters@perl.org>
20285 Subject: [patch 5.005_02] dos-djgpp update
20286 Date: Sun, 13 Dec 1998 00:08:44 +0100
20287 Message-ID: <19981213000844.C264@beeblebrox>
20289 ! djgpp/config.over
20290 ____________________________________________________________________________
20291 [ 2472] By: gbarr on 1998/12/12 17:12:28
20292 Log: undo changes to Exporter.pm from #2312
20293 Branch: maint-5.005/perl
20295 ____________________________________________________________________________
20296 [ 2465] By: jhi on 1998/12/12 12:31:21
20297 Log: Document that qw() taints.
20299 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
20300 To: perlbug@perl.com
20301 Subject: taint problems
20302 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
20303 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
20306 ____________________________________________________________________________
20307 [ 2464] By: jhi on 1998/12/11 14:09:51
20308 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
20309 To: dist-users@foretune.co.jp
20310 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
20311 Date: Mon, 07 Dec 1998 20:13:04 -0400
20312 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
20315 ____________________________________________________________________________
20316 [ 2463] By: jhi on 1998/12/11 13:29:54
20320 ____________________________________________________________________________
20321 [ 2462] By: jhi on 1998/12/11 08:37:58
20322 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
20323 To: perl5-porters@perl.org
20324 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
20325 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
20326 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
20329 ____________________________________________________________________________
20330 [ 2461] By: nick on 1998/12/10 21:00:50
20331 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
20332 From: Vishal Bhatia <vishalb@hotmail.com>
20333 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
20334 2. Fixes the bug regarding return value of c-functions generated out
20335 of perl subs. ( Just includes the patch I sent earlier)
20336 3. Incorporates the other changes that need to be done to get CC.pm
20337 use ISA search for packages and methods on the same lines as C.pm
20339 Vishal would appreciate comments about B::Stackobj changes from
20340 someone knowing that module well.
20342 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20343 ____________________________________________________________________________
20344 [ 2460] By: jhi on 1998/12/08 08:11:27
20345 Log: Integrate from mainperl.
20347 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20348 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
20349 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
20351 ____________________________________________________________________________
20352 [ 2459] By: jhi on 1998/12/07 07:50:11
20353 Log: From: hansm@icgroup.nl
20354 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20355 Reply-To: hansmu@xs4all.nl
20356 To: perlbug@perl.com
20357 Date: Sun, 6 Dec 98 22:19:54 +0100
20358 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
20361 ____________________________________________________________________________
20362 [ 2458] By: gsar on 1998/12/07 06:00:55
20363 Log: fix dup lexical
20365 ! ext/B/B/Deparse.pm t/lib/io_unix.t
20366 ____________________________________________________________________________
20367 [ 2457] By: gsar on 1998/12/06 14:38:59
20368 Log: mention limit on line numbers reported by diagnostics
20370 ! pod/perl.pod toke.c
20371 ____________________________________________________________________________
20372 [ 2456] By: gsar on 1998/12/06 13:49:02
20373 Log: branch perldelta.pod
20374 Branch: maint-5.005/perl
20375 +> pod/perldelta.pod
20376 ____________________________________________________________________________
20377 [ 2455] By: gsar on 1998/12/06 13:47:21
20378 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
20379 Branch: maint-5.005/perl
20380 - pod/perldelta.pod
20381 ____________________________________________________________________________
20382 [ 2454] By: gsar on 1998/12/06 13:35:31
20383 Log: fix outdated/incorrect info about arbitrary limits
20385 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
20386 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
20387 ____________________________________________________________________________
20388 [ 2453] By: nick on 1998/12/05 16:14:42
20389 Log: Avoid hard-coding op numbers
20390 Update CC.pm to save %INC, and to co-exist with new C.pm
20392 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20393 ____________________________________________________________________________
20394 [ 2452] By: nick on 1998/12/05 10:44:28
20395 Log: B.xs had its own code to calculate hash() which differed from
20396 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
20397 which meant that run-time require was re-done.
20398 Removed some debug from C.pm
20400 ! ext/B/B.xs ext/B/B/C.pm
20401 ____________________________________________________________________________
20402 [ 2451] By: nick on 1998/12/04 21:58:49
20403 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
20404 well as _54, but with pre-scan for classes and save the ISA scheme.
20407 ____________________________________________________________________________
20408 [ 2450] By: nick on 1998/12/04 17:58:44
20409 Log: Vishal Bhatia's patch as a basis.
20411 ! ext/B/B/C.pm ext/B/B/CC.pm
20412 ____________________________________________________________________________
20413 [ 2449] By: jhi on 1998/12/04 16:39:21
20414 Log: Integrate from mainperl.
20416 !> t/op/goto.t t/op/tr.t
20417 ____________________________________________________________________________
20418 [ 2448] By: gsar on 1998/12/04 06:06:49
20419 Log: tweak test for UTEST
20422 ____________________________________________________________________________
20423 [ 2444] By: jhi on 1998/12/03 14:37:22
20424 Log: s/\bthe the\b/the/g *.pod
20426 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
20427 ____________________________________________________________________________
20428 [ 2443] By: jhi on 1998/12/03 13:39:53
20429 Log: Change#2441 aftermath.
20431 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20432 ! config_h.SH thread.h vms/subconfigure.com
20433 ____________________________________________________________________________
20434 [ 2441] By: jhi on 1998/12/03 08:15:13
20435 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20436 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
20437 Subject: [PATCH 5.005_54]Initial VMS patches
20438 Date: 3 Dec 1998 01:05:55 +0200
20439 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
20441 The patch to config_h.SH requires more study because
20442 metaconfig needs to agree.
20444 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
20445 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
20446 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
20447 ____________________________________________________________________________
20448 [ 2440] By: gsar on 1998/12/03 01:32:16
20449 Log: add failed check-in of goto.t from change#1867
20452 ____________________________________________________________________________
20453 [ 2437] By: jhi on 1998/12/02 18:03:51
20454 Log: Fix most of the bad L<> links of
20456 From: Tom Christiansen <tchrist@jhereg.perl.com>
20457 Subject: bad L<> links
20458 Reply-to: tchrist@perl.com
20459 To: perlbug@jhereg.perl.com
20460 Date: Tue, 11 Aug 1998 10:58:07 -0500
20461 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
20463 The ones not fixed may require darker Pod::HTML magic,
20464 for example the perlguts.html#tags should work fine, IMHO.
20466 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
20467 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
20468 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
20469 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
20471 ____________________________________________________________________________
20472 [ 2436] By: jhi on 1998/12/02 16:35:04
20473 Log: One paste too many in #2345.
20476 ____________________________________________________________________________
20477 [ 2435] By: jhi on 1998/12/02 16:32:33
20478 Log: Pod::Html and Pod::Text were not locale-savvy:
20479 for example in =head1 all non-ASCII-\w-runs were
20480 turned into underscores in NAME tags. This could
20481 result in several NAME tags becoming identical.
20484 From: Fyodor Krasnov <fyodor@aha.ru>
20485 Subject: pod2html vs Russian Characters
20486 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
20487 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
20488 Message-Id: <199811241600.TAA05149@stat.aha.ru>
20490 ! lib/Pod/Html.pm lib/Pod/Text.pm
20491 ____________________________________________________________________________
20492 [ 2434] By: jhi on 1998/12/02 10:29:00
20493 Log: The real Mc5_54 integration.
20495 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
20496 ____________________________________________________________________________
20497 [ 2433] By: jhi on 1998/12/02 08:52:13
20498 Log: From: Andy Dougherty <doughera@lafayette.edu>
20499 To: Perl Porters <perl5-porters@perl.org>
20500 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
20501 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
20502 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
20505 ____________________________________________________________________________
20506 [ 2432] By: jhi on 1998/12/02 08:49:47
20507 Log: From: Andy Dougherty <doughera@lafayette.edu>
20508 To: Perl Porters <perl5-porters@perl.org>
20509 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
20510 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
20511 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
20514 ____________________________________________________________________________
20515 [ 2431] By: jhi on 1998/12/01 16:11:50
20516 Log: From: achampio@lehman.com (Alan Champion)
20517 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
20518 To: perlbug@perl.com
20519 Date: 1 Dec 1998 17:36:33 +0200
20520 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
20525 ____________________________________________________________________________
20526 [ 2430] By: gsar on 1998/12/01 12:12:50
20527 Log: 5.005_54, as released
20529 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
20530 ____________________________________________________________________________
20531 [ 2429] By: jhi on 1998/12/01 11:28:39
20532 Log: From: Anton Berezin <tobez@plab.ku.dk>
20533 To: perl5-porters@perl.org
20534 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
20535 Date: 30 Nov 1998 19:46:24 +0100
20536 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
20539 ____________________________________________________________________________
20540 [ 2428] By: jhi on 1998/12/01 11:08:16
20541 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
20543 +> (branch 30 files)
20544 !> (integrate 71 files)
20545 ____________________________________________________________________________
20546 [ 2427] By: jhi on 1998/12/01 10:51:37
20547 Log: Default to accepting a hinted $randfunc even when $csym
20548 does not find it. (the previous defaylt behaviour was not
20552 ____________________________________________________________________________
20553 [ 2426] By: jhi on 1998/12/01 10:13:03
20554 Log: Separated the [:foo:] parsing to its own function.
20558 ____________________________________________________________________________
20559 [ 2425] By: jhi on 1998/12/01 08:22:49
20560 Log: Typo in comments.
20563 ____________________________________________________________________________
20564 [ 2424] By: jhi on 1998/12/01 08:21:38
20565 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20566 Subject: [PATCH 5.005_*] Debugger 'v' command
20567 To: perl5-porters@perl.org (Mailing list Perl5)
20568 Date: 1 Dec 1998 07:55:11 +0200
20569 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
20572 ____________________________________________________________________________
20573 [ 2423] By: jhi on 1998/12/01 08:19:08
20574 Log: From: pvhp@forte.com (Peter Prymmer)
20575 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
20576 To: perl5-porters@perl.org
20577 Date: 1 Dec 1998 07:27:11 +0200
20578 Message-ID: <MLIST_9812010508.AA07791@forte.com>
20581 ____________________________________________________________________________
20582 [ 2417] By: jhi on 1998/11/30 08:14:00
20583 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
20585 ! ext/Socket/Socket.xs
20586 ____________________________________________________________________________
20587 [ 2416] By: jhi on 1998/11/30 08:00:15
20588 Log: Undo #2395, seems more like a problem in netbsd-current.
20596 ____________________________________________________________________________
20597 [ 2414] By: gsar on 1998/11/30 02:23:55
20598 Log: more JPL tweaks
20600 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
20601 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
20602 ____________________________________________________________________________
20603 [ 2413] By: gsar on 1998/11/30 01:35:56
20604 Log: stub bin/jpl that just runs JPL::Compile::files()
20607 ____________________________________________________________________________
20608 [ 2412] By: gsar on 1998/11/30 01:32:14
20609 Log: delete symlink
20612 ____________________________________________________________________________
20613 [ 2410] By: gsar on 1998/11/30 01:30:44
20614 Log: branch jpl from perlext to perl
20616 +> (branch 30 files)
20617 ____________________________________________________________________________
20618 [ 2407] By: gsar on 1998/11/30 01:24:53
20619 Log: JPL tweaks to build with 5.005
20621 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
20622 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
20623 ____________________________________________________________________________
20624 [ 2406] By: gsar on 1998/11/30 00:55:54
20625 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
20627 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
20628 ____________________________________________________________________________
20629 [ 2405] By: gsar on 1998/11/30 00:28:55
20630 Log: patchlevel up to 54
20632 ! patchlevel.h win32/Makefile win32/config_H.bc
20633 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20634 ____________________________________________________________________________
20635 [ 2403] By: gsar on 1998/11/29 23:35:50
20636 Log: integrate cfgperl changes into mainline
20638 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20639 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
20640 ____________________________________________________________________________
20641 [ 2402] By: gsar on 1998/11/29 23:08:42
20642 Log: sync Text::Wrap version number
20645 ____________________________________________________________________________
20646 [ 2401] By: gsar on 1998/11/29 22:56:21
20647 Log: textfill.t tweak
20650 ____________________________________________________________________________
20651 [ 2400] By: gsar on 1998/11/29 22:50:41
20652 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
20656 ! MANIFEST lib/Text/Wrap.pm
20657 ____________________________________________________________________________
20658 [ 2399] By: gsar on 1998/11/29 22:28:05
20659 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
20660 has happened without the authors knowledge or consent; the subversive
20661 version (which is in 5.00502) breaks one of the tests in the
20662 authors testsuite; attempts are being made to find a fix that
20663 avoids breaking code already running with the 5.005_02 version
20664 From: David Muir Sharnoff <muir@idiom.com>
20665 Date: Sat, 28 Nov 1998 04:34:17 PST
20666 Message-Id: <199811281234.EAA03082@idiom.com>
20667 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
20669 ! lib/Text/Wrap.pm t/lib/textwrap.t
20670 ____________________________________________________________________________
20671 [ 2397] By: nick on 1998/11/29 20:13:58
20672 Log: Update docs and English.pm for $^C
20674 ! lib/English.pm pod/perlvar.pod
20675 ____________________________________________________________________________
20676 [ 2396] By: jhi on 1998/11/29 20:13:03
20680 ____________________________________________________________________________
20681 [ 2395] By: jhi on 1998/11/29 19:59:12
20682 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
20685 ____________________________________________________________________________
20686 [ 2394] By: gsar on 1998/11/29 19:49:08
20687 Log: updated perlreftut.pod
20689 ! pod/perlreftut.pod
20690 ____________________________________________________________________________
20691 [ 2393] By: gsar on 1998/11/29 19:31:56
20694 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
20695 ____________________________________________________________________________
20696 [ 2392] By: gsar on 1998/11/29 19:31:18
20697 Log: notes about -DPERL_POLLUTE
20699 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
20700 ____________________________________________________________________________
20701 [ 2391] By: gsar on 1998/11/29 19:13:52
20702 Log: explain various win32 build caveats more clearly
20704 ! README.win32 win32/Makefile win32/makefile.mk
20705 ____________________________________________________________________________
20706 [ 2390] By: gsar on 1998/11/29 16:51:59
20707 Log: remove I_POLL detection (Configure will do that now)
20709 ! ext/IO/Makefile.PL
20710 ____________________________________________________________________________
20711 [ 2389] By: jhi on 1998/11/29 16:39:16
20712 Log: Add I_POLL for IO 1.20.
20714 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20716 ____________________________________________________________________________
20717 [ 2388] By: gsar on 1998/11/29 16:23:30
20718 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
20722 ____________________________________________________________________________
20723 [ 2387] By: gsar on 1998/11/29 16:08:03
20724 Log: another threads reliability fix: serialize writes to thr->threadsv
20725 avoid most uses of PL_na (which is much more inefficient than a
20726 simple local); update docs to suit; PL_na now being thr->Tna may
20727 be a minor compatibility issue for extensions--will require dTHR
20728 outside of XSUBs (those get automatic dTHR)
20730 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
20731 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
20732 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
20733 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
20734 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
20735 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
20736 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
20737 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
20738 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
20739 ____________________________________________________________________________
20740 [ 2386] By: jhi on 1998/11/29 15:40:42
20741 Log: Tune the "if" entry.
20744 ____________________________________________________________________________
20745 [ 2385] By: gsar on 1998/11/29 12:40:28
20746 Log: various fixes for race conditions under threads: mutex locks based
20747 on PL_threadnum were seriously flawed, since it means more than one
20748 thread could enter the critical region; PL_na was global instead of
20749 thread-local; child thread could finish and free thr structures
20750 before Thread->new() got around to creating the Thread object;
20751 cv_clone() needed locking, as it mucks with PL_comppad and other
20752 global data; new_struct_thread() needed to lock template-thread's
20753 mutex while copying its data
20755 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
20756 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
20757 ____________________________________________________________________________
20758 [ 2384] By: gsar on 1998/11/29 10:54:38
20759 Log: s/warn/print/ on multiply defined groups
20762 ____________________________________________________________________________
20763 [ 2383] By: gsar on 1998/11/29 10:48:39
20764 Log: backout change#2334
20766 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
20767 ____________________________________________________________________________
20768 [ 2382] By: jhi on 1998/11/29 10:33:40
20769 Log: Better NetInfo behaviour.
20771 ! t/op/grent.t t/op/pwent.t
20772 ____________________________________________________________________________
20773 [ 2381] By: jhi on 1998/11/29 10:08:15
20774 Log: Integrate from mainperl.
20776 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20777 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20778 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
20779 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
20780 +> t/lib/io_poll.t t/lib/io_unix.t
20781 !> (integrate 58 files)
20782 ____________________________________________________________________________
20783 [ 2380] By: gsar on 1998/11/29 08:22:49
20784 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
20788 ____________________________________________________________________________
20789 [ 2379] By: gsar on 1998/11/29 07:06:43
20790 Log: fix for pat.t failure under USE_THREADS
20792 ! pp_ctl.c regexec.c
20793 ____________________________________________________________________________
20794 [ 2378] By: nick on 1998/11/28 22:46:57
20795 Log: More C.pm tweaks
20796 Save globs even if we have saved cv itself before - may be imported.
20798 While we don't save "bootstrap" CV we need to provide a stub,
20799 so that if we require it later we don't fall through and attempt
20800 to DynaLoad module again.
20802 Attempt to save %INC so that "require" does not reload things
20803 we have compiled-in (does not work right yet - seems to be due
20804 to PL_incgv being created in perl_parse() current scheme setting
20805 GvHV() is "better" than saving the glob, but still does not
20809 ____________________________________________________________________________
20810 [ 2377] By: gsar on 1998/11/28 22:30:38
20811 Log: various tweaks; result passes all tests for normal build on Solaris;
20812 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
20813 win32 due to lack of select() that works on non-socket fds
20815 ! ext/IO/poll.c regcomp.c regexec.c scope.c
20816 ! t/lib/io_multihomed.t win32/makefile.mk
20817 ____________________________________________________________________________
20818 [ 2376] By: gsar on 1998/11/28 20:44:39
20819 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
20822 ____________________________________________________________________________
20823 [ 2375] By: gsar on 1998/11/28 20:42:58
20824 Log: integrate cfgperl changes into mainline
20826 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
20827 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
20828 ____________________________________________________________________________
20829 [ 2374] By: gsar on 1998/11/28 20:02:03
20830 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20831 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
20832 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
20833 Subject: [PATCH 5.00553] Yet another OS/2 patch
20835 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
20836 ____________________________________________________________________________
20837 [ 2373] By: gsar on 1998/11/28 19:30:06
20838 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20839 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
20840 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
20841 Subject: [PATCH 5.005_53] Change $#+
20843 ! mg.c pod/perlvar.pod t/op/pat.t
20844 ____________________________________________________________________________
20845 [ 2372] By: gsar on 1998/11/28 19:28:00
20846 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20847 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
20848 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
20849 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
20851 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
20853 ____________________________________________________________________________
20854 [ 2371] By: gsar on 1998/11/28 19:23:53
20855 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20856 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
20857 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
20858 Subject: [PATCH 5.005_53] better -Mre=debugcolor
20860 ! embedvar.h objXSUB.h regexec.c thrdvar.h
20861 ____________________________________________________________________________
20862 [ 2370] By: gsar on 1998/11/28 19:21:17
20863 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20864 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
20865 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
20866 Subject: [PATCH 5.005_*] regcolors
20868 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
20869 ____________________________________________________________________________
20870 [ 2369] By: gsar on 1998/11/28 19:00:15
20871 Log: allow final period in a file (not followed by a newline) to
20872 terminate format spec
20875 ____________________________________________________________________________
20876 [ 2368] By: gsar on 1998/11/28 18:58:25
20877 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
20878 add C<$Config{installarchlib}/CORE> to the default locations searched
20881 ! lib/ExtUtils/Liblist.pm
20882 ____________________________________________________________________________
20883 [ 2367] By: gsar on 1998/11/28 18:46:05
20884 Log: applied suggested patch with PERL_OBJECT tweaks
20885 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20886 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
20887 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
20888 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
20890 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
20891 ! regexec.c t/op/pat.t thrdvar.h
20892 ____________________________________________________________________________
20893 [ 2366] By: gsar on 1998/11/28 18:38:34
20894 Log: additional documentation for qr//
20895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20896 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
20897 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
20898 Subject: [PATCH 5.005_*] Documentation (fwd)
20900 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
20901 ____________________________________________________________________________
20902 [ 2365] By: gsar on 1998/11/28 18:35:35
20903 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20904 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
20905 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
20906 Subject: [PATCH 5.005_*] Fix \G in REx without //g
20908 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
20909 ! regexp.h t/op/pat.t thrdvar.h
20910 ____________________________________________________________________________
20911 [ 2364] By: gsar on 1998/11/28 18:24:20
20912 Log: update Test.pm to Test-1.12; tweak 're' detection
20915 ____________________________________________________________________________
20916 [ 2363] By: gsar on 1998/11/28 18:12:04
20917 Log: avoid command-line quoting portability problems in lex_assign.t
20919 ! t/op/lex_assign.t
20920 ____________________________________________________________________________
20921 [ 2362] By: gsar on 1998/11/28 18:08:50
20922 Log: From: John Tobey <jtobey@channel1.com>
20923 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
20924 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
20925 Subject: PATCH: document English.pm sawampersand and thread issues
20927 ! lib/English.pm pod/perlvar.pod
20928 ____________________________________________________________________________
20929 [ 2361] By: gsar on 1998/11/28 18:03:04
20930 Log: fix uninitialized warnings
20931 From: Brian Callaghan <callagh@itginc.com>
20932 Date: Thu, 19 Nov 1998 17:49:10 -0800
20933 Message-Id: <3654CA96.B64FCAEB@itginc.com>
20934 Subject: Complete.pm patch (version 1.1)
20936 ! lib/Term/Complete.pm
20937 ____________________________________________________________________________
20938 [ 2360] By: gsar on 1998/11/28 17:59:16
20939 Log: s/Array/List/ suggested by John Tobey
20942 ____________________________________________________________________________
20943 [ 2359] By: gsar on 1998/11/28 17:47:48
20944 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
20946 ! lib/Tie/Handle.pm pod/perlfunc.pod
20947 ____________________________________________________________________________
20948 [ 2358] By: jhi on 1998/11/28 17:23:15
20949 Log: Revamp the locale tests.
20950 (0) Instead of rewiring a few locales scan for them.
20951 (1) Bogus test #101 removed.
20952 (2) All the locales are checked, the lists of failed
20953 and non-failed ones are displayed.
20954 (3) The test #103 is again 'active' so that it may fail.
20955 (4) To balance (3) a hopefully pacifying message is shown
20958 ! t/pragma/locale.t
20959 ____________________________________________________________________________
20960 [ 2357] By: gsar on 1998/11/28 17:21:07
20961 Log: add perlreftut.pod
20963 + pod/perlreftut.pod
20964 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
20965 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
20967 ____________________________________________________________________________
20968 [ 2356] By: jhi on 1998/11/28 16:58:01
20969 Log: Change #2346 fallout.
20972 ____________________________________________________________________________
20973 [ 2355] By: gsar on 1998/11/28 16:46:43
20974 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
20978 ____________________________________________________________________________
20979 [ 2354] By: gsar on 1998/11/28 16:08:07
20980 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
20981 keep platform hacks that aren't in the 1.20 dist; add new files
20982 to MANIFEST; hack Makefile.PL; result hasn't been tested
20985 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20986 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20987 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
20988 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
20989 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
20990 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20991 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20992 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
20993 ! t/lib/io_sock.t t/lib/io_udp.t
20994 ____________________________________________________________________________
20995 [ 2353] By: jhi on 1998/11/28 15:51:03
20996 Log: Locale collation, ctype, and numeric, were initialized wrong
20997 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
21000 From: Ilya.Sandler@etak.com (Ilya Sandler)
21001 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
21002 To: perlbug@perl.com
21003 Date: 25 Nov 1998 04:53:52 +0200
21004 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
21007 ____________________________________________________________________________
21008 [ 2352] By: nick on 1998/11/28 15:21:59
21009 Log: Implement $^C to allow perl access to -c flag - I think this
21013 ____________________________________________________________________________
21014 [ 2351] By: jhi on 1998/11/28 15:14:24
21015 Log: Change #2251 fixup.
21018 ____________________________________________________________________________
21019 [ 2350] By: jhi on 1998/11/28 14:58:19
21020 Log: Integrate from mainperl.
21022 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
21023 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
21024 +> pod/perl5005delta.pod
21025 !> (integrate 49 files)
21026 ____________________________________________________________________________
21027 [ 2349] By: jhi on 1998/11/28 14:27:36
21028 Log: Passwd and group file groveling.
21030 ! t/op/grent.t t/op/pwent.t
21031 ____________________________________________________________________________
21032 [ 2348] By: gsar on 1998/11/28 14:09:50
21033 Log: more conservative version of changes#2345,2346,2347; those break
21034 C<defined(@{"foo::ISA"})> which seems to be extensively used in
21037 ! pp.c t/op/method.t
21038 ____________________________________________________________________________
21039 [ 2347] By: gsar on 1998/11/28 13:36:08
21040 Log: tweak bogus test
21043 ____________________________________________________________________________
21044 [ 2346] By: gsar on 1998/11/28 13:20:34
21045 Log: test cases for previous change
21048 ____________________________________________________________________________
21049 [ 2345] By: gsar on 1998/11/28 13:07:17
21050 Log: fix typo in pp_defined() causing C<defined %tied> to fail
21053 ____________________________________________________________________________
21054 [ 2344] By: gsar on 1998/11/28 13:03:29
21055 Log: s/comment/comment_t/ tweak (suggested by John Gorman
21056 <jgorman@webbysoft.com>)
21058 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21059 ____________________________________________________________________________
21060 [ 2343] By: gsar on 1998/11/28 12:52:40
21061 Log: add (stub) perldelta.pod
21063 + pod/perldelta.pod
21064 ____________________________________________________________________________
21065 [ 2342] By: gsar on 1998/11/28 12:49:26
21066 Log: rename perldelta.pod to perl5005delta.pod in preparation for
21069 +> pod/perl5005delta.pod
21070 - pod/perldelta.pod
21071 ! MANIFEST pod/perl.pod
21072 ____________________________________________________________________________
21073 [ 2341] By: gsar on 1998/11/28 12:41:55
21074 Log: fix MALLOC_LOCK #define
21077 ____________________________________________________________________________
21078 [ 2340] By: gsar on 1998/11/28 12:18:23
21079 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21080 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
21081 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
21082 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
21084 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
21085 ____________________________________________________________________________
21086 [ 2339] By: jhi on 1998/11/28 11:59:01
21087 Log: Add -lm to dynix/ptx POSIX hints.
21088 From: "Martin J. Bligh" <mbligh@sequent.com>
21090 Subject: Re: Making Perl work on DYNIX/ptx
21091 Date: Wed, 25 Nov 1998 10:34:41 -0800
21092 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
21094 ! ext/POSIX/hints/dynixptx.pl
21095 ____________________________________________________________________________
21096 [ 2338] By: jhi on 1998/11/28 11:57:19
21100 ____________________________________________________________________________
21101 [ 2337] By: jhi on 1998/11/28 11:56:29
21102 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
21105 ____________________________________________________________________________
21106 [ 2336] By: gsar on 1998/11/28 11:41:14
21107 Log: teach CPAN.pm to ignore beta perl distributions when looking for
21109 From: root@dogberry.rutgers.edu (root)
21110 Date: Thu, 12 Nov 1998 23:08:39 -0500
21111 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
21112 Subject: recompile tries getting a perl distribution
21115 ____________________________________________________________________________
21116 [ 2335] By: gsar on 1998/11/28 11:27:46
21117 Log: make $1 et al readonly under threads; make C<undef $1> fail like
21120 ! op.c pp.c t/op/undef.t
21121 ____________________________________________________________________________
21122 [ 2334] By: gsar on 1998/11/28 10:24:52
21123 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
21125 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
21126 ____________________________________________________________________________
21127 [ 2333] By: gsar on 1998/11/28 09:36:40
21128 Log: document changed PERL_HASH()
21130 ! pod/perlfunc.pod pod/perlguts.pod
21131 ____________________________________________________________________________
21132 [ 2332] By: nick on 1998/11/27 21:10:27
21133 Log: Handle INIT list in C.pm
21134 1. Provide init_av() from B.xs
21135 2. Export it in B.pm
21137 Also disable some pruning in savecv() which seems to undo
21139 Experimental feature - save pathnames of .so files in easily
21140 grep-able form for use in wrapper to feed to linker.
21142 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
21143 ____________________________________________________________________________
21144 [ 2327] By: gsar on 1998/11/27 15:12:01
21145 Log: integrate change#2315 from maint-5.005
21149 ____________________________________________________________________________
21150 [ 2326] By: gsar on 1998/11/27 15:00:42
21151 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
21153 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
21154 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21155 !> lib/ExtUtils/typemap
21156 ____________________________________________________________________________
21157 [ 2325] By: gsar on 1998/11/27 14:46:18
21158 Log: malloc bugfix and documentation from Ilya Zakharevich
21159 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
21160 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
21161 Subject: [PATCH 5.005_*] Re: Internal coredump
21163 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
21164 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
21165 Subject: [PATCH 5.005_*] malloc.c documentation
21168 ____________________________________________________________________________
21169 [ 2324] By: gsar on 1998/11/27 14:41:38
21170 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
21173 ____________________________________________________________________________
21174 [ 2323] By: gsar on 1998/11/27 14:33:44
21175 Log: From: maeda@src.ricoh.co.jp
21176 Date: Tue, 24 Nov 1998 10:37:45 +0900
21177 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
21178 Subject: format "..." bug
21180 ! pp_ctl.c t/op/write.t
21181 ____________________________________________________________________________
21182 [ 2322] By: gsar on 1998/11/27 14:20:12
21183 Log: add ext/Devel/Peek
21184 From: jan.dubois@ibm.net (Jan Dubois)
21185 Date: Mon, 23 Nov 1998 00:48:11 +0100
21186 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
21187 Subject: [PATCH 5.005_53] Devel::Peek integration
21189 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
21190 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
21191 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
21192 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
21193 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
21194 ____________________________________________________________________________
21195 [ 2321] By: gsar on 1998/11/27 13:03:08
21196 Log: ensure 'make regen_headers' even without perl installed
21197 (suggested by Ilya Zakharevich)
21199 ! bytecode.pl warning.pl
21200 ____________________________________________________________________________
21201 [ 2320] By: gsar on 1998/11/27 12:58:36
21202 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21203 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
21204 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
21205 Subject: [PATCH 5.005_*] Cosmetic malloc patch
21208 ____________________________________________________________________________
21209 [ 2319] By: gsar on 1998/11/27 12:56:13
21210 Log: eliminate dup hunk from integration
21212 ! lib/filetest.pm perl.h
21213 ____________________________________________________________________________
21214 [ 2318] By: gsar on 1998/11/27 12:50:08
21215 Log: integrate cfgperl changes into mainline
21217 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
21219 !> (integrate 30 files)
21220 ____________________________________________________________________________
21221 [ 2317] By: jhi on 1998/11/27 11:38:13
21225 ____________________________________________________________________________
21226 [ 2316] By: jhi on 1998/11/27 11:10:22
21227 Log: Integrate from mainperl.
21229 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
21230 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
21231 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
21232 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
21233 !> win32/win32sck.c
21234 ____________________________________________________________________________
21235 [ 2315] By: gbarr on 1998/11/27 05:16:50
21236 Log: integrate change#2246 from mainline, while still allowing
21237 C<sort $globref @foo>
21239 allow C<sort $coderef @foo>
21240 Branch: maint-5.005/perl
21243 ____________________________________________________________________________
21244 [ 2308] By: gbarr on 1998/11/27 00:11:44
21245 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
21246 forwarded by Jarkko Hietaniemi from Mark Bixby
21247 Branch: maint-5.005/perl
21248 ! ext/DynaLoader/dl_mpeix.xs installperl
21249 ____________________________________________________________________________
21250 [ 2306] By: gbarr on 1998/11/26 23:44:47
21251 Log: Allow PL_FILES to have multiple targets from one source by allowing
21252 an array ref as the value in the hash
21253 Branch: maint-5.005/perl
21254 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21255 ! lib/ExtUtils/MakeMaker.pm
21256 ____________________________________________________________________________
21257 [ 2305] By: gbarr on 1998/11/26 23:38:06
21258 Log: fix unsigned variables to use SvUV and sv_setuv
21259 Branch: maint-5.005/perl
21260 ! lib/ExtUtils/typemap
21261 ____________________________________________________________________________
21262 [ 2304] By: gbarr on 1998/11/26 23:36:17
21263 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
21264 Branch: maint-5.005/perl
21265 ! lib/ExtUtils/MM_Unix.pm
21266 ____________________________________________________________________________
21267 [ 2301] By: gsar on 1998/11/26 10:16:54
21268 Log: fix PL_defoutgv leak under threads
21270 ! ext/Thread/Thread.xs
21271 ____________________________________________________________________________
21272 [ 2300] By: gsar on 1998/11/26 09:04:44
21273 Log: properly free temporaries created by threads
21275 ! ext/Thread/Thread.xs
21276 ____________________________________________________________________________
21277 [ 2299] By: gsar on 1998/11/26 06:51:16
21278 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
21279 to set the package for the block properly
21281 ! op.c t/comp/package.t t/lib/dumper.t
21282 ____________________________________________________________________________
21283 [ 2298] By: nick on 1998/11/24 22:04:20
21284 Log: Part-1 of tweaks to allow Tk to be "compiled"
21285 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
21286 (May also need attention to exports etc. - to follow.)
21289 ____________________________________________________________________________
21290 [ 2294] By: jhi on 1998/11/23 10:44:26
21291 Log: The new socket tests need in some platforms
21292 to #include <sys/types.h>.
21295 ____________________________________________________________________________
21296 [ 2293] By: jhi on 1998/11/23 10:33:42
21297 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21298 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
21299 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21300 Date: Mon, 23 Nov 1998 10:07:04 +0100
21301 Message-Id: <9811230907.AA06484@AWT.nl>
21303 NeXTstep NetInfo uses nidump to get the user/group databases.
21305 ! t/op/grent.t t/op/pwent.t
21306 ____________________________________________________________________________
21307 [ 2291] By: TimBunce on 1998/11/22 22:23:09
21308 Log: Updated Porting/patchls utility.
21309 Branch: maint-5.004/perl
21311 ____________________________________________________________________________
21312 [ 2288] By: TimBunce on 1998/11/22 21:46:11
21313 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
21314 From: Henrik Tougaard <ht.000@foa.dk>
21315 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
21316 Files: lib/Sys/Syslog.pm
21317 Branch: maint-5.004/perl
21318 ! lib/Sys/Syslog.pm
21319 ____________________________________________________________________________
21320 [ 2286] By: jhi on 1998/11/22 19:08:42
21321 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
21323 ! ext/Socket/Socket.xs
21324 ____________________________________________________________________________
21325 [ 2285] By: jhi on 1998/11/22 18:21:07
21326 Log: MSG_PROXY for GNU/Hurd (previously we believed that
21327 all GNU libc platforms have MSG_PROXY. Untrue).
21328 In fact this ended up as a major MSG_* and SCM_*
21329 update. The MSG_XXX known to be enums in some
21330 versions of the glibc are now probed for and respective
21331 HAS_MSG_XXX are defined. While I was at it I noticed
21332 SCM_RIGHTS being similarly an enum. This reminded me of
21333 an ancient discussion in perl5-porters:
21334 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
21335 The BSD socket interface has a nifty feature for passing
21336 file descriptors and credentials--via sockets. It may be
21337 too late to add this functionality to the CORE but
21338 at least Configure now probes for the functions,
21339 structs, and includes, defining the appropriate
21340 HAS_YYY and I_ZZZ, and the Socket extension exports
21341 the constants, in case somebody wants to write an
21342 extension for this interface.
21344 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21345 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
21347 ____________________________________________________________________________
21348 [ 2284] By: jhi on 1998/11/22 18:13:21
21349 Log: perlhist.pod 1.54, containing 5_53.
21352 ____________________________________________________________________________
21353 [ 2274] By: TimBunce on 1998/11/22 16:25:46
21354 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
21355 Branch: maint-5.004/perl
21357 ____________________________________________________________________________
21358 [ 2273] By: TimBunce on 1998/11/22 16:17:43
21359 Log: Improve op/die_exit.t test for implicit close changing $!
21360 Branch: maint-5.004/perl
21362 ____________________________________________________________________________
21363 [ 2268] By: jhi on 1998/11/22 14:44:11
21366 ! hints/dynixptx.sh
21367 ____________________________________________________________________________
21368 [ 2267] By: jhi on 1998/11/22 13:19:41
21369 Log: Document the d_socket override.
21371 ! hints/dynixptx.sh
21372 ____________________________________________________________________________
21373 [ 2266] By: jhi on 1998/11/22 12:12:29
21374 Log: From: John Tobey <jtobey@channel1.com>
21375 Subject: [PATCH] perlfaq typos
21376 To: perl5-porters@perl.com
21377 Date: 22 Nov 1998 04:25:15 +0200
21378 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
21380 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21381 ! pod/perlfaq7.pod pod/perlfaq8.pod
21382 ____________________________________________________________________________
21383 [ 2265] By: jhi on 1998/11/22 12:06:29
21384 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21385 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
21386 Newsgroups: hut.lists.perl5-porters
21387 To: gsar@engin.umich.edu (Gurusamy Sarathy)
21388 Cc: perl5-porters@perl.org (Perl5 Porters)
21389 Date: 20 Nov 1998 12:20:41 +0200
21391 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21392 ! ext/DB_File/DB_File.xs
21393 ____________________________________________________________________________
21394 [ 2264] By: jhi on 1998/11/22 11:55:09
21395 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
21396 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21397 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21398 To: perlbug@perl.com
21399 Date: 20 Nov 1998 18:39:06 +0200
21401 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21403 ! t/op/grent.t t/op/pwent.t
21404 ____________________________________________________________________________
21405 [ 2263] By: jhi on 1998/11/22 11:42:59
21406 Log: Permission testing is tricky when we have too much power.
21407 Problem reported in
21408 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21409 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21410 To: perlbug@perl.com
21411 Date: 20 Nov 1998 18:39:06 +0200
21412 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21415 ____________________________________________________________________________
21416 [ 2262] By: gsar on 1998/11/22 11:37:02
21417 Log: fix broken CAPI generation
21420 ____________________________________________________________________________
21421 [ 2261] By: jhi on 1998/11/22 11:17:00
21422 Log: -x should be C<-x>, reported by Gerben Wierda.
21425 ____________________________________________________________________________
21426 [ 2260] By: gsar on 1998/11/22 11:12:02
21427 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
21429 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
21431 ____________________________________________________________________________
21432 [ 2259] By: jhi on 1998/11/22 11:06:40
21433 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21434 Subject: Re: [PATCH] Re: pod2man bug in date generated line
21435 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
21436 Cc: perlbug@perl.com
21437 Date: 20 Nov 1998 21:30:17 +0200
21438 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
21441 ____________________________________________________________________________
21442 [ 2256] By: jhi on 1998/11/21 10:44:01
21443 Log: From: Thomas Bowditch <bowditch@inmet.com>
21444 Subject: Benchmark.pm suggestion
21445 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
21446 Date: Fri, 20 Nov 1998 17:43:46 -0500
21447 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
21452 ____________________________________________________________________________
21453 [ 2255] By: gsar on 1998/11/21 08:45:06
21454 Log: another win32 portability fix: make sysread() and syswrite()
21457 ! pp_sys.c win32/win32.h
21458 ____________________________________________________________________________
21459 [ 2254] By: gsar on 1998/11/21 07:49:06
21460 Log: win32_recvfrom() compatibility fix
21463 ____________________________________________________________________________
21464 [ 2253] By: jhi on 1998/11/20 08:22:06
21465 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21467 Subject: MPE/iX Perl 5.005_02 oops
21468 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
21469 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
21471 ! ext/DynaLoader/dl_mpeix.xs installperl
21472 ____________________________________________________________________________
21473 [ 2252] By: gsar on 1998/11/19 17:38:03
21474 Log: mess_sv tweak for change#2249
21477 ____________________________________________________________________________
21478 [ 2251] By: jhi on 1998/11/18 12:32:19
21479 Log: Display use64bits and usemultiplicity but only if necessary.
21482 ____________________________________________________________________________
21483 [ 2250] By: jhi on 1998/11/18 12:26:50
21484 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
21485 Subject: pp.c uses 'unsigned Quad_t'
21486 To: perlbug@perl.com
21487 Date: Sun, 15 Nov 1998 20:57:05 -0300
21488 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
21491 ____________________________________________________________________________
21492 [ 2249] By: gsar on 1998/11/18 05:43:11
21493 Log: use PL_mess_sv only during global destruction (fixes problems with
21494 overlapping invocations of form()/warn()/die()/croak() trampling on
21495 each other's messages)
21498 ____________________________________________________________________________
21499 [ 2248] By: gsar on 1998/11/18 05:39:36
21500 Log: tweak change#2245 to skip previous message if any
21502 ! pp_ctl.c t/pragma/warn/pp_ctl
21503 ____________________________________________________________________________
21504 [ 2247] By: jhi on 1998/11/17 11:46:56
21505 Log: Integrate from mainperl.
21507 !> (integrate 26 files)
21508 ____________________________________________________________________________
21509 [ 2246] By: gsar on 1998/11/17 09:41:10
21510 Log: allow C<sort $coderef @foo>
21512 ! op.c t/op/sort.t t/pragma/overload.t
21513 ____________________________________________________________________________
21514 [ 2245] By: gsar on 1998/11/17 08:28:26
21515 Log: propagate failures in DESTROY() as (optional) warnings
21517 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
21518 ____________________________________________________________________________
21519 [ 2244] By: gsar on 1998/11/17 07:43:08
21520 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
21523 ____________________________________________________________________________
21524 [ 2243] By: gsar on 1998/11/17 07:40:09
21525 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
21527 ! lib/warning.pm warning.h warning.pl
21528 ____________________________________________________________________________
21529 [ 2242] By: gsar on 1998/11/17 06:32:39
21530 Log: fix skipspace() to properly account for newlines in eval''-ed
21531 strings (caused bogus line numbers in diagnostics and debugger)
21533 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
21534 ____________________________________________________________________________
21535 [ 2241] By: gsar on 1998/11/17 03:48:12
21536 Log: s/Perl_utf8skip/PL_utf8skip/g
21538 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
21539 ____________________________________________________________________________
21540 [ 2240] By: gsar on 1998/11/14 06:09:06
21541 Log: rework op/groups.t
21543 ! t/op/filetest.t t/op/groups.t
21544 ____________________________________________________________________________
21545 [ 2235] By: gsar on 1998/11/14 00:17:05
21546 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
21549 ____________________________________________________________________________
21550 [ 2234] By: gsar on 1998/11/14 00:14:02
21551 Log: update Changes
21553 ! Changes win32/config.bc win32/config.gc win32/config.vc
21554 ____________________________________________________________________________
21555 [ 2233] By: gsar on 1998/11/13 09:43:03
21559 ____________________________________________________________________________
21560 [ 2230] By: jhi on 1998/11/12 17:07:45
21561 Log: Allow hints file override for d_socket
21562 (based on Sequent-induced change #2229).
21565 ____________________________________________________________________________
21566 [ 2229] By: jhi on 1998/11/12 16:32:33
21568 From: "Martin J. Bligh" <mbligh@sequent.com>
21570 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21571 Subject: Re: Making Perl work on DYNIX/ptx
21572 Date: Tue, 10 Nov 1998 16:24:26 -0800
21573 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
21575 ! hints/dynixptx.sh
21576 ____________________________________________________________________________
21577 [ 2228] By: jhi on 1998/11/12 11:40:37
21578 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
21579 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
21581 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21582 Subject: Re: Making Perl work on DYNIX/ptx
21583 Date: Tue, 10 Nov 1998 18:01:10 -0800
21585 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
21586 ____________________________________________________________________________
21587 [ 2227] By: jhi on 1998/11/12 11:17:42
21588 Log: Integrate from mainperl.
21590 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
21591 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
21592 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21593 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
21594 !> win32/win32.c x2p/s2p.PL
21595 ____________________________________________________________________________
21596 [ 2226] By: gsar on 1998/11/11 21:05:42
21597 Log: provide -DPERL_POLLUTE
21599 ! embed.pl embedvar.h
21600 ____________________________________________________________________________
21601 [ 2225] By: jhi on 1998/11/09 07:45:12
21602 Log: From: Hans Mulder <hansm@icgroup.nl>
21603 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
21604 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
21605 perl5-porters@perl.org
21606 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
21608 Date: Sun, 8 Nov 98 22:20:23 +0100
21609 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
21612 ____________________________________________________________________________
21613 [ 2224] By: gsar on 1998/11/09 03:13:14
21614 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
21615 Christoph <lupe@alanya.m.isar.de>)
21618 ____________________________________________________________________________
21619 [ 2223] By: gsar on 1998/11/09 02:09:06
21620 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
21621 <lionel.fourquaux@wanadoo.fr>)
21624 ____________________________________________________________________________
21625 [ 2222] By: gsar on 1998/11/09 01:56:24
21626 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
21627 Date: Wed, 04 Nov 1998 12:19:44 +0000
21628 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
21629 Subject: [PATCH] Re: [5.005_53] read overflow?
21631 Date: Wed, 04 Nov 1998 13:15:18 +0000
21632 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
21633 Subject: [PATCH 5.005_53] perl -V fix
21636 ____________________________________________________________________________
21637 [ 2221] By: gsar on 1998/11/09 01:34:56
21638 Log: From: jan.dubois@ibm.net (Jan Dubois)
21639 Date: Sun, 01 Nov 1998 00:05:01 +0100
21640 Message-ID: <364294bd.18052307@smtp1.ibm.net>
21641 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
21643 ! Changes win32/makedef.pl
21644 ____________________________________________________________________________
21645 [ 2220] By: gsar on 1998/11/08 21:13:07
21646 Log: integrate changes#2120,2168,2218 from maint-5.005;
21647 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
21648 enum; make regen_headers
21650 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
21651 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
21652 ____________________________________________________________________________
21653 [ 2219] By: gsar on 1998/11/08 19:42:57
21654 Log: integrate cfgperl changes into mainline
21657 !> Configure MANIFEST Porting/Glossary Porting/config.sh
21658 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
21659 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
21660 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
21661 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
21662 !> thread.h vms/subconfigure.com vos/config.h
21663 ____________________________________________________________________________
21664 [ 2218] By: gbarr on 1998/11/08 16:48:44
21665 Log: From: Graham Barr <gbarr@ti.com>
21666 Date: Mon, 2 Nov 1998 07:38:52 -0600
21667 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
21668 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
21669 Branch: maint-5.005/perl
21670 ! ext/IPC/SysV/Msg.pm
21671 ____________________________________________________________________________
21672 [ 2215] By: gsar on 1998/11/08 02:52:52
21673 Log: set close-on-exec bit on pipe() FDs
21675 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21676 ____________________________________________________________________________
21677 [ 2214] By: gsar on 1998/11/08 02:27:57
21678 Log: typo in newHVhv()
21681 ____________________________________________________________________________
21682 [ 2211] By: jhi on 1998/11/07 21:14:18
21683 Log: Finalize the Mach CThreads support.
21685 From: Hans Mulder <hansm@icgroup.nl>
21686 Date: Sat, 7 Nov 98 22:06:20 +0100
21687 To: Gurusamy Sarathy <gsar@engin.umich.edu>
21688 Cc: jhi@iki.fi, perl5-porters@perl.org
21689 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21690 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
21693 ____________________________________________________________________________
21694 [ 2210] By: gsar on 1998/11/06 20:36:50
21695 Log: fix AvREALISH bogusness
21697 ! av.c t/op/array.t
21698 ____________________________________________________________________________
21699 [ 2209] By: jhi on 1998/11/06 08:05:31
21700 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
21701 ASSERT() causes problems in {NeXTStep,OpenStep}.
21703 From: Hans Mulder <hansm@icgroup.nl>
21704 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
21705 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21706 Date: Fri, 6 Nov 98 01:27:41 +0100
21707 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
21711 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21712 Subject: Re: ASSERT() in malloc.c
21714 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
21715 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
21718 ____________________________________________________________________________
21719 [ 2208] By: jhi on 1998/11/06 07:55:38
21720 Log: Mach CThreads needs #include <mach/cthreads.h>.
21723 ____________________________________________________________________________
21724 [ 2206] By: jhi on 1998/11/05 14:54:52
21725 Log: PERL_BADLANG wrongly documented.
21727 From: ts <decoux@moulon.inra.fr>
21729 Subject: Re: Locale warning messages
21730 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
21731 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
21735 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21736 Subject: Re: PERL_BADLANG
21738 Subject: Re: PERL_BADLANG
21739 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
21740 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
21742 ! pod/perllocale.pod
21743 ____________________________________________________________________________
21744 [ 2205] By: jhi on 1998/11/05 14:24:33
21745 Log: Document all the control flow keywords in perlfunc
21746 so that "perlfunc -f while" works.
21749 ____________________________________________________________________________
21750 [ 2204] By: jhi on 1998/11/05 12:46:02
21751 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
21752 (from vos/config.h). Update Porting/{Glossary,config*}.
21754 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21755 ! config_h.SH vos/config.h
21756 ____________________________________________________________________________
21757 [ 2203] By: jhi on 1998/11/05 08:34:39
21758 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
21760 ! hints/vmesa.sh vms/subconfigure.com
21761 ____________________________________________________________________________
21762 [ 2202] By: jhi on 1998/11/05 08:03:20
21763 Log: Integrate from mainperl.
21765 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
21766 !> win32/Makefile win32/makefile.mk win32/win32.c
21767 ____________________________________________________________________________
21768 [ 2201] By: gsar on 1998/11/05 04:40:44
21769 Log: another POPSTACK victim
21772 ____________________________________________________________________________
21773 [ 2196] By: gsar on 1998/11/05 02:07:54
21774 Log: fix a location affected by change#2191, add note about POPSTACK
21776 ! cop.h gv.c pp_ctl.c
21777 ____________________________________________________________________________
21778 [ 2195] By: gsar on 1998/11/05 02:04:45
21779 Log: makefile notes
21781 ! win32/Makefile win32/makefile.mk
21782 ____________________________________________________________________________
21783 [ 2192] By: gsar on 1998/11/04 23:48:53
21784 Log: indeterminate order-of-evaluation fixes
21787 ____________________________________________________________________________
21788 [ 2191] By: gsar on 1998/11/04 23:02:16
21789 Log: refetch local stack pointer in POPSTACK
21792 ____________________________________________________________________________
21793 [ 2190] By: jhi on 1998/11/04 08:50:40
21794 Log: Configure update.
21795 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
21797 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21798 To: Martin Bligh <mbligh@sequent.com>
21799 Cc: Jarkko Hietaniemi <jhi@iki.fi>
21800 Subject: Re: Perl 5's configure on DYNIX/ptx
21801 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
21802 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
21804 find sockets also from libsocket, not just libnet.
21805 OS390: $compile_ok instead of $compile for <inttypes.h>,
21807 From: pvhp@forte.com (Peter Prymmer)
21808 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
21809 Subject: _53 not OK on os390 but looking better than ever
21810 Date: Tue, 3 Nov 98 17:33:22 PST
21811 Message-Id: <9811040133.AA09450@forte.com>
21814 ____________________________________________________________________________
21815 [ 2189] By: jhi on 1998/11/04 07:43:58
21816 Log: sysio.t failure: fix undefined order of evaluation, from
21818 From: Spider Boardman <spider@web.zk3.dec.com>
21819 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
21820 To: perlbug@perl.com
21821 Date: 4 Nov 1998 01:22:30 +0200
21822 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
21825 ____________________________________________________________________________
21826 [ 2188] By: gsar on 1998/11/04 02:59:16
21827 Log: fix return value of win32_pclose()
21830 ____________________________________________________________________________
21831 [ 2187] By: gsar on 1998/11/04 02:56:34
21832 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
21834 ! Changes doop.c gv.c util.c
21835 ____________________________________________________________________________
21836 [ 2186] By: jhi on 1998/11/03 08:17:52
21837 Log: Document quads in pack.
21840 ____________________________________________________________________________
21841 [ 2185] By: jhi on 1998/11/03 07:49:35
21842 Log: (IV) vs (I32) vs I_V()
21844 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
21845 From: Anton Berezin <tobez@plab.ku.dk>
21846 To: "p5p" <perl5-porters@perl.org>
21847 Date: 01 Nov 1998 15:09:11 +0100
21848 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
21852 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21853 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
21854 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
21857 ____________________________________________________________________________
21858 [ 2184] By: jhi on 1998/11/03 07:42:46
21859 Log: VM/ESA updates.
21862 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
21863 ____________________________________________________________________________
21864 [ 2183] By: jhi on 1998/11/02 12:58:13
21865 Log: The id(1)-parsing is real fun.
21868 ____________________________________________________________________________
21869 [ 2182] By: jhi on 1998/11/02 12:07:43
21870 Log: Decommission the symlink test.
21872 ! t/op/lex_assign.t
21873 ____________________________________________________________________________
21874 [ 2181] By: jhi on 1998/11/02 12:03:08
21875 Log: Replace ATTR_JOINABLE with true Configure probe
21876 for PTHREAD_CREATE_JOINABLE (or equivalent:
21877 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
21878 Remove ATTR_JOINABLE itself: Thread.xs uses
21879 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
21881 Really scan for <mach/cthreads.h> only if usethreads.
21883 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
21884 ____________________________________________________________________________
21885 [ 2180] By: jhi on 1998/11/02 11:07:34
21886 Log: In HP-UX 10.X usethreads only if the required files are present.
21889 ____________________________________________________________________________
21890 [ 2179] By: jhi on 1998/11/02 09:10:33
21891 Log: Prefer groups(1).
21892 id -Gn can be broken.
21893 id -a can save the day.
21896 ____________________________________________________________________________
21897 [ 2178] By: jhi on 1998/11/02 08:35:29
21898 Log: Detrail enum comma.
21901 ____________________________________________________________________________
21902 [ 2177] By: jhi on 1998/11/02 08:24:12
21903 Log: 0**0 = 1, from
21905 From: d-lewart@uiuc.edu (Daniel S. Lewart)
21906 Subject: Math::Complex 0**0 patches
21907 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
21908 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
21909 To: jhi@iki.fi (Jarkko Hietaniemi),
21910 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
21912 ! lib/Math/Complex.pm t/lib/complex.t
21913 ____________________________________________________________________________
21914 [ 2168] By: gbarr on 1998/11/01 01:58:58
21915 Log: From: jan.dubois@ibm.net (Jan Dubois)
21916 Date: Fri, 09 Oct 1998 23:28:31 +0200
21917 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
21918 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
21919 Branch: maint-5.005/perl
21921 ____________________________________________________________________________
21922 [ 2164] By: jhi on 1998/10/31 15:50:02
21923 Log: Integrate from mainperl.
21925 +> t/op/lex_assign.t
21926 !> (integrate 45 files)
21932 ____________________________________________________________________________
21933 [ 2163] By: gsar on 1998/10/31 11:31:12
21934 Log: bump patchlevel; other minor fixes for clean build and test on
21937 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
21938 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
21939 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
21940 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21942 ____________________________________________________________________________
21943 [ 2162] By: gsar on 1998/10/31 09:40:31
21944 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21945 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
21946 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
21947 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
21950 ____________________________________________________________________________
21951 [ 2161] By: gsar on 1998/10/31 09:39:13
21952 Log: From: Albert Dvornik <bert@genscan.com>
21953 Date: 30 Oct 1998 17:50:04 -0500
21954 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
21955 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
21957 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
21958 ____________________________________________________________________________
21959 [ 2160] By: gsar on 1998/10/31 09:35:03
21960 Log: fix for bugs in -x mode
21961 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21962 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
21963 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
21964 Subject: [PATCH 5.00552] Fix h2xs
21967 ____________________________________________________________________________
21968 [ 2159] By: gsar on 1998/10/31 09:31:36
21969 Log: Data::Dumper update
21971 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
21972 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
21973 ____________________________________________________________________________
21974 [ 2153] By: gsar on 1998/10/30 21:40:09
21975 Log: add testsuite portion of patch
21976 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21977 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
21978 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
21979 Subject: [PATCH 5.00321 ;-)] 87% speedup
21981 + t/op/lex_assign.t
21983 ____________________________________________________________________________
21984 [ 2152] By: gsar on 1998/10/30 21:08:11
21985 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
21987 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
21988 ____________________________________________________________________________
21989 [ 2151] By: gsar on 1998/10/30 20:18:09
21990 Log: From: Mark-Jason Dominus <mjd@plover.com>
21991 Date: Fri, 30 Oct 1998 14:24:23 EST
21992 Message-Id: <19981030192423.27276.qmail@plover.com>
21993 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
21996 ____________________________________________________________________________
21997 [ 2150] By: gsar on 1998/10/30 20:08:57
21998 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21999 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
22000 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
22001 Subject: [PATCH 5.00552] Overloaded <> and deref again
22003 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
22004 ! t/pragma/overload.t toke.c
22005 ____________________________________________________________________________
22006 [ 2149] By: gsar on 1998/10/30 19:38:15
22007 Log: From: Roderick Schertler <roderick@argon.org>
22008 Date: Thu, 29 Oct 1998 14:50:18 -0500
22009 Message-ID: <17625.909690618@eeyore.ibcinc.com>
22010 Subject: patch for daemonization docs in perlipc
22013 ____________________________________________________________________________
22014 [ 2148] By: gsar on 1998/10/30 19:36:07
22015 Log: From: Anton Berezin <tobez@plab.ku.dk>
22016 Date: 29 Oct 1998 17:06:25 +0100
22017 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
22018 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
22021 ____________________________________________________________________________
22022 [ 2147] By: gsar on 1998/10/30 19:31:37
22023 Log: tweaked version of suggested patch
22024 From: Anton Berezin <tobez@plab.ku.dk>
22025 Date: 29 Oct 1998 14:48:54 +0100
22026 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
22027 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
22030 ____________________________________________________________________________
22031 [ 2146] By: gsar on 1998/10/30 19:03:50
22032 Log: hand-apply whitespace-mutiliated patch
22033 From: "vishal bhatia" <vishalb@hotmail.com>
22034 Date: Wed, 28 Oct 1998 23:45:32 PST
22035 Message-ID: <19981029074534.2334.qmail@hotmail.com>
22036 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
22038 ! ext/B/B/C.pm ext/B/B/CC.pm
22039 ____________________________________________________________________________
22040 [ 2145] By: gsar on 1998/10/30 18:46:58
22041 Log: remaining PL_foo stragglers
22043 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
22044 ! op.h os2/os2.c vms/gen_shrfls.pl
22045 ____________________________________________________________________________
22046 [ 2144] By: gsar on 1998/10/30 17:38:36
22047 Log: integrate cfgperl tweaks into mainline
22049 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
22050 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
22051 ____________________________________________________________________________
22052 [ 2143] By: jhi on 1998/10/30 13:27:39
22053 Log: There can be multiple yacc/bison errors.
22055 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
22056 ____________________________________________________________________________
22057 [ 2142] By: jhi on 1998/10/30 13:18:43
22058 Log: README.posix-bc update.
22061 ____________________________________________________________________________
22062 [ 2141] By: jhi on 1998/10/30 09:12:59
22063 Log: #2133 fallout.
22065 ! doio.c ext/POSIX/POSIX.xs
22066 ____________________________________________________________________________
22067 [ 2140] By: jhi on 1998/10/30 08:43:18
22068 Log: Integrate from mainperl.
22070 +> globvar.sym pp.sym
22071 - objpp.h thread.sym
22072 !> (integrate 61 files)
22073 ____________________________________________________________________________
22074 [ 2133] By: gsar on 1998/10/30 02:51:39
22075 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
22076 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
22077 should soon be automated also; the global variables that
22078 escaped the PL_foo conversion are now reined in; renamed
22079 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
22080 type of same name; duplicated lists of pp_things in various
22081 places is now gone; result has only been tested on win32
22083 + globvar.sym pp.sym
22084 - objpp.h thread.sym
22085 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
22086 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
22087 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
22088 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
22089 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
22090 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
22091 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
22092 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
22093 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
22094 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22095 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
22096 ____________________________________________________________________________
22097 [ 2130] By: jhi on 1998/10/29 15:31:26
22098 Log: Pure bison yylex() proto was broken.
22101 ____________________________________________________________________________
22102 [ 2126] By: jhi on 1998/10/29 08:35:54
22103 Log: Integrate mainperl.
22105 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
22106 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
22107 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
22108 !> t/pragma/warn/doio toke.c win32/makefile.mk
22109 ____________________________________________________________________________
22110 [ 2125] By: jhi on 1998/10/29 08:32:38
22111 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
22114 ____________________________________________________________________________
22115 [ 2124] By: jhi on 1998/10/29 08:06:44
22116 Log: EBCDIC Makefile.SH tuneup.
22119 ____________________________________________________________________________
22120 [ 2119] By: gsar on 1998/10/28 23:24:04
22121 Log: remove doubled hunk from integration
22124 ____________________________________________________________________________
22125 [ 2118] By: gsar on 1998/10/28 22:03:31
22126 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22127 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
22128 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
22129 Subject: [PATCH 5.00552] Minor debugger tweaks
22132 ____________________________________________________________________________
22133 [ 2117] By: gsar on 1998/10/28 22:02:30
22134 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22135 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
22136 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
22137 Subject: [PATCH 5.00552] Make sort respect overloading
22139 ! pp_ctl.c proto.h t/pragma/overload.t
22140 ____________________________________________________________________________
22141 [ 2116] By: gsar on 1998/10/28 21:51:11
22142 Log: MM patches from Ilya Zakharevich
22143 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
22144 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
22145 Subject: [PATCH 5.00552] Make MakeMaker more verbose
22147 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
22148 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
22149 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
22151 ! lib/ExtUtils/MakeMaker.pm
22152 ____________________________________________________________________________
22153 [ 2115] By: gsar on 1998/10/28 21:46:19
22154 Log: add explicit references to perl source path in ld2 and gcc2
22156 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
22157 ____________________________________________________________________________
22158 [ 2114] By: gsar on 1998/10/28 21:39:56
22159 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22160 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
22161 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
22162 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
22165 ____________________________________________________________________________
22166 [ 2113] By: gsar on 1998/10/28 21:21:16
22167 Log: integrate cfgperl into mainline
22170 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
22171 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
22172 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
22173 !> thread.h toke.c vmesa/Makefile
22174 ____________________________________________________________________________
22175 [ 2112] By: gsar on 1998/10/28 21:14:18
22178 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
22179 ____________________________________________________________________________
22180 [ 2111] By: gsar on 1998/10/28 18:52:10
22181 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
22184 ____________________________________________________________________________
22185 [ 2110] By: jhi on 1998/10/28 15:07:54
22186 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
22189 ____________________________________________________________________________
22190 [ 2109] By: jhi on 1998/10/28 13:39:54
22191 Log: a2p.y needs to generate also y.tab.h.
22194 ____________________________________________________________________________
22195 [ 2108] By: jhi on 1998/10/28 10:33:36
22196 Log: The "parse error" must be converted to "syntax error",
22197 just matching it aint' enough.
22199 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22200 ! t/pragma/warning.t
22201 ____________________________________________________________________________
22202 [ 2107] By: jhi on 1998/10/28 10:23:05
22203 Log: Regen sig_n{ame,umber}* if slightest doubt.
22206 ____________________________________________________________________________
22207 [ 2106] By: jhi on 1998/10/28 08:44:49
22208 Log: Bison says 'parse error', not 'parser error'.
22210 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22211 ! t/pragma/warning.t
22212 ____________________________________________________________________________
22213 [ 2105] By: jhi on 1998/10/28 08:42:09
22214 Log: yylex() parametrization.
22217 ____________________________________________________________________________
22218 [ 2104] By: jhi on 1998/10/28 08:25:09
22219 Log: Bring in #2102.
22222 ____________________________________________________________________________
22223 [ 2103] By: jhi on 1998/10/28 08:22:04
22224 Log: From: Dominic Dunlop <domo@vo.lu>
22225 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
22226 Date: 27 Oct 1998 20:47:25 +0200
22227 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
22230 ____________________________________________________________________________
22231 [ 2102] By: larry on 1998/10/27 18:58:55
22232 Log: utf8 change to quotemeta broke EBCDIC
22235 ____________________________________________________________________________
22236 [ 2101] By: jhi on 1998/10/27 12:55:34
22237 Log: $Config{sig_num_init}.
22238 Also, a new approach to the 'pthreads-created-joinable': drop
22239 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
22240 directly. (See also #2096).
22242 ! Configure config_h.SH
22243 ____________________________________________________________________________
22244 [ 2100] By: jhi on 1998/10/27 10:48:55
22245 Log: Regenerated perly_c.diff.
22248 ____________________________________________________________________________
22249 [ 2099] By: jhi on 1998/10/27 08:42:25
22250 Log: First the mangler was Netscape, then it was me.
22253 ____________________________________________________________________________
22254 [ 2098] By: jhi on 1998/10/27 08:34:40
22255 Log: `id -Gn` might be available where `groups` is not.
22258 ____________________________________________________________________________
22259 [ 2097] By: jhi on 1998/10/27 08:05:17
22260 Log: Netscape had mangled the tabs.
22263 ____________________________________________________________________________
22264 [ 2096] By: jhi on 1998/10/27 08:03:05
22265 Log: ATTR_JOINABLE logic, based on (private email)
22267 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22268 Subject: Some little diffs
22269 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
22270 Date: Tue, 27 Oct 1998 13:44:42 +1300
22273 ____________________________________________________________________________
22274 [ 2095] By: jhi on 1998/10/27 07:56:57
22275 Log: Mach cthreads support based on:
22277 From: brie@corp.home.net (Brian Harrison)
22278 Subject: perl5.005_02 patch for mthreads
22279 To: perl5-porters@perl.org
22280 Date: 24 Oct 1998 01:01:55 +0300
22281 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
22283 Pthread yield probe (dejavu)
22284 Cosmetic nanochange for the union semun output.
22285 Better inttypes.h probe.
22286 Undo the 'void *' $selecttype probe from #1971 because
22287 it breaks the $selectminbits test.
22289 ! Configure config_h.SH perl.h thread.h
22290 ____________________________________________________________________________
22291 [ 2094] By: jhi on 1998/10/26 13:02:07
22292 Log: Also posix-bc wants to reyacc.
22295 ____________________________________________________________________________
22296 [ 2093] By: jhi on 1998/10/26 10:17:21
22297 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
22298 5_02 and really breaking things in non-ASCII worlds.
22301 ____________________________________________________________________________
22302 [ 2092] By: jhi on 1998/10/26 09:08:00
22303 Log: More robustness.
22305 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22306 ! t/pragma/warning.t
22307 ____________________________________________________________________________
22308 [ 2091] By: jhi on 1998/10/26 08:47:32
22309 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
22310 Bison really wants YYLEX_PARAM.
22312 ! perly.y proto.h toke.c
22313 ____________________________________________________________________________
22314 [ 2090] By: jhi on 1998/10/26 08:21:25
22315 Log: s/YYLEX_PARAM/YYLEXPARAM/
22318 ____________________________________________________________________________
22319 [ 2089] By: jhi on 1998/10/26 08:17:33
22320 Log: Indicate skipped subtests.
22323 ____________________________________________________________________________
22324 [ 2088] By: jhi on 1998/10/26 08:11:36
22325 Log: Integrate from mainperl.
22327 !> (integrate 54 files)
22328 ____________________________________________________________________________
22329 [ 2087] By: jhi on 1998/10/26 08:08:02
22330 Log: Add test for filetests.
22334 ____________________________________________________________________________
22335 [ 2086] By: gsar on 1998/10/26 02:44:44
22336 Log: various win32 tweaks; disable new xs_cpp section (it creates
22337 ambiguous inference graph for %.xs --> %.o)
22339 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
22340 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
22341 ! win32/config.gc win32/config_H.gc win32/makedef.pl
22342 ! win32/makefile.mk win32/win32.h
22343 ____________________________________________________________________________
22344 [ 2085] By: gsar on 1998/10/26 00:50:02
22345 Log: sanity-check $Config{drand01} in rand.t
22347 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
22348 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22349 ____________________________________________________________________________
22350 [ 2078] By: gsar on 1998/10/25 10:22:04
22351 Log: update win32/config*.?c
22353 ! Changes win32/config.bc win32/config.gc win32/config.vc
22354 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22355 ____________________________________________________________________________
22356 [ 2077] By: gsar on 1998/10/25 08:39:25
22357 Log: From: Graham Barr <gbarr@pobox.com>
22358 Date: Sat, 24 Oct 1998 21:45:50 -0500
22359 Message-ID: <19981024214550.C508@pobox.com>
22360 Subject: Re: die with a reference should use overload "" operator
22363 ____________________________________________________________________________
22364 [ 2076] By: gsar on 1998/10/25 08:37:49
22365 Log: From: Graham Barr <gbarr@pobox.com>
22366 Date: Sat, 24 Oct 1998 12:45:21 -0500
22367 Message-ID: <19981024124521.C512@pobox.com>
22368 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
22371 ____________________________________________________________________________
22372 [ 2075] By: gsar on 1998/10/25 08:24:09
22373 Log: fix C<print $n += 5;> etc.
22376 ____________________________________________________________________________
22377 [ 2074] By: gsar on 1998/10/25 08:12:28
22378 Log: list builtins with portability caveats
22379 From: Jarkko Hietaniemi <jhi@iki.fi>
22380 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
22381 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
22382 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
22385 ____________________________________________________________________________
22386 [ 2073] By: gsar on 1998/10/25 07:55:43
22387 Log: fix stack overrun in file test operators
22390 ____________________________________________________________________________
22391 [ 2072] By: gsar on 1998/10/25 07:29:45
22392 Log: implement C<goto &func> and other fixes (via private mail)
22393 From: "vishal bhatia" <vishalb@hotmail.com>
22394 Date: Wed, 21 Oct 1998 22:59:03 PDT
22395 Message-Id: <19981022055904.20083.qmail@hotmail.com>
22396 Subject: [PATCH 5.005_52] More fixes for B
22398 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22399 ____________________________________________________________________________
22400 [ 2071] By: gsar on 1998/10/25 07:14:41
22401 Log: From: Graham Barr <gbarr@pobox.com>
22402 Date: Sat, 17 Oct 1998 20:42:41 -0500
22403 Message-ID: <19981017204241.G510@pobox.com>
22404 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
22407 ____________________________________________________________________________
22408 [ 2070] By: gsar on 1998/10/25 07:07:29
22409 Log: avoid bogus line number in XSUB redefined warnings
22412 ____________________________________________________________________________
22413 [ 2069] By: gsar on 1998/10/25 06:59:03
22414 Log: From: Martijn Koster <mak@excitecorp.com>
22415 Date: Wed, 21 Oct 1998 13:12:03 +0100
22416 Message-ID: <19981021131203.A15661@excitecorp.com>
22417 Subject: File::Path::mkpath reports the wrong error
22420 ____________________________________________________________________________
22421 [ 2068] By: gsar on 1998/10/25 06:54:43
22422 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
22423 Date: Tue, 20 Oct 1998 20:52:20 -0500
22424 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
22425 Subject: Exporter.pm's export_to_level() argument handling buggy
22428 ____________________________________________________________________________
22429 [ 2067] By: gsar on 1998/10/25 06:50:19
22430 Log: From: jan.dubois@ibm.net (Jan Dubois)
22431 Date: Wed, 21 Oct 1998 00:55:51 +0200
22432 Message-ID: <36380269.55370608@smtp1.ibm.net>
22433 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
22435 ! ext/DynaLoader/DynaLoader_pm.PL
22436 ____________________________________________________________________________
22437 [ 2066] By: gsar on 1998/10/25 06:48:19
22438 Log: recognize '%' as a shell metachar for win32
22439 From: jan.dubois@ibm.net (Jan Dubois)
22440 Date: Tue, 20 Oct 1998 21:57:35 +0200
22441 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
22442 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
22445 ____________________________________________________________________________
22446 [ 2065] By: gsar on 1998/10/25 06:46:30
22447 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
22450 ____________________________________________________________________________
22451 [ 2064] By: gsar on 1998/10/25 06:45:09
22452 Log: From: Gisle Aas <gisle@aas.no>
22453 Date: 20 Oct 1998 14:24:44 +0200
22454 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
22455 Subject: ord() and unpack("U*",...) should not be negative
22458 ____________________________________________________________________________
22459 [ 2063] By: gsar on 1998/10/25 06:42:29
22460 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22461 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
22462 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
22463 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
22466 ____________________________________________________________________________
22467 [ 2062] By: gsar on 1998/10/25 06:41:26
22468 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22469 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
22470 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
22471 Subject: [PATCH 5.005_*] Speed up aassign
22474 ____________________________________________________________________________
22475 [ 2061] By: gsar on 1998/10/25 06:39:04
22476 Log: From: Graham Barr <gbarr@pobox.com>
22477 Date: Sat, 17 Oct 1998 22:22:02 -0500
22478 Message-ID: <19981017222202.J510@pobox.com>
22479 Subject: Re: '*' prototype does not allow bareword with strict
22482 ____________________________________________________________________________
22483 [ 2060] By: gsar on 1998/10/25 06:37:34
22484 Log: handle '::' in section names properly
22485 From: Graham Barr <gbarr@pobox.com>
22486 Date: Sat, 17 Oct 1998 12:57:54 -0500
22487 Message-ID: <19981017125754.C510@pobox.com>
22488 Subject: Re: pod2html
22491 ____________________________________________________________________________
22492 [ 2059] By: gsar on 1998/10/25 06:33:43
22493 Log: integrate changes#1982,2014,2021 (from maint-5.005)
22495 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
22496 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
22497 ____________________________________________________________________________
22498 [ 2058] By: gsar on 1998/10/25 05:44:17
22499 Log: allow more win32 symbol exports (suggested by Jan Dubois)
22502 ____________________________________________________________________________
22503 [ 2057] By: gsar on 1998/10/25 05:40:40
22504 Log: integrate change#2053 from maint-5.005
22506 !> cop.h t/cmd/while.t
22507 ____________________________________________________________________________
22508 [ 2056] By: gsar on 1998/10/25 05:16:41
22509 Log: commented version of a patch suggested by Drago Goricanec
22510 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22511 Date: 16 Oct 1998 15:24:45 +0300
22512 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
22513 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
22516 ____________________________________________________________________________
22517 [ 2055] By: gsar on 1998/10/25 05:11:03
22518 Log: include eof() in description of buffering caveats
22519 From: Anton Berezin <tobez@plab.ku.dk>
22520 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
22521 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
22522 Subject: [DOCPATCH] pod/perlfunc.pod
22525 ____________________________________________________________________________
22526 [ 2054] By: gsar on 1998/10/25 05:07:42
22527 Log: disallow 'x' in hex numbers (except leading '0x')
22528 From: Gisle Aas <gisle@aas.no>
22529 Date: 16 Oct 1998 16:33:12 +0200
22530 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
22531 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
22533 ! perlvars.h t/op/oct.t util.c
22534 ____________________________________________________________________________
22535 [ 2052] By: gsar on 1998/10/25 04:49:04
22536 Log: avoid the circular refcnt logic in magic_mutexfree()
22538 ! mg.c pp.c pp_hot.c
22539 ____________________________________________________________________________
22540 [ 2051] By: gsar on 1998/10/25 04:35:07
22541 Log: properly restore PL_rsfp_filters after require
22543 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
22545 ____________________________________________________________________________
22546 [ 2050] By: gsar on 1998/10/25 02:42:32
22547 Log: integrate cfgperl changes back into mainline
22549 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
22550 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22551 !> (integrate 33 files)
22552 ____________________________________________________________________________
22553 [ 2049] By: gsar on 1998/10/25 01:30:48
22554 Log: avoid "mysterious" compile-time failures without messages
22557 ____________________________________________________________________________
22558 [ 2041] By: gsar on 1998/10/23 21:11:56
22559 Log: checkin jpl under //depot/perlext/jpl/...
22561 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
22562 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
22563 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
22564 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
22565 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
22566 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
22567 + jpl/PerlInterpreter/Makefile.PL
22568 + jpl/PerlInterpreter/PerlInterpreter.c
22569 + jpl/PerlInterpreter/PerlInterpreter.h
22570 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
22571 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
22572 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
22573 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
22574 + jpl/get_jdk/jdk_hosts jpl/install-jpl
22575 ____________________________________________________________________________
22576 [ 2040] By: larry on 1998/10/23 19:31:42
22577 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
22580 ____________________________________________________________________________
22581 [ 2039] By: larry on 1998/10/23 18:48:34
22582 Log: tr///d does not seem to work
22584 ! lib/utf8_heavy.pl
22585 ____________________________________________________________________________
22586 [ 2038] By: larry on 1998/10/23 18:00:41
22587 Log: Program with utf8 identifiers fails to compile
22589 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
22590 ____________________________________________________________________________
22591 [ 2037] By: jhi on 1998/10/23 14:04:51
22592 Log: Test suite portability:
22593 - posix-bc does not write to broken pipes
22594 - filehand #11 only iff we have fork
22595 - warning.t can now match $expected using regular expressions
22597 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
22598 ! t/pragma/warning.t
22599 ____________________________________________________________________________
22600 [ 2036] By: jhi on 1998/10/23 12:12:07
22601 Log: yacc clarification.
22604 ____________________________________________________________________________
22605 [ 2035] By: jhi on 1998/10/23 12:09:59
22606 Log: Some C compilers get upset about 8-bit characters in /* comments. */
22609 ____________________________________________________________________________
22610 [ 2034] By: jhi on 1998/10/22 09:11:52
22611 Log: Configure update: both for pthread_yield more robust
22612 testing (all variants of pthread_attr_getdetachstate()) --
22613 and because Configure was broken in major way! About 1000
22614 last lines were truncated.
22617 ____________________________________________________________________________
22618 [ 2033] By: jhi on 1998/10/22 07:47:10
22619 Log: DJGPP feedback for #2028.
22622 ____________________________________________________________________________
22623 [ 2032] By: jhi on 1998/10/21 13:03:57
22624 Log: yielding, the saga continues.
22626 ! Configure config_h.SH
22627 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
22628 !> t/op/goto.t t/pragma/constant.t
22629 ____________________________________________________________________________
22630 [ 2031] By: jhi on 1998/10/21 09:15:42
22631 Log: VM/ESA feedback for #2028.
22633 ! Configure config_h.SH thread.h
22634 ____________________________________________________________________________
22635 [ 2030] By: gsar on 1998/10/21 04:22:53
22636 Log: fix handling of mayhaps-extended @_ in goto &sub
22638 ! av.c pp_ctl.c t/op/goto.t
22639 ____________________________________________________________________________
22640 [ 2029] By: gsar on 1998/10/21 00:54:14
22641 Log: restore sanity to "constant" references
22643 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
22644 ____________________________________________________________________________
22645 [ 2028] By: jhi on 1998/10/20 15:01:20
22646 Log: OLD_PTHREADS_API reorganizing.
22648 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
22650 ____________________________________________________________________________
22651 [ 2027] By: jhi on 1998/10/20 14:14:51
22652 Log: #2026 fallout.
22655 ____________________________________________________________________________
22656 [ 2026] By: jhi on 1998/10/20 11:47:21
22657 Log: VM/ESA update.
22659 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
22660 ____________________________________________________________________________
22661 [ 2025] By: jhi on 1998/10/20 08:20:56
22662 Log: 64-bitness, based on
22664 From: Scott Henry <scotth@sgi.com>
22665 To: perl-64bit@perl.org
22666 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
22667 Subject: Re: Configure problems/questions...
22668 Date: 19 Oct 1998 22:38:06 -0700
22670 ! hints/irix_6.sh perl.h
22671 ____________________________________________________________________________
22672 [ 2024] By: jhi on 1998/10/20 08:09:07
22673 Log: Add lseeksize.
22676 ____________________________________________________________________________
22677 [ 2023] By: jhi on 1998/10/20 08:08:33
22678 Log: Mumble about _yields() only when threaded.
22681 ____________________________________________________________________________
22682 [ 2022] By: jhi on 1998/10/20 07:46:26
22683 Log: Thinko at PTHREADS_CREATED_JOINABLE.
22686 ____________________________________________________________________________
22687 [ 2021] By: gbarr on 1998/10/20 01:25:23
22688 Log: From: Chip Salzenberg <chip@perlsupport.com>
22689 Date: Tue, 6 Oct 1998 13:33:05 -0400
22690 Message-ID: <19981006133305.A2348@perlsupport.com>
22691 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
22692 Branch: maint-5.005/perl
22693 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
22695 ____________________________________________________________________________
22696 [ 2020] By: jhi on 1998/10/19 09:15:53
22697 Log: YIELD more robustly.
22700 ____________________________________________________________________________
22701 [ 2019] By: jhi on 1998/10/19 08:48:33
22702 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
22703 the 'new' one (just like DJGPP, it seems).
22706 ____________________________________________________________________________
22707 [ 2018] By: jhi on 1998/10/19 07:02:44
22708 Log: vmesaish.h doesn't exclude unixish.h.
22711 ____________________________________________________________________________
22712 [ 2017] By: jhi on 1998/10/19 06:44:19
22713 Log: 1<<$randbits is not good for randbits=48.
22716 ____________________________________________________________________________
22717 [ 2016] By: jhi on 1998/10/19 06:39:47
22718 Log: Make #2012 glob pattern more portable.
22721 ____________________________________________________________________________
22722 [ 2014] By: gbarr on 1998/10/17 20:31:42
22723 Log: Fix POSIX::sigprocmask not to check type of $old parameter
22724 as it is output only
22725 Branch: maint-5.005/perl
22726 ! ext/POSIX/POSIX.xs
22727 ____________________________________________________________________________
22728 [ 2012] By: jhi on 1998/10/17 15:04:23
22729 Log: clean numbered core dumps and t/tmp[0-9]*.
22732 ____________________________________________________________________________
22733 [ 2011] By: jhi on 1998/10/17 14:59:15
22734 Log: More robust yacc/bison failure output handling.
22736 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22737 ____________________________________________________________________________
22738 [ 2010] By: jhi on 1998/10/17 14:51:05
22739 Log: BC2000 POSIX update.
22742 ____________________________________________________________________________
22743 [ 2009] By: jhi on 1998/10/17 14:49:46
22744 Log: POSIX BC2000 port from perl-mvs:
22746 Subject: Ported perl 5.005.02 to BS2000 / POSIX
22747 From: Dorner Thomas <Thomas.Dorner@start.de>
22748 Date: Tue, 29 Sep 1998 13:29:36 +0100
22749 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
22751 + README.posix-bc hints/posix-bc.sh
22752 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
22753 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
22755 ____________________________________________________________________________
22756 [ 2008] By: jhi on 1998/10/17 14:07:49
22757 Log: VM/ESA-update.
22760 ____________________________________________________________________________
22761 [ 2007] By: jhi on 1998/10/17 13:55:34
22762 Log: Forgot few S_I* imports.
22765 ____________________________________________________________________________
22766 [ 2006] By: jhi on 1998/10/17 13:43:54
22767 Log: The VM/ESA port essentials, based on
22771 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22772 Subject: Re: Can't find Data/Dumper.pm
22773 Date: Mon, 28 Sep 1998 07:40:49 +1300
22774 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
22778 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22779 Subject: Re: Perl thread problems in VM/ESA
22780 Date: Thu, 15 Oct 1998 07:18:35 +1300
22781 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
22785 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
22786 Subject: perl archive
22787 Date: Sun, 11 Oct 1998 19:28:54 EDT
22788 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
22789 which gave a pointer to
22791 http://pucc.princeton.edu/~neale/perl.tar
22793 (based on Perl 5.005_51)
22795 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22796 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
22797 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
22798 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
22799 ____________________________________________________________________________
22800 [ 2005] By: jhi on 1998/10/17 13:17:19
22801 Log: Integrate mainperl.
22803 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
22804 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22805 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
22806 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
22807 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
22808 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
22809 !> win32/makefile.mk
22810 ____________________________________________________________________________
22811 [ 2004] By: jhi on 1998/10/17 11:19:06
22812 Log: Removed an extra ' from the int64_t test.
22815 ____________________________________________________________________________
22816 [ 2003] By: gsar on 1998/10/17 04:11:40
22817 Log: silence -w noises (suggested by Greg Bacon)
22819 ! lib/Term/Complete.pm
22820 ____________________________________________________________________________
22821 [ 2002] By: gsar on 1998/10/17 04:07:48
22822 Log: From: Gisle Aas <gisle@aas.no>
22823 Date: 14 Oct 1998 15:53:14 +0200
22824 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
22825 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
22828 ____________________________________________________________________________
22829 [ 2001] By: gsar on 1998/10/17 04:06:10
22830 Log: From: Gisle Aas <gisle@aas.no>
22831 Date: 14 Oct 1998 15:17:44 +0200
22832 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
22833 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
22836 ____________________________________________________________________________
22837 [ 2000] By: gsar on 1998/10/17 03:06:33
22838 Log: From: Gisle Aas <gisle@aas.no>
22839 Date: 14 Oct 1998 00:38:06 +0200
22840 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
22841 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
22844 ____________________________________________________________________________
22845 [ 1999] By: gsar on 1998/10/17 03:04:48
22846 Log: From: Dan Sugalski <sugalskd@osshe.edu>
22847 Date: Tue, 13 Oct 1998 15:10:57 -0700
22848 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
22849 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
22851 ! vms/ext/Stdio/Stdio.pm
22852 ____________________________________________________________________________
22853 [ 1998] By: gsar on 1998/10/17 03:00:40
22854 Log: skip readonly vars and unref references when doing a reset()
22857 ____________________________________________________________________________
22858 [ 1997] By: gsar on 1998/10/17 02:49:19
22859 Log: fix buggy treatment of large checksums on unicode strings
22860 From: Gisle Aas <gisle@aas.no>
22861 Date: 13 Oct 1998 21:35:39 +0200
22862 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
22863 Subject: unpack("%48U*",...) [PATCH 5.005_52]
22866 ____________________________________________________________________________
22867 [ 1996] By: gsar on 1998/10/17 02:43:22
22868 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22869 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
22870 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
22871 Subject: [PATCH 5.005_52] Memory overrun in os2.c
22873 ! os2/Makefile.SHs os2/os2.c
22874 ____________________________________________________________________________
22875 [ 1995] By: gsar on 1998/10/17 02:42:01
22876 Log: clarify section name rules for typemaps
22879 ____________________________________________________________________________
22880 [ 1994] By: gsar on 1998/10/17 02:33:02
22881 Log: whitespace-proof grent.t
22884 ____________________________________________________________________________
22885 [ 1993] By: gsar on 1998/10/17 02:27:29
22886 Log: fix bug in B::CC::pp_sassign()
22887 From: "vishal bhatia" <vishalb@hotmail.com>
22888 Date: Sun, 11 Oct 1998 18:41:38 PDT
22889 Message-ID: <19981012014139.19614.qmail@hotmail.com>
22890 Subject: B::CC problems with pp_sassign routine
22893 ____________________________________________________________________________
22894 [ 1992] By: gsar on 1998/10/17 02:17:49
22895 Log: applied suggested patch with small doc tweak
22896 From: Gisle Aas <gisle@aas.no>
22897 Date: 11 Oct 1998 12:53:13 +0200
22898 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
22899 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
22901 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
22903 ____________________________________________________________________________
22904 [ 1991] By: gsar on 1998/10/17 02:08:30
22905 Log: apply non-conflicting parts from suggested patch
22906 From: jan.dubois@ibm.net (Jan Dubois)
22907 Date: Sat, 10 Oct 1998 13:15:45 +0200
22908 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
22909 Subject: [PATCH 5.005_52] Still more MakeMaker patches
22911 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22912 ____________________________________________________________________________
22913 [ 1990] By: gsar on 1998/10/17 02:01:24
22914 Log: provide option to enable optimization with VC (suggested by Jan
22917 ! win32/Makefile win32/makefile.mk
22918 ____________________________________________________________________________
22919 [ 1989] By: gsar on 1998/10/17 01:55:27
22920 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
22921 Dave Leppik <dleppik@gage.com>
22924 ____________________________________________________________________________
22925 [ 1988] By: gsar on 1998/10/17 01:49:05
22926 Log: stray typo found by Hugo van der Sanden
22929 ____________________________________________________________________________
22930 [ 1987] By: gsar on 1998/10/17 01:45:52
22931 Log: perldoc pod update
22932 From: Daniel Grisinger <dgris@perrin.dimensional.com>
22933 Date: 06 Oct 1998 23:56:51 -0600
22934 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
22935 Subject: [PATCH _02 and _52] perldoc
22938 ____________________________________________________________________________
22939 [ 1986] By: gsar on 1998/10/17 01:41:40
22940 Log: qualify names of builtins
22942 ! ext/POSIX/POSIX.pm
22943 ____________________________________________________________________________
22944 [ 1982] By: gbarr on 1998/10/17 00:20:57
22945 Log: From: Jochen Wiedmann <joe@ispsoft.de>
22946 Date: Thu, 17 Sep 1998 17:16:06 +0200
22947 Message-ID: <360127B6.E44564A@ispsoft.de>
22948 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
22949 Branch: maint-5.005/perl
22950 ! lib/ExtUtils/MakeMaker.pm
22951 ____________________________________________________________________________
22952 [ 1978] By: gsar on 1998/10/16 01:58:58
22953 Log: integrate cfgperl mods into mainline
22955 +> ext/DynaLoader/dl_vmesa.xs
22957 !> Configure MANIFEST Makefile.SH config_h.SH
22958 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22959 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
22961 ____________________________________________________________________________
22962 [ 1976] By: gsar on 1998/10/16 00:10:52
22966 ____________________________________________________________________________
22967 [ 1975] By: gsar on 1998/10/15 23:54:38
22968 Log: propagate typeness of lexicals while cloning them
22971 ____________________________________________________________________________
22972 [ 1974] By: gsar on 1998/10/15 23:53:25
22973 Log: s/last/first/ typo in append_list()
22976 ____________________________________________________________________________
22977 [ 1973] By: gsar on 1998/10/15 20:06:17
22978 Log: nuke confperl branch and contents
22980 - (delete 1284 files)
22981 ____________________________________________________________________________
22982 [ 1972] By: jhi on 1998/10/15 07:07:35
22983 Log: Test #162 had been added but the "print 1..161" had not been updated.
22986 ____________________________________________________________________________
22987 [ 1971] By: gsar on 1998/10/15 03:09:58
22988 Log: check in all confperl changes as of change#1964 into cfgperl
22990 + ext/DynaLoader/dl_vmesa.xs
22991 ! Configure MANIFEST Makefile.SH config_h.SH
22992 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22993 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
22994 ____________________________________________________________________________
22995 [ 1970] By: gsar on 1998/10/15 03:05:59
22996 Log: integrate mainline to get tr.t
22999 ____________________________________________________________________________
23000 [ 1969] By: gsar on 1998/10/15 03:04:17
23001 Log: add missing tr.t to repository
23004 ____________________________________________________________________________
23005 [ 1968] By: gsar on 1998/10/15 03:02:43
23006 Log: create cfgperl branch
23008 +> (branch 1282 files)
23009 ____________________________________________________________________________
23010 [ 1967] By: gsar on 1998/10/15 02:46:08
23011 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
23012 (MAN3PODS cannot be set to ' '; stray stricture violation)
23014 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
23015 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
23016 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
23017 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
23018 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
23019 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
23020 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
23021 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
23022 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
23023 ! lib/ExtUtils/MM_Unix.pm
23024 ____________________________________________________________________________
23025 [ 1966] By: gsar on 1998/10/15 02:19:03
23026 Log: tweak to make fix in change#1944 behave correctly for closures
23027 created within eval''
23030 ____________________________________________________________________________
23031 [ 1965] By: gsar on 1998/10/14 23:22:41
23032 Log: use better numbers for exitstatus test
23035 ____________________________________________________________________________
23036 [ 1964] By: jhi on 1998/10/14 17:25:41
23037 Log: Add VM/ESA dynaloading (uses <dll.h>).
23039 + ext/DynaLoader/dl_vmesa.xs
23041 ____________________________________________________________________________
23042 [ 1963] By: jhi on 1998/10/14 17:17:10
23043 Log: Remove a2p.loadmap in 'clean' target.
23046 ____________________________________________________________________________
23047 [ 1962] By: jhi on 1998/10/14 17:13:11
23048 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
23051 ____________________________________________________________________________
23052 [ 1961] By: jhi on 1998/10/14 16:27:39
23053 Log: VM/ESA creates executable.loadmaps.
23056 ____________________________________________________________________________
23057 [ 1960] By: jhi on 1998/10/14 15:37:39
23058 Log: Introduce SCHED_YIELD (one of sched_yield(),
23059 pthread_yield(), or pthread_yield(NULL)).
23060 YIELD is then defined using SCHED_YIELD unless
23061 a platform-specific YIELD has already been defined.
23063 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
23065 The need for pthread_yield(NULL) and pthread_attr_setdet...
23066 introduced by (private email)
23068 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23069 Date: Sat, 10 Oct 1998 21:08:15 +1300
23070 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
23071 Subject: Re: Perl thread problems in VM/ESA
23073 Better select() protoprobe (for AIX), from (private email)
23074 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23075 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
23076 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
23077 Subject: AIX select (fwd)
23078 From: Lars Hecking <lhecking@nmrc.ucc.ie>
23079 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
23080 Date: Fri, 2 Oct 1998 10:40:01 +0100
23081 Subject: AIX select
23083 Linux-avoid-so.X.Y, based on
23084 From: "Kurt D. Starsinic" <kstar@chapin.edu>
23085 Date: Tue, 13 Oct 1998 15:55:07 -0400
23086 Message-ID: <19981013155507.B4004@O2.chapin.edu>
23087 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
23089 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
23091 ____________________________________________________________________________
23092 [ 1959] By: jhi on 1998/10/14 12:51:26
23093 Log: Some old pthread implementations have
23094 pthread_attr_setdetachstate(pthread_attr_t*, int*).
23096 ! ext/Thread/Thread.xs
23097 ____________________________________________________________________________
23098 [ 1958] By: jhi on 1998/10/14 12:41:11
23099 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
23100 counterparts will follow soon.
23103 ____________________________________________________________________________
23104 [ 1957] By: jhi on 1998/10/14 12:38:11
23105 Log: Add tr.t (MANIFEST already knew about it, strange)
23108 ____________________________________________________________________________
23109 [ 1956] By: jhi on 1998/10/14 12:24:35
23110 Log: Mutexen should be initialized only once.
23113 ____________________________________________________________________________
23114 [ 1955] By: jhi on 1998/10/14 12:19:38
23115 Log: os390 has its own cppstdin.
23118 ____________________________________________________________________________
23119 [ 1954] By: jhi on 1998/10/14 12:15:06
23120 Log: Integrate with mainperl.
23122 !> (integrate 1280 files)
23123 ____________________________________________________________________________
23124 [ 1953] By: jhi on 1998/10/14 11:48:08
23125 Log: Removed duplicate CMA threads code for HPUX 10.X.
23126 (probably residue of patch(1) being too understanding)
23127 Enhanced 64-bit settings. (redo change#1940)
23130 ____________________________________________________________________________
23131 [ 1952] By: jhi on 1998/10/14 11:45:16
23132 Log: (redo change#1949) Detypo in the d_open64 warning about
23133 the impending WHOA.
23136 ____________________________________________________________________________
23137 [ 1951] By: jhi on 1998/10/14 10:54:16
23138 Log: Mutexen should only be inited once, after they have been New()ed.
23141 ____________________________________________________________________________
23142 [ 1950] By: jhi on 1998/10/14 10:41:43
23146 ____________________________________________________________________________
23147 [ 1949] By: jhi on 1998/10/14 10:34:23
23148 Log: Detypo in the d_open64 warning about the impending WHOA.
23151 ____________________________________________________________________________
23152 [ 1948] By: gsar on 1998/10/14 05:38:01
23155 ! pp_hot.c t/op/eval.t
23156 ____________________________________________________________________________
23157 [ 1947] By: gsar on 1998/10/14 05:37:10
23158 Log: let docatch() pass the buck when restartop turns out to be null,
23159 making exceptions in BEGIN{} propagate as expected
23161 ! pp_ctl.c t/op/misc.t
23162 ____________________________________________________________________________
23163 [ 1946] By: gsar on 1998/10/13 03:41:49
23164 Log: add missing file from change#1943
23167 ____________________________________________________________________________
23168 [ 1945] By: gsar on 1998/10/13 03:32:02
23169 Log: defer "deep recursion" warnings until CXt_SUB context is properly
23172 ! pp_hot.c t/pragma/warn/pp_hot
23173 ____________________________________________________________________________
23174 [ 1944] By: gsar on 1998/10/13 03:15:50
23175 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
23176 fixup the cop_seq value that must be seen by lexical lookups that
23177 emanate within eval''
23179 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
23180 ____________________________________________________________________________
23181 [ 1943] By: gsar on 1998/10/13 02:06:09
23182 Log: ensure recursive attempts to findlex()icals know enough about where
23183 the last eval'' context was encountered
23186 ____________________________________________________________________________
23187 [ 1942] By: gsar on 1998/10/13 02:01:24
23188 Log: force copy of substrings when matching against temporaries
23190 ! pp_hot.c t/op/pat.t
23191 ____________________________________________________________________________
23192 [ 1941] By: gsar on 1998/10/13 01:49:16
23193 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
23196 ! pp_ctl.c t/op/runlevel.t
23197 ____________________________________________________________________________
23198 [ 1940] By: jhi on 1998/10/12 09:57:44
23199 Log: Removed duplicate CMA threads code for HPUX 10.X.
23200 (probably residue of patch(1) being too understanding)
23201 Enhanced 64-bit settings.
23204 ____________________________________________________________________________
23205 [ 1939] By: jhi on 1998/10/12 09:53:11
23206 Log: Initial sync from mainline perl.
23209 ____________________________________________________________________________
23210 [ 1937] By: gsar on 1998/10/06 21:16:34
23211 Log: fix $/ init for USE_THREADS
23214 ____________________________________________________________________________
23215 [ 1936] By: gsar on 1998/10/06 07:19:39
23216 Log: fix globals caught by change#1927; builds and tests on Solaris
23218 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
23219 ! warning.h warning.pl
23220 ____________________________________________________________________________
23221 [ 1935] By: gsar on 1998/10/06 06:50:35
23222 Log: add test for previous fix
23224 ! ext/Thread/create.t
23225 ____________________________________________________________________________
23226 [ 1934] By: gsar on 1998/10/06 06:37:36
23227 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
23230 ____________________________________________________________________________
23231 [ 1933] By: gsar on 1998/10/06 05:04:20
23232 Log: undo bogus part of change#1903 (as pointed out by Larry)
23235 ____________________________________________________________________________
23236 [ 1932] By: gsar on 1998/10/06 04:21:31
23237 Log: added tweaked version of suggested patch
23238 From: jan.dubois@ibm.net (Jan Dubois)
23239 Date: Sat, 03 Oct 1998 19:04:48 +0200
23240 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
23241 Subject: [PATCH 5.005_52] More MakeMaker patches
23243 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
23244 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
23245 ____________________________________________________________________________
23246 [ 1931] By: gsar on 1998/10/06 04:04:33
23247 Log: use cpp symbols instead of hardwired constants
23248 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23249 Date: Mon, 05 Oct 1998 09:23:33 +0100
23250 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
23251 Subject: [PATCH 5.005_52] By the numbers (resend)
23254 ____________________________________________________________________________
23255 [ 1930] By: gsar on 1998/10/06 04:01:55
23256 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23257 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
23258 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
23259 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
23261 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
23262 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
23263 ____________________________________________________________________________
23264 [ 1929] By: gsar on 1998/10/06 03:50:36
23265 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23266 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
23267 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
23268 Subject: [PATCH 5.00552] Minor test improvement
23271 ____________________________________________________________________________
23272 [ 1928] By: gsar on 1998/10/06 03:49:03
23273 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23274 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
23275 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
23276 Subject: [PATCH 5.00552] emacs/ptags inprovements
23279 ____________________________________________________________________________
23280 [ 1927] By: gsar on 1998/10/06 03:47:44
23281 Log: disable C<#define dirty PL_dirty> et al.
23283 ! embed.pl embedvar.h
23284 ____________________________________________________________________________
23285 [ 1926] By: gsar on 1998/10/06 03:43:32
23286 Log: From: Mark-Jason Dominus <mjd@plover.com>
23287 Date: Sun, 04 Oct 1998 14:48:11 -0400
23288 Message-ID: <19981004184811.16048.qmail@plover.com>
23289 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
23292 ____________________________________________________________________________
23293 [ 1925] By: gsar on 1998/10/06 03:27:35
23294 Log: disable USE_THREADS when PERL_OBJECT is enabled
23296 ! win32/Makefile win32/makefile.mk
23297 ____________________________________________________________________________
23298 [ 1924] By: gsar on 1998/10/06 03:26:54
23299 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
23301 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
23303 ____________________________________________________________________________
23304 [ 1923] By: gsar on 1998/10/03 05:19:56
23305 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
23308 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
23309 ! proto.h vms/perly_c.vms
23310 ____________________________________________________________________________
23311 [ 1922] By: gsar on 1998/10/03 03:59:50
23312 Log: suppress manifypods leak in extensions
23314 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
23315 ____________________________________________________________________________
23316 [ 1921] By: gsar on 1998/10/02 22:30:15
23317 Log: os390 fixes (suggested by Peter Prymmer)
23319 ! Makefile.SH regcomp.c
23320 ____________________________________________________________________________
23321 [ 1920] By: gsar on 1998/10/02 21:41:19
23322 Log: squelch undef warnings
23323 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23324 Date: Fri, 02 Oct 1998 11:01:14 +0100
23325 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
23326 Subject: [PATCH] Re: Apparent bug in Math::BigInt
23328 ! Changes lib/Math/BigInt.pm
23329 ____________________________________________________________________________
23330 [ 1919] By: gsar on 1998/10/02 04:59:13
23331 Log: add note to INSTALL about ANSI C
23334 ____________________________________________________________________________
23335 [ 1918] By: gsar on 1998/10/02 04:21:10
23336 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
23337 From: jan.dubois@ibm.net (Jan Dubois)
23338 Date: Wed, 30 Sep 1998 23:35:30 +0200
23339 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
23340 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
23342 ! lib/ExtUtils/xsubpp
23343 ____________________________________________________________________________
23344 [ 1917] By: gsar on 1998/10/02 04:16:02
23345 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
23346 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
23347 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
23348 Subject: Re: Configure test for selectbits busted
23351 ____________________________________________________________________________
23352 [ 1916] By: gsar on 1998/10/02 04:14:17
23353 Log: From: Dan Sugalski <sugalskd@osshe.edu>
23354 Date: Wed, 30 Sep 1998 17:15:20 -0700
23355 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
23356 Subject: [PATCH 5.005_02]VMS config tweaks
23358 ! vms/descrip_mms.template vms/subconfigure.com
23359 ____________________________________________________________________________
23360 [ 1915] By: gsar on 1998/10/02 04:10:47
23361 Log: use Off_t to permit 64-bit seek()
23362 From: Scott Henry <scotth@sgi.com>
23363 Date: 29 Sep 1998 17:38:46 -0700
23364 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
23365 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
23367 Date: 28 Sep 1998 18:55:37 -0700
23368 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
23369 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23371 ! doio.c pp_sys.c proto.h sv.c
23372 ____________________________________________________________________________
23373 [ 1914] By: gsar on 1998/10/02 04:05:36
23374 Log: normalize tm struct passed to strftime() with mktime()
23375 From: Spider Boardman <spider@orb.nashua.nh.us>
23376 Date: Wed, 30 Sep 1998 15:12:09 -0400
23377 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
23378 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
23380 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23381 ____________________________________________________________________________
23382 [ 1913] By: gsar on 1998/10/02 03:59:46
23383 Log: don't try to run foo_SH.orig etc.
23386 ____________________________________________________________________________
23387 [ 1912] By: gsar on 1998/10/02 03:45:37
23388 Log: make warning about glob process failure optional
23390 ! pod/perldiag.pod pp_hot.c
23391 ____________________________________________________________________________
23392 [ 1911] By: gsar on 1998/10/02 02:52:21
23393 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
23394 From: Dominic Dunlop <domo@vo.lu>
23395 Date: Tue, 29 Sep 1998 21:06:30 +0000
23396 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
23397 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
23399 Date: Wed, 30 Sep 1998 11:46:44 +0000
23400 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
23401 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
23403 ! pod/perldiag.pod regcomp.c
23404 ____________________________________________________________________________
23405 [ 1910] By: gsar on 1998/10/02 02:48:48
23406 Log: minor Configure tweaks (via private mail)
23407 From: Jarkko Hietaniemi <jhi@iki.fi>
23408 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
23409 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
23410 Subject: [PATCH] 5.005_52: the drizzle continues
23412 ! Configure config_h.SH handy.h
23413 ____________________________________________________________________________
23414 [ 1909] By: gsar on 1998/10/02 02:46:39
23415 Log: update SCO hints for dynamic loading
23416 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23417 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
23418 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
23419 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23421 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
23422 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
23423 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23426 ____________________________________________________________________________
23427 [ 1908] By: gsar on 1998/10/02 02:33:39
23428 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
23431 ____________________________________________________________________________
23432 [ 1907] By: gsar on 1998/10/02 02:21:52
23433 Log: applied patches, but retained old behavior for win32 (where compilers
23434 can't read from stdin at all)
23435 From: Graham Barr <gbarr@ti.com>
23436 Date: Mon, 28 Sep 1998 09:41:49 -0500
23437 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
23438 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23440 Date: Tue, 29 Sep 1998 12:35:43 -0500
23441 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
23442 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23444 ! ext/Errno/Errno_pm.PL
23445 ____________________________________________________________________________
23446 [ 1906] By: gsar on 1998/10/02 02:02:19
23447 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
23451 ____________________________________________________________________________
23452 [ 1905] By: gsar on 1998/10/02 01:59:56
23453 Log: win32 caveats about truncate()
23456 ____________________________________________________________________________
23457 [ 1904] By: gsar on 1998/10/02 01:53:25
23458 Log: various Configure and hints updates (prefer drand48() or random()
23459 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
23460 applied modulo SCO hints superceded by later patch
23461 From: Jarkko Hietaniemi <jhi@iki.fi>
23462 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
23463 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
23464 Subject: [PATCH] 5.005_52: Configure et al:
23466 + ext/IPC/SysV/hints/next_3.pl
23467 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
23468 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
23469 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
23470 ____________________________________________________________________________
23471 [ 1903] By: gsar on 1998/10/02 01:42:37
23472 Log: fixes for bugs in /RE/p from Hugo van der Sanden
23473 Date: Mon, 28 Sep 1998 17:41:49 +0100
23474 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
23475 Subject: [PATCH 5.005_52] Re: More on ?p
23477 Date: Thu, 01 Oct 1998 09:10:58 +0100
23478 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
23479 Subject: [PATCH 5.005_52] ?p fix
23481 Date: Thu, 01 Oct 1998 10:45:56 +0100
23482 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
23483 Subject: [PATCH 5.005_52] more on ?p
23486 ____________________________________________________________________________
23487 [ 1902] By: gsar on 1998/10/02 01:36:14
23488 Log: From: Kenneth Duda <kjd@cisco.com>
23489 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
23490 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
23491 Subject: writemain dies when there are more than 4000 characters of extensions
23494 ____________________________________________________________________________
23495 [ 1901] By: gsar on 1998/10/02 01:33:16
23496 Log: tweak run_byacc recipe
23498 ! Makefile.SH Porting/pumpkin.pod
23499 ____________________________________________________________________________
23500 [ 1900] By: gsar on 1998/10/02 01:02:09
23501 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
23504 ____________________________________________________________________________
23505 [ 1899] By: gsar on 1998/09/28 20:46:30
23506 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
23507 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
23510 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
23511 ____________________________________________________________________________
23512 [ 1898] By: gsar on 1998/09/28 20:42:52
23513 Log: flush unsubmitted 5.00552 change
23516 ____________________________________________________________________________
23517 [ 1897] By: gsar on 1998/09/27 04:43:06
23518 Log: run vms_yfix.pl
23521 ____________________________________________________________________________
23522 [ 1896] By: gsar on 1998/09/27 03:38:55
23523 Log: small tweak on last change
23526 ____________________________________________________________________________
23527 [ 1895] By: gsar on 1998/09/27 03:17:17
23528 Log: fix win32_stat() to do the right thing for share names
23531 ____________________________________________________________________________
23532 [ 1891] By: larry on 1998/09/25 18:50:40
23533 Log: Fixed apostrophe problem from Mark Knutsen.
23541 ____________________________________________________________________________
23542 [ 1890] By: gsar on 1998/09/25 10:25:00
23543 Log: update template config.sh, add new config vars to win32 stuff
23545 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
23546 ! pp_sys.c proto.h win32/config.bc win32/config.gc
23547 ! win32/config.vc win32/config_H.bc win32/config_H.gc
23548 ! win32/config_H.vc win32/win32.h
23549 ____________________________________________________________________________
23550 [ 1889] By: gsar on 1998/09/25 07:13:13
23551 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
23552 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
23553 of full-fledged 64-bit support (including support for: fseeko/ftello,
23554 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
23556 From: Jarkko Hietaniemi <jhi@iki.fi>
23557 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
23558 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
23559 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
23561 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23562 Date: 12 Sep 1998 09:44:25 +0300
23563 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
23564 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23567 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
23568 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
23569 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
23570 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
23571 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
23573 ____________________________________________________________________________
23574 [ 1888] By: gsar on 1998/09/25 06:27:12
23575 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
23577 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
23578 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23579 ! win32/makedef.pl win32/makefile.mk win32/win32.c
23580 ____________________________________________________________________________
23581 [ 1887] By: gsar on 1998/09/25 04:50:49
23585 ____________________________________________________________________________
23586 [ 1886] By: gsar on 1998/09/25 04:47:32
23587 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
23589 ! lib/ExtUtils/MakeMaker.pm
23590 ____________________________________________________________________________
23591 [ 1885] By: gsar on 1998/09/25 04:05:09
23592 Log: From: Dominic Dunlop <domo@vo.lu>
23593 Date: Thu, 10 Sep 1998 11:02:46 +0000
23594 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
23595 Subject: MM_Unix::canonpath erroneously turns leading // into /
23597 ! lib/ExtUtils/MM_Unix.pm
23598 ____________________________________________________________________________
23599 [ 1884] By: gsar on 1998/09/25 03:06:10
23600 Log: temporarily disable perl malloc for a2p until we clean up
23601 conflicting malloc() declarations everywhere
23604 ____________________________________________________________________________
23605 [ 1883] By: gsar on 1998/09/25 02:27:00
23606 Log: remove obsolete win32/bin/*.pl
23608 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
23609 ! Changes MANIFEST win32/Makefile win32/makefile.mk
23610 ____________________________________________________________________________
23611 [ 1882] By: gsar on 1998/09/25 02:04:43
23612 Log: missing file in last submit
23615 ____________________________________________________________________________
23616 [ 1881] By: gsar on 1998/09/25 01:56:54
23617 Log: serial access to PL_x[inpr]v_root for USE_THREADS
23620 ____________________________________________________________________________
23621 [ 1880] By: gsar on 1998/09/25 01:19:38
23622 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
23623 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
23624 Date: Thu, 24 Sep 1998 22:01:09 +0900
23625 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
23626 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
23629 ____________________________________________________________________________
23630 [ 1879] By: gsar on 1998/09/25 00:20:07
23631 Log: tweaks to enable PERL_OBJECT to build & test on win32
23633 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
23635 ____________________________________________________________________________
23636 [ 1878] By: gsar on 1998/09/25 00:13:36
23637 Log: fix change#1861, which breaks default boot_xxx symbol generation
23639 ! lib/ExtUtils/Mksymlists.pm
23640 ____________________________________________________________________________
23641 [ 1877] By: gsar on 1998/09/24 10:29:54
23642 Log: two tweaks for clean build and test on Solaris
23644 ! op.c t/op/subst.t
23645 ____________________________________________________________________________
23646 [ 1876] By: gsar on 1998/09/24 09:04:43
23647 Log: From: Colin Kuskie <ckuskie@cadence.com>
23648 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
23649 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
23650 Subject: [PATCH 5.005_51] perlform.pod
23653 ____________________________________________________________________________
23654 [ 1875] By: gsar on 1998/09/24 08:47:47
23655 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23656 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
23657 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
23658 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
23661 ____________________________________________________________________________
23662 [ 1874] By: gsar on 1998/09/24 08:44:55
23663 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23664 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
23665 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
23666 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
23669 ____________________________________________________________________________
23670 [ 1873] By: gsar on 1998/09/24 08:39:41
23671 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23672 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
23673 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
23674 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
23676 ! Changes regcomp.c
23677 ____________________________________________________________________________
23678 [ 1872] By: gsar on 1998/09/24 08:37:00
23679 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
23680 Date: Sun, 23 Aug 1998 23:18:38 PDT
23681 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
23682 Subject: new irix_6.sh hints file
23685 ____________________________________________________________________________
23686 [ 1871] By: gsar on 1998/09/24 07:26:37
23687 Log: correct FSF address in various places
23689 ! Copying README ext/B/README lib/Getopt/Long.pm
23690 ____________________________________________________________________________
23691 [ 1870] By: gsar on 1998/09/24 07:11:56
23692 Log: From: Dan Sugalski <sugalskd@osshe.edu>
23693 Date: Fri, 14 Aug 1998 09:20:16 PDT
23694 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
23695 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
23698 ____________________________________________________________________________
23699 [ 1869] By: gsar on 1998/09/24 06:55:59
23700 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
23701 From: Scott Henry <scotth@sgi.com>
23702 Date: 13 Aug 1998 09:52:15 PDT
23703 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
23704 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
23707 ____________________________________________________________________________
23708 [ 1868] By: gsar on 1998/09/24 06:51:23
23709 Log: From: Nathan Torkington <gnat@frii.com>
23710 Date: Thu, 13 Aug 1998 10:59:48 MDT
23711 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
23712 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
23715 ____________________________________________________________________________
23716 [ 1867] By: gsar on 1998/09/24 06:45:13
23717 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
23718 that are autoloaded)
23721 ____________________________________________________________________________
23722 [ 1866] By: gsar on 1998/09/24 05:21:19
23723 Log: grandfather deprecated "$$<digit>" no more
23725 ! pod/perldiag.pod toke.c
23726 ____________________________________________________________________________
23727 [ 1865] By: gsar on 1998/09/24 04:52:48
23728 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
23729 low bits (suggested by Ilya Zakharevich)
23732 ____________________________________________________________________________
23733 [ 1864] By: gsar on 1998/09/24 04:29:14
23734 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
23737 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
23738 ! perly_c.diff toke.c
23739 ____________________________________________________________________________
23740 [ 1863] By: gsar on 1998/09/24 03:36:30
23741 Log: provide locked access to string table for USE_THREADS
23743 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
23744 ____________________________________________________________________________
23745 [ 1862] By: gsar on 1998/09/24 03:30:32
23746 Log: remove bogus warn()
23749 ____________________________________________________________________________
23750 [ 1861] By: gsar on 1998/09/24 02:58:51
23751 Log: applied suggested patch, adapted for all platforms
23752 From: jan.dubois@ibm.net (Jan Dubois)
23753 Date: Sun, 20 Sep 1998 12:56:38 +0200
23754 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
23755 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
23757 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23758 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23759 ! lib/ExtUtils/MakeMaker.pm
23760 ____________________________________________________________________________
23761 [ 1860] By: gsar on 1998/09/24 02:16:14
23762 Log: upgrade to CPAN-1.40
23764 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
23765 ____________________________________________________________________________
23766 [ 1859] By: gsar on 1998/09/24 02:08:59
23767 Log: use $ENV{MAKEMAKEROPT} to set default command line args
23769 ! lib/ExtUtils/MakeMaker.pm
23770 ____________________________________________________________________________
23771 [ 1857] By: gsar on 1998/09/23 10:58:36
23772 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23773 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
23774 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
23775 Subject: More verbose Test::Harness [PATCH]
23777 ! lib/Test/Harness.pm
23778 ____________________________________________________________________________
23779 [ 1856] By: gsar on 1998/09/23 10:56:24
23780 Log: update hints for OPENSTEP 4.2 on i386
23781 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
23782 Date: Sun, 20 Sep 1998 01:03:18 +0200
23783 Message-Id: <9809192303.AA29190@Spike>
23784 Subject: Perl 5.005_02 compilation problems
23787 ____________________________________________________________________________
23788 [ 1855] By: gsar on 1998/09/23 10:52:27
23789 Log: reset errno after C<require> search (as suggested by Larry)
23792 ____________________________________________________________________________
23793 [ 1854] By: gsar on 1998/09/23 10:50:26
23794 Log: misc pod tweaks
23796 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
23797 ____________________________________________________________________________
23798 [ 1853] By: gsar on 1998/09/23 10:46:06
23799 Log: make Pod/Html.pm handle the --title option properly (as suggested
23800 by gml4410@ggr.co.uk)
23803 ____________________________________________________________________________
23804 [ 1852] By: gsar on 1998/09/23 10:41:39
23805 Log: SSNEW() API for allocating memory on the savestack
23806 From: Albert Dvornik <bert@genscan.com>
23807 Date: 17 Sep 1998 19:23:07 -0400
23808 Message-Id: <tqemtae338.fsf@puma.genscan.com>
23809 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
23811 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
23812 ! perl.h proto.h scope.c scope.h t/io/tell.t
23813 ____________________________________________________________________________
23814 [ 1851] By: gsar on 1998/09/23 10:37:05
23815 Log: From: Jochen Wiedmann <joe@ispsoft.de>
23816 Date: Thu, 17 Sep 1998 17:16:06 +0200
23817 Message-ID: <360127B6.E44564A@ispsoft.de>
23818 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
23820 ! lib/ExtUtils/MakeMaker.pm
23821 ____________________________________________________________________________
23822 [ 1850] By: gsar on 1998/09/23 10:33:05
23823 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
23824 Date: 15 Sep 1998 01:32:31 +0200
23825 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
23826 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
23828 ! lib/ExtUtils/MM_Unix.pm
23829 ____________________________________________________________________________
23830 [ 1849] By: gsar on 1998/09/23 10:29:04
23831 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
23832 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
23833 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
23834 Subject: Re: extralibs.ld problem in MM_VMS.pm
23836 ! lib/ExtUtils/MM_VMS.pm
23837 ____________________________________________________________________________
23838 [ 1848] By: gsar on 1998/09/23 10:25:24
23839 Log: From: Roderick Schertler <roderick@argon.org>
23840 Date: 11 Sep 1998 16:19:21 -0400
23841 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
23842 Subject: Re: Open2 and memory leaks
23845 ____________________________________________________________________________
23846 [ 1847] By: gsar on 1998/09/23 10:18:31
23847 Log: From: Roderick Schertler <roderick@argon.org>
23848 Date: Wed, 09 Sep 1998 23:52:48 -0400
23849 Message-ID: <20567.905399568@eeyore.ibcinc.com>
23850 Subject: seed srand from /dev/urandom when possible
23852 ! pod/perlfunc.pod pp.c
23853 ____________________________________________________________________________
23854 [ 1846] By: gsar on 1998/09/23 10:12:22
23855 Log: From: Roderick Schertler <roderick@argon.org>
23856 Date: Thu, 10 Sep 1998 00:32:17 -0400
23857 Message-ID: <21142.905401937@eeyore.ibcinc.com>
23858 Subject: doc update for crypt()'s salt
23861 ____________________________________________________________________________
23862 [ 1845] By: gsar on 1998/09/23 10:09:23
23863 Log: fix h2ph handling of C<#error "foo">
23864 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
23865 Date: Thu, 10 Sep 1998 09:59:33 +0900
23866 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
23867 Subject: [5.005_02] h2ph problem
23870 ____________________________________________________________________________
23871 [ 1844] By: gsar on 1998/09/23 10:06:13
23872 Log: plug strictly private function leaks in API listing
23875 ____________________________________________________________________________
23876 [ 1843] By: gsar on 1998/09/23 10:02:57
23877 Log: hide symbol for static build
23878 From: Dominic Dunlop <domo@vo.lu>
23879 Date: Tue, 8 Sep 1998 21:40:46 +0000
23880 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
23881 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
23884 ____________________________________________________________________________
23885 [ 1842] By: gsar on 1998/09/23 09:52:46
23886 Log: define PUT_svindex(), PUT_opindex()
23888 ! ext/B/B/Assembler.pm
23889 ____________________________________________________________________________
23890 [ 1841] By: gsar on 1998/09/23 09:44:25
23891 Log: From: Dominic Dunlop <domo@vo.lu>
23892 Date: Tue, 8 Sep 1998 15:34:53 +0000
23893 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
23894 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
23896 ! t/pragma/warn/regexec
23897 ____________________________________________________________________________
23898 [ 1840] By: gsar on 1998/09/23 09:42:17
23899 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
23901 ! win32/bin/pl2bat.pl
23902 ____________________________________________________________________________
23903 [ 1839] By: gsar on 1998/09/23 09:38:18
23904 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
23905 Date: Mon, 7 Sep 1998 17:36:09 +0900
23906 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
23907 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
23909 ! ext/Thread/Thread.xs
23910 ____________________________________________________________________________
23911 [ 1838] By: gsar on 1998/09/23 09:21:11
23912 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
23913 Date: Thu, 10 Sep 1998 00:02:07 -0400
23914 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
23915 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
23917 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
23918 + vos/config.h vos/config_h.SH_orig vos/perl.bind
23919 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
23920 ! MANIFEST perl.c perl.h pod/perlport.pod
23921 ____________________________________________________________________________
23922 [ 1837] By: gsar on 1998/09/23 08:45:58
23923 Log: (via private mail)
23924 From: Charles Bailey <BAILEY@newman.upenn.edu>
23925 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
23926 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
23927 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
23929 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
23930 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23931 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
23932 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
23933 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
23934 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
23935 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
23936 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
23937 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
23939 ____________________________________________________________________________
23940 [ 1836] By: gsar on 1998/09/23 08:17:42
23941 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23942 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
23943 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
23944 Subject: [PATCH 5.005_*] OS/2 spawning typos
23947 ____________________________________________________________________________
23948 [ 1835] By: gsar on 1998/09/23 08:09:55
23949 Log: warn on C<my($foo,$foo)>
23951 ! op.c pod/perldiag.pod
23952 ____________________________________________________________________________
23953 [ 1834] By: gsar on 1998/09/23 07:35:56
23954 Log: From: pvhp@forte.com (Peter Prymmer)
23955 Date: Fri, 4 Sep 98 13:27:41 PDT
23956 Message-Id: <9809042027.AA04463@forte.com>
23957 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
23960 ____________________________________________________________________________
23961 [ 1833] By: gsar on 1998/09/23 07:27:34
23962 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23963 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
23964 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
23965 Subject: PATCH: 5.005_02 hint/hpux.sh
23968 ____________________________________________________________________________
23969 [ 1832] By: gsar on 1998/09/23 07:22:40
23970 Log: fix (some) installhtml bugs
23971 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
23972 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
23973 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
23974 Subject: installhtml script needs work
23977 ____________________________________________________________________________
23978 [ 1831] By: gsar on 1998/09/23 07:19:30
23979 Log: document 'U' magic with examples
23980 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
23981 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
23982 Message-Id: <199809011455.PAA00631@sale-wts>
23983 Subject: Re: Looking for some XS MAGIC examples...
23986 ____________________________________________________________________________
23987 [ 1830] By: gsar on 1998/09/23 07:16:43
23988 Log: From: pvhp@forte.com (Peter Prymmer)
23989 Date: Mon, 31 Aug 98 17:13:49 PDT
23990 Message-Id: <9809010013.AA06737@forte.com>
23991 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
23994 ____________________________________________________________________________
23995 [ 1829] By: gsar on 1998/09/23 07:15:08
23996 Log: fix problematic typecast in filter_del()
23997 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
23998 Date: Mon, 31 Aug 1998 21:13:11 GMT
23999 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
24000 Subject: perl5.005_02 does not build on Cray T90
24003 ____________________________________________________________________________
24004 [ 1828] By: gsar on 1998/09/23 07:11:34
24005 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24006 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
24007 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
24008 Subject: [PATCH 5.005_5*] (?>) broken in RE
24010 ! regexec.c t/op/re_tests
24011 ____________________________________________________________________________
24012 [ 1827] By: gsar on 1998/09/23 07:09:50
24013 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
24015 ! t/op/grent.t t/op/groups.t
24016 ____________________________________________________________________________
24017 [ 1826] By: gsar on 1998/09/23 07:03:16
24018 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24019 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
24020 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
24021 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
24024 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
24025 ____________________________________________________________________________
24026 [ 1825] By: gsar on 1998/09/23 06:56:40
24027 Log: re-introduce change#1703
24029 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
24030 ____________________________________________________________________________
24031 [ 1824] By: gsar on 1998/09/23 06:44:19
24032 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24033 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
24034 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
24035 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
24038 ____________________________________________________________________________
24039 [ 1823] By: gsar on 1998/09/23 06:41:34
24040 Log: From: Joe Buehler <jhpb@hekimian.com>
24041 Date: 29 Aug 1998 17:13:28 -0400
24042 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
24043 Subject: patches for perl 5.005_51 under U/WIN
24046 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
24048 ____________________________________________________________________________
24049 [ 1822] By: gsar on 1998/09/23 06:36:59
24050 Log: add missing C<no utf8;> tweak from Larry
24053 ____________________________________________________________________________
24054 [ 1821] By: gsar on 1998/09/23 06:27:51
24055 Log: s/runops/CALLRUNOPS/
24058 ____________________________________________________________________________
24059 [ 1820] By: gsar on 1998/09/23 06:24:49
24060 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
24062 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
24063 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
24064 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
24065 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
24066 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
24067 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
24068 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
24069 +> t/pragma/warn/util
24070 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
24071 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
24072 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
24073 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
24074 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
24075 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
24076 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
24077 - t/pragma/warn-util
24078 ! MANIFEST t/pragma/warning.t
24079 ____________________________________________________________________________
24080 [ 1819] By: gsar on 1998/09/23 06:08:46
24081 Log: make \(%foo) return refs to values (not copies of values)
24082 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
24083 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
24084 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
24086 From: Roderick Schertler <roderick@argon.org>
24087 Date: Sat, 29 Aug 1998 00:58:33 -0400
24088 Message-ID: <29894.904366713@eeyore.ibcinc.com>
24089 Subject: Re: \(%x) problems
24091 ! doop.c pod/perlref.pod
24092 ____________________________________________________________________________
24093 [ 1818] By: gsar on 1998/09/23 06:05:08
24094 Log: make h2xs generate ANSI prototypes
24097 ____________________________________________________________________________
24098 [ 1817] By: gsar on 1998/09/23 05:57:16
24099 Log: updated usethreads hints for hpux 10.X
24100 From: Matthew T Harden <mthard@mthard1.monsanto.com>
24101 Date: Fri, 28 Aug 1998 14:10:42 GMT
24102 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
24103 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
24105 ! hints/hpux.sh perl.h
24106 ____________________________________________________________________________
24107 [ 1816] By: gsar on 1998/09/23 05:53:31
24108 Log: don't create empty directories in installperl
24109 From: Robin Barker <rmb1@cise.npl.co.uk>
24110 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
24111 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
24112 Subject: [PATCH 5.005_02] install: empty dirs
24115 ____________________________________________________________________________
24116 [ 1815] By: gsar on 1998/09/23 05:50:36
24117 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
24118 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24119 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
24120 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
24121 Subject: Re: your mail
24123 ! regexec.c t/op/re_tests
24124 ____________________________________________________________________________
24125 [ 1814] By: gsar on 1998/09/23 05:45:17
24126 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
24127 Date: Thu, 20 Aug 1998 20:59:03 -0400
24128 Message-ID: <19980820205903.A12908@O2.chapin.edu>
24129 Subject: [PATCH] h2ph misquotes #error directives
24131 ! t/lib/h2ph.pht utils/h2ph.PL
24132 ____________________________________________________________________________
24133 [ 1813] By: gsar on 1998/09/23 05:42:41
24134 Log: patch to support computed regular subexpressions
24135 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24136 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
24137 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
24138 Subject: [5.005_5* PATCH] Postponed RE - now!
24140 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
24141 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
24142 ____________________________________________________________________________
24143 [ 1812] By: gsar on 1998/09/23 05:26:26
24144 Log: better CR-handling on shebang line and in formats (fixed variant of
24145 patch suggested by Igor Sysoev <igor@nitek.ru>)
24148 ____________________________________________________________________________
24149 [ 1811] By: gsar on 1998/09/23 04:35:46
24150 Log: document non-loopish blocks better
24151 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24152 Date: Tue, 18 Aug 1998 12:28:36 +0100
24153 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
24154 Subject: Re: next in do {} while block gives error message
24157 ____________________________________________________________________________
24158 [ 1810] By: gsar on 1998/09/23 04:12:05
24159 Log: fix bogus integerization of pop()'s return value
24160 From: Gurusamy Sarathy <gsar@engin.umich.edu>
24161 Date: Sat, 15 Aug 1998 23:27:54 -0400
24162 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
24163 Subject: Re: Complex expression does integer arithmetic
24165 ! opcode.h opcode.pl
24166 ____________________________________________________________________________
24167 [ 1809] By: gsar on 1998/09/23 04:09:43
24168 Log: tweak README.win32
24171 ____________________________________________________________________________
24172 [ 1808] By: gsar on 1998/09/23 03:40:57
24173 Log: better diagnostic for do{} used as lvalue
24175 ! op.c pod/perlport.pod
24176 ____________________________________________________________________________
24177 [ 1807] By: gsar on 1998/09/23 03:38:30
24178 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
24179 From: hansm@icgroup.nl
24180 Date: Tue, 11 Aug 98 21:08:51 +0200
24181 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
24182 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
24185 ____________________________________________________________________________
24186 [ 1806] By: gsar on 1998/09/23 03:36:08
24187 Log: support make written in perl (aka "pmake") on win32
24189 ! lib/ExtUtils/MM_Win32.pm
24190 ____________________________________________________________________________
24191 [ 1805] By: gsar on 1998/09/23 03:30:07
24192 Log: fix mismatched UV/U32 types for to_utf8_*()
24195 ____________________________________________________________________________
24196 [ 1804] By: gsar on 1998/09/23 03:22:22
24197 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
24198 Date: Sun, 9 Aug 1998 22:38:23 +0200
24199 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
24200 Subject: [PATCH 5.5002] dos-djgpp update
24203 ____________________________________________________________________________
24204 [ 1803] By: gsar on 1998/09/23 03:20:13
24205 Log: apply minimal variant of patch (sent via private mail)
24206 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
24207 Date: Wed, 12 Aug 1998 15:42:35 +0300
24208 Message-Id: <199808121242.PAA29761@comanche.spices>
24209 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
24211 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
24212 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
24213 ____________________________________________________________________________
24214 [ 1802] By: gsar on 1998/09/23 03:03:39
24215 Log: adjust searchdict.t for EBCDIC (still needs documenting)
24216 From: pvhp@forte.com (Peter Prymmer)
24217 Date: Thu, 6 Aug 98 18:09:39 PDT
24218 Message-Id: <9808070109.AA06158@forte.com>
24219 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
24221 ! README.os390 t/lib/searchdict.t
24222 ____________________________________________________________________________
24223 [ 1801] By: gsar on 1998/09/23 02:54:15
24224 Log: silence redefined warning for XS(INIT) {}
24227 ____________________________________________________________________________
24228 [ 1800] By: gsar on 1998/09/23 02:42:23
24229 Log: support match indices via special variables @- and @+
24230 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24231 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
24232 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
24233 Subject: [PATCH 5.004_76] @- and @+
24235 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
24236 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
24237 ____________________________________________________________________________
24238 [ 1799] By: gsar on 1998/09/23 01:44:31
24239 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24240 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
24241 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
24242 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
24244 ! regcomp.c t/op/re_tests
24245 ____________________________________________________________________________
24246 [ 1798] By: gsar on 1998/09/23 01:39:23
24247 Log: integrate maint-5.005 changes (except conflicting change#1794)
24250 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
24251 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
24253 ____________________________________________________________________________
24254 [ 1797] By: gsar on 1998/09/23 01:32:36
24255 Log: add note to win32/Makefile about setting CCHOME
24257 ! win32/Makefile win32/makefile.mk
24258 ____________________________________________________________________________
24259 [ 1796] By: gsar on 1998/09/23 01:31:32
24260 Log: perl.pod tweak
24263 ____________________________________________________________________________
24264 [ 1795] By: gsar on 1998/09/21 20:34:10
24265 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
24267 ! lib/ExtUtils/xsubpp
24268 ____________________________________________________________________________
24269 [ 1789] By: gsar on 1998/09/18 18:01:37
24270 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
24272 ! cop.h t/cmd/for.t
24273 ____________________________________________________________________________
24274 [ 1788] By: gsar on 1998/09/17 02:19:11
24275 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
24277 ! win32/config.bc win32/config.gc win32/config.vc
24278 ____________________________________________________________________________
24279 [ 1787] By: gsar on 1998/09/17 01:45:14
24280 Log: suppress bogus warning on C<sub x {} x()>
24283 ____________________________________________________________________________
24284 [ 1786] By: gsar on 1998/09/17 01:42:51
24285 Log: ntohl typo in objXSUB.h
24288 ____________________________________________________________________________
24289 [ 1785] By: gsar on 1998/09/17 01:41:48
24290 Log: fill gaps in sig_* entries in win32/config.?c
24292 ! win32/config.bc win32/config.gc win32/config.vc
24293 ____________________________________________________________________________
24294 [ 1781] By: larry on 1998/09/05 23:48:24
24295 Log: tr/// logic was hosed under utf8
24297 ! doop.c op.c op.h pp.c proto.h
24298 ____________________________________________________________________________
24299 [ 1780] By: larry on 1998/09/05 23:44:16
24300 Log: several new tests needed tweaking to work under utf8
24302 ! t/comp/require.t t/op/pack.t t/op/substr.t
24303 ____________________________________________________________________________
24304 [ 1779] By: larry on 1998/09/05 23:41:42
24305 Log: index() applied BM optimization to wrong argument
24308 ____________________________________________________________________________
24309 [ 1778] By: larry on 1998/09/05 23:38:29
24310 Log: Implicit require during compile reset line numbering
24318 ____________________________________________________________________________
24319 [ 1777] By: gsar on 1998/08/10 07:02:38
24320 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
24321 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
24322 lexical warning testsuite for win32
24324 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
24325 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
24326 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
24327 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
24328 ! win32/Makefile win32/makefile.mk
24329 ____________________________________________________________________________
24330 [ 1776] By: gsar on 1998/08/09 17:53:48
24331 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
24333 ! Changes MANIFEST perl.c pod/perlhist.pod
24334 ____________________________________________________________________________
24335 [ 1775] By: gsar on 1998/08/09 14:35:33
24336 Log: tweak warning test
24338 ! t/pragma/warn-toke
24339 ____________________________________________________________________________
24340 [ 1774] By: gsar on 1998/08/09 14:13:46
24341 Log: add missing dTHR; notes for test failures due to small stacksize
24343 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
24344 ! toke.c universal.c util.c
24345 ____________________________________________________________________________
24346 [ 1773] By: gsar on 1998/08/09 11:31:53
24347 Log: lexical warnings; tweaks to places that didn't apply correctly
24348 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
24349 Date: Wed, 29 Jul 1998 09:28:45 BST
24350 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
24351 Subject: lexical warnings patch for 5.005_50
24353 + README.lexwarn lib/warning.pm t/pragma/warn-2use
24354 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
24355 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
24356 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
24357 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
24358 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
24359 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
24360 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
24361 + warning.h warning.pl
24362 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
24363 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
24364 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
24365 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
24366 ! universal.c util.c
24367 ____________________________________________________________________________
24368 [ 1772] By: gsar on 1998/08/08 23:06:00
24369 Log: bump patchlevel to 5.005_51
24371 ! patchlevel.h win32/Makefile win32/config_H.bc
24372 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24373 ____________________________________________________________________________
24374 [ 1771] By: gsar on 1998/08/08 23:01:57
24375 Log: fix bogus warning on "\x{123}"
24376 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
24377 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
24378 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
24379 Subject: [5.005_50 PATCH] Some unicode problems
24382 ____________________________________________________________________________
24383 [ 1770] By: gsar on 1998/08/08 22:56:55
24384 Log: hide dup symbol for static build of ext/re
24385 From: Dominic Dunlop <domo@ppp72.vo.lu>
24386 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
24387 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
24388 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
24391 ____________________________________________________________________________
24392 [ 1769] By: gsar on 1998/08/08 22:45:06
24393 Log: fix double free on -Mutf8 -e '$b=uc("")'
24394 From: larry@wall.org (Larry Wall)
24395 Date: Fri, 7 Aug 1998 14:42:43 -0700
24396 Message-Id: <199808072142.OAA14920@wall.org>
24397 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
24400 ____________________________________________________________________________
24401 [ 1768] By: gsar on 1998/08/08 22:42:29
24402 Log: substr() assumes utf8 without say-so
24403 From: larry@wall.org (Larry Wall)
24404 Date: Fri, 7 Aug 1998 12:25:12 -0700
24405 Message-Id: <199808071925.MAA13436@wall.org>
24406 Subject: [PATCH 5.005_50] substr bug?
24409 ____________________________________________________________________________
24410 [ 1767] By: gsar on 1998/08/08 22:38:25
24411 Log: fix intolerance of SWASHes for blank lines
24412 From: Gisle Aas <aas@sn.no>
24413 Date: 06 Aug 1998 23:28:57 +0200
24414 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
24415 Subject: Re: Re[2]: another joyride begins
24417 ! lib/utf8_heavy.pl
24418 ____________________________________________________________________________
24419 [ 1766] By: gsar on 1998/08/08 22:33:10
24420 Log: utf8 doc tweak
24421 From: Gisle Aas <aas@sn.no>
24422 Date: 05 Aug 1998 00:41:04 +0200
24423 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
24424 Subject: Matching clumps
24427 ____________________________________________________________________________
24428 [ 1765] By: gsar on 1998/08/08 22:31:37
24429 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
24430 From: Gisle Aas <aas@sn.no>
24431 Date: 04 Aug 1998 22:56:11 +0200
24432 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
24433 Subject: Re: another joyride begins
24435 ! lib/utf8_heavy.pl
24436 ____________________________________________________________________________
24437 [ 1764] By: gsar on 1998/08/08 22:28:43
24438 Log: From: larry@wall.org (Larry Wall)
24439 Date: Tue, 4 Aug 1998 17:04:51 -0700
24440 Message-Id: <199808050004.RAA22592@wall.org>
24441 Subject: [PATCH 5.005_50] \pX not implemented!
24444 ____________________________________________________________________________
24445 [ 1763] By: gsar on 1998/08/08 22:27:15
24446 Log: From: Stephen McCamant <alias@mcs.com>
24447 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
24448 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
24449 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
24452 ____________________________________________________________________________
24453 [ 1762] By: gsar on 1998/08/08 22:26:09
24454 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24455 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
24456 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
24457 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
24459 + t/op/grent.t t/op/pwent.t
24461 ____________________________________________________________________________
24462 [ 1761] By: gsar on 1998/08/08 22:21:52
24463 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24464 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
24465 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
24466 Subject: [5.005_50 PATCH] misprint in RE engine
24468 ! regexec.c t/op/re_tests
24469 ____________________________________________________________________________
24470 [ 1760] By: gsar on 1998/08/08 22:18:54
24471 Log: integrate maint-5.005 changes into mainline
24473 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
24474 !> (integrate 138 files)
24475 ____________________________________________________________________________
24476 [ 1672] By: gsar on 1998/07/27 18:35:28
24477 Log: create new Changes
24480 ! Changes5.005 MANIFEST
24481 ____________________________________________________________________________
24482 [ 1671] By: gsar on 1998/07/27 18:30:57
24483 Log: rename Changes --> Changes5.005
24487 ____________________________________________________________________________
24488 [ 1670] By: gsar on 1998/07/27 18:10:14
24489 Log: integrate 5.005_01 changes from maint
24492 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
24494 ____________________________________________________________________________
24495 [ 1667] By: nick on 1998/07/26 14:31:01
24496 Log: Add dTHR so that it compiles miniperl in threaded mode
24498 ! doop.c mg.c regcomp.c regexec.c
24499 ____________________________________________________________________________
24500 [ 1666] By: nick on 1998/07/26 13:01:10
24501 Log: Resolve ansiperl against mainline (@1648?)
24502 Unclear that change number has "taken".
24504 +> (branch 169 files)
24505 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
24506 !> (integrate 131 files)
24512 ____________________________________________________________________________
24513 [ 1665] By: gsar on 1998/07/26 05:38:48
24514 Log: add trailing newline to file
24516 ! Changes lib/unicode/blocks.txt
24517 ____________________________________________________________________________
24518 [ 1664] By: gsar on 1998/07/26 05:08:48
24519 Log: integrate proto.h additions from maint-5.005
24521 !> pod/perlhist.pod proto.h
24522 ____________________________________________________________________________
24523 [ 1663] By: gsar on 1998/07/26 05:07:05
24524 Log: add new files to MANIFEST; add missing prototypes to proto.h;
24525 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
24526 add typecasts to silence warnings; tweaks for win32 builds
24528 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
24529 ! win32/Makefile win32/makefile.mk
24530 ____________________________________________________________________________
24531 [ 1662] By: gsar on 1998/07/26 05:01:52
24532 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
24533 Branch: maint-5.005/perl
24534 ! pod/perlhist.pod proto.h
24535 ____________________________________________________________________________
24536 [ 1661] By: gsar on 1998/07/26 02:52:48
24537 Log: up patchlevel to 5.005_50
24539 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
24540 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24541 ____________________________________________________________________________
24542 [ 1660] By: gsar on 1998/07/26 02:43:57
24543 Log: integrate utfperl
24545 +> (branch 162 files)
24546 !> (integrate 29 files)
24547 ____________________________________________________________________________
24548 [ 1659] By: gsar on 1998/07/26 02:38:22
24549 Log: integrate maint-5.005 changes
24551 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
24552 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
24553 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
24554 !> vms/descrip_mms.template vms/subconfigure.com
24555 ____________________________________________________________________________
24556 [ 1658] By: gsar on 1998/07/26 02:23:46
24557 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
24558 Date: Fri, 24 Jul 1998 11:38:25 -0700
24559 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
24560 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
24562 Date: Fri, 24 Jul 1998 12:30:36 -0700
24563 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
24564 Subject: [PATCH 5.005]Tweaks to README.vms
24566 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
24567 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
24568 Subject: [PATCH 5.005] Final build cleanup patch
24569 Branch: maint-5.005/perl
24570 ! README.vms vms/descrip_mms.template vms/subconfigure.com
24571 ____________________________________________________________________________
24572 [ 1657] By: gsar on 1998/07/26 02:19:50
24573 Log: another platform where pp_sselect() needs a whole fd_set buffer
24574 From: Lupe Christoph <lupe@alanya.m.isar.de>
24575 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
24576 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
24577 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
24578 Branch: maint-5.005/perl
24580 ____________________________________________________________________________
24581 [ 1656] By: gsar on 1998/07/26 02:12:46
24582 Log: fix problem building modules on dos-djgpp
24583 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
24584 Date: Sat, 25 Jul 1998 00:53:39 +0200
24585 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
24586 Subject: [PATCH 5.005] dos-djgpp and modules problem
24587 Branch: maint-5.005/perl
24589 ____________________________________________________________________________
24590 [ 1655] By: gsar on 1998/07/26 02:11:09
24591 Log: From: Tom Spindler <dogcow@home.merit.edu>
24592 Date: Wed, 22 Jul 1998 16:11:07 -0400
24593 Message-ID: <19980722161107.A16813@home.merit.edu>
24594 Subject: [PATCH 5.005] BeOS tweak
24595 Branch: maint-5.005/perl
24597 ____________________________________________________________________________
24598 [ 1654] By: gsar on 1998/07/26 02:09:29
24599 Log: various pod tweaks
24600 Branch: maint-5.005/perl
24601 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
24603 ____________________________________________________________________________
24604 [ 1653] By: gsar on 1998/07/26 02:05:46
24605 Log: fix emacs/ptags for PL_* changes
24606 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24607 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
24608 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
24609 Subject: [PATCH 5.004_76] Yet better ptags
24610 Branch: maint-5.005/perl
24612 ____________________________________________________________________________
24613 [ 1652] By: gsar on 1998/07/26 02:03:01
24614 Log: fix behavior of <=> on bigints
24615 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24616 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
24617 Date: Fri, 24 Jul 1998 18:29:53 +0100
24618 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
24619 Branch: maint-5.005/perl
24620 ! lib/Math/BigInt.pm t/lib/bigintpm.t
24621 ____________________________________________________________________________
24622 [ 1651] By: larry on 1998/07/24 05:44:33
24623 Log: Here are the long-expected Unicode/UTF-8 modifications.
24625 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
24626 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
24627 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
24628 + lib/unicode/Decomposition.pl
24629 + lib/unicode/In/AlphabeticPresentationForms.pl
24630 + lib/unicode/In/Arabic.pl
24631 + lib/unicode/In/ArabicPresentationForms-A.pl
24632 + lib/unicode/In/ArabicPresentationForms-B.pl
24633 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24634 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24635 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24636 + lib/unicode/In/BoxDrawing.pl
24637 + lib/unicode/In/CJKCompatibility.pl
24638 + lib/unicode/In/CJKCompatibilityForms.pl
24639 + lib/unicode/In/CJKCompatibilityIdeographs.pl
24640 + lib/unicode/In/CJKSymbolsandPunctuation.pl
24641 + lib/unicode/In/CJKUnifiedIdeographs.pl
24642 + lib/unicode/In/CombiningDiacriticalMarks.pl
24643 + lib/unicode/In/CombiningHalfMarks.pl
24644 + lib/unicode/In/CombiningMarksforSymbols.pl
24645 + lib/unicode/In/ControlPictures.pl
24646 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24647 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24648 + lib/unicode/In/EnclosedAlphanumerics.pl
24649 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
24650 + lib/unicode/In/GeneralPunctuation.pl
24651 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24652 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24653 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24654 + lib/unicode/In/HalfwidthandFullwidthForms.pl
24655 + lib/unicode/In/HangulCompatibilityJamo.pl
24656 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24657 + lib/unicode/In/Hebrew.pl
24658 + lib/unicode/In/HighPrivateUseSurrogates.pl
24659 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24660 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
24661 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24662 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
24663 + lib/unicode/In/LatinExtended-A.pl
24664 + lib/unicode/In/LatinExtended-B.pl
24665 + lib/unicode/In/LatinExtendedAdditional.pl
24666 + lib/unicode/In/LetterlikeSymbols.pl
24667 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24668 + lib/unicode/In/MathematicalOperators.pl
24669 + lib/unicode/In/MiscellaneousSymbols.pl
24670 + lib/unicode/In/MiscellaneousTechnical.pl
24671 + lib/unicode/In/NumberForms.pl
24672 + lib/unicode/In/OpticalCharacterRecognition.pl
24673 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24674 + lib/unicode/In/SmallFormVariants.pl
24675 + lib/unicode/In/SpacingModifierLetters.pl
24676 + lib/unicode/In/Specials.pl
24677 + lib/unicode/In/SuperscriptsandSubscripts.pl
24678 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
24679 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24680 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24681 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
24682 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
24683 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
24684 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
24685 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
24686 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
24687 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
24688 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
24689 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
24690 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
24691 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
24692 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
24693 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
24694 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
24695 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
24696 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
24697 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
24698 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
24699 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
24700 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
24701 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
24702 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
24703 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
24704 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
24705 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
24706 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
24707 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
24708 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
24709 + lib/unicode/JamoShort.pl lib/unicode/Makefile
24710 + lib/unicode/Name.pl lib/unicode/Number.pl
24711 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
24712 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
24713 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
24714 + lib/unicode/blocks.txt lib/unicode/index2.txt
24715 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
24716 + lib/unicode/names2.txt lib/unicode/props2.txt
24717 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
24719 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
24720 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
24721 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
24722 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
24723 ! t/op/vec.t toke.c util.c vms/vmsish.h
24724 ____________________________________________________________________________
24725 [ 1650] By: gsar on 1998/07/24 04:06:48
24726 Log: create utfperl branch
24728 +> (branch 1079 files)
24729 ____________________________________________________________________________
24730 [ 1649] By: gsar on 1998/07/24 03:56:56
24731 Log: create maint-5.005 branch
24732 Branch: maint-5.005/perl
24733 +> (branch 1079 files)
24734 ____________________________________________________________________________
24735 [ 1648] By: gsar on 1998/07/24 03:36:35
24736 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)